2003-06-07 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-06-07 Andrew Cagney <cagney@redhat.com>
2
3 * inferior.h (deprecated_write_sp): Replace
4 generic_target_write_sp.
5 * regcache.c (deprecated_write_sp): Replace
6 generic_target_write_sp.
7 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8 * vax-tdep.c (vax_gdbarch_init): Update.
9 * v850-tdep.c (v850_gdbarch_init): Update.
10 * sparc-tdep.c (sparc_gdbarch_init): Update.
11 * sh-tdep.c (sh_gdbarch_init): Update.
12 * s390-tdep.c (s390_gdbarch_init): Update.
13 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
14 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
15 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
16 * mcore-tdep.c (mcore_gdbarch_init): Update.
17 * m68k-tdep.c (m68k_gdbarch_init): Update.
18 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
19 * ia64-tdep.c (ia64_gdbarch_init): Update.
20 * h8300-tdep.c (h8300_gdbarch_init): Update.
21 * frv-tdep.c (frv_gdbarch_init): Update.
22 * cris-tdep.c (cris_gdbarch_init): Update.
23 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
24
25 2003-06-07 Andrew Cagney <cagney@redhat.com>
26
27 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
28 Assert that PC_REGNUM is valid.
29 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
30
31 2003-06-07 Andrew Cagney <cagney@redhat.com>
32
33 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
34 * gdbarch.h, gdbarch.c: Regenerate.
35 * mn10300-tdep.c: Include "gdb_assert.h".
36 (mn10300_read_fp): New function.
37 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
38 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
39 * ia64-tdep.c: Include "gdb_assert.h".
40 (ia64_read_fp): New function.
41 (ia64_gdbarch_init): Set deprecated_target_read_fp to
42 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
43 * regcache.c (generic_target_read_sp): Delete function.
44 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
45 * inferior.h (generic_target_read_sp): Delete declaration.
46 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
47 generic_target_read_sp.
48 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
49 * sparc-tdep.c (sparc_gdbarch_init): Ditto
50 * sh-tdep.c (sh_gdbarch_init): Ditto.
51 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
52 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
53
54 2003-06-07 Andrew Cagney <cagney@redhat.com>
55
56 * gdbarch.sh: Comment each field of startup_gdbarch.
57 * gdbarch.h, gdbarch.c: Re-generate.
58
59 2003-06-07 Andrew Cagney <cagney@redhat.com>
60
61 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
62 * gdbarch.h, gdbarch.c: Re-generate.
63 * regcache.c: Update comments on read_pc et.al.
64 (generic_target_read_pc): Delete function.
65 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
66 * inferior.h (generic_target_read_pc): Delete declaration.
67 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
68 generic_target_read_pc.
69 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
70 * sh-tdep.c (sh_gdbarch_init): Ditto.
71 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
72 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
73
74 2003-06-07 Andrew Cagney <cagney@redhat.com>
75
76 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
77 "index" with "special_local_sect". Use strcmp instead of STREQ.
78 Append period to coments.
79
80 2003-06-06 Mark Mitchell <mark@codesourcery.com>
81
82 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
83 (elfstab_offset_sections): Likewise.
84 * gdb-stabs.h (stab_section_info): Likewise.
85 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
86 * objfiles.c (objfile_relocate): Likewise.
87 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
88 * remote.c (get_offsets): Likewise.
89 (remote_cisco_objfile_relocate): Likewise.
90 * somread.c (som_symfile_offsets): Likewise.
91 * symfile.c (alloc_section_addr_info): New function.
92 (build_section_addr_info_from_section_tab): Use it.
93 (free_section_addr_info): Adjust.
94 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
95 (syms_from_objfile): Allocate local_addr dynamically.
96 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
97 dynamically.
98 (add_symbol_file_command): Allocate sect_opts dynamically.
99 (reread_symbols): Avoid use of SECT_OFF_MAX.
100 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
101 (alloc_section_addr_info): Declare it.
102 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
103 * win32-nat.c (solib_symbols_add): Allocate section_addrs
104 dynamically.
105 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
106
107 2003-06-06 Andrew Cagney <cagney@redhat.com>
108
109 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
110 (d10v_frame_unwind_cache): Do not set "return_pc".
111
112 2003-06-06 Michael Snyder <msnyder@redhat.com>
113
114 * h8300-tdep.c: Make tidy (long lines).
115
116 2003-06-06 Michal Ludvig <mludvig@suse.cz>
117
118 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
119 to regcache_collect().
120
121 2003-06-05 J. Brobecker <brobecker@gnat.com>
122
123 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
124 pc_in_sigtramp multiarch method.
125 (hppa_hpux_som_init_abi): Use it.
126 (hppa_hpux_elf_init_abi): Likewise.
127 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
128 macro has been multiarched.
129 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
130 macro here, as hppa64 isn't multiarched yet.
131
132 2003-06-05 Andrew Cagney <cagney@redhat.com>
133
134 * Makefile.in (value_h): Add $(frame_h).
135 * value.h: Include "frame.h".
136 (struct value): Replace "frame_addr" with "frame_id".
137 (VALUE_FRAME_ID): Replace VALUE_FRAME.
138 * values.c (allocate_value): Use VALUE_FRAME_ID.
139 (value_copy): Use VALUE_FRAME_ID.
140 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
141 * valops.c (value_assign): Update. Use frame_find_by_id.
142
143 2003-06-05 Michal Ludvig <mludvig@suse.cz>
144
145 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
146 in each pass.
147
148 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
149
150 * thread-db.c (check_event): For create/death event breakpoints,
151 loop through all messages to ensure that we read the message
152 corresponding to the breakpoint we are at.
153
154 2003-06-04 Michael Snyder <msnyder@redhat.com>
155
156 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
157
158 2003-06-04 Mark Kettenis <kettenis@gnu.org>
159
160 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
161 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
162 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
163 when handling .eh_frame sections.
164
165 2003-06-04 J. Brobecker <brobecker@gnat.com>
166
167 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
168 prepare_to_proceed procedure instead of the hppa-specific one.
169 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
170
171 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
172
173 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
174 * config.in: Regenerated.
175 * configure.in: Add test for syscall function and check for
176 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
177 * configure: Regenerated.
178 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
179 <sys/syscall.h>.
180 (kill_lwp): New function that uses tkill syscall or
181 uses kill, depending on whether threading model is nptl or not.
182 All callers of kill() changed to use kill_lwp().
183 (lin_lwp_wait): Make special check when WIFEXITED occurs to
184 see if all threads have already exited in the nptl model.
185 (stop_and_resume_callback): New callback function used by the
186 lin_lwp_wait thread exit handling code.
187 (stop_wait_callback): Check for threads already having exited and
188 delete such threads fromt the lwp list when discovered.
189 (stop_callback): Don't assert retcode of kill call.
190
191 Roland McGrath <roland@redhat.com>
192 * i386-linux-nat.c (ps_get_thread_area): New function needed by
193 nptl libthread_db.
194
195 2003-06-03 Richard Henderson <rth@redhat.com>
196
197 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
198 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
199 (alpha_sigtramp_frame_prev_register): Likewise.
200 (alpha_heuristic_frame_prev_register): Likewise.
201 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
202
203 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
204 alpha-specific register id names.
205 (alpha_mdebug_frame_unwind_cache): Likewise.
206 (alpha_mdebug_frame_prev_register): Likewise.
207
208 2003-06-03 Richard Henderson <rth@redhat.com>
209
210 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
211 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
212 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
213 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
214 unwind routines.
215 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
216 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
217 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
218
219 * alpha-linux-tdep.c: Remove unnecessary includes.
220 * Makefile.in (alpha-linux-tdep.o): Update.
221
222 2003-06-03 Richard Henderson <rth@redhat.com>
223
224 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
225 (alphabsd_fill_fpreg): Likewise.
226
227 2003-06-03 J. Brobecker <brobecker@gnat.com>
228
229 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
230 references to struct frame_info fields by calls to the equivalent
231 accessors. Necessary now that frame_info is opaque.
232
233 2003-06-03 J. Brobecker <brobecker@gnat.com>
234
235 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
236 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
237 structure, field no longer exists.
238
239 2003-06-03 J. Brobecker <brobecker@gnat.com>
240
241 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
242 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
243
244 2003-06-03 J. Brobecker <brobecker@gnat.com>
245
246 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
247 references to struct frame_info fields by calls to the equivalent
248 accessors. Necessary now that frame_info is opaque.
249
250 2003-06-03 J. Brobecker <brobecker@gnat.com>
251
252 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
253 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
254 structure, field no longer exists.
255
256 2003-06-03 Theodore A. Roth <troth@openavr.org>
257
258 * remote.c (init_remote_state): Compute sizeof_g_packet by
259 accumulation of the size of all registers instead of blindly using
260 DEPRECATED_REGISTER_BYTES.
261
262 2003-06-03 Michael Snyder <msnyder@redhat.com>
263
264 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
265 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
266 for h8300sx.
267
268 2003-06-03 J. Brobecker <brobecker@gnat.com>
269
270 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
271 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
272
273 2003-06-03 Andrew Cagney <cagney@redhat.com>
274
275 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
276 (sparc_convert_to_raw): Delete function.
277 (sparc_gdbarch_init): Do not set register_convert_to_raw or
278 register_convert_to_virtual.
279
280 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
281
282 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
283 layer if not dealing with a statically-linked threaded program.
284
285 2003-06-03 Kris Warkentin <kewarken@qnx.com>
286
287 * solib.c (solib_open): Update comment to reflect actual search order.
288
289 2003-06-03 Andrew Cagney <cagney@redhat.com>
290
291 * frame.c (get_frame_memory_signed): New function.
292 (get_frame_memory, get_frame_memory_unsigned): New function.
293 (get_frame_arch): New function.
294 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
295 (get_frame_memory, get_frame_unsigned_memory): Declare.
296 * d10v-tdep.c (d10v_frame_unwind_cache): Use
297 get_frame_memory_unsigned and get_frame_arch.
298 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
299
300 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
301
302 * MAINTAINERS (write after approval): Add myself.
303
304 2003-06-03 Jim Blandy <jimb@redhat.com>
305
306 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
307 elements of gregset_t are 64 bits each, but access registers
308 are still 32 bits, so they're packed two per gregset_t
309 element. Unpack/pack them properly.
310
311 2003-06-02 David Carlton <carlton@bactrian.org>
312
313 * linespec.c (find_methods): Break out code into
314 add_matching_methods and add_constructors.
315 (add_matching_methods): New.
316 (add_constructors): Ditto.
317
318 2003-06-02 Andrew Cagney <cagney@redhat.com>
319
320 * sparc-tdep.c (sparc_print_registers): Delete call to
321 REGISTER_CONVERTIBLE.
322 (sparc_gdbarch_init): Do not set register_convertible.
323 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
324 * frv-tdep.c (frv_gdbarch_init): Ditto.
325 * cris-tdep.c (cris_gdbarch_init): Ditto.
326
327 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
328
329 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
330 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
331 (syms_from_objfile): Ditto.
332
333 2003-06-03 Andreas Schwab <schwab@suse.de>
334
335 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
336 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
337
338 2003-06-02 Richard Henderson <rth@redhat.com>
339
340 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
341 a member of all_reggroup.
342
343 2003-06-02 Richard Henderson <rth@redhat.com>
344
345 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
346 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
347 (alpha_lds, alpha_sts): New.
348 (alpha_convert_register_p): Change from _register_convertible.
349 (alpha_register_to_value): Change from _convert_to_virtual;
350 restructure and fail for type sizes other than 4 or 8.
351 (alpha_value_to_register): Similarly.
352 (alpha_extract_return_value): Use alpha_sts.
353 (alpha_store_return_value): Use alpha_lds.
354 (alpha_gdbarch_init): Update hooks.
355
356 2003-06-02 Richard Henderson <rth@redhat.com>
357
358 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
359 regnum identifiers.
360 (alpha_sigtramp_register_address): Likewise.
361
362 2003-06-02 Richard Henderson <rth@redhat.com>
363
364 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
365 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
366 * alpha-tdep.h: Declare them.
367
368 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
369 Remove zerobuf. Don't error on UNIQUE.
370 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
371 (ALPHA_REGSET_UNIQUE): Provide default.
372 (supply_gregset): Use alpha_supply_int_regs.
373 (fill_gregset): Use alpha_fill_int_regs.
374 (supply_fpregset): Use alpha_supply_fp_regs.
375 (fill_fpregset): Use alpha_fill_fp_regs.
376 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
377 (alphabsd_supply_reg): Use alpha_supply_int_regs.
378 (alphabsd_fill_reg): Use alpha_fill_int_regs.
379 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
380 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
381 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
382
383 2003-06-02 Richard Henderson <rth@redhat.com>
384
385 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
386
387 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
388 (alpha_store_return_value): Likewise.
389
390 2003-06-02 David Carlton <carlton@math.stanford.edu>
391
392 * block.c (contained_in): Add 'const' to arguments.
393 (block_function): Ditto.
394 * block.h: Update declarations for block_function and
395 contained_in.
396
397 2003-06-02 David Carlton <carlton@math.stanford.edu>
398
399 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
400 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
401 * p-valprint.c (pascal_val_print): Ditto.
402 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
403
404 2003-06-02 Richard Henderson <rth@redhat.com>
405
406 * alpha-tdep.c (alpha_push_dummy_call): Use
407 builtin_type_ieee_double_little instead of builtin_type_double.
408
409 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
410 sign-extension of 32-bit values.
411 (alpha_store_return_value): Similarly.
412
413 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
414 (alpha_extract_return_value): Likewise.
415 (alpha_store_return_value): Likewise.
416
417 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
418 (alpha_store_return_value): Error on IEEE Quad floats.
419
420 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
421 (alpha_extract_struct_value_address): Likewise.
422 (alpha_store_return_value): Likewise.
423 (alpha_store_struct_return): Remove.
424 (alpha_gdbarch_init): Update hook registration to match.
425
426 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
427 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
428 macros where appropriate.
429 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
430 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
431
432 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
433 for SP, GP; void_func_ptr for PC; non-language-specific types
434 for all others.
435 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
436
437 2003-06-02 Richard Henderson <rth@redhat.com>
438
439 * top.h (lim_at_start): Declare.
440 * main.c (captured_main): Set it.
441 * top.c (lim_at_start): Define.
442 (command_loop): Use it instead of &environ.
443 * event-top.c (command_handler): Likewise.
444
445 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
446
447 * mipsnbsd-tdep.c: Update copyright years.
448 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
449
450 2003-06-01 Richard Henderson <rth@redhat.com>
451
452 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
453 (alpha-linux-tdep.o): Update dependencies.
454 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
455 * alpha-mdebug-tdep.c: Remove unneeded includes.
456
457 2003-06-01 Richard Henderson <rth@redhat.com>
458
459 * alpha-tdep.c (alpha_register_reggroup_p): New.
460 (alpha_gdbarch_init): Register it.
461
462 2003-06-02 Andrew Cagney <cagney@redhat.com>
463
464 * dwarfread.c: Eliminate "register"
465 (decode_die_type): Eliminate assignment within "if".
466 (struct_type, decode_array_element_type): Ditto.
467 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
468 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
469 (decode_modified_type, completedieinfo): Ditto.
470 * block.c: Eliminate "register".
471 (blockvector_for_pc_sect): Eliminate assignment within "if".
472 * cp-support.h (struct symbol): Opaque declaration.
473 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
474
475 2003-06-01 Richard Henderson <rth@redhat.com>
476
477 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
478 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
479
480 2003-06-01 Adam Fedor <fedor@gnu.org>
481
482 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
483 * gdbarch.[ch]: Regenerate.
484 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
485 (hppa_gdbarch_init): Set it in the gdbarch vector.
486 * i386-tdep.c (i386_fetch_pointer_argument): New
487 (i386_gdbarch_init): Set it into gdbarch.
488 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
489 (rs6000_gdbarch_init): Set it in gdbarch.
490 * sparc-tdep.c (sparc_fetch_pointer_argument): New
491 (sparc_gdbarch_init): Set it in gdbarch.
492
493 2003-06-01 Andrew Cagney <cagney@redhat.com>
494
495 * defs.h (extract_address): Delete declaration.
496 * findvar.c (extract_address): Delete function.
497 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
498 extract_address with the inline equivalent,
499 extract_unsigned_integer.
500 (xstormy16_extract_struct_value_address): Ditto.
501 (xstormy16_pointer_to_address): Ditto.
502 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
503 * v850-tdep.c (v850_push_arguments): Ditto.
504 (v850_extract_return_value): Ditto.
505 (v850_extract_struct_value_address): Ditto.
506 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
507 (sparcnbsd_get_longjmp_target_64): Ditto.
508 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
509 (get_longjmp_target): Ditto.
510 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
511 (sh64_extract_struct_value_address): Ditto.
512 (sh_push_arguments): Ditto.
513 (sh64_push_arguments): Ditto.
514 * remote-vxsparc.c (vx_read_register): Ditto.
515 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
516 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
517 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
518 * mipsv4-nat.c (get_longjmp_target): Ditto.
519 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
520 * mips-nat.c (get_longjmp_target): Ditto.
521 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
522 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
523 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
524 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
525 * irix5-nat.c (get_longjmp_target): Ditto.
526 * irix4-nat.c (get_longjmp_target): Ditto.
527 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
528 (ia64_push_arguments): Ditto.
529 * hpux-thread.c (hpux_thread_store_registers): Ditto.
530 * h8300-tdep.c (h8300_push_arguments): Ditto.
531 (h8300_store_return_value): Ditto.
532 (h8300_extract_struct_value_address): Ditto.
533 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
534 (frv_push_arguments): Ditto.
535 * avr-tdep.c (avr_pointer_to_address): Ditto.
536 (avr_push_arguments): Ditto.
537 * arm-tdep.c (arm_push_dummy_call): Ditto.
538 (arm_get_longjmp_target): Ditto.
539 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
540 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
541 (alpha_get_longjmp_target): Ditto.
542
543 * solib-irix.c (extract_mips_address): Inline extract_address,
544 replacing it with extract_signed_integer.
545 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
546 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
547 (first_link_map_member, open_symbol_file_object): Ditto.
548 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
549 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
550 (LM_NEXT, LM_NAME): Ditto.
551
552 2003-06-01 Richard Henderson <rth@redhat.com>
553
554 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
555 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
556 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
557 (alpha_cannot_store_register): Likewise.
558 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
559 * alpha-nat.c (supply_gregset): Likewise.
560 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
561
562 2003-06-01 Andrew Cagney <cagney@redhat.com>
563
564 * infcall.c (call_function_by_hand): Update comment on
565 DEPRECATED_DUMMY_WRITE_SP.
566
567 * mips-tdep.c (mips_gdbarch_init): Do not set
568 deprecated_dummy_write_sp.
569 (mips_eabi_push_dummy_call): Set the SP register.
570 (mips_o64_push_dummy_call): Set the SP register.
571 (mips_o32_push_dummy_call): Set the SP register.
572 (mips_n32n64_push_dummy_call): Set the SP register.
573
574 2003-06-01 Richard Henderson <rth@redhat.com>
575
576 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
577 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
578 (supply_gregset): Likewise.
579 * alpha-tdep.c (alpha_store_return_value): Likewise.
580 (alpha_get_longjmp_target): Likewise.
581 (alpha_register_name): Constify array.
582 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
583 deprecated_register_size, deprecated_register_bytes,
584 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
585 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
586 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
587
588 2003-06-01 Richard Henderson <rth@redhat.com>
589
590 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
591 from arg_reg_buffer to regcache to avoid double conversion.
592
593 2003-06-01 Mark Kettenis <kettenis@gnu.org>
594
595 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
596 SP_REGNUM.
597 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
598 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
599
600 2003-06-01 Richard Henderson <rth@redhat.com>
601
602 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
603 (decode_frame_entry): Set it. Skip FDE augmentation.
604
605 2003-06-01 Richard Henderson <rth@redhat.com>
606
607 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
608 not overlapping PC_REGNUM.
609
610 2003-06-01 Richard Henderson <rth@redhat.com>
611
612 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
613 alpha_push_arguments. Don't dump argument register data to
614 the target stack. Fix float and 128-bit long double semantics.
615 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
616 (alpha_fix_call_dummy): Remove.
617 (alpha_call_dummy_words): Remove.
618 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
619
620 2003-06-01 Richard Henderson <rth@redhat.com>
621
622 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
623
624 2003-06-01 Andrew Cagney <cagney@redhat.com>
625
626 * mips-tdep.c (is_mips16_addr): New function.
627 (make_mips16_addr, unmake_mips16_addr): New functions.
628 (pc_is_mips16, mips_fetch_instruction): Use.
629 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
630 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
631 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
632 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
633 TARGET_MIPS.
634 * config/mips/tm-mips.h: Update copyright.
635 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
636 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
637 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
638 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
639 (TM_PRINT_INSN_MACH): Delete.
640 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
641
642 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
643 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
644 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
645 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
646 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
647 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
648 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
649 mips*-*-riscos* and mips*-*-sysv* onto mips.
650 * config/mips/mips64.mt: New file.
651 * config/mips/mips.mt: New file.
652 * config/mips/littlemips.mt: Delete file.
653 * config/mips/decstation.mt: Delete file.
654 * config/mips/vr4300el.mt: Delete file.
655 * config/mips/vr5000el.mt: Delete file.
656 * config/mips/vr5000.mt: Delete file.
657 * config/mips/vr4100.mt: Delete file.
658 * config/mips/vr4xxxel.mt: Delete file.
659 * config/mips/vr4300.mt: Delete file.
660 * config/mips/vr4xxx.mt: Delete file.
661 * config/mips/bigmips.mt: Delete file.
662 * config/mips/bigmips64.mt: Delete file.
663 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
664 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
665 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
666 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
667 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
668 "tm-bigmips.h".
669 * config/mips/tm-irix3.h: Ditto.
670 * config/mips/tm-mipsv4.h: Ditto.
671 * config/mips/tm-embed.h: Ditto.
672 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
673 "tm-bigmips64.h".
674 * config/mips/tm-vr5000el.h: Delete file.
675 * config/mips/tm-tx39l.h: Delete file.
676 * config/mips/tm-vr4300el.h: Delete file.
677 * config/mips/tm-vr4xxxel.h: Delete file.
678 * config/mips/tm-vr4300.h: Delete file.
679 * config/mips/tm-vr4100.h: Delete file.
680 * config/mips/tm-vr4xxx.h: Delete file.
681 * config/mips/tm-vr5000.h: Delete file.
682 * config/mips/tm-embedl64.h: Delete file.
683 * config/mips/tm-embedl.h: Delete file.
684 * config/mips/tm-embed64.h: Delete file.
685 * config/mips/tm-bigmips64.h: Delete file.
686 * config/mips/tm-bigmips.h: Delete file.
687
688 2003-06-01 Mark Kettenis <kettenis@gnu.org>
689
690 Fix gdb/1216.
691 * shnbsd-nat.c: Include "sh-tdep.h".
692
693 From Richard Henderson <rth@redhat.com>:
694 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
695
696 2003-05-31 Andrew Cagney <cagney@redhat.com>
697
698 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
699 forward declaration.
700 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
701 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
702 (mips_find_saved_regs): Use set_reg_offset.
703 (mips_frame_init_saved_regs): Delete function.
704 (mips_pop_frame): Call mips_find_saved_regs instead of
705 DEPRECATED_FRAME_INIT_SAVED_REGS.
706
707 2003-05-31 Andrew Cagney <cagney@redhat.com>
708
709 * mips-tdep.c (mips_gdbarch_init): Do not set
710 deprecated_max_register_raw_size, register_virtual_size, and
711 deprecated_max_register_virtual_size.
712
713 2003-05-31 Mark Kettenis <kettenis@gnu.org>
714
715 * i386-tdep.c: Include "dwarf2-frame.h".
716 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
717 * Makefile.in (i386-tdep.o): Update dependencies.
718
719 * dwarf2-frame.c, dwarf2-frame.h: New files.
720 * Makefile.in (SFILES): Add dwarf2-frame.c.
721 (dwarf2_frame_h): Define.
722 (COMMON_OBS): Add dwarf2-frame.o.
723 (dwarf2-frame.o): Add dependencies.
724
725 2003-05-31 Andreas Jaeger <aj@suse.de>
726
727 * x86-64-linux-nat.c: Fix comment.
728
729 2003-05-31 Mark Kettenis <kettenis@gnu.org>
730
731 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
732 function signature.
733
734 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
735 have a sigcontext_addr handler.
736 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
737 sigcontext_addr handler.
738
739 2003-05-31 Andrew Cagney <cagney@redhat.com>
740
741 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
742 (print_fp_register_row): Replace do_fp_register_row.
743 (mips_print_fp_register): Add "file" and "frame" parameters.
744 (mips_print_register): Add "file" and "frame" parameters.
745 (mips_print_registers_info): Replace mips_do_registers_info.
746 (mips_gdbarch_init): Set print_registers_info instead of
747 deprecated_do_registers_info.
748 (mips_read_fp_register_single): Add "frame" parameter.
749 (mips_read_fp_register_double): Add "frame" parameter.
750
751 2003-05-31 Mark Kettenis <kettenis@gnu.org>
752
753 * i386-tdep.c (i386_register_name): Check for MMX registers first.
754 Fixes a bug where GDB would print the wrong register names for
755 targets without SSE.
756
757 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
758 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
759 registers.
760
761 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
762 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
763 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
764 TDEP->sc_sp_offset.
765
766 From Michal Ludvig <mludvig@suse.cz>:
767 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
768 and `sc_num_regs'.
769 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
770 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
771 I386_ST0_REGNUM): Move here from...
772 * i386-tdep.c: ... here.
773 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
774 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
775 registers if possible.
776 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
777 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
778 Remove variables.
779 (i386bsd_sc_reg_offset): New variable.
780 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
781 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
782 TDEP->sc_sp_offset.
783 (i386fbsd_sc_reg_offset): New variable.
784 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
785 TDEP->sc_num_regs.
786 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
787 variables.
788 (i386fbsd4_sc_reg_offset): New variable.
789 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
790 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
791 TDEP->sc_sp_offset.
792 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
793 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
794 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
795 Remove variables.
796 (i386nbsd_sc_reg_offset): New variable.
797 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
798 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
799 TDEP->sc_sp_offset.
800 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
801 Remove variables.
802 (i386obsd_sc_reg_offset): New variable.
803 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
804 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
805 TDEP->sc_sp_offset.
806 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
807 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
808 for frame pointer offset in `struct sigcontext'.
809
810 2003-05-31 Andrew Cagney <cagney@redhat.com>
811
812 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
813 architecture methods call_dummy_words, sizeof_call_dummy_words,
814 push_return_address, store_struct_return, and fix_call_dummy. Set
815 push_dummy_call instead of deprecated_push_arguments.
816 (mips_store_struct_return): Delete function.
817 (mips_fix_call_dummy): Delete function.
818 (mips_push_return_address): Delete function.
819 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
820 RA_REGNUM and T9_REGNUM.
821 (mips_n32n64_push_dummy_call): Ditto for
822 mips_n32n64_push_arguments.
823 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
824 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
825
826 2003-05-31 Andrew Cagney <cagney@redhat.com>
827
828 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
829 "dummy_addr" to "bp_addr".
830 * infcall.c (call_function_by_hand): Pass "funaddr" to
831 gdbarch_push_dummy_call.
832 * gdbarch.h, gdbarch.c: Re-generate.
833 * i386-tdep.c (i386_push_dummy_call): Update.
834 * arm-tdep.c (arm_push_dummy_call): Update.
835 * d10v-tdep.c (d10v_push_dummy_call): Update.
836
837 2003-05-31 Mark Kettenis <kettenis@gnu.org>
838
839 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
840 variable declarations.
841 (x86_64_register_number, x86_64_register_name): Remove prototypes.
842 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
843 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
844 x86_64_init_frame_pc, x86_64_init_frame_pc,
845 x86_64_function_has_prologue): Remove prototypes.
846 (X86_64_NUM_GREGS): New define.
847 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
848 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
849 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
850 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
851 XMM1_REGNUM): Remove defines.
852 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
853 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
854 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
855 X86_64_XMM1_REGNUM): New defines.
856 (struct x86_64_register_info): Renamed from `struct
857 register_info'. Remove `size' member.
858 (x86_64_register_info_table): Remove variable.
859 (x86_64_register_info): New variable.
860 (X86_64_NUM_REGS): New define.
861 (X86_64_NUM_GREGS): Remove define.
862 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
863 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
864 Remove variables.
865 (x86_54_dwarf2_reg_to_regnum): Remove function.
866 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
867 (x86_64_dwarf_reg_to_regnum): New function.
868 (x86_64_register_name): Rewrite.
869 (x86_64_register_raw_size): Remove function.
870 (x86_64_register_byte_table): Remove variable.
871 (x86_64_register_byte): Remove function.
872 (x86_64_register_virtual_type): Remove function.
873 (x86_64_register_type): New function.
874 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
875 x86_64_register_convert_to_raw): Remove functions.
876 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
877 (x86_64_use_struct_convention): Make static. Adjust for renamed
878 defines.
879 (x86_64_frame_init_saved_regs): Remove function.
880 (x86_64_push_arguments): Make static. Change to accept a regcache
881 as argument.
882 (x86_64_store_return_value, x86_64_extract_return_value): Make
883 static. Rewrite based on i386 counterparts.
884 (x86_64_push_dummy_call): New function.
885 (X86_64_NUM_SAVED_REGS): New define.
886 (x86_64_register_number): Remove function.
887 (x86_64_store_struct_return): Remove function.
888 (x86_64_frameless_function_invocation,
889 x86_64_function_has_prologue): Remove functions.
890 (PROLOG_BUFSIZE): Remove define.
891 (struct x86_64_frame_cache): New structure.
892 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
893 x86_64_frame_cache, x86_64_frame_this_id,
894 x86_64_frame_prev_register, x86_64_frame_p,
895 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
896 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
897 functions.
898 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
899 variables.
900 (x86_64_skip_prologue): Rewrite in terms of
901 x86_64_analyze_prologue.
902 (x86_64_frame_base_address): New function.
903 (x86_64_frame_base): New variable.
904 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
905 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
906 set deprecated_fp_regnum, deprecated_register_size,
907 deprecated_register_bytes, register_raw_size, register_byte,
908 register_virtual_type, register_convertiable,
909 register_convert_to_virtual, convert_to_raw,
910 deprecated_get_saved_register, deprecated_target_read_fp,
911 deprecated_push_arguments, deprecated_push_return_address,
912 deprecated_pop_frame, deprecated_store_struct_return,
913 deprecated_frame_init_saved_regs, deprecated_frame_chain,
914 frameless_function_invocation, deprecated_frame_saved_pc,
915 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
916 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
917 deprecated_init_frame_pc and virtual_frame_pointer. Call
918 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
919 and x86_64_frame_p. Call frame_base_set_default to register
920 x86_64_frame_base.
921 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
922 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
923 (_initialize_x86_64_tdep): Remove function.
924 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
925 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
926 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
927 define.
928 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
929 (x86_64_linux_sigcontext_addr): Rewrite.
930 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
931 x86_64_linux_frame_saved_pc): Remove functions.
932 (x86_64_linux_pc_in_sigtramp): Renamed from
933 x86_64_linux_in_sigtramp. Try harder to recognize a signal
934 trampoline.
935 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
936 Remove_functions.
937 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
938 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
939 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
940 (x86_64_regmap): Rename to regmap.
941 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
942 x86_64_num_gregs.
943 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
944 x86_64_regmap.
945 (x86_64_fxsave_offset): Remove function.
946 (supply_fpregset): Simply call x86_64_supply_fxsave.
947 (fill_fpregset): Simply call x86_64_fill_fxsave.
948 (fetch_inferior_registers, store_inferior_registers): Avoid
949 asignment in if-statement.
950 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
951 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
952 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
953 (fetch_core_registers): Remove function.
954 (linux_elf_core_fns): Remove.
955 (offsetoff): Don't define.
956 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
957 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
958 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
959 add core-regset.o.
960 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
961 protection against multiple includes instead of NM_X86_64_h. Add
962 various comments. Include "config/nm-linux.h". Don't include
963 <signal.h>.
964 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
965 GET_THREAD_SIGNALS): Remove defines.
966 (x86_64_register_u_addr, kernel_u_size,
967 lin_thread_get_thread_signals): Remove prototypes.
968 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
969 [HAVE_LINK_H]: Don't include "solib.h".
970 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
971 * config/i386/tm-x86-64linux.h: Fix comments.
972 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
973 x86-64-tdep.o): Update dependencies.
974
975 2003-05-30 Andrew Cagney <cagney@redhat.com>
976
977 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
978 Change parameter type to a "struct regcache *".
979
980 * gdbarch.sh: Regardless of the multi-arch level, always define
981 the macro when not already defined.
982 * gdbarch.h, gdbarch.c: Re-generate.
983
984 2003-05-30 Richard Henderson <rth@redhat.com>
985
986 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
987 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
988 (alpha_mdebug_frame_this_id): Likewise.
989 (alpha_mdebug_frame_prev_register): Likewise.
990 (alpha_mdebug_frame_base_address): Likewise.
991 (alpha_mdebug_frame_locals_address): Likewise.
992 (alpha_mdebug_frame_args_address): Likewise.
993 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
994 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
995 (alpha_heuristic_frame_unwind_cache): Make static; add missing
996 loop increment.
997 (alpha_heuristic_frame_this_id): Make static.
998 (alpha_heuristic_frame_prev_register): Likewise.
999 (alpha_heuristic_frame_base_address): Likewise.
1000 * alpha-tdep.h: Update.
1001
1002 2003-05-30 Mark Kettenis <kettenis@gnu.org>
1003
1004 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
1005 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
1006 defenitions.
1007 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
1008 * i386-tdep.c: Mark functions that are 64-bit safe as such.
1009 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
1010 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
1011 I386_ST0_REGNUM): New defines.
1012 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
1013 codestream_get): Remove define.
1014 (codestream_next_addr, condestream_addr, condestream_buf,
1015 codestream_off, codestream_cnt): Remove variables.
1016 (codestream_fill, codestream_seek, codestream_read): Remove
1017 functions.
1018 (i386_follow_jump): Rewrite to avoid usage of removed codestream
1019 functionality.
1020 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
1021 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
1022 i386_frame_saved_pc, i386_saved_pc_after_call,
1023 i386_frame_num_args, i386_frame_init_saved_regs,
1024 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
1025 i386_push_arguments): Remove functions.
1026 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
1027 functionality. Use i386_analyze_prologue instead of
1028 i386_get_frame_setup.
1029 (I386_NUM_SAVED_REGS): New define.
1030 (struct i386_frame_cache): New structure.
1031 (i386_alloc_frame_cache, i386_analyze_struct_return,
1032 i386_skip_probe, i386_analyze_frame_setup,
1033 i386_analyze_register_saves, i386_analyze_prologue,
1034 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
1035 i386_frame_prev_register, i386_sigtramp_frame_cache,
1036 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
1037 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
1038 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
1039 New functions.
1040 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
1041 New variables.
1042 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
1043 I386_EAX_REGNUM and I386_EDX_REGNUM.
1044 (i386_extract_return_value, i386_store_return_value): Use
1045 I386_ST0_REGNUM where appropriate.
1046 (i386_extract_struct_value_address): Rewrite to use extract_address.
1047 (i386_svr4_pc_in_sigtramp): Add comment.
1048 (i386_svr4_sigcontext_addr): Rewrite.
1049 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
1050 TDEP->sc_sp_offset.
1051 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
1052 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
1053 of new defines. Set push_dummy_call, don't set
1054 deprecated_push_arguments, deprecated_push_return_address,
1055 deprecated_pop_frame. Don't set parm_boundary. Don't set
1056 deprecated_frame_chain, deprecated_frame_saved_pc,
1057 deprecated_saved_pc_after_call. Set unwind_dummy_id,
1058 save_dummy_frame_tos, unwind_pc. Call
1059 frame_unwind_append_predicate and frame_base_set_default. Don't
1060 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
1061 Don't set frameless_function_invocation. Don't set
1062 deprecated_register_bytes, deprecated_register_size,
1063 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
1064 * i386-linux-tdep.c: Fix formatting in some comments.
1065 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
1066 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
1067 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
1068 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
1069 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
1070 redundant parentheses.
1071 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
1072 (i386_linux_sigcontext_addr): Use it. Rewrite.
1073 (find_minsym_and_objfile): Change name of second argument.
1074 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
1075 changed. Use frame_pc_unwind instead of
1076 DEPRECATED_SAVED_PC_AFTER_CALL.
1077 (i386_linux_init_abi): Don't set deprecated_register_bytes.
1078 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
1079 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
1080 unwinder.
1081 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
1082 "dummy-frame.h".
1083 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
1084 (_initialize_i386_cygwin_tdep): New prototype.
1085 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
1086 deprecated_frame_chain_valid.
1087 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
1088 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
1089 Rely on the SVR4 defaults.
1090 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
1091 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
1092
1093 2003-05-30 Andrew Cagney <cagney@redhat.com>
1094
1095 * infcall.c (call_function_by_hand): Always call
1096 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
1097
1098 2003-05-30 Richard Henderson <rth@redhat.com>
1099
1100 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
1101 increment.
1102
1103 2003-05-29 Jim Blandy <jimb@redhat.com>
1104
1105 Use gdbarch methods for solib stuff on PowerPC Linux.
1106 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
1107 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
1108 show through.
1109 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1110 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
1111 giving the same effect as the #definitions above.
1112
1113 2003-05-29 Adam Fedor <fedor@gnu.org>
1114
1115 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
1116 (find_implementation_from_class): Replace it with the standard
1117 case i.e. do nothing.
1118
1119 2003-05-29 Richard Henderson <rth@redhat.com>
1120
1121 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
1122 (alpha_linux_sigtramp_offset): Use it. Make static.
1123 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
1124 update for new frame model.
1125 * alpha-mdebug-tdep.c: New file.
1126 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
1127 (alpha_osf1_init_abi): Install it.
1128 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
1129 (linked_proc_desc_table): Remove.
1130 (alpha_frame_past_sigtramp_frame): Remove.
1131 (alpha_dynamic_sigtramp_offset): Remove.
1132 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
1133 (alpha_proc_desc_is_dyn_sigtramp): Remove.
1134 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
1135 (push_sigtramp_desc): Remove.
1136 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
1137 (alpha_cannot_store_register): Likewise.
1138 (alpha_sigcontext_addr): Remove.
1139 (alpha_find_saved_regs): Remove.
1140 (alpha_frame_init_saved_regs): Remove.
1141 (alpha_init_frame_pc_first): Remove.
1142 (read_next_frame_reg): Remove.
1143 (alpha_frame_saved_pc): Remove.
1144 (alpha_saved_pc_after_call): Remove.
1145 (temp_proc_desc, temp_saved_regs): Remove.
1146 (alpha_about_to_return): Remove.
1147 (cached_proc_desc): Remove.
1148 (alpha_frame_chain): Remove.
1149 (alpha_print_extra_frame_info): Remove.
1150 (alpha_init_extra_frame_info): Remove.
1151 (alpha_frame_locals_address): Remove.
1152 (alpha_frame_args_address): Remove.
1153 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
1154 (alpha_push_dummy_frame): Remove.
1155 (alpha_pop_frame): Remove.
1156 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
1157 (alpha_read_insn): New.
1158 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
1159 for different insn encodings.
1160 (alpha_in_lenient_prologue): Remove.
1161 (struct alpha_sigtramp_unwind_cache): New.
1162 (alpha_sigtramp_frame_unwind_cache): New.
1163 (alpha_sigtramp_register_address): New.
1164 (alpha_sigtramp_frame_this_id): New.
1165 (alpha_sigtramp_frame_prev_register): New.
1166 (alpha_sigtramp_frame_unwind): New.
1167 (alpha_sigtramp_frame_p): New.
1168 (struct alpha_heuristic_unwind_cache): New.
1169 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
1170 don't count nop insns that occur between functions.
1171 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
1172 heuristic_proc_desc, but without the mdebug wrapping.
1173 (alpha_heuristic_frame_this_id): New.
1174 (alpha_heuristic_frame_prev_register): New.
1175 (alpha_heuristic_frame_unwind): New.
1176 (alpha_heuristic_frame_p): New.
1177 (alpha_heuristic_frame_base_address): New.
1178 (alpha_heuristic_frame_base): New.
1179 (alpha_unwind_dummy_id): New.
1180 (alpha_unwind_pc): New.
1181 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
1182 frame related deprecated initializations; install replacements.
1183 (alpha_dump_tdep): Remove.
1184 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
1185 (alpha_read_insn, alpha_after_prologue,
1186 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
1187 alpha_heuristic_frame_prev_register,
1188 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
1189 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
1190 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
1191 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
1192
1193 2003-05-29 Andrew Cagney <cagney@redhat.com>
1194
1195 * gdb_assert.h (gdb_assert_fail): Provide different definitions
1196 dependant on the availability of ASSERT_FUNCTION.
1197 (ASSERT_FUNCTION): Do not define when there is no function name.
1198
1199 2003-05-29 Kevin Buettner <kevinb@redhat.com>
1200
1201 From Jimi X <jimix@watson.ibm.com>:
1202 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
1203
1204 2003-05-28 Jim Blandy <jimb@redhat.com>
1205
1206 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
1207 argument to ptrace to int; the system headers should give it the
1208 right type, and pointers don't fit in ints on powerpc64-*-*.
1209
1210 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
1211
1212 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
1213 DW_TAG_catch_block.
1214
1215 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1216
1217 * stabsread.c (dbx_lookup_type): Make static.
1218 (read_type): Ditto.
1219 (add_undefined_type): Ditto.
1220 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
1221 not export.
1222
1223 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
1224
1225 * hpread.c (hpread_has_name): Make static.
1226 (hpread_psymtab_to_symtab): Ditto.
1227 (file_exists): Ditto.
1228 (hpread_call_pxdb): Ditto.
1229 (hpread_pxdb_needed): Ditto.
1230 (hpread_quick_traverse): Ditto.
1231 (hpread_get_header): Ditto.
1232 (hpread_get_lntt): Ditto.
1233 (hpread_get_slt): Ditto.
1234 (class_of): Ditto.
1235
1236 2003-05-25 Andreas Schwab <schwab@suse.de>
1237
1238 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
1239 stack_align and deprecated_extra_stack_alignment_needed.
1240 (m68k_stack_align): Delete.
1241
1242 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
1243 (m68k_register_virtual_size): Likewise.
1244 (altos_skip_prologue): Remove obsolete function.
1245 (isi_frame_num_args): Likewise.
1246 (news_frame_num_args): Likewise.
1247 (m68k_fix_call_dummy): Make static.
1248 (m68k_push_dummy_frame): Likewise.
1249 (m68k_pop_frame): Likewise.
1250 (m68k_skip_prologue): Likewise.
1251 (m68k_frame_init_saved_regs): Likewise.
1252 (m68k_saved_pc_after_call): Likewise.
1253 (m68k_get_longjmp_target): Make multi-arch.
1254 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
1255 structure. Register m68k_get_longjmp_target if enabled.
1256 * m68k-tdep.h (struct gdbarch_tdep): Define.
1257 * config/m68k/tm-m68k.h: Don't include "regcache.h".
1258
1259 * Makefile.in (config.status): Also depend on configure.tgt
1260 and configure.host.
1261 (m68klinux-tdep.o): Update dependencies.
1262 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
1263 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
1264 (M68K_LINUX_JB_PC): Define.
1265 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
1266 and take additional parameter.
1267 (m68k_linux_sigtramp_saved_pc): Update.
1268 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
1269 m68k_linux_pc_in_sigtramp, in_plt_section,
1270 find_solib_trampoline_target.
1271 * config/m68k/tm-linux.h: Don't include any tm headers.
1272 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
1273 (JB_ELEMENT_SIZE): Likewise.
1274 (JB_PC): Likewise.
1275 (GET_LONGJMP_TARGET): Likewise.
1276 (IN_SIGTRAMP): Likewise.
1277 (SVR4_SHARED_LIBS): Define this and include "solib.h".
1278
1279 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1280
1281 * sparc-tdep.c (sparc32_do_push_arguments): New function.
1282 (sparc32_push_arguments): Re-implement by calling
1283 sparc32_do_push_arguments.
1284
1285 2003-05-25 Mark Kettenis <kettenis@gnu.org>
1286
1287 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
1288 SPARC_O1_REGNUM): New defines.
1289 (sparc32_extract_return_value): Rewrite to operate on a regcache.
1290 (sparc32_store_return_value): New function.
1291 (sparc_extract_struct_value_address): Rewrite to operate on a
1292 regcache.
1293 (sparc_gdbarch_init): Don't set
1294 deprecated_extract_struct_value_address. Set
1295 extract_struct_value_address instead. Don't set
1296 deprecated_extract_return_value and deprecated_store_return_value
1297 for 32-bit targets. Set extract_return_value and
1298 store_return_value instead.
1299 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
1300 DEPRECTAED_EXTRACT_RETURN_VALUE,
1301 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
1302 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1303 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
1304 (sparc_store_return_value): Remove prototype.
1305 (sparc32_store_return_value): New prototype.
1306 (sparc32_extract_return_value, sparc_extract_struct_value_address):
1307 Adjust prototypes.
1308
1309 2003-05-24 Mark Kettenis <kettenis@gnu.org>
1310
1311 * sparcnbsd-tdep.c: Include "gdb_string.h".
1312
1313 2003-05-23 Andrew Cagney <cagney@redhat.com>
1314
1315 * p-valprint.c (pascal_val_print): Replace extract_address with
1316 the inline equivalent extract_unsigned_integer.
1317 * jv-valprint.c (java_value_print): Ditto.
1318 * ada-valprint.c (ada_val_print_1): Ditto.
1319 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
1320
1321 2003-05-23 Theodore A. Roth <troth@openavr.org>
1322
1323 * blockframe.c (frameless_look_for_prologue): Remove unused
1324 after_prologue variable.
1325
1326 2003-05-23 Mark Kettenis <kettenis@gnu.org>
1327
1328 * blockframe.c (get_pc_function_start): Rewrite to avoid
1329 asignments in if-statements.
1330
1331 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
1332
1333 Committed by Elena Zannoni <ezannoni@redhat.com>.
1334 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
1335 files, don't relocate absolute symbols (and do use mst_abs).
1336
1337 2003-05-23 Andrew Cagney <cagney@redhat.com>
1338
1339 * objc-lang.c: Include "gdb_assert.h".
1340 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
1341 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
1342 (gdb_check, gdb_check_fatal): Delete functions.
1343 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
1344 gdb_assert.
1345 (parse_selector, parse_method, find_methods, find_imps): Ditto.
1346 * Makefile.in (objc-lang.o): Update dependencies.
1347
1348 2003-05-22 Ian Lance Taylor <ian@airs.com>
1349
1350 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
1351 with fprintf_filtered, not fprintf_unfiltered.
1352
1353 2003-05-22 Andrew Cagney <cagney@redhat.com>
1354
1355 * stack.c (frame_info): Inline extract_address, replacing it with
1356 extract_unsigned_integer.
1357 * findvar.c (unsigned_pointer_to_address): Ditto.
1358 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
1359 * dwarf2expr.c (dwarf2_read_address): Ditto.
1360 * frame.c (frame_pc_unwind): Update comment.
1361 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
1362
1363 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
1364
1365 * infptrace.c (detach): Call print_sys_errmsg rather than
1366 perror_with_name to issue warning message when errno is non-zero
1367 after calling ptrace detach.
1368
1369 2003-05-21 J. Brobecker <brobecker@gnat.com>
1370
1371 * config/pa/tm-hppa.h: Delete some unused macros. Move some
1372 macro definitions from here...
1373 * hppa-tdep.c: ...to there.
1374
1375 2003-05-20 Kevin Buettner <kevinb@redhat.com>
1376
1377 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
1378 register_ptrace_addr(). Fix all callers.
1379
1380 2003-05-21 Andreas Schwab <schwab@suse.de>
1381
1382 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
1383 dependencies.
1384 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
1385 end.
1386 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
1387 (_initialize_m68k_linux_tdep): New function.
1388 (m68k_linux_frame_saved_pc): Make static.
1389 (m68k_linux_extract_return_value): Likewise.
1390 (m68k_linux_store_return_value): Likewise.
1391 (m68k_linux_extract_struct_value_address): Likewise.
1392 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
1393 Remove.
1394 (DEPRECATED_STORE_RETURN_VALUE): Remove.
1395 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
1396 (DEPRECATED_FRAME_SAVED_PC): Remove.
1397
1398 2003-05-20 Kris Warkentin <kewarken@qnx.com>
1399
1400 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
1401 regset numbering rather than our own.
1402
1403 2003-05-19 David Carlton <carlton@bactrian.org>
1404
1405 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
1406
1407 2003-05-19 David Carlton <carlton@bactrian.org>
1408
1409 Partial fix for PR c++/827.
1410 * cp-support.h: Include symtab.h.
1411 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
1412 * cp-namespace.c: Update contributors.
1413 (cp_lookup_symbol_nonlocal): New.
1414 (lookup_namespace_scope, cp_lookup_symbol_namespace)
1415 (lookup_symbol_file): Ditto.
1416 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
1417 * block.h: Declare block_scope, block_using, block_global_block.
1418 * block.c (block_scope): New.
1419 (block_using, block_global_block): Ditto.
1420 * Makefile.in (cp_support_h): Depend on symtab_h.
1421 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
1422
1423 2003-05-19 David Carlton <carlton@bactrian.org>
1424
1425 * language.h (struct language_defn): Add 'la_value_of_this'
1426 and 'la_lookup_symbol_nonlocal' members.
1427 * symtab.h: Declare basic_lookup_symbol_nonlocal,
1428 lookup_symbol_static, lookup_symbol_global,
1429 lookup_symbol_aux_block.
1430 * symtab.c (lookup_symbol_aux): Call language hooks to determine
1431 if we should search fields of this and how to do static/global
1432 lookup.
1433 (lookup_symbol_aux_block): Make extern.
1434 (basic_lookup_symbol_nonlocal): New.
1435 (lookup_symbol_static, lookup_symbol_global): Ditto.
1436 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
1437 'la_lookup_symbol_nonlocal' members.
1438 * c-lang.c (c_language_defn, cplus_language_defn)
1439 (asm_language_defn, minimal_language_defn): Ditto.
1440 * jv-lang.c (java_language_defn): Ditto.
1441 * language.c (unknown_language_defn, auto_language_defn)
1442 (local_language_defn): Ditto.
1443 * m2-lang.c (m2_language_defn): Ditto.
1444 * objc-lang.c (objc_language_defn): Ditto.
1445 * scm-lang.c (scm_language_defn): Ditto.
1446 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
1447 * p-lang.c (pascal_language_defn): Ditto for both.
1448 * Makefile.in (f-lang.o): Depend on value_h.
1449 (p-lang.o): Ditto.
1450
1451 2003-05-19 David Carlton <carlton@bactrian.org>
1452
1453 * block.h: Declare block_static_block.
1454 * block.c (block_static_block): New.
1455 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
1456 lookup_symbol_aux_local, calling block_static_block instead.
1457 (lookup_symbol_aux_local): Delete 'static_block' argument.
1458
1459 2003-05-19 David Carlton <carlton@bactrian.org>
1460
1461 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
1462
1463 2003-05-19 Michal Ludvig <mludvig@suse.cz>
1464
1465 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
1466 register numbers mapping.
1467
1468 2003-05-18 Adam Fedor <fedor@gnu.org>
1469
1470 * symtab.c (completion_list_objc_symbol): New function.
1471 (make_symbol_completion_list): Use it to add ObjC symbols
1472 when looking though the list.
1473 (language_search_unquoted_string): New function.
1474 (make_file_symbol_completion_list): Use it.
1475
1476 2003-05-18 Andreas Schwab <schwab@suse.de>
1477
1478 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
1479 dependencies.
1480 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
1481 as m68k_linux_extract_return_value.
1482 (DEPRECATED_STORE_RETURN_VALUE): Define as
1483 m68k_linux_store_return_value.
1484 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1485 m68k_linux_extract_struct_value_address.
1486 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
1487 get_next_frame, get_frame_base, get_frame_pc.
1488 (m68k_linux_frame_saved_pc): Use get_frame_base.
1489 (m68k_linux_extract_return_value): New function.
1490 (m68k_linux_store_return_value): New function.
1491 (m68k_linux_extract_struct_value_address): New function.
1492 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
1493
1494 * c-exp.y (typebase): Remove duplicate occurence of
1495 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
1496 of lookup_signed_typename.
1497
1498 2003-05-18 Mark Kettenis <kettenis@gnu.org>
1499
1500 * dwarf2loc.c (find_location_expression): Change type of second
1501 argument to `size_t *'.
1502 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
1503 for size variable.
1504
1505 2003-05-18 David Carlton <carlton@bactrian.org>
1506
1507 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
1508 'linkage_name'. Add comment.
1509 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
1510 'linkage_name'.
1511 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1512 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
1513 (lookup_block_symbol): Ditto.
1514
1515 2003-05-16 Andrew Cagney <cagney@redhat.com>
1516
1517 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
1518 * gdbarch.h, gdbarch.c: Re-generate.
1519 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
1520 * TODO (REGISTER_BYTES): Delete reference.
1521 * alpha-tdep.c (alpha_gdbarch_init): Update.
1522 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1523 * x86-64-tdep.c (x86_64_init_abi): Update.
1524 * vax-tdep.c (vax_gdbarch_init): Update.
1525 * v850-tdep.c (v850_gdbarch_init): Update.
1526 * sparc-tdep.c (sparc_gdbarch_init): Update.
1527 * sh-tdep.c (sh_gdbarch_init): Update.
1528 * s390-tdep.c (s390_gdbarch_init): Update.
1529 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1530 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1531 (ns32k_gdbarch_init_32382): Update.
1532 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1533 * mcore-tdep.c (mcore_gdbarch_init): Update.
1534 * m68k-tdep.c (m68k_gdbarch_init): Update.
1535 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1536 * ia64-tdep.c (ia64_gdbarch_init): Update.
1537 * i386-tdep.c (i386_gdbarch_init): Update.
1538 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1539 * hppa-tdep.c (hppa_gdbarch_init): Update.
1540 * h8300-tdep.c (h8300_gdbarch_init): Update.
1541 * frv-tdep.c (frv_gdbarch_init): Update.
1542 * cris-tdep.c (cris_gdbarch_init): Update.
1543 * avr-tdep.c (avr_gdbarch_init): Update.
1544 * arm-tdep.c (arm_gdbarch_init): Update.
1545 * sparc-tdep.c (sparc_pop_frame): Update.
1546 * rs6000-tdep.c (rs6000_pop_frame): Update.
1547 * remote.c (init_remote_state): Update.
1548 (remote_prepare_to_store): Update.
1549 * remote-vx.c (vx_prepare_to_store): Update.
1550 * remote-sds.c (sds_fetch_registers): Update.
1551 (sds_prepare_to_store): Update.
1552 * remote-array.c: Update.
1553 * regcache.c (init_legacy_regcache_descr): Update.
1554 (init_regcache_descr): Update.
1555 * mips-tdep.c (mips_eabi_extract_return_value): Update.
1556 (mips_o64_extract_return_value): Update.
1557 * irix5-nat.c (fetch_core_registers): Update.
1558 * irix4-nat.c (fetch_core_registers): Update.
1559 * i386-tdep.h: Update.
1560 * hppa-tdep.c (pa_do_registers_info): Update.
1561 (pa_do_strcat_registers_info): Update.
1562 * cris-tdep.c (cris_register_bytes_ok): Update.
1563 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1564 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
1565 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
1566 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
1567 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
1568 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
1569 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
1570 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
1571 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
1572 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
1573 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
1574 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
1575 (REGISTER_BYTES_OK): Update.
1576 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
1577 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
1578
1579 2003-05-16 Ian Lance Taylor <ian@airs.com>
1580
1581 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
1582 (vax_print_insn, print_insn_arg): Remove static functions.
1583 (vax_gdbarch_init): Call set_gdbarch_print_insn with
1584 print_insn_vax from opcodes library.
1585 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
1586
1587 2003-05-15 Andrew Cagney <cagney@redhat.com>
1588
1589 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
1590 * target.h (memory_breakpoint_from_pc): Delete declaration.
1591 * mem-break.c (memory_breakpoint_from_pc): Delete function.
1592 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
1593 * monitor.c (monitor_insert_breakpoint): Use
1594 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
1595 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
1596 * gdbarch.h, gdbarch.c: Re-generate.
1597 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
1598 (sparc_gdbarch_init): Set breakpoint_from_pc to
1599 sparc_breakpoint_from_pc.
1600 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
1601 (BREAKPOINT_FROM_PC): Define.
1602 (sparc_breakpoint_from_pc): Declare.
1603 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
1604 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
1605 (BREAKPOINT_FROM_PC): Define.
1606 (BREAKPOINT): Delete macro.
1607 * target.h: Update comment.
1608 * s390-tdep.c (s390_gdbarch_init): Update comments.
1609 * remote.c: Update comments.
1610 * remote-mips.c: Update comments.
1611 * proc-api.c (write_with_trace): Do not check for a breakpoint.
1612 * mem-break.c: Update comment.
1613 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
1614 (ia64_memory_insert_breakpoint): Update.
1615 * config/sparc/tm-sparc.h: Update comment.
1616 * config/pa/tm-hppa64.h: Update comment.
1617 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1618 (rs6000_breakpoint_from_pc): Update.
1619 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
1620 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
1621 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
1622 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
1623 (mips_breakpoint_from_pc): Update.
1624 (mips_dump_tdep): Update.
1625
1626 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
1627 * minsyms.c (lookup_minimal_symbol): Inline
1628 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
1629
1630 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
1631 * p-valprint.c (pascal_object_print_value_fields): Ditto.
1632 * p-lang.c (pascal_printstr): Ditto.
1633 * objc-lang.c (objc_printstr): Ditto.
1634 * m2-lang.c (m2_printstr): Ditto.
1635 * jv-valprint.c (java_print_value_fields): Ditto.
1636 * f-lang.c (f_printstr): Ditto.
1637 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
1638 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
1639 for repeat_count_threshold.
1640 * Makefile.in (cp-valprint.o): Update dependencies.
1641
1642 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
1643
1644 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
1645 (examine_prologue): Support looking through leaf functions, knowing
1646 they start with mov r2,r12. Support skipping over indirect stores
1647 of the input registers. Upon hitting a non-nop branch instruction
1648 or predicated instruction, bail out by setting lim_pc to the current
1649 pc value in the loop. At the end, if the lim_pc value is still
1650 beyond our calculated value and we have trust_limit set,
1651 use the lim_pc value.
1652
1653 2003-05-15 Andrew Cagney <cagney@redhat.com>
1654
1655 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
1656 generic_find_dummy_frame.
1657 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
1658 (deprecated_generic_find_dummy_frame): Update.
1659 (deprecated_read_register_dummy): Update.
1660 * frame.c (deprecated_generic_get_saved_register): Update.
1661
1662 2003-05-15 Theodore A. Roth <troth@openavr.org>
1663
1664 * avr-tdep.c (avr_breakpoint_from_pc): New function.
1665 (avr_gdbarch_init): Set breakpoint_from_pc method.
1666
1667 2003-05-15 Andrew Cagney <cagney@redhat.com>
1668
1669 * regcache.c (build_regcache): Set deprecated_register_valid
1670 directly.
1671 (deprecated_grub_regcache_for_register_valid): Delete function.
1672 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
1673 declaration.
1674
1675 2003-05-15 David Carlton <carlton@bactrian.org>
1676
1677 Committed by Elena Zannoni <ezannoni@redhat.com>
1678 * symtab.c (lookup_symbol_aux): Delete calls to
1679 lookup_symbol_aux_minsyms.
1680 (lookup_symbol_aux_minsyms): Comment out function and
1681 prototype. Delete lookup by mangled name.
1682
1683 2003-05-14 Kevin Buettner <kevinb@redhat.com>
1684
1685 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
1686 correctly indicate an empty stack and ``stack_allocated'' to the
1687 indicate the number of elements initially allocated.
1688 (dwarf_expr_grow_stack): Simplify method for computing new
1689 stack size. Don't loop infinitely if ``stack_len'' is zero.
1690 (execute_stack_op): Move ``ctx->in_reg'' initialization
1691 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
1692 be used in conjuction with DW_OP_piece. Revise error message
1693 accordingly.
1694
1695 2003-05-14 Theodore A. Roth <troth@openavr.org>
1696
1697 * MAINTAINERS: Update my email address.
1698 * avr-tdep.c: Ditto.
1699
1700 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
1701
1702 * symtab.h (enum domain_enum): Rename from namespace_enum.
1703 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
1704 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
1705 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
1706 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
1707 TYPES_NAMESPACE, METHODS_NAMESPACE.
1708 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
1709 (struct symbol, struct partial_symbol): Rename field
1710 'namespace_enum namespace' to 'domain_enum domain'.
1711 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
1712 Delete old define kludge for namespace.
1713
1714 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
1715 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
1716 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
1717 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
1718 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
1719 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
1720 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
1721 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
1722 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
1723 occurrences of the above.
1724
1725 2003-05-14 Ian Lance Taylor <ian@airs.com>
1726
1727 * Makefile.in (install-only): Use $(SHELL) when running
1728 mkinstalldirs.
1729
1730 2003-05-13 Ian Lance Taylor <ian@airs.com>
1731
1732 * MAINTAINERS (write after approval): Add myself.
1733
1734 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
1735 second and third arguments.
1736 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1737 * ser-unix.c (_initialize_ser_hardwire): Likewise.
1738
1739 2003-05-13 Andrew Cagney <cagney@redhat.com>
1740
1741 * defs.h (store_address): Delete declaration.
1742 findvar.c (store_address): Delete function.
1743 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
1744 store_unsigned_integer.
1745 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
1746 * v850-tdep.c (v850_push_arguments): Ditto.
1747 * sparc-tdep.c (sparc_get_saved_register): Ditto.
1748 * sh-tdep.c (sh64_get_saved_register): Ditto.
1749 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
1750 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
1751 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
1752 (mips_get_saved_register): Ditto.
1753 * ia64-tdep.c (ia64_get_saved_register): Ditto.
1754 (find_func_descr, ia64_push_arguments): Ditto.
1755 * i386-tdep.c (i386_push_arguments): Ditto.
1756 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1757 * frv-tdep.c (frv_push_arguments): Ditto.
1758 * frame.c (legacy_saved_regs_prev_register): Ditto.
1759 (deprecated_generic_get_saved_register): Ditto.
1760 * findvar.c (unsigned_address_to_pointer): Ditto.
1761 * dwarf2read.c (dwarf2_const_value): Ditto.
1762 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
1763 * alpha-tdep.c (alpha_push_arguments): Ditto.
1764
1765 2003-05-12 J. Brobecker <brobecker@gnat.com>
1766
1767 * NEWS: Mention that the hppa-hpux port has been partially
1768 multiarched (32bit ABIT only, so far).
1769
1770 2003-05-11 Andrew Cagney <cagney@redhat.com>
1771
1772 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
1773 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
1774 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
1775 sim/testsuite/sim/arm/misaligned2.ms, and
1776 sim/testsuite/sim/arm/misaligned3.ms.
1777 * disasm.h (struct ui_file): Add opaque struct declaration.
1778 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
1779 * frame.h (struct ui_file): Ditto.
1780
1781 2003-05-11 Mark Kettenis <kettenis@gnu.org>
1782
1783 * value.h: Pretty print.
1784
1785 2003-05-10 Mark Kettenis <kettenis@gnu.org>
1786
1787 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
1788
1789 2003-05-08 Andrew Cagney <cagney@redhat.com>
1790
1791 * regcache.h (max_register_size): Delete declaration.
1792 * regcache.c (max_register_size): Delete function.
1793 (struct regcache_descr): Delete field "max_register_size".
1794 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
1795 registers fit in MAX_REGISTER_SIZE.
1796 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
1797 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
1798 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
1799 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
1800 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
1801 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
1802 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
1803 * dve3900-rom.c, hppa-tdep.c: Ditto.
1804
1805 2003-05-08 David Carlton <carlton@math.stanford.edu>
1806
1807 * valops.c (push_word): Fix typo.
1808
1809 2003-05-08 Andrew Cagney <cagney@redhat.com>
1810
1811 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
1812 * gdbarch.h: Re-generate.
1813 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
1814 (legacy_max_register_raw_size): Delete declaration.
1815 * regcache.c (legacy_max_register_raw_size): Delete function.
1816 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
1817 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
1818 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
1819 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
1820 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
1821 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
1822 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
1823 * findvar.c, dwarf2cfi.c: Ditto.
1824
1825 2003-05-08 Andrew Cagney <cagney@redhat.com>
1826
1827 * mips-tdep.c (read_signed_register): New function, moved to here
1828 from "regcache.c".
1829 (read_signed_register_pid): Ditto.
1830 * regcache.c (read_signed_register_pid): Delete function, moved to
1831 "mips-tdep.c".
1832 (read_signed_register): Ditto.
1833 * regcache.h (read_signed_register): Delete declaration.
1834 (read_signed_register_pid): Delete declaration.
1835
1836 2003-05-08 Andrew Cagney <cagney@redhat.com>
1837
1838 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
1839 * gdbarch.h: Re-generate.
1840 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
1841 (legacy_max_register_virtual_size): Delete declaration.
1842 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
1843 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1844 * tracepoint.c (memrange_sortmerge): Ditto.
1845 * sparc-tdep.c (sparc_print_registers): Ditto.
1846 * regcache.c (legacy_max_register_virtual_size): Delete function.
1847
1848 2002-05-08 J. Brobecker <brobecker@gnat.com>
1849
1850 * fork-child.c (escape_bang_in_quoted_argument): New function.
1851 (fork_inferior): Escape '!' characters in quoted arguments
1852 only when needed.
1853
1854 2003-05-08 J. Brobecker <brobecker@gnat.com>
1855
1856 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
1857 the language of the CU is not currently supported by GDB.
1858
1859 2003-05-08 J. Brobecker <brobecker@gnat.com>
1860
1861 * defs.h (language): Add language_minimal enum value.
1862 * c-lang.c (minimal_language_defn): New language definition.
1863 (_initialize_c_language): Add the new minimal language to the list
1864 of languages known to GDB.
1865
1866 2003-05-08 Kevin Buettner <kevinb@redhat.com>
1867
1868 * frame.c (get_frame_type): Don't attempt to lazily initialize
1869 frame's unwinder for legacy frames.
1870
1871 2003-05-07 Andrew Cagney <cagney@redhat.com>
1872
1873 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
1874 and "regcache" parameters.
1875 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
1876
1877 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1878
1879 * dwarf2read.c (dwarf_decode_lines): Only use output of
1880 check_cu_functions() when calling record_line(). Do not update
1881 the current address.
1882
1883 2003-05-07 Andrew Cagney <cagney@redhat.com>
1884
1885 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
1886 code.
1887
1888 2003-05-07 Jim Blandy <jimb@redhat.com>
1889
1890 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
1891 'maint info symtabs' and 'maint info psymtabs'.
1892 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
1893 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
1894 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
1895 Declarations updated.
1896 * maint.c (maintenance_list_command): Delete.
1897 (_initialize_maint_cmds): Update calls to add_cmd.
1898 * gdbcmd.h (maintenancelistlist): Delete declaration.
1899 * cli/cli-cmds.c (maintenancelistlist): Delete.
1900 (init_cmd_lists): Don't initialize it.
1901 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
1902
1903 2003-05-07 Andrew Cagney <cagney@redhat.com>
1904
1905 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
1906 "regcache".
1907 (d10v_print_registers_info): Update.
1908 (d10v_dmap_register, d10v_imap_register): Delete functions.
1909 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
1910 and "imap_register".
1911 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
1912 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
1913 * arch-utils.c (generic_remote_translate_xfer_address): Add
1914 "regcache" and "gdbarch" parameters.
1915 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
1916 parameter. Change class to multi-arch.
1917 * gdbarch.h, gdbarch.c: Re-generate.
1918 * remote.c (remote_xfer_memory): Use
1919 gdbarch_remote_translate_xfer_address.
1920
1921 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
1922
1923 * infrun.c (prev_pc): Move declaration ahead of proceed().
1924 (proceed): Refresh prev_pc value before resuming.
1925 (stop_stepping): Remove code to refresh prev_pc.
1926
1927 2003-05-06 Kris Warkentin <kewarken@qnx.com>
1928
1929 * nto-tdep.c: Removed stray comment.
1930
1931 2003-05-06 Kris Warkentin <kewarken@qnx.com>
1932
1933 * i386-nto-tdep.c: Fix old K&R function definitions.
1934 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
1935 Also change add_show_from_set() call to add_setshow_cmd().
1936 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
1937
1938 2003-05-05 Andrew Cagney <cagney@redhat.com>
1939
1940 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
1941 (fprint_dummy_frames): New function.
1942 (maintenance_print_dummy_frames): New function.
1943 (_initialize_dummy_frame): Add command "maint print dummy-frames".
1944 * frame.c (fprint_frame_id): Make global.
1945 * frame.h (fprint_frame_id): Declare.
1946 * Makefile.in (dummy-frame.o): Update dependencies.
1947
1948 2003-05-05 Andrew Cagney <cagney@redhat.com>
1949
1950 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
1951 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
1952 SIZEOF_CALL_DUMMY_WORDS.
1953 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
1954 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
1955 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
1956 CALL_DUMMY_BREAKPOINT_OFFSET.
1957 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
1958 CALL_DUMMY_START_OFFSET.
1959 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
1960 * gdbarch.h, gdbarch.c: Re-generate.
1961 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
1962 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
1963 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
1964 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
1965 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
1966 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
1967 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1968 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
1969 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
1970 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
1971 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
1972 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
1973 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
1974 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
1975 * config/sparc/tm-sparc.h: Update.
1976
1977 2003-05-05 Kris Warkentin <kewarken@qnx.com>
1978
1979 * configure.tgt: Add i[3456]86-*-nto*.
1980 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
1981 * nto-tdep.c: New file. Neutrino target support routines.
1982 * nto-tdep.h: New file. Neutrino target header.
1983 * config/tm-qnxnto.h: New file.
1984 * config/i386/i386nto.mt: New file.
1985 * config/i386/tm-i386nto.h: New file.
1986
1987 2003-05-04 Andrew Cagney <cagney@redhat.com>
1988
1989 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
1990 (load_infrun_state): Ditto.
1991 (struct thread_info): Drop "prev_func_name" field.
1992 * thread.c (load_infrun_state): Update.
1993 (save_infrun_state): Update.
1994 * infrun.c (prev_func_name): Delete variable.
1995 (init_wait_for_inferior): Do not clear prev_func_name.
1996 (stop_stepping, keep_going, context_switch): Do not swap
1997 prev_func_name.
1998 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
1999 instead of PC_IN_SIGTRAMP.
2000
2001 2003-05-04 Andrew Cagney <cagney@redhat.com>
2002
2003 * sentinel-frame.c (sentinel_frame_prev_register): Replace
2004 REGISTER_BYTE with register_offset_hack.
2005 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
2006 that REGISTER_BYTE is consistent with the regcache.
2007 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
2008 * gdbarch.h, gdbarch.c: Regenerate.
2009
2010 2003-05-04 Mark Kettenis <kettenis@gnu.org>
2011
2012 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
2013 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
2014
2015 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
2016
2017 2003-05-03 J. Brobecker <brobecker@gnat.com>
2018
2019 From Thierry Schneider <tpschneider1@yahoo.com>
2020 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
2021 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
2022 (mi-cmd-symbol.o): Add rule.
2023
2024 2003-05-03 Andrew Cagney <cagney@redhat.com>
2025
2026 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
2027 comments noteing that it replaces the old FIX_CALL_DUMMY code.
2028 * gdbarch.h, gdbarch.c: Re-generate.
2029 * d10v-tdep.c (d10v_push_dummy_code): New function.
2030 (d10v_gdbarch_init): Set push_dummy_code.
2031 * infcall.c (legacy_push_dummy_code): New function.
2032 (generic_push_dummy_code): New function.
2033 (push_dummy_code): New function.
2034 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
2035 instead of dummy_addr, to push_dummy_call. Move call to
2036 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
2037 switch.
2038 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
2039
2040 2003-05-03 Andrew Cagney <cagney@redhat.com>
2041
2042 * disasm.h (print_insn): Declare.
2043 * disasm.c (init_gdb_disassemble_info): New function.
2044 (gdb_disassembly): Call init_gdb_disassemble_info.
2045 (gdb_print_insn): New function.
2046 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
2047 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
2048 * mcore-tdep.c: Include "disasm.h"
2049 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
2050 * d10v-tdep.c: Include "disasm.h".
2051 (display_trace): Call gdb_print_insn, instead of print_insn.
2052 (print_insn): Delete function.
2053 * printcmd.c: Include "disasm.h".
2054 (print_insn): Delete function.
2055 (print_formatted): Call gdb_print_insn, instead of print_insn.
2056 * Makefile.in (printcmd.o): Update dependencies.
2057 (mcore-tdep.o, d10v-tdep.o): Ditto.
2058
2059 2003-05-02 Andrew Cagney <cagney@redhat.com>
2060
2061 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
2062 PC_REGNUM, re-indent.
2063 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
2064 PC_REGNUM isn't set.
2065
2066 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
2067 * gdbarch.h, gdbarch.c: Re-generate.
2068 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
2069 register_virtual_size, pc_regnum, or register_bytes.
2070 (D10V_PC_REGNUM): Rename _PC_REGNUM.
2071 (d10v_register_type): Use D10V_PC_REGNUM.
2072 (d10v_print_registers_info, d10v_read_pc): Ditto.
2073 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
2074 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
2075
2076 2003-05-02 David Carlton <carlton@bactrian.org>
2077
2078 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
2079 the name with mstrsave.
2080
2081 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2082
2083 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
2084 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
2085 (host_charset_name, target_charset_name): New vars for use by
2086 set/show commands.
2087 (host_charset_enum, target_charset_enum): New enums for set/show
2088 commands.
2089 (set_charset_sfunc, set_host_charset_sfunc,
2090 set_target_charset_sfunc): New functions.
2091 (set_host_charset, set_target_charset): Make static.
2092 (list_charsets, set_host_charset_command,
2093 set_target_charset_command): Delete functions.
2094 (show_charset_command): Rewrite as....
2095 (show_charset): Hook this up with the set/show command mechanism.
2096 (_initialize_charset): Change names of charsets to match the
2097 set/show enums. Use host_charset_name and target_charset_name.
2098 Use set/show mechanism for charset, host-charset, target-charset
2099 commands. Do not make 'show host-charset' and 'show
2100 target-charset' be aliases of 'show charset'.
2101
2102 * charset.h (set_host_charset, set_target_charset): Don't export,
2103 they are not used outside the file.
2104
2105 2003-05-01 Andrew Cagney <cagney@redhat.com>
2106
2107 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
2108 (gdb_disassembly): Make "di" non static, always initialize and
2109 cleanup. Always use dis_asm_read_memory.
2110 (gdb_dis_asm_read_memory): Delete function.
2111
2112 2003-05-01 Andrew Cagney <cagney@redhat.com>
2113
2114 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
2115 (d10v_gdbarch_init): Set frame_align instead of stack_align.
2116
2117 2003-04-30 Andrew Cagney <cagney@redhat.com>
2118
2119 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
2120 "tm_print_insn_info".
2121 (TARGET_PRINT_INSN_INFO): Delete macro.
2122 (dis_asm_read_memory): Delete function declaration.
2123 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2124 (tm_print_insn_info): Delete variable definition.
2125 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
2126 * gdbarch.h, gdbarch.c: Re-generate.
2127 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
2128 "deprecated_tm_print_insn_info".
2129 * mcore-tdep.c (mcore_dump_insn): Ditto.
2130 * mips-tdep.c (mips_gdbarch_init): Ditto.
2131 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
2132 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
2133 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
2134 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
2135 instead of TARGET_PRINT_INSN_INFO, add comment.
2136 * s390-tdep.c (s390_get_frame_info): Instead of
2137 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
2138 (s390_check_function_end, s390_is_sigreturn): Ditto.
2139 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
2140 (dis_asm_memory_error, dis_asm_print_address): Ditto.
2141 * disasm.c: Include "gdbcore.h".
2142 (_initialize_disasm): New function, initialize
2143 "deprecated_tm_print_insn_info".
2144 (deprecated_tm_print_insn_info): New variable.
2145 (dis_asm_read_memory): Moved from "corefile.c", made static.
2146 (dis_asm_print_address, dis_asm_memory_error): Ditto.
2147 * Makefile.in (disasm.o): Update dependencies.
2148
2149 2003-04-30 Andrew Cagney <cagney@redhat.com>
2150
2151 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
2152
2153 2003-04-29 Adam Fedor <fedor@gnu.org>
2154
2155 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
2156 * infcall.c (find_function_addr): Make non-static.
2157 * infcall.h (find_function_addr): Declare.
2158 * Makefile.in (eval.o): Update dependencies.
2159
2160 2003-04-28 Adam Fedor <fedor@gnu.org>
2161
2162 * symtab.c (symbol_find_demangled_name): Check for and demangle
2163 ObjC symbols.
2164 (symbol_init_demangled_name): Init for language_objc as well.
2165
2166 2003-04-28 Andrew Cagney <cagney@redhat.com>
2167
2168 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
2169 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
2170 * gdbarch.h, gdbarch.c: Re-generate.
2171 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
2172 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
2173 * inferior.h (deprecated_read_fp): Rename read_fp.
2174 (generic_target_read_fp): Delete declaration.
2175 * regcache.c (generic_target_read_fp): Delete function.
2176 (deprecated_read_fp): Replace read_fp, use
2177 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
2178 * d10v-tdep.c (d10v_read_fp): Delete function.
2179 (d10v_gdbarch_init): Do not set deprecated_read_fp.
2180
2181 * sparc-tdep.c (sparc_gdbarch_init): Do not set
2182 deprecated_target_read_fp to generic_target_read_fp.
2183 * sh-tdep.c (sh_gdbarch_init): Ditto.
2184 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2186 * frv-tdep.c (frv_gdbarch_init): Ditto.
2187
2188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
2189 deprecated_fp_regnum.
2190 * x86-64-tdep.c (x86_64_init_abi): Ditto.
2191 * vax-tdep.c (vax_gdbarch_init): Ditto.
2192 * v850-tdep.c (v850_gdbarch_init): Ditto.
2193 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2194 * sh-tdep.c (sh_gdbarch_init): Ditto.
2195 * s390-tdep.c (s390_gdbarch_init): Ditto.
2196 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2197 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2198 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2199 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2200 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2201 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2202 * i386-tdep.c (i386_gdbarch_init): Ditto.
2203 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2204 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2205 * frv-tdep.c (frv_gdbarch_init): Ditto.
2206 * cris-tdep.c (cris_gdbarch_init): Ditto.
2207 * avr-tdep.c (avr_gdbarch_init): Ditto.
2208 * arm-tdep.c (arm_gdbarch_init): Ditto.
2209 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2210
2211 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
2212 * v850-tdep.c (v850_gdbarch_init): Ditto.
2213 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2214 * sh-tdep.c (sh_gdbarch_init): Ditto.
2215 * s390-tdep.c (s390_gdbarch_init): Ditto.
2216 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2217 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2218 * mips-tdep.c (mips_gdbarch_init): Ditto.
2219 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2220 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2221 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
2222 * frv-tdep.c (frv_gdbarch_init): Ditto.
2223 * avr-tdep.c (avr_gdbarch_init): Ditto.
2224 * arm-tdep.c (arm_gdbarch_init): Ditto.
2225
2226 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
2227 DEPRECATED_FP_REGNUM.
2228 (vax_push_dummy_frame, vax_pop_frame): Ditto.
2229 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
2230 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2231 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
2232 (sparc32_register_virtual_type): Ditto.
2233 * sh-tdep.c (sh64_frame_chain): Ditto.
2234 (sh64_get_saved_register, sh64_pop_frame): Ditto.
2235 (sh_nofp_frame_init_saved_regs): Ditto.
2236 (sh64_nofp_frame_init_saved_regs): Ditto.
2237 (sh_fp_frame_init_saved_regs): Ditto.
2238 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2239 * remote-e7000.c (fetch_regs_from_dump): Ditto.
2240 * procfs.c (procfs_fetch_registers): Ditto.
2241 (procfs_store_registers): Ditto.
2242 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
2243 (store_inferior_registers, fetch_core_registers): Ditto.
2244 (fetch_kcore_registers, clear_regs): Ditto.
2245 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
2246 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
2247 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
2248 * nlm/i386.c (do_status): Ditto.
2249 * mipsv4-nat.c (supply_gregset): Ditto.
2250 * mips-tdep.c: Ditto for comments.
2251 * mips-nat.c (fetch_inferior_registers): Ditto.
2252 (store_inferior_registers, fetch_core_registers): Ditto.
2253 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
2254 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
2255 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
2256 (i386_do_pop_frame, i386_register_type): Ditto.
2257 * hppa-tdep.c (hppa_frame_chain): Ditto.
2258 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
2259 (hppa_pop_frame, hppa_read_fp): Ditto.
2260 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
2261 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
2262 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
2263 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
2264 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
2265 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
2266 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
2267 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
2268 * blockframe.c: Ditto for comments.
2269 * arch-utils.h: Ditto for comments.
2270 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
2271 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
2272 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
2273 * alpha-tdep.h: Ditto for comments.
2274 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
2275 (alpha_cannot_store_register): Ditto.
2276 (alpha_push_dummy_frame): Ditto.
2277 * alpha-nat.c (supply_gregset): Ditto.
2278
2279 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
2280 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
2281 * config/sparc/tm-sparc.h: Update comment.
2282
2283 * hppa-tdep.c (hppa_init_extra_frame_info): Use
2284 deprecated_read_fp instead of TARGET_READ_FP.
2285 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
2286 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
2287 * sparc-tdep.c (sparc_init_extra_frame_info): Use
2288 deprecated_read_fp instead of read_fp.
2289 * s390-tdep.c (s390_push_arguments): Ditto.
2290 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2291 * frame.h: Ditto in comments.
2292 * frame.c (legacy_get_prev_frame): Ditto.
2293 * dummy-frame.c (dummy_frame_this_id): Ditto.
2294 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2295
2296 2003-04-28 Andrew Cagney <cagney@redhat.com>
2297
2298 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
2299 * gdbarch.h, gdbarch.c: Re-generate.
2300 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
2301 * vax-tdep.c (_initialize_vax_tdep): Update.
2302 * v850-tdep.c (_initialize_v850_tdep): Update.
2303 * sparc-tdep.c (_initialize_sparc_tdep): Update.
2304 * s390-tdep.c (_initialize_s390_tdep): Update.
2305 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
2306 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
2307 * mips-tdep.c (_initialize_mips_tdep): Update.
2308 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2309 * m68k-tdep.c (_initialize_m68k_tdep): Update.
2310 * ia64-tdep.c (_initialize_ia64_tdep): Update.
2311 * hppa-tdep.c (_initialize_hppa_tdep): Update.
2312 * h8300-tdep.c (_initialize_h8300_tdep): Update.
2313 * frv-tdep.c (_initialize_frv_tdep): Update.
2314 * cris-tdep.c (cris_delayed_get_disassembler): Update.
2315 (_initialize_cris_tdep): Update.
2316 * arch-utils.c (legacy_print_insn): Update.
2317 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2318
2319 2003-04-26 Adam Fedor <fedor@gnu.org>
2320
2321 * linespec.c (decode_objc): New function to decode ObjC calls
2322 (decode_line_1): Check for ObjC calls (using decode_objc)
2323 * Makefile (linespec.o): Update dependencies.
2324
2325 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
2326
2327 * breakpoint.h (struct breakpoint_ops): New.
2328 (struct breakpoint): Add ops member.
2329
2330 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
2331 (mention): Use new breakpoint ops member.
2332 (set_raw_breakpoint): Initialize ops field to NULL.
2333 (print_exception_catchpoint, print_one_exception_catchpoint)
2334 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
2335 (gnu_v3_exception_catchpoint_ops): New.
2336 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
2337
2338 2003-04-25 Adam Fedor <fedor@gnu.org>
2339
2340 * Makefile.in (COMMON_OBS): Add objc-lang.o
2341
2342 2003-04-25 Andrew Cagney <cagney@redhat.com>
2343
2344 * d10v-tdep.c (print_insn): Delete function.
2345 (display_trace): Use TARGET_PRINT_INSN.
2346 (_initialize_d10v_tdep): Do not set tm_print_insn.
2347 (d10v_gdbarch_init): Set print_insn.
2348
2349 2003-04-25 Andrew Cagney <cagney@redhat.com>
2350
2351 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
2352 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
2353 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
2354 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
2355 (nr_dmap_regs, a0_regnum): ... new functions.
2356 (d10v_print_registers_info): Use a0_regnum, use register_size.
2357 (d10v_register_byte): Delete function.
2358 (d10v_register_raw_size): Delete function.
2359 (d10v_register_type): Use a0_regnum.
2360 (d10v_print_registers_info): Use a0_regnum.
2361 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
2362 (d10v_gdbarch_init): Do not set register_byte or
2363 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
2364 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
2365 extract_address.
2366 (trace_command): Use XCALLOC.
2367 (print_insn): Delete reference to tm_print_insn.
2368 (saved_regs_unwinder): Use store_unsigned_integer instead of
2369 store_address.
2370 * frame.h (FRAME_OBSTACK_CALLOC): Define
2371
2372 2003-04-25 David Carlton <carlton@bactrian.org>
2373
2374 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
2375
2376 2003-04-24 Adam Fedor <fedor@gnu.org>
2377
2378 * objc-lang.c: Include "valprint.h"
2379 * Makefile.in (objc-lang.o): Update dependencies.
2380
2381 2003-04-24 Adam Fedor <fedor@gnu.org>
2382
2383 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
2384 architecture dependant compilation and mark as unimplemented
2385 (until they get put in the gdbarch vector).
2386
2387 2003-04-23 David Carlton <carlton@bactrian.org>
2388
2389 * cp-support.c (cp_find_first_component): Accept 'operator' in
2390 more locations.
2391
2392 2003-04-23 Andrew Cagney <cagney@redhat.com>
2393
2394 * infcall.c (call_function_by_hand): Eliminate redundant
2395 indentation. Move "saved_async" and "old_cleanups" to where they
2396 are needed.
2397
2398 2003-04-23 Andrew Cagney <cagney@redhat.com>
2399
2400 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
2401 and "buffer". Move the "name" code to where it is needed.
2402
2403 2003-04-23 Andrew Cagney <cagney@redhat.com>
2404
2405 * infcall.c (call_function_by_hand): Move variables "start_sp",
2406 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
2407 code to ON_STACK switch branch.
2408
2409 2003-04-23 Andrew Cagney <cagney@redhat.com>
2410
2411 * infcall.c (call_function_by_hand): Make declaration of "i",
2412 "sal", "bpt" and "old_sp" more local to their use. Delete #if
2413 lint.
2414
2415 2003-04-23 Andrew Cagney <cagney@redhat.com>
2416
2417 * infcall.c (call_function_by_hand): Delete variable
2418 "n_method_args". Localize "param_type"'s declaration to the loop
2419 that it is used. Reinstate code assigning to said variable -
2420 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
2421 Rationalize code using "param_type".
2422
2423 2003-04-22 Andrew Cagney <cagney@redhat.com>
2424
2425 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
2426 compute the breakpoint address. Only call FIX_CALL_DUMMY when
2427 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
2428 to DEPRECATED_PUSH_RETURN_ADDRESS.
2429
2430 2003-04-22 Kevin Buettner <kevinb@redhat.com>
2431
2432 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
2433 on the DWARF2 register number prior to fetching a register.
2434
2435 2003-04-22 J. Brobecker <brobecker@gnat.com>
2436
2437 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
2438 Update all the tests using SOFT_FLOAT considering the fact that
2439 this macro was always set to 0.
2440 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
2441 considering the fact that this macro was always set to 0.
2442 * hppa-tdep.h (hppa_store_return_value): Likewise.
2443 (hppa_extract_return_value): Likewise.
2444
2445 2003-04-22 J. Brobecker <brobecker@gnat.com>
2446
2447 * config/pa/tm-hppa.h: Remove obsolete code, was used by
2448 the hppa-pro target only.
2449
2450 2003-04-21 J. Brobecker <brobecker@gnat.com>
2451
2452 Ongoing multi-arch conversion effort for HP/UX:
2453 * config/pa/tm-hppa.h: Move all macro that are no longer
2454 defined now that GDB_MULTI_ARCH is now set to 1 from here...
2455 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
2456
2457 2003-04-21 J. Brobecker <brobecker@gnat.com>
2458
2459 * config/pa/tm-hppa.h: Obsolete a section that was only used
2460 for hppa-pro.
2461
2462 2003-04-21 J. Brobecker <brobecker@gnat.com>
2463
2464 Ongoing multi-arch conversion for HP/UX.
2465 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
2466 if already defined (allows hppa64 to stay non-multiarched for now).
2467 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
2468
2469 2003-04-21 Andrew Cagney <cagney@redhat.com>
2470
2471 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
2472
2473 2003-04-21 Andrew Cagney <cagney@redhat.com>
2474
2475 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
2476 "i386_num_mmx_regs".
2477
2478 2003-04-21 Andrew Cagney <cagney@redhat.com>
2479
2480 * infcall.c: New file.
2481 * infcall.h: New file.
2482 * valarith.c: Include "infcall.h".
2483 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
2484 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
2485 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
2486 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
2487 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
2488 (SFILES): Add "infcall.c"
2489 (COMMON_OBS): Add "infcall.o".
2490 (infcall.o): Specify dependencies.
2491 * value.h (call_function_by_hand): Delete declaration.
2492 * inferior.h (run_stack_dummy): Delete declaration.
2493 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
2494 (run_stack_dummy): Move to "infcall.c", merged into
2495 call_function_by_hand.
2496 * valops.c (call_function_by_hand): Moved to "infcall.c".
2497 (find_function_addr, value_arg_coerce): Ditto.
2498 (unwindonsignal_p, coerce_float_to_double): Ditto.
2499 (_initialize_valops): Move "set/show coerce-float-to-double", and
2500 "set/show unwindonsignal" commands to "infcall.c".
2501 * v850-tdep.c, target.h: Update comments.
2502 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
2503 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
2504 (sh64_init_extra_frame_info): Update comments.
2505 * mn10300-tdep.c: Update comments.
2506 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
2507 * config/sparc/tm-sparc.h: Update comments.
2508 * breakpoint.h: Update comments.
2509 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
2510 * arm-tdep.c: Update comment.
2511
2512 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2513
2514 * i386-tdep.c (i386_num_register_names): New variable.
2515 (i386_num_mmx_regs): Renamed from mmx_num_regs.
2516 (MM0_REGNUM): Remove redundant parentheses in define.
2517 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
2518 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
2519 i386_mxcsr_regnum_p): Remove redundant parentheses.
2520 (i386_register_name): Use i386_num_register_names.
2521
2522 * i386-tdep.c (i386_extract_return_value,
2523 i386_store_return_value): Correct check for availability of
2524 floating-point registers.
2525
2526 * i386-tdep.c (i386_frame_num_args): Remove function.
2527 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
2528
2529 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
2530 mmx_regnum_to_fp_regnum. Adjust all callers.
2531
2532 * i386-tdep.c (i386_get_longjmp_target): Use
2533 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
2534 and TARGET_CHAR_BIT. Use extract_typed_address instead of
2535 extract_address.
2536
2537 2003-04-19 Mark Kettenis <kettenis@gnu.org>
2538
2539 * core-regset.c: Update comments to reflect reality. Re-order
2540 includes.
2541 (fetch_core_registers): Use switch instead of if. Remove
2542 redundant prototype.
2543
2544 2003-04-18 Jim Blandy <jimb@redhat.com>
2545
2546 * s390-tdep.c (s390_frame_align): New function.
2547 (s390_gdbarch_init): Register it with the gdbarch object.
2548
2549 2003-04-17 Richard Henderson <rth@redhat.com>
2550
2551 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
2552
2553 2003-04-17 Michael Snyder <msnyder@redhat.com>
2554 Karen Bennet <bennet@redhat.com>
2555
2556 Committed by Elena Zannoni <ezannoni@redhat.com>
2557 * gdb_gcore.sh: New script to create a core dump of a process.
2558
2559 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
2560
2561 * values.c (value_being_returned): Don't fetch the return
2562 value if the return type is void.
2563
2564 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2565
2566 * thread-db.c: Reindented.
2567
2568 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
2569
2570 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
2571 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
2572 as types.
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598 2003-04-16 Kevin Buettner <kevinb@redhat.com>
2599
2600 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
2601 the size of ``long double'' to 16, instead of 8.
2602
2603 2003-04-16 Mark Kettenis <kettenis@gnu.org>
2604
2605 * i386-linux-nat.c: Add some whitespace to make things more
2606 readable.
2607 (fetch_register, store_register, fetch_inferior_registers,
2608 store_inferior_registers): Get rid of assignment in if-statement.
2609 (store_register): Fix typo in error message.
2610
2611 2003-04-16 Andrew Cagney <cagney@redhat.com>
2612
2613 * utils.c (xmmalloc): Always allocate something, matches
2614 libiberty/xmalloc's semantics.
2615 (xmrealloc, xmcalloc): Ditto.
2616
2617 2003-04-16 Andrew Cagney <cagney@redhat.com>
2618
2619 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
2620 update comments.
2621 (get_frame_type): Initialize unwind and type when needed.
2622 (get_frame_id, frame_register_unwind): Ditto.
2623
2624 2003-04-16 Andrew Cagney <cagney@redhat.com>
2625
2626 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
2627 obsolete.
2628 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
2629 * sparcl-stub.c: Obsolete file.
2630 * config/sparc/tm-sparclet.h: Obsolete file.
2631 * sparclet-stub.c: Obsolete file.
2632 * sparclet-rom.c: Obsolete file.
2633 * sparcl-tdep.c: Obsolete file.
2634 * config/sparc/tm-sparclite.h: Obsolete file.
2635 * config/sparc/sparclite.mt: Obsolete file.
2636 * config/sparc/sparclet.mt: Obsolete file.
2637 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
2638 sparc86x-*-* obsolete.
2639
2640 2003-04-15 David Carlton <carlton@math.stanford.edu>
2641
2642 * Makefile.in (SFILES): Add cp-namespace.c.
2643 (COMMON_OBS): Add cp-namespace.o.
2644 (block.o): Depend on gdb_obstack_h and cp_support_h.
2645 (buildsym.o): Depend on cp_support_h.
2646 (cp-namespace.o): New.
2647 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
2648 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
2649 (dwarf2read.o): Depend on cp_support_h.
2650 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
2651 * dwarf2read.c (process_die): Set processing_has_namespace_info,
2652 processing_current_namespace.
2653 (read_namespace): Update processing_current_namespace; check for
2654 anonymous namespaces.
2655 (dwarf2_name): New function.
2656 (dwarf2_extension): Ditto.
2657 * cp-support.h: Update copyright, contributors.
2658 Add inclusion guards.
2659 Add opaque declaration for structs obstack, block, symbol.
2660 (struct using_direct): New struct.
2661 Add declarations for cp_find_first_component,
2662 cp_entire_prefix_len, processing_has_namespace_info,
2663 processing_current_namespace, cp_is_anonymous,
2664 cp_add_using_directive, cp_initialize_namespace,
2665 cp_finalize_namespace, cp_set_block_scope,
2666 cp_scan_for_anonymous_namespaces.
2667 * cp-namespace.c: New file.
2668 * cp-support.c: Update copyright.
2669 Include ctype.h, gdb_assert.h, gdbcmd.h.
2670 New variable maint_cplus_cmd_list.
2671 (cp_find_first_component): New function.
2672 (cp_entire_prefix_len, maint_cplus_command)
2673 (first_component_command, _initialize_cp_support): Ditto.
2674 * buildsym.c: Include cp-support.h.
2675 New variable using_list.
2676 (add_symbol_to_list): Check for anonymous namespaces.
2677 (finish_block): Set block's scope.
2678 (start_symtab): Initialize C++ namespace support.
2679 (end_symtab): Finalize C++ namespace support.
2680 * block.h: Add opaque declarations for structs
2681 block_namespace_info, using_direct, and obstack.
2682 Add declarations for block_set_scope and block_set_using.
2683 (struct block): Add 'language_specific' member.
2684 (BLOCK_NAMESPACE): New macro.
2685 * block.c: Include gdb_obstack.h and cp-support.h.
2686 (struct block_namespace_info): New struct.
2687 (block_set_scope): New function.
2688 (block_set_using, block_initialize_namespace): Ditto.
2689
2690 2003-04-14 Kevin Buettner <kevinb@redhat.com>
2691
2692 * solib-svr4.c (svr4_have_link_map_offsets): New function.
2693 (locate_base): Return early if there aren't any link map offsets.
2694 (svr4_solib_create_inferior_hook): Warn if shared library support
2695 is unavailable.
2696
2697 2003-04-14 David Carlton <carlton@math.stanford.edu>
2698
2699 * symtab.c (symbol_set_names): Add prefix when storing Java names
2700 in hash table. Fix for PR java/1039.
2701
2702 2003-04-14 David Carlton <carlton@math.stanford.edu>
2703
2704 * symtab.c (symbol_set_names): Rename 'name' arg to
2705 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
2706 * symtab.h: Change 'name' argument in declaration of
2707 symbol_set_names to 'linkage_name'.
2708 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
2709
2710 2003-04-14 Andrew Cagney <cagney@redhat.com>
2711
2712 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
2713 return the fully sign-extended register value.
2714 (get_frame_pointer): Ditto.
2715 (mips_pop_frame): Initialize "proc_desc" after checking for a
2716 dummy frame.
2717
2718 2003-04-14 Andrew Cagney <cagney@redhat.com>
2719
2720 * mips-tdep.c (mips_push_dummy_frame): Delete function.
2721 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
2722 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
2723 (mips_push_register): Delete function.
2724 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
2725 PUSH_FP_REGNUM.
2726
2727 2003-04-14 Jim Blandy <jimb@redhat.com>
2728
2729 * symmisc.c: #include "gdb_regex.h".
2730 (maintenance_list_symtabs, maintenance_list_psymtabs): New
2731 functions.
2732 * maint.c (maintenance_list_command): New function.
2733 (_initialize_maint_cmds): Register the above as commands.
2734 * symtab.h (maintenance_list_symtabs,
2735 maintenance_list_psymtabs): New declarations.
2736 * cli/cli-cmds.c (maintenancelistlist): New variable.
2737 (init_cmd_lists): Initialize it.
2738 * cli/cli-cmds.h (maintenancelistlist): New declaration.
2739 * gdbcmd.h (maintenancelistlist): New declaration.
2740 * Makefile.in (symmisc.o): Update dependencies.
2741
2742 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
2743
2744 * s390-nat.c: Include asm/types.h for addr_t.
2745
2746 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
2747
2748 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
2749 actually incoming type.
2750
2751 2003-04-13 Andrew Cagney <cagney@redhat.com>
2752
2753 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
2754 get_next_frame and get_frame_saved_regs.
2755
2756 2003-04-13 Andrew Cagney <cagney@redhat.com>
2757
2758 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
2759 of gdbarch_num_regs.
2760
2761 2003-04-13 Andrew Cagney <cagney@redhat.com>
2762
2763 * frame.h: Mention what replaced what in "struct frame_info".
2764 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
2765 deprecated_update_frame_base_hack and
2766 deprecated_update_frame_pc_hack.
2767 * hppa-tdep.c: Ditto.
2768
2769 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
2772 to read_reg and update its comment. Remove regnum member.
2773 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
2774 Don't call read_reg when setting in_reg. Call read_reg to get
2775 the frame base if it's in a register. Return the register number
2776 on the stack instead of in the context. Remove extra arguments
2777 to read_reg.
2778 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
2779 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
2780 the register number on the expression stack.
2781 (needs_frame_read_reg): Remove extra arguments.
2782
2783 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
2784
2785 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
2786 made non-static.
2787 (execute_stack_op): All callers updated.
2788 * dwarf2expr.h: Add prototype for dwarf2_read_address.
2789 * dwarf2loc.c (find_location_expression): New function.
2790 (dwarf_expr_frame_base): Call it.
2791 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
2792 (dwarf2_tracepoint_var_ref): New function, broken out from
2793 locexpr_tracepoint_var_ref.
2794 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
2795 Make static.
2796 (loclist_read_variable, loclist_read_needs_frame): New functions.
2797 (loclist_describe_location, loclist_tracepoint_var_ref): New
2798 functions.
2799 (dwarf2_loclist_funcs): New struct location_funcs.
2800 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
2801 (struct dwarf2_locexpr_baton): Add comments.
2802 (dwarf2_loclist_funcs): New extern.
2803 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
2804 base_address and base_known.
2805 (dwarf_loc_buffer): New variable.
2806 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
2807 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
2808 (dwarf2_has_info): Initialize dwarf_loc_offset.
2809 (dwarf2_build_psymtabs): Read in .debug_loc.
2810 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
2811 DWARF_LOC_SIZE.
2812 (psymtab_to_symtab_1): Likewise. Move base address calculation
2813 here, from...
2814 (dwarf2_get_pc_bounds): ... here. Use the base address from
2815 cu_header.
2816 (dwarf2_symbol_mark_computed): Handle location lists.
2817
2818 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
2819
2820 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
2821 if the linkage name demangled successfully.
2822
2823 2003-04-13 Mark Kettenis <kettenis@gnu.org>
2824
2825 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
2826 disassmbly_flavour): Removed.
2827
2828 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
2829
2830 2003-04-13 Mark Kettenis <kettenis@gnu.org>
2831
2832 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
2833
2834 2003-04-12 Andrew Cagney <cagney@redhat.com>
2835
2836 * frame.h (struct frame_info): Move definition from here ...
2837 * frame.c (struct frame_info): ... to here.
2838
2839 2003-04-12 Andrew Cagney <cagney@redhat.com>
2840
2841 * gdbthread.h (save_infrun_state): Delete parameter
2842 "prev_func_start".
2843 (struct thread_info): Delete field "prev_func_start".
2844 (load_infrun_state): Ditto.
2845 * thread.c (load_infrun_state, save_infrun_state): Update.
2846 * infrun.c (prev_func_start): Delete variable.
2847 (context_switch, init_wait_for_inferior): Update.
2848 (stop_stepping, keep_going): Update.
2849
2850 2003-04-12 Andrew Cagney <cagney@redhat.com>
2851
2852 * gdbarch.sh: Add missing opaque declarations.
2853 * gdbarch.h: Regnerate.
2854 * symtab.h: Add missing opaque declarations.
2855 * value.h, target.h, symfile.h, stabsread.h: Ditto.
2856 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
2857 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
2858 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
2859 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
2860 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
2861 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
2862 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
2863 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
2864 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
2865 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
2866 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
2867 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
2868
2869 2003-04-11 Andrew Cagney <cagney@redhat.com>
2870
2871 * frame.c (get_frame_id): Return this frame's "id".
2872 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
2873 function start.
2874 (legacy_saved_regs_this_id): Replace function body with
2875 internal-error.
2876 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
2877 FRAME_OBSTACK_ZALLOC.
2878 (create_new_frame): Mark the frame ID as valid.
2879
2880 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
2881
2882 * Makefile.in (libbfd_h): Added missing setting.
2883 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
2884 according to the selected ABI.
2885
2886 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
2887
2888 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
2889
2890 2003-04-11 Andrew Cagney <cagney@redhat.com>
2891
2892 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
2893 SAVED_PC_AFTER_CALL.
2894 * gdbarch.h, gdbarch.c: Regenerate.
2895 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2896 * x86-64-tdep.c (x86_64_init_abi): Update.
2897 * vax-tdep.c (vax_gdbarch_init): Update.
2898 * v850-tdep.c (v850_gdbarch_init): Update.
2899 * sparc-tdep.c (sparc_gdbarch_init): Update.
2900 * sh-tdep.c (sh_gdbarch_init): Update.
2901 * s390-tdep.c (s390_gdbarch_init): Update.
2902 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2903 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2904 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2905 * mips-tdep.c (mips_gdbarch_init): Update.
2906 * mcore-tdep.c (mcore_gdbarch_init): Update.
2907 * m68k-tdep.c (m68k_gdbarch_init): Update.
2908 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2909 * ia64-tdep.c (ia64_gdbarch_init): Update.
2910 (ia64_saved_pc_after_call): Update declaration.
2911 * i386ly-tdep.c (i386lynx_init_abi): Update.
2912 * i386-tdep.c (i386_gdbarch_init): Update.
2913 * hppa-tdep.c (hppa_gdbarch_init): Update.
2914 * h8300-tdep.c (h8300_gdbarch_init): Update.
2915 * frv-tdep.c (frv_gdbarch_init): Update.
2916 * cris-tdep.c (cris_gdbarch_init): Update.
2917 * avr-tdep.c (avr_gdbarch_init): Update.
2918 * arm-tdep.c (arm_gdbarch_init): Update.
2919 * alpha-tdep.c (alpha_gdbarch_init): Update.
2920 * ns32knbsd-nat.c (frame_num_args): Update.
2921 * ns32k-tdep.c (umax_frame_num_args): Update.
2922 * mips-tdep.c (mips_init_frame_pc_first): Update.
2923 * infrun.c (step_over_function): Update.
2924 * i386-linux-tdep.c (skip_hurd_resolver): Update.
2925 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
2926 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2927 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2928 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
2929 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
2930 * arm-linux-tdep.c (skip_hurd_resolver): Update.
2931 * arch-utils.c (init_frame_pc_default): Update.
2932 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
2933 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
2934 declaration.
2935
2936 2003-04-11 Andrew Cagney <cagney@redhat.com>
2937
2938 * i387-tdep.c: Update copyright.
2939 (i387_to_double): Delete function.
2940 (double_to_i387): Delete function.
2941
2942 2003-04-10 Andrew Cagney <cagney@redhat.com>
2943
2944 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
2945 frame's function's address. Simplify.
2946 (d10v_frame_unwind_cache): Check that the frame's function is
2947 non-zero.
2948
2949 2003-04-10 Jim Blandy <jimb@redhat.com>
2950
2951 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
2952 call to set_gdbarch_deprecated_push_arguments.
2953
2954 2003-04-10 Andrew Cagney <cagney@redhat.com>
2955
2956 * frame.c (fprint_frame_id): New function.
2957 (fprint_frame_type, fprint_frame): New function.
2958 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
2959 (create_sentinel_frame, get_frame_id): Ditto.
2960 (frame_id_p, frame_id_eq): Ditto.
2961 (frame_id_inner, create_new_frame): Ditto.
2962 (legacy_get_prev_frame, get_prev_frame): Ditto.
2963 (deprecated_update_frame_pc_hack): Ditto.
2964 (frame_register_unwind): Ditto.
2965 (deprecated_update_frame_base_hack): Ditto.
2966
2967 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
2968
2969 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
2970 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
2971 frame_chain function.
2972 * Makefile.in: Add dependencies due to above change.
2973
2974 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
2975
2976 * blockframe.c (legacy_frame_chain_valid): Move call to
2977 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
2978 inside_entry_file.
2979
2980 2003-04-09 Andrew Cagney <cagney@redhat.com>
2981
2982 * frame.h (struct frame_id): Replace "pc" and "base" with
2983 "stack_addr" and "code_addr". Update comments.
2984 (frame_id_build): Update parameter names and comment.
2985 (struct frame_info): Replace "id_p" and "id" with "this_id".
2986 * dummy-frame.c (dummy_frame_this_id): Update.
2987 * breakpoint.c (print_one_breakpoint): Update.
2988 * frame.c (get_frame_id): Update.
2989 (get_frame_base, frame_id_build): Update.
2990 (create_sentinel_frame, legacy_get_prev_frame): Update.
2991 (deprecated_update_frame_base_hack): Update.
2992 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
2993 (frame_id_inner): Ditto.
2994
2995 2003-04-09 Andrew Cagney <cagney@redhat.com>
2996
2997 * defs.h (gdb_print_host_address): Make "addr" parameter a
2998 pointer constant.
2999 * utils.c (gdb_print_host_address): Update.
3000
3001 2003-04-09 Kevin Buettner <kevinb@redhat.com>
3002
3003 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
3004 register number for R0 is 0.
3005
3006 2003-04-09 J. Brobecker <brobecker@gnat.com>
3007
3008 * frame.h (struct gdbarch): Add opaque structure definition
3009 to avoid a compilation warning on LynxOS 4.0.
3010
3011 2003-04-09 Andrew Cagney <cagney@redhat.com>
3012
3013 * frame.h (struct frame_info): Delete field "pc". Replace
3014 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
3015 structure.
3016 * frame.c (frame_pc_unwind): Update.
3017 (create_sentinel_frame): Do not set "pc".
3018 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
3019 (get_frame_pc): Call frame_pc_unwind.
3020 (deprecated_update_frame_pc_hack): Update.
3021 (create_new_frame): Use "pc" not "->pc".
3022
3023 2003-04-09 Andrew Cagney <cagney@redhat.com>
3024
3025 * frame.c (get_frame_id): Eliminate code updating "frame".
3026 (legacy_get_prev_frame): Ditto.
3027 (get_frame_base): Return id.base directly.
3028 (deprecated_update_frame_base_hack): Update "id.base".
3029 * frame.h (struct frame_info): Delete field "frame".
3030
3031 2003-04-09 Andrew Cagney <cagney@redhat.com>
3032
3033 * NEWS: Mention that the "Sequent family" is obsolete.
3034 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
3035 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3036 * configure.host: Obsolete i[3456]86-sequent-bsd*,
3037 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
3038 * config/i386/tm-ptx4.h: Obsolete file.
3039 * config/i386/tm-ptx.h: Obsolete file.
3040 * symm-tdep.c: Obsolete file.
3041 * config/i386/symmetry.mt: Obsolete file.
3042 * config/i386/tm-symmetry.h: Obsolete file.
3043 * symm-nat.c: Obsolete file.
3044 * config/i386/nm-symmetry.h: Obsolete file.
3045 * config/i386/xm-symmetry.h: Obsolete file.
3046 * config/i386/symmetry.mh: Obsolete file.
3047 * config/i386/nm-ptx4.h: Obsolete file.
3048 * config/i386/ptx4.mh: Obsolete file.
3049 * config/i386/ptx.mt: Obsolete file.
3050 * config/i386/ptx.mh: Obsolete file.
3051 * config/i386/xm-ptx4.h: Obsolete file.
3052 * config/i386/xm-ptx.h: Obsolete file.
3053
3054 2003-04-09 Andrew Cagney <cagney@redhat.com>
3055
3056 Obsolete mips*-*-mach3*.
3057 * NEWS: Mention that mips*-*-mach3* is obsolete.
3058 * m3-nat.c: Obsolete file.
3059 * config/nm-m3.h: Obsolete file.
3060 * config/mips/tm-mipsm3.h: Obsolete file.
3061 * config/mips/mipsm3.mt: Obsolete file.
3062 * config/mips/mipsm3.mh: Obsolete file.
3063 * config/mips/xm-mipsm3.h: Obsolete file.
3064 * mipsm3-nat.c: Obsolete file.
3065 * configure.host: Obsolete mips-dec-mach3*.
3066 * configure.tgt: Obsolete mips*-*-mach3*.
3067
3068 2003-04-09 Andrew Cagney <cagney@redhat.com>
3069
3070 * doublest.h: Update copyright.
3071 (deprecated_store_floating, deprecated_extract_floating): Rename
3072 store_floating and extract_floating. Update comments.
3073 * doublest.c: Update copyright.
3074 (extract_floating_by_length): Replace extract_floating.
3075 (store_floating_by_length): Replace store_floating.
3076 (deprecated_extract_floating): New function.
3077 (deprecated_store_floating): New function.
3078 (extract_typed_floating): Call extract_floating_by_length.
3079 (store_typed_floating): Call store_floating_by_length.
3080 * x86-64-tdep.c (x86_64_store_return_value): Update.
3081 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
3082 (sh64_extract_return_value): Update.
3083 (sh_sh4_register_convert_to_virtual): Update.
3084 (sh_sh64_register_convert_to_virtual): Update.
3085 (sh_sh4_register_convert_to_raw): Update.
3086 (sh_sh64_register_convert_to_raw): Update.
3087 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
3088 (rs6000_register_convert_to_raw): Update.
3089 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
3090 (ia64_register_convert_to_raw): Update.
3091 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
3092 (REGISTER_CONVERT_TO_VIRTUAL): Update.
3093 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
3094 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
3095 (alpha_register_convert_to_raw): Update.
3096
3097 2003-04-08 Andrew Cagney <cagney@redhat.com>
3098
3099 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
3100 * gdbarch.h, gdbarch.c: Re-generate.
3101 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
3102 (d10v_gdbarch_init): Do not set saved_pc_after_call.
3103 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
3104 conditionally, use frame_pc_unwind as an alternative. Add
3105 comments.
3106 * arch-utils.c (init_frame_pc_default): Only call
3107 SAVED_PC_AFTER_CALL when available.
3108
3109 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3110
3111 * infrun.c (stop_soon): Rename from stop_soon_quietly.
3112 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
3113 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
3114 (start_remote): Ditto.
3115 (handle_inferior_event): Ditto.
3116 (save_inferior_status): Ditto.
3117 (restore_inferior_status): Ditto.
3118 * infcmd.c (attach_command): Ditto.
3119 * fork-child.c (startup_inferior): Ditto.
3120 * inferior.h (stop_soon): Rename from stop_soon_quietly.
3121 * alpha-tdep.c (heuristic_proc_start): Ditto.
3122 * mips-tdep.c (heuristic_proc_start): Ditto.
3123 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
3124 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
3125 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
3126 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
3127 * remote-vx.c (vx_create_inferior): Ditto.
3128
3129 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
3130
3131 * infrun.c (stop_soon_quietly): Make it an enum, to better
3132 override the default behavior of handle_inferior_event.
3133 (clear_proceed_status): Update uses of stop_soon_quietly to
3134 reflect that it is now an enum.
3135 (start_remote): Ditto.
3136 (handle_inferior_event): Change logic a bit if stop_soon_quietly
3137 is set to handle the new GNU/Linux kernel behavior for
3138 attach/sigstop. Update uses of stop_soon_quietly.
3139 * inferior.h (enum stop_kind): New enum.
3140 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
3141 Reset normal handle_inferior_event behavior, afterwards.
3142 * fork-child.c (startup_inferior): Update.
3143 * alpha-tdep.c (heuristic_proc_start): Update.
3144 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
3145 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
3146 * solib-osf.c (osf_solib_create_inferior_hook): Update.
3147 * solib-irix.c (irix_solib_create_inferior_hook): Update.
3148 * remote-vx.c (vx_create_inferior): Update.
3149 * mips-tdep.c (heuristic_proc_start): Update.
3150
3151 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
3152
3153 * disasm.c (dump_insns): Move variables inside loop, or they will
3154 be freed more than once, causing wild memory corruptions.
3155 (gdb_disassembly): Look for the substring "-thread",
3156 instead of "-threads" in the target name, to make sure to find
3157 the 'multi-thread' target. Also, make sure we do the right thing
3158 with the "core" target.
3159
3160 2003-04-07 Kevin Buettner <kevinb@redhat.com>
3161
3162 * mips-tdep.c (mips_print_fp_register): New function, created from
3163 do_fp_register_row(). Registers are now (also) printed as hex.
3164 Only one register is printed per row.
3165 (mips_print_register, do_fp_register_row): Print floating point
3166 registers with mips_print_fp_register().
3167
3168 2003-04-06 Andrew Cagney <cagney@redhat.com>
3169
3170 * valprint.h (inspect_it): Add extern declaration.
3171 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
3172 (selectors_info, classes_info): Ditto.
3173 (find_objc_msgcall): Fix indentation.
3174 (objc_printstr): Delete extern declarations.
3175
3176 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
3177
3178 2003-04-06 Andrew Cagney <cagney@redhat.com>
3179
3180 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
3181 Update comment.
3182 * frame.c (legacy_saved_regs_this_id): Update.
3183 (legacy_get_prev_frame): Update.
3184 * xstormy16-tdep.c: Update comment.
3185 * sparc-tdep.c (sparc_frame_chain): Update comment.
3186 * blockframe.c (legacy_frame_chain_valid): Update.
3187
3188 2003-04-06 Andrew Cagney <cagney@redhat.com>
3189
3190 * valprint.c (val_print_type_code_int): Delete #ifdef
3191 PRINT_TYPELESS_INTEGER code.
3192
3193 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
3194 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
3195 multi-arch definition.
3196 * gdbarch.h: Re-generate.
3197
3198 2003-04-05 Andrew Cagney <cagney@redhat.com>
3199
3200 Eliminate FRAME_FIND_SAVED_REGS.
3201 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3202 Change FSR parameter to a pointer.
3203 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
3204 Assume FSR parameter is a pointer.
3205 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
3206 Make fsr a pointer.
3207 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
3208 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
3209 saved_regs a pointer.
3210 (hppa_frame_saved_pc): Ditto.
3211 (find_dummy_frame_regs): Make frame_saved_regs a pointer
3212 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
3213 pointer.
3214 (restore_pc_queue): Make fsr a pointer.
3215 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
3216 (hppa_frame_chain): Make saved_regs a pointer, call
3217 hppa_frame_init_saved_regs.
3218 * sparc-tdep.c: Include "gdb_assert.h".
3219 (sparc_frame_find_saved_regs): Replace internal_error with
3220 gdb_assert.
3221 * remote-vxsparc.c (vx_read_register): Delete reference to
3222 FRAME_FIND_SAVED_REGS.
3223 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
3224 * gdbarch.h: Regenerate.
3225 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
3226 (deprecated_get_frame_saved_regs): Delete declaration.
3227 (struct frame_saved_regs): Delete definition.
3228 * frame.c (deprecated_get_frame_saved_regs): Delete function.
3229 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
3230 (hppa_frame_find_saved_regs): Delete declaration.
3231 (FRAME_FIND_SAVED_REGS): Delete macro.
3232 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
3233 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
3234 FRAME_FIND_SAVED_REGS in comment.
3235
3236 2003-04-05 Andrew Cagney <cagney@redhat.com>
3237
3238 * frame.c (frame_func_unwind, get_frame_func): New functions.
3239 * frame.h (get_frame_func, frame_func_unwind): Declare.
3240 (struct frame_info): Add field "prev_func" for caching the
3241 previous frame's function address.
3242 * arm-tdep.c (arm_frameless_function_invocation): Combine
3243 get_pc_function_start and get_frame_pc into get_frame_func.
3244 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
3245 (sh64_nofp_frame_init_saved_regs): Ditto.
3246 * s390-tdep.c (s390_function_start): Ditto.
3247 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
3248 (rs6000_frameless_function_invocation): Ditto.
3249 (rs6000_frame_saved_pc): Ditto.
3250 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
3251 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
3252 * i386-tdep.c (i386_frameless_signal_p): Ditto.
3253 (i386_frame_init_saved_regs): Ditto.
3254 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
3255 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
3256 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
3257 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3258 * blockframe.c (frameless_look_for_prologue): Ditto.
3259
3260 2003-04-05 Andrew Cagney <cagney@redhat.com>
3261
3262 * frame.c (legacy_get_prev_frame): Link prev to next at the
3263 function start. Update comments.
3264
3265 2003-04-05 Andrew Cagney <cagney@redhat.com>
3266
3267 * frame.c (get_frame_id): Update comment.
3268 (legacy_get_prev_frame): Update comment.
3269 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
3270 * gdbarch.h: Regenerate.
3271 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
3272 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
3273
3274 2003-04-05 Andrew Cagney <cagney@redhat.com>
3275
3276 * stack.c (print_frame_info): Use get_frame_pc.
3277
3278 2003-04-04 Andrew Cagney <cagney@redhat.com>
3279
3280 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
3281 the frame's type from the unwinder.
3282 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
3283 (create_new_frame, legacy_get_prev_frame): When the unwinder's
3284 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
3285 (get_frame_base_address): Use get_frame_type.
3286 (get_frame_locals_address, get_frame_args_address): Ditto.
3287 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
3288 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
3289 (struct frame_info): Add comment explaining why the frame contains
3290 a "type" field.
3291 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
3292 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
3293 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
3294 NORMAL_FRAME.
3295 * frame-unwind.h: Include "frame.h".
3296 (struct frame_unwind): Add "type" field.
3297 * Makefile.in (frame_unwind_h): Add $(frame_h).
3298
3299 2003-04-04 Andrew Cagney <cagney@redhat.com>
3300
3301 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
3302 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
3303 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
3304 get_frame_base.
3305 (d10v_unwind_dummy_id): Use frame_id_build.
3306 * frame.c (find_frame_sal): Use get_frame_pc.
3307 (create_new_frame): Use deprecated_update_frame_pc_hack and
3308 deprecated_update_frame_base_hack.
3309 (create_sentinel_frame): Add comment about ->pc going away.
3310 (get_prev_frame): Add comment about ->pc going away.
3311 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
3312 frame_id_build, deprecated_update_frame_pc_hack and
3313 deprecated_update_frame_base_hack.
3314 (select_frame): Use get_frame_pc.
3315 (legacy_saved_regs_this_id): Use frame_id_build.
3316
3317 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
3318
3319 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
3320 signed integer case.
3321 (classify_argument): Handle enumerations and references.
3322
3323 2003-04-04 Andrew Cagney <cagney@redhat.com>
3324
3325 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
3326 ID to NULL.
3327
3328 2003-04-01 Adam Fedor <fedor@gnu.org>
3329
3330 * gdb/objc-lang.c (selectors_info): Replace calls to
3331 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
3332 SYMBOL_NATURAL_NAME.
3333 (classes_info, find_methods): Likewise.
3334
3335 2003-04-03 Kevin Buettner <kevinb@redhat.com>
3336
3337 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
3338 ``mach'' to the value determined by bfd_default_set_arch_mach().
3339
3340 2003-04-02 Bob Rossi <bob_rossi@cox.net>
3341
3342 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
3343 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
3344 (mi-cmd-file.o): Update dependencies.
3345
3346 2003-04-01 Kevin Buettner <kevinb@redhat.com>
3347
3348 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
3349 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
3350
3351 2003-04-01 Adam Fedor <fedor@gnu.org>
3352
3353 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
3354 * language.h (struct language_defn): Add la_demangle.
3355 (language_demangle): Declare.
3356 * language.c (language_demangle): New function.
3357 (unk_lang_demangle): Likewise.
3358 (unknown_language_defn, auto_language_defn, local_language_defn):
3359 Add ukn_lang_demangle.
3360 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
3361 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
3362 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
3363 (cplus_language_defn): Add cplus_demangle for la_demangle element.
3364 * jv-lang.c (java_demangle): New function
3365 (java_language_defn): Use it for la_demangle element.
3366 * objc-lang.c (objc_demangle): Add options argument
3367 (objc_language_defn): Use objc_demangle for la_demangle element.
3368 * maint.c (maintenance_demangle): Replace switch with
3369 call to language_demangle.
3370 * utils.c (fprintf_symbol_filtered): Likewise.
3371
3372 2003-04-01 Andrew Cagney <cagney@redhat.com>
3373
3374 * printcmd.c (print_frame_nameless_args): Delete #ifdef
3375 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
3376 PRINT_TYPELESS_INTEGER.
3377 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
3378 PUSH_RETURN_ADDRESS.
3379
3380 2003-04-01 Andrew Cagney <cagney@redhat.com>
3381
3382 * Makefile.in (d10v-tdep.o): Update dependencies.
3383 * d10v-tdep.c: Include "frame-base.h".
3384 (d10v_frame_unwind): Make constant.
3385 (d10v_frame_base_address): New function.
3386 (d10v_frame_base): New variable.
3387 (d10v_gdbarch_init): Set frame_base default.
3388 (struct d10v_unwind_cache): Add the field "prev_sp". Update
3389 comment for base.
3390 (d10v_frame_unwind_cache): Set and use "prev_sp".
3391 (d10v_frame_this_id): Use the previous frame's inner most stack
3392 address and this frame's func address for the frame ID. Use
3393 frame_id_build. Don't analyze beyond the current instruction.
3394
3395 2003-04-01 Andrew Cagney <cagney@redhat.com>
3396
3397 * frame.h (get_frame_locals_address, get_frame_args_address):
3398 Refer to the base address, instead of the address of the first
3399 local or parameter.
3400
3401 2003-04-01 Andrew Cagney <cagney@redhat.com>
3402
3403 Add frame debug info addresses:
3404 * frame-base.c: New file.
3405 * frame-base.h: New file.
3406 * frame.h (struct frame_base): Add opaque declaration.
3407 (get_frame_base): Update comment.
3408 (get_frame_base_address): Declare.
3409 (get_frame_locals_address): Declare.
3410 (get_frame_args_address): Declare.
3411 (struct frame_info): Add "base" and "base_cache". Update
3412 comments on the unwinder.
3413 * frame.c: Include "frame-base.h".
3414 (get_frame_locals_address): New function.
3415 (get_frame_base_address): New function.
3416 (get_frame_args_address): New function.
3417 * findvar.c (read_var_value): Use get_frame_locals_address and
3418 get_frame_args_address.
3419 * stack.c (frame_info): Use get_frame_locals_address and
3420 get_frame_args_address.
3421 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
3422 moved to "frame-base.c".
3423 * printcmd.c (print_frame_nameless_args): Ditto.
3424 * symtab.h (address_class): Update comments.
3425 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
3426 get_frame_base_address.
3427 * dwarf2expr.c (execute_stack_op): Ditto.
3428 * Makefile.in (frame_base_h): Define.
3429 (frame.o): Update dependencies.
3430 (frame-base.o): Add dependencies.
3431 (SFILES): Add frame-base.c.
3432 (COMMON_OBS): Add frame-base.o.
3433
3434 2003-04-01 Andrew Cagney <cagney@redhat.com>
3435
3436 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
3437 CALL_DUMMY_LENGTH): Ditto.
3438 * gdbarch.c: Re-generate.
3439 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
3440 (CALL_DUMMY_LENGTH): Delete macro.
3441 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
3442 * arm-tdep.c (arm_gdbarch_init): Ditto.
3443 * avr-tdep.c (avr_gdbarch_init): Ditto.
3444 * cris-tdep.c (cris_gdbarch_init): Ditto.
3445 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3446 * frv-tdep.c (frv_gdbarch_init): Ditto.
3447 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3448 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3449 * i386-tdep.c (i386_gdbarch_init): Ditto.
3450 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3451 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3452 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3453 * mips-tdep.c (mips_gdbarch_init): Ditto.
3454 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3455 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3456 * s390-tdep.c (s390_gdbarch_init): Ditto.
3457 * sh-tdep.c (sh_gdbarch_init): Ditto.
3458 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3459 * v850-tdep.c (v850_gdbarch_init): Ditto.
3460 * vax-tdep.c (vax_gdbarch_init): Ditto.
3461 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3462
3463 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
3464
3465 * frame.c (get_prev_frame): Disable call to inside_entry_file().
3466
3467 2003-04-01 Andrew Cagney <cagney@redhat.com>
3468
3469 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
3470 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3471 * gdbarch.h, gdbarch.c: Re-generate.
3472 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3473 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3474 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3475 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
3476 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3477 * infcmd.c (run_stack_dummy): Simplify assuming
3478 CALL_DUMMY_BREAKPOINT_OFFSET_P.
3479 * infrun.c (handle_inferior_event): Ditto.
3480 * alpha-tdep.c (alpha_gdbarch_init): Do not set
3481 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
3482 * arm-tdep.c (arm_gdbarch_init): Ditto.
3483 * avr-tdep.c (avr_gdbarch_init): Ditto.
3484 * cris-tdep.c (cris_gdbarch_init): Ditto.
3485 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3486 * frv-tdep.c (frv_gdbarch_init): Ditto.
3487 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3488 * i386-tdep.c (i386_gdbarch_init): Ditto.
3489 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3490 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3491 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3492 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3493 * mips-tdep.c (mips_gdbarch_init): Ditto.
3494 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3495 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3496 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3497 * s390-tdep.c (s390_gdbarch_init): Ditto.
3498 * sh-tdep.c (sh_gdbarch_init): Ditto.
3499 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3500 * v850-tdep.c (v850_gdbarch_init): Ditto.
3501 * vax-tdep.c (vax_gdbarch_init): Ditto.
3502 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3503
3504 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
3505
3506 * symfile.c (symfile_relocate_debug_section): Update call to
3507 bfd_simple_get_relocated_section_contents.
3508
3509 2003-03-31 Andrew Cagney <cagney@redhat.com>
3510
3511 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
3512 * gdbarch.h, gdbarch.c: Regenerate.
3513 * inferior.h (FIX_CALL_DUMMY): Delete macro.
3514 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
3515 available.
3516 * frame.h (generic_fix_call_dummy): Delete declaration.
3517 * dummy-frame.h: Update comment.
3518 * dummy-frame.c (generic_fix_call_dummy): Delete function.
3519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3520 fix_call_dummy.
3521 * sh-tdep.c (sh_gdbarch_init): Ditto.
3522 * s390-tdep.c (s390_gdbarch_init): Ditto.
3523 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3524 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3525 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3526 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3527 * i386-tdep.c (i386_gdbarch_init): Ditto.
3528 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3529 * frv-tdep.c (frv_gdbarch_init): Ditto.
3530 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3531 * cris-tdep.c (cris_gdbarch_init): Ditto.
3532 * avr-tdep.c (avr_gdbarch_init): Ditto.
3533 * arm-tdep.c (arm_gdbarch_init): Ditto.
3534
3535 2003-03-31 J. Brobecker <brobecker@gnat.com>
3536
3537 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
3538 (INIT_FRAME_AP): Likewise.
3539 (EXTRA_FRAME_INFO): Likewise.
3540
3541 2003-03-31 Andrew Cagney <cagney@redhat.com>
3542
3543 * gdbarch.sh: Include "symfile.h".
3544 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
3545 * gdbarch.h, gdbarch.c: Re-generate.
3546 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
3547 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3548 call_dummy_address, the default is at entry_point_address.
3549 * v850-tdep.c (v850_gdbarch_init): Ditto.
3550 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
3551 * sh-tdep.c (sh_gdbarch_init): Ditto.
3552 * s390-tdep.c (s390_gdbarch_init): Ditto.
3553 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3554 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3555 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3556 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3557 * i386-tdep.c (i386_gdbarch_init): Ditto.
3558 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3559 * frv-tdep.c (frv_gdbarch_init): Ditto.
3560 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3561 * cris-tdep.c (cris_gdbarch_init): Ditto.
3562 * arm-tdep.c (arm_gdbarch_init): Ditto.
3563
3564 2003-03-31 Andrew Cagney <cagney@redhat.com>
3565
3566 * gdbarch.sh (CALL_DUMMY_P): Delete.
3567 * gdbarch.h, gdbarch.c: Re-generate.
3568 * inferior.h (CALL_DUMMY_P): Delete macro.
3569 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3570 * vax-tdep.c (vax_gdbarch_init): Update.
3571 * v850-tdep.c (v850_gdbarch_init): Update.
3572 * sparc-tdep.c (sparc_gdbarch_init): Update.
3573 * sh-tdep.c (sh_gdbarch_init): Update.
3574 * s390-tdep.c (s390_gdbarch_init): Update.
3575 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3576 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3577 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3578 * mips-tdep.c (mips_gdbarch_init): Update.
3579 * mcore-tdep.c (mcore_gdbarch_init): Update.
3580 * m68k-tdep.c (m68k_gdbarch_init): Update.
3581 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3582 * ia64-tdep.c (ia64_gdbarch_init): Update.
3583 * i386-tdep.c (i386_gdbarch_init): Update.
3584 * h8300-tdep.c (h8300_gdbarch_init): Update.
3585 * frv-tdep.c (frv_gdbarch_init): Update.
3586 * d10v-tdep.c (d10v_gdbarch_init): Update.
3587 * cris-tdep.c (cris_gdbarch_init): Update.
3588 * breakpoint.c (deprecated_frame_in_dummy): Update.
3589 * avr-tdep.c (avr_gdbarch_init): Update.
3590 * alpha-tdep.c (alpha_gdbarch_init): Update.
3591 * arm-tdep.c (arm_gdbarch_init): Update.
3592 * dummy-frame.c (dummy_frame_this_id): Update comments.
3593 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
3594 * frame.c (legacy_get_prev_frame): Ditto.
3595 * valops.c (call_function_by_hand): Delete function.
3596 (hand_function_call): Rename to call_function_by_hand
3597
3598 2003-03-30 Andrew Cagney <cagney@redhat.com>
3599
3600 2002-11-10 Klee Dienes <kdienes@apple.com>
3601 * value.h (struct value): Update comment.
3602
3603 2003-03-30 Andrew Cagney <cagney@redhat.com>
3604
3605 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
3606 D10V_FP_REGNUM.
3607 (d10v_gdbarch_init): Do not set fp_regnum.
3608
3609 * frame.c (get_frame_base): Force ID initialization.
3610 (get_prev_frame): Move computation of the frame ID from here ...
3611 (get_frame_id): ... to here.
3612 (legacy_get_prev_frame): Mark the frame ID as valid.
3613 * frame.h (struct frame_info): Add field "id_p".
3614
3615 2003-03-30 Mark Kettenis <kettenis@gnu.org>
3616
3617 * i386-tdep.c (i386_store_struct_return): Removed.
3618 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
3619
3620 2003-03-30 Andrew Cagney <cagney@redhat.com>
3621
3622 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
3623 * gdbarch.h, gdbarch.c: Regenerate.
3624 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
3625 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
3626 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3627 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3628 * i386-tdep.c (i386_gdbarch_init): Ditto.
3629 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3630 * cris-tdep.c (cris_gdbarch_init): Ditto.
3631 * vax-tdep.c (vax_gdbarch_init): Ditto.
3632 * s390-tdep.c (s390_gdbarch_init): Ditto.
3633 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3634 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3635 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3636 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
3637 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
3638 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
3639 * sparc-tdep.c (sparc_gdbarch_init): Update.
3640 * sh-tdep.c (sh_gdbarch_init): Update.
3641 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3642 * mips-tdep.c (mips_gdbarch_init): Update.
3643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3644 * ia64-tdep.c (ia64_gdbarch_init): Update.
3645 * frv-tdep.c (frv_gdbarch_init): Update.
3646 * avr-tdep.c (avr_gdbarch_init): Update.
3647 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
3648 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
3649 instead of when push_dummy_call is not available.
3650
3651 2003-03-30 Andrew Cagney <cagney@redhat.com>
3652
3653 * infttrace.c: Include "gdbthread.h".
3654 (parent_attach_all): Fix function signature.
3655 (call_ptrace): Update call.
3656 * Makefile.in (infttrace.o): Update dependencies.
3657
3658 2003-03-30 Andrew Cagney <cagney@redhat.com>
3659
3660 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
3661 PUSH_RETURN_ADDRESS.
3662 * gdbarch.h, gdbarch.c: Regenerate.
3663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3664 * x86-64-tdep.c (x86_64_init_abi): Update.
3665 * v850-tdep.c (v850_gdbarch_init): Update.
3666 * sparc-tdep.c (sparc_gdbarch_init): Update.
3667 * sh-tdep.c (sh_gdbarch_init): Update.
3668 * s390-tdep.c (s390_gdbarch_init): Update.
3669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3670 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3671 * mips-tdep.c (mips_gdbarch_init): Update.
3672 * mcore-tdep.c (mcore_gdbarch_init): Update.
3673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3674 * ia64-tdep.c (ia64_gdbarch_init): Update.
3675 * i386-tdep.c (i386_gdbarch_init): Update.
3676 * h8300-tdep.c (h8300_gdbarch_init): Update.
3677 * frv-tdep.c (frv_gdbarch_init): Update.
3678 * cris-tdep.c (cris_gdbarch_init): Update.
3679 * avr-tdep.c (avr_gdbarch_init): Update.
3680 * arm-tdep.c (arm_gdbarch_init): Update.
3681 * valops.c (hand_function_call): Update.
3682
3683 2003-03-29 Andrew Cagney <cagney@redhat.com>
3684
3685 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
3686 sizeof_call_dummy_words.
3687 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
3688 define.
3689 * gdbarch.h: Regenerate.
3690
3691 2003-03-29 Andrew Cagney <cagney@redhat.com>
3692
3693 * infttrace.h: New file.
3694 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
3695 (hpread_get_textlow): Detect an uninitialized dn_bufp.
3696 (hpread_read_doc_function_type): Detect an initialized type1.
3697 (hpread_quick_traverse): Initialize mod_name_string.
3698 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
3699 (som_solib_get_solib_by_pc): Declare.
3700 (so_lib_thread_start_addr): Declare.
3701 (no_shared_libraries): Declare.
3702 * somread.c (init_import_symbols): Make static. Add forward
3703 declaration.
3704 * config/pa/nm-hppah.h: Include "infttrace.h" for
3705 parent_attach_all.
3706 (hppa_insert_hw_watchpoint): Declare.
3707 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
3708 * hppah-nat.c: Include "gdb_string.h".
3709 (parent_attach_all): Delete extern declaration, moved to
3710 "infttrace.h".
3711 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
3712 int.
3713 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
3714 * Makefile.in (infttrace_h): Define.
3715 (hpread.o): Update dependencies.
3716 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
3717 * hppa-hpux-tdep.c: Include "gdb_string.h".
3718 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
3719 * infrun.c (handle_inferior_event): Always initialize
3720 stepped_after_stopped_by_watchpoint. Add default and remove
3721 fallthrough in switch statement.
3722 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
3723 parameter to int.
3724 (hppa_remove_hw_watchpoint): Ditto.
3725
3726 2003-03-29 Andrew Cagney <cagney@redhat.com>
3727
3728 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
3729 offset.
3730
3731 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
3732
3733 * arm-tdep.c (arm_push_arguments): Delete.
3734 (struct stack_item): New type.
3735 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
3736 (arm_store_struct_return): Delte.
3737 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
3738 arm_push_arguments or arm_store_struct_return.
3739
3740 2003-03-28 Andrew Cagney <cagney@redhat.com>
3741
3742 * Makefile.in (d10v-tdep.o): Update dependencies.
3743 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
3744 * d10v-tdep.c: Include "remote.h".
3745 (target_resume_hook): Delete extern declaration.
3746 (target_wait_loop_hook): Ditto.
3747 (tdisassemble_command): Eliminate assignment in "if" conditional.
3748 (d10v_ts2_register_sim_regno): Eliminate call to
3749 legacy_register_sim_regno.
3750 (d10v_ts3_register_sim_regno): Ditto.
3751
3752 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
3753
3754 * thread.c: Reindented.
3755 * lin-lwp.c: Ditto.
3756 * linux-proc.c: Ditto.
3757
3758 2003-03-28 Bob Rossi <bob_rossi@cox.net>
3759
3760 * MAINTAINERS (write after approval): Add myself.
3761
3762 2003-03-27 Theodore A. Roth <troth@openavr.org>
3763
3764 * objc-exp.y: Add missing semi-colons.
3765
3766 2003-03-27 Andrew Cagney <cagney@redhat.com>
3767
3768 * regcache.c (write_sp): Delete function and references.
3769 * inferior.h (write_sp): Delete declaration.
3770 * valops.c (hand_function_call): Replace write_sp with
3771 TARGET_WRITE_SP.
3772 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
3773 (sparc_pop_frame): Ditto.
3774
3775 2003-03-27 Andrew Cagney <cagney@redhat.com>
3776
3777 * NEWS: Mention removal of support for hppa*-*-bsd* and
3778 hppa*-*-osf* natives, and hppa*-*-pro* target.
3779 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
3780 * config/pa/xm-pa.h: Obsolete file.
3781 * config/pa/xm-hppab.h: Obsolete file.
3782 * config/pa/nm-hppab.h: Obsolete file.
3783 * config/pa/tm-hppab.h: Obsolete file.
3784 * config/pa/tm-hppao.h: Obsolete file.
3785 * config/pa/nm-hppao.h: Obsolete file.
3786 * config/pa/tm-pro.h: Obsolete file.
3787 * config/pa/hppaosf.mt: Obsolete file.
3788 * config/pa/hppaosf.mh: Obsolete file.
3789 * config/pa/hppapro.mt: Obsolete file.
3790 * config/pa/hppabsd.mt: Obsolete file.
3791 * config/pa/hppabsd.mh: Obsolete file.
3792 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
3793 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
3794 hppa*-*-osf*.
3795
3796 2003-03-27 Andrew Cagney <cagney@redhat.com>
3797
3798 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
3799 push_arguments. Don't set push_return_address or write_sp.
3800 (d10v_push_dummy_call): Replace d10v_push_arguments.
3801 (d10v_push_return_address, d10v_write_sp): Delete function,
3802 handled by push_dummy_call.
3803
3804 2003-03-26 Andrew Cagney <cagney@redhat.com>
3805
3806 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
3807 (push_dummy_call): New pure multi-arch replacement with gdbarch,
3808 regcache and dummy_addr parameters.
3809 * gdbarch.h, gdbarch.c: Re-generate.
3810 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
3811 available; assume it will handle stack alignment and return
3812 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
3813 legacy_push_arguments.
3814 (legacy_push_arguments): Rename default_push_arguments.
3815 * value.h (legacy_push_arguments): Rename default_push_arguments.
3816 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
3817 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3818 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3819 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
3820 * config/i386/tm-symmetry.h: Update.
3821 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3822 * x86-64-tdep.c (x86_64_init_abi): Update.
3823 * v850-tdep.c (v850_gdbarch_init): Update.
3824 * sparc-tdep.c (sparc_gdbarch_init): Update.
3825 * sh-tdep.c (sh_gdbarch_init): Update.
3826 * s390-tdep.c (s390_gdbarch_init): Update.
3827 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3828 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3829 * mips-tdep.c (mips_gdbarch_init): Update.
3830 * mcore-tdep.c (mcore_gdbarch_init): Update.
3831 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3832 * ia64-tdep.c (ia64_gdbarch_init): Update.
3833 * i386-tdep.c (i386_gdbarch_init): Update.
3834 * hppa-tdep.c (hppa_gdbarch_init): Update.
3835 * h8300-tdep.c (h8300_gdbarch_init): Update.
3836 * frv-tdep.c (frv_gdbarch_init): Update.
3837 * d10v-tdep.c (d10v_gdbarch_init): Update.
3838 * cris-tdep.c (cris_gdbarch_init): Update.
3839 * avr-tdep.c (avr_gdbarch_init): Update.
3840 * arm-tdep.c (arm_gdbarch_init): Update.
3841 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3842 * alpha-tdep.c (alpha_gdbarch_init): Update.
3843
3844 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3845
3846 * signals/signals.c (do_target_signal_to_host): Correct realtime
3847 signal range test.
3848
3849 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3850
3851 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
3852 (struct sal_chain, map_catch_names): Remove.
3853 (catch_exception_command_1): Don't call
3854 handle_gnu_4_16_catch_command.
3855
3856 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3857
3858 From Mark Dettinger <dettinge@de.ibm.com>:
3859 * dwarf2cfi.c (read_2u): Increment pointer by two.
3860
3861 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3862
3863 * signals/signals.c: Fix typos in last change.
3864
3865 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
3866
3867 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
3868 not already defined. Use __SIGRTMIN if available.
3869 (target_signal_from_host): Remove SIGRTMIN block.
3870 (do_target_signal_to_host): Remove SIGRTMIN block; check that
3871 the signal is within the realtime range.
3872
3873 2003-03-25 Adam Fedor <fedor@gnu.org>
3874
3875 * Makefile.in (infrun.o): Add $(language_h)
3876 * infrun.c (handle_inferior_event): Use skip_language_trampoline
3877 for language specific trampolines.
3878 * language.h (struct language_defn): Add skip_trampoline.
3879 (skip_language_trampoline): Declare.
3880 * language.c (unk_lang_trampoline, skip_language_trampoline):
3881 New functions.
3882 (unknown_language_defn, auto_language_defn, local_language_defn):
3883 Add ukn_lang_trampoline.
3884 * ada-lang.c (ada_language_defn): Add NULL for language
3885 specific skip_trampoline.
3886 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
3887 scm-lang.c: Likewise.
3888 * objc-lang.c (objc_skip_trampoline): New function.
3889 (objc_language_defn): Add objc_skip_trampoline.
3890
3891 2003-03-25 Andrew Cagney <cagney@redhat.com>
3892
3893 * frame.c (get_prev_frame): Delay validating a frame's ID -
3894 non-NULL, didn't go backwards - until an attempt to unwind it to
3895 the previous frame.
3896
3897 2003-03-25 Andrew Cagney <cagney@redhat.com>
3898
3899 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
3900 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
3901 * gdbarch.h, gdbarch.c: Re-generate.
3902 * config/sparc/tm-sparc.h
3903 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
3904 * sparc-tdep.c (sparc_gdbarch_init): Set
3905 deprecated_extra_stack_alignment_needed.
3906 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3907 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
3908 extra_stack_alignment_needed.
3909 * v850-tdep.c (v850_gdbarch_init): Ditto.
3910 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3911 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3912 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3913 * cris-tdep.c (cris_gdbarch_init): Ditto.
3914 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3915 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3916
3917 2003-03-25 Andrew Cagney <cagney@redhat.com>
3918
3919 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
3920 STORE_STRUCT_RETURN.
3921 * gdbarch.h, gdbarch.c: Regenerate.
3922 * d10v-tdep.c (d10v_store_struct_return): Delete function.
3923 (d10v_push_arguments): Set the struct return register.
3924 (d10v_gdbarch_init): Update.
3925 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3926 * x86-64-tdep.c (x86_64_init_abi): Update.
3927 * vax-tdep.c (vax_gdbarch_init): Update.
3928 * v850-tdep.c (v850_gdbarch_init): Update.
3929 * sparc-tdep.c (sparc_gdbarch_init): Update.
3930 * sh-tdep.c (sh_gdbarch_init): Update.
3931 * s390-tdep.c (s390_gdbarch_init): Update.
3932 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3933 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3934 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3935 * mips-tdep.c (mips_gdbarch_init): Update.
3936 * mcore-tdep.c (mcore_gdbarch_init): Update.
3937 * m68k-tdep.c (m68k_gdbarch_init): Update.
3938 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3939 * ia64-tdep.c (ia64_gdbarch_init): Update.
3940 * i386-tdep.c (i386_gdbarch_init): Update.
3941 * hppa-tdep.c (hppa_gdbarch_init): Update.
3942 * h8300-tdep.c (h8300_gdbarch_init): Update.
3943 * frv-tdep.c (frv_gdbarch_init): Update.
3944 * cris-tdep.c (cris_gdbarch_init): Update.
3945 * avr-tdep.c (avr_gdbarch_init): Update.
3946 * arm-tdep.c (arm_gdbarch_init): Update.
3947 * alpha-tdep.c (alpha_gdbarch_init): Update.
3948
3949 2003-03-25 Andrew Cagney <cagney@redhat.com>
3950
3951 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
3952 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
3953 CALL_DUMMY_STACK_ADJUST with a predicate variable.
3954 * gdbarch.h, gdbarch.c: Regenerate.
3955 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3956 call_dummy_stack_adjust_p.
3957 * vax-tdep.c (vax_gdbarch_init): Ditto.
3958 * v850-tdep.c (v850_gdbarch_init): Ditto.
3959 * sh-tdep.c (sh_gdbarch_init): Ditto.
3960 * s390-tdep.c (s390_gdbarch_init): Ditto.
3961 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3962 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3963 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3964 * mips-tdep.c (mips_gdbarch_init): Ditto.
3965 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3966 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3967 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3968 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3969 * i386-tdep.c (i386_gdbarch_init): Ditto.
3970 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3971 * frv-tdep.c (frv_gdbarch_init): Ditto.
3972 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3973 * cris-tdep.c (cris_gdbarch_init): Ditto.
3974 * avr-tdep.c (avr_gdbarch_init): Ditto.
3975 * arm-tdep.c (arm_gdbarch_init): Ditto.
3976 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3977 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3978 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
3979 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
3980 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
3981 call_dummy_stack_adjust_p.
3982 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
3983 (CALL_DUMMY_STACK_ADJUST): Delete macro.
3984 * sparc-tdep.c (sparc32_push_arguments): Update.
3985 * valops.c (hand_function_call): Update.
3986
3987 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
3988
3989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
3990 set_gdbarch_char_signed.
3991
3992 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
3993
3994 PR cli/548
3995 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
3996
3997 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
3998
3999 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
4000 (_initialize_arm_tdep): Don't set tm_print_insn.
4001
4002 2003-03-24 Adam Fedor <fedor@gnu.org>
4003
4004 * Makefile.in (YYOBJ): Add objc-exp.tab.o
4005 * objc-lang.h: Add multiple inclusion protection.
4006 (start_msglist, add_msglist, end_msglist): Additional declarations.
4007
4008 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
4009
4010 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
4011 value was renamed to ARM_FLOAT_SOFT_FPA.
4012
4013 2003-03-23 Andrew Cagney <cagney@redhat.com>
4014
4015 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
4016 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
4017 * gdbarch.h, gdbarch.c: Regenerate.
4018 * valops.c (hand_function_call): Update.
4019 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4020 * frame.c (legacy_saved_regs_this_id): Update.
4021 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
4022 * dummy-frame.h: Update.
4023 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
4024 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
4025 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
4026 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
4027 * config/m68k/tm-sun3.h: Update.
4028 * blockframe.c (inside_main_func, frame_chain_valid): Update.
4029 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4030 * x86-64-tdep.c (x86_64_init_abi): Update.
4031 * vax-tdep.c (vax_gdbarch_init): Update.
4032 * v850-tdep.c (v850_gdbarch_init): Update.
4033 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
4034 * sh-tdep.c (sh_gdbarch_init): Update.
4035 * s390-tdep.c (s390_gdbarch_init): Update.
4036 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
4037 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
4038 (frame_get_saved_regs): Update.
4039 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4040 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4041 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4042 * mips-tdep.c (mips_gdbarch_init): Update.
4043 * mcore-tdep.c (mcore_gdbarch_init): Update.
4044 * m68k-tdep.c (m68k_gdbarch_init): Update.
4045 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4046 * ia64-tdep.c (ia64_gdbarch_init): Update.
4047 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
4048 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4049 (i386_interix_back_one_frame): Update.
4050 * hppa-tdep.c (hppa_gdbarch_init): Update.
4051 (hppa_init_extra_frame_info): Update.
4052 * h8300-tdep.c (h8300_gdbarch_init): Update.
4053 * frv-tdep.c (frv_gdbarch_init): Update.
4054 * cris-tdep.c (cris_gdbarch_init): Update.
4055 * avr-tdep.c (avr_gdbarch_init): Update.
4056 * arm-tdep.c (arm_gdbarch_init): Update.
4057 * alpha-tdep.c (alpha_gdbarch_init): Update.
4058
4059 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4060
4061 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
4062 (arm_get_fp_model): Declare.
4063 * arm-tdep.c (fp_model_strings): New string array.
4064 (arm_fp_model, current_fp_model): New variables.
4065 (arm_get_fp_model): New function.
4066 (arm_set_fp): New function.
4067 (set_fp_model_sfunc): New function.
4068 (show_fp_model): New function.
4069 (_initialize_arm_tdep): Add new command to set/show the FPU.
4070 (arm_extract_return_value): Use arm_get_fp_model.
4071 (arm_store_return_value): Likewise.
4072 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
4073 to initialize the floating-point data types.
4074 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
4075 model is FPA.
4076
4077 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4078
4079 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
4080 the current setting of each value.
4081 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
4082 new_set and new_show. Use add_setshow_cmd_full and
4083 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
4084 commands and add new version as subcommands of "set/show arm".
4085
4086 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4087
4088 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
4089 (set_arm_command, show_arm_command): New functions.
4090 (_initialize_arm_tdep): Add them.
4091 (num_disassembly_options): Renamed from num_flavor_options.
4092 (valid_disassembly_styles): Renamed from valid_flavors.
4093 (disassembly_style): Renamed from disassembly_flavor.
4094 (set_disassembly_style_sfunc): Renamed from
4095 set_disassembly_flavor_sfunc.
4096 (set_disassembly_style): Renamed from set_disassembly_flavor.
4097 (arm_othernames): Updated.
4098 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
4099 command. Add "set/show arm disassembly" commands. Deprecate
4100 "othernames" command.
4101
4102 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4103
4104 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
4105 (arm-tdep.o): Depend on elf_arm_h.
4106
4107 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4108
4109 * Makefile.in (coff_internal_h): Define.
4110 (arm-tdep.o): Update dependencies.
4111
4112 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
4113
4114 * arm-tdep.c (prologue_cache): Delete.
4115 (check_prologue_cache, save_prologue_cache): Delete.
4116 (arm_scan_prologue): Don't check or update the prologue_cache.
4117 (arm_gdb_arch_init): Don't initialize it.
4118 (_initialize_arm_tdep): Likewise.
4119
4120 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
4121
4122 * MAINTAINERS (tui): Maintainer of tui code.
4123
4124 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
4125
4126 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
4127 (i386-cygwin-tdep.o): Add dependencies.
4128 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
4129 * i386-cygwin-tdep.c: New file.
4130 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
4131 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
4132
4133 2003-03-20 Andrew Cagney <cagney@redhat.com>
4134
4135 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
4136 (handle_inferior_event): Remove code calling
4137 DYNAMIC_TRAMPOLINE_NEXTPC.
4138
4139 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
4140 already has a full path.
4141
4142 * main.c (gdb_main): Return 1.
4143 (captured_main): Call error to report an invalid interpreter.
4144
4145 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
4146 * alpha-osf1-tdep.c: Include "gdb_string.h".
4147
4148 2003-03-19 J. Brobecker <brobecker@gnat.com>
4149
4150 Continuing work to convert the hppa targets to multiarch partial.
4151
4152 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
4153 method, now that hppa_push_dummy_frame has a conformant prototype.
4154 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
4155 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
4156 for the switch to multiarch partial.
4157
4158 2003-03-19 Kevin Buettner <kevinb@redhat.com>
4159
4160 * mdebugread.c (parse_symbol): For stEnd, we're done counting
4161 when iss is issNull.
4162
4163 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4164
4165 * mips-tdep.c (mips_register_name): Fix fencepost error involving
4166 NUM_REGS bounds check.
4167
4168 2003-03-18 Kevin Buettner <kevinb@redhat.com>
4169
4170 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
4171 * mips-tdep.c (gdb_assert.h): Include.
4172 (mips_generic_reg_names, mips_processor_reg_names): Make static.
4173 (mips_register_name): Handle integer registers explicitly. Add
4174 bounds checking.
4175 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
4176 (mips_lsi33k_reg_names): Don't list integer registers; they're
4177 handled by mips_register_name() now.
4178 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
4179 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
4180 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
4181 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
4182 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
4183
4184 2003-03-18 Andrew Cagney <cagney@redhat.com>
4185
4186 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
4187 a void pointer.
4188 * gdbtypes.h (print_scalar_formatted): Update declaration.
4189 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
4190
4191 2003-03-18 J. Brobecker <brobecker@gnat.com>
4192
4193 * infrun.c (observer.h): Add #include.
4194 (normal_stop): Add call to observer_notify_normal_stop.
4195 * Makefile.in (infrun.o): Add dependency on observer.h.
4196
4197 2003-03-18 J. Brobecker <brobecker@gnat.com>
4198
4199 Continuing work to convert the hppa targets to multiarch partial.
4200 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
4201 parameter. Reformat comment.
4202 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
4203 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
4204 to match new profile.
4205
4206 2003-03-18 J. Brobecker <brobecker@gnat.com>
4207
4208 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
4209 appear to be working in any case.
4210
4211 2003-03-18 J. Brobecker <brobecker@gnat.com>
4212
4213 * observer.c (observer_test_first_observer): New static variable.
4214 (observer_test_second_observer): Likewise.
4215 (observer_test_third_observer): Likewise.
4216 (observer_test_first_notification_function): New static function.
4217 (observer_test_second_notification_function): Likewise.
4218 (observer_test_third_notification_function): Likewise.
4219
4220 2003-03-17 J. Brobecker <brobecker@gnat.com>
4221
4222 * hppa-tdep.c (gdb_assert.h): Add missing #include.
4223 * somsolib.c (gdb_assert.h): Likewise.
4224 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
4225 (somsolib.o): Likewise.
4226
4227 2003-03-17 Andrew Cagney <cagney@redhat.com>
4228
4229 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
4230 BFD. Simplify setting of di.endian.
4231
4232 2003-03-17 Andrew Cagney <cagney@redhat.com>
4233
4234 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
4235 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
4236
4237 From Elena Zannoni <ezannoni@redhat.com>
4238 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
4239 vector and floating-point parameters.
4240 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
4241 convention.
4242 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
4243
4244 2003-03-17 Fernando Nasser <fnasser@redhat.com>
4245
4246 * MAINTAINERS: Remove my name from several maintainership roles.
4247
4248 2003-03-17 Andrew Cagney <cagney@redhat.com>
4249
4250 Fix frame off-by-one bug.
4251 * frame-unwind.h (frame_this_id_ftype): Replace
4252 frame_unwind_id_ftype.
4253 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
4254 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
4255 with "prev_register".
4256 * frame-unwind.c (frame_unwind_find_by_pc): Return
4257 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
4258 comment.
4259 * dummy-frame.c (cached_find_dummy_frame): Delete function.
4260 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
4261 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
4262 (dummy_frame_unwind): Update.
4263 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4264 sentinel_frame_register_unwind.
4265 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
4266 (sentinel_frame_unwinder): Update.
4267 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4268 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
4269 * frame.c (create_sentinel_frame): Update. Initialize
4270 "prologue_cache" instead of "unwind_cache".
4271 (frame_register_unwind): Call this frame's prev_register with the
4272 next frame and this frame's prologue cache.
4273 (get_prev_frame): Simplify. Always call prev frame's this_id with
4274 this frame and prev frame's prologue cache. Document that this
4275 call is shifted one to the left when compared to the
4276 frame_register_unwind call.
4277 (legacy_saved_regs_prev_register): Replace
4278 frame_saved_regs_register_unwind.
4279 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
4280 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
4281 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
4282 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
4283 (d10v_frame_unwind): Update.
4284 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
4285 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
4286 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
4287 "saved_regs" with "this_saved_regs".
4288
4289 2003-03-16 Andrew Cagney <cagney@redhat.com>
4290
4291 * frame.c (frame_pop): Don't call target_store_registers. Fix
4292 problem reported by Mark Kettenis.
4293
4294 2003-03-16 Mark Kettenis <kettenis@gnu.org>
4295
4296 * i386-tdep.c (i386_register_type): Renamed from
4297 i386_register_virtual_type. Adjust function signature.
4298 (i386_gdbarch_init): Set register_type instead of
4299 deprecated_max_register_raw_size,
4300 deprecated_max_register_virtual_size and register_virtual_type.
4301
4302 2003-03-14 Andrew Cagney <cagney@redhat.com>
4303
4304 * frame.c (get_prev_frame): When a legacy frame, always call
4305 legacy_get_prev_frame. Simplify unwind code using assumption that
4306 the unwinder is new.
4307 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
4308 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
4309 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
4310
4311 2003-03-14 Andrew Cagney <cagney@redhat.com>
4312
4313 * frame.c (get_saved_register): Delete function.
4314 * frame.h (get_saved_register): Delete declaration.
4315 * xstormy16-tdep.c: Update comment.
4316 * regcache.h: Update comments.
4317 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
4318 get_saved_register and extract_address, use
4319 frame_read_unsigned_register.
4320 (sparc_frame_saved_pc): Ditto.
4321 (sparc_get_saved_register): Instead of get_saved_register, use
4322 frame_register.
4323 (sparc_pop_frame): Ditto.
4324 * findvar.c: Update comments.
4325 (value_of_register): Call frame_register instead of
4326 get_saved_register.
4327 (value_from_register): Ditto.
4328 * config/sparc/tm-sparc.h: Update comment.
4329 * breakpoint.c: Update comment.
4330
4331 2003-03-14 Andrew Cagney <cagney@redhat.com>
4332
4333 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
4334 GET_SAVED_REGISTER.
4335 * gdbarch.h, gdbarch.c: Re-generate.
4336 * frame.h: Update comments.
4337 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4338 * x86-64-tdep.c (x86_64_init_abi): Update.
4339 * sparc-tdep.c (sparc_gdbarch_init): Update.
4340 * sh-tdep.c (sh_gdbarch_init): Update.
4341 * mips-tdep.c (mips_gdbarch_init): Update.
4342 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4343 * cris-tdep.c (cris_gdbarch_init): Update.
4344 * ia64-tdep.c (ia64_gdbarch_init): Update.
4345 * frame.c (frame_register): Update.
4346 (get_saved_register): Update.
4347 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
4348
4349 2003-03-13 Andrew Cagney <cagney@redhat.com>
4350
4351 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
4352 * gdbarch.h, gdbarch.c: Regenerate.
4353 * valops.c (hand_function_call): Update comment.
4354 * stack.c (return_command): Update comment.
4355 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
4356 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
4357 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4358 * x86-64-tdep.c (x86_64_init_abi): Update.
4359 * vax-tdep.c (vax_gdbarch_init): Update.
4360 * v850-tdep.c (v850_gdbarch_init): Update.
4361 * sparc-tdep.c (sparc_gdbarch_init): Update.
4362 * sh-tdep.c (sh_gdbarch_init): Update.
4363 * s390-tdep.c (s390_gdbarch_init): Update.
4364 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4365 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4366 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4367 * mips-tdep.c (mips_gdbarch_init): Update.
4368 * mcore-tdep.c (mcore_gdbarch_init): Update.
4369 * m68k-tdep.c (m68k_gdbarch_init): Update.
4370 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4371 * ia64-tdep.c (ia64_gdbarch_init): Update.
4372 * i386-tdep.c (i386_gdbarch_init): Update.
4373 * hppa-tdep.c (hppa_gdbarch_init): Update.
4374 * h8300-tdep.c (h8300_gdbarch_init): Update.
4375 * frv-tdep.c (frv_gdbarch_init): Update.
4376 * cris-tdep.c (cris_gdbarch_init): Update.
4377 * avr-tdep.c (avr_gdbarch_init): Update.
4378 * arm-tdep.c (arm_gdbarch_init): Update.
4379 * alpha-tdep.c (alpha_gdbarch_init): Update.
4380
4381 2003-03-13 Andrew Cagney <cagney@redhat.com>
4382
4383 * frame.c (legacy_frame_p): New function.
4384 (get_prev_frame): Use legacy_frame_p.
4385 * frame.h (legacy_frame_p): Declare.
4386
4387 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4388
4389 * MAINTAINERS (write after approval): Alphabetically
4390 listing corrected.
4391
4392 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
4393
4394 * MAINTAINERS (write after approval): Add myself.
4395
4396 2003-03-12 Andrew Cagney <cagney@redhat.com>
4397
4398 * frame.c (get_prev_frame): Rename the frame parameter to
4399 "this_frame".
4400 (get_next_frame, legacy_get_prev_frame): Ditto.
4401
4402 2003-03-12 Andrew Cagney <cagney@redhat.com>
4403
4404 * frame.c (get_current_frame): Check target_has_registers before
4405 checking target_has_stack.
4406 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
4407 instead of deprecated_selected_frame.
4408 * findvar.c (value_of_register): Pass "frame", not
4409 deprecated_selected_frame, to value_of_builtin_reg.
4410
4411 2003-03-12 Andrew Cagney <cagney@redhat.com>
4412
4413 * regcache.c (regcache_cooked_write_signed): New function.
4414 (regcache_cooked_write_unsigned): New function.
4415 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
4416 (regcache_cooked_read_signed): Fix regnum in range assertion.
4417 * regcache.h (regcache_cooked_write_signed): Declare.
4418 (regcache_cooked_write_unsigned): Declare.
4419
4420 2003-03-12 Andrew Cagney <cagney@redhat.com>
4421
4422 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4423 * gdbarch.h, gdbarch.c: Re-generate.
4424 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4425 * x86-64-tdep.h: Update.
4426 * x86-64-tdep.c (x86_64_init_abi): Update.
4427 * v850-tdep.c (v850_gdbarch_init): Update.
4428 * sparc-tdep.c (sparc_gdbarch_init): Update.
4429 * sh-tdep.c (sh_gdbarch_init): Update.
4430 * s390-tdep.c (s390_gdbarch_init): Update.
4431 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4432 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4433 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4434 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4435 * mips-tdep.c (mips_gdbarch_init): Update.
4436 * mcore-tdep.c (mcore_gdbarch_init): Update.
4437 * m68k-tdep.c (m68k_gdbarch_init): Update.
4438 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4439 * ia64-tdep.c (ia64_gdbarch_init): Update.
4440 * i386-tdep.c (i386_gdbarch_init): Update.
4441 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4442 * hppa-tdep.c (hppa_gdbarch_init): Update.
4443 * h8300-tdep.c (h8300_gdbarch_init): Update.
4444 * frv-tdep.c (frv_gdbarch_init): Update.
4445 * cris-tdep.c (cris_gdbarch_init): Update.
4446 * avr-tdep.c (avr_gdbarch_init): Update.
4447 * arm-tdep.c (arm_gdbarch_init): Update.
4448 * alpha-tdep.c (alpha_gdbarch_init): Update.
4449 * sh-tdep.c (sh_init_extra_frame_info): Update.
4450 (sh64_init_extra_frame_info): Update.
4451 * ns32knbsd-nat.c (frame_num_args): Update.
4452 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4453 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4454 (xstormy16_frame_chain_valid): Update.
4455 * vax-tdep.c (vax_saved_pc_after_call): Update.
4456 * v850-tdep.c (v850_frame_chain): Update.
4457 (v850_pop_frame): Update.
4458 (v850_init_extra_frame_info): Update.
4459 * sparc-tdep.c (setup_arbitrary_frame): Update.
4460 * ns32k-tdep.c (umax_frame_num_args): Update.
4461 * s390-tdep.c (s390_pop_frame_regular): Update.
4462 * mn10300-tdep.c (mn10300_frame_chain): Update.
4463 (mn10300_pop_frame_regular): Update.
4464 (mn10300_init_extra_frame_info): Update.
4465 * mips-tdep.c (mips_init_frame_pc_first): Update.
4466 (mips_frame_chain): Update.
4467 (mips_pop_frame): Update.
4468 * mcore-tdep.c (mcore_frame_chain): Update.
4469 (mcore_pop_frame): Update.
4470 (mcore_init_extra_frame_info): Update.
4471 * arch-utils.c (init_frame_pc_default): Update.
4472 * m68k-tdep.c (isi_frame_num_args): Update.
4473 (delta68_frame_num_args): Update.
4474 (news_frame_num_args): Update.
4475 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4476 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4477 (alpha_frame_chain): Update.
4478 (alpha_pop_frame): Update.
4479 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4480 (hppa_init_extra_frame_info): Update.
4481 (hppa_frame_chain): Update.
4482 (hppa_frame_chain_valid): Update.
4483 * cris-tdep.c (cris_init_extra_frame_info): Update.
4484 * avr-tdep.c (avr_init_extra_frame_info): Update.
4485 * arm-tdep.c (arm_frame_chain_valid): Update.
4486 (arm_init_extra_frame_info): Update.
4487 (arm_pop_frame): Update.
4488 * frame.c (frame_pc_unwind): Update.
4489 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4490 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4491 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4492 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4493 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4494 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4495
4496 2003-03-12 Andrew Cagney <cagney@redhat.com>
4497
4498 Eliminate the need for POP_FRAME.
4499 * frame.c (do_frame_unwind_register): New function.
4500 (frame_pop): When no POP_FRAME, pop the frame using register
4501 unwind and a scratch regcache.
4502 (frame_saved_regs_pop): Delete function.
4503 (trad_frame_unwinder): Update.
4504 * d10v-tdep.c (d10v_frame_pop): Delete function.
4505 (d10v_frame_unwind): Update.
4506 * sentinel-frame.c (sentinel_frame_pop): Delete function.
4507 (sentinel_frame_unwinder): Update.
4508 * dummy-frame.c (dummy_frame_pop): Delete function.
4509 (dummy_frame_unwind): Update.
4510 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
4511 (struct frame_unwind): Update.
4512
4513 2003-03-11 Kevin Buettner <kevinb@redhat.com>
4514
4515 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
4516 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
4517 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
4518 Do range checks on register number obtained from debugging info.
4519 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
4520 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
4521 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
4522 mapping function.
4523 (do_fp_register_row): Fix typo which caused double type to be
4524 used when attempting to unpack a float.
4525
4526 2003-03-11 J. Brobecker <brobecker@gnat.com>
4527
4528 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
4529
4530 2003-03-11 Andrew Cagney <cagney@redhat.com>
4531
4532 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
4533 frame. Problem found by Corinna Vinschen.
4534
4535 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
4536
4537 * doublest.c (floatformat_from_length): Accept also
4538 the real size of 'long double' type.
4539
4540 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
4541
4542 From Klee Dienes <kdienes@apple.com>:
4543 * breakpoint.c (bpstat_copy): Copy the command lines as well
4544 as the old value, to match what is freed in bpstat_clear.
4545
4546 2003-03-10 David Carlton <carlton@math.stanford.edu>
4547
4548 * minsyms.c (add_minsym_to_hash_table): Replace
4549 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4550 (compare_minimal_symbols, compact_minimal_symbols)
4551 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
4552 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
4553 of DEPRECATED_SYMBOL_MATCHES_NAME.
4554 (lookup_minimal_symbol_solib_trampoline): Ditto.
4555
4556 2003-03-10 Andrew Cagney <cagney@redhat.com>
4557
4558 * regcache.h (regcache_cooked_read_ftype): Define.
4559 (regcache_save, regcache_restore): Add a cooked_read parameter.
4560 * regcache.c (regcache_save, regcache_restore): Update.
4561 (do_cooked_read): New function.
4562 (regcache_cpy): Pass do_cooked_read to regcache_save and
4563 regcache_restore.
4564
4565 2003-03-10 Andrew Cagney <cagney@redhat.com>
4566
4567 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
4568 * gdbarch.h, gdbarch.c: Re-generate.
4569 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4570 * x86-64-tdep.h: Update.
4571 * x86-64-tdep.c (x86_64_init_abi): Update.
4572 * v850-tdep.c (v850_gdbarch_init): Update.
4573 * sparc-tdep.c (sparc_gdbarch_init): Update.
4574 * sh-tdep.c (sh_gdbarch_init): Update.
4575 * s390-tdep.c (s390_gdbarch_init): Update.
4576 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4577 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4578 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4579 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4580 * mips-tdep.c (mips_gdbarch_init): Update.
4581 * mcore-tdep.c (mcore_gdbarch_init): Update.
4582 * m68k-tdep.c (m68k_gdbarch_init): Update.
4583 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4584 * ia64-tdep.c (ia64_gdbarch_init): Update.
4585 * i386-tdep.c (i386_gdbarch_init): Update.
4586 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4587 * hppa-tdep.c (hppa_gdbarch_init): Update.
4588 * h8300-tdep.c (h8300_gdbarch_init): Update.
4589 * frv-tdep.c (frv_gdbarch_init): Update.
4590 * cris-tdep.c (cris_gdbarch_init): Update.
4591 * avr-tdep.c (avr_gdbarch_init): Update.
4592 * arm-tdep.c (arm_gdbarch_init): Update.
4593 * alpha-tdep.c (alpha_gdbarch_init): Update.
4594 * sh-tdep.c (sh_init_extra_frame_info): Update.
4595 (sh64_init_extra_frame_info): Update.
4596 * ns32knbsd-nat.c (frame_num_args): Update.
4597 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
4598 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
4599 (xstormy16_frame_chain_valid): Update.
4600 * vax-tdep.c (vax_saved_pc_after_call): Update.
4601 * v850-tdep.c (v850_frame_chain): Update.
4602 (v850_pop_frame): Update.
4603 (v850_init_extra_frame_info): Update.
4604 * sparc-tdep.c (setup_arbitrary_frame): Update.
4605 * ns32k-tdep.c (umax_frame_num_args): Update.
4606 * s390-tdep.c (s390_pop_frame_regular): Update.
4607 * mn10300-tdep.c (mn10300_frame_chain): Update.
4608 (mn10300_pop_frame_regular): Update.
4609 (mn10300_init_extra_frame_info): Update.
4610 * mips-tdep.c (mips_init_frame_pc_first): Update.
4611 (mips_frame_chain): Update.
4612 (mips_pop_frame): Update.
4613 * mcore-tdep.c (mcore_frame_chain): Update.
4614 (mcore_pop_frame): Update.
4615 (mcore_init_extra_frame_info): Update.
4616 * arch-utils.c (init_frame_pc_default): Update.
4617 * m68k-tdep.c (isi_frame_num_args): Update.
4618 (delta68_frame_num_args): Update.
4619 (news_frame_num_args): Update.
4620 * ia64-tdep.c (ia64_pop_frame_regular): Update.
4621 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
4622 (alpha_frame_chain): Update.
4623 (alpha_pop_frame): Update.
4624 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
4625 (hppa_init_extra_frame_info): Update.
4626 (hppa_frame_chain): Update.
4627 (hppa_frame_chain_valid): Update.
4628 * cris-tdep.c (cris_init_extra_frame_info): Update.
4629 * avr-tdep.c (avr_init_extra_frame_info): Update.
4630 * arm-tdep.c (arm_frame_chain_valid): Update.
4631 (arm_init_extra_frame_info): Update.
4632 (arm_pop_frame): Update.
4633 * frame.c (frame_pc_unwind): Update.
4634 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
4635 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4636 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
4637 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
4638 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
4639 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
4640
4641 2003-03-10 Andrew Cagney <cagney@redhat.com>
4642
4643 * gdbarch.sh (gdbarch_unwind_pc): New method.
4644 * gdbarch.h, gdbarch.c: Regenerate.
4645 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
4646 but use read_pc and FRAME_SAVED_PC as fall backs.
4647 (frame_saved_regs_pc_unwind): Delete function.
4648 (trad_frame_unwinder): Update.
4649 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
4650 (struct frame_unwind): Update.
4651 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
4652 (dummy_frame_unwind): Update.
4653 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
4654 (sentinel_frame_unwinder): Update.
4655 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
4656 (d10v_frame_unwind): Update.
4657 (d10v_unwind_pc): New function.
4658 (d10v_gdbarch_init): Set unwind_pc.
4659
4660 2003-03-10 Andrew Cagney <cagney@redhat.com>
4661
4662 * gdbarch.h: Re-generate.
4663
4664 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
4665 PC.
4666 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
4667 the PC register.
4668
4669 2003-03-08 Mark Kettenis <kettenis@gnu.org>
4670
4671 * gdbarch.sh (save_dummy_frame_tos): Add comment.
4672
4673 2003-03-08 Andrew Cagney <cagney@redhat.com>
4674
4675 * cli-out.c: Update copyright.
4676 (cli_out_data): Define typedef. Use instead of ui_out_data.
4677
4678 2003-03-08 Andrew Cagney <cagney@redhat.com>
4679
4680 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
4681 the result.
4682
4683 2003-03-07 Andrew Cagney <cagney@redhat.com>
4684
4685 * gdbarch.sh: Don't generate two macro definitions when an
4686 undefined macro taking no arguments.
4687 * gdbarch.h: Regenerate.
4688
4689 2002-03-07 Michal Ludvig <mludvig@suse.cz>
4690
4691 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
4692 (x86_64_unwind_dummy_id): New functions.
4693 (x86_64_init_abi): Register these two new functions.
4694
4695 2003-03-07 Michal Ludvig <mludvig@suse.cz>
4696
4697 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
4698 (x86_64_skip_prologue): Move prologue detection to
4699 separate function.
4700 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
4701
4702 2003-03-05 Andrew Cagney <cagney@redhat.com>
4703
4704 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
4705 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
4706 * frame.c (get_prev_frame): Restructure the frame ID unwind code
4707 to use unwind_dummy_id when a dummy frame.
4708 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
4709 predicate.
4710 * gdbarch.h, gdbarch.c: Regneerate.
4711
4712 2003-03-05 Andrew Cagney <cagney@redhat.com>
4713
4714 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
4715 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
4716 Do not use d10v_read_sp or d10v_read_fp when obtaining register
4717 values.
4718
4719 2003-03-05 Andrew Cagney <cagney@redhat.com>
4720
4721 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
4722 (struct d10v_unwind_cache): Delete field "frameless". Replace
4723 "next_addr" with "sp_offset". Add "r11_offset".
4724 (d10v_frame_unwind_cache): Update.
4725 (prologue_find_regs): Update. When "mv r11, sp", save the
4726 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
4727 RN was saved in r11_offset.
4728
4729 2003-03-05 Andrew Cagney <cagney@redhat.com>
4730
4731 * frame.c (deprecated_update_frame_pc_hack): Also update the the
4732 cached PC value in the next frame.
4733
4734 2003-03-05 Andrew Cagney <cagney@redhat.com>
4735
4736 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
4737 "id_unwind_cache" with "id".
4738 (frame_id_unwind): Delete declaration.
4739 * frame.c (frame_id_unwind): Delete function.
4740 (get_prev_frame): Call the frame id unwind method directly. Store
4741 the returned next frame's ID value in NEXT_FRAME. Note that there
4742 is a problem with the wrong unwind ID being called with the wrong
4743 unwind cache.
4744
4745 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
4746
4747 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
4748
4749 2003-03-05 James Ingham <jingham@apple.com>
4750 Daniel Jacobowitz <drow@mvista.com>
4751
4752 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
4753 (auto_cp_abi): New variable.
4754 (current_cp_abi, num_cp_abis): Make static.
4755 (CP_ABI_MAX): Define.
4756 (cp_abis): Turn into an array.
4757 (value_virtual_fn_field): Fix formatting.
4758 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
4759 takes a pointer.
4760 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
4761 (list_cp_abis, _initialize_cp_abi): New functions.
4762 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
4763 declarations for cp_abis, num_cp_abis, current_cp_abi, and
4764 switch_to_cp_abi. Update prototype for register_cp_abi.
4765 * Makefile.in (cp-abi.o): Update dependencies.
4766 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
4767 instead of switch_to_cp_abi.
4768 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
4769 register_cp_abi.
4770 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
4771 register_cp_abi.
4772 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
4773
4774 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
4775
4776 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
4777 * dwarf2loc.c: Include "regcache.h".
4778 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
4779 register_size.
4780 * Makefile.in (dwarf2loc.o): Update dependencies.
4781
4782 2003-03-04 Theodore A. Roth <troth@openavr.org>
4783
4784 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
4785 number of io registers reported by remote target is not a multiple of
4786 step.
4787
4788 2003-03-04 David Carlton <carlton@math.stanford.edu>
4789
4790 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
4791 (lookup_symbol_aux_psymtabs): Update call to
4792 lookup_partial_symbol.
4793 (lookup_transparent_type, find_main_psymtab)
4794 (make_symbol_overload_list): Ditto.
4795
4796 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
4797
4798 * MAINTAINERS (Write after approval): Update my email address.
4799
4800 2003-03-03 Andrew Cagney <cagney@redhat.com>
4801
4802 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
4803 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
4804 predicate. Replace MAX_REGISTER_RAW_SIZE.
4805 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
4806 MAX_REGISTER_VIRTUAL_SIZE.
4807 * regcache.c (legacy_max_register_raw_size): New function.
4808 (legacy_max_register_virtual_size): New function.
4809 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
4810 (MAX_REGISTER_RAW_SIZE): Define.
4811 (legacy_max_register_raw_size): Declare.
4812 (legacy_max_register_virtual_size): Declare.
4813 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4814 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
4815 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4816 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4817 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4818 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
4819 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4820 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4821 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
4822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4823 * vax-tdep.c (vax_gdbarch_init): Update.
4824 * v850-tdep.c (v850_gdbarch_init): Update.
4825 * sparc-tdep.c (sparc_gdbarch_init): Update.
4826 * sh-tdep.c (sh_gdbarch_init): Update.
4827 * s390-tdep.c (s390_gdbarch_init): Update.
4828 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4829 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4830 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4831 * mips-tdep.c (mips_gdbarch_init): Update.
4832 * mcore-tdep.c (mcore_gdbarch_init): Update.
4833 * m68k-tdep.c (m68k_gdbarch_init): Update.
4834 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4835 * ia64-tdep.c (ia64_gdbarch_init): Update.
4836 * i386-tdep.c (i386_gdbarch_init): Update.
4837 * hppa-tdep.c (hppa_gdbarch_init): Update.
4838 * h8300-tdep.c (h8300_gdbarch_init): Update.
4839 * frv-tdep.c (frv_gdbarch_init): Update.
4840 * cris-tdep.c (cris_gdbarch_init): Update.
4841 * avr-tdep.c (avr_gdbarch_init): Update.
4842 * arm-tdep.c (arm_gdbarch_init): Update.
4843 * alpha-tdep.c (alpha_gdbarch_init): Update.
4844 * d10v-tdep.c (d10v_gdbarch_init): Do not set
4845 max_register_raw_size or max_register_virtual_size.
4846
4847 2003-03-03 David Carlton <carlton@math.stanford.edu>
4848
4849 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
4850 SYMBOL_MATCHES_NAME, add comment.
4851 (SYMBOL_MATCHES_NATURAL_NAME): New.
4852 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
4853 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
4854 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
4855 * symtab.c (lookup_partial_symbol): Use
4856 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
4857 unhelpful comment.
4858 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
4859 SYMBOL_MATCHES_NAME.
4860 Fix for PR c++/33.
4861
4862 2003-03-03 David Carlton <carlton@math.stanford.edu>
4863
4864 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
4865 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
4866 by regexp matching against SYMBOL_NATURAL_NAME.
4867
4868 2003-03-03 David Carlton <carlton@math.stanford.edu>
4869
4870 * linespec.c (find_method): Extract code into collect_methods.
4871 (collect_methods): New.
4872
4873 2003-03-02 Mark Kettenis <kettenis@gnu.org>
4874
4875 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
4876 get_frame_base.
4877
4878 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
4879 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4880
4881 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
4882
4883 * arch-utils.c (generic_register_byte): Fix to use the loop index
4884 and not regnum when summing the size of all registers up to regnum.
4885
4886 2003-03-01 Andrew Cagney <cagney@redhat.com>
4887
4888 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
4889 FRAME_INIT_SAVED_REGS.
4890 * gdbarch.h, gdbarch.c: Regenerate.
4891 * stack.c (frame_info): Update.
4892 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
4893 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
4894 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
4895 * ns32k-tdep.c (ns32k_pop_frame): Update.
4896 * mips-tdep.c (mips_pop_frame): Update.
4897 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
4898 * ia64-tdep.c (ia64_frame_chain): Update.
4899 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
4900 (ia64_frameless_function_invocation): Update.
4901 (ia64_init_extra_frame_info): Update.
4902 (ia64_pop_frame_regular): Update.
4903 * frame.h (struct frame_info): Update comment.
4904 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
4905 * frame.c (frame_saved_regs_register_unwind): Update.
4906 (frame_saved_regs_register_unwind): Update.
4907 (deprecated_generic_get_saved_register): Update.
4908 * cris-tdep.c: Update comment.
4909 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
4910 Rename macro.
4911 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4912 * x86-64-tdep.c (x86_64_init_abi): Update.
4913 * vax-tdep.c (vax_gdbarch_init): Update.
4914 * v850-tdep.c (v850_gdbarch_init): Update.
4915 * sparc-tdep.c (sparc_gdbarch_init): Update.
4916 * sh-tdep.c (sh_gdbarch_init): Update.
4917 * s390-tdep.c (s390_gdbarch_init): Update.
4918 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4919 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
4920 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4921 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4922 * mips-tdep.c (mips_gdbarch_init): Update.
4923 * mcore-tdep.c (mcore_gdbarch_init): Update.
4924 * m68k-tdep.c (m68k_gdbarch_init): Update.
4925 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4926 * ia64-tdep.c (ia64_gdbarch_init): Update.
4927 * i386-tdep.c (i386_gdbarch_init): Update.
4928 * frv-tdep.c (frv_gdbarch_init): Update.
4929 * avr-tdep.c (avr_gdbarch_init): Update.
4930 * arm-tdep.c (arm_gdbarch_init): Update.
4931 * alpha-tdep.c (alpha_gdbarch_init): Update.
4932
4933 2003-03-01 Andrew Cagney <cagney@redhat.com>
4934
4935 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
4936 option enum and switch. When no windows, set the interpreter to
4937 INTERP_CONSOLE.
4938
4939 2003-03-01 Andrew Cagney <cagney@redhat.com>
4940
4941 * main.c (captured_main): Replace magic option characters with an
4942 enum.
4943
4944 2003-03-01 Andrew Cagney <cagney@redhat.com>
4945
4946 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
4947 INIT_EXTRA_FRAME_INFO.
4948 * gdbarch.h, gdbarch.c: Regenerate.
4949 * arm-tdep.c: Update comments.
4950 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
4951 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
4952 * frame.h, avr-tdep.c: Ditto.
4953 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
4954 (create_new_frame, legacy_get_prev_frame): Ditto.
4955 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4956 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
4957 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
4958 deprecated_init_extra_frame_info instead of init_extra_frame_info.
4959 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4960 * v850-tdep.c (v850_gdbarch_init): Ditto.
4961 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4962 * sh-tdep.c (sh_gdbarch_init): Ditto.
4963 * s390-tdep.c (s390_gdbarch_init): Ditto.
4964 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
4965 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4966 * mips-tdep.c (mips_gdbarch_init): Ditto.
4967 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4969 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4970 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
4971 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4972 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4973 * frv-tdep.c (frv_gdbarch_init): Ditto.
4974 * cris-tdep.c (cris_gdbarch_init): Ditto.
4975 * avr-tdep.c (avr_gdbarch_init): Ditto.
4976 * arm-tdep.c (arm_gdbarch_init): Ditto.
4977 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4978 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4979
4980 2003-03-01 Andrew Cagney <cagney@redhat.com>
4981
4982 * gdbarch.sh (register_type): New function with predicate.
4983 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
4984 * gdbarch.h, gdbarch.c: Re-generate.
4985 * arch-utils.c (generic_register_byte): Use generic_register_size.
4986 (generic_register_size): When available, use
4987 gdbarch_register_type.
4988 * regcache.c (init_regcache_descr): When available, initialize the
4989 register type array using gdbarch_register_type. If the
4990 architecture supplies gdbarch_register_type, do not use the legacy
4991 regcache layout.
4992 * d10v-tdep.c (d10v_register_type): Replace
4993 d10v_register_virtual_type.
4994 (d10v_gdbarch_init): Set register_type instead of
4995 register_virtual_type.
4996
4997 2003-03-01 Andrew Cagney <cagney@redhat.com>
4998
4999 * Makefile.in (ax-gdb.o): Update dependencies.
5000 * ax-gdb.c: Include "regcache.h".
5001 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
5002 * findvar.c (value_of_register): Ditto.
5003 * infcmd.c (default_print_registers_info): Ditto.
5004
5005 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5006
5007 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
5008 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5009
5010 2003-03-01 Mark Kettenis <kettenis@gnu.org>
5011
5012 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
5013 of STREQ.
5014
5015 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
5016
5017 * Makefile.in (dwarf2loc.o): Update dependencies.
5018 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
5019 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
5020 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
5021 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
5022 (locexpr_tracepoint_var_ref): New function.
5023 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
5024
5025 2003-02-28 Andrew Cagney <cagney@redhat.com>
5026
5027 * regcache.c (register_size): New function.
5028 * regcache.h (register_size): Declare
5029 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
5030 max_register_size instead of MAX_REGISTER_RAW_SIZE.
5031
5032 2003-02-28 David Carlton <carlton@math.stanford.edu>
5033
5034 * linespec.c (decode_compound): Extract code into find_method.
5035 (find_method): New.
5036
5037 2003-02-28 J. Brobecker <brobecker@gnat.com>
5038
5039 * Makefile.in: Add rules to build and link in observer.o.
5040
5041 2003-02-27 J. Brobecker <brobecker@gnat.com>
5042
5043 * observer.c: Minor comments edits.
5044
5045 2003-02-27 J. Brobecker <brobecker@gnat.com>
5046
5047 * observer.h, observer.c: New file.
5048
5049 2003-02-27 Andrew Cagney <cagney@redhat.com>
5050
5051 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
5052
5053 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
5054
5055 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
5056 (M6812_OP_STS_EXT): Likewise.
5057 (m6811_prologue): Use the above to recognize prologue.
5058 (m6812_prologue): Likewise.
5059
5060 2003-02-27 David Carlton <carlton@math.stanford.edu>
5061
5062 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
5063 SYMBOL_PRINT_NAME.
5064 (compare_psymbols): Ditto.
5065 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
5066
5067 2003-02-27 Michael Snyder <msnyder@redhat.com>
5068
5069 * f-lang.c (build_fortran_types): New function.
5070 (_initialize_f_language): Gdbarch-register built-in fortran types.
5071 * doublest.c (extract_floating): Fix warning text.
5072
5073 2003-02-27 Andrew Cagney <cagney@redhat.com>
5074
5075 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
5076 predicate. Replaces PUSH_DUMMY_FRAME.
5077 * gdbarch.h, gdbarch.c: Regnerate.
5078 * valops.c (hand_function_call): Update. Call
5079 generic_push_dummy_frame directly.
5080 * vax-tdep.c (vax_gdbarch_init): Update.
5081 * sparc-tdep.c (sparc_gdbarch_init): Update.
5082 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5083 * m68k-tdep.c (m68k_gdbarch_init): Update.
5084 * hppa-tdep.c (hppa_gdbarch_init): Update.
5085 * alpha-tdep.c (alpha_gdbarch_init): Update.
5086 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5087 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
5088 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
5089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
5090 push_dummy_frame to generic_push_dummy_frame.
5091 * v850-tdep.c (v850_gdbarch_init): Ditto.
5092 * sh-tdep.c (sh_gdbarch_init): Ditto.
5093 * s390-tdep.c (s390_gdbarch_init): Ditto.
5094 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5095 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5096 * mips-tdep.c (mips_gdbarch_init): Ditto.
5097 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5098 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5099 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5100 * i386-tdep.c (i386_gdbarch_init): Ditto.
5101 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5102 * frv-tdep.c (frv_gdbarch_init): Ditto.
5103 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5104 * cris-tdep.c (cris_gdbarch_init): Ditto.
5105 * avr-tdep.c (avr_gdbarch_init): Ditto.
5106 * arm-tdep.c (arm_gdbarch_init): Ditto.
5107
5108 2003-02-26 Kevin Buettner <kevinb@redhat.com>
5109
5110 * mips-tdep.c (show_mips_abi): New function.
5111 (_initialize_mips_tdep): Use show_mips_abi() to implement the
5112 command ``show mips abi''.
5113
5114 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
5115
5116 From Elena Zannoni <ezannoni@redhat.com>
5117 * dbxread.c (process_one_symbol): Only record line 0 if one or
5118 more sline entries have been seen for the function.
5119
5120 2003-02-26 Michael Chastain <mec@shout.net>
5121
5122 * configure: Regenerate with autoconf 000227.
5123
5124 2003-02-26 Michael Chastain <mec@shout.net>
5125
5126 Close PR build/660.
5127 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
5128 for old libc5/glibc.
5129 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
5130
5131 2003-02-26 Kris Warkentin <kewarken@qnx.com>
5132
5133 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
5134 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
5135
5136 2003-02-26 Michael Chastain <mec@shout.net>
5137
5138 * configure.in: New variable HAVE_UINTPTR_T.
5139 * configure, config.in: Regenerated.
5140
5141 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
5142
5143 Fix PR build/1097.
5144 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
5145
5146 2003-02-25 Andrew Cagney <cagney@redhat.com>
5147
5148 * frame.c (get_prev_frame): Add comment on check for
5149 inside_entry_func. Only check for inside_entry_file when not a
5150 dummy and not a sentinel. Check that the new frame is not inner
5151 to the old frame.
5152
5153 2003-02-25 Andrew Cagney <cagney@redhat.com>
5154
5155 * frame.c (frame_debug): New variable.
5156 (_initialize_frame): Add "set/show debug frame" command.
5157 (get_prev_frame): When frame_debug, print reason why unwind
5158 failed.
5159
5160 2003-02-25 Michael Chastain <mec@shout.net>
5161
5162 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
5163 to avoid uintptr_t definition problems.
5164
5165 2003-02-25 David Carlton <carlton@math.stanford.edu>
5166
5167 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
5168 (SYMBOL_LINKAGE_NAME): Ditto.
5169 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
5170 SYMBOL_LINKAGE_NAME.
5171 (struct general_symbol_info): Expand comment.
5172 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
5173 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
5174 (SYMBOL_MATCHES_REGEXP): Ditto.
5175 * symtab.c (symbol_natural_name): New function.
5176 * objfiles.h: Replace all uses of SYMBOL_NAME by
5177 DEPRECATED_SYMBOL_NAME.
5178 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
5179 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
5180 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
5181 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
5182 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
5183 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
5184 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
5185 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
5186 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
5187 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
5188 * ada-exp.y: Ditto.
5189 * ada-exp.y: Update copyright.
5190 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
5191 * cp-valprint.c: Ditto.
5192
5193 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
5194
5195 * infptrace.c (detach): Do not flag error if ptrace detach fails
5196 and errno is set to ESRCH.
5197
5198 2003-02-24 Andrew Cagney <cagney@redhat.com>
5199
5200 * infptrace.c (udot_info): Change type of udot_off to long. Use
5201 paddr when printing udot_off's value.
5202
5203 2003-02-24 David Carlton <carlton@math.stanford.edu>
5204
5205 * symtab.c (make_symbol_overload_list): Only read in partial
5206 symtabs containing a matching partial symbol.
5207
5208 2003-02-24 David Carlton <carlton@math.stanford.edu>
5209
5210 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
5211 do the comparison, not strcmp.
5212 * symfile.c (compare_psymbols): Ditto.
5213 * defs.h: Declare strcmp_iw_ordered.
5214 * utils.c (strcmp_iw_ordered): New function.
5215
5216 2003-02-24 Jim Blandy <jimb@redhat.com>
5217
5218 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
5219 support, shared libs): Remove my name from here, to better reflect
5220 reality.
5221
5222 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5223
5224 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
5225 (target_ops): Add to_have_continuable_watchpoint.
5226 * target.c (update_current_target): Add INHERIT line for
5227 to_have_continuable_watchpoint.
5228 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
5229 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
5230 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
5231 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
5232
5233 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
5234
5235 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
5236 maintainership.
5237
5238 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5239
5240 * solib.c (solib_open): Call target defined search function after
5241 failing with solib-search-path.
5242 * solist.h (target_so_ops): Add find_and_open_solib function hook and
5243 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
5244
5245 2003-02-24 Kris Warkentin <kewarken@qnx.com>
5246
5247 * MAINTAINERS: Add myself to Write After section.
5248
5249 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
5250
5251 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
5252
5253 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
5254
5255 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
5256 (m68hc11_add_reggroups): New function.
5257 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
5258 (m68hc11_gdbarch_init): Install the reggroups.
5259 (_initialize_m68hc11_tdep): Initialize them.
5260
5261 2003-02-21 James E Wilson <wilson@tuliptree.org>
5262
5263 * MAINTAINERS: Update my email address.
5264
5265 2003-02-21 David Carlton <carlton@math.stanford.edu>
5266
5267 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
5268
5269 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
5270
5271 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
5272 * symtab.h: Add opaque declarations of struct axs_value and
5273 struct agent_expr.
5274 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
5275 (struct location_funcs): New type.
5276 (struct symbol): Add "loc" to aux_value.
5277 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
5278 * dwarf2read.c: Include "dwarf2expr.h".
5279 (dwarf2_symbol_mark_computed): New function.
5280 (read_func_scope): Use it.
5281 (var_decode_location): New function.
5282 (new_symbol): Use it.
5283 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
5284
5285 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
5286 (dwarf2expr_h, dwarf2loc_h): New variables.
5287 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
5288 (dwarf2expr.o, dwarf2loc.o): New rules.
5289 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
5290 * buildsym.c (finish_block): Handle LOC_COMPUTED and
5291 LOC_COMPUTED_ARG.
5292 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
5293 * m2-exp.y (yylex): Likewise.
5294 * printcmd.c (address_info, print_frame_args): Likewise.
5295 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
5296 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
5297 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
5298 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
5299 * symtab.c (lookup_block_symbol): Likewise.
5300
5301 2003-02-20 Adam Fedor <fedor@gnu.org>
5302
5303 * symtab.h: Remove objc_specific struct
5304 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
5305 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
5306 Have language_objc use cplus_specific struct.
5307
5308 2003-02-20 Tom Tromey <tromey@redhat.com>
5309
5310 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
5311 TYPE_NAME, when printing a String value. PR java/1075.
5312
5313 2003-02-20 Adam Fedor <fedor@gnu.org>
5314
5315 * objc-lang.h (find_methods): Remove declaration.
5316 * objc-lang.c (find_methods): Make static.
5317
5318 2003-02-20 Christopher Faylor <cgf@redhat.com>
5319
5320 * win32-nat.c (get_image_name): Check return value from
5321 ReadProcessMemory.
5322 (child_xfer_memory): Ditto.
5323
5324 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
5325
5326 * configure.in (TARGET_SYSTEM_ROOT): Set default to
5327 ${exec_prefix}/${target_alias}/sys-root. Match explicit
5328 '${exec_prefix}' (in addition to the expansion thereof) as
5329 relocatable.
5330 * configure: Rebuilt.
5331
5332 2003-02-20 David Carlton <carlton@math.stanford.edu>
5333
5334 * symtab.c (search_symbols): Revert the search_symbols part of my
5335 2002-12-23 patch. Add comment.
5336
5337 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5338
5339 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
5340 * dbxread.c (elfstab_build_psymtabs): Don't call
5341 install_minimal_symbols.
5342 (stabsect_build_psymtabs): Likewise.
5343 * elfread.c (elf_symfile_read): Call install_minimal_symbols
5344 earlier.
5345 * somread.c (som_symfile_read): Call install_minimal_symbols
5346 and do_cleanups earlier.
5347 * nlmread.c (nlm_symfile_read): Likewise.
5348 * mdebugread.c (elfmdebug_build_psymtabs): Call
5349 install_minimal_symbols and make appropriate cleanups.
5350
5351 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5352
5353 * solib.c (reload_shared_libraries): New function.
5354 (_initialize_solib): Add callbacks for ``set solib-search-path''
5355 and ``set solib-absolute-prefix''.
5356
5357 2003-02-20 David Carlton <carlton@math.stanford.edu>
5358
5359 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
5360 expand comment.
5361 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
5362 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
5363 * ada-typeprint.c (ada_typedef_print): Ditto.
5364 * ax-gdb.c (gen_var_ref): Ditto.
5365 * breakpoint.c (print_one_breakpoint): Ditto.
5366 * buildsym.c (finish_block): Ditto.
5367 * c-valprint.c (c_val_print): Ditto.
5368 * expprint.c (print_subexp): Ditto.
5369 * findvar.c (locate_var_value): Ditto.
5370 * infcmd.c (jump_command): Ditto.
5371 * linespec.c (decode_line_2, decode_compound): Ditto.
5372 * maint.c (maintenance_translate_address): Ditto.
5373 * objc-lang.c (compare_selectors, compare_classes): Ditto.
5374 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
5375 Ditto.
5376 * p-valprint.c (pascal_val_print): Ditto.
5377 * stabsread.c (define_symbol): Ditto.
5378 * stack.c (print_frame, frame_info, print_block_frame_locals)
5379 (print_frame_arg_vars, return_command): Ditto.
5380 * symfile.c (compare_symbols, compare_psymbols): Ditto.
5381 * symmisc.c (print_symbol): Ditto.
5382 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
5383 (compare_search_syms, print_symbol_info, print_msymbol_info)
5384 (rbreak_command): Ditto.
5385 * tracepoint.c (tracepoints_info): Ditto.
5386 * typeprint.c (typedef_print): Ditto.
5387 * valops.c (value_of_variable, hand_function_call): Ditto.
5388 * cli/cli-cmds.c (edit_command, list_command): Ditto.
5389 * ada-typeprint.c: Update Copyright.
5390 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
5391 * tracepoint.c, cli/cli-cmds.c: Ditto.
5392
5393 2003-02-20 Kevin Buettner <kevinb@redhat.com>
5394
5395 * frame.c (generic_unwind_get_saved_register): Make non-static.
5396 * frame.h (generic_unwind_get_saved_register): Declare.
5397 * mips-tdep.c (read_next_frame_reg): Fetch register from
5398 current regcache when frame is NULL.
5399 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
5400 that must be NULL.
5401 (mips_get_saved_register): Call generic_unwind_get_saved_register()
5402 instead of frame_register_unwind().
5403
5404 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5405
5406 * remote-sim.c (gdbsim_insert_breakpoint)
5407 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
5408 code.
5409
5410 2003-02-20 Andrew Cagney <ac131313@redhat.com>
5411
5412 * remote.c (_initialize_remote): Add commands "set/show remote
5413 hardware-watchpoint-limit" and "set/show remote
5414 hardware-breakpoint-limit".
5415 (remote_hw_watchpoint_limit): Initialize to -1.
5416 (remote_hw_breakpoint_limit): Ditto.
5417 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
5418
5419 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
5420
5421 * coff-pe-read.c: New file - support reading of minimal symbols from a
5422 portable executable using the export table.
5423 * coff-pe-read.h: New file.
5424 * coffread.c: Include coff-pe-read.h.
5425 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
5426 debugging symbols found.
5427 * Makefile.in (SFILES): Add coff-pe-read.o.
5428 (coff_pe_read_h): Define.
5429 (COMMON_OBS): Add coff-pe-read.o.
5430 (coffread.o): Add coff_pe_read_h dependency.
5431 (coff-pe-read.o): New target.
5432
5433 2003-02-19 David Carlton <carlton@math.stanford.edu>
5434
5435 * Makefile.in (SFILES): Add block.c.
5436 (block_h): New.
5437 (COMMON_OBS): Add block.o.
5438 (block.o): New.
5439 (x86-64-tdep.o): Add $(block_h).
5440 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
5441 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
5442 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
5443 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
5444 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
5445 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
5446 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
5447 * value.h: Add opaque declaration for struct block.
5448 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
5449 * ada-lang.h: Ditto.
5450 * x86-64-tdep.c: #include "block.h"
5451 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
5452 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
5453 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
5454 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
5455 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
5456 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
5457 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
5458 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
5459 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
5460 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
5461 * symtab.c (block_function): Ditto.
5462 (contained_in): Ditto.
5463 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
5464 block.h. Add opaque declaration for struct block.
5465 * symtab.h: Move block_function and contained_in declarations to
5466 block.h. Add opaque declarations for struct block, struct
5467 blockvector.
5468 (struct block): Move to block.h.
5469 (struct blockvector): Ditto.
5470 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
5471 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
5472 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
5473 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
5474 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
5475 Ditto.
5476 * block.c: New file.
5477 * block.h: New file.
5478
5479 2003-02-19 Theodore A. Roth <troth@openavr.org>
5480
5481 * avr-tdep.c (avr_extract_return_value): Remove function.
5482 (avr_store_return_value): Remove function.
5483 (avr_extract_struct_value_address): Remove function.
5484 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
5485
5486 2003-02-19 Andrew Cagney <ac131313@redhat.com>
5487
5488 * rs6000-tdep.c: Include "gdb_assert.h".
5489 (registers_e500): Add "acc" and "spefscr".
5490 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
5491 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
5492 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
5493 really is "r0".
5494 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
5495
5496 2003-02-18 Keith Seitz <keiths@redhat.com>
5497
5498 * Makefile.in: Add gdbtk-interps.c.
5499
5500 2003-02-18 Kevin Buettner <kevinb@redhat.com>
5501
5502 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
5503 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
5504
5505 2003-02-18 Andrew Cagney <cagney@redhat.com>
5506
5507 * symtab.h (struct objfile): Add opaque declaration.
5508
5509 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
5510
5511 From Jim Ingham <jingham@apple.com>:
5512 * dbxread.c (process_one_symbol): Use last_function_start rather
5513 than function_start_offset to find the real beginning of the
5514 current function. The latter is just the text section offset on
5515 some systems, the former is always the real function start.
5516
5517 2003-02-17 Andrew Cagney <cagney@redhat.com>
5518
5519 * configure.in: Revert ${target} != ${host}.
5520
5521 2003-02-17 Andrew Cagney <ac131313@redhat.com>
5522
5523 * configure.in (Makefile): Use the test ${target} != ${host},
5524 instead of the absence of the "nm.h" file, to determine of the
5525 configuration non-native.
5526 * configure: Regenerate.
5527
5528 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
5529
5530 From Brian Ford <ford@vss.fsi.com>
5531
5532 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
5533 conditionalize tui_active test.
5534 (lookup_cmd_1): Ditto.
5535
5536 2003-02-14 Mark Kettenis <kettenis@gnu.org>
5537
5538 * configure.in: Add check for _etext.
5539 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
5540 available.
5541 * config.in, configure: regenerated.
5542
5543 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
5544
5545 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
5546
5547 2003-02-14 Andrew Cagney <ac131313@redhat.com>
5548
5549 * main.c (tui_version): Delete variable.
5550 (captured_main): When --tui, set interpreter_p to "tui" instead of
5551 enabling tui_version.
5552 * printcmd.c (display_command) [TUI]: Test tui_active instead of
5553 tui_version.
5554 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
5555 * cli/cli-cmds.c (disassemble_command): Ditto.
5556 * defs.h (tui_version): Delete declaration.
5557 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
5558 (tui-interp.o): Add rules.
5559 (SUBDIR_TUI_OBS): Add "tui-interp.o".
5560
5561 2003-02-14 Christopher Faylor <cgf@redhat.com>
5562
5563 * win32-nat.c (register_loaded_dll): Correctly set address range for
5564 just-loaded dll.
5565
5566 2003-02-12 Jason Molenda (jmolenda@apple.com)
5567
5568 * symmisc.c (print_objfile_statistics): Include information about
5569 the number of psymtabs and symtabs in each object file.
5570
5571 2003-02-13 Keith R Seitz <keiths@redhat.com>
5572
5573 * main.h (struct captured_main_args): Add interpreter_p.
5574 * main.c (captured_main): Initialize interpreter_p from context.
5575 * gdb.c (main): Set interpreter_p argument.
5576 * Makefile.in (gdb.o): Add dependency for interps.h.
5577
5578 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5579
5580 * event-top.c (cli_command_loop): Delete declaration.
5581 (_initialize_event_loop): Delete function setting event_loop_hook.
5582 * event-top.h (cli_command_loop): Declare. Update copyright.
5583 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
5584 * interps.c (current_interp_command_loop): When event_loop_p, call
5585 cli_command_loop.
5586
5587 2003-02-12 Andrew Cagney <ac131313@redhat.com>
5588
5589 * interps.h (interp_command_loop_ftype): Change return type to
5590 void.
5591
5592 2003-02-12 Michal Ludvig <mludvig@suse.cz>
5593
5594 * x86-64-tdep.c (x86_64_extract_return_value)
5595 (x86_64_store_return_value): Use regcache instead of regbuf.
5596 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
5597 * x86-64-linux-nat.c (fill_gregset): Use regcache.
5598
5599 2003-02-11 Andrew Cagney <ac131313@redhat.com>
5600
5601 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
5602 * aclocal.m4: Regenerate.
5603 * configure: Regenerate.
5604
5605 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
5606 TCL_LD_SEARCH_FLAGS.
5607
5608 2003-02-10 Michal Ludvig <mludvig@suse.cz>
5609
5610 * dwarf2cfi.c: Reindented.
5611
5612 2003-02-09 Andrew Cagney <ac131313@redhat.com>
5613
5614 * interps.c (clear_interpreter_hooks): Convert function definition
5615 to ISO C.
5616
5617 2003-02-07 David Carlton <carlton@math.stanford.edu>
5618
5619 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
5620
5621 2003-02-07 Kevin Buettner <kevinb@redhat.com>
5622
5623 * gdbtypes.h (struct main_type): Move ``length'' field from here...
5624 (struct type): ...to here.
5625 (TYPE_LENGTH): Adjust to reflect different location of ``length''
5626 field.
5627 * gdbtypes.c (make_qualified_type): Set length on newly created type.
5628 (replace_type): Set length on all type variants for a given type.
5629
5630 2003-02-07 Andrew Cagney <ac131313@redhat.com>
5631
5632 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
5633 <sys/stat.h>.
5634 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
5635
5636 2003-02-06 Andrew Cagney <ac131313@redhat.com>
5637
5638 * Makefile.in (symm-nat.o): Update dependencies.
5639 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
5640 (lynx-nat.o, ia64-linux-nat.): Ditto.
5641 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
5642 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
5643 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
5644
5645 * Makefile.in (inflow_h): Define.
5646 (procfs.o, inflow.o, procfs.o): Update dependencies.
5647 * inftarg.c (child_stop): Delete extern declaration of
5648 inferior_process_group. Include "inflow.h".
5649 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
5650 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
5651 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
5652 (our_process_group, inferior_process_group): Extern declarations.
5653
5654 * procfs.c: Include "gdb_assert.h".
5655
5656 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5657 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
5658 * jv-typeprint.c (java_type_print_base): Ditto.
5659 * typeprint.c (typedef_print): Eliminate STREQ.
5660 * cli/cli-script.c (define_command, define_command): Ditto.
5661 * main.c (captured_main): Ditto.
5662 * values.c (lookup_internalvar): Ditto.
5663 * utils.c (safe_strerror, parse_escape): Eliminate assignment
5664 within `if' conditional.
5665 * linespec.c (decode_line_2): Ditto.
5666 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
5667 (bfd_openw_with_cleanup): Ditto.
5668
5669 2003-02-07 Mark Kettenis <kettenis@gnu.org>
5670
5671 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
5672 legacy_extract_return_value and store_return_value to
5673 legacy_return_value.
5674
5675 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
5676
5677 * win32-nat.c (get_relocated_section_addrs): New function. Find
5678 section load addresses for symbol handling in relocated DLLs.
5679 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
5680
5681 2003-02-05 Fred Fish <fnf@intrinsity.com>
5682
5683 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
5684 '=' and '!='.
5685 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
5686 with '&' and '=='.
5687 (angel_RDI_info): Ditto.
5688 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
5689 with '&' and '!='.
5690 (threads_continue_all_with_signals): Ditto.
5691
5692 2003-02-05 Jim Ingham <jingham@apple.com>
5693 Keith Seitz <keiths@redhat.com>
5694 Elena Zannoni <ezannoni@redhat.com>
5695 Andrew Cagney <ac131313@redhat.com>
5696
5697 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
5698 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
5699 (SUBDIR_MI_OBS): Add "mi-interp.o".
5700 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
5701 (SFILES): Add "interps.c".
5702 (COMMON_OBS): Add "interps.o".
5703 (interps_h, mi_main_h): Define.
5704 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
5705 (mi-main.o, main.o, event-top.o): Update dependencies.
5706 * cli/cli-interp.c: New file.
5707 * interps.h, interps.c: New files.
5708 * top.c: (gdb_init): Don't install the default interpreter, handed
5709 by captured_main.
5710 * main.c: Include "interps.h".
5711 (interpreter_p): Note that it should malloc'ed.
5712 (captured_command_loop): Call current_interp_command_loop.
5713 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
5714 xfree and xstrdup when updating interpreter_p. Install the
5715 default interpreter. Add hack to stop mi1's copyright notice
5716 being encoded.
5717 * event-top.h (gdb_setup_readline): Declare.
5718 (gdb_disable_readline): Declare.
5719 * event-top.c: Include "interps.h".
5720 (display_gdb_prompt): Call current_interp_display_prompt_p.
5721 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
5722 gdb_stdlog, and gdb_stdtarg.
5723 (_initialize_event_loop): Don't call gdb_setup_readline.
5724 * cli-out.c (cli_out_set_stream): New function.
5725 * cli-out.h (cli_out_set_stream): Declare.
5726
5727 2003-02-06 Mark Kettenis <kettenis@gnu.org>
5728
5729 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
5730 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
5731 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
5732 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
5733 config/i386/i386v42mp.mt: Removed.
5734
5735 2003-02-05 Mark Kettenis <kettenis@gnu.org>
5736
5737 * configure.tgt (*-*-solaris*): Set gdb_osabi to
5738 GDB_OSABI_SOLARIS.
5739
5740 2003-02-05 Michael Chastain <mec@shout.net>
5741
5742 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
5743 2.12.1 and earlier versions.
5744
5745 2003-02-05 Andrew Cagney <ac131313@redhat.com>
5746
5747 Remove orphaned hosts, targets and files.
5748 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
5749 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
5750 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
5751 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
5752 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
5753 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
5754 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
5755 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
5756 * config/sparc/tm-sp64sim.h: Delete.
5757 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
5758 hosts.
5759 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
5760 mips*-dec-mach3* targets.
5761
5762 2003-02-04 Michael Chastain <mec@shout.net>
5763
5764 * NEWS: Fix typo: sepcifying -> specifying.
5765
5766 2003-02-04 Michael Chastain <mec@shout.net>
5767
5768 * dwarfread.c: Add documentation on the state of dwarf-1,
5769 looking towards obsoletion.
5770
5771 2003-02-03 Michael Chastain <mec@shout.net>
5772
5773 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
5774 gdb/testsuite/gdb.c++/pr-1023.exp.
5775
5776 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5777
5778 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
5779 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
5780
5781 * utils.c (init_page_info): Delete reference to MPW in comments.
5782 * main.c (captured_main): Delete #ifdef MPW.
5783
5784 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5785
5786 * NEWS: Note that the m32r-*-elf* is obsolete.
5787 * monitor.c (monitor_expect): Obsolete reference to m32r.
5788 * configure.tgt: Mark m32r-*-elf* as obsolete.
5789 * MAINTAINERS: Mark m32k as obsolete.
5790 * m32r-rom.c: Obsolete file.
5791 * config/m32r/m32r.mt: Obsolete file.
5792 * config/m32r/tm-m32r.h: Obsolete file.
5793 * m32r-stub.c: Obsolete file.
5794 * m32r-tdep.c: Obsolete file.
5795
5796 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5797
5798 * NEWS: Mention that the z8k-zilog-none is obsolete.
5799 * MAINTAINERS: Mark z8k as obsolete.
5800 * configure.tgt: Obsolete the z8k-*-coff* target.
5801 * config/z8k/z8k.mt: Obsolete file.
5802 * config/z8k/tm-z8k.h: Obsolete file.
5803 * z8k-tdep.c: Obsolete file.
5804
5805 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5806
5807 * NEWS: Mention that the mn10200-elf is obsolete.
5808 * configure.tgt: Obsolete mn10200-*-* target.
5809 * breakpoint.c (update_breakpoints_after_exec): Update comment to
5810 mention that the mn10200 is obsolete.
5811 * breakpoint.h: Ditto.
5812 * MAINTAINERS: Mark the mn10200-elf as obsolete.
5813 * config/mn10200/mn10200.mt: Obsolete file.
5814 * config/mn10200/tm-mn10200.h: Obsolete file.
5815 * mn10200-tdep.c: Obsolete file.
5816
5817 2003-02-04 Andrew Cagney <ac131313@redhat.com>
5818
5819 * MAINTAINERS: Mark h8500 as obsolete.
5820 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
5821 * findvar.c (value_from_register): Ditto.
5822 * h8500-tdep.c: Mark file as obsolete.
5823 * config/h8500/h8500.mt: Ditto.
5824 * config/h8500/tm-h8500.h: Ditto.
5825 * NEWS: Mention that h8500 is obsolete.
5826
5827 2003-02-04 David Carlton <carlton@math.stanford.edu>
5828
5829 * objfiles.c (allocate_objfile): Always set name. Add comment at
5830 start of function.
5831 * jv-lang.c (get_dynamics_objfile): Add comment.
5832
5833 2003-02-04 David Carlton <carlton@math.stanford.edu>
5834
5835 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
5836 * printcmd.c (build_address_symbolic): Replace uses of
5837 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
5838 SYMBOL_NAME, and asm_demangle.
5839 Update copyright.
5840
5841 2003-02-04 David Carlton <carlton@math.stanford.edu>
5842
5843 * linespec.c (decode_compound): Extract code into
5844 lookup_prefix_sym.
5845 (lookup_prefix_sym): New function.
5846
5847 2003-02-04 David Carlton <carlton@math.stanford.edu>
5848
5849 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
5850 FLOAT_COERCION_BADNESS.
5851 * gdbtypes.c (rank_one_type): Replace all uses of
5852 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
5853
5854 2003-02-04 Jim Blandy <jimb@redhat.com>
5855
5856 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
5857 section, let dwarf_macinfo_section point to it, not
5858 dwarf_loc_section.
5859
5860 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
5861
5862 Pointed out by Anton Blanchard <anton@samba.org>.
5863 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
5864 (ppc_linux_at_sigtramp_return_path): Use it.
5865
5866 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
5867
5868 * defs.h (streq): Add prototype.
5869 * utils.c (streq): New function.
5870
5871 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
5872 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
5873 * mdebugread.c (new_symbol): Likewise.
5874 * stabsread.c (define_symbol): Likewise.
5875 * coffread.c (process_coff_symbol): Likewise.
5876 * dwarfread.c (new_symbol): Likewise.
5877
5878 * minsyms.c (prim_record_minimal_symbol_and_info): Use
5879 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
5880 here.
5881 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
5882 SYMBOL_INIT_DEMANGLED_NAME.
5883 * objfiles.c: Include "hashtab.h".
5884 (allocate_objfile): Call htab_set_functions_ex for the
5885 demangled_names_hash.
5886 (free_objfile): Call htab_delete for the demangled_names_hash.
5887 * objfiles.h (struct htab): Add declaration.
5888 (struct objfile): Add demangled_names_hash.
5889 * symfile.c: Include "hashtab.h".
5890 (reread_symbols): Call htab_delete for the demangled_names_hash.
5891 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
5892 SYMBOL_NAME in the bcache.
5893 * symtab.c: Include "hashtab.h". Update comments.
5894 (create_demangled_names_hash, symbol_set_names): New functions.
5895 (symbol_find_demangled_name): New function, broken out from
5896 symbol_init_demangled_names.
5897 (symbol_init_demangled_names): Use it.
5898 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
5899 (SYMBOL_SET_NAMES): New macro.
5900 (symbol_set_names): Add prototype.
5901
5902 2003-02-03 Jim Blandy <jimb@redhat.com>
5903
5904 Use a single, consistent representation for an empty minimal
5905 symbol table in an objfile.
5906 * objfiles.c (terminate_minimal_symbol_table): New function.
5907 (allocate_objfile): Call it.
5908 * objfiles.h (terminate_minimal_symbol_table): New declaration.
5909 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
5910 non-NULL.
5911 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
5912 objfile has minimal symbols, compare minimal_symbol_count to zero,
5913 instead of comparing msymbols with NULL.
5914 * objfiles.c (have_minimal_symbols): Same.
5915 * solib-sunos.c (solib_add_common_symbols): Call
5916 terminate_minimal_symbol_table.
5917 * symfile.c (reread_symbols): Same.
5918
5919 2003-02-03 Kevin Buettner <kevinb@redhat.com>
5920
5921 * s390-tdep.c (s390_address_class_type_flags)
5922 (s390_address_class_type_flags_to_name)
5923 (s390_address_class_name_to_type_flags): New functions.
5924 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
5925 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
5926
5927 2003-02-03 Michael Snyder <msnyder@redhat.com>
5928
5929 * arm-tdep.c: Fix spell-o in comment.
5930
5931 2003-02-03 Michal Ludvig <mludvig@suse.cz>
5932
5933 * dwarf2cfi.c (pointer_encoding): Added new parameter.
5934 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
5935 error messages to contain BFD filename.
5936
5937 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
5938
5939 Fix PR gdb/742 gdb/743 gdb/877
5940 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
5941 (do_mixed_source_and_assembly): Use
5942 make_cleanup_ui_out_tuple_begin_end and
5943 make_cleanup_ui_out_tuple_begin_end.
5944 (do_mixed_source_and_assembly): Ditto.
5945 * thread.c (do_captured_list_thread_ids): Ditto.
5946 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
5947 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
5948 ui_out_tuple_end): Delete prototypes.
5949 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
5950 ui_out_list_end, ui_out_tuple_end): Delete.
5951
5952 From Kevin Buettner <kevinb@redhat.com>:
5953 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
5954 * ui-out.c (make_cleanup_ui_out_table_begin_end)
5955 (do_cleanup_table_end): New functions.
5956 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
5957 Use cleanups to invoke_ui_out_tuple_end().
5958 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
5959 * cli/cli-setshow.c (cmd_show_list): Use
5960 make_cleanup_ui_out_tuple_begin_end.
5961
5962 2003-02-02 Andrew Cagney <ac131313@redhat.com>
5963
5964 * frame.c (frame_unwind_register): New function.
5965 (frame_unwind_unsigned_register): Use.
5966 (frame_unwind_signed_register): Use.
5967 (frame_read_register): New function.
5968 * frame.h (frame_unwind_register): Declare.
5969 (frame_read_register): Declare.
5970
5971 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
5972 and frame_unwind_register instead of read_memory, write_register
5973 and deprecated_write_register_bytes.
5974
5975 2003-02-02 Andrew Cagney <ac131313@redhat.com>
5976
5977 * frame.h: Note that namelen can be negative.
5978 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
5979 NAME's length.
5980
5981 * NEWS: Mention that the d10v's `regs' command is deprecated.
5982 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
5983 (d10v_print_registers_info): New function.
5984 (show_regs): Call d10v_print_registers_info.
5985 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
5986
5987 2003-02-02 Mark Kettenis <kettenis@gnu.org>
5988
5989 * stack.c (print_frame_info): Restore call to annotate_frame_begin
5990 lost in the previous patch.
5991
5992 2003-02-01 Andrew Cagney <ac131313@redhat.com>
5993
5994 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
5995 * stack.c (print_frame_info_base): Output complete FRAME tuple
5996 for synthesized frames.
5997
5998 2003-02-02 Andrew Cagney <ac131313@redhat.com>
5999
6000 * mips-nat.c (zerobuf): Delete.
6001 (fetch_inferior_registers): Alloc local zerobuf.
6002 (fetch_core_registers): Alloc local zerobuf.
6003 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
6004 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
6005 * thread-db.c (thread_db_store_registers): Ditto.
6006 * sh-tdep.c (sh_do_register): Ditto.
6007 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
6008 * remote-sim.c (gdbsim_store_register): Ditto.
6009 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
6010 * remote-e7000.c (fetch_regs_from_dump): Ditto.
6011 * monitor.c (monitor_supply_register): Ditto.
6012 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
6013 * mips-nat.c (fetch_inferior_registers): Ditto.
6014 * m68klinux-nat.c (fetch_register): Ditto.
6015 * lynx-nat.c (fetch_inferior_registers): Ditto.
6016 (fetch_inferior_registers): Ditto.
6017 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
6018 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
6019 (hpux_thread_store_registers): Ditto.
6020 * hppah-nat.c (fetch_register): Ditto.
6021 * hppab-nat.c (fetch_register): Ditto.
6022 * hppa-tdep.c (pa_register_look_aside): Ditto.
6023 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
6024 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
6025
6026 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6027
6028 * gdbarch.sh: Explictly specify all method levels. When a
6029 variable with an empty level, provide a non-multi-arch default.
6030 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
6031 * gdbarch.h: Re-generate.
6032 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
6033 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
6034
6035 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6036
6037 * defs.h (host_pointer_to_address): Delete declaration.
6038 (address_to_host_pointer): Delete declaration.
6039 * utils.c (host_pointer_to_address): Delete function.
6040 (address_to_host_pointer): Delete function.
6041 * procfs.c (procfs_address_to_host_pointer): New function.
6042 * procfs.c (proc_set_watchpoint): Use.
6043 (procfs_can_use_hw_breakpoint): Update comments.
6044 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
6045 (som_solib_add): Use.
6046 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
6047 * hppa-tdep.c (unwind_command): Use.
6048
6049 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6050
6051 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
6052 strlen d_name.
6053
6054 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
6055 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
6056 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
6057 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
6058 (define_symbol): Update.
6059 * symfile.c (generic_load): Remove references to nindy.
6060 * symtab.c: Remove references to nindy.
6061
6062 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6063
6064 * infcmd.c (print_float_info): Delete code conditional on
6065 FLOAT_INFO.
6066 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
6067 * config/m68k/nm-apollo68b.h: Ditto.
6068 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
6069 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
6070 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
6071
6072 2003-02-01 Mark Kettenis <kettenis@gnu.org>
6073
6074 * config/i386/tm-i386os9k.h: Removed.
6075
6076 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
6077 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
6078 they're identical to i[3456]86-*-sysv* now.
6079 * config/i386/i386v32.mh: Removed.
6080 * config/i386/xm-i386v32.h: Removed.
6081 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
6082
6083 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
6084
6085 * config/i386/i386dgux.mh: Removed.
6086 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
6087
6088 * configure.in: Fix typo.
6089 * configure: Regenerated.
6090
6091 2003-01-31 David Carlton <carlton@math.stanford.edu>
6092
6093 * dwarf2read.c (dwarf2_locate_sections): Set
6094 dwarf_ranges_section.
6095
6096 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6097
6098 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
6099 * utils.c: Update comments documenting legitimate uses of PTR.
6100
6101 * utils.c: Re-indent.
6102
6103 * config/djgpp/fnchange.lst: Delete nindy files.
6104 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
6105 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
6106 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
6107 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
6108 * nindy-share/README, nindy-share/Onindy.c: Delete files.
6109 * nindy-tdep.c, nindy-share/Makefile: Delete files.
6110 * Makefile.in (init.c): Remove nindy references.
6111 (saber_gdb): Delete rule.
6112 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
6113 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
6114 and a68v-nat.c.
6115 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
6116 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
6117 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
6118 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
6119 nindy-share/stop.h.
6120 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
6121 * saber.suppress: Delete file.
6122
6123 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
6124
6125 * dbxread.c (stabs_data): New static variable.
6126 (fill_symbuf): Support an in-memory buffer for stabs data.
6127 (stabs_seek): New function.
6128 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
6129 (read_ofile_symtab): Use stabs_seek.
6130 (elfstab_build_psymtabs): Take an asection* instead of
6131 an offset and size. Relocate the stabs data if necessary.
6132 Save the section* for dbx_psymtab_to_symtab.
6133 * dwarf2read.c: Add section variables for each debug section.
6134 (dwarf2_locate_sections): Fill them in.
6135 (dwarf2_read_section): Take an asection* argument.
6136 Relocate the section contents if necessary.
6137 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
6138 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
6139 it to dwarf2_read_section.
6140 (dwarf2_build_frame_info): Update callers.
6141 * elfread.c (elf_symfile_read): Update call to
6142 elfstab_build_psymtabs.
6143 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
6144 (DBX_STAB_SECTION): New macro.
6145 * stabsread.h (elfstab_build_psymtabs): Update prototype.
6146 * symfile.c (symfile_dummy_outputs): New function.
6147 (symfile_relocate_debug_section): New function.
6148 * symfile.h (symfile_relocate_debug_section): Add prototype.
6149
6150 2003-01-31 Richard Henderson <rth@redhat.com>
6151
6152 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
6153 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
6154 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
6155 * alpha-tdep.c (alpha_register_name): Add "unique".
6156 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
6157 (ALPHA_UNIQUE_REGNUM): New.
6158 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
6159
6160 2003-01-31 Andrew Cagney <ac131313@redhat.com>
6161
6162 * README: Remove reference to Ericsson 1800 monitor.
6163 * Makefile.in (remote-es.o): Delete rule.
6164 (ALLDEPFILES): Delete remote-es.c.
6165 * remote-es.c: Delete file.
6166 * config/m68k/es1800.mt: Delete file.
6167 * config/djgpp/fnchange.lst: Update.
6168 * configure.tgt: Delete m68*-ericsson-* target.
6169
6170 2003-01-31 Adam Fedor <fedor@gnu.org>
6171
6172 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
6173 Remove duplicate/shadowing variable of same name.
6174
6175 2003-01-30 Jim Blandy <jimb@redhat.com>
6176
6177 * symfile.c (find_separate_debug_file): Assert that the objfile's
6178 directory name we compute ends with a slash, and then assume that
6179 that's so everywhere we use it.
6180
6181 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
6182
6183 * valops.c (value_assign): Flush frame cache after stores to memory
6184 also.
6185
6186 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6187
6188 * Makefile.in (mon960-rom.o): Delete rule.
6189 * mon960-rom.c: Delete file.
6190
6191 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6192
6193 * d10v-tdep.c: Include "frame-unwind.h".
6194 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
6195 list.
6196 (next_addr, uses_frame): Delete.
6197 (struct d10v_unwind_cache): Define.
6198 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
6199 Use info instead of next_addr and uses_frame globals.
6200 (d10v_frame_init_saved_regs): Delete function.
6201 (d10v_init_extra_frame_info): Delete function.
6202 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
6203 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
6204 init_frame_pc or frame_saved_pc.
6205 (d10v_pop_frame): Delete function.
6206 (do_d10v_pop_frame): Delete function.
6207 (d10v_frame_chain): Delete function.
6208 (d10v_frame_chain_valid): Delete function.
6209 (d10v_frame_pc_unwind): New function.
6210 (d10v_frame_id_unwind): New function.
6211 (saved_regs_unwinder): New function.
6212 (d10v_frame_register_unwind): New function.
6213 (d10v_frame_pop): New function.
6214 (d10v_frame_unwind): New variable.
6215 (d10v_frame_p): New function.
6216 (d10v_frame_saved_pc): Delete function.
6217 * Makefile.in (d10v-tdep.o): Update dependencies.
6218
6219 2003-01-30 J. Brobecker <brobecker@gnat.com>
6220
6221 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
6222 causing some regressions due to a change in the default value
6223 for this macro.
6224
6225 2003-01-29 Richard Henderson <rth@redhat.com>
6226 Elena Zannoni <ezannoni@redhat.com>
6227 Daniel Jacobowitz <drow@mvista.com>
6228
6229 Fix PR gdb/961.
6230 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
6231 variables.
6232 (RANGES_SECTION): New.
6233 (dwarf_ranges_buffer): New variable.
6234 (struct comp_unit_head): Add member "die".
6235 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
6236 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
6237 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
6238 (dwarf2_locate_sections): Likewise.
6239 (dwarf2_build_psymtabs): Read .debug_ranges.
6240 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
6241 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
6242 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
6243 Look for DW_AT_ranges and return the bounding box.
6244
6245 2003-01-29 Brian Ford <ford@vss.fsi.com>
6246
6247 * win32-nat.c (cygwin_pid): Removed as unused.
6248 (child_attach): Try fall back to Cygwin pid.
6249
6250 2003-01-29 Jim Blandy <jimb@redhat.com>
6251
6252 * objfiles.h (struct objfile): Doc fix.
6253
6254 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6255
6256 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
6257 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
6258 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
6259 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
6260 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
6261 (FRAME_SAVED_PC): Change to a function with predicate.
6262 * gdbarch.h, gdbarch.c: Re-generate.
6263
6264 2003-01-28 Andrew Cagney <ac131313@redhat.com>
6265
6266 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
6267
6268 * complaints.c (complain): Delete function.
6269 * complaints.h (struct deprecated_complaint): Delete definition.
6270 (complain): Delete declaration.
6271
6272 2003-01-28 Kevin Buettner <kevinb@redhat.com>
6273
6274 * mips-tdep.c (mips_init_extra_frame_info): Return early for
6275 dummy frames.
6276
6277 2003-01-27 Andrew Cagney <ac131313@redhat.com>
6278
6279 * sentinel-frame.h, sentinel-frame.c: New files.
6280 * Makefile.in (frame.o): Update dependencies.
6281 (SFILES): Add sentinel-frame.c.
6282 (sentinel_frame_h): Define.
6283 (COMMON_OBS): Add sentinel-frame.o.
6284 (sentinel-frame.o): Specify dependencies.
6285 * frame.c: Include "sentinel-frame.h".
6286 (frame_register_unwind): Rewrite assuming that there is always a a
6287 ->next frame.
6288 (frame_register, generic_unwind_get_saved_register): Ditto.
6289 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
6290 (create_sentinel_frame, unwind_to_current_frame): New functions.
6291 (get_current_frame): Rewrite using create_sentinel_frame and
6292 unwind_to_current_frame. When possible, always create a frame.
6293 (create_new_frame): Set next to the sentinel frame.
6294 (get_next_frame): Rewrite. Don't go below the level 0 frame.
6295 (deprecated_update_frame_pc_hack): Update the next frame's PC and
6296 ID cache when necessary.
6297 (frame_saved_regs_id_unwind): Use frame_relative_level.
6298 (deprecated_generic_get_saved_register): Use frame_relative_level,
6299 get_frame_saved_regs, get_frame_pc, get_frame_base and
6300 get_next_frame.
6301 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
6302 frame_register.
6303
6304 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6305
6306 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
6307
6308 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6309
6310 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
6311 (maintenance_set_profile_cmd): Use error () instead of warning ().
6312
6313 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
6314
6315 * configure.in: Check that -pg works if using --enable-profiling.
6316 Check for monstartup and _mcleanup regardless of --enable-profiling.
6317 * maint.c: Check for monstartup and _mcleanup before using them.
6318 * config.in: Regenerated.
6319 * configure: Regenerated.
6320
6321 2003-01-24 Nick Clifton <nickc@redhat.com>
6322
6323 * Add sh2e support:
6324
6325 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
6326
6327 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
6328 (sh2e_show_regs): New.
6329 (sh_gdbarch_init): Handle bfd_mach_sh2e.
6330 * config/sh/tm-sh.h: Added sh2e to comments.
6331
6332 2003-01-23 Jim Blandy <jimb@redhat.com>
6333
6334 * symfile.c (syms_from_objfile): Don't print the "(no debugging
6335 symbols found)" message here; we haven't checked for a separate
6336 debug info file yet, so we don't know yet.
6337 (symbol_file_add_with_addrs_or_offsets): Print it here, after
6338 we've looked everywhere. Also, there's no need to print a special
6339 message when we're loading the separate debug info file: the one
6340 symbol_file_add prints is fine.
6341
6342 2003-01-23 Alexander Larsson <alexl@redhat.com>
6343 Jim Blandy <jimb@redhat.com>
6344
6345 Add support for executables whose debug info has been separated
6346 out into a separate file, leaving only a link behind.
6347 * objfiles.h (struct objfile): New fields: separate_debug_objfile
6348 and separate_debug_objfile_backlink.
6349 (put_objfile_before): New declaration.
6350 * symfile.c: #include "filenames.h".
6351 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
6352 debug info in a separate file, read that, too. Save the addrs
6353 argument, so we can use it again to read the separated debug info;
6354 syms_from_objfile modifies the table we pass it.
6355 (reread_symbols): After re-reading an objfile, call
6356 reread_separate_symbols to refresh its separate debug info
6357 objfile, if it has one.
6358 (reread_separate_symbols, find_separate_debug_file,
6359 get_debug_link_info, separate_debug_file_exists): New functions.
6360 (debug_file_directory): New global var.
6361 (_initialize_symfile): Initialize debug_file_directory, and
6362 provide the new `set debug-file-directory' command to let the user
6363 change it.
6364 * objfiles.c (free_objfile): If this objfile has its debug info in
6365 a separate objfile, free that one too. If this is itself a
6366 separate debug info objfile, clear our parent's backlink.
6367 (put_objfile_before): New function.
6368 * utils.c (gnu_debuglink_crc32): New function.
6369 * defs.h (gnu_debuglink_crc32): New declaration.
6370 * Makefile.in (symfile.o): Note dependency on "filenames.h".
6371 * configure.in: Handle --with-separate-debug-dir config option.
6372 * acinclude.m4 (AC_DEFINE_DIR): New macro.
6373 * acconfig.h (DEBUGDIR): New macro.
6374 * configure, aclocal.m4, config.in: Regenerated.
6375
6376 2003-01-22 Jim Blandy <jimb@redhat.com>
6377
6378 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
6379 like the old symbol_file_add, but taking new arguments: you can
6380 now pass in either a `struct section_addr_info' list to say where
6381 each section is loaded, or a `struct section_offsets' table. Pass
6382 these new arguments through to syms_from_objfile as appropriate.
6383 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
6384 with the appropriate quiescent values for the new arguments.
6385
6386 * symfile.c: #include "gdb_assert.h".
6387 (syms_from_objfile): Add the ability to pass in a section offset
6388 table directly, as an alternative to the section_addr_info table.
6389 Document arguments better.
6390 (symbol_file_add): Pass extra arguments to syms_from_objfile.
6391 * symfile.h (syms_from_objfile): Update declaration.
6392 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
6393 syms_from_objfile.
6394 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
6395
6396 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6397
6398 Original patch by Tom Tromey <tromey@cygnus.com> and
6399 Jason Molenda <jmolenda@apple.com>.
6400 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
6401 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
6402 * NEWS: Mention profiling.
6403 * configure.in (--enable-gdbtk): Fix typo.
6404 (--enable-profiling): New. Set PROFILE_CFLAGS.
6405 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
6406 Fill in function.
6407 (profiling_state): New variable.
6408 (mcleanup_wrapper): New function.
6409 (_initialize_maint): Remove NOTYET, fix call to
6410 add_setshow_boolean_cmd for "maint set profile".
6411 * configure: Regenerated.
6412
6413 2003-01-21 Martin M. Hunt <hunt@redhat.com>
6414
6415 * Makefile.in (install-gdbtk): Install PNG images too.
6416
6417 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6418
6419 * exec.c (text_start): Delete global variable.
6420 (exec_file_attach): Make text_start local to the function.
6421 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
6422 * valops.c (hand_function_call): Delete code that handles
6423 BEFORE_TEXT_END and AFTER_TEXT_END.
6424 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
6425 of CALL_DUMMY_LOCATION.
6426 * gdbarch.c: Regenerate.
6427 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
6428 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
6429 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
6430 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
6431 (text_end): Delete extern declaration.
6432
6433 2003-01-21 Andrew Cagney <ac131313@redhat.com>
6434
6435 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
6436 * blockframe.c (backtrace_below_main): Move to "frame.c".
6437 (frame_chain_valid): Delete check for backtrace_below_main.
6438 (_initialize_blockframe): Delete initialization, move ``set
6439 backtrace-below-main'' command to "frame.c".
6440 (do_flush_frames_sfunc): Delete function.
6441 * frame.c: Include "command.h" and "gdbcmd.h".
6442 (frame_type_from_pc): New function.
6443 (create_new_frame): Use frame_type_from_pc.
6444 (legacy_get_prev_frame): New function.
6445 (get_prev_frame): Rewrite. When an old style frame, call
6446 legacy_get_prev_frame. Otherwize, unwind the PC first.
6447 (_initialize_frame): Add ``set backtrace-below-main'' command.
6448 * Makefile.in (frame.o): Update dependencies.
6449
6450 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6451
6452 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
6453 DEPRECATED_REGISTERS_INFO.
6454
6455 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6456
6457 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
6458 Maintainers'. Update `Various Maintainers'.
6459
6460 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6461
6462 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
6463 * gdbarch.sh (POP_FRAME): Change to function with predicate.
6464 Suppress actual parameters when `-'.
6465 * gdbarch.h, gdbarch.c: Regenerate.
6466
6467 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6468
6469 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
6470 code handling dummy frames.
6471
6472 2003-01-19 Andrew Cagney <ac131313@redhat.com>
6473
6474 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
6475 (struct frame_unwind): Add field pop.
6476 * frame.h (frame_pop): Declare.
6477 * frame.c (frame_saved_regs_pop): New function.
6478 (trad_frame_unwinder): Add frame_saved_regs_pop.
6479 (frame_pop): New function.
6480 * dummy-frame.c (dummy_frame_pop): New function.
6481 (discard_innermost_dummy): New function.
6482 (generic_pop_dummy_frame): Use discard_innermost_dummy.
6483 (dummy_frame_unwind): Add dummy_frame_pop.
6484 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
6485 * valops.c (hand_function_call): Ditto.
6486 * stack.c (return_command): Ditto.
6487
6488 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6489
6490 * cris-tdep.c: Fix function declaration indentation.
6491 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
6492 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
6493 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
6494 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
6495 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
6496 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
6497
6498 2003-01-18 Michael Chastain <mec@shout.net>
6499
6500 * README (Unpacking and Installation -- quick overview):
6501 Warn against ".../gdb-5.3/gdb/configure".
6502
6503 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6504
6505 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
6506 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6507 (struct frame_unwind): Declare opaque.
6508 (dummy_frame_p): Declare function.
6509 * dummy-frame.c (dummy_frame_id_unwind): Make static.
6510 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
6511 * dummy-frame.c: Include "frame-unwind.h".
6512 (dummy_frame_p): New function.
6513 (dummy_frame_unwind): New variable.
6514 * frame.c: Include "frame-unwind.h".
6515 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
6516 to use the new unwind field.
6517 (set_unwind_by_pc): Delete function.
6518 (create_new_frame, get_prev_frame): Set unwind field using
6519 frame_unwind_find_by_pc.
6520 (trad_frame_unwind, trad_frame_unwinder): New variables.
6521 * frame.h (trad_frame_unwind): Declare variable.
6522 (frame_id_unwind_ftype): Delete declaration.
6523 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
6524 (struct frame_unwind): Declare opaque.
6525 (struct frame_info): Replace the fields id_unwind, pc_unwind and
6526 register_unwind with a single unwind pointer.
6527 * frame-unwind.h, frame-unwind.c: New files.
6528 * Makefile.in (SFILES): Add frame-unwind.c.
6529 (frame_unwind_h): Define.
6530 (COMMON_OBS): Add frame-unwind.o.
6531 (frame-unwind.o): Specify dependencies.
6532 (frame.o, dummy-frame.o): Update dependencies.
6533
6534 2003-01-18 Andrew Cagney <ac131313@redhat.com>
6535
6536 * ada-valprint.c: Eliminate PTR.
6537 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
6538 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
6539 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
6540 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
6541 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
6542 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
6543 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
6544
6545 2003-01-17 Andrew Cagney <ac131313@redhat.com>
6546
6547 * main.c (captured_main): Don't use PTR.
6548 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
6549 * gdbtypes.c (lookup_primitive_typename): Ditto.
6550 (lookup_struct_elt_type): Ditto.
6551 * f-valprint.c (info_common_command): Ditto.
6552 (list_all_visible_commons): Ditto.
6553 * jv-typeprint.c (java_type_print_base): Ditto.
6554
6555 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
6556 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
6557 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
6558 i386-interix-nat.c and i386-interix-tdep.c. Rename
6559 m68klinux-nat.c and m68klinux-tdep.c. Rename
6560 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
6561 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
6562 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
6563 * main.c (captured_main): Use xfree, not free.
6564
6565 2003-01-16 Andrew Cagney <ac131313@redhat.com>
6566
6567 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
6568 ID back using a parameter.
6569 * frame.c (frame_id_unwind): Update call.
6570 (frame_saved_regs_id_unwind): Update.
6571 * dummy-frame.c (dummy_frame_id_unwind): Update function.
6572 * dummy-frame.h (struct frame_id): Add opaque declaration.
6573 (dummy_frame_id_unwind): Update declaration.
6574
6575 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6576
6577 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
6578
6579 2003-01-15 Stephen P. Smith <ischis2@cox.net>
6580
6581 * MAINTAINERS (Stephen P. Smith): Updated email address.
6582
6583 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
6584
6585 Fix PR gdb/898
6586 * breakpoint.c (until_break_command): Add new argument. Use it to
6587 decide whether to stop only at the current frame or not.
6588 * breakpoint.h (until_break_command): Update prototype.
6589 * infcmd.c (until_command): Add new argument to until_break_command
6590 call.
6591 (advance_command): New function.
6592 (_initialize_infcmd): Update help string for 'until' command.
6593 Add new 'advance' command.
6594
6595 2003-01-14 David Carlton <carlton@math.stanford.edu>
6596
6597 * linespec.c (decode_line_1): Normalize comments.
6598 (set_flags): Ditto.
6599 (locate_first_half): Ditto.
6600 (decode_compound): Ditto.
6601 (symtab_from_filename): Ditto.
6602 (decode_all_digits): Ditto.
6603 (decode_dollar): Ditto.
6604 (find_methods): Ditto.
6605 (find_toplevel_char): Ditto.
6606
6607 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6608
6609 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
6610 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
6611 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
6612 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
6613 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
6614 * language.c, language.h, m32r-tdep.c: Update copyright.
6615 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
6616 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
6617 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
6618 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
6619 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
6620 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
6621
6622 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
6623
6624 * stabsread.h (process_later, resolve_cfront_continuation):
6625 Obsolete.
6626 Update copyright years.
6627 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
6628 Update copyright year.
6629 * dbxread.c(struct cont_elem): Obsolete.
6630 (process_later, process_now): Obsolete functions.
6631 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
6632 Update copyright year.
6633 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
6634 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
6635 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
6636 (parse_partial_symbols): Obsolete cfront support.
6637 * stabsread.c
6638 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
6639 macros.
6640 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
6641 read_cfront_baseclasses, read_cfront_member_functions,
6642 resolve_cfront_continuation,read_cfront_static_fields,
6643 copy_cfront_struct_fields): Obsolete functions.
6644 (define_symbol, read_one_struct_field): Obsolete cfront support.
6645 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
6646 Update Copyright year.
6647
6648 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
6649
6650 * stack.c (print_frame_info, print_stack_frame_base_stub,
6651 print_stack_frame_base, show_and_print_stack_frame_stub,
6652 show_and_print_stack_frame, print_only_stack_frame_stub,
6653 print_only_stack_frame): Delete functions.
6654 (print_stack_frame_stub): Call print_frame_info instead of
6655 print_frame_info_base.
6656 (print_frame_info_base): Rename to print_frame_info.
6657 (backtrace_command_1): Call print_frame_info, instead of
6658 print_frame_info_base.
6659 (current_frame_command): Call print_stack_frame, instead of
6660 print_only_stack_frame.
6661 (frame_command): Call print_stack_frame, instead of
6662 show_and_print_stack_frame.
6663 (up_command): Ditto.
6664 (down_command): Ditto.
6665 * frame.h (print_only_stack_frame): Delete prototype.
6666 * infrun.c (normal_stop): Call print_stack_frame, instead of
6667 show_and_print_stack_frame.
6668 * thread.c (info_threads_command): Call print_stack_frame, instead
6669 of print_only_stack_frame.
6670
6671 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6672
6673 * README (Graphical interface to GDB): Update URL. Point at
6674 gdb/links/.
6675
6676 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
6677 version match.
6678
6679 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6680
6681 * symtab.c (find_pc_sect_line): Don't consider end-of-function
6682 lines.
6683
6684 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6685
6686 * thread-db.c (attach_thread): Prototype.
6687 (struct private_thread_info): Remove lwpid. Add thread handle (th),
6688 thread information (ti), and valid flags (th_valid, ti_valid).
6689 (attach_thread): Move target_pid_to_str call to after the thread
6690 is added to GDB's list. Initialize the cache.
6691 (thread_get_info_callback, thread_db_map_id2thr)
6692 (thread_db_get_info): New functions.
6693 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
6694 (thread_db_store_registers, thread_db_thread_alive)
6695 (thread_db_get_thread_local_address): Use them.
6696 (thread_db_pid_to_str): Likewise. Return "Missing" instead
6697 of calling error() for threads in unknown state.
6698
6699 (clear_lwpid_callback): New function.
6700 (thread_db_resume): Use it to clear the cache.
6701
6702 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6703
6704 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
6705 (resume_callback): Remove dead code.
6706
6707 2003-01-13 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
6710 predicate.
6711 * gdbarch.h, gdbarch.c: Regenerate.
6712 * stack.c (frame_info): Only initialize the saved registers when
6713 FRAME_INIT_SAVED_REGS_P.
6714 * frame.c (frame_saved_regs_register_unwind): Assert
6715 FRAME_INIT_SAVED_REGS_P.
6716 (deprecated_generic_get_saved_register): Ditto.
6717
6718 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6719
6720 * source.c (openp): Squelch warning about "filename".
6721
6722 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6723
6724 * source.c (openp): If the file does not exist don't necessarily
6725 search the path.
6726
6727 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6728
6729 Fix PR gdb/872.
6730 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
6731 (integer_types_same_name_p): New function.
6732 (rank_one_type): Use it.
6733 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
6734
6735 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6736
6737 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
6738 variables.
6739 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
6740 * configure.in: Add --with-sysroot.
6741 * configure: Regenerated.
6742 * main.c (gdb_sysroot): New variable.
6743 (captured_main): Initialize gdb_sysroot.
6744 * defs.h (gdb_sysroot): New extern declaration.
6745 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
6746
6747 2003-01-12 Michael Chastain <mec@shout.net>
6748
6749 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
6750
6751 2003-01-12 Michael Chastain <mec@shout.net>
6752
6753 * top.c (print_gdb_version): Bump copyright year to 2003.
6754
6755 2003-01-12 David Carlton <carlton@bactrian.org>
6756
6757 * linespec.c (symtab_from_filename): Rename variable 's' to
6758 'file_symtab'.
6759
6760 2003-01-12 Andrew Cagney <ac131313@redhat.com>
6761
6762 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
6763 dummy frame.
6764 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
6765
6766 2003-01-12 Andrew Cagney <ac131313@redhat.com>
6767
6768 * d10v-tdep.c: Include "gdb_assert.h".
6769 (d10v_store_return_value): Rewrite to match current interface.
6770 (d10v_extract_struct_value_address): Ditto.
6771 (d10v_extract_return_value): Ditto.
6772 (d10v_gdbarch_init): Set store_restore_value,
6773 extract_struct_value_address and extract_return_value.
6774
6775 2003-01-12 J. Brobecker <brobecker@gnat.com>
6776
6777 * hpread.c (set_namestring): New procedure replacing the
6778 SET_NAMESTRING macro.
6779 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
6780 by calls to set_namestring.
6781
6782 2003-01-11 J. Brobecker <brobecker@gnat.com>
6783
6784 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
6785 a compilation warning.
6786 (hpread_process_one_debug_symbol): Likewise.
6787
6788 2003-01-10 David Carlton <carlton@math.stanford.edu>
6789
6790 * linespec.c (decode_line_1): Rename variable 's' to
6791 'file_symtab'.
6792 (decode_all_digits): Rename argument 's' to 'file_symtab'.
6793 (decode_dollar): Ditto.
6794 (decode_variable): Ditto.
6795 (symbol_found): Ditto.
6796
6797 2003-01-09 Michael Chastain <mec@shout.net>
6798
6799 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
6800
6801 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
6802
6803 * win32-nat.c (set_process_privilege): New function.
6804 (child_attach): Call set_process_privilege() to enable the
6805 SE_DEBUG_NAME user privilege if available in process token.
6806
6807 2003-01-10 J. Brobecker <brobecker@gnat.com>
6808
6809 * hpread.c (hpread_process_one_debug_symbol): Fix a small
6810 compilation error in the previous revision.
6811
6812 2003-01-09 David Carlton <carlton@math.stanford.edu>
6813
6814 * linespec.c: Update copyright.
6815
6816 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
6817
6818 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
6819 than inferior_ptid.
6820 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
6821
6822 2003-01-09 Andrew Cagney <ac131313@redhat.com>
6823
6824 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
6825 Update comments.
6826 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
6827 (frame_saved_regs_zalloc): Update.
6828 (frame_saved_regs_register_unwind): Update.
6829 (create_new_frame): Update.
6830 (get_prev_frame): Update.
6831 (frame_extra_info_zalloc): Update.
6832 (deprecated_get_frame_saved_regs): Update.
6833 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
6834 * cris-tdep.c: Update comment.
6835
6836 * somsolib.h: Fix function indentation.
6837 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
6838 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
6839 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
6840 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
6841 * somsolib.c, inftarg.c: Remove assignment in if conditional.
6842
6843 * infrun.c (follow_fork): Use ISO C definition.
6844 * expprint.c (print_subexp): Use xfree instead of free.
6845 * charset.c: Include "gdb_string.h" instead of <string.h>.
6846 (register_iconv_charsets): Use ISO C definition.
6847 (host_charset, target_charset): Ditto.
6848 * Makefile.in (charset.o): Update dependencies.
6849 (mi-cmd-env.o): Update dependencies.
6850
6851 2003-01-08 Andrew Cagney <cagney@redhat.com>
6852
6853 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
6854 get_frame_base.
6855
6856 2003-01-08 Andrew Cagney <ac131313@redhat.com>
6857
6858 * gdb_mbuild.sh: Add --keep option. When specified, keep the
6859 build directories. Save edited gdb output in Mbuild.log. If a
6860 build fails, remove any final GDB executable.
6861
6862 2003-01-08 Andrew Cagney <ac131313@redhat.com>
6863
6864 * gdb_mbuild.sh: Edit the output of `maint print architecture'
6865 replacing hex constants with function names and stripping leading
6866 file name directory prefixes.
6867
6868 2003-01-08 Andrew Cagney <cagney@redhat.com>
6869
6870 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
6871 get_frame_base.
6872
6873 2003-01-08 David Carlton <carlton@math.stanford.edu>
6874
6875 * linespec.c (decode_line_1): Move code into decode_variable.
6876 (decode_variable): New function.
6877
6878 2003-01-08 Andrew Cagney <ac131313@redhat.com>
6879
6880 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
6881
6882 2003-01-08 Andrew Cagney <cagney@redhat.com>
6883
6884 * cris-tdep.c (cris_frame_init_saved_regs): Use
6885 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
6886 saved_regs buffer.
6887 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6888 (sh64_nofp_frame_init_saved_regs): Ditto.
6889 (sh_fp_frame_init_saved_regs): Ditto.
6890 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
6891 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6892 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6893 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6894
6895 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
6896
6897 * minsyms.c (lookup_minimal_symbol): Update comment.
6898 (lookup_minimal_symbol_text): Update comment. Use the hash table.
6899 (lookup_minimal_symbol_solib_trampoline): Likewise.
6900
6901 2003-01-08 Andrew Cagney <cagney@redhat.com>
6902
6903 * d10v-tdep.c (d10v_init_extra_frame_info): Use
6904 frame_relative_level.
6905
6906 * alpha-tdep.c: Use get_frame_extra_info.
6907 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6908 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
6909 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6910 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
6911
6912 * alpha-tdep.c: Use get_next_frame.
6913 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6914 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
6915 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
6916 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
6917 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
6918 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
6919 * xstormy16-tdep.c: Ditto.
6920
6921 2003-01-07 Andrew Cagney <cagney@redhat.com>
6922
6923 * alpha-tdep.c: Use get_frame_base.
6924 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
6925 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
6926 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
6927 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
6928 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
6929 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
6930 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
6931 * config/sparc/tm-sparc.h: Ditto.
6932
6933 2003-01-07 Andrew Cagney <cagney@redhat.com>
6934
6935 * frame.c (deprecated_get_frame_context): New function.
6936 (deprecated_set_frame_context): New function.
6937 * frame.h (deprecated_get_frame_context): Declare.
6938 (deprecated_set_frame_context): Declare.
6939 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
6940 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
6941
6942 2003-01-07 Andrew Cagney <cagney@redhat.com>
6943
6944 * frame.c (deprecated_set_frame_next_hack): New function.
6945 (deprecated_set_frame_prev_hack): New function.
6946 * frame.h (deprecated_set_frame_next_hack): Declare.
6947 (deprecated_set_frame_prev_hack): Declare.
6948 * mcore-tdep.c (analyze_dummy_frame): Use
6949 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
6950 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6951
6952 2003-01-07 David Carlton <carlton@math.stanford.edu>
6953
6954 * linespec.c (decode_line_1): Move code into decode_dollar.
6955 (decode_dollar): New function.
6956
6957 2003-01-07 Andrew Cagney <cagney@redhat.com>
6958
6959 * arm-tdep.c (arm_init_extra_frame_info): Use
6960 deprecated_update_frame_base_hack.
6961 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
6962 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
6963 (fix_frame_pointer): Ditto.
6964 (mn10300_analyze_prologue): Ditto.
6965
6966 2003-01-07 Andrew Cagney <cagney@redhat.com>
6967
6968 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
6969 extra_info using frame_extra_info_zalloc.
6970 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
6971 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
6972 (sh64_init_extra_frame_info): Ditto.
6973 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
6974 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
6975 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
6976 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
6977 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
6978 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
6979 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
6980 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
6981 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
6982 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
6983 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
6984 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
6985
6986 * mn10300-tdep.c (analyze_dummy_frame): Use
6987 deprecated_set_frame_extra_info_hack.
6988 * mcore-tdep.c (analyze_dummy_frame): Ditto.
6989
6990 2003-01-07 J. Brobecker <brobecker@gnat.com>
6991
6992 * mdebugread.c (parse_symbol): Skip stProc entries which storage
6993 class is not scText. These do not define "real" procedures.
6994 (parse_partial_symbols): Likewise.
6995
6996 2003-01-06 Michael Snyder <msnyder@redhat.com>
6997
6998 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
6999
7000 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7001
7002 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
7003 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
7004 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
7005 deprecated_frame_xmalloc_with_cleanup.
7006 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
7007 deprecated_frame_xmalloc.
7008 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
7009 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
7010
7011 2003-01-06 Andrew Cagney <cagney@redhat.com>
7012
7013 * x86-64-linux-tdep.c: Include "osabi.h".
7014 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
7015
7016 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
7017
7018 2003-01-06 Andrew Cagney <cagney@redhat.com>
7019
7020 * MAINTAINERS (Target Instruction Set Architectures): Update
7021 arm-elf. Can be built with -Werror, has been multiarched.
7022
7023 * value.h (unpack_long): Make buffer parameter constant.
7024 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
7025 * scm-lang.h (scm_parse): Ditto.
7026 * defs.h (extract_typed_address, extract_address): Ditto.
7027 (extract_long_unsigned_integer): Ditto.
7028 * inferior.h (unsigned_pointer_to_address): Ditto.
7029 (signed_pointer_to_address): Ditto.
7030 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
7031 * gdbarch.h, gdbarch.c: Regenerate.
7032 * findvar.c (extract_long_unsigned_integer): Update.
7033 (extract_address): Update.
7034 (extract_typed_address): Update.
7035 (unsigned_pointer_to_address): Update.
7036 * values.c (unpack_long): Update.
7037 (unpack_double): Update.
7038 (unpack_pointer): Update.
7039 (unpack_field_as_long): Update.
7040 * d10v-tdep.c (d10v_pointer_to_address): Update.
7041 * avr-tdep.c (avr_pointer_to_address): Update.
7042 * scm-lang.c (scm_unpack): Update.
7043 * findvar.c (signed_pointer_to_address): Update.
7044
7045 2003-01-06 Michal Ludvig <mludvig@suse.cz>
7046
7047 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
7048 since it is in i386-tdep.c.
7049
7050 2003-01-06 J. Brobecker <brobecker@gnat.com>
7051
7052 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
7053 failure introduced in the previous change.
7054
7055 2003-01-05 Michael Chastain <mec@shout.net>
7056
7057 * README: Remove references to deleted remote-*.c files:
7058 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
7059 remote-nrom.c, remote-os9k.c, remote-udi.c.
7060
7061 2003-01-05 Mark Kettenis <kettenis@gnu.org>
7062
7063 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
7064 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
7065 i386_get_longjmp_target.
7066
7067 2003-01-05 Andrew Cagney <ac131313@redhat.com>
7068
7069 * arm-tdep.c (prologue_cache): Change to a pointer.
7070 (_initialize_arm_tdep): Allocate prologue_cache.
7071 (check_prologue_cache): Update.
7072 (save_prologue_cache): Update.
7073 (arm_gdbarch_init): Update.
7074
7075 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7076
7077 * stabsread.c (update_method_name_from_physname): Call complaint()
7078 instead of error.
7079
7080 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7081
7082 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
7083 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
7084 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
7085
7086 * blockframe.c: Include "gdbcmd.h" and "command.h".
7087 (backtrace_below_main): New variable.
7088 (file_frame_chain_valid, func_frame_chain_valid)
7089 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
7090 (generic_func_frame_chain_valid): Remove functions.
7091 (frame_chain_valid, do_flush_frames_sfunc): New functions.
7092 (_initialize_blockframe): New function.
7093 * Makefile.in (blockframe.o): Update dependencies.
7094 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
7095 comment. Call frame_chain_valid ().
7096 * frame.h: Remove old prototypes. Add prototype for
7097 frame_chain_valid and update comments to match.
7098 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
7099 Remove old comment.
7100 * gdbarch.h: Regenerated.
7101 * gdbarch.c: Regenerated.
7102
7103 * alpha-tdep.c (alpha_gdbarch_init): Don't call
7104 set_gdbarch_frame_chain_valid.
7105 * avr-tdep.c (avr_gdbarch_init): Likewise.
7106 * cris-tdep.c (cris_gdbarch_init): Likewise.
7107 * frv-tdep.c (frv_gdbarch_init): Likewise.
7108 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
7109 * i386-tdep.c (i386_svr4_init_abi): Likewise.
7110 (i386_nw_init_abi): Likewise.
7111 (i386_gdbarch_init): Likewise.
7112 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
7113 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
7114 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
7115 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
7116 * mips-tdep.c (mips_gdbarch_init): Likewise.
7117 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7118 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
7119 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
7120 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7121 * s390-tdep.c (s390_gdbarch_init): Likewise.
7122 * sh-tdep.c (sh_gdbarch_init): Likewise.
7123 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7124 * v850-tdep.c (v850_gdbarch_init): Likewise.
7125 * vax-tdep.c (vax_gdbarch_init): Likewise.
7126 * x86-64-tdep.c (x86_64_init_abi): Likewise.
7127
7128 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
7129 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
7130 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
7131 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
7132 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
7133 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
7134 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
7135 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
7136
7137 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7138
7139 * Makefile.in (acconfig_h): Remove incorrect macro.
7140 (config_h): Define.
7141 (osabi.o): Update dependencies.
7142 * configure.tgt: Set gdb_osabi based on target triplet.
7143 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
7144 * configure: Regenerated.
7145 * config.in: Regenerated.
7146 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
7147 (GDB_OSABI_DEFAULT): Define if not already defined.
7148 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
7149 (set_osabi_string): New variables.
7150 (gdbarch_register_osabi): Add new OS ABI to
7151 gdb_osabi_available_names.
7152 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
7153 (set_osabi, show_osabi): New functions.
7154 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
7155
7156 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7157
7158 * arch-utils.c (gdbarch_info_init): Set osabi to
7159 GDB_OSABI_UNINITIALIZED.
7160 * gdbarch.sh: Add osabi to struct gdbarch and to struct
7161 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
7162 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
7163 * gdbarch.c: Regenerated.
7164 * gdbarch.h: Regenerated.
7165 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
7166 there's no BFD.
7167 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
7168 * osabi.h (enum gdb_osabi): Move to defs.h.
7169 (gdbarch_init_osabi): Update prototype.
7170 * defs.h (enum gdb_osabi): Moved here.
7171 * Makefile.in: Update dependencies.
7172
7173 * alpha-tdep.h: Don't include "osabi.h".
7174 (struct gdbarch_tdep): Remove osabi member.
7175 * alpha-tdep.c: Include "osabi.h".
7176 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7177 iterate over arches. Update call to gdbarch_init_osabi.
7178 (alpha_dump_tdep): Don't dump osabi.
7179 * alpha-linux-tdep.c: Include "osabi.h".
7180 * alpha-osf1-tdep.c: Include "osabi.h".
7181 * alphafbsd-tdep.c: Include "osabi.h".
7182 * alphanbsd-tdep.c: Include "osabi.h".
7183
7184 * arm-tdep.h: Don't include "osabi.h".
7185 (struct gdbarch_tdep): Remove osabi member.
7186 * arm-tdep.c: Include "osabi.h".
7187 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7188 iterate over arches. Update call to gdbarch_init_osabi.
7189 (arm_dump_tdep): Don't dump osabi.
7190 * arm-linux-tdep.c: Include "osabi.h".
7191 * armnbsd-tdep.c: Include "osabi.h".
7192
7193 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
7194 Update call to gdbarch_init_osabi.
7195
7196 * i386-tdep.h: Don't include "osabi.h".
7197 (struct gdbarch_tdep): Remove osabi member.
7198 * i386-tdep.c: Include "osabi.h".
7199 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7200 iterate over arches. Update call to gdbarch_init_osabi.
7201 (i386_dump_tdep): Don't dump osabi.
7202 * i386-linux-tdep.c: Include "osabi.h".
7203 * i386-sol2-tdep.c: Include "osabi.h".
7204 * i386bsd-tdep.c: Include "osabi.h".
7205 * i386gnu-tdep.c: Include "osabi.h".
7206 * i386ly-tdep.c: Include "osabi.h".
7207 * i386nbsd-tdep.c: Include "osabi.h".
7208 * i386obsd-tdep.c: Include "osabi.h".
7209
7210 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
7211 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7212 check osabi when iterating over arches. Update call to
7213 gdbarch_init_osabi.
7214 (mips_dump_tdep): Don't dump osabi.
7215
7216 * ns32k-tdep.h: Don't include "osabi.h".
7217 (struct gdbarch_tdep): Remove.
7218 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
7219 gdbarch_lookup_osabi. Don't iterate over arches. Don't
7220 allocate tdep. Update call to gdbarch_init_osabi.
7221 (ns32k_dump_tdep): Remove.
7222 (_initialize_ns32k_tdep): Update call to gdbarch_register.
7223 * ns32knbsd-tdep.c: Include "osabi.h".
7224
7225 * ppc-tdep.h: Don't include "osabi.h".
7226 (struct gdbarch_tdep): Remove osabi member.
7227 * rs6000-tdep.c: Include "osabi.h".
7228 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
7229 osabi when iterating over arches. Update call to
7230 gdbarch_init_osabi.
7231 (rs6000_dump_tdep): Don't dump osabi.
7232 * ppc-linux-tdep.c: Include "osabi.h".
7233 * ppcnbsd-tdep.c: Include "osabi.h".
7234
7235 * sh-tdep.h: Don't include "osabi.h".
7236 (struct gdbarch_tdep): Remove osabi member.
7237 * sh-tdep.c: Include "osabi.h".
7238 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7239 iterate over arches. Update call to gdbarch_init_osabi.
7240 (sh_dump_tdep): Don't dump osabi.
7241 * shnbsd-tdep.c: Include "osabi.h".
7242
7243 * sparc-tdep.c: Include "osabi.h".
7244 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7245 iterate over arches. Update call to gdbarch_init_osabi.
7246 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
7247 tdep structure.
7248
7249 * vax-tdep.h: Don't include "osabi.h".
7250 (struct gdbarch_tdep): Remove.
7251 * vax-tdep.c: Include "osabi.h".
7252 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
7253 iterate over arches. Don't allocate tdep. Update call
7254 to gdbarch_init_osabi.
7255 (vax_dump_tdep): Remove.
7256 (_initialize_vax_tdep): Update call to gdbarch_register.
7257
7258 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7259
7260 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
7261 entirely.
7262 (breakpoint_re_set_one): Don't fetch the value for a disabled
7263 watchpoint.
7264
7265 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7266
7267 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
7268 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
7269 (COERCE_FLOAT_TO_DOUBLE): Remove.
7270 * gdbarch.c: Regenerate.
7271 * gdbarch.h: Regenerate.
7272 * Makefile.in: Remove value_h from gdbarch_h.
7273 * valops.c (coerce_float_to_double): New variable.
7274 (default_coerce_float_to_double): Remove.
7275 (standard_coerce_float_to_double): Remove.
7276 (value_arg_coerce): Use coerce_float_to_double.
7277 (_initialize_valops): Add "set coerce-float-to-double".
7278 * value.h (default_coerce_float_to_double): Remove prototype.
7279 (standard_coerce_float_to_double): Remove prototype.
7280
7281 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
7282 prototyped.
7283 * mdebugread.c (parse_symbol): Likewise.
7284 * stabsread.c (define_symbol): Mark all functions as prototyped.
7285
7286 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
7287 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
7288 set_gdbarch_coerce_float_to_double.
7289 * arm-tdep.c (arm_gdbarch_init): Likewise.
7290 * frv-tdep.c (frv_gdbarch_init): Likewise.
7291 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
7292 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
7293 * mips-tdep.c (mips_gdbarch_init): Likewise.
7294 (mips_coerce_float_to_double): Remove.
7295 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7296 (rs6000_coerce_float_to_double): Remove.
7297 * s390-tdep.c (s390_gdbarch_init): Likewise.
7298 * sh-tdep.c (sh_gdbarch_init): Likewise.
7299 (sh_coerce_float_to_double): Remove.
7300 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
7301 (sparc_coerce_float_to_double): Remove.
7302 * v850-tdep.c (v850_gdbarch_init): Likewise.
7303 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7304 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7305 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
7306 (hppa_coerce_float_to_double): Remove prototype.
7307 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
7308
7309 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7310
7311 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
7312
7313 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7314
7315 Suggested by Stewart Brown <sb24@avaya.com>:
7316 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
7317 in recursive calls. Handle TYPE_CODE_TYPEDEF.
7318 (c_type_print_varspec_suffix): Likewise.
7319
7320 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7321
7322 * configure.in: Don't set and AC_SUBST SUBDIRS.
7323 * configure: Regenerated.
7324
7325 * configure.in: Remove code dealing with shared libraries.
7326 * Makefile.in: Remove HLDFLAGS and HLDENV.
7327 * configure: Regenerated.
7328
7329 2003-01-04 Andrew Cagney <ac131313@redhat.com>
7330
7331 * frame.c (deprecated_frame_xmalloc): New function.
7332 (deprecated_set_frame_saved_regs_hack): New function.
7333 (deprecated_set_frame_extra_info_hack): New function.
7334 * frame.h (deprecated_frame_xmalloc): Declare.
7335 (deprecated_set_frame_saved_regs_hack): Declare.
7336 (deprecated_set_frame_extra_info_hack): Declare.
7337
7338 2003-01-04 Mark Kettenis <kettenis@gnu.org>
7339
7340 * configure.in: Move code that provides the --enable-gdbtk option
7341 right after the code that handles the --enable-tui option, and
7342 polish it somewhat.
7343 * configure: Regenerated.
7344
7345 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
7346 AC_CHECK_FUNCS and remove the old check for pread64.
7347 * acinclude.m4 (AC_GNU_SOURCE): New macro.
7348 * acconfig.h (_GNU_SOURCE): Add.
7349 (HAVE_PREAD64): Remove.
7350 * configure, aclocal.m4, config.in: Regenerated.
7351
7352 2003-01-03 Andrew Cagney <ac131313@redhat.com>
7353
7354 * alpha-tdep.c: Use get_frame_saved_regs.
7355 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7356 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
7357 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
7358 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
7359 * vax-tdep.c, xstormy16-tdep.c: Ditto.
7360
7361 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7362
7363 * configure.in: Remove all use of the SUBDIRS variable; add
7364 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
7365 code providing the --enable-multi-ice option, and move it right in
7366 front of the code that checks whether gdbserver is supported.
7367 Polish that too.
7368 * configure: Regenerated.
7369 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
7370 @SUBDIRS@.
7371
7372 2003-01-03 Andrew Cagney <cagney@redhat.com>
7373
7374 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
7375 * avr-tdep.c, cris-tdep.c: Ditto.
7376 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
7377 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7378
7379 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7380
7381 * configure.in: Remove --enable-netrom option.
7382 * configure: Regenerated.
7383
7384 2003-01-03 Mark Kettenis <kettenis@gnu.org>
7385
7386 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
7387 declaration for `struct re_pattern_buffer' instead.
7388 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
7389
7390 2003-01-03 J. Brobecker <brobecker@gnat.com>
7391
7392 * mdebugread.c (parse_symbol): Count until the stEnd matching
7393 the structure name.
7394
7395 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7396
7397 * configure.in: Remove --with-cpu option.
7398 subscripts. Remove evil changequotes here.
7399 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
7400 * config.in, configure: Regenerated.
7401
7402 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
7403 * configure.in: Cleanup section that sources GDB and BFD configure
7404 subscripts. Remove evil changequotes here.
7405 * config.in, configure: Regenerated.
7406
7407 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7408
7409 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
7410 frame accessor methods.
7411 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
7412 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
7413 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
7414 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
7415 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
7416 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
7417 * z8k-tdep.c: Ditto.
7418
7419 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7420
7421 * configure.in: Remove UI_OUT configuration code.
7422 * ada-lang.c: Update assuming UI_OUT is always true.
7423 * Makefile.in (UIOUT_CFLAGS): Remove.
7424 * configure: Regenerated.
7425 * TODO: Remove blurb about elimination of -DUI_OUT.
7426
7427 * configure.in: Move code that provides the --enable-gdbcli,
7428 --enable-gdbmi options right before the code that handles the
7429 --enable-tui option. Polish a bit.
7430 * configure: Regenerated.
7431
7432 * configure.in: Rewrite check for GNU regex and the
7433 --without-included regex option, and move it into the "Checks for
7434 library functions" section. This makes us use the system regex
7435 again by default on systems with version 2 of the GNU C library.
7436 This was apparently broken.
7437 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
7438 * acconfig.h (USE_INCLUDED_REGEX): Remove.
7439 * config.in, configure: Regenerated.
7440
7441 * configure.in: Move code that provides the --enable-tui option
7442 before the "Checks for libraries" section. Polish the code
7443 somewhat and set need_curses to yes if we build the TUI. Rewrite
7444 code that looks for a library providing termcap functionality to
7445 match more closely what's done in the Readline library, and move
7446 it into to the "Checks for libraries" section.
7447 * configure: Regenerated.
7448 * Makefile.in (TERMCAP): Remove variable.
7449 * config/i386/go32.mh (TERMCAP): Remove variable.
7450
7451 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7452
7453 * MAINTAINERS: Mention gdb_mbuild.sh.
7454 * gdb_mbuild.sh: Rewrite.
7455
7456 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7457
7458 * configure.in: Fix typo in last change.
7459 * config.in, configure: Regenerated.
7460
7461 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7462
7463 * valarith.c (value_binop): Delete obsolete code and comments.
7464 * configure.host: Ditto.
7465 * buildsym.h (make_blockvector): Ditto.
7466 * buildsym.c (make_blockvector): Ditto.
7467 * defs.h (enum language): Ditto.
7468 (chill_demangle): Ditto.
7469 * elfread.c (elf_symtab_read): Ditto.
7470 * dwarfread.c (CHILL_PRODUCER): Ditto.
7471 (set_cu_language): Ditto.
7472 (handle_producer): Ditto.
7473 * expprint.c (print_subexp): Ditto.
7474 * gdbtypes.c (chill_varying_type): Ditto.
7475 * gdbtypes.h (builtin_type_chill_bool): Ditto.
7476 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
7477 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
7478 (chill_varying_type): Ditto.
7479 * language.h (_LANG_chill): Ditto.
7480 * language.c (binop_result_type, integral_type): Ditto.
7481 (character_type, string_type, structured_type): Ditto.
7482 (lang_bool_type, binop_type_check): Ditto.
7483 * stabsread.h (os9k_stabs): Ditto.
7484 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
7485 (define_symbol, read_type, read_struct_fields): Ditto.
7486 (read_array_type, read_enum_type, read_huge_number): Ditto.
7487 (read_range_type, start_stabs): Ditto.
7488 * symfile.c (init_filename_language_table): Ditto.
7489 (add_psymbol_with_dem_name_to_list): Ditto.
7490 * symtab.c (symbol_init_language_specific): Ditto.
7491 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
7492 * symtab.h (struct general_symbol_info): Ditto.
7493 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
7494 * typeprint.c (typedef_print): Ditto.
7495 * utils.c (fprintf_symbol_filtered): Ditto.
7496 * valops.c (value_cast, search_struct_field, value_slice): Delete
7497 obsolete code.
7498 (varying_to_slice): Delete function.
7499 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
7500 (varying_to_slice): Delete declaration.
7501 * MAINTAINERS: Update.
7502
7503 2003-01-02 Mark Kettenis <kettenis@gnu.org>
7504
7505 * configure.in: Reorganize "Checks for library functions section"
7506 a bit. Remove check for `btowc' and `isascii' functions.
7507 * configure: Regenerated.
7508
7509 * acconfig.h (_MSE_INT_H): Remove.
7510 * configure.in: Create "Checks for header files" section, and move
7511 appropriate tests there. Don't check for objlist.h, wchar.h,
7512 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
7513 misdetection fix. Also add "Checks for types", "Checks for
7514 compiler characteristics" and "Checks for library functions"
7515 sections.
7516 * config.in, configure: Regenerated.
7517
7518 * configure.in: Create "Checks for programs" section, and move
7519 appropriate tests there.
7520
7521 2003-01-01 Mark Kettenis <kettenis@gnu.org>
7522
7523 * configure.in: Create "Checks for libraries" section, and move
7524 appropriate tests there. Cleanup check for wctype in libw. Use
7525 AC_SEARCH_LIBS to see whether we need libsocket.
7526 * configure: Regenerated.
7527
7528 For older changes see ChangeLog-2002
7529 \f
7530 Local Variables:
7531 mode: change-log
7532 left-margin: 8
7533 fill-column: 74
7534 version-control: never
7535 End: