Oops. missed a line.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2
3 * gdbarch.sh: Remove trailing whitepsace from comments.
4
5 2003-10-08 Roland McGrath <roland@redhat.com>
6
7 * gcore.c (make_mem_sec): Function removed, folded into ...
8 (gcore_create_callback): ... here. To omit a section, clear its
9 SEC_LOAD bit rather than zeroing its size.
10 Omit read-only sections only if they correspond to a known disk file.
11 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
12
13 2003-10-10 Michael Snyder <msnyder@redhat.com>
14
15 * d10v-tdep.c: Fix typo in comment.
16
17 2003-10-10 Andrew Cagney <cagney@redhat.com>
18
19 * rs6000-tdep.c (e500_store_return_value): Delete function.
20 (e500_extract_return_value): Delete function.
21 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
22 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
23 "ppc_sysv_abi_restore_return_value" where applicable.
24 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
25 (ppc_sysv_abi_extract_return_value): Declare.
26 (ppc_sysv_abi_broken_store_return_value): Declare.
27 (ppc_sysv_abi_broken_extract_return_value): Declare.
28 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
29 * ppc-sysv-tdep.c (return_value_convention): Move definition to
30 start of file.
31 (do_ppc_sysv_return_value): New function.
32 (ppc_sysv_abi_extract_return_value): New function.
33 (ppc_sysv_abi_store_return_value): New function.
34 (ppc_sysv_abi_broken_extract_return_value): New function.
35 (ppc_sysv_abi_broken_store_return_value): New function.
36 (ppc_sysv_abi_use_struct_convention): Call
37 do_ppc_sysv_return_value.
38
39 2003-10-10 J. Brobecker <brobecker@gnat.com>
40
41 * blockframe.c (inside_main_func): No longer use symbol_lookup()
42 to lookup the main function symbol.
43
44 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
45
46 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
47 types correctly.
48 (sh_push_dummy_call_fpu): Fix argument passing rules.
49 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
50 float types.
51 (sh3e_sh4_store_return_value): Ditto.
52
53 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
54
55 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
56 comment.
57
58 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
59
60 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
61 more readable code. Accomodate passing of bitfields.
62
63 2003-10-10 Andrew Cagney <cagney@redhat.com>
64
65 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
66 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
67 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
68 * ppc-sysv-tdep.c: Include "gdb_assert.h".
69 (ppc64_sysv_abi_push_dummy_call): New function.
70 (ppc64_sysv_abi_broken_push_dummy_call): New function.
71 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
72 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
73
74 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
75
76 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
77 * README: Ditto.
78 * d10v-tdep.c: Ditto.
79 * h8300-tdep.c: Ditto.
80 * remote-e7000.c: Ditto.
81 * remote-hms.c: Ditto.
82 * ser-e7kpc.c: Ditto.
83 * sh-stub.c: Ditto.
84 * sh-tdep.c: Ditto.
85 * sh-tdep.h: Ditto.
86 * sh3-rom.c: Ditto.
87 * sh64-tdep.c: Ditto.
88 * top.c: Ditto.
89 * wince.c: Ditto.
90 * config/d10v/d10v.mt: Ditto.
91 * config/sh/embed.mt: Ditto.
92 * config/sh/linux.mt: Ditto.
93 * config/sh/tm-linux.h: Ditto.
94 * config/sh/tm-sh.h: Ditto.
95 * config/sh/wince.mt: Ditto.
96
97 2003-10-09 Andrew Cagney <cagney@redhat.com>
98
99 * ppc-tdep.h (struct type): Declare opaque.
100 * x86-64-tdep.h (struct regcache): Declare opaque.
101 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
102 coding style.
103
104 2003-10-09 Andrew Cagney <cagney@redhat.com>
105
106 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
107 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
108 (SOFTWARE_SINGLE_STEP_P): Ditto.
109 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
110 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
111 (SOFTWARE_SINGLE_STEP_P): Ditto.
112 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
113 software_single_step to rs6000_software_single_step.
114
115 2003-10-09 Andrew Cagney <cagney@redhat.com>
116
117 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
118
119 2003-10-09 Michael Snyder <msnyder@redhat.com>
120
121 * frame.h: Fix typo in comment.
122 * dummy-frame.c: Fix typo in comment.
123 * d10v-tdep.c: Random whitespace/comment tweaks.
124
125 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
126
127 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
128 (sh_push_dummy_code): Delete function, it's only used for dummy calls
129 on stack.
130
131 Based on input by Stephen Clarke (stephen.clarke@superh.com):
132 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
133 in detail.
134
135 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
136
137 * remote-mips.c (mips_initialize): Remove unneeded call to
138 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
139
140 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
141
142 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
143 a memory pointer.
144
145 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
146
147 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
148 for any lwp we resume.
149 (running_callback): Add lwps that have pending status events
150 against them to be considered running.
151
152 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
153
154 * m32r-tdep.c : Include "dis-asm.h".
155 * Makefile.in (m32r-tdep.o): Update dependencies.
156
157 2003-10-06 J. Brobecker <brobecker@gnat.com>
158
159 * completer.h (get_gdb_completer_word_break_characters): Delete.
160 * completer.c: include language.h.
161 (gdb_completer_word_break_characters): Delete.
162 (get_gdb_completer_word_break_characters): Delete.
163 (location_completer): Use the word break characters of the current
164 language.
165 (complete_line): Likewise.
166 (line_completion_function): Likewise.
167 (skip_quoted_chars): Likewise.
168 * Makefile.in (completer.o): Add dependency on language.h.
169 * top.c (init_main): Set the readline word break characters
170 to GDB's default word break characters.
171
172 2003-10-06 J. Brobecker <brobecker@gnat.com>
173
174 * language.h (language_defn): new field, la_word_break_characters.
175 * language.c (unknown_language_defn): Set new field to
176 default_word_break_characters.
177 (auto_language_defn): Likewise.
178 (local_language_defn): Likewise.
179 * ada-lang.c (ada_language_defn): Likewise.
180 * c-lang.c (c_language_defn): Likewise.
181 (cplus_language_defn): Likewise.
182 (asm_language_defn): Likewise.
183 (minimal_language_defn): Likewise.
184 * f-lang.c (f_language_defn): Likewise.
185 * jv-lang.c (java_language_defn): Likewise.
186 * m2-lang.c (m2_language_defn): Likewise.
187 * objc-lang.c (objc_language_defn): Likewise.
188 * p-lang.c (pascal_language_defn): Likewise.
189 * scm-lang.c (scm_language_defn): Likewise.
190
191 2003-10-06 Andrew Cagney <cagney@redhat.com>
192
193 * ppc-sysv-tdep.c: Re-indent.
194
195 2003-10-06 J. Brobecker <brobecker@gnat.com>
196
197 * language.h (default_word_break_characters): Add prototype.
198 * language.c (default_word_break_characters): New function.
199
200 2003-10-06 Andreas Schwab <schwab@suse.de>
201
202 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
203 with %eax.
204
205 2003-10-06 Andrew Cagney <cagney@redhat.com>
206
207 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
208 "h8500-tdep.c".
209 (z8k-tdep.o): Delete custom build rule.
210
211 2003-10-06 Andrew Cagney <cagney@redhat.com>
212
213 * Makefile.in: Update all dependencies.
214
215 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
216 No longer list PA as as obsolete candidate. List m32r as
217 broken instead of obsolete.
218
219 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
220 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
221 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
222 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
223 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
224 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
225 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
226 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
227 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
228 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
229 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
230 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
231 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
232 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
233 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
234 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
235 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
236 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
237 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
238 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
239 * config/z8k/z8k.mt: Ditto.
240
241 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
242 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
243 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
244 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
245 sparclite were removed.
246 * configure.host, configure.tgt: Remove corresponding tuples.
247
248 * breakpoint.c, breakpoint.h: Remove obsolete code.
249 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
250 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
251 * stabsread.h, xcoffread.c: Ditto.
252
253 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
254 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
255 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
256 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
257
258 2003-10-06 David Lecomber <dsl@sources.redhat.com>
259
260 * f-valprint.c: Reformatting
261
262 2003-10-06 Mark Kettenis <kettenis@gnu.org>
263
264 * x86-64-tdep.c: Remove duplicate comment.
265
266 * x86-64-tdep.c (x86_64_store_return_value): Don't use
267 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
268 names for return values. This fixes a bug since we looked at %rbx
269 instead of %rdx.
270
271 2003-10-05 Mark Kettenis <kettenis@gnu.org>
272
273 * x86-64-tdep.c: Include "regset.h".
274
275 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
276 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
277 sizeof_fpregset.
278 * i386-tdep.c: Include "regset.h".
279 (i386_supply_gregset): New function.
280 (i386_supply_fpregset): New function.
281 (i386_gdbarch_init): Initialze register set-related members of
282 TDEP.
283 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
284 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
285
286 2003-10-03 Andrew Cagney <cagney@redhat.com>
287
288 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
289 set extract_return_value, store_return_value and
290 use_struct_convention to ppc64_sysv_abi_extract_return_value,
291 ppc64_sysv_abi_store_return_value and
292 ppc64_sysv_abi_use_struct_convention.
293 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
294 (ppc64_sysv_abi_store_return_value): Declare.
295 (ppc64_sysv_abi_use_struct_convention): Declare.
296 * ppc-sysv-tdep.c (enum return_value_convention): Define.
297 (ppc64_sysv_abi_extract_return_value): New function.
298 (ppc64_sysv_abi_store_return_value): New function.
299 (ppc64_sysv_abi_use_struct_convention): New function.
300 (ppc64_sysv_abi_return_value): New function.
301
302 2003-10-03 Andrew Cagney <cagney@redhat.com>
303
304 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
305 convert a descriptor to a function when it's in the ".opd"
306 section.
307
308 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
309
310 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
311 reg_size to keep GCC silent.
312
313 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
314
315 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
316 base for DW_EH_PE_textrel encodings.
317 (read_encoded_value): Add a DW_EH_PE_textrel case.
318 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
319 section.
320
321 2003-10-03 Mark Kettenis <kettenis@gnu.org>
322
323 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
324
325 2003-10-02 Andrew Cagney <cagney@redhat.com>
326
327 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
328 REGISTER_RAW_SIZE.
329 * gdbarch.h, gdbarch.c: Re-generate.
330 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
331 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
332 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
333 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
334 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
335 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
336 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
337 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
338 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
339 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
340 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
341 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
342 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
343 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
344 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
345 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
346
347 2003-10-02 Jim Blandy <jimb@redhat.com>
348
349 * dwarf2read.c (struct die_info): Doc fix.
350
351 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
352
353 * sh-tdep.c: Running thru gdb_indent.sh.
354
355 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
356
357 * sh-tdep.c (sh_justify_value_in_reg): New function.
358 (sh_stack_allocsize): Ditto.
359 (flt_argreg_array): New array used for floating point argument
360 passing.
361 (sh_init_flt_argreg): New function.
362 (sh_next_flt_argreg): Ditto.
363 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
364 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
365 Fix argument passing strategy.
366 (sh_push_dummy_call_nofpu): Ditto.
367
368 2003-10-01 Andrew Cagney <cagney@redhat.com>
369
370 * value.h (register_value_being_returned): Declare. Replace
371 "value_being_returned".
372 * infcall.c (call_function_by_hand): Use
373 register_value_being_returned.
374 * infcmd.c (print_return_value): Call
375 "register_value_being_returned", handle struct return locally.
376 * values.c (register_value_being_returned): New function. Replace
377 "value_being_returned".
378
379 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
380
381 * linux-proc.c (linux_do_registers): New function.
382 (linux_make_note_section): Use linux_do_registers in case of
383 single threaded inferior programs.
384
385 2003-10-01 Andrew Cagney <cagney@redhat.com>
386
387 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
388 use STRUCT_ADDR. When not using "struct return convention", pass
389 "0" to "value_being_returned". Add FIXMEs.
390 * infcmd.c (print_return_value): Pass an explicit 0/1 to
391 value_being_returned. Add comments.
392 * values.c (value_being_returned): Add fixme.
393 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
394 (hppa_value_returned_from_stack): Add FIXME.
395
396 2003-09-30 David Carlton <carlton@kealia.com>
397
398 * dwarf2read.c (struct die_info): Add 'parent' field; replace
399 'has_children' and 'next' by 'child' and 'sibling'.
400 (read_comp_unit): Rework algorithm, breaking body into
401 read_die_and_children and read_die_and_siblings.
402 (read_die_and_children, read_die_and_siblings): New.
403 (read_full_die): Add 'has_children' argument; set it instead of
404 the die's 'has_children' field. Minor formatting cleanup.
405 (free_die_list): Use die->child and die->sibling instead of
406 die->next.
407 (dump_die_list): Ditto.
408 (sibling_die): Use die->sibling.
409 (psymtab_to_symtab_1): Use die's 'child' field in place of its
410 'has_children' and 'next' fields.
411 (process_die, read_file_scope, read_func_scope)
412 (read_lexical_block_scope, read_structure_scope)
413 (read_enumeration, read_array_type, read_common_block)
414 (read_namespace, read_subroutine_type, dump_die): Ditto.
415
416 2003-09-30 Andrew Cagney <cagney@redhat.com>
417
418 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
419 to 224, not 220.
420
421 2003-09-30 Andrew Cagney <cagney@redhat.com>
422
423 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
424 REGISTER_VIRTUAL_SIZE.
425 * gdbarch.h, gdbarch.c: Regenerate.
426 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
427 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
428 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
429
430 2003-09-29 Andrew Cagney <cagney@redhat.com>
431
432 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
433 DEPRECATED_REGISTER_VIRTUAL_TYPE.
434 * gdbarch.h, gdbarch.c: Regenerate.
435 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
436 * sh64-tdep.c, sparc-tdep.c: Update.
437
438 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
439 * remote-vxmips.c (vx_read_register): Ditto.
440 * remote-vx68.c (vx_read_register): Ditto.
441 * gnu-nat.c (inf_validate_procs): Ditto.
442
443 2003-09-29 J. Brobecker <brobecker@gnat.com>
444
445 * infcall.c (call_function_by_hand): Fix build failure
446 introduced in the previous change to this file.
447
448 2003-09-29 Andrew Cagney <cagney@redhat.com>
449
450 * NEWS: Mention Objective-C.
451
452 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
453
454 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
455 test if the register has been saved on the stack.
456 (arm_scan_prologue_cache): When analysing the instruction
457 "str lr, [sp, #-4]", save the address where lr has been stored.
458
459 2003-09-28 Andrew Cagney <cagney@redhat.com>
460
461 * frame.c (frame_read_unsigned_register): Delete function.
462 * frame.h (frame_read_unsigned_register): Delete declaration.
463 * sparc-tdep.c (sparc_init_extra_frame_info): Use
464 get_frame_register_unsigned.
465 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
466 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
467 * d10v-tdep.c (d10v_print_registers_info): Ditto.
468
469 * frame.h (frame_read_register): Delete declaration.
470 * frame.c (frame_read_register): Delete function.
471 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
472 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
473 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
474 * mips-tdep.c (mips_register_to_value): Ditto.
475 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
476 * d10v-tdep.c (d10v_print_registers_info): Ditto.
477
478 * frame.c (frame_read_signed_register): Delete function.
479 (frame_read_unsigned_register): Update comments.
480 * frame.h (frame_read_signed_register): Delete declaration.
481 * h8300-tdep.c (h8300_print_register): Use
482 get_frame_register_signed.
483 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
484
485 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
486 Rename VALUE_RETURNED_FROM_STACK.
487 * infcmd.c (print_return_value): Update.
488 * infcall.c (call_function_by_hand): Update.
489
490 2003-09-28 Mark Kettenis <kettenis@gnu.org>
491
492 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
493 regcache argument and reverse the order of the other two
494 arguments. Remove local regcache variable. Determine
495 architecture from REGCACHE. Update comments.
496 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
497 reverse the order of the other two arguments. Remove local
498 regcache variable. Determine architecture from REGCACHE. Update
499 comments.
500 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
501 prototypes. Update comments.
502 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
503 comment.
504 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
505 Update.
506 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
507 * i386-interix-nat.c (supply_fpregset): Update.
508 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
509 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
510 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
511 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
512 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
513 Update.
514 * i386obsd-tdep.c (fetch_core_registers): Update.
515 * i386v4-nat.c (supply_fpregset): Update.
516 * x86-64-linux-nat.c (supply_fpregset): Update.
517 * x86-64-linux-tdep.c (fetch_core_registers): Update.
518
519 2003-09-27 Mark Kettenis <kettenis@gnu.org>
520
521 * i386-tdep.h: Put opaque declarations in alphabetical
522 order. Remove spurious whitespace.
523 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
524 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
525 * i386-tdep.c (MM0_REGNUM): Remove define.
526 (i386_mmx_regnum_p): Add gdbarch argument.
527 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
528 Rewrite using new macro definitions for FPU/SSE registers.
529 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
530 definitions from i387-tdep.h.
531 (i386_register_name): Update.
532 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
533 new macro definitions for FPU/SSE registers.
534 (i386_extract_return_value): Determine whether floating-point
535 registers are present by examining REGCACHE's architecture.
536 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
537 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
538 FPU/SSE registers.
539 (i386_register_type): Update.
540 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
541 definitions for FPU registers. Use REGCACHE's architecture to
542 determine the appropriate register numbers.
543 (i386_pseudo_register_read, i386_pseudo_register_write,
544 i386_register_reggroup_p): Update.
545 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
546 TDEP->mm0_regnum.
547 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
548 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
549 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
550 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
551 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
552 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
553 *' to `void *'.
554 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
555 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
556 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
557 definitions for FPU/SSE registers.
558 (FXSAVE_MXCSR_ADDR): New define.
559 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
560 TDEP->mm0_regnum.
561 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
562 (I387_ST0_REGNUM): Define.
563
564 * regcache.h (get_regcache_arch): New prototype.
565 * regcache.c (get_regcache_arch): New function.
566
567 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
568 whitespace.
569
570 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
571 Initialize using ARRAY_SIZE.
572
573 2003-09-27 Andrew Cagney <cagney@redhat.com>
574
575 * arch-utils.c (deprecated_init_frame_pc_default): Rename
576 "init_frame_pc_default".
577 * arch-utils.h (deprecated_init_frame_pc_default): Update.
578 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
579 * vax-tdep.c (vax_gdbarch_init): Update.
580 * v850-tdep.c (v850_gdbarch_init): Update.
581 * sh64-tdep.c (sh64_gdbarch_init): Update.
582 * s390-tdep.c (s390_gdbarch_init): Update.
583 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
584 * mcore-tdep.c (mcore_gdbarch_init): Update.
585 * h8300-tdep.c (h8300_gdbarch_init): Update.
586 * cris-tdep.c (cris_gdbarch_init): Update.
587 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
588
589 2003-09-26 Mark Kettenis <kettenis@gnu.org>
590
591 * regset.h: New file.
592 * Makefile.in (regset_h): Add.
593
594 2003-09-25 Andrew Cagney <cagney@redhat.com>
595
596 * frame.h (deprecated_frame_saved_regs): Rename
597 get_frame_saved_regs.
598 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
599 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
600 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
601 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
602 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
603
604 2003-09-25 Andrew Cagney <cagney@redhat.com>
605
606 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
607 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
608 and Java.
609 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
610 arm*-*-* do not use the new frame code.
611
612 2003-09-25 David Carlton <carlton@kealia.com>
613
614 * c-exp.y: Remove 'register' declarations.
615 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
616
617 2003-09-25 David Carlton <carlton@kealia.com>
618
619 * c-exp.y: Include cp-support.h. Add qualified_type.
620 (yylex): Delete nested type hack; add comments.
621 * cp-namespace.c (cp_lookup_nested_type): New function.
622 * cp-support.h: Declare cp_lookup_nested_type.
623 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
624 instead of value_struct_elt_for_reference.
625 * valops.c: Include cp-support.h.
626 (value_aggregate_elt): New function.
627 (value_namespace_elt): Ditto.
628 (value_struct_elt_for_reference): Make static.
629 * value.h: Delete declaration of value_struct_elt_for_reference;
630 add declaration for value_aggregate_elt.
631 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
632 (valops.o): Ditto.
633
634 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
635
636 * stack.c: Include "reggroups.h".
637 (frame_info): Only display registers in all_reggroup.
638 * Makefile.in (stack.o): Update dependencies.
639
640 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
641
642 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
643 "add ip, sp #n" in the prologue.
644 (arm_scan_prologue): Ditto.
645
646 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
647
648 * MAINTAINERS (write after approval): Add myself.
649
650 2003-09-25 Andreas Schwab <schwab@suse.de>
651
652 * m68k-tdep.c: Include "dwarf2-frame.h".
653 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
654 * Makefile.in (m68k-tdep.o): Update dependencies.
655
656 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
657
658 * sh-tdep.c (struct frame_extra_info): Remove.
659 (struct sh_frame_cache): New structure.
660 (GET_SOURCE_REG): New macro extracting source register of an opcode.
661 (GET_TARGET_REG): Ditto but target register.
662 (GET_PUSHED_REG): Remove.
663 (IS_MOV_ARG_TO_REG): New macro.
664 (IS_MOV_ARG_TO_IND_R14): New macro.
665 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
666 (IS_MOVW_PCREL_TO_REG): New macro.
667 (IS_MOVL_PCREL_TO_REG): New macro.
668 (IS_SUB_REG_FROM_SP): New macro.
669 (IS_ARG_MOV): Remove.
670 (IS_MOV_TO_R14): Remove.
671 (IS_RESTORE_FP): New macro.
672 (IS_RTS): New macro.
673 (IS_LDS): New macro.
674 (IS_MOV_FP_SP): New macro.
675 (IS_ADD_REG_TO_FP): New macro.
676 (IS_ADD_IMM_FP): New macro.
677 (sh_skip_prologue_hard_way): Remove.
678 (sh_saved_pc_after_call): Remove.
679 (sh_frame_chain): Remove.
680 (sh_find_callers_reg): Remove.
681 (sh_nofp_frame_init_saved_regs): Remove.
682 (sh_fp_frame_init_saved_regs): Remove.
683 (sh_init_extra_frame_info): Remove.
684 (sh_analyze_prologue): New function.
685 (sh_skip_prologue): Remove deprecated code. Rely on new function
686 sh_analyze_prologue when after_prologue fails.
687 (sh_frame_saved_pc): Remove.
688 (sh_alloc_frame_cache): New function.
689 (sh_frame_cache): Ditto.
690 (sh_frame_prev_register): Ditto.
691 (sh_frame_this_id): Ditto.
692 (sh_frame_unwind): New structure defining the heuristic frame
693 sniffer interface.
694 (sh_frame_sniffer): New function.
695 (sh_unwind_sp): Ditto.
696 (sh_unwind_pc): Ditto.
697 (sh_unwind_dummy_id): Ditto.
698 (sh_frame_base_address): Ditto.
699 (sh_frame_base): New structure defining new frame base code.
700 (sh_in_function_epilogue_p): New function.
701 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
702 code and to call all new code instead. Initialize dwarf2 and
703 heuristic frame sniffer.
704
705 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
706
707 * parser-defs.h (struct exp_descriptor): New definition, containing
708 language-specific info for printing, prefixifying, dumping, and
709 evaluating expressions.
710 (exp_descriptor_standard): Declare new variable.
711 (print_subexp): Make global and declare here (from expprint.c).
712 (dump_subexp): Ditto.
713 (dump_subexp_body_standard): Declare.
714 (operator_length_standard): Declare.
715 (op_name_standard): Declare.
716 (print_subexp): Declare.
717 (print_subexp_standard): Declare.
718
719 * language.h (struct language_defn): Add la_exp_desc field to hold
720 pointer to table for language-specific operators.
721 Remove evaluate_exp field, which is now in struct exp_descriptor.
722
723 * parse.c (operator_length): Move most code to new
724 operator_length_standard function. Use language-specific information.
725 (operator_length_standard): New function taking most code from
726 operator_length.
727 (exp_descriptor_standard): New constant.
728
729 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
730 and OP_EXTENDED_LAST.
731
732 * expprint.c (print_subexp): Use language-specific print_subexp.
733 Make global; remove static declaration.
734 Move most code to print_subexp_standard.
735 (print_subexp_standard): New function, containing code formerly in
736 print_subexp.
737 (op_name): Add expression to argument signature.
738 Use langauge-specific op_name.
739 Move most code to op_name_standard.
740 (op_name_standard): New function, containing code formerly in op_name.
741 (dump_subexp): Use new version of op_name function.
742 Use language-specific dump_subexp_body, and move most existing code to
743 dump_subexp_body_standard.
744 (dump_raw_expression): Use new op_name interface.
745 (dump_subexp_body): Move most code to dump_subexp_body_standard.
746 (dump_subexp_body_standard): New function, containing code formerly
747 in dump_subexp_body.
748
749 * language.c (unknown_language): Add default la_exp_desc field and
750 remove evaluate_exp field.
751 (auto_language): Ditto.
752 (local_language): Ditto.
753 * f-lang.c (f_language_defn): Ditto.
754 * c-lang.c (c_language_defn): Ditto.
755 (cplus_language_defn): Ditto.
756 (asm_language_defn): Ditto.
757 (minimal_language_defn): Ditto.
758 * p-lang.c (pascal_language_defn): Ditto.
759 * m2-lang.c (m2_language_defn): Ditto.
760 * objc-lang.c (objc_language_defn): Ditto.
761
762 * jv-lang.c (exp_descriptor_java): New variable, containing
763 Java-specific expression evaluator.
764 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
765 field.
766 * scm-lang.c (exp_descriptor_scm): New variable, containing
767 Scheme-specific expression evaluator.
768 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
769 field.
770 * objc-lang.c (print_object_command): Take evaluate_exp from the
771 la_exp_desc field.
772
773 * Makefile.in (eval.o): Add dependency on parser-defs.h.
774
775 * eval.c: Include parser-defs.h for the full declaration of
776 la_exp_desc's type.
777 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
778
779 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
780
781 * parser-defs.h (operator_length): Declare.
782
783 * parse.c (length_of_subexp): Use operator_length to get operator
784 lengths and arities for operators.
785 Move most code to new operator_length function.
786 (operator_length): New function absorbing most code from
787 length_of_subexp.
788 (prefixify_subexp): Remove large case and use operator_length instead.
789 (parse_exp_1): Use renamings:
790 dump_prefix_expression => dump_raw_expression and
791 dump_postfix_expression => dump_prefix_expression.
792
793 * expression.h (dump_prefix_expression): Rename to ...
794 (dump_raw_expression): New name.
795 (dump_postfix_expression): Rename to ...
796 (dump_prefix_expression): New name.
797
798 * expprint.c (dump_subexp): Make global. Add comment.
799 Move most existing code to dump_subexp_body.
800 (dump_subexp_body): New function.
801 (dump_prefix_expression): Rename to dump_raw_expression.
802 Remove attempt to print the expression via print_expression: it can't
803 work before the expression is prefixified.
804 (dump_raw_expression): Renamed from dump_prefix_expression.
805 (dump_postfix_expression): Rename to dump_prefix_expression, since
806 that's what it does.
807 Remove 'note' parameter, since this routine must be used on
808 prefixified expression.
809 (dump_prefix_expression): Renamed from dump_postfix_expression.
810
811 2003-09-22 Jim Blandy <jimb@redhat.com>
812
813 * dwarf2read.c (read_array_type): When building the type for an
814 array of unspecified length, make sure to choose the upper bound
815 so that the array's total length comes out to be zero --- that's
816 how we represent such arrays.
817
818 2003-09-22 Michael Chastain <mec@shout.net>
819
820 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
821
822 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
823
824 * top.c (quit_force): Fix indirect call to quit_target so
825 a struct qt_args pointer is passed.
826
827 2003-09-22 Andrew Cagney <cagney@redhat.com>
828
829 * arch-utils.h (init_frame_pc_noop): Delete declaration.
830 * arch-utils.c (init_frame_pc_noop): Delete function.
831 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
832 "init_frame_pc".
833 * mips-tdep.c (mips_gdbarch_init): Ditto.
834 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
835 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
836 declaration.
837 (DEPRECATED_INIT_FRAME_PC): Delete macro.
838 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
839 declaration.
840 (DEPRECATED_INIT_FRAME_PC): Delete macro.
841
842 2003-09-22 Anthony Green <green@redhat.com>
843
844 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
845 declaration.
846
847 2003-09-20 Andrew Cagney <cagney@redhat.com>
848
849 * breakpoint.c: Eliminate ARGSUSED.
850 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
851 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
852 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
853 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
854 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
855 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
856 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
857 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
858 * wince.c, remote-vx.c: Ditto.
859
860 * cli/cli-script.c: Remove "register" attributes.
861 * config/pa/tm-hppa.h: Ditto.
862 * cli/cli-decode.c: Ditto.
863 * cli/cli-cmds.c: Ditto.
864
865 2003-09-19 Andrew Cagney <cagney@redhat.com>
866
867 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
868 DEPRECATED_NPC_REGNUM.
869 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
870
871 2003-09-19 Christopher Faylor <cgf@redhat.com>
872
873 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
874
875 2003-09-19 Jim Blandy <jimb@redhat.com>
876
877 * macrotab.c (macro_include): Use the correct comparison to find
878 the appropriate place for this inclusion in the list.
879
880 2003-09-19 Andrew Cagney <cagney@redhat.com>
881
882 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
883 (DEPRECATED_HPUX_TEXT_END): Define.
884 (deprecated_hpux_text_end): Declare.
885 (struct target_ops): Declare opaque.
886 * hppah-nat.c (text_end): Make static.
887 (deprecated_hpux_text_end): New function.
888 * exec.c (text_end): Delete global variable.
889 (NEED_TEXT_START_END): Do not define.
890 (exec_file_attach): Replace code computing "text_end" code with
891 call to DEPRECATED_HPUX_TEXT_END.
892
893 2003-09-19 Andrew Cagney <cagney@redhat.com>
894
895 * utils.c (align_up, align_down): New functions.
896 * defs.h (align_up, align_down): Declare.
897 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
898 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
899 and "align_down".
900 (round_up, round_down): Delete functions.
901 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
902 "align_down".
903 (ROUND_DOWN, ROUND_UP): Delete macros.
904 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
905 * h8300-tdep.c: Replace "round_up" and "round_down" with
906 "align_up" and "align_down".
907 (round_up, round_down): Delete macros.
908 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
909 "align_down".
910 (ROUND_UP, ROUND_DOWN): Delete macros.
911
912 2003-09-18 J. Brobecker <brobecker@gnat.com>
913
914 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
915 hard-coded constant. Use the proper machine name instead.
916
917 2003-09-17 Andrew Cagney <cagney@redhat.com>
918
919 * sparc-tdep.c (legacy_register_name): Delete function.
920 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
921 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
922 * infcmd.c (gdb_register_name): Delete variable.
923 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
924 REGISTER_NAME and "tm.h".
925 * gdbarch.h, gdbarch.c: Regenerate.
926 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
927 REGISTER_NAMES in comments.
928 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
929 * m68klinux-nat.c (regmap): Ditto.
930
931 2003-09-17 Jim Blandy <jimb@redhat.com>
932
933 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
934
935 2003-09-17 Andrew Cagney <cagney@redhat.com>
936
937 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
938 (ppcnbsd_init_abi): Set "use_struct_convention" to
939 "ppcnbsd_use_struct_convention".
940
941 2003-09-17 Mark Kettenis <kettenis@gnu.org>
942
943 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
944 * gdbarch.h, gdbarch.c: Regenerate.
945 (stabs_argument_has_addr): New architecture method.
946 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
947 * arch-utils.c: Include "buildsym.h".
948 (default_stabs_argument_has_addr): New function.
949 * stabsread.c (define_symbol): Use stabs_argument_has_addr
950 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
951
952 2003-09-17 Andrew Cagney <cagney@redhat.com>
953
954 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
955 * gdbarch.h, gdbarch.c: Regenerate.
956 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
957 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
958 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
959 * sparcnbsd-tdep.c: Update.
960
961 2003-09-17 Andrew Cagney <cagney@redhat.com>
962
963 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
964 * gdbarch.h, gdbarch.c: Regenerate.
965 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
966 * d10v-tdep.c, frame.c: Update.
967 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
968 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
969 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
970 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
971 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
972 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
973 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
974 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
975 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
976 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
977 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
978 * config/pa/nm-hppah.h: Update.
979
980 2003-09-16 Andrew Cagney <cagney@redhat.com>
981
982 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
983 "use_struct_convention" to "ppc_linux_use_struct_convention".
984 (ppc_linux_use_struct_convention): New function.
985 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
986 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
987 "rs6000_use_struct_convention".
988 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
989 declaration.
990 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
991 Delete function.
992
993 2003-09-16 Andrew Cagney <cagney@redhat.com>
994
995 * buildsym.c: Remove more occurances of "register".
996 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
997 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
998 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
999 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1000 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1001 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1002 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1003 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1004
1005 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1006
1007 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1008 numbers to enumeration values.
1009 * sh-tdep.c: Accomodate above change.
1010 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1011 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1012 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1013 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1014 (IS_FPUSH): Rename from IS_FMOV.
1015 (sh_extract_struct_value_address): Remove useless comment.
1016 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1017 instead of own local values.
1018 (sh_dump_tdep): Remove.
1019 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1020 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1021
1022 2003-09-15 Andrew Cagney <cagney@redhat.com>
1023
1024 * doublest.c (convert_floatformat_to_doublest): No longer need to
1025 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1026
1027 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1028
1029 * values.c (unpack_double): Call floatformat_is_valid.
1030
1031 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1032
1033 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1034 ps_strings into a long.
1035
1036 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1037 _initialize_am64fbsd_nat.
1038
1039 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1040
1041 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1042 associated with DW_AT_ranges attribute is out of bounds.
1043
1044 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1045
1046 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1047
1048 2003-09-14 Michael Chastain <mec@shout.net>
1049
1050 * config/m68k/nm-apollo68v.h: Delete.
1051 * config/m68k/xm-apollo68v.h: Delete.
1052
1053 2003-09-14 Andrew Cagney <cagney@redhat.com>
1054
1055 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1056 * dcache.c: Update copyrights and descriptions.
1057 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1058
1059 2003-09-14 Andrew Cagney <cagney@redhat.com>
1060
1061 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1062 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1063
1064 2003-09-14 Andrew Cagney <cagney@redhat.com>
1065
1066 * alpha-nat.c: Remove some occurances of "register".
1067 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1068 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1069 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1070 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1071 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1072 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1073 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1074 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1075 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1076 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1077 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1078 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1079 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1080 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1081 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1082 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1083 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1084 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1085 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1086 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1087 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1088 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1089
1090 2003-09-13 Andrew Cagney <cagney@redhat.com>
1091
1092 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1093 * ppc-tdep.h (struct regcache): Declare opaque.
1094 * objfiles.h (struct objfile_data): Declare opaque.
1095 * cp-support.h (struct objfile): Declare opaque.
1096 * linux-nat.h (target_waitstatus): Declare opaque.
1097
1098 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1099
1100 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1101 (stabs_argument_has_addr): New architecture method.
1102 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1103 * arch-utils.c: Include "buildsym.h".
1104 (default_stabs_argument_has_addr): New function.
1105 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1106 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1107
1108 * cris-tdep.c (cris_gdbarch_init): Set
1109 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1110 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1111 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1112 * mips-tdep.c (mips_gdbarch_init): Likewise.
1113 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1114 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1115
1116 2003-09-13 Andrew Cagney <cagney@redhat.com>
1117
1118 * values.c (using_struct_return): Delete "function" and "funcaddr"
1119 parameters.
1120 * value.h (using_struct_return): Update declaration.
1121 * infcmd.c (finish_command_continuation): Update.
1122 (finish_command): Update.
1123 * infcall.c (call_function_by_hand): Update.
1124 * eval.c (evaluate_subexp_standard): Update.
1125
1126 2003-09-13 Christopher Faylor <cgf@redhat.com>
1127
1128 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1129 SSE registers since gdb will not operate correctly without this.
1130 Restore include file ordering munged in previous change.
1131 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1132
1133 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1134
1135 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1136 REG_STRUCT_HAS_ADDR.
1137 * gdbarch.c, gdbarch.h: Updated.
1138 * infcall.c (call_function_by_hand): Update.
1139 * stabsread.c (define_symbol): Updated.
1140
1141 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1142
1143 2003-09-12 Christopher Faylor <cgf@redhat.com>
1144
1145 * win32-nat.c: Reorganize so that defines used by target headers are
1146 actually defined by the system headers.
1147 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1148 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1149
1150 2003-09-12 Jim Blandy <jimb@redhat.com>
1151
1152 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1153 the file has no .data, .bss, or .rodata sections. Instead wait
1154 until we see a variable alleged to live in one of those sections.
1155
1156 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1157 .bss section, presume that any variables we find live in the
1158 .rodata section.
1159
1160 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1161 offsets for global and static variables.
1162
1163 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1164 symbol types are, by definition, in the .data section, so it is
1165 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1166 If there is no .data section, there should be no N_DATA or N_DATA
1167 | N_EXT symbols.
1168
1169 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1170
1171 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1172 (amd64fbsd_sigcontext_addr): Rewrite.
1173 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1174 with correct values.
1175 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1176 (amd64fbsd_init_abi): Fix typo.
1177
1178 2003-09-12 Andrew Cagney <cagney@redhat.com>
1179
1180 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1181 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1182
1183 2003-09-12 Andrew Cagney <cagney@redhat.com>
1184
1185 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1186 "entry_file_highpc". Update comments.
1187 * defs.h (deprecated_inside_entry_file): Rename
1188 "inside_entry_file".
1189 * blockframe.c (deprecated_inside_entry_file): Rename
1190 "inside_entry_file".
1191 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1192 * vax-tdep.c (vax_frame_chain): Update.
1193 * sh64-tdep.c (sh64_frame_chain): Update.
1194 * sh-tdep.c (sh_frame_chain): Update.
1195 * rs6000-tdep.c (rs6000_frame_chain): Update.
1196 * ns32k-tdep.c (ns32k_frame_chain): Update.
1197 * mips-tdep.c (mips_frame_chain): Update.
1198 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1199 * m32r-tdep.c (m32r_frame_this_id): Update.
1200 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1201 * frv-tdep.c (frv_frame_this_id): Update.
1202 * d10v-tdep.c (d10v_frame_this_id): Update.
1203 * cris-tdep.c (cris_frame_chain): Update.
1204 * blockframe.c (legacy_frame_chain_valid): Update.
1205 * avr-tdep.c (avr_frame_this_id): Update.
1206 * arm-tdep.c (arm_prologue_this_id): Update.
1207 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1208 * objfiles.c (objfile_relocate): Update.
1209 * mipsread.c (mipscoff_symfile_read): Update.
1210 (mipscoff_symfile_read): Update.
1211 * mdebugread.c (parse_partial_symbols): Update.
1212 * dwarfread.c (read_file_scope): Update.
1213 * dwarf2read.c (read_file_scope): Update.
1214 * dbxread.c (read_dbx_symtab): Update.
1215 (read_dbx_symtab): Update.
1216 * coffread.c (complete_symtab): Update.
1217
1218 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1219
1220 * top.c (quit_target): New static helper function.
1221 (quit_force): Moved code to quit_target(). Call quit_target()
1222 via catch_errors() to catch errors during quit.
1223
1224 2003-09-11 David Carlton <carlton@kealia.com>
1225
1226 * buildsym.c (finish_block): Use allocate_block to allocate the
1227 block.
1228 * mdebugread.c (new_block): Add FIXME.
1229
1230 2003-09-11 David Carlton <carlton@kealia.com>
1231
1232 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1233 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1234 (recursive_dump_type): Ditto.
1235 * printcmd.c (print_formatted): Ditto.
1236 * typeprint.c (print_type_scalar): Ditto.
1237 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1238 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1239 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1240 maint_cplus_cmd_list.
1241 * cp-support.c: Make maint_cplus_cmd_list extern.
1242 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1243 command.h.
1244 (lookup_symbol_file): Look in possible namespace blocks when
1245 appropriate.
1246 (initialize_namespace_symtab): New.
1247 (get_possible_namespace_block, free_namespace_block)
1248 (check_possible_namespace_symbols)
1249 (check_possible_namespace_symbols_loop)
1250 (check_one_possible_namespace_symbol)
1251 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1252 (_initialize_cp_namespace): Ditto.
1253 * block.h: Declare allocate_block.
1254 * block.c (allocate_block): New.
1255 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1256 allocate_block.
1257 * symfile.h: Update declaration of add_psymbol_to_list.
1258 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1259 question.
1260 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1261 scan_partial_symbols_call.
1262 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1263 helper functions.
1264 (add_partial_symbol): If necessary, scan mangled names for names
1265 of namespaces.
1266 (add_partial_namespace): Add NAMESPACE argument; generate partial
1267 symbols associated to namespaces.
1268 (add_partial_enumeration): Add NAMESPACE argument.
1269 (new_symbol): Allow namespace syms.
1270 (read_namespace): Generate namespace syms.
1271 * objfiles.h: Add opaque declaration of struct symtab.
1272 (struct objfile): Add cp_namespace_symtab member.
1273 * objfiles.c (allocate_objfile): Set
1274 objfile->cp_namespace_symtab.
1275 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1276 dictionary_h, command_h.
1277
1278 2003-09-11 Andrew Cagney <cagney@redhat.com>
1279
1280 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1281 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1282 near the function's end.
1283 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1284 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1285 regcache_raw_write_signed to set SP_REGNUM.
1286
1287 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1288
1289 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1290 orig_addrs is set up properly.
1291
1292 2003-09-11 Andrew Cagney <cagney@redhat.com>
1293
1294 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1295 * gdbarch.h, gdbarch.c: Re-generate.
1296 * infcall.c (call_function_by_hand): Update.
1297 * hppa-tdep.c (hppa_push_arguments): Update.
1298 * ada-lang.c (place_on_stack): Update.
1299 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1300 * sparc-tdep.c (sparc_gdbarch_init): Update.
1301 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1302 * hppa-tdep.c (hppa_gdbarch_init): Update.
1303 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1304 stack_align.
1305
1306 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1307
1308 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1309 register do need a frame.
1310
1311 2003-09-11 Andrew Cagney <cagney@redhat.com>
1312
1313 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1314 buildable since GDB 5.0.
1315 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1316 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1317 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1318 * irix4-nat.c: Delete file.
1319 * config/mips/irix4.mh: Delete file.
1320 * config/mips/irix3.mh: Delete file.
1321 * config/mips/irix3.mt: Delete file.
1322 * config/mips/tm-irix3.h: Delete file.
1323 * config/mips/nm-irix3.h: Delete file.
1324 * config/mips/xm-irix3.h: Delete file.
1325 * config/mips/nm-irix4.h: Delete file.
1326 * config/mips/xm-irix4.h: Delete file.
1327 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1328
1329 2003-09-10 J. Brobecker <brobecker@gnat.com>
1330
1331 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1332 * Makefile.in (hppa-tdep.o): Update dependencies.
1333
1334 2003-09-10 James E Wilson <wilson@specifixinc.com>
1335
1336 * MAINTAINERS: Change my e-mail address. Move to paper trail
1337 section.
1338
1339 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1340
1341 * MAINTAINERS (frv): New ISA entry.
1342
1343 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1344
1345 * frv-tdep.c (dis-asm.h): Include.
1346 * Makefile.in (frv-tdep.o): Update dependencies.
1347
1348 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1349
1350 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1351 Fix typo for high range of floating registers.
1352
1353 2003-09-09 David Carlton <carlton@kealia.com>
1354
1355 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1356 highpc initialization here out of scan_partial_symbols.
1357 (scan_partial_symbols): Restructure into a recursive version,
1358 calling add_partial_namespace and add_partial_enumeration when
1359 appropriate.
1360 (add_partial_namespace): New.
1361 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1362
1363 2003-09-09 Andrew Cagney <cagney@redhat.com>
1364
1365 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1366 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1367 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1368 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1369
1370 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1371 (rs6000_push_dummy_call): Set the "TOC" register.
1372
1373 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1374 methods "max_register_raw_size", "max_register_virtual_size" or
1375 "register_virtual_size".
1376
1377 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1378
1379 * MAINTAINERS: Update my e-mail address.
1380
1381 2003-09-09 Andrew Cagney <cagney@redhat.com>
1382
1383 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1384 (rs6000_push_dummy_call): Store the struct return address.
1385 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1386
1387 2003-09-09 Andrew Cagney <cagney@redhat.com>
1388
1389 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1390 "ppc_sysv_abi_push_arguments".
1391 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1392 "ppc_sysv_abi_push_arguments".
1393 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1394 instead of "push_arguments".
1395 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1396
1397 2003-09-09 Andrew Cagney <cagney@redhat.com>
1398
1399 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1400 instead of CALL_DUMMY_ADDRESS.
1401
1402 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1403
1404 * p-lang.c: Eliminate "register".
1405 * c-lang.c: Ditto.
1406 * expprint.c: Ditto.
1407 * f-lang.c: Ditto.
1408 * jv-lang.c: Ditto.
1409 * language.c: Ditto.
1410 * m2-lang.c: Ditto.
1411 * parse.c: Ditto.
1412 * scm-lang.c: Ditto.
1413 * objc-lang.c: Ditto.
1414
1415 2003-09-09 Nick Clifton <nickc@redhat.com>
1416
1417 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1418
1419 2003-09-04 Andrew Cagney <cagney@redhat.com>
1420
1421 * avr-tdep.c: Include "dis-asm.h".
1422 * cris-tdep.c: Include "dis-asm.h".
1423 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1424 instead of corresponding typedef.
1425 * h8300-tdep.c: Include "dis-asm.h".
1426 * ia64-tdep.c: Include "dis-asm.h".
1427 * i386-tdep.c: Include "dis-asm.h".
1428 (i386_print_insn): Use "struct disassemble_info" instead of
1429 corresponding typedef.
1430 * m68k-tdep.c: Include "dis-asm.h".
1431 * mcore-tdep.c: Include "dis-asm.h".
1432 * mips-tdep.c: Include "dis-asm.h".
1433 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1434 instead of corresponding typedef.
1435 * ns32k-tdep.c: Include "dis-asm.h".
1436 * s390-tdep.c: Include "dis-asm.h".
1437 * sparc-tdep.c: Include "dis-asm.h".
1438 * vax-tdep.c: Include "dis-asm.h".
1439 * v850-tdep.c: Include "dis-asm.h".
1440 * mn10300-tdep.c: Include "dis-asm.h".
1441 * rs6000-tdep.c: Include "dis-asm.h".
1442 * xstormy16-tdep.c: Include "dis-asm.h".
1443 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1444 print_insn_xstormy16.
1445 * Makefile.in (v850-tdep.o): Update dependencies.
1446 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1447 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1448 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1449 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1450 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1451 (gdbarch_h): Remove $(dis_asm_h).
1452 * disasm.c: Include "dis-asm.h".
1453 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1454 corresponding typedef.
1455 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1456 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1457 * gdbarch.sh: Do not include "dis-asm.h".
1458 (struct disassemble_info): Declare opaque.
1459 (TARGET_PRINT_INSN): Update declaration.
1460 * gdbarch.h, gdbarch.c: Re-generate.
1461
1462 2003-09-08 Andrew Cagney <cagney@redhat.com>
1463
1464 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1465 CALL_DUMMY_ADDRESS, change to a predicate.
1466 * gdbarch.h, gdbarch.c: Re-generate.
1467 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1468 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1469 * infcall.c (call_function_by_hand): Ditto.
1470 * sparc-tdep.c (sparc_push_return_address): Ditto.
1471 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1472 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1473 CALL_DUMMY_ADDRESS with entry_point_address.
1474 * v850-tdep.c (v850_push_return_address): Ditto.
1475 * s390-tdep.c (s390_push_return_address): Ditto.
1476 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1477 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1478 * mcore-tdep.c (mcore_push_return_address): Ditto.
1479 * cris-tdep.c (cris_push_return_address): Ditto.
1480 * arm-tdep.c (arm_push_return_address): Ditto.
1481
1482 2003-09-08 Andrew Cagney <cagney@redhat.com>
1483
1484 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1485 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1486 and REG_UNMODIFIED to REG_SAME_VALUE.
1487 (execute_cfa_program): Update.
1488 (dwarf2_frame_cache): Update. Initialize table to
1489 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1490 location.
1491 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1492
1493 2003-09-08 Andrew Cagney <cagney@redhat.com>
1494
1495 * gnu-nat.c: Remove "inline" function attribute.
1496 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1497
1498 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1499
1500 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1501 target.
1502
1503 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1504
1505 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1506 (frame_extra_info): Rename this struct to frv_unwind_cache.
1507 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1508 Add fields ``prev_sp'' and ``base''.
1509 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1510 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1511 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1512 Delete.
1513 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1514 Revise all callers. Fill in the unwind cache argument and make
1515 other adjustments to account for new frame mechanisms.
1516 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1517 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1518 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1519 (frv_frame_unwind, frv_frame_base): New structs.
1520 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1521 additional arguments expected by this method and adjust function
1522 body accordingly.
1523 (frv_gdbarch_init): Remove calls to the following functions:
1524 set_gdbarch_deprecated_init_frame_pc(),
1525 set_gdbarch_deprecated_saved_pc_after_call(),
1526 set_gdbarch_deprecated_frame_chain(),
1527 set_gdbarch_deprecated_frame_saved_pc(),
1528 set_gdbarch_deprecated_frame_init_saved_regs(),
1529 set_gdbarch_deprecated_push_arguments(),
1530 set_gdbarch_deprecated_push_return_address(),
1531 set_gdbarch_deprecated_pop_frame(),
1532 set_gdbarch_deprecated_call_dummy_words(),
1533 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1534 set_gdbarch_deprecated_init_extra_frame_info(),
1535 set_gdbarch_deprecated_dummy_write_sp(), and
1536 set_gdbarch_deprecated_pc_in_call_dummy().
1537 Add calls to the following functions:
1538 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1539 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1540 frame_base_set_default().
1541 * Makefile.in (frv-tdep.o): Update dependencies.
1542
1543 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1544
1545 * dwarf2-frame.c (read_encoded_value): Add support for
1546 DW_EH_PE_aligned encoding.
1547
1548 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1549
1550 * infrun.c (normal_stop): Don't print a message if the inferior
1551 has exited.
1552
1553 2003-09-08 Jim Blandy <jimb@redhat.com>
1554
1555 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1556 * dbxread.c: #include "gdb_assert.h".
1557 (read_dbx_symtab): If the objfile has no .data section, use the
1558 section index for the .bss section instead.
1559
1560 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1561
1562 * frame.c (deprecated_safe_get_selected_frame): New function.
1563 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1564 * findvar.c (read_var_value): Call it.
1565
1566 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1567
1568 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1569 (sh64-tdep.o): Add dependencies.
1570 * configure.tgt: Add FIXME to sh-*-linux*.
1571 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1572 (sh_gdbarch_init): Always set correct sh_show_regs function
1573 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1574 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1575 * sh64-tdep.c: New file, containing all sh64 related code from
1576 sh-tdep.c.
1577 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1578 * config/sh/linux.mt (TDEPFILES): Ditto.
1579 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1580 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1581 * config/sh/wince.mt (TDEPFILES): Ditto.
1582
1583 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1586 (stop_wait_callback): Handle !lp->signalled also.
1587 (lin_lwp_has_pending, flush_callback): New functions.
1588 (lin_lwp_wait): Call flush_callback.
1589 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1590 (linux_proc_pending_signals): New function.
1591 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1592
1593 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1594
1595 From Nick Kelsey <nickk@ubicom.com>:
1596 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1597 when the stop PC is at the beginning of a function also.
1598
1599 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1600
1601 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1602 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1603
1604 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1605
1606 * sol-thread.c: Include "gdb_string.h".
1607
1608 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1609
1610 * gcore.c: Reorder include files in alphabetical order. Include
1611 "gdb_assert.h". Various coding style fixes.
1612 (derive_stack_segment, derive_heap_segment): Replace check for
1613 non-null BOTTOM and TOP with gdb_assert.
1614 (derive_heap_segment): Replace check for successful creation of
1615 ZERO with gdb_assert.
1616 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1617
1618 2003-09-04 Andrew Cagney <cagney@redhat.com>
1619
1620 * thread-db.c (verbose_dlsym): New function.
1621 (thread_db_load): Use verbose_dlsym
1622 (thread_db_new_objfile): Print that libthread_db was loaded, and
1623 that thread debugging was enabled.
1624
1625 2003-09-04 Andrew Cagney <cagney@redhat.com>
1626
1627 * configure.tgt: Add "mips64*-*-*" target. Delete
1628 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1629 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1630 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1631 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1632 mips*-sony-*, and mips64*-*-elf* targets.
1633 * config/mips/embedl.mt: Delete file.
1634 * config/mips/embedl64.mt: Delete file.
1635 * config/mips/mips.mt: Delete file.
1636 * config/mips/mips64.mt: Delete file.
1637 * config/mips/tm-embed.h: Delete file.
1638 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1639 * config/mips/embed64.mt: Delete out-of-date comment.
1640
1641 2003-09-04 Andrew Cagney <cagney@redhat.com>
1642
1643 * hppa-tdep.c (hppa_gdbarch_init): Set
1644 "have_nonsteppable_watchpoint".
1645 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1646 * mips-tdep.c (mips_dump_tdep): Do not print
1647 HAVE_NONSTEPPABLE_WATCHPOINT.
1648 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1649 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1650 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1651 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1652
1653 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1654
1655 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1656 unused code. Add comment.
1657
1658 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1659
1660 * breakpoint.c (watchpoint_check): Check for pc being in an
1661 epilogue if watchpoint frame couldn't be found.
1662
1663 2003-09-04 Andrew Cagney <cagney@redhat.com>
1664
1665 * Makefile.in: Re-generate all dependencies.
1666
1667 2003-09-03 Andrew Cagney <cagney@redhat.com>
1668
1669 * arch-utils.h (legacy_print_insn): Delete declaration.
1670 * arch-utils.c (legacy_print_insn): Delete function.
1671 * disasm.c (deprecated_tm_print_insn_info): Delete.
1672 (_initialize_disasm): Delete function, contained code initializing
1673 deprecated_tm_print_insn_info.
1674 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1675 (deprecated_tm_print_insn_info): Delete.
1676 (TARGET_PRINT_INSN): Do not provide a default.
1677 * gdbarch.h, gdbarch.c: Re-generate.
1678
1679 2003-09-03 Andrew Cagney <cagney@redhat.com>
1680
1681 * disasm.c (fprintf_disasm): New function.
1682 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1683 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1684 reverts 2003-08-14 change.
1685 (_initialize_disasm): Call "init_disassemble_info", instead of
1686 INIT_DISASSEMBLE_INFO_NO_ARCH.
1687
1688 2003-09-03 Michael Snyder <msnyder@redhat.com>
1689
1690 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1691
1692 2003-09-03 Andrew Cagney <cagney@redhat.com>
1693
1694 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1695 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1696 * symfile.c (syms_from_objfile): Update.
1697 (reread_symbols): `Update
1698 * exec.c (exec_file_attach): Update.
1699 (exec_file_attach): Update.
1700 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1701 2003-08-29 change.
1702 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1703
1704 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1705
1706 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1707 trad-frame.h.
1708 (arm_get_cache): Delete macro.
1709 (struct arm_prologue_cache): Update comments. Make saved_regs into
1710 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1711 to prev_sp.
1712 (thumb_scan_prologue): Update for cache changes. Don't call
1713 DEPRECATED_PC_IN_CALL_DUMMY.
1714 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1715 argument and use it in desperation search for our prologue. Do not
1716 search past the specified PC.
1717 (arm_make_prologue_cache): Simplify.
1718
1719 (arm_prologue_this_id, arm_prologue_prev_register)
1720 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1721 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1722 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1723 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1724 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1725
1726 (arm_frame_chain_valid, arm_find_callers_reg)
1727 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1728 (arm_pop_frame): Delete obsolete methods.
1729 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1730
1731 (arm_gdbarch_init): Update for new frame methods. Register prologue
1732 and sigtramp unwinders. Set the default frame base method.
1733
1734 * Makefile.in (arm-tdep.o): Update dependencies.
1735 * varobj.c (find_frame_addr_in_frame_chain): Call
1736 get_frame_base_address.
1737 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1738
1739 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1740
1741 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1742 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1743 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1744 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1745 Take NEXT_FRAME and CACHE arguments. Call
1746 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1747 Set unwound_pc in CACHE instead of modifying the frame argument.
1748 Don't bother checking the frame type when looking for sigtramp
1749 frames.
1750 (arm_make_prologue_cache, arm_frame_chain)
1751 (arm_init_extra_frame_info): New functions.
1752
1753 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1754
1755 * arm-tdep.c (arm_get_cache): Define.
1756 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1757 unwound_sp, unwound_pc, and saved_regs.
1758 (thumb_scan_prologue): Take a cache instead of the frame.
1759 (arm_scan_prologue): Likewise.
1760 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1761 instead of a temporary frame.
1762 (arm_init_extra_frame_info): Allocate and use a cache.
1763 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1764
1765 2003-09-03 Andrew Cagney <cagney@redhat.com>
1766
1767 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1768 * config/mips/wince.mt (TM_CLIBS): Ditto.
1769 * config/sh/wince.mt (TM_CLIBS): Ditto.
1770 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1771 * config/sparc/sp64.mt (CC): Delete.
1772
1773 2003-09-03 Andrew Cagney <cagney@redhat.com>
1774
1775 * defs.h: Do not include "arch-utils.h".
1776 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1777 GDB_MULTI_ARCH_PURE.
1778 * configure.in (GDB_MULTI_ARCH): Do not define.
1779 * configure, config.in: Regenerate.
1780 * configure.tgt: Do not set variable "gdb_multi_arch".
1781 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1782 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1783 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1784 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1785 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1786 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1787 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1788 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1789 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1790 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1791 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1792 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1793 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1794 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1795 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1796 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1797 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1798 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1799
1800 2003-08-30 Michael Chastain <mec@shout.net>
1801
1802 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1803 * config/m68k/nm-hp300hpux.h: Delete.
1804 * config/m68k/tm-hp300hpux.h: Delete.
1805 * config/m68k/xm-hp300hpux.h: Delete.
1806 * config/m68k/xm-hp300bsd.h: Delete.
1807 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1808 tm-hp300hpux.h, xm-hp300hpux.h.
1809 * somsolib.c: Remove comment about hp300 shared libraries.
1810
1811 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1812
1813 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1814 Only define PTRACE_GET_THREAD_AREA is not already defined.
1815 Various style fixes in code and comments and some additional
1816 spelling fixes in comments. Move after functions dealing with
1817 debug registers.
1818 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1819 Fix coding-style.
1820
1821 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1822 frame_unwind_register_unsigned instead of
1823 frame_unwind_unsigned_register.
1824
1825 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1826
1827 * configure.in: Search for gethostbyname in libnsl.
1828 * configure: Regenerated.
1829
1830 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1831
1832 * configure.in: Remove redundant AC_MSG_RESULT in check for
1833 uintptr_t in stdint.h.
1834 * configure: Regenerated.
1835
1836 * amd64-nat.h (struct regcache): Add opaque declaration.
1837
1838 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1839 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1840 Change "register array" to "register cache" in comments.
1841 (x86_64_linux_gregset64_reg_offset): New variable.
1842 (GETREGS_SUPPLIES): Remove macro.
1843 (supply_gregset): Call amd64_supply_native_gregset instead of
1844 x86_64_linux_supply_gregset.
1845 (fill_gregset): Rename `regno' to `regnum'. Call
1846 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1847 (store_regs): Rename `regno' to `regnum'.
1848 (store_fpregs): Rename `regno' to `regnum'.
1849 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1850 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1851 Reorganize function a bit.
1852 (store_inferior_registers): Rename `regno' to `regnum'. Use
1853 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1854 Reorganize function a bit.
1855 (_initialize_x86_64_linux_nat): New function.
1856 * config/i386/x86-64linux.mh.
1857
1858 2003-08-29 Andrew Cagney <cagney@redhat.com>
1859
1860 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1861 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1862 (target_remove_watchpoint): Delete macro.
1863 (target_insert_watchpoint): Delete macro.
1864 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1865 (remote_mips_stopped_by_watchpoint): Delete declaration.
1866 (remote_mips_remove_watchpoint): Delete declaration.
1867 (remote_mips_set_watchpoint): Delete declaration.
1868 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1869 * remote-mips.c (_initialize_remote_mips): Set
1870 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1871 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1872 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1873 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1874 (mips_stopped_by_watchpoint): Rename
1875 remote_mips_stopped_by_watchpoint.
1876 (mips_can_hardware_watchpoint): Rename
1877 remote_mips_can_use_hardware_watchpoint, update function
1878 signature.
1879
1880 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1881
1882 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1883 USER_DS. We haven't given them a register number yet.
1884
1885 * amd64-nat.h: New file.
1886 * amd64-nat.c: New file.
1887 * amd64fbsd-nat.c: Include "amd64-nat.h".
1888 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1889 (amd64fbsd32_r_reg_offset): New variable.
1890 (supply_gregset): Simply call amd64_supply_native_gregset.
1891 (fill_gregset): Rename `regno' to `regnum'. Simply call
1892 amd64_collect_native_gregset.
1893 (fill_fpregset): Rename `regno' to `regnum'.
1894 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1895 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1896 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1897 `fpregset_t'. Call amd64_supply_native_gregset instead of
1898 supply_gregset. Call x86_64_supply_fxsave instead of
1899 supply_fpregset.
1900 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1901 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1902 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1903 `fpregset_t'. Call amd64_collect_native_gregset instead of
1904 fill_gregset. Call x86_64_collect_fxsave instead of
1905 fill_fpregset.
1906 (_initialize_am64fbsd_nat): Initialize
1907 amd64_native_gregset32_reg_offset and
1908 amd64_native_gregset64_reg_offset.
1909 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1910
1911 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1912 null pointer. Fix typo in comment.
1913
1914 * regcache.c (supply_register): Reimplement to call
1915 regcache_raw_supply.
1916 (regcache_collect): Reimplement by calling regcache_raw_collect.
1917
1918 2003-08-28 Mark Kettenis <kettenis@gnu.org>
1919
1920 * regcache.c (register_buffer): Consitify first argument.
1921 (regcache_raw_supply, regcache_raw_collect): New
1922 functions.
1923
1924 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1925
1926 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1927 by Nathan J. Williams.
1928
1929 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1930
1931 * lin-lwp.c (wait_lwp): New function, copied from
1932 stop_wait_callback. Clean up.
1933 (stop_wait_callback): Use wait_lwp.
1934
1935 2003-08-28 Andrew Cagney <cagney@redhat.com>
1936
1937 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1938 flavour and disassembler options.
1939 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1940 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1941 deprecated_tm_print_insn_info.
1942
1943 2003-08-27 Andrew Cagney <cagney@redhat.com>
1944
1945 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1946 Use target_read_memory.
1947 (s390_get_frame_info): Update. Do not reference
1948 deprecated_tm_print_insn_info.
1949 (s390_check_function_end, s390_is_sigreturn): Ditto.
1950
1951 2003-08-27 Andrew Cagney <cagney@redhat.com>
1952
1953 * Makefile.in (cris-tdep.o): Update dependencies.
1954 * cris-tdep.c: Include "gdb_assert.h".
1955 (cris_gdbarch_init): Set print_insn.
1956 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1957 (cris_delayed_get_disassembler): Simplify, directly call the
1958 disassembler returned by cris_get_disassembler.
1959 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1960 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1961 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1962 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1963 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1964 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1965 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1966 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1967 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1968 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1969 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1970 (gdb_print_insn_sparc): Delete function.
1971 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1972 deprecated_tm_print_insn_info.
1973 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1974 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1975 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1976 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1977 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1978 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1979 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1980 (s390_gdbarch_init): Set print_insn.
1981
1982 2003-08-27 Andrew Cagney <cagney@redhat.com>
1983
1984 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
1985 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
1986 * infcall.c (call_function_by_hand): Convert the entry point
1987 address into a code address.
1988
1989 2003-08-27 Andrew Cagney <cagney@redhat.com>
1990
1991 * dsrec.c: Include "gdb_string.h".
1992 * Makefile.in (dsrec.o): Update dependencies.
1993
1994 2003-08-27 Michael Chastain <mec@shout.net>
1995
1996 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
1997
1998 2003-08-27 Andrew Cagney <cagney@redhat.com>
1999
2000 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2001 (alpha_osf1_init_abi): Do not set call_dummy_address.
2002
2003 2003-08-27 David Carlton <carlton@kealia.com>
2004
2005 From Randolph Chung <tausq@debian.org>:
2006 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2007 compiles with -Wformat-nonliteral -Werror.
2008
2009 2003-08-26 Jim Blandy <jimb@redhat.com>
2010
2011 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2012 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2013 bfd_lookup_symbol, since we only want symbols in code sections.
2014 (look_for_base): Pass zero as the SECT_FLAGS argument to
2015 bfd_lookup_symbol, since we're not concerned about which section
2016 the symbol is in.
2017
2018 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2019
2020 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2021 we are frameless or the return address register is already known.
2022
2023 2003-08-26 Andrew Cagney <cagney@redhat.com>
2024
2025 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2026 in size. Add comments.
2027
2028 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2029
2030 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2031 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2032
2033 2003-08-26 Jason Merrill <jason@redhat.com>
2034
2035 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2036 case out of #ifdef MIPS block.
2037
2038 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2039
2040 PR java/1322
2041 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2042 available before calling SECT_OFF_TEXT.
2043 * PROBLEMS: Remove description of java/1322.
2044
2045 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2046
2047 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2048 bof, and nat0-nat127 as pseudo-registers.
2049 (ia64_frame_cache): New struct used to cache frame info.
2050 (ia64_register_reggroup_p): New routine used to override default
2051 register grouping so registers without names are still saved and
2052 restored.
2053 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2054 pseudo values.
2055 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2056 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2057 (ia64_alloc_frame_cache): New routine to create a new
2058 ia64_frame_cache.
2059 (examine_prologue): Change prototype to add next_frame pointer.
2060 Assume frameless until otherwise proven. Verify that the cfm for
2061 current frame matches the cfm that should occur for the prologues
2062 alloc insn and if equal, mark as not frameless. At end of routine,
2063 if not frameless, calculate registers for the previous frame and store
2064 in the cache, if a cache is provided.
2065 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2066 and pass 0 for next_frame.
2067 (ia64_store_return_value): Change to use convert_typed_floating()
2068 instead of calling ia64_convert_to_raw().
2069 (ia64_extract_return_value): Change to use convert_typed_floating()
2070 instead of calling ia64_convert_to_virtual().
2071 (ia64_frame_cache): New routine to support new frame model.
2072 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2073 (ia64_frame_sniffer): Ditto.
2074 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2075 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2076 (ia64_sigtramp_frame_prev_register): Ditto.
2077 (ia64_sigtramp_frame_sniffer): Ditto.
2078 (ia64_frame_base_address): Ditto.
2079 (ia64_extract_struct_value_address): Change to issue error message.
2080 (ia64_frame_align): New routine to align sp.
2081 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2082 (ia64_push_arguments): Removed. Logic moved to
2083 ia64_push_dummy_call().
2084 (ia64_push_return_address): Ditto.
2085 (ia64_unwind_dummy_id): New function.
2086 (ia64_unwind_pc): Ditto.
2087 (ia64_convert_register_p): Ditto.
2088 (ia64_register_to_value): Ditto.
2089 (ia64_value_to_register): Ditto.
2090 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2091 (ia64_register_byte, ia64_register_raw_size): Ditto.
2092 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2093 (ia64_saved_pc_after_call): Ditto.
2094 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2095 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2096 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2097 (ia64_register_convert_to_raw): Ditto.
2098 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2099 (ia64_init_extra_frame_info): Ditto.
2100 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2101 (ia64_gdbarch_init): Remove registering of deprecated functions that
2102 are no longer used. Add registration of new gdbarch functions.
2103 Remove registering deprecated_write_sp. Replace
2104 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2105 Delete set_gdbarch_deprecated_register_convertible(),
2106 set_gdbarch_deprecated_register_convert_to_virtual(), and
2107 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2108 set_gdbarch_deprecated_register_size(),
2109 set_gdbarch_deprecated_register_bytes(),
2110 set_gdbarch_pcregnum(),
2111 set_gdbarch_deprecated_register_byte(),
2112 set_gdbarch_deprecated_register_raw_size(),
2113 set_gdbarch_deprecated_max_register_raw_size(),
2114 set_gdbarch_deprecated_register_virtual_size(),
2115 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2116 Replace set_gdbarch_deprecated_extract_return_value() with
2117 set_gdbarch_extract_return_value(). Remove calls to:
2118 set_gdbarch_deprecated_saved_pc_after_call();
2119 set_gdbarch_deprecated_frame_chain(),
2120 set_gdbarch_deprecated_frame_saved_pc(),
2121 set_gdbarch_deprecated_frame_init_saved_regs(),
2122 set_gdbarch_deprecated_get_saved_register(),
2123 set_gdbarch_deprecated_call_dummy_words(),
2124 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2125 set_gdbarch_deprecated_init_extra_frame_info(),
2126 set_gdbarch_deprecated_frame_args_address(),
2127 set_gdbarch_deprecated_frame_locals_address(),
2128 and set_gdbarch_deprecated_dummy_write_sp().
2129 Add set_gdbarch_convert_register_p(),
2130 set_gdbarch_register_to_value(),
2131 set_gdbarch_value_to_register(),
2132 set_gdbarch_push_dummy_call(),
2133 set_gdbarch_frame_align(),
2134 set_gdbarch_unwind_dummy_id(),
2135 set_gdbarch_unwind_pc(),
2136 frame_unwind_append_sniffer(),
2137 frame_unwind_append_sniffer(),
2138 and frame_base_set_default().
2139
2140 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2141
2142 * configure.tgt: Document need for special "mipsisa64" handling.
2143 (mipsisa64*-*-linux64): Handle as target linux64.
2144 (mipsisa64*-*-*): Handle as target embed64.
2145
2146 2003-08-18 Michael Chastain <mec@shout.net>
2147
2148 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2149 objfile bug.
2150
2151 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2152
2153 * i387-tdep.h: Update copyright date.
2154 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2155
2156 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2157 CFLAGS games to reflect reality.
2158
2159 2003-08-24 Andrew Cagney <cagney@redhat.com>
2160
2161 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2162 GDB_MULTI_ARCH is always non-zero.
2163 * osabi.c (_initialize_gdb_osabi): Ditto.
2164 (gdbarch_init_osabi): Ditto.
2165 * sparc-tdep.c: Ditto for #if code.
2166
2167 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2168
2169 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2170 Update comments.
2171 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2172 comments.
2173 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2174 x86_64_supply_fxsave.
2175 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2176 x86_64_supply_fxsave.
2177 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2178 x86_64_supply_fxsave.
2179
2180 2003-08-23 Andreas Jaeger <aj@suse.de>
2181
2182 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2183 i387_supply_fxsave.
2184
2185 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2186
2187 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2188 i387_supply_register.
2189 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2190 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2191 i387_supply_fsave.
2192 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2193 i387_supply_fxsave.
2194 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2195 i387_supply_fsave.
2196 * i386bsd-nat.c (supply_fpregset): Adjust call to
2197 i387_supply_fsave.
2198 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2199 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2200 supply_fpregset.
2201 (store_inferior_registers): Remove extraneous whitespace. Call
2202 i387_fill_fsave instead of fill_fpregset.
2203 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2204 (supply_fpregset): Likewise.
2205 * i386v4-nat.c (supply_fpregset): Adjust call to
2206 i387_supply_fsave.
2207 * i386-interix-nat.c (supply_fpregset): Adjust call to
2208 i387_supply_fsave.
2209 * i386-linux-nat.c (supply_fpregset): Adjust call to
2210 i387_supply_fsave.
2211 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2212 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2213 i387supply_fsave and i387_supply_fxsave.
2214 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2215 Incorporate code from `i387_supply_register.
2216 (i387_supply_register): Remove.
2217 (i387_supply_fxsave): Add `regnum' argument.
2218 Update comments.
2219 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2220 prototype.
2221 (i387_supply_register): remove prototype.
2222 Update comments.
2223
2224 2003-08-22 Michael Chastain <mec@shout.net>
2225
2226 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2227 Add lines for files in gdb/testsuite/gdb.cp/* that are
2228 still not 8.3 unique.
2229
2230 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2231
2232 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2233 TYPE_VPTR_FIELDNO is valid.
2234
2235 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2236
2237 * utils.c (set_width_command): Remove prototypes.
2238 (set_screen_size): New prototype.
2239 (init_page_info): Simplify by fetching the screen size from
2240 Readline. Call set_screen_size.
2241 (set_screen_size): New function.
2242 (set_width): Add missing whitespace in comment.
2243 (set_width_command): Call set_screen_size.
2244 (set_height_command): New function.
2245 (initialize_utils): Fix formatting. Make "set height" command
2246 call set_height_command. Remove redundant code that turns off
2247 pagination if output isn't a terminal. Remove redundant call to
2248 set_width_command.
2249
2250 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2251
2252 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2253 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2254 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2255 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2256 `case' keyword.
2257 (sparc64_register_info): Give the reister with number
2258 SPARC64_STATE_REGNUM a name.
2259 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2260 %asi and %ccr.
2261 (sparc64_push_dummy_call): Take BIAS into account when checking
2262 stcak alignment.
2263 (sparc_software_single_step): Remove assertions that check whether
2264 NPC and NNPC were zero.
2265 (sparc_supply_rwindow): Make public. Merge functionality with
2266 sparc64_supply_rwindow.
2267 (sparc_fill_rwindow): Make public. Merge functionality with
2268 sparc64_fill_rwindow.
2269 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2270 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2271 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2272 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2273 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2274
2275 * reggroups.c: Add whitespace after declarations of local
2276 variables in functions.
2277
2278 2003-08-21 Michael Chastain <mec@shout.net>
2279
2280 * gdbtypes.h: Change array bound type from an int to enum.
2281
2282 2003-08-21 Andrew Cagney <cagney@redhat.com>
2283
2284 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2285 * config/sparc/tm-sparc.h: Ditto.
2286 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2287 unconditionally.
2288 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2289
2290 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2291
2292 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2293 (register_objfile_data, set_objfile_data, objfile_data): New
2294 prototypes.
2295 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2296 prototypes.
2297 (allocate_objfile): Call objfile_alloc_data.
2298 (free_objfile): Call objfile_free_data.
2299 (struct objfile_data): New.
2300 (struct objfile_data_registration): New.
2301 (struct objfile_data_registry): New.
2302 (objfile_data_registry): New variable.
2303 (register_objfile_data): New function.
2304 (objfile_alloc_data, objfile_free_data): New functions.
2305 (set_objfile_data, objfile_data): New functions.
2306 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2307 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2308 (_initialize_dwarf2_frame): New function and prototype.
2309
2310 2003-08-21 Andrew Cagney <cagney@redhat.com>
2311
2312 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2313 a specific architecture.
2314 * arch-utils.h (set_architecture_from_arch_mach): Delete
2315 declaration.
2316 (target_architecture_hook): Delete declaration.
2317 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2318 (default_float_format): Assume GDB_MULTI_ARCH.
2319 (default_double_format): Assume GDB_MULTI_ARCH.
2320 (set_endian_from_file): Delete function.
2321 (arch_ok): Delete function.
2322 (set_arch): Delete function.
2323 (set_architecture_from_arch_mach): Delete function.
2324 (set_architecture_from_file): Delete function.
2325 (set_architecture): Assume GDB_MULTI_ARCH.
2326 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2327
2328 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2329
2330 Rewrite FreeBSD/sparc64 native configuration.
2331 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2332 * sparc64fbsd-nat.c: New file.
2333 * sparc64fbsd-tdep.c: New file.
2334 * sparc64-tdep.c sparc64-tdep.h: New files.
2335 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2336 sparc64fbsd-tdep.o): New dependencies.
2337 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2338 and sparc64fbsd-tdep.c.
2339 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2340 * config/sparc/fbsd.mh: Remove copyright notice.
2341 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2342 sparcbsd-nat.o.
2343 * config/sparc/fbsd.mt: Remove copyright notice.
2344 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2345 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2346 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2347 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2348 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2349 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2350 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2351 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2352 "sparc/tm-sp64.h".
2353 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2354 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2355
2356 2003-08-21 Michael Chastain <mec@shout.net>
2357
2358 * symtab.h: Add doco on the space critical structures and
2359 some measurements of space usage.
2360
2361 2003-08-21 Michael Snyder <msnyder@redhat.com>
2362
2363 * tracepoint.c (trace_dump_command): Trace break address
2364 is subject to DECR_PC_AFTER_BREAK.
2365 (set_traceframe_context): Make "trace_line" an int.
2366 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2367
2368 2003-08-20 Michael Snyder <msnyder@redhat.com>
2369
2370 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2371 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2372 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2373 argument passing.
2374 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2375 functions, replace sh_push_dummy_call.
2376 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2377
2378 2003-08-20 Michael Chastain <mec@shout.net>
2379
2380 * gdbtypes.h (struct main_type): Rearrange to save space.
2381
2382 2003-08-20 Michael Snyder <msnyder@redhat.com>
2383
2384 * trad-frame.c: Comment typo fix.
2385
2386 2003-08-20 Michael Snyder <msnyder@redhat.com>
2387 Kevin Buettner <kevinb@redhat.com>
2388
2389 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2390 (frv_frame_init_saved_regs): Add declaration.
2391 (frame_extra_info): Add new field ``saved_regs''.
2392 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2393 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2394 Update frame related code.
2395 (frv_extract_struct_value_address): Adjust formatting.
2396 * Makefile.in (frv-tdep.o): Update dependencies.
2397 * config/frv/tm-frv.h (target_insert_watchpoint)
2398 (target_remove_watchpoint, target_insert_hw_breakpoint)
2399 (target_remove_hw_breakpoint): Delete these macros.
2400 (remote_insert_watchpoint, remote_remove_watchpoint)
2401 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2402 these declarations.
2403
2404 2003-08-20 Michael Chastain <mec@shout.net>
2405
2406 * defs.h (ENUM_BITFIELD): New macro.
2407 * symtab.h (ENUM_BITFIELD): Use it.
2408 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2409
2410 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2411
2412 * MAINTAINERS (write after approval): Add myself.
2413
2414 2003-08-18 Andrew Cagney <cagney@redhat.com>
2415
2416 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2417 * gdbarch.h, gdbarch.c: Re-generate.
2418 * infcall.c (call_function_by_hand): Adjust the SP by
2419 frame_red_zone_size before allocating any stack space.
2420 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2421 * x86-64-tdep.c (x86_64_frame_align): New function.
2422 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2423
2424 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2425 Remove code adjusting SP so that it skips over the Red Zone.
2426
2427 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2428
2429 * NEWS (New native configurations): Mention FreeBSD/amd64.
2430
2431 2003-08-18 Andrew Cagney <cagney@redhat.com>
2432
2433 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2434 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2435 "m68k_frame_p".
2436 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2437
2438 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2439
2440 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2441
2442 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2443
2444 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2445 Define.
2446 * i386-linux-nat.c: Include "linux-nat.h".
2447 (child_post_startup_inferior): New function.
2448
2449 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2450
2451 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2452 at the start of a frameless function. This probably fixes PR
2453 backtrace/1338.
2454
2455 2003-08-17 Michael Chastain <mec@shout.net>
2456
2457 * symfile.c (find_sym_fns): Remove special case for apollo target.
2458
2459 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2460
2461 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2462 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2463 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2464 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2465 (linux_supports_tracevforkdone): New function.
2466 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2467 TRACEVFORKDONE.
2468 (child_follow_fork): Handle vfork.
2469 (linux_handle_extended_wait): Likewise. Also handle exec.
2470 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2471 * NEWS: Mention fork tracing.
2472
2473 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2474
2475 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2476
2477 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2478
2479 * Makefile.in (i386-linux-nat.o): Update dependencies.
2480 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2481 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2482 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2483 * i386-linux-nat.c: Include "linux-nat.h".
2484 (child_post_startup_inferior): New function.
2485 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2486 * infptrace.c (kill_inferior): Wrap in #ifdef.
2487 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2488 attaching to each LWP.
2489 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2490 (init_lin_lwp_ops): Fill in some more operations.
2491 * linux-nat.h (linux_enable_event_reporting)
2492 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2493 prototypes.
2494 * linux-nat.c (linux_enable_event_reporting): New function.
2495 (child_post_attach, linux_child_post_startup_inferior)
2496 (child_post_startup_inferior, child_follow_fork)
2497 (linux_handle_extended_wait, kill_inferior): New functions.
2498
2499 2003-08-16 Andrew Cagney <cagney@redhat.com>
2500
2501 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2502 * gdbarch.h, gdbarch.c: Re-generate.
2503
2504 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2505
2506 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2507
2508 2003-08-16 Andrew Cagney <cagney@redhat.com>
2509
2510 * NEWS: Mention that "set prompt-escape-char" was deleted.
2511 * top.c (get_prompt_1): Delete function.
2512 (gdb_prompt_escape):
2513 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2514 prompt-escape-char" command.
2515 (MAX_PROMPT_SIZE): Delete macro.
2516 (get_prompt): Simplify, do not call get_prompt_1.
2517
2518 2003-08-16 Andrew Cagney <cagney@redhat.com>
2519
2520 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2521 -Werror. -Wformat-nonliteral problems.
2522
2523 2003-08-15 J. Brobecker <brobecker@gnat.com>
2524
2525 Further multiarching work mostly for hppa64-*-hpux11:
2526 * hppa-tdep.h: New file.
2527 * hppa-tdep.c: #include hppa-tdep.c.
2528 (hppa32_num_regs): Renamed from hppa_num_regs.
2529 (hppa64_num_regs): New constant.
2530 (hppa64_call_dummy_breakpoint_offset): New constant.
2531 (hppa32_call_dummy_length): New constant.
2532 (hppa64_call_dummy_length): New constant.
2533 (hppa32_stack_align): Make name 32bit explicit.
2534 (hppa32_register_virtual_type): Likewise.
2535 (hppa32_extract_return_value): Likewise.
2536 (hppa32_use_struct_convention): Likewise.
2537 (hppa32_store_return_value): Likewise.
2538 (hppa64_register_virtual_type): New function.
2539 (hppa64_extract_return_value): New function.
2540 (hppa64_use_struct_convention): New function.
2541 (hppa64_store_return_value): New function.
2542 (hppa_frame_locals_address): Remove declaration, function does
2543 not exist anymore.
2544 (hppa_register_byte): Add support for PA64 ABI.
2545 (hppa_gdbarch_init): Add support for PA64 ABI.
2546 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2547 Make name 32bit explicit.
2548 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2549 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2550 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2551 (hppa64_hpux_frame_base_before_sigtramp): New function.
2552 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2553 * config/pa/tm-hppa64.h: Remove macros that are no longer
2554 necessary now that the gdbarch vector is properly setup.
2555 Transform some macros into function calls. Some minor cleanup.
2556 * config/pa/tm-hppah.h: Update function calls in macros
2557 following the function renaming in hppa-hpux-tdep.c.
2558 * Makefile.in (hppa_tdep_h): New variable.
2559 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2560
2561 2003-08-14 Michael Snyder <msnyder@redhat.com>
2562
2563 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2564
2565 2003-08-13 J. Brobecker <brobecker@gnat.com>
2566
2567 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2568 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2569 routine.
2570
2571 2003-08-13 Michael Snyder <msnyder@redhat.com>
2572
2573 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2574 (frv_saved_pc_after_call): Use deprecated ftype.
2575 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2576 (frv_remote_translate_xfer_address): Remove.
2577 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2578
2579 2003-08-13 J. Brobecker <brobecker@gnat.com>
2580
2581 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2582 initialization after the common gdbarch initialization, not before.
2583
2584 2003-08-13 J. Brobecker <brobecker@gnat.com>
2585
2586 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2587 (ADDR_BITS_REMOVE): Remove, redundant.
2588
2589 2003-08-13 J. Brobecker <brobecker@gnat.com>
2590
2591 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2592 gdbarch method to clear the 2 low bits of text addresses.
2593
2594 2003-08-12 Andrew Cagney <cagney@redhat.com>
2595
2596 * Makefile.in (dsrec.o): Update dependencies.
2597 * dsrec.c: Include "gdb_assert.h".
2598 (make_srec): Use snprintf instead of sprintf, use a literal format
2599 string.
2600
2601 2003-08-12 Andrew Cagney <cagney@redhat.com>
2602
2603 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2604 FRAME_OBSTACK_ZALLOC.
2605
2606 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2607
2608 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2609 SSE registers.
2610
2611 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2612
2613 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2614 amd64fbsd_sc_reg_offset): Add extern declarations.
2615 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2616 declarations.
2617
2618 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2619
2620 * MAINTAINERS (write after approval): Update my mail address.
2621
2622 2003-08-10 Andrew Cagney <cagney@redhat.com>
2623
2624 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2625
2626 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2627
2628 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2629 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2630 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2631 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2632 i386bsd_sc_reg_offset): Add extern declarations.
2633 * i386obsd-nat.c: Include "i386-tdep.h"
2634 (_initialize_i386obsd_nat): Remove extern declarations.
2635 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2636 declarations.
2637 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2638 declarations.
2639
2640 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2641 instead of frame_read_register.
2642 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2643 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2644 SP_REGNUM.
2645 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2646 instead of frame_unwind_unsigned_register. Use
2647 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2648 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2649 instead of read_register. Use builtin_type_void_data_ptr instead
2650 of builtin_type_void_func_ptr when extracting the address of the
2651 jmp_buf.
2652 (i386_extract_return_value, i386_store_return_value,
2653 i386_pseudo_register_read, i386_pseudo_register_write): Use
2654 register_size instead REGISTER_RAW_SIZE.
2655
2656 2003-08-10 Andrew Cagney <cagney@redhat.com>
2657
2658 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2659 sprintf. Make "name" constant.
2660
2661 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2662
2663 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2664 instead of frame_read_register.
2665 (i387_print_float_info): Use get_frame_register and
2666 get_frame_register_unsigned instead of frame_register_read.
2667
2668 * i386fbsd-nat.c: Include "i386-tdep.h".
2669 (child_resume): Make `eflags' an ULONGEST. Use
2670 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2671 instead of register_read and register_write.
2672
2673 * i386bsd-nat.c (fetch_inferior_registers,
2674 store_inferior_registers): Don't use && at the end of a line.
2675 (_initialize_i386bsd_nat): Fix typo.
2676
2677 * frame.c (_initialize_frame): Add missing backslash.
2678
2679 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2680 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2681 and supply_register instead of manipulating the register buffer
2682 directly.
2683
2684 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2685 * config/i386/nm-i386sol2.h
2686 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2687
2688 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2689 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2690 instructions that GCC likes to mingle into the prologue. Fixes
2691 gdb/1253 and gdb/1255.
2692
2693 2003-08-09 Andrew Cagney <cagney@redhat.com>
2694
2695 Fix GDB PR cli/926.
2696 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2697 * command.h (add_setshow_uinteger_cmd): Declare.
2698 * frame.c (set_backtrace_cmd): New function.
2699 (show_backtrace_cmd): New function.
2700 * frame.c (_initialize_frame): Replace "set/show
2701 backtrace-below-main" with "set/show backtrace past-main". Add
2702 command "set/show backtrace limit".
2703 (backtrace_past_main): Rename "backtrace_below_main".
2704 (backtrace_limit): New variable.
2705 (get_prev_frame): Update. Check the backtrace_limit.
2706
2707 2003-08-09 Andrew Cagney <cagney@redhat.com>
2708
2709 * defs.h (xstrprintf): Declare.
2710 * utils.c (xstrprintf): New function.
2711 * breakpoint.c (insert_breakpoints): Replace sprintf and
2712 non-literal format strings, with xstrprintf and cleanups.
2713 (delete_breakpoint,breakpoint_re_set): Ditto.
2714 (commands_command, insert_breakpoints): Ditto.
2715 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2716 (break_at_finish_command_1): Ditto.
2717
2718 2003-08-09 Andrew Cagney <cagney@redhat.com>
2719
2720 * MAINTAINERS (language support): List Adam Fedor as Objective C
2721 maintainer.
2722
2723 2003-08-08 J. Brobecker <brobecker@gnat.com>
2724
2725 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2726 are now multiarched.
2727
2728 2003-08-08 J. Brobecker <brobecker@gnat.com>
2729
2730 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2731 longer necessary now that hppa64 is partially multiarch'ed.
2732
2733 2003-08-08 Andrew Cagney <cagney@redhat.com>
2734
2735 * interps.c (interp_set): Check for a NULL "old_interp".
2736
2737 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2738
2739 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2740 (install-only): Support DESTDIR.
2741 (uninstall): Likewise.
2742 (install-gdbtk): Likewise.
2743
2744 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2745
2746 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2747 contains something meaningful at all times.
2748
2749 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2750
2751 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2752
2753 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2754
2755 * MAINTAINERS (write after approval): Added self.
2756
2757 2003-08-07 Andrew Cagney <cagney@redhat.com>
2758
2759 * inferior.h (AT_SYMBOL): Define.
2760 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2761 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2762 * mips-tdep.c (mips_call_dummy_address): Delete function.
2763 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2764 set call_dummy_address.
2765
2766 2003-08-07 Andrew Cagney <cagney@redhat.com>
2767
2768 * language.c (op_error): Delete function.
2769 (binop_type_check): Delete function.
2770 * language.h (type_op_error, range_op_error): Delete macros.
2771 (op_error): Delete declaration.
2772
2773 2003-08-07 Andrew Cagney <cagney@redhat.com>
2774
2775 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2776
2777 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2778
2779 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2780 (x86_64_push_arguments): Skip the red zone.
2781
2782 2003-08-05 Andrew Cagney <cagney@redhat.com>
2783
2784 * reggroups.c (reggroup_next): Check for the final entry.
2785
2786 2003-08-04 Andrew Cagney <cagney@redhat.com>
2787
2788 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2789 * cli/cli-script.c (define_command): Call query directly, instead
2790 of passing it a buffer.
2791 * ocd.c (ocd_error): Pass error a constant format string.
2792 * remote-mips.c (mips_error): Use fputs_filtered.
2793
2794 * solib-svr4.c (_initialize_svr4_solib): Update
2795 register_gdbarch_data call.
2796 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2797
2798 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2799 (register_gdbarch_data): Delete "free" parameter. Update
2800 comments.
2801 * gdbarch.h, gdbarch.c: Re-generate.
2802 * reggroups.c (_initialize_reggroup): Update.
2803 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2804 * frame-base.c (_initialize_frame_base): Update.
2805 * frame-unwind.c (_initialize_frame_unwind): Update.
2806 * user-regs.c (_initialize_user_regs): Update.
2807 * remote.c (_initialize_remote): Update.
2808 * regcache.c (_initialize_regcache): Update.
2809
2810 * regcache.c (xfree_regcache_descr): Delete function.
2811 (_initialize_regcache): Update call to register_gdbarch_data.
2812 (init_regcache_descr, init_legacy_regcache_descr): Use
2813 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2814
2815 * remote.c (free_remote_state): Delete function.
2816 (_initialize_remote): Update register_gdbarch_data.
2817 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2818 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2819
2820 2003-08-04 Andrew Cagney <cagney@redhat.com>
2821
2822 * reggroups.c (struct reggroup_el): Define.
2823 (struct reggroups): Delete field "nr_group". Replace array
2824 "group" with a "first" to "last" linked list.
2825 (reggroups_init): Update. Allocate using gdbarch's obstack.
2826 (reggroups_free): Delete function.
2827 (add_group): Update. Add "el" parameter.
2828 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2829 (default_groups): Update.
2830 (reggroup_next): Replace reggroups.
2831 (reggroups_dump): Update.
2832 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2833 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2834 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2835
2836 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2837
2838 * Makefile.in (tui-interp.o): Update dependencies.
2839
2840 2003-08-04 David Carlton <carlton@kealia.com>
2841
2842 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2843 to internal_error call.
2844 * source.c (forward_search_command): Add "%s" format argument.
2845 (reverse_search_command): Ditto.
2846 * top.c (quit_confirm): Ditto.
2847 * cli/cli-setshow.c (do_setshow_command): Ditto.
2848 * cp-valprint.c (cp_print_class_method): Replace
2849 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2850 (cp_print_class_member): Ditto.
2851 * event-top.c (command_line_handler): Ditto.
2852 * linux-proc.c (linux_info_proc_cmd): Ditto.
2853 * p-typeprint.c (pascal_type_print_base): Ditto.
2854 * p-valprint.c (pascal_object_print_class_method): Ditto.
2855 (pascal_object_print_class_member): Ditto.
2856 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2857 * remote.c (remote_cisco_section_offsets): Ditto.
2858 * top.c (command_line_input): Ditto.
2859 * utils.c (vwarning,error_stream,quit): Ditto.
2860 * valprint.c (print_floating,print_binary_chars)
2861 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2862
2863 2003-08-04 Andrew Cagney <cagney@redhat.com>
2864
2865 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2866
2867 2003-08-02 Andrew Cagney <cagney@redhat.com>
2868
2869 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2870 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2871 amd64fbsd-nat.c.
2872
2873 2003-08-02 Andrew Cagney <cagney@redhat.com>
2874
2875 * Makefile.in: Update all dependencies and definitions.
2876
2877 2003-08-02 Adam Fedor <fedor@gnu.org>
2878
2879 * linespec.c (is_objc_method_format): New function
2880 (decode_line_1, locate_first_half): Use it.
2881 Fixes PR objc/1298
2882
2883 2003-08-01 Andrew Cagney <cagney@redhat.com>
2884
2885 * NEWS: Mention that m32r is multi-arch.
2886 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2887 * configure.tgt: Recognize m32r-*-*.
2888 * config/m32r/tm-m32r.h: Delete file.
2889 * config/m32r/m32r.mt: New file.
2890 * m32r-rom.c (m32r_upload_command): Use hostent only when
2891 gethostname succeeds, in order to avoid a compilation
2892 warning.
2893 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2894 compiler warning.
2895
2896 2003-08-01 Michael Snyder <msnyder@redhat.com>
2897
2898 * sh-tdep.c (sh_frame_align): New gdbarch method.
2899 (sh_gdbarch_init): Set up frame_align method.
2900
2901 2003-07-31 Michael Snyder <msnyder@redhat.com>
2902
2903 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2904 which is already covered by the new frames infrastructure.
2905
2906 2003-07-31 Andrew Cagney <cagney@redhat.com>
2907
2908 * user-regs.c (struct user_reg): Add "next" link.
2909 (struct user_regs): Replace "user" with "first" and "last" links.
2910 (append_user_reg): Add pre-allocated "reg" parameter.
2911 (builtin_user_regs): Provide initial value for "last".
2912 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2913 (user_regs_init): Allocate memory from the gdbarch obstack.
2914 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2915 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2916 linked list.
2917 (usernum_to_user_reg): New function.
2918 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2919 (value_of_user_reg): Use usernum_to_user_reg.
2920 (user_regs_free): Delete function.
2921 (_initialize_user_regs): Update register_gdbarch_data call.
2922
2923 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
2924
2925 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2926
2927 2003-07-30 Michael Snyder <msnyder@redhat.com>
2928
2929 * value.h (value_being_returned): Add a struct_addr argument.
2930 * infcall.c (call_function_by_hand): Pass struct_addr to
2931 value_being_returned.
2932 * infcmd.c (print_return_value): Pass zero as struct_addr.
2933 * values.c (value_being_returned): If struct_addr is passed,
2934 use it instead of trying to recover it from the inferior.
2935
2936 2003-07-30 Kevin Buettner <kevinb@redhat.com>
2937
2938 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2939 the prologue analyzer won't need to attempt to extract the pc
2940 value from the woefully incomplete dummy frame.
2941 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2942 possible. Disable code which modifies the frame.
2943
2944 2003-07-28 Andrew Cagney <cagney@redhat.com>
2945
2946 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2947 to level 2.
2948 (annotate_breakpoints_table, annotate_record): Ditto.
2949 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2950 (annotate_field_name_end, annotate_field_value): Ditto.
2951 (annotate_field_end, annotate_frame_source_begin): Ditto.
2952 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2953 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2954 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2955 (annotate_frame_address_end, annotate_frame_address): Ditto.
2956 (annotate_frame_args, annotate_frame_end): Ditto.
2957 (annotate_frame_where, annotate_arg_begin): Ditto.
2958 (annotate_arg_name_end, annotate_arg_value): Ditto.
2959 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2960 (annotate_function_call, annotate_signal_name): Ditto.
2961 (annotate_signal_string, annotate_signal_name_end): Ditto.
2962 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2963 (annotate_value_begin, annotate_value_history_value): Ditto.
2964 (annotate_value_history_end, annotate_value_end): Ditto.
2965 (annotate_display_begin, annotate_display_number_end): Ditto.
2966 (annotate_display_format, annotate_display_expression): Ditto.
2967 (annotate_display_expression_end, annotate_display_value): Ditto.
2968 (annotate_display_end, annotate_array_section_begin): Ditto.
2969 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2970 (annotate_elt, annotate_array_section_end): Ditto.
2971
2972 2003-07-28 Andrew Cagney <cagney@redhat.com>
2973
2974 * regcache.c (struct regcache_descr): Update comments on
2975 nr_raw_registers.
2976 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2977 sizeof_raw_register_valid_p.
2978 (init_regcache_descr): Set nr_raw_registers and
2979 sizeof_raw_register_valid_p before calling
2980 init_legacy_regcache_descr.
2981
2982 2003-07-28 Andrew Cagney <cagney@redhat.com>
2983
2984 * mips-tdep.c (print_gp_register_row): Print the GPR's register
2985 MOD NUM_REGS.
2986
2987 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
2988
2989 * thread.c (info_threads_command): Use get_selected_frame ().
2990 Check that there is at least one non-sentinel frame.
2991
2992 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2993
2994 * m68hc11-tdep.c (struct frame_extra_info): Remove.
2995 (m68hc11_pop_frame): Remove.
2996 (m68hc11_frame_saved_pc): Remove.
2997 (m68hc11_frame_chain): Remove.
2998 (m68hc11_frame_init_saved_regs): Remove.
2999 (m68hc11_init_extra_frame_info): Remove.
3000 (m68hc11_store_struct_return): Remove.
3001 (m68hc11_saved_pc_after_call): Remove.
3002
3003 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3004
3005 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3006 frame unwind information.
3007 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3008 and adapted for frame unwinding.
3009 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3010 (m68hc11_unwind_pc): New function.
3011 (m68hc11_frame_unwind_cache): New function to analyze frames.
3012 (m68hc11_frame_this_id): New function to create new frame struct.
3013 (m68hc11_frame_prev_register): New function to unwind a register from
3014 the frame.
3015 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3016 (m68hc11_frame_p): New function for the above.
3017 (m68hc11_frame_base_address): New function to return fp of frame.
3018 (m68hc11_frame_args_address): Update for frame.
3019 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3020 (m68hc11_unwind_sp): New function.
3021 (m68hc11_unwind_dummy_id): New function.
3022 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3023 calls.
3024
3025 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3026
3027 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3028 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3029 when we are beyond the current pc.
3030
3031 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3032
3033 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3034 from m68hc11_push_arguments.
3035 (m68hc11_push_arguments): Remove.
3036 (m68hc11_push_return_address): Remove.
3037 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3038 handlers; remove deprecated_extra_stack_alignment_needed.
3039
3040 2003-07-27 Andrew Cagney <cagney@redhat.com>
3041
3042 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3043 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3044 REAL_PC and not the pointer.
3045 * hppa-hpux-tdep.c: Include frame.h
3046
3047 2003-07-27 Andrew Cagney <cagney@redhat.com>
3048
3049 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3050 GDB_MULTI_ACH_PARTIAL.
3051
3052 2003-07-27 Andrew Cagney <cagney@redhat.com>
3053
3054 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3055 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3056 operator at start and not end of line.
3057 (decode_prologue): Ditto.
3058 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3059 frame_unwind_register_unsigned instead of
3060 frame_unwind_unsigned_register.
3061 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3062 read_register.
3063 (m32r_push_dummy_call): Use register_size instead of
3064 REGISTER_RAW_SIZE.
3065 (m32r_frame_sniffer): Replace m32r_frame_p.
3066 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3067 * m32r-rom.c (report_transfer_performance): Delete extern
3068 declaration.
3069 (m32r_load, m32r_upload_command): Use print_transfer_performance
3070 instead of report_transfer_performance.
3071 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3072 / add_show_from_set.
3073
3074 2003-07-26 Andrew Cagney <cagney@redhat.com>
3075
3076 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3077 store_return_value and extract_struct_value_address.
3078
3079 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3080
3081 PR c++/1267
3082 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3083 NULL, default to the section containing PC.
3084
3085 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3086
3087 * NEWS: Mention "regs" deprecated for m68hc11 too.
3088
3089 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3090 (m68hc11_print_register): New function to print out one register.
3091 (m68hc11_print_registers_info): New function to print registers.
3092 (show_regs): Deprecate and use the above.
3093 (m68hc11_gdbarch_init): Install the print_registers_info.
3094
3095 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3096
3097 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3098 that we have a SIGTRAP before returning non-zero.
3099
3100 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3101 Elena Zannoni <ezannoni@redhat.com>
3102
3103 * linespec.c (decode_line_2): Avoid crash if
3104 find_function_start_sal() returns empty record.
3105
3106 2003-07-23 Andreas Schwab <schwab@suse.de>
3107
3108 * ia64-tdep.c (ia64_print_insn): New function.
3109 (ia64_gdbarch_init): Set print_insn to it.
3110 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3111 deprecated_tm_print_insn_info.
3112
3113 2003-07-22 Michael Snyder <msnyder@redhat.com>
3114
3115 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3116 handle 8-bit returns (long long).
3117 (h8300h_extract_return_value): Ditto.
3118 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3119
3120 2003-07-22 Andrew Cagney <cagney@redhat.com>
3121
3122 * gdbarch.c Include "gdb_obstack.h".
3123 (struct gdbarch): Add an "obstack".
3124 (alloc_gdbarch_data): Allocate the gdbarch data using
3125 GDBARCH_OBSTACK_CALLOC.
3126 (free_gdbarch_data): Delete function.
3127 (gdbarch_obstack_zalloc): New function.
3128 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3129 Assert that the architecture is not initialized.
3130 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3131 vector from the obstack.
3132 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3133 architecture obstack.
3134 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3135 (set_gdbarch_data): Assert that the data is not initialized.
3136 (struct gdbarch_data): Delete member "free".
3137 (register_gdbarch_data): Do not initialize "free".
3138 * gdbarch.h, gdbarch.c: Re-generate.
3139
3140 2003-07-22 Andrew Cagney <cagney@redhat.com>
3141
3142 * configure.in (build_warnings): Add -Wformat-nonliteral.
3143 * configure: Re-generate.
3144
3145 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3146
3147 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3148
3149 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3150
3151 * findvar.c (read_var_value): Remove case for thread local storage
3152 variables. It is now entirely handled by the dwarf2 location
3153 expression code.
3154 * printcmd.c (address_info): Ditto.
3155 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3156 enumeration value.
3157 (struct symbol): Remove objfile field, which was used by
3158 LOC_THREAD_LOCAL_STATIC only.
3159 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3160 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3161 usage of objfile pointer.
3162 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3163 thread local variables.
3164 Add include of objfiles.h.
3165 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3166 storage variables.
3167 * Makefile.in (dwarf2loc.o): Update dependencies.
3168
3169 2003-07-22 Andrew Cagney <cagney@redhat.com>
3170
3171 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3172 get_frame_base.
3173 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3174 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3175 (struct value): Add opaque declaration.
3176 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3177
3178 2003-07-21 Andrew Cagney <cagney@redhat.com>
3179
3180 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3181 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3182
3183 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3184
3185 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3186 regcache_cooked_read_unsigned instead of read_register.
3187 (m68hc11_saved_pc_after_call): Likewise.
3188 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3189 instead of write_register.
3190 (m68hc11_register_type): New function.
3191 (m68hc11_register_virtual_type): Remove.
3192 (m68hc11_store_return_value): Convert to use the regcache.
3193 (m68hc11_extract_struct_value_address): Likewise.
3194 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3195 m68hc11_register_type; undeprecate store_return_value and
3196 extract_struct_value_address.
3197
3198 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3199
3200 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3201 and translate to use regcache.
3202 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3203
3204 2003-07-18 Andrew Cagney <cagney@redhat.com>
3205
3206 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3207 * gdbarch.h, gdbarch.c: Re-generate.
3208 * i386-tdep.c (i386_gdbarch_init): Do not set
3209 DWARF2_BUILD_FRAME_INFO.
3210 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3211 unconditionally.
3212 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3213 DWARF2_BUILD_FRAME_INFO.
3214
3215 2003-07-18 Andrew Cagney <cagney@redhat.com>
3216
3217 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3218 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3219
3220 2003-07-18 Andrew Cagney <cagney@redhat.com>
3221
3222 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3223 frame_unwind_address_in_block, instead of frame_pc_unwind.
3224 (dwarf2_frame_cache): Ditto.
3225
3226 2003-07-18 Andrew Cagney <cagney@redhat.com>
3227
3228 * user-regs.h (struct gdbarch): Declare opaque.
3229 * ui-out.h (struct ui_file): Declare opaque.
3230 * dwarf2-frame.h (struct frame_info): Declare opaque.
3231
3232 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3233
3234 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3235 #include "...".
3236 (procfs_meminfo): Change strerror to safe_strerror.
3237 (procfs_can_run): Remove K&R badness.
3238
3239 2003-07-17 Michael Snyder <msnyder@redhat.com>
3240
3241 * remote-sim.c: Comment typo fix.
3242
3243 2003-07-17 Andrew Cagney <cagney@redhat.com>
3244
3245 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3246 configure.
3247 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3248 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3249 GDB_MULTI_ARCH_PARTIAL.
3250
3251 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3252
3253 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3254 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3255 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3256
3257 2003-07-16 Theodore A. Roth <troth@openavr.org>
3258
3259 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3260 found.
3261 (avr_frame_unwind_cache): Don't unwind FP for main.
3262 Update a comment.
3263 Save the computed prev_sp.
3264 (avr_saved_regs_unwinder): Remove function.
3265 (avr_frame_prev_register): Use PC unwind logic from
3266 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3267
3268 2003-07-16 Andrew Cagney <cagney@redhat.com>
3269
3270 * frame-base.h (frame_base_p_ftype): Delete definition.
3271 (frame_base_append_predicate): Delete declaration.
3272 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3273 (frame_unwind_append_predicate): Delete declaration.
3274 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3275 (append_predicate): Delete parameter "p".
3276 (frame_unwind_append_predicate): Delete function.
3277 (frame_unwind_append_sniffer): Update call to append_predicate.
3278 (frame_unwind_free): Delete function.
3279 (_initialize_frame_unwind): Pass NULL as "free" to
3280 register_gdbarch_data.
3281 (frame_unwind_init): Append the dummy_frame_sniffer.
3282 (frame_unwind_find_by_frame): Simplify.
3283 * frame-base.c (struct frame_base_table): Delete field "p".
3284 (append_predicate): Delete parameter "p".
3285 (frame_base_append_predicate): Delete function.
3286 (frame_base_append_sniffer): Update call to append_predicate.
3287 (frame_base_free): Delete function.
3288 (frame_base_find_by_frame): Simplify.
3289 (_initialize_frame_base): Pass NULL as "free" to
3290 register_gdbarch_data.
3291 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3292 (x86_64_sigtramp_frame_sniffer): Replace
3293 "x86_64_sigtramp_frame_p".
3294 (x86_64_init_abi): Set the frame unwind sniffers.
3295 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3296 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3297 (m68k_gdbarch_init): Set the frame unwind sniffers.
3298 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3299 "i386_sigtramp_frame_p".
3300 (i386_frame_sniffer): Replace "i386_frame_p".
3301 (i386_gdbarch_init): Set the frame unwind sniffers.
3302 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3303 (avr_gdbarch_init): Set the frame unwind sniffers.
3304 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3305 "alpha_sigtramp_frame_p"
3306 (alpha_heuristic_frame_sniffer): Replace
3307 "alpha_heuristic_frame_p".
3308 (alpha_gdbarch_init): Set the frame unwind sniffers.
3309 (alpha_dwarf2_init_abi): Ditto.
3310 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3311 "alpha_debug_frame_p".
3312 (alpha_mdebug_frame_base_sniffer): Replace
3313 "alpha_mdebug_frame_base_p".
3314 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3315 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3316 (d10v_gdbarch_init): Set the frame unwind sniffer.
3317 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3318 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3319 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3320 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3321 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3322 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3323
3324 2003-07-16 Michael Snyder <msnyder@redhat.com>
3325
3326 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3327 should go thru sh_dsp_register_sim_regno, else the dsp regs
3328 will not get the right values.
3329
3330 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3331
3332 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3333 deprecated_store_floating by call to store_typed_floating.
3334 (sh_sh4_register_convert_to_raw): Substitute call to
3335 deprecated_extract_floating by call to extract_typed_floating.
3336
3337 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3338
3339 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3340
3341 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3342
3343 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3344 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3345 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3346 as possible.
3347 (do_pseudo_register): Remove.
3348 (sh_push_dummy_code): New function.
3349 (sh64_store_struct_return): Rename from sh_store_struct_return.
3350 Only called for sh64 now.
3351 (sh_extract_struct_value_address): Regcache'ify.
3352 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3353 and accomodate new tasks.
3354 (sh64_push_return_address): Rename from sh_push_return_address.
3355 Only called for sh64 now.
3356 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3357 Regcache'ify.
3358 (sh3e_sh4_extract_return_value): Regcache'ify.
3359 (sh_default_store_return_value): Ditto.
3360 (sh3e_sh4_store_return_value): Ditto.
3361 (sh_default_register_byte): Remove.
3362 (sh_sh4_register_byte): Remove.
3363 (sh_default_register_raw_size): Remove.
3364 (sh_sh4_register_raw_size): Remove.
3365 (sh_register_virtual_size): Remove.
3366 (sh_sh3e_register_virtual_type): Remove.
3367 (sh_sh3e_register_type): New function.
3368 (sh_sh4_register_virtual_type): Remove.
3369 (sh_sh4_register_type): New function.
3370 (sh_default_register_virtual_type): Remove.
3371 (sh_default_register_type): New function.
3372 (do_fv_register_info): Add parameters to accomodate call from
3373 sh_print_registers_info.
3374 (do_dr_register_info): Ditto.
3375 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3376 Add parameters to accomodate call from sh_print_registers_info.
3377 (sh_do_fp_register): Ditto.
3378 (sh64_do_pseudo_register): Call do_dr_register_info,
3379 do_fv_register_info and sh_do_fp_register with default parameters.
3380 (sh_do_register): Add parameters to accomodate call from
3381 sh_print_registers_info.
3382 (sh_print_register): Ditto.
3383 (sh_print_registers_info): Rename from sh_do_registers_info.
3384 Add parameters to be used as gdbarch_print_registers_info
3385 implementation. Accomodate removed do_pseudo_register function
3386 pointer.
3387 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3388 function pointer. Call sh_print_register with default parameters.
3389 (sh64_do_registers_info): Call sh_print_registers_info instead of
3390 sh_do_registers_info.
3391 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3392 detection of deprecated vs. non-deprecated functionality.
3393 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3394 function pointer assignments by direct function calls.
3395
3396 2003-07-15 Andrew Cagney <cagney@redhat.com>
3397
3398 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3399 (frame_register_unwind, create_new_frame): Ditto.
3400 (legacy_get_prev_frame, get_frame_type): Ditto.
3401 (get_frame_base_address): Use frame_base_find_by_frame.
3402 (get_frame_locals_address): Use frame_base_find_by_frame.
3403 (get_frame_args_address): Use frame_base_find_by_frame.
3404 * frame-base.h (frame_base_sniffer_ftype): Declare.
3405 (frame_base_append_sniffer): Declare.
3406 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3407 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3408 (frame_base_append_sniffer): New function.
3409 (frame_base_append_predicate): Add a NULL sniffer.
3410 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3411 (struct frame_base_table): Add "sniffer".
3412 (frame_base_free): Free the "sniffer" table.
3413 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3414 (frame_unwind_append_sniffer): Declare.
3415 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3416 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3417 (struct frame_unwind_table): Add "sniffer", delete "middle".
3418 (append_predicate): Add "sniffer" parameter, append the sniffer.
3419 (frame_unwind_init): Update append_predicate call.
3420 (frame_unwind_append_sniffer): New function.
3421 (frame_unwind_append_predicate): Update append_predicate call.
3422 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3423
3424 2003-07-15 Andrew Cagney <cagney@redhat.com>
3425
3426 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3427 before code inhibiting repeated unwind attempts. Add to
3428 commentary on that test's problems.
3429 * blockframe.c (inside_main_func): Look for "main" in the minimal
3430 symbol table.
3431 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3432 identical.
3433
3434 2003-07-15 Andrew Cagney <cagney@redhat.com>
3435
3436 * complaints.c (struct explanation): Define.
3437 (struct complaints): Change type of "explanation" to "struct
3438 explanation".
3439 (symfile_explanations): Convert to a "struct explanation" table.
3440 (vcomplaint): Update.
3441
3442 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3443
3444 * x86-64-linux-nat.c (regmap): Removed.
3445 (supply_gregset, fill_gregset): Call
3446 x86_64_linux_(fill,supply)_gregset functions.
3447 * x86-64-linux-tdep.c (USER_*): New defines.
3448 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3449 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3450 New functions.
3451 (fetch_core_registers): Ditto.
3452 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3453 * x86-64-linux-tdep.h: New file.
3454 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3455 and core-regset.o.
3456 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3457
3458 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3459
3460 * x86-64-tdep.c (x86_64_store_return_value): Use
3461 regcache_cooked_write_part instead of regcache_cooked_write.
3462
3463 * configure.host: Add x86_64-*-freebsd*.
3464 * configure.tgt: Add x86_64-*-freebsd*.
3465 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3466 * amd64fbsd-nat.c: New file.
3467 * amd64fbsd-tdep.c: New file.
3468 * config/i386/nm-fbsd64.h: New file.
3469 * config/i386/fbsd64.mh: New file.
3470 * config/i386/fbsd64.mt: New file.
3471
3472 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3473
3474 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3475 `sc_regs_offset' and `sc_fpregs_offset'.
3476 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3477 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3478 (alpha_sigtramp_register_address): Rewrite to use new members of
3479 `struct gdbarch_tdep'.
3480 (alpha_gdbarch_init): Initialize new members of struct
3481 gdbarch_tdep'.
3482 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3483 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3484 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3485 (alphafbsd_pc_in_sigtramp): Implement.
3486 (alphafbsd_sigtramp_offset): New function.
3487 (alphafbsd_sigcontext_addr): New function.
3488 (alphafbsd_init_abi): Initialize signal trampoline related members
3489 of `struct gdbarch_tdep'.
3490 (_initialize_alphafbsd_tdep): Add prototype.
3491
3492 2003-07-11 Theodore A. Roth <troth@openavr.org>
3493
3494 * Makefile.in (install-only): Quote sed expression when generating
3495 transformed_name.
3496
3497 2003-07-11 Richard Henderson <rth@redhat.com>
3498
3499 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3500 * dwarf2-frame.c: Include complaints.h.
3501 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3502 variable initialization; return NULL on error.
3503 (decode_frame_entry): New.
3504
3505 2003-07-11 Andrew Cagney <cagney@redhat.com>
3506
3507 * frame.h (frame_address_in_block): Delete declaration.
3508 * blockframe.c (frame_address_in_block): Delete function.
3509 (get_frame_block): Use get_frame_address_in_block.
3510 (block_innermost_frame): Ditto.
3511 * stack.c (print_frame, backtrace_command_1): Ditto.
3512
3513 * frame.h (get_frame_address_in_block): Declare.
3514 (frame_unwind_address_in_block): Declare.
3515 * frame.c (frame_unwind_address_in_block): New function.
3516 (get_frame_address_in_block): New function.
3517
3518 2003-07-10 Andrew Cagney <cagney@redhat.com>
3519
3520 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3521 pre-default. Note: re-generate has no effect.
3522
3523 2003-07-10 Andrew Cagney <cagney@redhat.com>
3524
3525 * gdbarch.sh: When a variable, but not a function, compare against
3526 0. Fix problem in previous patch.
3527 * gdbarch.c: Re-generate.
3528
3529 2003-07-10 Andrew Cagney <cagney@redhat.com>
3530
3531 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3532 functions against NULL, not 0.
3533 * gdbarch.c: Re-generate.
3534
3535 2003-07-10 Fred Fish <fnf@ninemoons.com>
3536
3537 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3538 null string instead of a null pointer.
3539 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3540
3541 2003-07-09 Michael Snyder <msnyder@redhat.com>
3542
3543 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3544
3545 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3546
3547 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3548 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3549 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3550 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3551 * x86-64-tdep.c: ... from here.
3552
3553 2003-07-09 Andreas Schwab <schwab@suse.de>
3554
3555 * m68k-tdep.h (enum struct_return): Define.
3556 (struct gdbarch_tdep): Add struct_return.
3557 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3558 bytes are padded to the right, not to the left. Pass struct value
3559 address in register %a1, not on stack.
3560 (m68k_use_struct_convention): New function.
3561 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3562 struct_return in tdep to pcc_struct_return.
3563 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3564 reg_struct_return.
3565
3566 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3567
3568 * somread.c (som_symfile_offsets): Fix compilation error.
3569
3570 2003-07-09 Andrew Cagney <cagney@redhat.com>
3571
3572 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3573 Add comments about the checks.
3574
3575 2003-07-08 Andrew Cagney <cagney@redhat.com>
3576
3577 * Makefile.in: Make dependency section headers consistent.
3578 (config_h): Move to $BUILD headers section.
3579 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3580 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3581 (ada-exp.tab.c): Move to YACC/LEX section.
3582 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3583 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3584
3585 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3586
3587 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3588 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3589 of strerror with safe_strerror, use ISO C function definitions,
3590 and replace instances of sprintf with snprintf.
3591
3592 2003-07-07 Andrew Cagney <cagney@redhat.com>
3593
3594 * frame.c (get_prev_frame): Enable check for identical frames.
3595 Update comments. Update error messages.
3596
3597 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3598
3599 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3600
3601 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3602
3603 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3604 sort_symtab_syms, no longer necessary.
3605
3606 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3607
3608 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3609
3610 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3611
3612 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3613 (mips_register_byte): Likewise.
3614
3615 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3616
3617 * Makefile.in (sparc_tdep_h): New.
3618 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3619 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3620 * sparc-linux-nat.c: Include "sparc-tdep.h".
3621 * sparc-nat.c: Likewise.
3622 * sparc-tdep.c: Likewise.
3623 * sparc64nbsd-nat.c: Likewise.
3624 * sparcnbsd-nat.c: Likewise.
3625 * sparcnbsd-tdep.c: Likewise.
3626 * sparc-tdep.h: New file.
3627 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3628 and sparc_npc_regnum.
3629
3630 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3631
3632 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3633 (mips_linux_cannot_store_register): List supported instead of
3634 unsupported registers.
3635
3636 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3637
3638 * disasm.c (dump_insns): Separate instructions from addresses.
3639
3640 2003-07-07 Andreas Schwab <schwab@suse.de>
3641
3642 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3643 dependencies.
3644 * m68k-tdep.c (NUM_FREGS): Delete.
3645 (SIG_PC_FP_OFFSET): Delete.
3646 (TARGET_M68K): Delete.
3647 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3648 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3649 P_MOVEL_SP, P_MOVEML_SP): Define.
3650 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3651 P_TRAP): Delete.
3652 (m68k_register_raw_size): Delete.
3653 (m68k_register_virtual_size): Delete.
3654 (m68k_register_type): Renamed from m68k_register_virtual_type and
3655 add gdbarch argument.
3656 (m68k_store_struct_return): Delete.
3657 (m68k_deprecated_extract_return_value): Delete.
3658 (m68k_deprecated_extract_struct_value_address): Delete.
3659 (m68k_frame_chain): Delete.
3660 (m68k_frame_saved_pc): Delete.
3661 (m68k_fix_call_dummy): Delete.
3662 (m68k_push_dummy_frame): Delete.
3663 (m68k_pop_frame): Delete.
3664 (m68k_extract_return_value): New function.
3665 (m68k_store_return_value): Rewrite using regcache.
3666 (m68k_extract_struct_value_address): Rewrite using regcache.
3667 (m68k_push_dummy_call): New function.
3668 (struct m68k_frame_cache): Define.
3669 (m68k_alloc_frame_cache): New function.
3670 (m68k_analyze_frame_setup): New function.
3671 (m68k_analyze_register_saves): New function.
3672 (m68k_analyze_prologue): New function.
3673 (m68k_skip_prologue): Rewrite using above functions.
3674 (m68k_unwind_pc): New function.
3675 (m68k_frame_cache): New function.
3676 (m68k_frame_this_id): New function.
3677 (m68k_frame_prev_register): New function.
3678 (m68k_frame_unwind): New variable.
3679 (m68k_frame_p): New function.
3680 (m68k_sigtramp_frame_cache): New function.
3681 (m68k_sigtramp_frame_this_id): New function.
3682 (m68k_sigtramp_frame_prev_register): New function.
3683 (m68k_sigtramp_frame_unwind): New variable.
3684 (m68k_sigtramp_frame_p): New function.
3685 (m68k_frame_base_address): New function.
3686 (m68k_frame_base): New function.
3687 (m68k_unwind_dummy_id): New function.
3688 (fill_gregset): Use regcache_collect.
3689 (fill_fpregset): Likewise.
3690 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3691 defined.
3692 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3693 deprecated_init_frame_pc, deprecated_store_struct_return,
3694 deprecated_extract_return_value, deprecated_store_return_value,
3695 deprecated_frame_chain, deprecated_frame_saved_pc,
3696 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3697 deprecated_register_virtual_size,
3698 deprecated_max_register_raw_size,
3699 deprecated_max_register_virtual_size,
3700 deprecated_register_virtual_type, deprecated_register_size,
3701 deprecated_register_byte, deprecated_register_bytes,
3702 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3703 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3704 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3705 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3706 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3707 deprecated_push_dummy_frame, deprecated_pop_frame,
3708 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3709 only if SYSCALL_TRAP is defined. Set extract_return_value,
3710 store_return_value, extract_struct_value_address, register_type,
3711 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3712 predicates.
3713 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3714 M68K_MAX_REGISTER_SIZE): Define.
3715 (struct m68k_sigtramp_info): Define.
3716 (struct gdbarch_tdep): Add get_sigtramp_info.
3717 * m68klinux-nat.c (fetch_register): Use register_size instead of
3718 REGISTER_RAW_SIZE. Don't put assignment in if.
3719 (store_register): Likewise.
3720 (fetch_inferior_registers): Likewise.
3721 (store_inferior_registers): Likewise.
3722 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3723 (m68k_linux_frame_saved_pc): Delete.
3724 (m68k_linux_sigcontext_reg_offset,
3725 m68k_linux_ucontext_reg_offset): Define.
3726 (m68k_linux_get_sigtramp_info): New function.
3727 (m68k_linux_extract_return_value): Rewrite using regcache.
3728 (m68k_linux_store_return_value): Likewise.
3729 (m68k_linux_extract_struct_value_address): Likewise.
3730 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3731 Don't set deprecated_frame_saved_pc,
3732 deprecated_extract_return_value, deprecated_store_return_value,
3733 deprecated_extract_struct_value_address. Set
3734 extract_return_value, store_return_value,
3735 extract_struct_value_address.
3736
3737 2003-07-07 Andrew Cagney <cagney@redhat.com>
3738
3739 * expprint.c: Include "user-regs.h" instead of "frame.h".
3740 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3741 frame_map_regnum_to_name.
3742 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3743 (frame_map_name_to_regnum): Simplify, call
3744 user_reg_map_name_to_regnum.
3745 (frame_map_regnum_to_name): Simplify, call
3746 user_reg_map_regnum_to_name.
3747 (frame_register_unwind): Update.
3748 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3749 (_initialize_frame_reg): Call user_reg_add_builtin.
3750 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3751 (value_of_register): Use value_of_user_reg.
3752 * eval.c (evaluate_subexp_standard): Update.
3753 * parse.c (write_dollar_variable): Update.
3754 * d10v-tdep.c (d10v_print_registers_info): Update.
3755 * infcmd.c (registers_info): Update.
3756 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3757 (builtin_regs_h): Delete macro.
3758 (user_regs_h): Define.
3759 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3760 (builtin-regs.o): Delete target.
3761 (user-regs.o): Specify dependencies.
3762 (expprint.o): Update dependencies.
3763 (findvar.o): Update dependencies.
3764 (frame.o): Update dependencies.
3765 (std-regs.o): Update dependencies.
3766
3767 2003-07-06 Christopher Faylor <cgf@redhat.com>
3768
3769 * win32-nat.c (solib_symbols_add): Use one variable for all section
3770 address stuff. Pass variable rather than address of variable to
3771 safe_symbol_file_add.
3772
3773 2003-07-06 Andreas Schwab <schwab@suse.de>
3774
3775 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3776
3777 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3778
3779 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3780
3781 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3782
3783 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3784
3785 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3786
3787 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3788 * config/i386/nto.mh: New file.
3789 * config/i386/nm-nto.h: New file.
3790 * configure.host: Add i[3456]86-*-nto*.
3791
3792 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3793
3794 * remote-vx.c (vx_add_symbols): Fix compilation error.
3795
3796 2003-07-03 Andrew Cagney <cagney@redhat.com>
3797
3798 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3799 * gdbarch.h, gdbarch.c: Re-generate.
3800 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3801 (legacy_register_name): Declare.
3802 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3803 (REGISTER_NAME): Define.
3804 * sparc-tdep.c (legacy_register_name): New function.
3805 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3806 (REGISTER_NAME): Define.
3807 (hppa64_register_name): Declare.
3808 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3809 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3810 (hppa64_register_name): New function.
3811 (hppa_register_name): New function.
3812 * arch-utils.c (legacy_register_name): Delete.
3813 * arch-utils.h (legacy_register_name): Delete.
3814
3815 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3816
3817 * cli/cli-interp.c (cli_interpreter_resume): Update the
3818 cli_uiout's stream to gdb_stdout.
3819
3820 2003-07-03 Andrew Cagney <cagney@redhat.com>
3821
3822 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3823 predicate.
3824 * gdbarch.h, gdbarch.c: Re-generate.
3825 * regcache.c (init_regcache_descr): Use legacy code when either
3826 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3827
3828 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3829
3830 * NEWS: Move "set logging" entry into GDB 6.0 section.
3831
3832 2003-07-02 Jim Blandy <jimb@redhat.com>
3833
3834 * s390-tdep.c (struct frame_extra_info): new member:
3835 'stack_bought_valid'.
3836 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3837 initialize fextra_info->stack_bought.
3838 (s390_frameless_function_invocation): Don't trust the value of
3839 fextra_info_ptr->stack_bought unless
3840 fextra_info->stack_bought_valid is set.
3841
3842 New S390 prologue analyzer.
3843 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3844 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3845 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3846 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3847 compute_x_addr, s390_on_stack, s390_store,
3848 s390_get_signal_frame_info): New functions.
3849 (S390_NUM_SPILL_SLOTS): New macro.
3850 (s390_get_frame_info): Rewritten.
3851 (is_arg_reg): Deleted.
3852
3853 Break out the decoding of S/390 instructions into separate
3854 functions, to make it more legible, and easier to check
3855 against the spec.
3856 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3857 is_rx, is_rxe): New functions.
3858 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3859 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3860 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3861 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3862 enums for opcode values. (Is this an improvement?)
3863
3864 2003-07-02 Andrew Cagney <cagney@redhat.com>
3865
3866 * i386-tdep.c: Revert change committed as part of trad-frame code
3867 below.
3868
3869 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3870
3871 * breakpoint.c (insert_catchpoint): Make static.
3872
3873 2003-07-02 Andreas Schwab <schwab@suse.de>
3874
3875 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3876 former ia64_push_arguments and ia64_push_return_address, and use
3877 regcache functions instead of read/write_register.
3878 (ia64_gdbarch_init): Set push_dummy_call instead of
3879 deprecated_push_arguments and deprecated_push_return_address.
3880
3881 2003-07-01 Andreas Jaeger <aj@suse.de>
3882
3883 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3884 before the call.
3885 Set %rax only to number of SSE registers used.
3886
3887 2003-07-01 Andrew Cagney <cagney@redhat.com>
3888
3889 * trad-frame.h: Update comments, a -1 .addr is reserved.
3890 (trad_frame_value_p, trad_frame_addr_p): Declare.
3891 (trad_frame_reg_p): Declare.
3892 (trad_frame_set_value): Rename trad_frame_register_value.
3893 (trad_frame_set_unknown): Declare.
3894 * trad-frame.c (trad_frame_realreg_p): New function.
3895 (trad_frame_addr_p, trad_frame_value_p): New function.
3896 (trad_frame_set_unknown): New function.
3897 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3898 (trad_frame_prev_register): Use trad_frame_realreg_p,
3899 trad_frame_addr_p and trad_frame_value_p.
3900 (trad_frame_set_value): Rename trad_frame_register_value.
3901 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3902 and trad_frame_set_value.
3903
3904 2003-06-30 Jim Blandy <jimb@redhat.com>
3905
3906 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3907 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3908 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3909 for 16 registers, and then 32 more bytes.
3910 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3911 New macros.
3912 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3913 Move up in the file, since it's now used by is_simple_arg.
3914 (is_simple_arg): Don't assume registers are four bytes long.
3915 Exclude all double arguments. Extended floats are not simple
3916 args.
3917 (is_power_of_two): New function.
3918 (pass_by_copy_ref): Call is_power_of_two, and check that the
3919 length fits in a register, rather than listing all the acceptable
3920 sizes. Extended floats are not passed by reference.
3921 (s390_push_arguments): Don't assume registers are four bytes long.
3922 Reserve an argument register to point to the buffer for structures
3923 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3924 S390_STACK_FRAME_OVERHEAD.
3925
3926 2003-06-30 Andreas Schwab <schwab@suse.de>
3927
3928 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3929 format error message.
3930
3931 2003-06-30 Joel Brobecker <brobecker@gnat.com>
3932
3933 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3934
3935 2003-06-30 David Carlton <carlton@kealia.com>
3936
3937 Band-aid for PR c++/1245.
3938 * Makefile.in (cp-support.o): Depend on complaints_h.
3939 * cp-support.c: Include complaints.h. Add declaration for
3940 find_last_component.
3941 (cp_find_first_component): Separate code into
3942 cp_find_first_component_aux.
3943 (cp_find_first_component_aux): Call demangled_name_complaint.
3944 (demangled_name_complaint): New.
3945
3946 2003-06-30 Andrew Cagney <cagney@redhat.com>
3947
3948 * remote.c (remote_write_bytes): Explicitly compute and then use
3949 the payload size. Update comments to reflect. Fixes problem of
3950 GDB not sending small packets as found by Fred Fish.
3951
3952 2003-06-30 Andrew Cagney <cagney@redhat.com>
3953
3954 * remote.c (remote_async_wait): Fix -Wformat problem.
3955
3956 2003-06-29 Andrew Cagney <cagney@redhat.com>
3957
3958 * remote.c (remote_wait): Call error, and not warning, when the
3959 packet is corrupt.
3960 (remote_async_wait): Ditto.
3961
3962 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3963
3964 * sparc-tdep.c (sparc_y_regnum): Make external again.
3965
3966 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3967
3968 * cli/cli-logging.c (pop_output_files): Add void to function
3969 definition.
3970
3971 2003-06-29 Andrew Cagney <cagney@redhat.com>
3972
3973 * frame.c (frame_register_unwind): Use unsigned char when dumping
3974 the buffer contents.
3975
3976 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
3977
3978 * cli/cli-logging.c: New file.
3979 * cli-out.c (struct ui_out_data): Add original_stream.
3980 (cli_redirect): New function.
3981 (cli_ui_out_impl): Add cli_redirect.
3982 (cli_out_new): Initialize original_stream.
3983 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
3984 (uo_redirect, ui_out_redirect): New.
3985 * ui-out.h (struct ui_out_impl): Add redirect member.
3986 (redirect_ftype): New.
3987 (ui_out_redirect): Add prototype.
3988 * Makefile.in: Add rules for cli-logging.c.
3989 * NEWS: Mention "set logging".
3990
3991 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3992
3993 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
3994
3995 2003-06-27 Andrew Cagney <cagney@redhat.com>
3996
3997 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
3998 (m68hc11_gdbarch_init): Do not set call_dummy_address.
3999 * avr-tdep.c (avr_call_dummy_address): Delete function.
4000 (avr_gdbarch_init): Do not set call_dummy_address.
4001
4002 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4003
4004 * symfile.c (syms_from_objfile): Move variables to inner block.
4005 Move the checks for the non-mainline case a bit earlier to avoid
4006 doing some useless computations.
4007
4008 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4009
4010 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4011
4012 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4013
4014 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4015 sections.
4016
4017 2003-06-26 Michael Chastain <mec@shout.net>
4018
4019 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4020 gdb/testsuite/gdb.c++/pr-1210.exp.
4021
4022 2003-06-26 Andrew Cagney <cagney@redhat.com>
4023
4024 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4025 altivec_expression.h and altivec_registers.h.
4026
4027 2003-06-26 Andrew Cagney <cagney@redhat.com>
4028
4029 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4030 info->mach when MIPS16. Patch suggested by Fred Fish.
4031
4032 2003-06-26 Andrew Cagney <cagney@redhat.com>
4033
4034 * utils.c (internal_vproblem): Print the problem to a reason
4035 buffer and then pass to query. Make the msg variable more local.
4036
4037 2003-06-26 Andrew Cagney <cagney@redhat.com>
4038
4039 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4040 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4041 * gdbarch.h, gdbarch.c: Re-generate.
4042 * frame-base.c (default_frame_args_address): Update. Use
4043 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4044 not available.
4045 (default_frame_locals_address): Ditto for
4046 DEPRECATED_FRAME_LOCALS_ADDRESS.
4047 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4048 (vax_frame_num_args): Update.
4049 (vax_gdbarch_init): Update.
4050 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4051 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4052 * mcore-tdep.c (mcore_gdbarch_init): Update.
4053 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4054 * ia64-tdep.c (ia64_gdbarch_init): Update.
4055 * symtab.h (address_class): Update comments.
4056 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4057 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4058 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4059 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4060 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4061 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4062 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4063 * alpha-mdebug-tdep.c: Update.
4064 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4065
4066 2003-06-26 Andreas Jaeger <aj@suse.de>
4067
4068 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4069 of SSE registers so that varargs functions work. Rework handling
4070 of passing arguments on the stack.
4071 (x86_64_store_return_value): Return double and float values in SSE
4072 register.
4073
4074 2003-06-24 Michael Chastain <mec@shout.net>
4075
4076 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4077 the "constructor breakpoints ignored" bug.
4078
4079 2003-06-25 David Carlton <carlton@kealia.com>
4080
4081 * MAINTAINERS: Update e-mail address.
4082
4083 2003-06-24 Jim Blandy <jimb@redhat.com>
4084
4085 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4086
4087 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4088 function.
4089 (ppc_linux_init_abi): Register it as the
4090 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4091
4092 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4093 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4094 method.
4095
4096 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4097 (ppc64_standard_linkage_target): Use it.
4098
4099 2003-06-23 Andrew Cagney <cagney@redhat.com>
4100
4101 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4102 for 0 "int0" and 4 "int32" sized registers.
4103 * gdbtypes.c (builtin_type_int0): Define.
4104 (build_gdbtypes): Initialize builtin_type_int0.
4105 * gdbtypes.h (builtin_type_int0): Declare.
4106
4107 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4108
4109 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4110 as characters are unsigned.
4111
4112 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4113
4114 PR gdb/1179
4115 * dwarfread.c (struct_type): Skip static fields without crashing.
4116
4117 2003-06-22 Andrew Cagney <cagney@redhat.com>
4118
4119 GDB 6.0 branch created.
4120 * README: Update.
4121 * PROBLEMS: Update. Empty.
4122 * NEWS: Update.
4123
4124 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4125
4126 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4127 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4128
4129 2003-06-22 Andrew Cagney <cagney@redhat.com>
4130
4131 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4132 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4133 Velikov.
4134
4135 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4136
4137 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4138 compilers.
4139
4140 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4141
4142 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4143 argument of val_print.
4144 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4145 to the address argument of baseclass_offset or target_read_memory.
4146 Do add it to the argument of cp_print_value_fields.
4147
4148 2003-06-21 Andrew Cagney <cagney@redhat.com>
4149
4150 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4151 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4152 instead of 0..NUM_REGS.
4153 (mips_register_reggroup_p): New function.
4154 (mips_pseudo_register_write): New function.
4155 (mips_pseudo_register_read): New function.
4156 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4157 based on the register's type.
4158 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4159 cooked.
4160 (mips_get_saved_register): Simplify. Assert that REGNO is a
4161 pseudo / cooked.
4162 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4163 (mips_register_type): Replace mips_register_virtual_type. Map
4164 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4165 when available.
4166 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4167 that the register is cooked / virtual.
4168 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4169 Only get the extra info when needed.
4170 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4171 (mips32_heuristic_proc_desc): Fetch the cooked register.
4172 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4173 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4174 (mips_print_register): Use gdbarch_register_type, instead of
4175 REGISTER_VIRTUAL_TYPE.
4176 (print_gp_register_row): Use gdbarch_register_type, instead of
4177 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4178 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4179 Print the pseudo / cooked registers.
4180 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4181 Print the pseudo / cooked registers.
4182 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4183 REG_NUM is pseudo / cooked.
4184 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4185 (mips_n32n64_xfer_return_value): Ditto.
4186 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4187 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4188 (mips_register_sim_regno): New function.
4189 (mips_gdbarch_init): Set deprecated_register_byte,
4190 register_group_p, pseudo_register_write, pseudo_register_read,
4191 register_sim_regno, and num_pseudo_regs. Set register_type,
4192 instead of register_virtual_type.
4193 * Makefile.in (mips-tdep.o): Update dependencies.
4194 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4195 REGISTER_VIRTUAL_TYPE.
4196 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4197 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4198 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4199 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4200 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4201
4202 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4203
4204 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4205 * cli/cli-cmds.c: Include "gdb_vfork.h".
4206 (shell_escape): Use vfork.
4207
4208 2003-06-21 Andrew Cagney <cagney@redhat.com>
4209
4210 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4211 32 bit floating-point register saves.
4212
4213 * frame.h (deprecated_unwind_get_saved_register): Delete.
4214 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4215 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4216 and deprecated_get_next_frame_hack instead of
4217 deprecated_unwind_get_saved_register.
4218
4219 * mips-tdep.c (mips_dump_tdep): Do not print
4220 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4221
4222 * frame.c (get_frame_register): New function.
4223 (frame_unwind_register_signed): New function.
4224 (get_frame_register_signed): New function.
4225 (frame_unwind_register_unsigned): New function.
4226 (get_frame_register_unsigned): New function.
4227 * frame.h: Add comments on naming schema.
4228 (get_frame_register, frame_unwind_register_signed): Declare.
4229 (get_frame_register_signed, get_frame_register_signed): Declare.
4230 (frame_unwind_register_unsigned): Declare.
4231 (get_frame_register_unsigned): Declare.
4232
4233 2003-06-20 Theodore A. Roth <troth@openavr.org>
4234
4235 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4236
4237 2003-06-20 Theodore A. Roth <troth@openavr.org>
4238
4239 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4240 (avr_read_sp): Ditto.
4241
4242 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4243
4244 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4245 * config/arm/nm-linux.h: Likewise.
4246 * config/arm/tm-linux.h: Likewise.
4247 * config/ia64/nm-linux.h: Likewise.
4248 * config/ia64/tm-ia64.h: Likewise.
4249 * config/s390/tm-linux.h: Likewise.
4250 * config/s390/tm-s390.h: Likewise.
4251 * s390-nat.c: Likewise.
4252 * s390-tdep.c: Likewise.
4253
4254 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4255 * config/ia64/linux.mt: Likewise.
4256 * config/m68k/linux.mh: Likewise.
4257 * config/mips/linux.mt: Likewise.
4258 * config/powerpc/linux.mh: Likewise.
4259 * config/sh/linux.mt: Likewise.
4260
4261 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4262
4263 * solib.c (solib_open): Change tests for whether to search
4264 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4265 comments.
4266
4267 2003-06-19 Theodore A. Roth <troth@openavr.org>
4268
4269 * avr-tdep.c (avr_frame_address): Delete function.
4270 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4271 set_gdbarch_frame_args_address.
4272
4273 2003-06-19 Andrew Cagney <cagney@redhat.com>
4274
4275 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4276 (REGISTER_CONVERT_FROM_TYPE): Delete.
4277 (mips_register_convert_to_type): Delete declaration.
4278 (mips_register_convert_from_type): Delete declaration.
4279 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4280 kernel/.
4281
4282 2003-06-19 Michael Snyder <msnyder@redhat.com>
4283
4284 * linux-nat.h: New file.
4285 * linux-nat.c: Include linux-nat.h.
4286 * lin-lwp.c: Include linux-nat.h.
4287 Move struct lwp_info def to linux-nat.h.
4288 * linux-proc.c: Include linux-nat.h.
4289 (linux_make_note_section): Iterate over lwps instead of threads.
4290 (linux_do_thread_registers): Use lwp instead of merged pid.
4291 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4292 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4293 Add dependency on linux_nat_h.
4294
4295 2003-06-19 Theodore A. Roth <troth@openavr.org>
4296
4297 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4298
4299 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4300
4301 * varobj.c (get_type, get_target_type): Use check_typedef.
4302
4303 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4304
4305 * breakpoint.c (insert_catchpoint): Call internal_error.
4306
4307 2003-06-19 Theodore A. Roth <troth@openavr.org>
4308
4309 * avr-tdep.c (avr_push_dummy_code): Delete function.
4310 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4311
4312 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4313
4314 * arch-utils.c (default_prepare_to_proceed): Remove.
4315 (generic_prepare_to_proceed): Remove.
4316 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4317 (generic_prepare_to_proceed): Remove prototype.
4318 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4319 * gdbarch.c: Regenerate.
4320 * gdbarch.h: Regenerate.
4321 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4322 * hppah-nat.c (hppa_switched_threads): Remove.
4323 * infrun.c (prepare_to_proceed): New static function, copied from
4324 generic_prepare_to_proceed. Remove select_it argument.
4325 (proceed): Call prepare_to_proceed.
4326 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4327 variables.
4328 (ptrace_wait): Don't set the removed variables.
4329 (hppa_switched_threads): Remove.
4330 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4331 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4332 (lin_lwp_prepare_to_proceed): Remove prototype.
4333 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4334 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4335
4336 2003-06-18 Theodore A. Roth <troth@openavr.org>
4337
4338 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4339 trad-frame.h.
4340 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4341 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4342 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4343 (AVR_PROLOGUE_*): Enumerate prologue types.
4344 (struct frame_extra_info): Remove.
4345 (struct avr_unwind_cache): Define.
4346 (avr_write_sp): Delete function.
4347 (avr_read_fp): Ditto.
4348 (avr_init_extra_frame_info): Ditto.
4349 (avr_pop_frame): Ditto.
4350 (avr_frame_saved_pc): Ditto.
4351 (avr_saved_pc_after_call): Ditto.
4352 (avr_push_return_address): Ditto.
4353 (avr_frame_chain): Ditto.
4354 (avr_store_struct_return): Ditto.
4355 (avr_push_arguments): Ditto.
4356 (avr_scan_prologue): Update comments. Changed to set up the info for
4357 cache unwinding. Now returns end of prologue PC.
4358 (avr_skip_prologue): Better handling of functions lacking a prologue
4359 by using avr_scan_prologue.
4360 (avr_scan_arg_moves): New function.
4361 (avr_saved_regs_unwinder): Ditto.
4362 (avr_frame_unwind_cache): Ditto.
4363 (avr_unwind_pc): Ditto.
4364 (avr_frame_this_id): Ditto.
4365 (avr_frame_prev_register): Ditto.
4366 (avr_frame_p): Ditto.
4367 (avr_frame_base_address ): Ditto.
4368 (avr_unwind_dummy_id): Ditto.
4369 (avr_push_dummy_code): Ditto.
4370 (push_stack_item): Ditto.
4371 (pop_stack_item): Ditto.
4372 (avr_push_dummy_call): Ditto.
4373 (struct stack_item): Define.
4374 (avr_frame_unwind): Declare structure.
4375 (avr_frame_base): Ditto.
4376 (avr_gdbarch_init): Remove calls to
4377 set_gdbarch_deprecated_init_frame_pc,
4378 set_gdbarch_deprecated_target_read_fp,
4379 set_gdbarch_deprecated_dummy_write_sp,
4380 set_gdbarch_deprecated_fp_regnum,
4381 set_gdbarch_deprecated_push_arguments,
4382 set_gdbarch_deprecated_push_return_address,
4383 set_gdbarch_deprecated_pop_frame,
4384 set_gdbarch_deprecated_store_struct_return,
4385 set_gdbarch_deprecated_frame_init_saved_regs,
4386 set_gdbarch_deprecated_init_extra_frame_info,
4387 set_gdbarch_deprecated_frame_chain,
4388 set_gdbarch_deprecated_frame_saved_pc,
4389 set_gdbarch_deprecated_saved_pc_after_call.
4390 Add calls to set_gdbarch_push_dummy_call,
4391 set_gdbarch_push_dummy_code,
4392 frame_unwind_append_predicate,
4393 frame_base_set_default,
4394 set_gdbarch_unwind_dummy_id,
4395 set_gdbarch_unwind_pc.
4396 Wrap a long line.
4397
4398 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4399
4400 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4401 registers for H8/300S.
4402 (h8300_print_registers_info): Ditto.
4403 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4404
4405 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4406
4407 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4408 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4409 (lin_lwp_wait): Likewise. Update comments.
4410 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4411 (pull_pid_from_list, linux_record_stopped_pid): New.
4412
4413 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4414
4415 * ada-lang.c (scan_discrim_bound): Name first argument.
4416 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4417 declared by ALL_BLOCK_SYMBOLS.
4418
4419 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4420
4421 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4422 ("regcache.h"): Include it.
4423 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4424
4425 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4426
4427 * NEWS: Mention gdbserver detach change and "disconnect" command.
4428 * infcmd.c (disconnect_command): New function.
4429 (_initialize_infcmd): Add ``disconnect'' command.
4430 * remote.c (remote_async_detach): Delete.
4431 (remote_detach): Merge remote_async_detach.
4432 (remote_disconnect): New.
4433 (init_remote_ops): Set to_disconnect.
4434 (init_remote_cisco_ops): Likewise.
4435 (init_remote_async_ops): Likewise. Use remote_detach.
4436 * target.c (cleanup_target): Default to_disconnect.
4437 (update_current_target): Inherit to_disconnect.
4438 (target_disconnect, debug_to_disconnect): New functions.
4439 (setup_target_debug): Set to_disconnect.
4440 * target.h (struct target_ops): Add to_disconnect.
4441 (target_disconnect): Add prototype.
4442
4443 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4444
4445 * breakpoint.c (insert_catchpoint): New function.
4446 (insert_breakpoints): Use catch_exceptions to call
4447 insert_catchpoint. Disable catchpoints if they fail to insert.
4448
4449 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4450
4451 * symfile.c (reread_symbols): Clear sym_private.
4452
4453 2003-06-17 Andrew Cagney <cagney@redhat.com>
4454
4455 * trad-frame.h (struct frame_info): Add opaque declaration.
4456 * remote-fileio.h (struct cmd_list_element): Add opaque
4457 declaration.
4458 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4459 comments.
4460
4461 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4462
4463 * remote.c (remote_prepare_to_store): Replace call to
4464 deprecated_read_register_bytes with multiple regcache_raw_read
4465 calls.
4466
4467 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4468
4469 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4470 (nto_find_and_open_solib): Likewise.
4471 (nto_init_solib_absolute_prefix): Likewise.
4472 (_initialize_nto_tdep): Fix indentation.
4473
4474 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4475
4476 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4477
4478 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4479
4480 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4481
4482 2003-06-17 Jim Blandy <jimb@redhat.com>
4483
4484 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4485
4486 2003-06-16 Theodore A. Roth <troth@openavr.org>
4487
4488 * avr-tdep.c (avr_extract_return_value): New function.
4489 (avr_gdbarch_init): Set extract_return_value method.
4490
4491 2003-06-16 Andrew Cagney <cagney@redhat.com>
4492
4493 * frame.h (deprecated_get_next_frame_hack): Declare.
4494 * frame.c (legacy_saved_regs_prev_register): Only require
4495 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4496 there are always saved regs.
4497 (deprecated_generic_get_saved_register): Do not require
4498 DEPRECATED_FRAME_INIT_SAVED_REGS.
4499 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4500 use frame ID unwind instead.
4501 (deprecated_get_next_frame_hack): New function.
4502
4503 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4504
4505 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4506 (h8300_push_dummy_call): ...this function. Some minor optimization.
4507 (h8300_push_return_address): Remove.
4508 (h8300_gdbarch_init): Remove calls to
4509 set_gdbarch_deprecated_dummy_write_sp,
4510 set_gdbarch_deprecated_push_arguments and
4511 set_gdbarch_deprecated_push_return_address.
4512 Add call to set_gdbarch_push_dummy_call.
4513
4514 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4515
4516 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4517 (E_PSEUDO_EXR_REGNUM): Ditto.
4518 (h8300_is_argument_spill): Check for instructions moving argument
4519 registers into safe registers.
4520 (h8300_skip_prologue): Check for stm instruction to push registers
4521 used for register variables onto stack.
4522 (gdb_print_insn_h8300): Remove.
4523 (h8300_examine_prologue): Add a comment.
4524 (h8300_register_name): Take pseudo registers into account.
4525 (h8300s_register_name): Ditto.
4526 (h8300sx_register_name): Ditto.
4527 (h8300_print_register): Ditto.
4528 (h8300_print_registers_info): Define "nice" printing order.
4529 (h8300_saved_pc_after_call): Take pseudo registers into account.
4530 (h8300_register_type): Ditto. Return type used for remote connection
4531 when requesting real CCR or EXR register, return actual type when
4532 requesting pseudo CCR or EXR.
4533 (h8300_pseudo_register_read): New function.
4534 (h8300_pseudo_register_write): Ditto.
4535 (h8300_dbg_reg_to_regnum): Ditto.
4536 (h8300s_dbg_reg_to_regnum): Ditto.
4537 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4538 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4539 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4540 set_gdbarch_print_insn architecture dependent.
4541 Call set_gdbarch_pseudo_register_read and
4542 set_gdbarch_pseudo_register_write.
4543 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4544
4545 2003-06-16 Andrew Cagney <cagney@redhat.com>
4546
4547 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4548 * gdbarch.h, gdbarch.c: Re-generate.
4549 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4550 * s390-tdep.c (s390_gdbarch_init): Update.
4551 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4552 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4553 * mips-tdep.c (mips_gdbarch_init): Update.
4554 * mcore-tdep.c (mcore_gdbarch_init): Update.
4555 * cris-tdep.c (cris_gdbarch_init): Update.
4556 * infcall.c (call_function_by_hand): Update.
4557 * ia64-tdep.c (ia64_push_arguments): Update comment.
4558 * frame.c (legacy_get_prev_frame): Do not assume
4559 SAVE_DUMMY_FRAME_TOS_P.
4560 * dummy-frame.c (find_dummy_frame): Update comment.
4561
4562 2003-06-16 Andrew Cagney <cagney@redhat.com>
4563
4564 * regcache.c (do_cooked_read): Do not use register_valid_p.
4565
4566 2003-06-15 Theodore A. Roth <troth@openavr.org>
4567
4568 * avr-tdep.c (avr_register_type): Remove a blank line.
4569 (avr_scan_prologue): Correct some comments.
4570
4571 2003-06-15 Theodore A. Roth <troth@openavr.org>
4572
4573 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4574 prologue types.
4575 Properly scan prologues generated by gcc with the -mcall-prologues
4576 option.
4577 Add code to scan -mcall-prologues for mega devices.
4578
4579 2003-06-15 Theodore A. Roth <troth@openavr.org>
4580
4581 * avr-tdep.c (avr_register_byte): Delete function.
4582 (avr_register_raw_size): Delete function.
4583 (avr_register_virtual_size): Delete function.
4584 (avr_register_virtual_type): Delete function.
4585 (avr_register_type): New function.
4586 (avr_address_to_pointer): Remove unused code.
4587 (avr_read_fp): Need to read FP as two separate bytes due to change to
4588 avr_register_type() usage.
4589 (avr_gdbarch_init): Don't set deprecated_register_size.
4590 Don't set deprecated_register_bytes.
4591 Don't set deprecated_register_byte.
4592 Don't set deprecated_register_raw_size.
4593 Don't set deprecated_max_register_raw_size.
4594 Don't set deprecated_register_virtual_size.
4595 Don't set deprecated_max_register_virtual_size.
4596 Don't set deprecated_register_virtual_type.
4597 Set register_type method.
4598
4599 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4600
4601 * Makefile.in (linux-nat.o): Add rule.
4602 * linux-nat.c: New file.
4603 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4604 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4605 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4606 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4607 * config/arm/linux.mh (NATDEPFILES): Likewise.
4608 * config/i386/linux.mh (NATDEPFILES): Likewise.
4609 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4610 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4611 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4612 * config/mips/linux.mh (NATDEPFILES): Likewise.
4613 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4614 * config/s390/s390.mh (NATDEPFILES): Likewise.
4615 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4616
4617 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4618
4619 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4620 replace out-of-date comment.
4621
4622 2003-06-15 Andrew Cagney <cagney@redhat.com>
4623
4624 * rdi-share/host.h (Fail): Change to a varargs function.
4625 * remote-rdi.c (Fail): Update.
4626
4627 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4628
4629 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4630 (i386_convert_register_p, i386_register_to_value,
4631 i386_register_from_value): Handle types longer than 8 bytes.
4632
4633 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4634
4635 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4636 Move floating-point code to new function in i387-tdep.c.
4637 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4638 New functions containing code moved here from i386-tdep.c.
4639 * i387-tdep.h: Add opaque declaration for `struct type'.
4640 (i387_register_to_value, i387_value_to_register): New prototypes.
4641 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4642 (x86_64_init_abi): Set convert_register_p, register_to_value and
4643 value_to_register here.
4644
4645 2003-06-14 Andrew Cagney <cagney@redhat.com>
4646
4647 * mips-tdep.c (mips_register_to_value): Make static.
4648 (mips_value_to_register): Make static.
4649 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4650 * ia64-tdep.c (ia64_register_raw_size): Make static.
4651 (ia64_register_virtual_size): Make static.
4652 (ia64_register_byte): Make static.
4653 * i387-tdep.c: Include "i387-tdep.h".
4654 (print_387_control_word): Delete function.
4655 (print_387_status_word): Delete function.
4656 (print_387_status_bits): Delete function.
4657 (print_387_control_bits): Delete function.
4658 * Makefile.in (i387-tdep.o): Update dependencies.
4659 * rdi-share/host.h (Fail): Declare.
4660 * remote-rdi.c (Fail): Update to match declaration.
4661
4662 2003-06-14 Andrew Cagney <cagney@redhat.com>
4663
4664 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4665 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4666 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4667 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4668 * README: Delete reference to remote-array.
4669 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4670 (remote-array.o): Delete target.
4671 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4672 * remote-array.c: Delete file.
4673
4674 2003-06-14 Andrew Cagney <cagney@redhat.com>
4675 Mark Kettenis <kettenis@gnu.org>
4676
4677 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4678 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4679 parameter with "frame".
4680 * gdbarch.h, gdbarch.c: Re-generate.
4681 * frame.h (put_frame_register): Declare.
4682 * frame.c (put_frame_register): New function.
4683 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4684 (legacy_register_to_value): Rewrite, use "frame" to get the
4685 register value.
4686 (legacy_value_to_register): Rewrite, use "frame" to find the
4687 register's location before storing.
4688 * arch-utils.h (legacy_convert_register_p): Update.
4689 (legacy_register_to_value, legacy_value_to_register): Update.
4690 * findvar.c (value_from_register): Rewrite, eliminate use of
4691 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4692 "frame" to REGISTER_TO_VALUE.
4693 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4694 lval_reg_frame_relative + lval_register branch of the switch. Do
4695 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4696 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4697 I386_EDI_REGNUM): New defines.
4698 (i386_next_regnum, i386_convert_register_p,
4699 i386_register_to_value, i386_value_to_register): New functions.
4700 (i386_register_convertible, i386_register_convert_to_virtual,
4701 i386_convert_to_raw): Remove functions.
4702 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4703 value_to_register instead of register_convertible,
4704 register_convert_to_virtual and register_convert_to_raw.
4705 * mips-tdep.c (mips_convert_register_p): New function.
4706 (mips_value_to_register): Replace mips_register_convert_from_type.
4707 (mips_register_to_value): Replace mips_register_convert_to_type.
4708 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4709 register_to_value.
4710 * alpha-tdep.c (alpha_convert_register_p): Update.
4711 (alpha_value_to_register): Update, store the register.
4712 (alpha_register_to_value): Update, fetch the register.
4713
4714 2003-06-14 Theodore A. Roth <troth@openavr.org>
4715
4716 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4717 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4718 Don't set deprecated_call_dummy_words.
4719 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4720 Don't set remote_translate_xfer_address.
4721 (avr_io_reg_read_command): Remove commented out debug printf.
4722 Wrap a long line.
4723
4724 2003-06-14 Theodore A. Roth <troth@openavr.org>
4725
4726 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4727 causes gdb to seg fault.
4728
4729 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4730
4731 * sparc-nat.c (fetch_inferior_registers): Correct
4732 a reference to "registers".
4733
4734 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4735
4736 * Makefile.in (exc_request_U_h): Define
4737 (exc_request_S_h): Likewise.
4738 (msg_reply_S_h): Likewise.
4739 (msg_U_h): Likewise.
4740 (notify_S_h): Likewise.
4741 (process_reply_S_h): Likewise.
4742 (gnu-nat.o): Depend on gdb_obstack_h
4743 * gnu-nat.c: Include "gdb_obstack.h".
4744
4745 2003-06-13 Andrew Cagney <cagney@redhat.com>
4746
4747 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4748 * gdbarch.h, gdbarch.c: Re-generate.
4749
4750 2003-06-13 Andrew Cagney <cagney@redhat.com>
4751
4752 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4753 when deprecated REGISTER macros can be deleted.
4754 * gdbarch.h, gdbarch.c: Re-generate.
4755
4756 2003-06-13 Jim Blandy <jimb@redhat.com>
4757
4758 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4759 Linux entry point symbols for _dl_debug_state, too.
4760
4761 2003-06-13 Andrew Cagney <cagney@redhat.com>
4762
4763 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4764 available, do not use the FP register, and always save the TOS.
4765 * dummy-frame.c (dummy_frame_this_id): Do not assert
4766 SAVE_DUMMY_FRAME_TOS.
4767 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4768 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4769 (i386_push_dummy_call): Add 8 to the returned SP.
4770 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4771 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4772 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4773 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4774 (x86_64_push_dummy_call): Return "sp + 16".
4775 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4776 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4777 save_dummy_frame_tos.
4778
4779 2003-06-13 Jim Blandy <jimb@redhat.com>
4780
4781 * frv-tdep.c (frv_use_struct_convention): Delete static
4782 declaration for function deleted in my change of 2003-06-12.
4783
4784 2003-06-13 Theodore A. Roth <troth@openavr.org>
4785
4786 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4787 (avr_pointer_to_address): Shift code addrs left 1 bit.
4788 (avr_convert_from_func_ptr_addr): Delete function since operation is
4789 better handled by avr_address_to_pointer and avr_pointer_to_address.
4790 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4791
4792 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4793
4794 From Kelley Cook <kelleycook@wideopenwest.com>:
4795 * configure.host: Accept i[34567]86 variants.
4796 * configure.tgt: Likewise.
4797 * nlm/configure.in: Likewise.
4798 * nlm/configure: Regenerated.
4799
4800 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4801
4802 * arm-tdep.c (solib-svr4.h): Dont' include it.
4803 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4804 * arm-linux-tdep.c: ... here. Make static.
4805 (arm_linux_init_abi): Register it.
4806 (solib-svr4.h): Include it.
4807 * Makefile.in: Update dependencies.
4808 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4809 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4810
4811 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4812
4813 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4814 indicate registers used for return values.
4815 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4816 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4817 members.
4818 (h8300_init_extra_frame_info): Ditto.
4819 (h8300_frame_locals_address): Removed.
4820 (h8300_frame_args_address): Removed.
4821 (h8300_extract_return_value): Use new regcache structure. Only care
4822 for 16 bit CPUs.
4823 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4824 (h8300_store_return_value): Use new regcache structure. Only care
4825 for 16 bit CPUs.
4826 (h8300h_store_return_value): Same function for 32 bit CPUs.
4827 (h8300_store_struct_return): Removed.
4828 (h8300_extract_struct_value_address): Use new regcache structure.
4829 (h8300h_extract_struct_value_address): Removed.
4830 (h8300_push_dummy_code): New function.
4831 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4832 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4833 set_gdbarch_store_return_value architecture dependent.
4834 Call set_gdbarch_push_dummy_code and
4835 set_gdbarch_extract_struct_value_address.
4836 Remove calls to set_gdbarch_frame_args_address,
4837 set_gdbarch_frame_locals_address,
4838 set_gdbarch_deprecated_store_struct_return,
4839 set_gdbarch_deprecated_extract_return_value,
4840 set_gdbarch_deprecated_extract_struct_value_address,
4841 set_gdbarch_deprecated_call_dummy_words and
4842 set_gdbarch_deprecated_sizeof_call_dummy_words.
4843
4844 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4845
4846 * h8300-tdep.c (h8300_register_byte): Remove.
4847 (h8300h_register_byte): Remove.
4848 (h8300_register_virtual_type): Remove. Substitute by...
4849 (h8300_register_type): New function.
4850 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4851 (h8300h_extract_struct_value_address): Ditto.
4852 (h8300_gdbarch_init): Drop calls to
4853 set_gdbarch_deprecated_register_byte and
4854 set_gdbarch_deprecated_register_virtual_type.
4855 Add call to set_gdbarch_register_type.
4856
4857 2003-06-13 Andrew Cagney <cagney@redhat.com>
4858
4859 * gdbarch.sh: Update comments on registers.
4860 (deprecated_register_byte): Rename register_byte.
4861 (deprecated_register_raw_size): Rename register_raw_size.
4862 (deprecated_register_virtual_size): Rename register_virtual_size.
4863 (deprecated_register_virtual_type): Rename register_virtual_type.
4864 * gdbarch.h, gdbarch.c: Re-generate.
4865 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4866 * vax-tdep.c (vax_gdbarch_init): Update.
4867 * v850-tdep.c (v850_gdbarch_init): Update.
4868 * sparc-tdep.c (sparc_gdbarch_init): Update.
4869 * sh-tdep.c (sh_gdbarch_init): Update.
4870 * s390-tdep.c (s390_gdbarch_init): Update.
4871 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4872 * ns32k-tdep.c: Update.
4873 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4874 * mips-tdep.c (mips_gdbarch_init): Update.
4875 * mcore-tdep.c (mcore_gdbarch_init): Update.
4876 * m68k-tdep.c (m68k_gdbarch_init): Update.
4877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4878 * ia64-tdep.c (ia64_gdbarch_init): Update.
4879 * hppa-tdep.c (hppa_gdbarch_init): Update.
4880 * h8300-tdep.c (h8300_gdbarch_init): Update.
4881 * frv-tdep.c (frv_gdbarch_init): Update.
4882 * cris-tdep.c (cris_gdbarch_init): Update.
4883 * avr-tdep.c (avr_gdbarch_init): Update.
4884 * alpha-tdep.c (alpha_gdbarch_init): Update.
4885 * arm-tdep.c (arm_gdbarch_init): Update.
4886
4887 2003-06-13 Andrew Cagney <cagney@redhat.com>
4888
4889 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4890 mips_o32_use_struct_convention with always_use_struct_convention.
4891
4892 2003-06-12 David Carlton <carlton@kealia.com>
4893
4894 * cp-namespace.c (cp_set_block_scope): Comment out
4895 processing_has_namespace_info branch.
4896
4897 2003-06-12 Jim Blandy <jimb@redhat.com>
4898
4899 Recognize and skip 64-bit PowerPC Linux linkage functions.
4900 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4901 insn_pattern, insns_match_pattern, d_field, ds_field): New
4902 functions, macros, and types for working with PPC instructions.
4903 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4904 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4905 ppc64_skip_trampoline_code): New functions, variables, and macros
4906 for recognizing and skipping linkage functions.
4907 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4908 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4909
4910 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4911 register offsets for both the 32- and 64-bit interfaces.
4912
4913 Actually finish the job started by my change of 2003-05-29.
4914 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4915 other #definition of this.
4916 (ppc_linux_skip_trampoline_code): Remove declaration.
4917 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4918 static.
4919 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4920 method for GDBARCH.
4921
4922 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4923 'long' on ppc64-*-linux*.
4924
4925 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4926 isn't #defined, assume the register doesn't exist: act as if
4927 tdep->ppc_mq_regnum were -1.
4928
4929 * configure.host, configure.tgt: Add entries for
4930 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4931 powerpc/linux.mt.
4932 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4933 New files.
4934
4935 * arch-utils.c (always_use_struct_convention): New function.
4936 * arch-utils.h (always_use_struct_convention): New prototype.
4937 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4938 (alpha_gdbarch_init): Register always_use_struct_convention,
4939 instead of alpha_use_struct_convention.
4940 * cris-tdep.c (cris_use_struct_convention): Delete.
4941 (cris_gdbarch_init): Register always_use_struct_convention,
4942 instead of cris_use_struct_convention.
4943 * frv-tdep.c (frv_use_struct_convention): Delete.
4944 (frv_gdbarch_init): Register always_use_struct_convention,
4945 instead of frv_use_struct_convention.
4946 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4947 (h8300_gdbarch_init): Register always_use_struct_convention,
4948 instead of h8300_use_struct_convention.
4949 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
4950 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4951 instead of mips_o32_use_struct_convention.
4952
4953 2003-06-12 Andrew Cagney <cagney@redhat.com>
4954
4955 * wince.c: Include "mips-tdep.h".
4956 * mips-tdep.h (mips_next_pc): Declare.
4957 * mcore-tdep.c: Make more local functions static.
4958 * Makefile.in (wince.o): Update dependencies.
4959
4960 2003-06-12 David Carlton <carlton@kealia.com>
4961
4962 * symtab.c (lookup_symbol_aux_minsyms): Replace
4963 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4964 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4965 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4966 SYMBOL_NATURAL_NAME.
4967
4968 2003-06-12 Andreas Schwab <schwab@suse.de>
4969
4970 * Makefile.in (tuiDisassem.o): Update dependencies.
4971
4972 2003-06-12 David Carlton <carlton@bactrian.org>
4973
4974 * symtab.h: Delete declaration of make_symbol_overload_list.
4975 Add declaration of lookup_partial_symbol.
4976 * symtab.c (remove_params): Move to cp-support.c.
4977 (overload_list_add_symbol, make_symbol_overload_list)
4978 (sym_return_val_size, sym_return_val_index): Ditto.
4979 (lookup_partial_symbol): Make extern.
4980 * cp-support.h: Add declaration of make_symbol_overload_list.
4981 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
4982 symtab.h, and block.h.
4983 (remove_params): Move here from symtab.c.
4984 (overload_list_add_symbol, make_symbol_overload_list)
4985 (sym_return_val_size, sym_return_val_index): Ditto.
4986 * valops.c: Include cp-support.h.
4987 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
4988 frame_h, and block_h.
4989 (valops.o): Depend on cp_support_h.
4990
4991 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
4992
4993 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
4994 substitute by NUM_REGS throughout.
4995 (h8300_register_name): Only care for H8/300 and H8/300H registers.
4996 (h8300s_register_name): New function for H8S registers.
4997 (h8300sx_register_name): Ditto for H8SX registers.
4998 (h8300_print_register): Revise register printing, avoid depending
4999 on 32 bit long.
5000 (h8300_register_byte): Only care for H8/300 registers.
5001 (h8300h_register_byte): New function for any other architecture.
5002 (h8300_register_raw_size): Remove.
5003 (h8300_register_virtual_type): Revise to return actually useful
5004 type.
5005 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5006 (h8300h_extract_struct_value_address): New function for any other
5007 architecture.
5008 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5009 set_gdbarch_register_name, set_gdbarch_register_byte,
5010 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5011 Remove calls to set_gdbarch_deprecated_register_size,
5012 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5013 set_gdbarch_deprecated_max_register_raw_size,
5014 set_gdbarch_register_virtual_size and
5015 set_gdbarch_deprecated_max_register_virtual_size entirely.
5016 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5017 set_gdbarch_long_double_bit.
5018
5019 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5020
5021 * doublest.c (convert_doublest_to_floatformat): When dealing
5022 with the implied integer bit, only alter mant_bits if we are
5023 processing a full 32 bits of mantissa.
5024
5025 2003-06-11 David Carlton <carlton@bactrian.org>
5026
5027 * dictionary.h: New.
5028 * dictionary.c: New.
5029 * block.h: Add opaque declaration for struct dictionary.
5030 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5031 'sym' members.
5032 (BLOCK_DICT): New macro.
5033 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5034 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5035 BLOCK_SHOULD_SORT.
5036 (ALL_BLOCK_SYMBOLS): Update definition.
5037 * Makefile.in (SFILES): Add dictionary.c.
5038 (dictionary_h): New.
5039 (COMMON_OBS): Add dictionary.o.
5040 (dictionary.o): New.
5041 (ada-lang.o): Depend on dictionary_h.
5042 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5043 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5044 (mi-cmd-stack.o): Ditto.
5045 (gdbtk-cmds.o): Update dependencies.
5046 (gdbtk-stack.o): Ditto.
5047 * ada-lang.c: Include dictionary.h.
5048 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5049 (fill_in_ada_prototype, debug_print_block): Ditto.
5050 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5051 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5052 'is_sorted'.
5053 * mdebugread.c: Include dictionary.h.
5054 (struct parse_stack): Delete 'maxsyms' member.
5055 (parse_symbol): Update calls to new_block. Delete calls to
5056 shrink_block. Use dictionary methods.
5057 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5058 Update calls to new_symtab. Don't maintain maxsyms data.
5059 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5060 (add_symbol): Just call dict_add_symbol.
5061 (new_symtab): Delete 'maxsyms' argument.
5062 (new_symtab): Update calls to new_block.
5063 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5064 (shrink_block): Delete function.
5065 (fixup_sigtramp): Update call to new_block. Add symbol via
5066 dict_add_symbol.
5067 * jv-lang.c: Include dictionary.h.
5068 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5069 appropriately. Set class_symtab->free_func. Make sure the
5070 blockvector is big enough to hold two blocks.
5071 (add_class_symtab_symbol): Use dictionary methods.
5072 (free_class_block): New function.
5073 (type_from_class): Replace explicit iteration by
5074 ALL_BLOCK_SYMBOLS.
5075 * symtab.h (struct symtab): Replace 'free_ptr' method by
5076 'free_func'.
5077 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5078 sort_symtab_syms.
5079 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5080 sort_symtab_syms.
5081 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5082 Include dictionary.h.
5083 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5084 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5085 sort_symtab_syms.
5086 * objfiles.c: Include dictionary.h.
5087 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5088 * buildsym.c: Include dictionary.h.
5089 (finish_block): Use dictionary methods.
5090 (end_symtab): Set free_func to NULL, not free_ptr.
5091 * tracepoint.c: Include dictionary.h.
5092 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5093 (scope_info): Ditto.
5094 * stack.c: Include dictionary.h.
5095 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5096 (print_block_frame_labels, print_frame_arg_vars)
5097 (print_frame_args): Ditto.
5098 * symmisc.c (free_symtab_block): Use dictionary methods.
5099 (dump_symtab): Ditto.
5100 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5101 Include dictionary.h.
5102 * symfile.h: Delete declarations of sort_block_syms,
5103 sort_symtab_syms.
5104 * symfile.c (sort_block_syms): Delete.
5105 (sort_symtab_syms): Delete.
5106 * symtab.c: Include dictionary.h.
5107 (lookup_block_symbol): Use dictionary iterators.
5108 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5109 (search_symbols, make_symbol_completion_list): Ditto.
5110 (make_symbol_overload_list): Ditto.
5111 * valops.c (value_of_local): Use dict_empty.
5112 Include dictionary.h.
5113
5114 2003-06-11 J. Brobecker <brobecker@gnat.com>
5115
5116 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5117
5118 2003-06-11 David Carlton <carlton@bactrian.org>
5119
5120 * block.h (BLOCK_SHOULD_SORT): Delete.
5121 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5122 blocks.
5123 * ada-lang.c (ada_add_block_symbols): Ditto.
5124 * symfile.c (sort_block_syms): Delete.
5125 (sort_symtab_syms): Ditto.
5126 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5127 declarations.
5128 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5129 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5130 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5131 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5132 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5133 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5134 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5135
5136 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5137
5138 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5139 bits to 128.
5140
5141 2003-06-11 Andrew Cagney <cagney@redhat.com>
5142
5143 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5144 REGISTER_CONVERTIBLE.
5145 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5146 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5147 * gdbarch.h, gdbarch.c: Re-generate.
5148 * arch-utils.h (deprecated_register_convertible_not): Rename
5149 generic_register_convertible_not.
5150 * arch-utils.c (deprecated_register_convertible_not): Rename
5151 generic_register_convertible.
5152 (legacy_convert_register_p, legacy_register_to_value): Update.
5153 * sh-tdep.c (sh64_push_arguments): Update.
5154 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5155 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5156 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5157 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5158 * arch-utils.c (legacy_value_to_register): Update.
5159 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5160 (rs6000_register_convert_to_raw): Make parameter "from" const.
5161 * mips-tdep.c (mips_gdbarch_init): Update.
5162 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5163 * infcmd.c (default_print_registers_info): Update.
5164 * ia64-tdep.c (ia64_gdbarch_init): Update.
5165 (ia64_register_convert_to_raw): Make parameter "from" const.
5166 * i386-tdep.c (i386_gdbarch_init): Update.
5167 (i386_register_convert_to_raw): Update.
5168
5169 2003-06-11 Andrew Cagney <cagney@redhat.com>
5170
5171 * remote-fileio.c: Include "remote-fileio.h".
5172 * Makefile.in (remote-fileio.o): Update dependencies.
5173 (remote_fileio_h): Fix typo.
5174
5175 2003-06-11 Andrew Cagney <cagney@redhat.com>
5176
5177 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5178 (xstormy16_save_dummy_frame_tos): Make static.
5179 (_initialize_xstormy16_tdep): Add declaration.
5180 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5181 * v850-tdep.c: Make local functions static.
5182 (_initialize_v850_tdep): Add declaration.
5183 * sparc-tdep.c: Make local functions static.
5184 (_initialize_sparc_tdep): Add declaration.
5185 * sh-tdep.c: Make local functions static.
5186 (_initialize_sh_tdep): Add declaration.
5187 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5188 * s390-tdep.c: Make local functions static.
5189 (_initialize_s390_tdep): Add declaration.
5190 * dbxread.c (find_stab_function_addr): Make static.
5191 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5192 * ocd.c (_initialize_remote_ocd): Add declaration.
5193 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5194 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5195 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5196 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5197 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5198 * remote-array.c (_initialize_array): Add declaration.
5199 (_initialize_remote_monitors): Add declaration.
5200 * remote-mips.c: Make local functions static.
5201 (_initialize_remote_mips): Add declaration.
5202 * mcore-tdep.c: Make all local functions static.
5203 (_initialize_mcore_tdep): Add declaration.
5204 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5205 * abug-rom.c (_initialize_abug_rom): Add declaration.
5206 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5207 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5208 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5209 * remote-est.c (_initialize_est): Add declaration.
5210 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5211 (m68hc11_call_dummy_address): Make static.
5212 * ia64-tdep.c: Make local functions static.
5213 (_initialize_ia64_tdep): Add declaration.
5214 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5215 * monitor.c (monitor_wait_filter): Make static.
5216 (_initialize_remote_monitors): Add declaration.
5217 * remote-hms.c (_initialize_remote_hms): Add declaration.
5218 * remote-e7000.c (fetch_regs_from_dump): Make static.
5219 (expect_n): Make static.
5220 (_initialize_remote_e7000): Add declaration.
5221 * ser-e7kpc.c: Always include "defs.h".
5222 (_initialize_ser_e7000pc): Add declaration.
5223 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5224 * cris-tdep.c: Make all but one function static.
5225 (_initialize_cris_tdep): Add declaration.
5226 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5227 * solib.c (update_solib_list): Make static.
5228 (_initialize_solib): Add declaration.
5229 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5230 (_initialize_avr_tdep): Add declaration.
5231 * remote-rdi.c (voiddummy): Make static.
5232 (_initialize_remote_rdi): Add declaration.
5233 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5234 * remote-rdp.c (send_rdp): Make static.
5235 (_initialize_remote_rdp): Add declaration.
5236 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5237
5238 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5239
5240 * remote-fileio.c: Make ari happy.
5241
5242 2003-06-10 J. Brobecker <brobecker@gnat.com>
5243
5244 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5245 fetching the trailing bytes of the buffer we are about to write.
5246
5247 2003-06-10 Andrew Cagney <cagney@redhat.com>
5248
5249 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5250 * Makefile.in (remote-fileio.o): Update dependencies.
5251 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5252 include <setjmp.h>, or <sys/types.h> conditional on USG.
5253 (remote_fio_jmp_buf): Delete global variable.
5254
5255 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5256 Martin M. Hunt <hunt@redhat.com>
5257
5258 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5259 (SFILES): Add remote-fileio.c.
5260 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5261 dependencies for building remote.o.
5262 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5263 * remote-fileio.h: New header file defining remote File-I/O interface.
5264 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5265 static storage class.
5266 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5267 'F' packet.
5268 (_initialize_remote): Call initialize_remote_fileio().
5269 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5270 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5271 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5272 (captured_main): Initialize new ui_files.
5273 * ui-file.c: Add read and fgets input functions.
5274 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5275 (null_file_read): New function.
5276 (ui_file_read): New function.
5277 (set_ui_file_read): New function.
5278 (stdio_file_read): New function.
5279 * ui-file.h: New type ui_file_read_ftype.
5280 (set_ui_file_read): Declare.
5281 (ui_file_read): Declare.
5282
5283 2003-06-09 Andrew Cagney <cagney@redhat.com>
5284
5285 * frame.h (deprecated_unwind_get_saved_register): Rename
5286 generic_unwind_get_saved_register, update comments.
5287 * mips-tdep.c (mips_get_saved_register): Update.
5288 * frame.c (deprecated_unwind_get_saved_register): Update.
5289
5290 2003-06-09 Andrew Cagney <cagney@redhat.com>
5291
5292 * vax-tdep.c (vax_frame_locals_address): Delete function.
5293 (vax_gdbarch_init): Do not set frame_locals_address.
5294 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5295 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5296 * s390-tdep.c (s390_frame_args_address): Delete function.
5297 (s390_gdbarch_init): Do not set frame_args_address or
5298 frame_locals_address.
5299 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5300 (ns32k_gdbarch_init): Do not set frame_locals_address.
5301 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5302 (hppa_frame_locals_address): Delete function.
5303 (hppa_gdbarch_init): Do not set frame_args_address, or
5304 frame_locals_address.
5305 * arm-tdep.c (arm_frame_args_address): Delete.
5306 (arm_frame_locals_address): Delete.
5307 (arm_gdbarch_init): Do not set frame_args_address, or
5308 frame_locals_address.
5309
5310 2003-06-09 Andrew Cagney <cagney@redhat.com>
5311
5312 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5313 * gdbarch.h, gdbarch.c: Re-generate.
5314 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5315 * arch-utils.c (frame_num_args_unknown): Delete function.
5316 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5317 (frame_info): Use FRAME_NUM_ARGS_P.
5318 * arm-tdep.c (arm_frame_num_args): Delete function.
5319 (arm_gdbarch_init): Do not set frame_num_args.
5320 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5321 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5322 (hppa_gdbarch_init): Do not set frame_num_args.
5323 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5324 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5325 frame_num_args to default frame_num_args_unknown.
5326 * v850-tdep.c (v850_gdbarch_init): Ditto.
5327 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5328 * sh-tdep.c (sh_gdbarch_init): Ditto.
5329 * s390-tdep.c (s390_gdbarch_init): Ditto.
5330 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5331 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5332 * mips-tdep.c (mips_gdbarch_init): Ditto.
5333 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5334 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5335 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5336 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5337 * i386-tdep.c (i386_gdbarch_init): Ditto.
5338 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5339 * frv-tdep.c (frv_gdbarch_init): Ditto.
5340 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5341 * cris-tdep.c (cris_gdbarch_init): Ditto.
5342 * avr-tdep.c (avr_gdbarch_init): Ditto.
5343 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5344
5345 2003-06-09 Andrew Cagney <cagney@redhat.com>
5346
5347 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5348 (print_frame_args): Moved to "stack.c".
5349 * stack.c: Include "gdb_assert.h".
5350 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5351 (print_frame_args): Moved from "printcmd.c".
5352 * frame.h (print_frame_args): Delete declaration.
5353 * Makefile.in (stack.o): Update dependencies.
5354
5355 2003-06-08 Andrew Cagney <cagney@redhat.com>
5356
5357 * frame.c (get_prev_frame): Remove reference to
5358 frame_args_address_correct in comments.
5359 * frame-base.c (default_frame_args_address): Delete code
5360 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5361 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5362 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5363 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5364 (vax_frame_args_address_correct): Delete declaration.
5365
5366 2003-06-08 Andrew Cagney <cagney@redhat.com>
5367
5368 * gdbarch.sh (UNWIND_SP): Add.
5369 * gdbarch.h, gdbarch.c: Re-generate.
5370 * frame.c (frame_sp_unwind): New function.
5371 (get_frame_sp): New function.
5372 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5373 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5374 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5375 value.
5376 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5377 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5378
5379 2003-06-08 Andrew Cagney <cagney@redhat.com>
5380
5381 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5382 REMOTE_BREAKPOINT.
5383 * remote.c: Update.
5384 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5385 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5386 * config/m68k/tm-sun3.h: Update.
5387 * config/m68k/tm-m68klynx.h: Update.
5388 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5389
5390 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5391 trad_frame". Update comments.
5392 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5393 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5394 (trad_frame_register_value, trad_frame_prev_register): Update.
5395
5396 2003-06-08 Andrew Cagney <cagney@redhat.com>
5397
5398 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5399 from GCC's acinclude.m4.
5400 * configure.in: Check for getopt's delcaration.
5401 * aclocal.m4, config.in, configure: Re-generate.
5402 * main.c (error_init): Delete declaration.
5403 * defs.h (error_init): Declare.
5404 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5405 (rs6000_convert_from_func_ptr_addr): Make static.
5406 (_initialize_rs6000_tdep): Add declaration.
5407 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5408 (show_commands, set_verbose, show_history): Delete declaration.
5409 * top.h (set_verbose): Add declaration.
5410 (show_history, set_history, show_commands): Add declaration.
5411 (do_restore_instream_cleanup): Add declaration.
5412 * objc-lang.c (specialcmp): Make static.
5413 (print_object_command): Make static.
5414 (find_objc_msgsend): Make static.
5415 (find_objc_msgcall_submethod_helper): Make static.
5416 (find_objc_msgcall_submethod): Make static.
5417 (_initialize_objc_language): Add declaration.
5418 (find_implementation_from_class): Make static.
5419 (find_implementation): Make static.
5420 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5421 * objc-lang.h (lookup_struct_typedef): Add declaration.
5422 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5423 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5424 (do_restore_user_call_depth): Make static.
5425 (do_restore_instream_cleanup): Delete declaration.
5426 (dont_repeat): Delete declaration.
5427 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5428 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5429 * reggroups.c (_initialize_reggroup): Add declaration.
5430 * cp-support.c (_initialize_cp_support): Add declaration.
5431 * cp-abi.c (_initialize_cp_abi): Add declaration.
5432 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5433 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5434 (_initialize_gnu_v3_abi): Add declaration.
5435 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5436 (_initialize_gnu_v2_abi): Add declaration.
5437 * frame-base.c (_initialize_frame_base): Add declaration.
5438 * doublest.c (floatformat_from_length): Make static.
5439 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5440 * frame.c (create_sentinel_frame): Make static.
5441 (_initialize_frame): Add declaration.
5442 * top.c (do_catch_errors): Make static.
5443 (gdb_rl_operate_and_get_next_completion): Make static.
5444 * typeprint.c: Include "typeprint.h".
5445 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5446 (sentinel_frame_this_id): Make static.
5447 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5448 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5449 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5450 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5451 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5452 * maint.c (maintenance_print_architecture): Make static.
5453 * signals/signals.c (_initialize_signals): Add declaration.
5454 * std-regs.c (_initialize_frame_reg): Add declaration.
5455 * jv-exp.y (push_variable): ISO C definition.
5456 (push_qualified_expression_name): Ditto.
5457 * memattr.c (_initialize_mem): Add declaration.
5458 * remote.c (remote_check_watch_resources): Make static.
5459 (remote_stopped_by_watchpoint): Make static.
5460 (remote_stopped_data_address): Make static.
5461 * d10v-tdep.c (nr_dmap_regs): Make static.
5462 (a0_regnum): Make static.
5463 (d10v_frame_unwind_cache): Make static.
5464 (d10v_frame_p): Make static.
5465 * osabi.c (show_osabi): Make static.
5466 (_initialize_gdb_osabi): Add extern declaration.
5467 * gdbtypes.c (make_qualified_type): Make static.
5468 (safe_parse_type): Make static.
5469 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5470 * macrotab.c (macro_bcache_free): Make static.
5471 * interps.c (interp_set_quiet): Make static.
5472 (interpreter_exec_cmd): Make static.
5473 * stack.h (select_frame_command): New file.
5474 * stack.c: Include "stack.h".
5475 (select_frame_command_wrapper): Delete function.
5476 (select_frame_command): Make global.
5477 * infcall.c: Include "infcall.h".
5478 * linespec.c: Include "linespec.h".
5479 * symfile.c (sections_overlap): Make static.
5480 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5481 * charset.c (_initialize_charset): Add missing prototype.
5482 * regcache.c (init_legacy_regcache_descr): Make static.
5483 (do_regcache_xfree): Make static.
5484 (regcache_xfer_part): Make static.
5485 (_initialize_regcache): Add missing prototype.
5486 * breakpoint.c (parse_breakpoint_sals): Make static.
5487 (breakpoint_sals_to_pc): Make static.
5488 * interps.h (clear_interpreter_hooks): ISO C declaration.
5489 * Makefile.in (stack_h): Define.
5490 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5491 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5492
5493 2003-06-08 Andrew Cagney <cagney@redhat.com>
5494
5495 * Makefile.in (d10v-tdep.o): Update dependencies.
5496 (SFILES): Add trad-frame.c.
5497 (trad_frame_h): Define.
5498 (COMMON_OBS): Add trad-frame.o.
5499 (trad-frame.o): Specify dependencies.
5500 * d10v-tdep.c: Include "trad-frame.h".
5501 (saved_regs_unwinder): Delete function.
5502 (d10v_frame_prev_register): Use trad_frame_prev_register.
5503 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5504 trad_frame", delete "regs" and "prev_sp".
5505 (prologue_find_regs): Use trad-frame.
5506 * trad-frame.h, trad-frame.c: New files.
5507
5508 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5509
5510 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5511
5512 2003-06-07 Adam Fedor <fedor@gnu.org>
5513
5514 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5515 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5516 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5517 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5518 resolve_msgsend_super, resolve_msgsend_super_stret):
5519 Use it.
5520
5521 2003-06-07 Andrew Cagney <cagney@redhat.com>
5522
5523 * symfile.h: Re-indent, clean up comments.
5524
5525 2003-06-07 Andrew Cagney <cagney@redhat.com>
5526
5527 * inferior.h (deprecated_write_sp): Replace
5528 generic_target_write_sp.
5529 * regcache.c (deprecated_write_sp): Replace
5530 generic_target_write_sp.
5531 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5532 * vax-tdep.c (vax_gdbarch_init): Update.
5533 * v850-tdep.c (v850_gdbarch_init): Update.
5534 * sparc-tdep.c (sparc_gdbarch_init): Update.
5535 * sh-tdep.c (sh_gdbarch_init): Update.
5536 * s390-tdep.c (s390_gdbarch_init): Update.
5537 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5538 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5539 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5540 * mcore-tdep.c (mcore_gdbarch_init): Update.
5541 * m68k-tdep.c (m68k_gdbarch_init): Update.
5542 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5543 * ia64-tdep.c (ia64_gdbarch_init): Update.
5544 * h8300-tdep.c (h8300_gdbarch_init): Update.
5545 * frv-tdep.c (frv_gdbarch_init): Update.
5546 * cris-tdep.c (cris_gdbarch_init): Update.
5547 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5548
5549 2003-06-07 Andrew Cagney <cagney@redhat.com>
5550
5551 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5552 Assert that PC_REGNUM is valid.
5553 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5554
5555 2003-06-07 Andrew Cagney <cagney@redhat.com>
5556
5557 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5558 * gdbarch.h, gdbarch.c: Regenerate.
5559 * mn10300-tdep.c: Include "gdb_assert.h".
5560 (mn10300_read_fp): New function.
5561 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5562 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5563 * ia64-tdep.c: Include "gdb_assert.h".
5564 (ia64_read_fp): New function.
5565 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5566 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5567 * regcache.c (generic_target_read_sp): Delete function.
5568 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5569 * inferior.h (generic_target_read_sp): Delete declaration.
5570 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5571 generic_target_read_sp.
5572 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5573 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5574 * sh-tdep.c (sh_gdbarch_init): Ditto.
5575 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5576 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5577
5578 2003-06-07 Andrew Cagney <cagney@redhat.com>
5579
5580 * gdbarch.sh: Comment each field of startup_gdbarch.
5581 * gdbarch.h, gdbarch.c: Re-generate.
5582
5583 2003-06-07 Andrew Cagney <cagney@redhat.com>
5584
5585 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5586 * gdbarch.h, gdbarch.c: Re-generate.
5587 * regcache.c: Update comments on read_pc et.al.
5588 (generic_target_read_pc): Delete function.
5589 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5590 * inferior.h (generic_target_read_pc): Delete declaration.
5591 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5592 generic_target_read_pc.
5593 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5594 * sh-tdep.c (sh_gdbarch_init): Ditto.
5595 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5596 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5597
5598 2003-06-07 Andrew Cagney <cagney@redhat.com>
5599
5600 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5601 "index" with "special_local_sect". Use strcmp instead of STREQ.
5602 Append period to coments.
5603
5604 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5605
5606 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5607 (elfstab_offset_sections): Likewise.
5608 * gdb-stabs.h (stab_section_info): Likewise.
5609 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5610 * objfiles.c (objfile_relocate): Likewise.
5611 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5612 * remote.c (get_offsets): Likewise.
5613 (remote_cisco_objfile_relocate): Likewise.
5614 * somread.c (som_symfile_offsets): Likewise.
5615 * symfile.c (alloc_section_addr_info): New function.
5616 (build_section_addr_info_from_section_tab): Use it.
5617 (free_section_addr_info): Adjust.
5618 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5619 (syms_from_objfile): Allocate local_addr dynamically.
5620 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5621 dynamically.
5622 (add_symbol_file_command): Allocate sect_opts dynamically.
5623 (reread_symbols): Avoid use of SECT_OFF_MAX.
5624 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5625 (alloc_section_addr_info): Declare it.
5626 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5627 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5628 dynamically.
5629 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5630
5631 2003-06-06 Andrew Cagney <cagney@redhat.com>
5632
5633 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5634 (d10v_frame_unwind_cache): Do not set "return_pc".
5635
5636 2003-06-06 Michael Snyder <msnyder@redhat.com>
5637
5638 * h8300-tdep.c: Make tidy (long lines).
5639
5640 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5641
5642 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5643 to regcache_collect().
5644
5645 2003-06-05 J. Brobecker <brobecker@gnat.com>
5646
5647 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5648 pc_in_sigtramp multiarch method.
5649 (hppa_hpux_som_init_abi): Use it.
5650 (hppa_hpux_elf_init_abi): Likewise.
5651 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5652 macro has been multiarched.
5653 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5654 macro here, as hppa64 isn't multiarched yet.
5655
5656 2003-06-05 Andrew Cagney <cagney@redhat.com>
5657
5658 * Makefile.in (value_h): Add $(frame_h).
5659 * value.h: Include "frame.h".
5660 (struct value): Replace "frame_addr" with "frame_id".
5661 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5662 * values.c (allocate_value): Use VALUE_FRAME_ID.
5663 (value_copy): Use VALUE_FRAME_ID.
5664 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5665 * valops.c (value_assign): Update. Use frame_find_by_id.
5666
5667 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5668
5669 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5670 in each pass.
5671
5672 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5673
5674 * thread-db.c (check_event): For create/death event breakpoints,
5675 loop through all messages to ensure that we read the message
5676 corresponding to the breakpoint we are at.
5677
5678 2003-06-04 Michael Snyder <msnyder@redhat.com>
5679
5680 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5681
5682 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5683
5684 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5685 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5686 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5687 when handling .eh_frame sections.
5688
5689 2003-06-04 J. Brobecker <brobecker@gnat.com>
5690
5691 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5692 prepare_to_proceed procedure instead of the hppa-specific one.
5693 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5694
5695 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5696
5697 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5698 * config.in: Regenerated.
5699 * configure.in: Add test for syscall function and check for
5700 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5701 * configure: Regenerated.
5702 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5703 <sys/syscall.h>.
5704 (kill_lwp): New function that uses tkill syscall or
5705 uses kill, depending on whether threading model is nptl or not.
5706 All callers of kill() changed to use kill_lwp().
5707 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5708 see if all threads have already exited in the nptl model.
5709 (stop_and_resume_callback): New callback function used by the
5710 lin_lwp_wait thread exit handling code.
5711 (stop_wait_callback): Check for threads already having exited and
5712 delete such threads fromt the lwp list when discovered.
5713 (stop_callback): Don't assert retcode of kill call.
5714
5715 Roland McGrath <roland@redhat.com>
5716 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5717 nptl libthread_db.
5718
5719 2003-06-03 Richard Henderson <rth@redhat.com>
5720
5721 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5722 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5723 (alpha_sigtramp_frame_prev_register): Likewise.
5724 (alpha_heuristic_frame_prev_register): Likewise.
5725 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5726
5727 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5728 alpha-specific register id names.
5729 (alpha_mdebug_frame_unwind_cache): Likewise.
5730 (alpha_mdebug_frame_prev_register): Likewise.
5731
5732 2003-06-03 Richard Henderson <rth@redhat.com>
5733
5734 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5735 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5736 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5737 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5738 unwind routines.
5739 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5740 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5741 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5742
5743 * alpha-linux-tdep.c: Remove unnecessary includes.
5744 * Makefile.in (alpha-linux-tdep.o): Update.
5745
5746 2003-06-03 Richard Henderson <rth@redhat.com>
5747
5748 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5749 (alphabsd_fill_fpreg): Likewise.
5750
5751 2003-06-03 J. Brobecker <brobecker@gnat.com>
5752
5753 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5754 references to struct frame_info fields by calls to the equivalent
5755 accessors. Necessary now that frame_info is opaque.
5756
5757 2003-06-03 J. Brobecker <brobecker@gnat.com>
5758
5759 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5760 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5761 structure, field no longer exists.
5762
5763 2003-06-03 J. Brobecker <brobecker@gnat.com>
5764
5765 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5766 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5767
5768 2003-06-03 J. Brobecker <brobecker@gnat.com>
5769
5770 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5771 references to struct frame_info fields by calls to the equivalent
5772 accessors. Necessary now that frame_info is opaque.
5773
5774 2003-06-03 J. Brobecker <brobecker@gnat.com>
5775
5776 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5777 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5778 structure, field no longer exists.
5779
5780 2003-06-03 Theodore A. Roth <troth@openavr.org>
5781
5782 * remote.c (init_remote_state): Compute sizeof_g_packet by
5783 accumulation of the size of all registers instead of blindly using
5784 DEPRECATED_REGISTER_BYTES.
5785
5786 2003-06-03 Michael Snyder <msnyder@redhat.com>
5787
5788 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5789 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5790 for h8300sx.
5791
5792 2003-06-03 J. Brobecker <brobecker@gnat.com>
5793
5794 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5795 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5796
5797 2003-06-03 Andrew Cagney <cagney@redhat.com>
5798
5799 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5800 (sparc_convert_to_raw): Delete function.
5801 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5802 register_convert_to_virtual.
5803
5804 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5805
5806 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5807 layer if not dealing with a statically-linked threaded program.
5808
5809 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5810
5811 * solib.c (solib_open): Update comment to reflect actual search order.
5812
5813 2003-06-03 Andrew Cagney <cagney@redhat.com>
5814
5815 * frame.c (get_frame_memory_signed): New function.
5816 (get_frame_memory, get_frame_memory_unsigned): New function.
5817 (get_frame_arch): New function.
5818 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5819 (get_frame_memory, get_frame_unsigned_memory): Declare.
5820 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5821 get_frame_memory_unsigned and get_frame_arch.
5822 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5823
5824 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5825
5826 * MAINTAINERS (write after approval): Add myself.
5827
5828 2003-06-03 Jim Blandy <jimb@redhat.com>
5829
5830 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5831 elements of gregset_t are 64 bits each, but access registers
5832 are still 32 bits, so they're packed two per gregset_t
5833 element. Unpack/pack them properly.
5834
5835 2003-06-02 David Carlton <carlton@bactrian.org>
5836
5837 * linespec.c (find_methods): Break out code into
5838 add_matching_methods and add_constructors.
5839 (add_matching_methods): New.
5840 (add_constructors): Ditto.
5841
5842 2003-06-02 Andrew Cagney <cagney@redhat.com>
5843
5844 * sparc-tdep.c (sparc_print_registers): Delete call to
5845 REGISTER_CONVERTIBLE.
5846 (sparc_gdbarch_init): Do not set register_convertible.
5847 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5848 * frv-tdep.c (frv_gdbarch_init): Ditto.
5849 * cris-tdep.c (cris_gdbarch_init): Ditto.
5850
5851 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5852
5853 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5854 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5855 (syms_from_objfile): Ditto.
5856
5857 2003-06-03 Andreas Schwab <schwab@suse.de>
5858
5859 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5860 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5861
5862 2003-06-02 Richard Henderson <rth@redhat.com>
5863
5864 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5865 a member of all_reggroup.
5866
5867 2003-06-02 Richard Henderson <rth@redhat.com>
5868
5869 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5870 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5871 (alpha_lds, alpha_sts): New.
5872 (alpha_convert_register_p): Change from _register_convertible.
5873 (alpha_register_to_value): Change from _convert_to_virtual;
5874 restructure and fail for type sizes other than 4 or 8.
5875 (alpha_value_to_register): Similarly.
5876 (alpha_extract_return_value): Use alpha_sts.
5877 (alpha_store_return_value): Use alpha_lds.
5878 (alpha_gdbarch_init): Update hooks.
5879
5880 2003-06-02 Richard Henderson <rth@redhat.com>
5881
5882 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5883 regnum identifiers.
5884 (alpha_sigtramp_register_address): Likewise.
5885
5886 2003-06-02 Richard Henderson <rth@redhat.com>
5887
5888 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5889 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5890 * alpha-tdep.h: Declare them.
5891
5892 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5893 Remove zerobuf. Don't error on UNIQUE.
5894 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5895 (ALPHA_REGSET_UNIQUE): Provide default.
5896 (supply_gregset): Use alpha_supply_int_regs.
5897 (fill_gregset): Use alpha_fill_int_regs.
5898 (supply_fpregset): Use alpha_supply_fp_regs.
5899 (fill_fpregset): Use alpha_fill_fp_regs.
5900 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5901 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5902 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5903 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5904 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5905 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5906
5907 2003-06-02 Richard Henderson <rth@redhat.com>
5908
5909 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5910
5911 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5912 (alpha_store_return_value): Likewise.
5913
5914 2003-06-02 David Carlton <carlton@math.stanford.edu>
5915
5916 * block.c (contained_in): Add 'const' to arguments.
5917 (block_function): Ditto.
5918 * block.h: Update declarations for block_function and
5919 contained_in.
5920
5921 2003-06-02 David Carlton <carlton@math.stanford.edu>
5922
5923 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5924 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5925 * p-valprint.c (pascal_val_print): Ditto.
5926 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5927
5928 2003-06-02 Richard Henderson <rth@redhat.com>
5929
5930 * alpha-tdep.c (alpha_push_dummy_call): Use
5931 builtin_type_ieee_double_little instead of builtin_type_double.
5932
5933 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
5934 sign-extension of 32-bit values.
5935 (alpha_store_return_value): Similarly.
5936
5937 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5938 (alpha_extract_return_value): Likewise.
5939 (alpha_store_return_value): Likewise.
5940
5941 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5942 (alpha_store_return_value): Error on IEEE Quad floats.
5943
5944 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5945 (alpha_extract_struct_value_address): Likewise.
5946 (alpha_store_return_value): Likewise.
5947 (alpha_store_struct_return): Remove.
5948 (alpha_gdbarch_init): Update hook registration to match.
5949
5950 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5951 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5952 macros where appropriate.
5953 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5954 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
5955
5956 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5957 for SP, GP; void_func_ptr for PC; non-language-specific types
5958 for all others.
5959 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
5960
5961 2003-06-02 Richard Henderson <rth@redhat.com>
5962
5963 * top.h (lim_at_start): Declare.
5964 * main.c (captured_main): Set it.
5965 * top.c (lim_at_start): Define.
5966 (command_loop): Use it instead of &environ.
5967 * event-top.c (command_handler): Likewise.
5968
5969 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5970
5971 * mipsnbsd-tdep.c: Update copyright years.
5972 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5973
5974 2003-06-01 Richard Henderson <rth@redhat.com>
5975
5976 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5977 (alpha-linux-tdep.o): Update dependencies.
5978 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5979 * alpha-mdebug-tdep.c: Remove unneeded includes.
5980
5981 2003-06-01 Richard Henderson <rth@redhat.com>
5982
5983 * alpha-tdep.c (alpha_register_reggroup_p): New.
5984 (alpha_gdbarch_init): Register it.
5985
5986 2003-06-02 Andrew Cagney <cagney@redhat.com>
5987
5988 * dwarfread.c: Eliminate "register"
5989 (decode_die_type): Eliminate assignment within "if".
5990 (struct_type, decode_array_element_type): Ditto.
5991 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
5992 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
5993 (decode_modified_type, completedieinfo): Ditto.
5994 * block.c: Eliminate "register".
5995 (blockvector_for_pc_sect): Eliminate assignment within "if".
5996 * cp-support.h (struct symbol): Opaque declaration.
5997 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
5998
5999 2003-06-01 Richard Henderson <rth@redhat.com>
6000
6001 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6002 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6003
6004 2003-06-01 Adam Fedor <fedor@gnu.org>
6005
6006 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6007 * gdbarch.[ch]: Regenerate.
6008 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6009 (hppa_gdbarch_init): Set it in the gdbarch vector.
6010 * i386-tdep.c (i386_fetch_pointer_argument): New
6011 (i386_gdbarch_init): Set it into gdbarch.
6012 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6013 (rs6000_gdbarch_init): Set it in gdbarch.
6014 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6015 (sparc_gdbarch_init): Set it in gdbarch.
6016
6017 2003-06-01 Andrew Cagney <cagney@redhat.com>
6018
6019 * defs.h (extract_address): Delete declaration.
6020 * findvar.c (extract_address): Delete function.
6021 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6022 extract_address with the inline equivalent,
6023 extract_unsigned_integer.
6024 (xstormy16_extract_struct_value_address): Ditto.
6025 (xstormy16_pointer_to_address): Ditto.
6026 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6027 * v850-tdep.c (v850_push_arguments): Ditto.
6028 (v850_extract_return_value): Ditto.
6029 (v850_extract_struct_value_address): Ditto.
6030 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6031 (sparcnbsd_get_longjmp_target_64): Ditto.
6032 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6033 (get_longjmp_target): Ditto.
6034 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6035 (sh64_extract_struct_value_address): Ditto.
6036 (sh_push_arguments): Ditto.
6037 (sh64_push_arguments): Ditto.
6038 * remote-vxsparc.c (vx_read_register): Ditto.
6039 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6040 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6041 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6042 * mipsv4-nat.c (get_longjmp_target): Ditto.
6043 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6044 * mips-nat.c (get_longjmp_target): Ditto.
6045 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6046 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6047 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6048 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6049 * irix5-nat.c (get_longjmp_target): Ditto.
6050 * irix4-nat.c (get_longjmp_target): Ditto.
6051 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6052 (ia64_push_arguments): Ditto.
6053 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6054 * h8300-tdep.c (h8300_push_arguments): Ditto.
6055 (h8300_store_return_value): Ditto.
6056 (h8300_extract_struct_value_address): Ditto.
6057 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6058 (frv_push_arguments): Ditto.
6059 * avr-tdep.c (avr_pointer_to_address): Ditto.
6060 (avr_push_arguments): Ditto.
6061 * arm-tdep.c (arm_push_dummy_call): Ditto.
6062 (arm_get_longjmp_target): Ditto.
6063 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6064 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6065 (alpha_get_longjmp_target): Ditto.
6066
6067 * solib-irix.c (extract_mips_address): Inline extract_address,
6068 replacing it with extract_signed_integer.
6069 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6070 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6071 (first_link_map_member, open_symbol_file_object): Ditto.
6072 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6073 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6074 (LM_NEXT, LM_NAME): Ditto.
6075
6076 2003-06-01 Richard Henderson <rth@redhat.com>
6077
6078 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6079 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6080 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6081 (alpha_cannot_store_register): Likewise.
6082 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6083 * alpha-nat.c (supply_gregset): Likewise.
6084 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6085
6086 2003-06-01 Andrew Cagney <cagney@redhat.com>
6087
6088 * infcall.c (call_function_by_hand): Update comment on
6089 DEPRECATED_DUMMY_WRITE_SP.
6090
6091 * mips-tdep.c (mips_gdbarch_init): Do not set
6092 deprecated_dummy_write_sp.
6093 (mips_eabi_push_dummy_call): Set the SP register.
6094 (mips_o64_push_dummy_call): Set the SP register.
6095 (mips_o32_push_dummy_call): Set the SP register.
6096 (mips_n32n64_push_dummy_call): Set the SP register.
6097
6098 2003-06-01 Richard Henderson <rth@redhat.com>
6099
6100 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6101 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6102 (supply_gregset): Likewise.
6103 * alpha-tdep.c (alpha_store_return_value): Likewise.
6104 (alpha_get_longjmp_target): Likewise.
6105 (alpha_register_name): Constify array.
6106 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6107 deprecated_register_size, deprecated_register_bytes,
6108 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6109 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6110 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6111
6112 2003-06-01 Richard Henderson <rth@redhat.com>
6113
6114 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6115 from arg_reg_buffer to regcache to avoid double conversion.
6116
6117 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6118
6119 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6120 SP_REGNUM.
6121 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6122 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6123
6124 2003-06-01 Richard Henderson <rth@redhat.com>
6125
6126 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6127 (decode_frame_entry): Set it. Skip FDE augmentation.
6128
6129 2003-06-01 Richard Henderson <rth@redhat.com>
6130
6131 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6132 not overlapping PC_REGNUM.
6133
6134 2003-06-01 Richard Henderson <rth@redhat.com>
6135
6136 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6137 alpha_push_arguments. Don't dump argument register data to
6138 the target stack. Fix float and 128-bit long double semantics.
6139 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6140 (alpha_fix_call_dummy): Remove.
6141 (alpha_call_dummy_words): Remove.
6142 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6143
6144 2003-06-01 Richard Henderson <rth@redhat.com>
6145
6146 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6147
6148 2003-06-01 Andrew Cagney <cagney@redhat.com>
6149
6150 * mips-tdep.c (is_mips16_addr): New function.
6151 (make_mips16_addr, unmake_mips16_addr): New functions.
6152 (pc_is_mips16, mips_fetch_instruction): Use.
6153 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6154 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6155 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6156 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6157 TARGET_MIPS.
6158 * config/mips/tm-mips.h: Update copyright.
6159 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6160 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6161 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6162 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6163 (TM_PRINT_INSN_MACH): Delete.
6164 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6165
6166 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6167 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6168 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6169 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6170 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6171 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6172 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6173 mips*-*-riscos* and mips*-*-sysv* onto mips.
6174 * config/mips/mips64.mt: New file.
6175 * config/mips/mips.mt: New file.
6176 * config/mips/littlemips.mt: Delete file.
6177 * config/mips/decstation.mt: Delete file.
6178 * config/mips/vr4300el.mt: Delete file.
6179 * config/mips/vr5000el.mt: Delete file.
6180 * config/mips/vr5000.mt: Delete file.
6181 * config/mips/vr4100.mt: Delete file.
6182 * config/mips/vr4xxxel.mt: Delete file.
6183 * config/mips/vr4300.mt: Delete file.
6184 * config/mips/vr4xxx.mt: Delete file.
6185 * config/mips/bigmips.mt: Delete file.
6186 * config/mips/bigmips64.mt: Delete file.
6187 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6188 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6189 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6190 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6191 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6192 "tm-bigmips.h".
6193 * config/mips/tm-irix3.h: Ditto.
6194 * config/mips/tm-mipsv4.h: Ditto.
6195 * config/mips/tm-embed.h: Ditto.
6196 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6197 "tm-bigmips64.h".
6198 * config/mips/tm-vr5000el.h: Delete file.
6199 * config/mips/tm-tx39l.h: Delete file.
6200 * config/mips/tm-vr4300el.h: Delete file.
6201 * config/mips/tm-vr4xxxel.h: Delete file.
6202 * config/mips/tm-vr4300.h: Delete file.
6203 * config/mips/tm-vr4100.h: Delete file.
6204 * config/mips/tm-vr4xxx.h: Delete file.
6205 * config/mips/tm-vr5000.h: Delete file.
6206 * config/mips/tm-embedl64.h: Delete file.
6207 * config/mips/tm-embedl.h: Delete file.
6208 * config/mips/tm-embed64.h: Delete file.
6209 * config/mips/tm-bigmips64.h: Delete file.
6210 * config/mips/tm-bigmips.h: Delete file.
6211
6212 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6213
6214 Fix gdb/1216.
6215 * shnbsd-nat.c: Include "sh-tdep.h".
6216
6217 From Richard Henderson <rth@redhat.com>:
6218 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6219
6220 2003-05-31 Andrew Cagney <cagney@redhat.com>
6221
6222 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6223 forward declaration.
6224 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6225 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6226 (mips_find_saved_regs): Use set_reg_offset.
6227 (mips_frame_init_saved_regs): Delete function.
6228 (mips_pop_frame): Call mips_find_saved_regs instead of
6229 DEPRECATED_FRAME_INIT_SAVED_REGS.
6230
6231 2003-05-31 Andrew Cagney <cagney@redhat.com>
6232
6233 * mips-tdep.c (mips_gdbarch_init): Do not set
6234 deprecated_max_register_raw_size, register_virtual_size, and
6235 deprecated_max_register_virtual_size.
6236
6237 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6238
6239 * i386-tdep.c: Include "dwarf2-frame.h".
6240 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6241 * Makefile.in (i386-tdep.o): Update dependencies.
6242
6243 * dwarf2-frame.c, dwarf2-frame.h: New files.
6244 * Makefile.in (SFILES): Add dwarf2-frame.c.
6245 (dwarf2_frame_h): Define.
6246 (COMMON_OBS): Add dwarf2-frame.o.
6247 (dwarf2-frame.o): Add dependencies.
6248
6249 2003-05-31 Andreas Jaeger <aj@suse.de>
6250
6251 * x86-64-linux-nat.c: Fix comment.
6252
6253 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6254
6255 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6256 function signature.
6257
6258 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6259 have a sigcontext_addr handler.
6260 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6261 sigcontext_addr handler.
6262
6263 2003-05-31 Andrew Cagney <cagney@redhat.com>
6264
6265 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6266 (print_fp_register_row): Replace do_fp_register_row.
6267 (mips_print_fp_register): Add "file" and "frame" parameters.
6268 (mips_print_register): Add "file" and "frame" parameters.
6269 (mips_print_registers_info): Replace mips_do_registers_info.
6270 (mips_gdbarch_init): Set print_registers_info instead of
6271 deprecated_do_registers_info.
6272 (mips_read_fp_register_single): Add "frame" parameter.
6273 (mips_read_fp_register_double): Add "frame" parameter.
6274
6275 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6276
6277 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6278 Fixes a bug where GDB would print the wrong register names for
6279 targets without SSE.
6280
6281 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6282 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6283 registers.
6284
6285 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6286 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6287 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6288 TDEP->sc_sp_offset.
6289
6290 From Michal Ludvig <mludvig@suse.cz>:
6291 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6292 and `sc_num_regs'.
6293 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6294 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6295 I386_ST0_REGNUM): Move here from...
6296 * i386-tdep.c: ... here.
6297 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6298 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6299 registers if possible.
6300 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6301 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6302 Remove variables.
6303 (i386bsd_sc_reg_offset): New variable.
6304 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6305 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6306 TDEP->sc_sp_offset.
6307 (i386fbsd_sc_reg_offset): New variable.
6308 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6309 TDEP->sc_num_regs.
6310 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6311 variables.
6312 (i386fbsd4_sc_reg_offset): New variable.
6313 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6314 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6315 TDEP->sc_sp_offset.
6316 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6317 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6318 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6319 Remove variables.
6320 (i386nbsd_sc_reg_offset): New variable.
6321 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6322 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6323 TDEP->sc_sp_offset.
6324 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6325 Remove variables.
6326 (i386obsd_sc_reg_offset): New variable.
6327 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6328 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6329 TDEP->sc_sp_offset.
6330 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6331 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6332 for frame pointer offset in `struct sigcontext'.
6333
6334 2003-05-31 Andrew Cagney <cagney@redhat.com>
6335
6336 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6337 architecture methods call_dummy_words, sizeof_call_dummy_words,
6338 push_return_address, store_struct_return, and fix_call_dummy. Set
6339 push_dummy_call instead of deprecated_push_arguments.
6340 (mips_store_struct_return): Delete function.
6341 (mips_fix_call_dummy): Delete function.
6342 (mips_push_return_address): Delete function.
6343 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6344 RA_REGNUM and T9_REGNUM.
6345 (mips_n32n64_push_dummy_call): Ditto for
6346 mips_n32n64_push_arguments.
6347 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6348 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6349
6350 2003-05-31 Andrew Cagney <cagney@redhat.com>
6351
6352 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6353 "dummy_addr" to "bp_addr".
6354 * infcall.c (call_function_by_hand): Pass "funaddr" to
6355 gdbarch_push_dummy_call.
6356 * gdbarch.h, gdbarch.c: Re-generate.
6357 * i386-tdep.c (i386_push_dummy_call): Update.
6358 * arm-tdep.c (arm_push_dummy_call): Update.
6359 * d10v-tdep.c (d10v_push_dummy_call): Update.
6360
6361 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6362
6363 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6364 variable declarations.
6365 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6366 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6367 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6368 x86_64_init_frame_pc, x86_64_init_frame_pc,
6369 x86_64_function_has_prologue): Remove prototypes.
6370 (X86_64_NUM_GREGS): New define.
6371 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6372 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6373 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6374 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6375 XMM1_REGNUM): Remove defines.
6376 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6377 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6378 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6379 X86_64_XMM1_REGNUM): New defines.
6380 (struct x86_64_register_info): Renamed from `struct
6381 register_info'. Remove `size' member.
6382 (x86_64_register_info_table): Remove variable.
6383 (x86_64_register_info): New variable.
6384 (X86_64_NUM_REGS): New define.
6385 (X86_64_NUM_GREGS): Remove define.
6386 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6387 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6388 Remove variables.
6389 (x86_54_dwarf2_reg_to_regnum): Remove function.
6390 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6391 (x86_64_dwarf_reg_to_regnum): New function.
6392 (x86_64_register_name): Rewrite.
6393 (x86_64_register_raw_size): Remove function.
6394 (x86_64_register_byte_table): Remove variable.
6395 (x86_64_register_byte): Remove function.
6396 (x86_64_register_virtual_type): Remove function.
6397 (x86_64_register_type): New function.
6398 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6399 x86_64_register_convert_to_raw): Remove functions.
6400 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6401 (x86_64_use_struct_convention): Make static. Adjust for renamed
6402 defines.
6403 (x86_64_frame_init_saved_regs): Remove function.
6404 (x86_64_push_arguments): Make static. Change to accept a regcache
6405 as argument.
6406 (x86_64_store_return_value, x86_64_extract_return_value): Make
6407 static. Rewrite based on i386 counterparts.
6408 (x86_64_push_dummy_call): New function.
6409 (X86_64_NUM_SAVED_REGS): New define.
6410 (x86_64_register_number): Remove function.
6411 (x86_64_store_struct_return): Remove function.
6412 (x86_64_frameless_function_invocation,
6413 x86_64_function_has_prologue): Remove functions.
6414 (PROLOG_BUFSIZE): Remove define.
6415 (struct x86_64_frame_cache): New structure.
6416 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6417 x86_64_frame_cache, x86_64_frame_this_id,
6418 x86_64_frame_prev_register, x86_64_frame_p,
6419 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6420 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6421 functions.
6422 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6423 variables.
6424 (x86_64_skip_prologue): Rewrite in terms of
6425 x86_64_analyze_prologue.
6426 (x86_64_frame_base_address): New function.
6427 (x86_64_frame_base): New variable.
6428 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6429 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6430 set deprecated_fp_regnum, deprecated_register_size,
6431 deprecated_register_bytes, register_raw_size, register_byte,
6432 register_virtual_type, register_convertiable,
6433 register_convert_to_virtual, convert_to_raw,
6434 deprecated_get_saved_register, deprecated_target_read_fp,
6435 deprecated_push_arguments, deprecated_push_return_address,
6436 deprecated_pop_frame, deprecated_store_struct_return,
6437 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6438 frameless_function_invocation, deprecated_frame_saved_pc,
6439 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6440 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6441 deprecated_init_frame_pc and virtual_frame_pointer. Call
6442 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6443 and x86_64_frame_p. Call frame_base_set_default to register
6444 x86_64_frame_base.
6445 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6446 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6447 (_initialize_x86_64_tdep): Remove function.
6448 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6449 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6450 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6451 define.
6452 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6453 (x86_64_linux_sigcontext_addr): Rewrite.
6454 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6455 x86_64_linux_frame_saved_pc): Remove functions.
6456 (x86_64_linux_pc_in_sigtramp): Renamed from
6457 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6458 trampoline.
6459 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6460 Remove_functions.
6461 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6462 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6463 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6464 (x86_64_regmap): Rename to regmap.
6465 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6466 x86_64_num_gregs.
6467 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6468 x86_64_regmap.
6469 (x86_64_fxsave_offset): Remove function.
6470 (supply_fpregset): Simply call x86_64_supply_fxsave.
6471 (fill_fpregset): Simply call x86_64_fill_fxsave.
6472 (fetch_inferior_registers, store_inferior_registers): Avoid
6473 asignment in if-statement.
6474 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6475 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6476 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6477 (fetch_core_registers): Remove function.
6478 (linux_elf_core_fns): Remove.
6479 (offsetoff): Don't define.
6480 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6481 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6482 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6483 add core-regset.o.
6484 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6485 protection against multiple includes instead of NM_X86_64_h. Add
6486 various comments. Include "config/nm-linux.h". Don't include
6487 <signal.h>.
6488 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6489 GET_THREAD_SIGNALS): Remove defines.
6490 (x86_64_register_u_addr, kernel_u_size,
6491 lin_thread_get_thread_signals): Remove prototypes.
6492 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6493 [HAVE_LINK_H]: Don't include "solib.h".
6494 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6495 * config/i386/tm-x86-64linux.h: Fix comments.
6496 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6497 x86-64-tdep.o): Update dependencies.
6498
6499 2003-05-30 Andrew Cagney <cagney@redhat.com>
6500
6501 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6502 Change parameter type to a "struct regcache *".
6503
6504 * gdbarch.sh: Regardless of the multi-arch level, always define
6505 the macro when not already defined.
6506 * gdbarch.h, gdbarch.c: Re-generate.
6507
6508 2003-05-30 Richard Henderson <rth@redhat.com>
6509
6510 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6511 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6512 (alpha_mdebug_frame_this_id): Likewise.
6513 (alpha_mdebug_frame_prev_register): Likewise.
6514 (alpha_mdebug_frame_base_address): Likewise.
6515 (alpha_mdebug_frame_locals_address): Likewise.
6516 (alpha_mdebug_frame_args_address): Likewise.
6517 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6518 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6519 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6520 loop increment.
6521 (alpha_heuristic_frame_this_id): Make static.
6522 (alpha_heuristic_frame_prev_register): Likewise.
6523 (alpha_heuristic_frame_base_address): Likewise.
6524 * alpha-tdep.h: Update.
6525
6526 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6527
6528 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6529 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6530 defenitions.
6531 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6532 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6533 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6534 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6535 I386_ST0_REGNUM): New defines.
6536 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6537 codestream_get): Remove define.
6538 (codestream_next_addr, condestream_addr, condestream_buf,
6539 codestream_off, codestream_cnt): Remove variables.
6540 (codestream_fill, codestream_seek, codestream_read): Remove
6541 functions.
6542 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6543 functionality.
6544 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6545 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6546 i386_frame_saved_pc, i386_saved_pc_after_call,
6547 i386_frame_num_args, i386_frame_init_saved_regs,
6548 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6549 i386_push_arguments): Remove functions.
6550 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6551 functionality. Use i386_analyze_prologue instead of
6552 i386_get_frame_setup.
6553 (I386_NUM_SAVED_REGS): New define.
6554 (struct i386_frame_cache): New structure.
6555 (i386_alloc_frame_cache, i386_analyze_struct_return,
6556 i386_skip_probe, i386_analyze_frame_setup,
6557 i386_analyze_register_saves, i386_analyze_prologue,
6558 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6559 i386_frame_prev_register, i386_sigtramp_frame_cache,
6560 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6561 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6562 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6563 New functions.
6564 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6565 New variables.
6566 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6567 I386_EAX_REGNUM and I386_EDX_REGNUM.
6568 (i386_extract_return_value, i386_store_return_value): Use
6569 I386_ST0_REGNUM where appropriate.
6570 (i386_extract_struct_value_address): Rewrite to use extract_address.
6571 (i386_svr4_pc_in_sigtramp): Add comment.
6572 (i386_svr4_sigcontext_addr): Rewrite.
6573 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6574 TDEP->sc_sp_offset.
6575 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6576 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6577 of new defines. Set push_dummy_call, don't set
6578 deprecated_push_arguments, deprecated_push_return_address,
6579 deprecated_pop_frame. Don't set parm_boundary. Don't set
6580 deprecated_frame_chain, deprecated_frame_saved_pc,
6581 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6582 save_dummy_frame_tos, unwind_pc. Call
6583 frame_unwind_append_predicate and frame_base_set_default. Don't
6584 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6585 Don't set frameless_function_invocation. Don't set
6586 deprecated_register_bytes, deprecated_register_size,
6587 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6588 * i386-linux-tdep.c: Fix formatting in some comments.
6589 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6590 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6591 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6592 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6593 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6594 redundant parentheses.
6595 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6596 (i386_linux_sigcontext_addr): Use it. Rewrite.
6597 (find_minsym_and_objfile): Change name of second argument.
6598 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6599 changed. Use frame_pc_unwind instead of
6600 DEPRECATED_SAVED_PC_AFTER_CALL.
6601 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6602 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6603 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6604 unwinder.
6605 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6606 "dummy-frame.h".
6607 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6608 (_initialize_i386_cygwin_tdep): New prototype.
6609 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6610 deprecated_frame_chain_valid.
6611 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6612 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6613 Rely on the SVR4 defaults.
6614 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6615 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6616
6617 2003-05-30 Andrew Cagney <cagney@redhat.com>
6618
6619 * infcall.c (call_function_by_hand): Always call
6620 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6621
6622 2003-05-30 Richard Henderson <rth@redhat.com>
6623
6624 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6625 increment.
6626
6627 2003-05-29 Jim Blandy <jimb@redhat.com>
6628
6629 Use gdbarch methods for solib stuff on PowerPC Linux.
6630 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6631 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6632 show through.
6633 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6634 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6635 giving the same effect as the #definitions above.
6636
6637 2003-05-29 Adam Fedor <fedor@gnu.org>
6638
6639 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6640 (find_implementation_from_class): Replace it with the standard
6641 case i.e. do nothing.
6642
6643 2003-05-29 Richard Henderson <rth@redhat.com>
6644
6645 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6646 (alpha_linux_sigtramp_offset): Use it. Make static.
6647 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6648 update for new frame model.
6649 * alpha-mdebug-tdep.c: New file.
6650 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6651 (alpha_osf1_init_abi): Install it.
6652 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6653 (linked_proc_desc_table): Remove.
6654 (alpha_frame_past_sigtramp_frame): Remove.
6655 (alpha_dynamic_sigtramp_offset): Remove.
6656 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6657 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6658 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6659 (push_sigtramp_desc): Remove.
6660 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6661 (alpha_cannot_store_register): Likewise.
6662 (alpha_sigcontext_addr): Remove.
6663 (alpha_find_saved_regs): Remove.
6664 (alpha_frame_init_saved_regs): Remove.
6665 (alpha_init_frame_pc_first): Remove.
6666 (read_next_frame_reg): Remove.
6667 (alpha_frame_saved_pc): Remove.
6668 (alpha_saved_pc_after_call): Remove.
6669 (temp_proc_desc, temp_saved_regs): Remove.
6670 (alpha_about_to_return): Remove.
6671 (cached_proc_desc): Remove.
6672 (alpha_frame_chain): Remove.
6673 (alpha_print_extra_frame_info): Remove.
6674 (alpha_init_extra_frame_info): Remove.
6675 (alpha_frame_locals_address): Remove.
6676 (alpha_frame_args_address): Remove.
6677 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6678 (alpha_push_dummy_frame): Remove.
6679 (alpha_pop_frame): Remove.
6680 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6681 (alpha_read_insn): New.
6682 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6683 for different insn encodings.
6684 (alpha_in_lenient_prologue): Remove.
6685 (struct alpha_sigtramp_unwind_cache): New.
6686 (alpha_sigtramp_frame_unwind_cache): New.
6687 (alpha_sigtramp_register_address): New.
6688 (alpha_sigtramp_frame_this_id): New.
6689 (alpha_sigtramp_frame_prev_register): New.
6690 (alpha_sigtramp_frame_unwind): New.
6691 (alpha_sigtramp_frame_p): New.
6692 (struct alpha_heuristic_unwind_cache): New.
6693 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6694 don't count nop insns that occur between functions.
6695 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6696 heuristic_proc_desc, but without the mdebug wrapping.
6697 (alpha_heuristic_frame_this_id): New.
6698 (alpha_heuristic_frame_prev_register): New.
6699 (alpha_heuristic_frame_unwind): New.
6700 (alpha_heuristic_frame_p): New.
6701 (alpha_heuristic_frame_base_address): New.
6702 (alpha_heuristic_frame_base): New.
6703 (alpha_unwind_dummy_id): New.
6704 (alpha_unwind_pc): New.
6705 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6706 frame related deprecated initializations; install replacements.
6707 (alpha_dump_tdep): Remove.
6708 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6709 (alpha_read_insn, alpha_after_prologue,
6710 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6711 alpha_heuristic_frame_prev_register,
6712 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6713 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6714 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6715 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6716
6717 2003-05-29 Andrew Cagney <cagney@redhat.com>
6718
6719 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6720 dependant on the availability of ASSERT_FUNCTION.
6721 (ASSERT_FUNCTION): Do not define when there is no function name.
6722
6723 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6724
6725 From Jimi X <jimix@watson.ibm.com>:
6726 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6727
6728 2003-05-28 Jim Blandy <jimb@redhat.com>
6729
6730 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6731 argument to ptrace to int; the system headers should give it the
6732 right type, and pointers don't fit in ints on powerpc64-*-*.
6733
6734 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6735
6736 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6737 DW_TAG_catch_block.
6738
6739 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6740
6741 * stabsread.c (dbx_lookup_type): Make static.
6742 (read_type): Ditto.
6743 (add_undefined_type): Ditto.
6744 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6745 not export.
6746
6747 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6748
6749 * hpread.c (hpread_has_name): Make static.
6750 (hpread_psymtab_to_symtab): Ditto.
6751 (file_exists): Ditto.
6752 (hpread_call_pxdb): Ditto.
6753 (hpread_pxdb_needed): Ditto.
6754 (hpread_quick_traverse): Ditto.
6755 (hpread_get_header): Ditto.
6756 (hpread_get_lntt): Ditto.
6757 (hpread_get_slt): Ditto.
6758 (class_of): Ditto.
6759
6760 2003-05-25 Andreas Schwab <schwab@suse.de>
6761
6762 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6763 stack_align and deprecated_extra_stack_alignment_needed.
6764 (m68k_stack_align): Delete.
6765
6766 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6767 (m68k_register_virtual_size): Likewise.
6768 (altos_skip_prologue): Remove obsolete function.
6769 (isi_frame_num_args): Likewise.
6770 (news_frame_num_args): Likewise.
6771 (m68k_fix_call_dummy): Make static.
6772 (m68k_push_dummy_frame): Likewise.
6773 (m68k_pop_frame): Likewise.
6774 (m68k_skip_prologue): Likewise.
6775 (m68k_frame_init_saved_regs): Likewise.
6776 (m68k_saved_pc_after_call): Likewise.
6777 (m68k_get_longjmp_target): Make multi-arch.
6778 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6779 structure. Register m68k_get_longjmp_target if enabled.
6780 * m68k-tdep.h (struct gdbarch_tdep): Define.
6781 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6782
6783 * Makefile.in (config.status): Also depend on configure.tgt
6784 and configure.host.
6785 (m68klinux-tdep.o): Update dependencies.
6786 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6787 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6788 (M68K_LINUX_JB_PC): Define.
6789 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6790 and take additional parameter.
6791 (m68k_linux_sigtramp_saved_pc): Update.
6792 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6793 m68k_linux_pc_in_sigtramp, in_plt_section,
6794 find_solib_trampoline_target.
6795 * config/m68k/tm-linux.h: Don't include any tm headers.
6796 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6797 (JB_ELEMENT_SIZE): Likewise.
6798 (JB_PC): Likewise.
6799 (GET_LONGJMP_TARGET): Likewise.
6800 (IN_SIGTRAMP): Likewise.
6801 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6802
6803 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6804
6805 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6806 (sparc32_push_arguments): Re-implement by calling
6807 sparc32_do_push_arguments.
6808
6809 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6810
6811 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6812 SPARC_O1_REGNUM): New defines.
6813 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6814 (sparc32_store_return_value): New function.
6815 (sparc_extract_struct_value_address): Rewrite to operate on a
6816 regcache.
6817 (sparc_gdbarch_init): Don't set
6818 deprecated_extract_struct_value_address. Set
6819 extract_struct_value_address instead. Don't set
6820 deprecated_extract_return_value and deprecated_store_return_value
6821 for 32-bit targets. Set extract_return_value and
6822 store_return_value instead.
6823 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6824 DEPRECTAED_EXTRACT_RETURN_VALUE,
6825 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6826 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6827 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6828 (sparc_store_return_value): Remove prototype.
6829 (sparc32_store_return_value): New prototype.
6830 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6831 Adjust prototypes.
6832
6833 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6834
6835 * sparcnbsd-tdep.c: Include "gdb_string.h".
6836
6837 2003-05-23 Andrew Cagney <cagney@redhat.com>
6838
6839 * p-valprint.c (pascal_val_print): Replace extract_address with
6840 the inline equivalent extract_unsigned_integer.
6841 * jv-valprint.c (java_value_print): Ditto.
6842 * ada-valprint.c (ada_val_print_1): Ditto.
6843 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6844
6845 2003-05-23 Theodore A. Roth <troth@openavr.org>
6846
6847 * blockframe.c (frameless_look_for_prologue): Remove unused
6848 after_prologue variable.
6849
6850 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6851
6852 * blockframe.c (get_pc_function_start): Rewrite to avoid
6853 asignments in if-statements.
6854
6855 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6856
6857 Committed by Elena Zannoni <ezannoni@redhat.com>.
6858 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6859 files, don't relocate absolute symbols (and do use mst_abs).
6860
6861 2003-05-23 Andrew Cagney <cagney@redhat.com>
6862
6863 * objc-lang.c: Include "gdb_assert.h".
6864 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6865 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6866 (gdb_check, gdb_check_fatal): Delete functions.
6867 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6868 gdb_assert.
6869 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6870 * Makefile.in (objc-lang.o): Update dependencies.
6871
6872 2003-05-22 Ian Lance Taylor <ian@airs.com>
6873
6874 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6875 with fprintf_filtered, not fprintf_unfiltered.
6876
6877 2003-05-22 Andrew Cagney <cagney@redhat.com>
6878
6879 * stack.c (frame_info): Inline extract_address, replacing it with
6880 extract_unsigned_integer.
6881 * findvar.c (unsigned_pointer_to_address): Ditto.
6882 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6883 * dwarf2expr.c (dwarf2_read_address): Ditto.
6884 * frame.c (frame_pc_unwind): Update comment.
6885 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6886
6887 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6888
6889 * infptrace.c (detach): Call print_sys_errmsg rather than
6890 perror_with_name to issue warning message when errno is non-zero
6891 after calling ptrace detach.
6892
6893 2003-05-21 J. Brobecker <brobecker@gnat.com>
6894
6895 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6896 macro definitions from here...
6897 * hppa-tdep.c: ...to there.
6898
6899 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6900
6901 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6902 register_ptrace_addr(). Fix all callers.
6903
6904 2003-05-21 Andreas Schwab <schwab@suse.de>
6905
6906 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6907 dependencies.
6908 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6909 end.
6910 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6911 (_initialize_m68k_linux_tdep): New function.
6912 (m68k_linux_frame_saved_pc): Make static.
6913 (m68k_linux_extract_return_value): Likewise.
6914 (m68k_linux_store_return_value): Likewise.
6915 (m68k_linux_extract_struct_value_address): Likewise.
6916 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6917 Remove.
6918 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6919 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6920 (DEPRECATED_FRAME_SAVED_PC): Remove.
6921
6922 2003-05-20 Kris Warkentin <kewarken@qnx.com>
6923
6924 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6925 regset numbering rather than our own.
6926
6927 2003-05-19 David Carlton <carlton@bactrian.org>
6928
6929 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6930
6931 2003-05-19 David Carlton <carlton@bactrian.org>
6932
6933 Partial fix for PR c++/827.
6934 * cp-support.h: Include symtab.h.
6935 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6936 * cp-namespace.c: Update contributors.
6937 (cp_lookup_symbol_nonlocal): New.
6938 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6939 (lookup_symbol_file): Ditto.
6940 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6941 * block.h: Declare block_scope, block_using, block_global_block.
6942 * block.c (block_scope): New.
6943 (block_using, block_global_block): Ditto.
6944 * Makefile.in (cp_support_h): Depend on symtab_h.
6945 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6946
6947 2003-05-19 David Carlton <carlton@bactrian.org>
6948
6949 * language.h (struct language_defn): Add 'la_value_of_this'
6950 and 'la_lookup_symbol_nonlocal' members.
6951 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6952 lookup_symbol_static, lookup_symbol_global,
6953 lookup_symbol_aux_block.
6954 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6955 if we should search fields of this and how to do static/global
6956 lookup.
6957 (lookup_symbol_aux_block): Make extern.
6958 (basic_lookup_symbol_nonlocal): New.
6959 (lookup_symbol_static, lookup_symbol_global): Ditto.
6960 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6961 'la_lookup_symbol_nonlocal' members.
6962 * c-lang.c (c_language_defn, cplus_language_defn)
6963 (asm_language_defn, minimal_language_defn): Ditto.
6964 * jv-lang.c (java_language_defn): Ditto.
6965 * language.c (unknown_language_defn, auto_language_defn)
6966 (local_language_defn): Ditto.
6967 * m2-lang.c (m2_language_defn): Ditto.
6968 * objc-lang.c (objc_language_defn): Ditto.
6969 * scm-lang.c (scm_language_defn): Ditto.
6970 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6971 * p-lang.c (pascal_language_defn): Ditto for both.
6972 * Makefile.in (f-lang.o): Depend on value_h.
6973 (p-lang.o): Ditto.
6974
6975 2003-05-19 David Carlton <carlton@bactrian.org>
6976
6977 * block.h: Declare block_static_block.
6978 * block.c (block_static_block): New.
6979 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6980 lookup_symbol_aux_local, calling block_static_block instead.
6981 (lookup_symbol_aux_local): Delete 'static_block' argument.
6982
6983 2003-05-19 David Carlton <carlton@bactrian.org>
6984
6985 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
6986
6987 2003-05-19 Michal Ludvig <mludvig@suse.cz>
6988
6989 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
6990 register numbers mapping.
6991
6992 2003-05-18 Adam Fedor <fedor@gnu.org>
6993
6994 * symtab.c (completion_list_objc_symbol): New function.
6995 (make_symbol_completion_list): Use it to add ObjC symbols
6996 when looking though the list.
6997 (language_search_unquoted_string): New function.
6998 (make_file_symbol_completion_list): Use it.
6999
7000 2003-05-18 Andreas Schwab <schwab@suse.de>
7001
7002 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7003 dependencies.
7004 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7005 as m68k_linux_extract_return_value.
7006 (DEPRECATED_STORE_RETURN_VALUE): Define as
7007 m68k_linux_store_return_value.
7008 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7009 m68k_linux_extract_struct_value_address.
7010 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7011 get_next_frame, get_frame_base, get_frame_pc.
7012 (m68k_linux_frame_saved_pc): Use get_frame_base.
7013 (m68k_linux_extract_return_value): New function.
7014 (m68k_linux_store_return_value): New function.
7015 (m68k_linux_extract_struct_value_address): New function.
7016 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7017
7018 * c-exp.y (typebase): Remove duplicate occurence of
7019 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7020 of lookup_signed_typename.
7021
7022 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7023
7024 * dwarf2loc.c (find_location_expression): Change type of second
7025 argument to `size_t *'.
7026 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7027 for size variable.
7028
7029 2003-05-18 David Carlton <carlton@bactrian.org>
7030
7031 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7032 'linkage_name'. Add comment.
7033 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7034 'linkage_name'.
7035 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7036 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7037 (lookup_block_symbol): Ditto.
7038
7039 2003-05-16 Andrew Cagney <cagney@redhat.com>
7040
7041 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7042 * gdbarch.h, gdbarch.c: Re-generate.
7043 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7044 * TODO (REGISTER_BYTES): Delete reference.
7045 * alpha-tdep.c (alpha_gdbarch_init): Update.
7046 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7047 * x86-64-tdep.c (x86_64_init_abi): Update.
7048 * vax-tdep.c (vax_gdbarch_init): Update.
7049 * v850-tdep.c (v850_gdbarch_init): Update.
7050 * sparc-tdep.c (sparc_gdbarch_init): Update.
7051 * sh-tdep.c (sh_gdbarch_init): Update.
7052 * s390-tdep.c (s390_gdbarch_init): Update.
7053 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7054 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7055 (ns32k_gdbarch_init_32382): Update.
7056 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7057 * mcore-tdep.c (mcore_gdbarch_init): Update.
7058 * m68k-tdep.c (m68k_gdbarch_init): Update.
7059 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7060 * ia64-tdep.c (ia64_gdbarch_init): Update.
7061 * i386-tdep.c (i386_gdbarch_init): Update.
7062 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7063 * hppa-tdep.c (hppa_gdbarch_init): Update.
7064 * h8300-tdep.c (h8300_gdbarch_init): Update.
7065 * frv-tdep.c (frv_gdbarch_init): Update.
7066 * cris-tdep.c (cris_gdbarch_init): Update.
7067 * avr-tdep.c (avr_gdbarch_init): Update.
7068 * arm-tdep.c (arm_gdbarch_init): Update.
7069 * sparc-tdep.c (sparc_pop_frame): Update.
7070 * rs6000-tdep.c (rs6000_pop_frame): Update.
7071 * remote.c (init_remote_state): Update.
7072 (remote_prepare_to_store): Update.
7073 * remote-vx.c (vx_prepare_to_store): Update.
7074 * remote-sds.c (sds_fetch_registers): Update.
7075 (sds_prepare_to_store): Update.
7076 * remote-array.c: Update.
7077 * regcache.c (init_legacy_regcache_descr): Update.
7078 (init_regcache_descr): Update.
7079 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7080 (mips_o64_extract_return_value): Update.
7081 * irix5-nat.c (fetch_core_registers): Update.
7082 * irix4-nat.c (fetch_core_registers): Update.
7083 * i386-tdep.h: Update.
7084 * hppa-tdep.c (pa_do_registers_info): Update.
7085 (pa_do_strcat_registers_info): Update.
7086 * cris-tdep.c (cris_register_bytes_ok): Update.
7087 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7088 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7089 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7090 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7091 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7092 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7093 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7094 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7095 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7096 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7097 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7098 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7099 (REGISTER_BYTES_OK): Update.
7100 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7101 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7102
7103 2003-05-16 Ian Lance Taylor <ian@airs.com>
7104
7105 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7106 (vax_print_insn, print_insn_arg): Remove static functions.
7107 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7108 print_insn_vax from opcodes library.
7109 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7110
7111 2003-05-15 Andrew Cagney <cagney@redhat.com>
7112
7113 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7114 * target.h (memory_breakpoint_from_pc): Delete declaration.
7115 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7116 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7117 * monitor.c (monitor_insert_breakpoint): Use
7118 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7119 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7120 * gdbarch.h, gdbarch.c: Re-generate.
7121 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7122 (sparc_gdbarch_init): Set breakpoint_from_pc to
7123 sparc_breakpoint_from_pc.
7124 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7125 (BREAKPOINT_FROM_PC): Define.
7126 (sparc_breakpoint_from_pc): Declare.
7127 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7128 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7129 (BREAKPOINT_FROM_PC): Define.
7130 (BREAKPOINT): Delete macro.
7131 * target.h: Update comment.
7132 * s390-tdep.c (s390_gdbarch_init): Update comments.
7133 * remote.c: Update comments.
7134 * remote-mips.c: Update comments.
7135 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7136 * mem-break.c: Update comment.
7137 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7138 (ia64_memory_insert_breakpoint): Update.
7139 * config/sparc/tm-sparc.h: Update comment.
7140 * config/pa/tm-hppa64.h: Update comment.
7141 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7142 (rs6000_breakpoint_from_pc): Update.
7143 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7144 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7145 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7146 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7147 (mips_breakpoint_from_pc): Update.
7148 (mips_dump_tdep): Update.
7149
7150 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7151 * minsyms.c (lookup_minimal_symbol): Inline
7152 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7153
7154 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7155 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7156 * p-lang.c (pascal_printstr): Ditto.
7157 * objc-lang.c (objc_printstr): Ditto.
7158 * m2-lang.c (m2_printstr): Ditto.
7159 * jv-valprint.c (java_print_value_fields): Ditto.
7160 * f-lang.c (f_printstr): Ditto.
7161 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7162 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7163 for repeat_count_threshold.
7164 * Makefile.in (cp-valprint.o): Update dependencies.
7165
7166 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7167
7168 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7169 (examine_prologue): Support looking through leaf functions, knowing
7170 they start with mov r2,r12. Support skipping over indirect stores
7171 of the input registers. Upon hitting a non-nop branch instruction
7172 or predicated instruction, bail out by setting lim_pc to the current
7173 pc value in the loop. At the end, if the lim_pc value is still
7174 beyond our calculated value and we have trust_limit set,
7175 use the lim_pc value.
7176
7177 2003-05-15 Andrew Cagney <cagney@redhat.com>
7178
7179 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7180 generic_find_dummy_frame.
7181 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7182 (deprecated_generic_find_dummy_frame): Update.
7183 (deprecated_read_register_dummy): Update.
7184 * frame.c (deprecated_generic_get_saved_register): Update.
7185
7186 2003-05-15 Theodore A. Roth <troth@openavr.org>
7187
7188 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7189 (avr_gdbarch_init): Set breakpoint_from_pc method.
7190
7191 2003-05-15 Andrew Cagney <cagney@redhat.com>
7192
7193 * regcache.c (build_regcache): Set deprecated_register_valid
7194 directly.
7195 (deprecated_grub_regcache_for_register_valid): Delete function.
7196 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7197 declaration.
7198
7199 2003-05-15 David Carlton <carlton@bactrian.org>
7200
7201 Committed by Elena Zannoni <ezannoni@redhat.com>
7202 * symtab.c (lookup_symbol_aux): Delete calls to
7203 lookup_symbol_aux_minsyms.
7204 (lookup_symbol_aux_minsyms): Comment out function and
7205 prototype. Delete lookup by mangled name.
7206
7207 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7208
7209 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7210 correctly indicate an empty stack and ``stack_allocated'' to the
7211 indicate the number of elements initially allocated.
7212 (dwarf_expr_grow_stack): Simplify method for computing new
7213 stack size. Don't loop infinitely if ``stack_len'' is zero.
7214 (execute_stack_op): Move ``ctx->in_reg'' initialization
7215 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7216 be used in conjuction with DW_OP_piece. Revise error message
7217 accordingly.
7218
7219 2003-05-14 Theodore A. Roth <troth@openavr.org>
7220
7221 * MAINTAINERS: Update my email address.
7222 * avr-tdep.c: Ditto.
7223
7224 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7225
7226 * symtab.h (enum domain_enum): Rename from namespace_enum.
7227 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7228 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7229 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7230 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7231 TYPES_NAMESPACE, METHODS_NAMESPACE.
7232 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7233 (struct symbol, struct partial_symbol): Rename field
7234 'namespace_enum namespace' to 'domain_enum domain'.
7235 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7236 Delete old define kludge for namespace.
7237
7238 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7239 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7240 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7241 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7242 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7243 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7244 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7245 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7246 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7247 occurrences of the above.
7248
7249 2003-05-14 Ian Lance Taylor <ian@airs.com>
7250
7251 * Makefile.in (install-only): Use $(SHELL) when running
7252 mkinstalldirs.
7253
7254 2003-05-13 Ian Lance Taylor <ian@airs.com>
7255
7256 * MAINTAINERS (write after approval): Add myself.
7257
7258 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7259 second and third arguments.
7260 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7261 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7262
7263 2003-05-13 Andrew Cagney <cagney@redhat.com>
7264
7265 * defs.h (store_address): Delete declaration.
7266 findvar.c (store_address): Delete function.
7267 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7268 store_unsigned_integer.
7269 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7270 * v850-tdep.c (v850_push_arguments): Ditto.
7271 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7272 * sh-tdep.c (sh64_get_saved_register): Ditto.
7273 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7274 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7275 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7276 (mips_get_saved_register): Ditto.
7277 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7278 (find_func_descr, ia64_push_arguments): Ditto.
7279 * i386-tdep.c (i386_push_arguments): Ditto.
7280 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7281 * frv-tdep.c (frv_push_arguments): Ditto.
7282 * frame.c (legacy_saved_regs_prev_register): Ditto.
7283 (deprecated_generic_get_saved_register): Ditto.
7284 * findvar.c (unsigned_address_to_pointer): Ditto.
7285 * dwarf2read.c (dwarf2_const_value): Ditto.
7286 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7287 * alpha-tdep.c (alpha_push_arguments): Ditto.
7288
7289 2003-05-12 J. Brobecker <brobecker@gnat.com>
7290
7291 * NEWS: Mention that the hppa-hpux port has been partially
7292 multiarched (32bit ABIT only, so far).
7293
7294 2003-05-11 Andrew Cagney <cagney@redhat.com>
7295
7296 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7297 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7298 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7299 sim/testsuite/sim/arm/misaligned2.ms, and
7300 sim/testsuite/sim/arm/misaligned3.ms.
7301 * disasm.h (struct ui_file): Add opaque struct declaration.
7302 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7303 * frame.h (struct ui_file): Ditto.
7304
7305 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7306
7307 * value.h: Pretty print.
7308
7309 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7310
7311 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7312
7313 2003-05-08 Andrew Cagney <cagney@redhat.com>
7314
7315 * regcache.h (max_register_size): Delete declaration.
7316 * regcache.c (max_register_size): Delete function.
7317 (struct regcache_descr): Delete field "max_register_size".
7318 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7319 registers fit in MAX_REGISTER_SIZE.
7320 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7321 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7322 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7323 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7324 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7325 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7326 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7327 * dve3900-rom.c, hppa-tdep.c: Ditto.
7328
7329 2003-05-08 David Carlton <carlton@math.stanford.edu>
7330
7331 * valops.c (push_word): Fix typo.
7332
7333 2003-05-08 Andrew Cagney <cagney@redhat.com>
7334
7335 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7336 * gdbarch.h: Re-generate.
7337 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7338 (legacy_max_register_raw_size): Delete declaration.
7339 * regcache.c (legacy_max_register_raw_size): Delete function.
7340 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7341 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7342 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7343 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7344 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7345 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7346 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7347 * findvar.c, dwarf2cfi.c: Ditto.
7348
7349 2003-05-08 Andrew Cagney <cagney@redhat.com>
7350
7351 * mips-tdep.c (read_signed_register): New function, moved to here
7352 from "regcache.c".
7353 (read_signed_register_pid): Ditto.
7354 * regcache.c (read_signed_register_pid): Delete function, moved to
7355 "mips-tdep.c".
7356 (read_signed_register): Ditto.
7357 * regcache.h (read_signed_register): Delete declaration.
7358 (read_signed_register_pid): Delete declaration.
7359
7360 2003-05-08 Andrew Cagney <cagney@redhat.com>
7361
7362 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7363 * gdbarch.h: Re-generate.
7364 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7365 (legacy_max_register_virtual_size): Delete declaration.
7366 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7367 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7368 * tracepoint.c (memrange_sortmerge): Ditto.
7369 * sparc-tdep.c (sparc_print_registers): Ditto.
7370 * regcache.c (legacy_max_register_virtual_size): Delete function.
7371
7372 2002-05-08 J. Brobecker <brobecker@gnat.com>
7373
7374 * fork-child.c (escape_bang_in_quoted_argument): New function.
7375 (fork_inferior): Escape '!' characters in quoted arguments
7376 only when needed.
7377
7378 2003-05-08 J. Brobecker <brobecker@gnat.com>
7379
7380 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7381 the language of the CU is not currently supported by GDB.
7382
7383 2003-05-08 J. Brobecker <brobecker@gnat.com>
7384
7385 * defs.h (language): Add language_minimal enum value.
7386 * c-lang.c (minimal_language_defn): New language definition.
7387 (_initialize_c_language): Add the new minimal language to the list
7388 of languages known to GDB.
7389
7390 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7391
7392 * frame.c (get_frame_type): Don't attempt to lazily initialize
7393 frame's unwinder for legacy frames.
7394
7395 2003-05-07 Andrew Cagney <cagney@redhat.com>
7396
7397 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7398 and "regcache" parameters.
7399 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7400
7401 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7402
7403 * dwarf2read.c (dwarf_decode_lines): Only use output of
7404 check_cu_functions() when calling record_line(). Do not update
7405 the current address.
7406
7407 2003-05-07 Andrew Cagney <cagney@redhat.com>
7408
7409 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7410 code.
7411
7412 2003-05-07 Jim Blandy <jimb@redhat.com>
7413
7414 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7415 'maint info symtabs' and 'maint info psymtabs'.
7416 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7417 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7418 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7419 Declarations updated.
7420 * maint.c (maintenance_list_command): Delete.
7421 (_initialize_maint_cmds): Update calls to add_cmd.
7422 * gdbcmd.h (maintenancelistlist): Delete declaration.
7423 * cli/cli-cmds.c (maintenancelistlist): Delete.
7424 (init_cmd_lists): Don't initialize it.
7425 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7426
7427 2003-05-07 Andrew Cagney <cagney@redhat.com>
7428
7429 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7430 "regcache".
7431 (d10v_print_registers_info): Update.
7432 (d10v_dmap_register, d10v_imap_register): Delete functions.
7433 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7434 and "imap_register".
7435 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7436 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7437 * arch-utils.c (generic_remote_translate_xfer_address): Add
7438 "regcache" and "gdbarch" parameters.
7439 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7440 parameter. Change class to multi-arch.
7441 * gdbarch.h, gdbarch.c: Re-generate.
7442 * remote.c (remote_xfer_memory): Use
7443 gdbarch_remote_translate_xfer_address.
7444
7445 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7446
7447 * infrun.c (prev_pc): Move declaration ahead of proceed().
7448 (proceed): Refresh prev_pc value before resuming.
7449 (stop_stepping): Remove code to refresh prev_pc.
7450
7451 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7452
7453 * nto-tdep.c: Removed stray comment.
7454
7455 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7456
7457 * i386-nto-tdep.c: Fix old K&R function definitions.
7458 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7459 Also change add_show_from_set() call to add_setshow_cmd().
7460 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7461
7462 2003-05-05 Andrew Cagney <cagney@redhat.com>
7463
7464 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7465 (fprint_dummy_frames): New function.
7466 (maintenance_print_dummy_frames): New function.
7467 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7468 * frame.c (fprint_frame_id): Make global.
7469 * frame.h (fprint_frame_id): Declare.
7470 * Makefile.in (dummy-frame.o): Update dependencies.
7471
7472 2003-05-05 Andrew Cagney <cagney@redhat.com>
7473
7474 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7475 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7476 SIZEOF_CALL_DUMMY_WORDS.
7477 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7478 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7479 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7480 CALL_DUMMY_BREAKPOINT_OFFSET.
7481 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7482 CALL_DUMMY_START_OFFSET.
7483 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7484 * gdbarch.h, gdbarch.c: Re-generate.
7485 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7486 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7487 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7488 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7489 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7490 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7491 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7492 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7493 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7494 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7495 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7496 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7497 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7498 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7499 * config/sparc/tm-sparc.h: Update.
7500
7501 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7502
7503 * configure.tgt: Add i[3456]86-*-nto*.
7504 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7505 * nto-tdep.c: New file. Neutrino target support routines.
7506 * nto-tdep.h: New file. Neutrino target header.
7507 * config/tm-qnxnto.h: New file.
7508 * config/i386/i386nto.mt: New file.
7509 * config/i386/tm-i386nto.h: New file.
7510
7511 2003-05-04 Andrew Cagney <cagney@redhat.com>
7512
7513 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7514 (load_infrun_state): Ditto.
7515 (struct thread_info): Drop "prev_func_name" field.
7516 * thread.c (load_infrun_state): Update.
7517 (save_infrun_state): Update.
7518 * infrun.c (prev_func_name): Delete variable.
7519 (init_wait_for_inferior): Do not clear prev_func_name.
7520 (stop_stepping, keep_going, context_switch): Do not swap
7521 prev_func_name.
7522 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7523 instead of PC_IN_SIGTRAMP.
7524
7525 2003-05-04 Andrew Cagney <cagney@redhat.com>
7526
7527 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7528 REGISTER_BYTE with register_offset_hack.
7529 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7530 that REGISTER_BYTE is consistent with the regcache.
7531 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7532 * gdbarch.h, gdbarch.c: Regenerate.
7533
7534 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7535
7536 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7537 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7538
7539 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7540
7541 2003-05-03 J. Brobecker <brobecker@gnat.com>
7542
7543 From Thierry Schneider <tpschneider1@yahoo.com>
7544 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7545 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7546 (mi-cmd-symbol.o): Add rule.
7547
7548 2003-05-03 Andrew Cagney <cagney@redhat.com>
7549
7550 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7551 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7552 * gdbarch.h, gdbarch.c: Re-generate.
7553 * d10v-tdep.c (d10v_push_dummy_code): New function.
7554 (d10v_gdbarch_init): Set push_dummy_code.
7555 * infcall.c (legacy_push_dummy_code): New function.
7556 (generic_push_dummy_code): New function.
7557 (push_dummy_code): New function.
7558 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7559 instead of dummy_addr, to push_dummy_call. Move call to
7560 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7561 switch.
7562 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7563
7564 2003-05-03 Andrew Cagney <cagney@redhat.com>
7565
7566 * disasm.h (print_insn): Declare.
7567 * disasm.c (init_gdb_disassemble_info): New function.
7568 (gdb_disassembly): Call init_gdb_disassemble_info.
7569 (gdb_print_insn): New function.
7570 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7571 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7572 * mcore-tdep.c: Include "disasm.h"
7573 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7574 * d10v-tdep.c: Include "disasm.h".
7575 (display_trace): Call gdb_print_insn, instead of print_insn.
7576 (print_insn): Delete function.
7577 * printcmd.c: Include "disasm.h".
7578 (print_insn): Delete function.
7579 (print_formatted): Call gdb_print_insn, instead of print_insn.
7580 * Makefile.in (printcmd.o): Update dependencies.
7581 (mcore-tdep.o, d10v-tdep.o): Ditto.
7582
7583 2003-05-02 Andrew Cagney <cagney@redhat.com>
7584
7585 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7586 PC_REGNUM, re-indent.
7587 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7588 PC_REGNUM isn't set.
7589
7590 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7591 * gdbarch.h, gdbarch.c: Re-generate.
7592 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7593 register_virtual_size, pc_regnum, or register_bytes.
7594 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7595 (d10v_register_type): Use D10V_PC_REGNUM.
7596 (d10v_print_registers_info, d10v_read_pc): Ditto.
7597 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7598 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7599
7600 2003-05-02 David Carlton <carlton@bactrian.org>
7601
7602 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7603 the name with mstrsave.
7604
7605 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7606
7607 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7608 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7609 (host_charset_name, target_charset_name): New vars for use by
7610 set/show commands.
7611 (host_charset_enum, target_charset_enum): New enums for set/show
7612 commands.
7613 (set_charset_sfunc, set_host_charset_sfunc,
7614 set_target_charset_sfunc): New functions.
7615 (set_host_charset, set_target_charset): Make static.
7616 (list_charsets, set_host_charset_command,
7617 set_target_charset_command): Delete functions.
7618 (show_charset_command): Rewrite as....
7619 (show_charset): Hook this up with the set/show command mechanism.
7620 (_initialize_charset): Change names of charsets to match the
7621 set/show enums. Use host_charset_name and target_charset_name.
7622 Use set/show mechanism for charset, host-charset, target-charset
7623 commands. Do not make 'show host-charset' and 'show
7624 target-charset' be aliases of 'show charset'.
7625
7626 * charset.h (set_host_charset, set_target_charset): Don't export,
7627 they are not used outside the file.
7628
7629 2003-05-01 Andrew Cagney <cagney@redhat.com>
7630
7631 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7632 (gdb_disassembly): Make "di" non static, always initialize and
7633 cleanup. Always use dis_asm_read_memory.
7634 (gdb_dis_asm_read_memory): Delete function.
7635
7636 2003-05-01 Andrew Cagney <cagney@redhat.com>
7637
7638 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7639 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7640
7641 2003-04-30 Andrew Cagney <cagney@redhat.com>
7642
7643 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7644 "tm_print_insn_info".
7645 (TARGET_PRINT_INSN_INFO): Delete macro.
7646 (dis_asm_read_memory): Delete function declaration.
7647 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7648 (tm_print_insn_info): Delete variable definition.
7649 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7650 * gdbarch.h, gdbarch.c: Re-generate.
7651 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7652 "deprecated_tm_print_insn_info".
7653 * mcore-tdep.c (mcore_dump_insn): Ditto.
7654 * mips-tdep.c (mips_gdbarch_init): Ditto.
7655 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7656 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7657 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7658 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7659 instead of TARGET_PRINT_INSN_INFO, add comment.
7660 * s390-tdep.c (s390_get_frame_info): Instead of
7661 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7662 (s390_check_function_end, s390_is_sigreturn): Ditto.
7663 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7664 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7665 * disasm.c: Include "gdbcore.h".
7666 (_initialize_disasm): New function, initialize
7667 "deprecated_tm_print_insn_info".
7668 (deprecated_tm_print_insn_info): New variable.
7669 (dis_asm_read_memory): Moved from "corefile.c", made static.
7670 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7671 * Makefile.in (disasm.o): Update dependencies.
7672
7673 2003-04-30 Andrew Cagney <cagney@redhat.com>
7674
7675 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7676
7677 2003-04-29 Adam Fedor <fedor@gnu.org>
7678
7679 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7680 * infcall.c (find_function_addr): Make non-static.
7681 * infcall.h (find_function_addr): Declare.
7682 * Makefile.in (eval.o): Update dependencies.
7683
7684 2003-04-28 Adam Fedor <fedor@gnu.org>
7685
7686 * symtab.c (symbol_find_demangled_name): Check for and demangle
7687 ObjC symbols.
7688 (symbol_init_demangled_name): Init for language_objc as well.
7689
7690 2003-04-28 Andrew Cagney <cagney@redhat.com>
7691
7692 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7693 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7694 * gdbarch.h, gdbarch.c: Re-generate.
7695 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7696 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7697 * inferior.h (deprecated_read_fp): Rename read_fp.
7698 (generic_target_read_fp): Delete declaration.
7699 * regcache.c (generic_target_read_fp): Delete function.
7700 (deprecated_read_fp): Replace read_fp, use
7701 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7702 * d10v-tdep.c (d10v_read_fp): Delete function.
7703 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7704
7705 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7706 deprecated_target_read_fp to generic_target_read_fp.
7707 * sh-tdep.c (sh_gdbarch_init): Ditto.
7708 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7710 * frv-tdep.c (frv_gdbarch_init): Ditto.
7711
7712 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7713 deprecated_fp_regnum.
7714 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7715 * vax-tdep.c (vax_gdbarch_init): Ditto.
7716 * v850-tdep.c (v850_gdbarch_init): Ditto.
7717 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7718 * sh-tdep.c (sh_gdbarch_init): Ditto.
7719 * s390-tdep.c (s390_gdbarch_init): Ditto.
7720 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7721 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7722 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7723 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7724 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7725 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7726 * i386-tdep.c (i386_gdbarch_init): Ditto.
7727 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7728 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7729 * frv-tdep.c (frv_gdbarch_init): Ditto.
7730 * cris-tdep.c (cris_gdbarch_init): Ditto.
7731 * avr-tdep.c (avr_gdbarch_init): Ditto.
7732 * arm-tdep.c (arm_gdbarch_init): Ditto.
7733 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7734
7735 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7736 * v850-tdep.c (v850_gdbarch_init): Ditto.
7737 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7738 * sh-tdep.c (sh_gdbarch_init): Ditto.
7739 * s390-tdep.c (s390_gdbarch_init): Ditto.
7740 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7741 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7742 * mips-tdep.c (mips_gdbarch_init): Ditto.
7743 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7744 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7745 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7746 * frv-tdep.c (frv_gdbarch_init): Ditto.
7747 * avr-tdep.c (avr_gdbarch_init): Ditto.
7748 * arm-tdep.c (arm_gdbarch_init): Ditto.
7749
7750 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7751 DEPRECATED_FP_REGNUM.
7752 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7753 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7754 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7755 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7756 (sparc32_register_virtual_type): Ditto.
7757 * sh-tdep.c (sh64_frame_chain): Ditto.
7758 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7759 (sh_nofp_frame_init_saved_regs): Ditto.
7760 (sh64_nofp_frame_init_saved_regs): Ditto.
7761 (sh_fp_frame_init_saved_regs): Ditto.
7762 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7763 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7764 * procfs.c (procfs_fetch_registers): Ditto.
7765 (procfs_store_registers): Ditto.
7766 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7767 (store_inferior_registers, fetch_core_registers): Ditto.
7768 (fetch_kcore_registers, clear_regs): Ditto.
7769 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7770 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7771 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7772 * nlm/i386.c (do_status): Ditto.
7773 * mipsv4-nat.c (supply_gregset): Ditto.
7774 * mips-tdep.c: Ditto for comments.
7775 * mips-nat.c (fetch_inferior_registers): Ditto.
7776 (store_inferior_registers, fetch_core_registers): Ditto.
7777 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7778 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7779 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7780 (i386_do_pop_frame, i386_register_type): Ditto.
7781 * hppa-tdep.c (hppa_frame_chain): Ditto.
7782 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7783 (hppa_pop_frame, hppa_read_fp): Ditto.
7784 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7785 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7786 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7787 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7788 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7789 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7790 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7791 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7792 * blockframe.c: Ditto for comments.
7793 * arch-utils.h: Ditto for comments.
7794 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7795 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7796 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7797 * alpha-tdep.h: Ditto for comments.
7798 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7799 (alpha_cannot_store_register): Ditto.
7800 (alpha_push_dummy_frame): Ditto.
7801 * alpha-nat.c (supply_gregset): Ditto.
7802
7803 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7804 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7805 * config/sparc/tm-sparc.h: Update comment.
7806
7807 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7808 deprecated_read_fp instead of TARGET_READ_FP.
7809 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7810 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7811 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7812 deprecated_read_fp instead of read_fp.
7813 * s390-tdep.c (s390_push_arguments): Ditto.
7814 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7815 * frame.h: Ditto in comments.
7816 * frame.c (legacy_get_prev_frame): Ditto.
7817 * dummy-frame.c (dummy_frame_this_id): Ditto.
7818 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7819
7820 2003-04-28 Andrew Cagney <cagney@redhat.com>
7821
7822 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7823 * gdbarch.h, gdbarch.c: Re-generate.
7824 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7825 * vax-tdep.c (_initialize_vax_tdep): Update.
7826 * v850-tdep.c (_initialize_v850_tdep): Update.
7827 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7828 * s390-tdep.c (_initialize_s390_tdep): Update.
7829 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7830 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7831 * mips-tdep.c (_initialize_mips_tdep): Update.
7832 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7833 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7834 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7835 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7836 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7837 * frv-tdep.c (_initialize_frv_tdep): Update.
7838 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7839 (_initialize_cris_tdep): Update.
7840 * arch-utils.c (legacy_print_insn): Update.
7841 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7842
7843 2003-04-26 Adam Fedor <fedor@gnu.org>
7844
7845 * linespec.c (decode_objc): New function to decode ObjC calls
7846 (decode_line_1): Check for ObjC calls (using decode_objc)
7847 * Makefile (linespec.o): Update dependencies.
7848
7849 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7850
7851 * breakpoint.h (struct breakpoint_ops): New.
7852 (struct breakpoint): Add ops member.
7853
7854 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7855 (mention): Use new breakpoint ops member.
7856 (set_raw_breakpoint): Initialize ops field to NULL.
7857 (print_exception_catchpoint, print_one_exception_catchpoint)
7858 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7859 (gnu_v3_exception_catchpoint_ops): New.
7860 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7861
7862 2003-04-25 Adam Fedor <fedor@gnu.org>
7863
7864 * Makefile.in (COMMON_OBS): Add objc-lang.o
7865
7866 2003-04-25 Andrew Cagney <cagney@redhat.com>
7867
7868 * d10v-tdep.c (print_insn): Delete function.
7869 (display_trace): Use TARGET_PRINT_INSN.
7870 (_initialize_d10v_tdep): Do not set tm_print_insn.
7871 (d10v_gdbarch_init): Set print_insn.
7872
7873 2003-04-25 Andrew Cagney <cagney@redhat.com>
7874
7875 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7876 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7877 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7878 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7879 (nr_dmap_regs, a0_regnum): ... new functions.
7880 (d10v_print_registers_info): Use a0_regnum, use register_size.
7881 (d10v_register_byte): Delete function.
7882 (d10v_register_raw_size): Delete function.
7883 (d10v_register_type): Use a0_regnum.
7884 (d10v_print_registers_info): Use a0_regnum.
7885 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7886 (d10v_gdbarch_init): Do not set register_byte or
7887 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7888 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7889 extract_address.
7890 (trace_command): Use XCALLOC.
7891 (print_insn): Delete reference to tm_print_insn.
7892 (saved_regs_unwinder): Use store_unsigned_integer instead of
7893 store_address.
7894 * frame.h (FRAME_OBSTACK_CALLOC): Define
7895
7896 2003-04-25 David Carlton <carlton@bactrian.org>
7897
7898 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7899
7900 2003-04-24 Adam Fedor <fedor@gnu.org>
7901
7902 * objc-lang.c: Include "valprint.h"
7903 * Makefile.in (objc-lang.o): Update dependencies.
7904
7905 2003-04-24 Adam Fedor <fedor@gnu.org>
7906
7907 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7908 architecture dependant compilation and mark as unimplemented
7909 (until they get put in the gdbarch vector).
7910
7911 2003-04-23 David Carlton <carlton@bactrian.org>
7912
7913 * cp-support.c (cp_find_first_component): Accept 'operator' in
7914 more locations.
7915
7916 2003-04-23 Andrew Cagney <cagney@redhat.com>
7917
7918 * infcall.c (call_function_by_hand): Eliminate redundant
7919 indentation. Move "saved_async" and "old_cleanups" to where they
7920 are needed.
7921
7922 2003-04-23 Andrew Cagney <cagney@redhat.com>
7923
7924 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7925 and "buffer". Move the "name" code to where it is needed.
7926
7927 2003-04-23 Andrew Cagney <cagney@redhat.com>
7928
7929 * infcall.c (call_function_by_hand): Move variables "start_sp",
7930 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7931 code to ON_STACK switch branch.
7932
7933 2003-04-23 Andrew Cagney <cagney@redhat.com>
7934
7935 * infcall.c (call_function_by_hand): Make declaration of "i",
7936 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7937 lint.
7938
7939 2003-04-23 Andrew Cagney <cagney@redhat.com>
7940
7941 * infcall.c (call_function_by_hand): Delete variable
7942 "n_method_args". Localize "param_type"'s declaration to the loop
7943 that it is used. Reinstate code assigning to said variable -
7944 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7945 Rationalize code using "param_type".
7946
7947 2003-04-22 Andrew Cagney <cagney@redhat.com>
7948
7949 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7950 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7951 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7952 to DEPRECATED_PUSH_RETURN_ADDRESS.
7953
7954 2003-04-22 Kevin Buettner <kevinb@redhat.com>
7955
7956 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7957 on the DWARF2 register number prior to fetching a register.
7958
7959 2003-04-22 J. Brobecker <brobecker@gnat.com>
7960
7961 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7962 Update all the tests using SOFT_FLOAT considering the fact that
7963 this macro was always set to 0.
7964 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7965 considering the fact that this macro was always set to 0.
7966 * hppa-tdep.h (hppa_store_return_value): Likewise.
7967 (hppa_extract_return_value): Likewise.
7968
7969 2003-04-22 J. Brobecker <brobecker@gnat.com>
7970
7971 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7972 the hppa-pro target only.
7973
7974 2003-04-21 J. Brobecker <brobecker@gnat.com>
7975
7976 Ongoing multi-arch conversion effort for HP/UX:
7977 * config/pa/tm-hppa.h: Move all macro that are no longer
7978 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7979 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7980
7981 2003-04-21 J. Brobecker <brobecker@gnat.com>
7982
7983 * config/pa/tm-hppa.h: Obsolete a section that was only used
7984 for hppa-pro.
7985
7986 2003-04-21 J. Brobecker <brobecker@gnat.com>
7987
7988 Ongoing multi-arch conversion for HP/UX.
7989 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
7990 if already defined (allows hppa64 to stay non-multiarched for now).
7991 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
7992
7993 2003-04-21 Andrew Cagney <cagney@redhat.com>
7994
7995 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
7996
7997 2003-04-21 Andrew Cagney <cagney@redhat.com>
7998
7999 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8000 "i386_num_mmx_regs".
8001
8002 2003-04-21 Andrew Cagney <cagney@redhat.com>
8003
8004 * infcall.c: New file.
8005 * infcall.h: New file.
8006 * valarith.c: Include "infcall.h".
8007 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8008 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8009 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8010 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8011 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8012 (SFILES): Add "infcall.c"
8013 (COMMON_OBS): Add "infcall.o".
8014 (infcall.o): Specify dependencies.
8015 * value.h (call_function_by_hand): Delete declaration.
8016 * inferior.h (run_stack_dummy): Delete declaration.
8017 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8018 (run_stack_dummy): Move to "infcall.c", merged into
8019 call_function_by_hand.
8020 * valops.c (call_function_by_hand): Moved to "infcall.c".
8021 (find_function_addr, value_arg_coerce): Ditto.
8022 (unwindonsignal_p, coerce_float_to_double): Ditto.
8023 (_initialize_valops): Move "set/show coerce-float-to-double", and
8024 "set/show unwindonsignal" commands to "infcall.c".
8025 * v850-tdep.c, target.h: Update comments.
8026 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8027 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8028 (sh64_init_extra_frame_info): Update comments.
8029 * mn10300-tdep.c: Update comments.
8030 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8031 * config/sparc/tm-sparc.h: Update comments.
8032 * breakpoint.h: Update comments.
8033 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8034 * arm-tdep.c: Update comment.
8035
8036 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8037
8038 * i386-tdep.c (i386_num_register_names): New variable.
8039 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8040 (MM0_REGNUM): Remove redundant parentheses in define.
8041 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8042 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8043 i386_mxcsr_regnum_p): Remove redundant parentheses.
8044 (i386_register_name): Use i386_num_register_names.
8045
8046 * i386-tdep.c (i386_extract_return_value,
8047 i386_store_return_value): Correct check for availability of
8048 floating-point registers.
8049
8050 * i386-tdep.c (i386_frame_num_args): Remove function.
8051 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8052
8053 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8054 mmx_regnum_to_fp_regnum. Adjust all callers.
8055
8056 * i386-tdep.c (i386_get_longjmp_target): Use
8057 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8058 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8059 extract_address.
8060
8061 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8062
8063 * core-regset.c: Update comments to reflect reality. Re-order
8064 includes.
8065 (fetch_core_registers): Use switch instead of if. Remove
8066 redundant prototype.
8067
8068 2003-04-18 Jim Blandy <jimb@redhat.com>
8069
8070 * s390-tdep.c (s390_frame_align): New function.
8071 (s390_gdbarch_init): Register it with the gdbarch object.
8072
8073 2003-04-17 Richard Henderson <rth@redhat.com>
8074
8075 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8076
8077 2003-04-17 Michael Snyder <msnyder@redhat.com>
8078 Karen Bennet <bennet@redhat.com>
8079
8080 Committed by Elena Zannoni <ezannoni@redhat.com>
8081 * gdb_gcore.sh: New script to create a core dump of a process.
8082
8083 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8084
8085 * values.c (value_being_returned): Don't fetch the return
8086 value if the return type is void.
8087
8088 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8089
8090 * thread-db.c: Reindented.
8091
8092 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8093
8094 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8095 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8096 as types.
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8123
8124 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8125 the size of ``long double'' to 16, instead of 8.
8126
8127 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8128
8129 * i386-linux-nat.c: Add some whitespace to make things more
8130 readable.
8131 (fetch_register, store_register, fetch_inferior_registers,
8132 store_inferior_registers): Get rid of assignment in if-statement.
8133 (store_register): Fix typo in error message.
8134
8135 2003-04-16 Andrew Cagney <cagney@redhat.com>
8136
8137 * utils.c (xmmalloc): Always allocate something, matches
8138 libiberty/xmalloc's semantics.
8139 (xmrealloc, xmcalloc): Ditto.
8140
8141 2003-04-16 Andrew Cagney <cagney@redhat.com>
8142
8143 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8144 update comments.
8145 (get_frame_type): Initialize unwind and type when needed.
8146 (get_frame_id, frame_register_unwind): Ditto.
8147
8148 2003-04-16 Andrew Cagney <cagney@redhat.com>
8149
8150 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8151 obsolete.
8152 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8153 * sparcl-stub.c: Obsolete file.
8154 * config/sparc/tm-sparclet.h: Obsolete file.
8155 * sparclet-stub.c: Obsolete file.
8156 * sparclet-rom.c: Obsolete file.
8157 * sparcl-tdep.c: Obsolete file.
8158 * config/sparc/tm-sparclite.h: Obsolete file.
8159 * config/sparc/sparclite.mt: Obsolete file.
8160 * config/sparc/sparclet.mt: Obsolete file.
8161 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8162 sparc86x-*-* obsolete.
8163
8164 2003-04-15 David Carlton <carlton@math.stanford.edu>
8165
8166 * Makefile.in (SFILES): Add cp-namespace.c.
8167 (COMMON_OBS): Add cp-namespace.o.
8168 (block.o): Depend on gdb_obstack_h and cp_support_h.
8169 (buildsym.o): Depend on cp_support_h.
8170 (cp-namespace.o): New.
8171 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8172 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8173 (dwarf2read.o): Depend on cp_support_h.
8174 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8175 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8176 processing_current_namespace.
8177 (read_namespace): Update processing_current_namespace; check for
8178 anonymous namespaces.
8179 (dwarf2_name): New function.
8180 (dwarf2_extension): Ditto.
8181 * cp-support.h: Update copyright, contributors.
8182 Add inclusion guards.
8183 Add opaque declaration for structs obstack, block, symbol.
8184 (struct using_direct): New struct.
8185 Add declarations for cp_find_first_component,
8186 cp_entire_prefix_len, processing_has_namespace_info,
8187 processing_current_namespace, cp_is_anonymous,
8188 cp_add_using_directive, cp_initialize_namespace,
8189 cp_finalize_namespace, cp_set_block_scope,
8190 cp_scan_for_anonymous_namespaces.
8191 * cp-namespace.c: New file.
8192 * cp-support.c: Update copyright.
8193 Include ctype.h, gdb_assert.h, gdbcmd.h.
8194 New variable maint_cplus_cmd_list.
8195 (cp_find_first_component): New function.
8196 (cp_entire_prefix_len, maint_cplus_command)
8197 (first_component_command, _initialize_cp_support): Ditto.
8198 * buildsym.c: Include cp-support.h.
8199 New variable using_list.
8200 (add_symbol_to_list): Check for anonymous namespaces.
8201 (finish_block): Set block's scope.
8202 (start_symtab): Initialize C++ namespace support.
8203 (end_symtab): Finalize C++ namespace support.
8204 * block.h: Add opaque declarations for structs
8205 block_namespace_info, using_direct, and obstack.
8206 Add declarations for block_set_scope and block_set_using.
8207 (struct block): Add 'language_specific' member.
8208 (BLOCK_NAMESPACE): New macro.
8209 * block.c: Include gdb_obstack.h and cp-support.h.
8210 (struct block_namespace_info): New struct.
8211 (block_set_scope): New function.
8212 (block_set_using, block_initialize_namespace): Ditto.
8213
8214 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8215
8216 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8217 (locate_base): Return early if there aren't any link map offsets.
8218 (svr4_solib_create_inferior_hook): Warn if shared library support
8219 is unavailable.
8220
8221 2003-04-14 David Carlton <carlton@math.stanford.edu>
8222
8223 * symtab.c (symbol_set_names): Add prefix when storing Java names
8224 in hash table. Fix for PR java/1039.
8225
8226 2003-04-14 David Carlton <carlton@math.stanford.edu>
8227
8228 * symtab.c (symbol_set_names): Rename 'name' arg to
8229 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8230 * symtab.h: Change 'name' argument in declaration of
8231 symbol_set_names to 'linkage_name'.
8232 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8233
8234 2003-04-14 Andrew Cagney <cagney@redhat.com>
8235
8236 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8237 return the fully sign-extended register value.
8238 (get_frame_pointer): Ditto.
8239 (mips_pop_frame): Initialize "proc_desc" after checking for a
8240 dummy frame.
8241
8242 2003-04-14 Andrew Cagney <cagney@redhat.com>
8243
8244 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8245 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8246 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8247 (mips_push_register): Delete function.
8248 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8249 PUSH_FP_REGNUM.
8250
8251 2003-04-14 Jim Blandy <jimb@redhat.com>
8252
8253 * symmisc.c: #include "gdb_regex.h".
8254 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8255 functions.
8256 * maint.c (maintenance_list_command): New function.
8257 (_initialize_maint_cmds): Register the above as commands.
8258 * symtab.h (maintenance_list_symtabs,
8259 maintenance_list_psymtabs): New declarations.
8260 * cli/cli-cmds.c (maintenancelistlist): New variable.
8261 (init_cmd_lists): Initialize it.
8262 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8263 * gdbcmd.h (maintenancelistlist): New declaration.
8264 * Makefile.in (symmisc.o): Update dependencies.
8265
8266 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8267
8268 * s390-nat.c: Include asm/types.h for addr_t.
8269
8270 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8271
8272 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8273 actually incoming type.
8274
8275 2003-04-13 Andrew Cagney <cagney@redhat.com>
8276
8277 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8278 get_next_frame and get_frame_saved_regs.
8279
8280 2003-04-13 Andrew Cagney <cagney@redhat.com>
8281
8282 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8283 of gdbarch_num_regs.
8284
8285 2003-04-13 Andrew Cagney <cagney@redhat.com>
8286
8287 * frame.h: Mention what replaced what in "struct frame_info".
8288 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8289 deprecated_update_frame_base_hack and
8290 deprecated_update_frame_pc_hack.
8291 * hppa-tdep.c: Ditto.
8292
8293 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8294
8295 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8296 to read_reg and update its comment. Remove regnum member.
8297 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8298 Don't call read_reg when setting in_reg. Call read_reg to get
8299 the frame base if it's in a register. Return the register number
8300 on the stack instead of in the context. Remove extra arguments
8301 to read_reg.
8302 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8303 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8304 the register number on the expression stack.
8305 (needs_frame_read_reg): Remove extra arguments.
8306
8307 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8308
8309 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8310 made non-static.
8311 (execute_stack_op): All callers updated.
8312 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8313 * dwarf2loc.c (find_location_expression): New function.
8314 (dwarf_expr_frame_base): Call it.
8315 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8316 (dwarf2_tracepoint_var_ref): New function, broken out from
8317 locexpr_tracepoint_var_ref.
8318 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8319 Make static.
8320 (loclist_read_variable, loclist_read_needs_frame): New functions.
8321 (loclist_describe_location, loclist_tracepoint_var_ref): New
8322 functions.
8323 (dwarf2_loclist_funcs): New struct location_funcs.
8324 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8325 (struct dwarf2_locexpr_baton): Add comments.
8326 (dwarf2_loclist_funcs): New extern.
8327 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8328 base_address and base_known.
8329 (dwarf_loc_buffer): New variable.
8330 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8331 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8332 (dwarf2_has_info): Initialize dwarf_loc_offset.
8333 (dwarf2_build_psymtabs): Read in .debug_loc.
8334 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8335 DWARF_LOC_SIZE.
8336 (psymtab_to_symtab_1): Likewise. Move base address calculation
8337 here, from...
8338 (dwarf2_get_pc_bounds): ... here. Use the base address from
8339 cu_header.
8340 (dwarf2_symbol_mark_computed): Handle location lists.
8341
8342 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8343
8344 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8345 if the linkage name demangled successfully.
8346
8347 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8348
8349 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8350 disassmbly_flavour): Removed.
8351
8352 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8353
8354 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8355
8356 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8357
8358 2003-04-12 Andrew Cagney <cagney@redhat.com>
8359
8360 * frame.h (struct frame_info): Move definition from here ...
8361 * frame.c (struct frame_info): ... to here.
8362
8363 2003-04-12 Andrew Cagney <cagney@redhat.com>
8364
8365 * gdbthread.h (save_infrun_state): Delete parameter
8366 "prev_func_start".
8367 (struct thread_info): Delete field "prev_func_start".
8368 (load_infrun_state): Ditto.
8369 * thread.c (load_infrun_state, save_infrun_state): Update.
8370 * infrun.c (prev_func_start): Delete variable.
8371 (context_switch, init_wait_for_inferior): Update.
8372 (stop_stepping, keep_going): Update.
8373
8374 2003-04-12 Andrew Cagney <cagney@redhat.com>
8375
8376 * gdbarch.sh: Add missing opaque declarations.
8377 * gdbarch.h: Regnerate.
8378 * symtab.h: Add missing opaque declarations.
8379 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8380 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8381 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8382 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8383 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8384 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8385 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8386 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8387 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8388 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8389 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8390 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8391 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8392
8393 2003-04-11 Andrew Cagney <cagney@redhat.com>
8394
8395 * frame.c (get_frame_id): Return this frame's "id".
8396 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8397 function start.
8398 (legacy_saved_regs_this_id): Replace function body with
8399 internal-error.
8400 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8401 FRAME_OBSTACK_ZALLOC.
8402 (create_new_frame): Mark the frame ID as valid.
8403
8404 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8405
8406 * Makefile.in (libbfd_h): Added missing setting.
8407 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8408 according to the selected ABI.
8409
8410 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8411
8412 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8413
8414 2003-04-11 Andrew Cagney <cagney@redhat.com>
8415
8416 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8417 SAVED_PC_AFTER_CALL.
8418 * gdbarch.h, gdbarch.c: Regenerate.
8419 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8420 * x86-64-tdep.c (x86_64_init_abi): Update.
8421 * vax-tdep.c (vax_gdbarch_init): Update.
8422 * v850-tdep.c (v850_gdbarch_init): Update.
8423 * sparc-tdep.c (sparc_gdbarch_init): Update.
8424 * sh-tdep.c (sh_gdbarch_init): Update.
8425 * s390-tdep.c (s390_gdbarch_init): Update.
8426 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8427 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8428 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8429 * mips-tdep.c (mips_gdbarch_init): Update.
8430 * mcore-tdep.c (mcore_gdbarch_init): Update.
8431 * m68k-tdep.c (m68k_gdbarch_init): Update.
8432 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8433 * ia64-tdep.c (ia64_gdbarch_init): Update.
8434 (ia64_saved_pc_after_call): Update declaration.
8435 * i386ly-tdep.c (i386lynx_init_abi): Update.
8436 * i386-tdep.c (i386_gdbarch_init): Update.
8437 * hppa-tdep.c (hppa_gdbarch_init): Update.
8438 * h8300-tdep.c (h8300_gdbarch_init): Update.
8439 * frv-tdep.c (frv_gdbarch_init): Update.
8440 * cris-tdep.c (cris_gdbarch_init): Update.
8441 * avr-tdep.c (avr_gdbarch_init): Update.
8442 * arm-tdep.c (arm_gdbarch_init): Update.
8443 * alpha-tdep.c (alpha_gdbarch_init): Update.
8444 * ns32knbsd-nat.c (frame_num_args): Update.
8445 * ns32k-tdep.c (umax_frame_num_args): Update.
8446 * mips-tdep.c (mips_init_frame_pc_first): Update.
8447 * infrun.c (step_over_function): Update.
8448 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8449 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8450 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8451 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8452 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8453 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8454 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8455 * arch-utils.c (init_frame_pc_default): Update.
8456 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8457 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8458 declaration.
8459
8460 2003-04-11 Andrew Cagney <cagney@redhat.com>
8461
8462 * i387-tdep.c: Update copyright.
8463 (i387_to_double): Delete function.
8464 (double_to_i387): Delete function.
8465
8466 2003-04-10 Andrew Cagney <cagney@redhat.com>
8467
8468 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8469 frame's function's address. Simplify.
8470 (d10v_frame_unwind_cache): Check that the frame's function is
8471 non-zero.
8472
8473 2003-04-10 Jim Blandy <jimb@redhat.com>
8474
8475 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8476 call to set_gdbarch_deprecated_push_arguments.
8477
8478 2003-04-10 Andrew Cagney <cagney@redhat.com>
8479
8480 * frame.c (fprint_frame_id): New function.
8481 (fprint_frame_type, fprint_frame): New function.
8482 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8483 (create_sentinel_frame, get_frame_id): Ditto.
8484 (frame_id_p, frame_id_eq): Ditto.
8485 (frame_id_inner, create_new_frame): Ditto.
8486 (legacy_get_prev_frame, get_prev_frame): Ditto.
8487 (deprecated_update_frame_pc_hack): Ditto.
8488 (frame_register_unwind): Ditto.
8489 (deprecated_update_frame_base_hack): Ditto.
8490
8491 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8492
8493 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8494 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8495 frame_chain function.
8496 * Makefile.in: Add dependencies due to above change.
8497
8498 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8499
8500 * blockframe.c (legacy_frame_chain_valid): Move call to
8501 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8502 inside_entry_file.
8503
8504 2003-04-09 Andrew Cagney <cagney@redhat.com>
8505
8506 * frame.h (struct frame_id): Replace "pc" and "base" with
8507 "stack_addr" and "code_addr". Update comments.
8508 (frame_id_build): Update parameter names and comment.
8509 (struct frame_info): Replace "id_p" and "id" with "this_id".
8510 * dummy-frame.c (dummy_frame_this_id): Update.
8511 * breakpoint.c (print_one_breakpoint): Update.
8512 * frame.c (get_frame_id): Update.
8513 (get_frame_base, frame_id_build): Update.
8514 (create_sentinel_frame, legacy_get_prev_frame): Update.
8515 (deprecated_update_frame_base_hack): Update.
8516 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8517 (frame_id_inner): Ditto.
8518
8519 2003-04-09 Andrew Cagney <cagney@redhat.com>
8520
8521 * defs.h (gdb_print_host_address): Make "addr" parameter a
8522 pointer constant.
8523 * utils.c (gdb_print_host_address): Update.
8524
8525 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8526
8527 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8528 register number for R0 is 0.
8529
8530 2003-04-09 J. Brobecker <brobecker@gnat.com>
8531
8532 * frame.h (struct gdbarch): Add opaque structure definition
8533 to avoid a compilation warning on LynxOS 4.0.
8534
8535 2003-04-09 Andrew Cagney <cagney@redhat.com>
8536
8537 * frame.h (struct frame_info): Delete field "pc". Replace
8538 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8539 structure.
8540 * frame.c (frame_pc_unwind): Update.
8541 (create_sentinel_frame): Do not set "pc".
8542 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8543 (get_frame_pc): Call frame_pc_unwind.
8544 (deprecated_update_frame_pc_hack): Update.
8545 (create_new_frame): Use "pc" not "->pc".
8546
8547 2003-04-09 Andrew Cagney <cagney@redhat.com>
8548
8549 * frame.c (get_frame_id): Eliminate code updating "frame".
8550 (legacy_get_prev_frame): Ditto.
8551 (get_frame_base): Return id.base directly.
8552 (deprecated_update_frame_base_hack): Update "id.base".
8553 * frame.h (struct frame_info): Delete field "frame".
8554
8555 2003-04-09 Andrew Cagney <cagney@redhat.com>
8556
8557 * NEWS: Mention that the "Sequent family" is obsolete.
8558 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8559 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8560 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8561 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8562 * config/i386/tm-ptx4.h: Obsolete file.
8563 * config/i386/tm-ptx.h: Obsolete file.
8564 * symm-tdep.c: Obsolete file.
8565 * config/i386/symmetry.mt: Obsolete file.
8566 * config/i386/tm-symmetry.h: Obsolete file.
8567 * symm-nat.c: Obsolete file.
8568 * config/i386/nm-symmetry.h: Obsolete file.
8569 * config/i386/xm-symmetry.h: Obsolete file.
8570 * config/i386/symmetry.mh: Obsolete file.
8571 * config/i386/nm-ptx4.h: Obsolete file.
8572 * config/i386/ptx4.mh: Obsolete file.
8573 * config/i386/ptx.mt: Obsolete file.
8574 * config/i386/ptx.mh: Obsolete file.
8575 * config/i386/xm-ptx4.h: Obsolete file.
8576 * config/i386/xm-ptx.h: Obsolete file.
8577
8578 2003-04-09 Andrew Cagney <cagney@redhat.com>
8579
8580 Obsolete mips*-*-mach3*.
8581 * NEWS: Mention that mips*-*-mach3* is obsolete.
8582 * m3-nat.c: Obsolete file.
8583 * config/nm-m3.h: Obsolete file.
8584 * config/mips/tm-mipsm3.h: Obsolete file.
8585 * config/mips/mipsm3.mt: Obsolete file.
8586 * config/mips/mipsm3.mh: Obsolete file.
8587 * config/mips/xm-mipsm3.h: Obsolete file.
8588 * mipsm3-nat.c: Obsolete file.
8589 * configure.host: Obsolete mips-dec-mach3*.
8590 * configure.tgt: Obsolete mips*-*-mach3*.
8591
8592 2003-04-09 Andrew Cagney <cagney@redhat.com>
8593
8594 * doublest.h: Update copyright.
8595 (deprecated_store_floating, deprecated_extract_floating): Rename
8596 store_floating and extract_floating. Update comments.
8597 * doublest.c: Update copyright.
8598 (extract_floating_by_length): Replace extract_floating.
8599 (store_floating_by_length): Replace store_floating.
8600 (deprecated_extract_floating): New function.
8601 (deprecated_store_floating): New function.
8602 (extract_typed_floating): Call extract_floating_by_length.
8603 (store_typed_floating): Call store_floating_by_length.
8604 * x86-64-tdep.c (x86_64_store_return_value): Update.
8605 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8606 (sh64_extract_return_value): Update.
8607 (sh_sh4_register_convert_to_virtual): Update.
8608 (sh_sh64_register_convert_to_virtual): Update.
8609 (sh_sh4_register_convert_to_raw): Update.
8610 (sh_sh64_register_convert_to_raw): Update.
8611 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8612 (rs6000_register_convert_to_raw): Update.
8613 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8614 (ia64_register_convert_to_raw): Update.
8615 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8616 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8617 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8618 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8619 (alpha_register_convert_to_raw): Update.
8620
8621 2003-04-08 Andrew Cagney <cagney@redhat.com>
8622
8623 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8624 * gdbarch.h, gdbarch.c: Re-generate.
8625 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8626 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8627 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8628 conditionally, use frame_pc_unwind as an alternative. Add
8629 comments.
8630 * arch-utils.c (init_frame_pc_default): Only call
8631 SAVED_PC_AFTER_CALL when available.
8632
8633 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8634
8635 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8636 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8637 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8638 (start_remote): Ditto.
8639 (handle_inferior_event): Ditto.
8640 (save_inferior_status): Ditto.
8641 (restore_inferior_status): Ditto.
8642 * infcmd.c (attach_command): Ditto.
8643 * fork-child.c (startup_inferior): Ditto.
8644 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8645 * alpha-tdep.c (heuristic_proc_start): Ditto.
8646 * mips-tdep.c (heuristic_proc_start): Ditto.
8647 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8648 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8649 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8650 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8651 * remote-vx.c (vx_create_inferior): Ditto.
8652
8653 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8654
8655 * infrun.c (stop_soon_quietly): Make it an enum, to better
8656 override the default behavior of handle_inferior_event.
8657 (clear_proceed_status): Update uses of stop_soon_quietly to
8658 reflect that it is now an enum.
8659 (start_remote): Ditto.
8660 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8661 is set to handle the new GNU/Linux kernel behavior for
8662 attach/sigstop. Update uses of stop_soon_quietly.
8663 * inferior.h (enum stop_kind): New enum.
8664 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8665 Reset normal handle_inferior_event behavior, afterwards.
8666 * fork-child.c (startup_inferior): Update.
8667 * alpha-tdep.c (heuristic_proc_start): Update.
8668 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8669 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8670 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8671 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8672 * remote-vx.c (vx_create_inferior): Update.
8673 * mips-tdep.c (heuristic_proc_start): Update.
8674
8675 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8676
8677 * disasm.c (dump_insns): Move variables inside loop, or they will
8678 be freed more than once, causing wild memory corruptions.
8679 (gdb_disassembly): Look for the substring "-thread",
8680 instead of "-threads" in the target name, to make sure to find
8681 the 'multi-thread' target. Also, make sure we do the right thing
8682 with the "core" target.
8683
8684 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8685
8686 * mips-tdep.c (mips_print_fp_register): New function, created from
8687 do_fp_register_row(). Registers are now (also) printed as hex.
8688 Only one register is printed per row.
8689 (mips_print_register, do_fp_register_row): Print floating point
8690 registers with mips_print_fp_register().
8691
8692 2003-04-06 Andrew Cagney <cagney@redhat.com>
8693
8694 * valprint.h (inspect_it): Add extern declaration.
8695 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8696 (selectors_info, classes_info): Ditto.
8697 (find_objc_msgcall): Fix indentation.
8698 (objc_printstr): Delete extern declarations.
8699
8700 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8701
8702 2003-04-06 Andrew Cagney <cagney@redhat.com>
8703
8704 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8705 Update comment.
8706 * frame.c (legacy_saved_regs_this_id): Update.
8707 (legacy_get_prev_frame): Update.
8708 * xstormy16-tdep.c: Update comment.
8709 * sparc-tdep.c (sparc_frame_chain): Update comment.
8710 * blockframe.c (legacy_frame_chain_valid): Update.
8711
8712 2003-04-06 Andrew Cagney <cagney@redhat.com>
8713
8714 * valprint.c (val_print_type_code_int): Delete #ifdef
8715 PRINT_TYPELESS_INTEGER code.
8716
8717 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8718 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8719 multi-arch definition.
8720 * gdbarch.h: Re-generate.
8721
8722 2003-04-05 Andrew Cagney <cagney@redhat.com>
8723
8724 Eliminate FRAME_FIND_SAVED_REGS.
8725 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8726 Change FSR parameter to a pointer.
8727 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8728 Assume FSR parameter is a pointer.
8729 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8730 Make fsr a pointer.
8731 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8732 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8733 saved_regs a pointer.
8734 (hppa_frame_saved_pc): Ditto.
8735 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8736 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8737 pointer.
8738 (restore_pc_queue): Make fsr a pointer.
8739 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8740 (hppa_frame_chain): Make saved_regs a pointer, call
8741 hppa_frame_init_saved_regs.
8742 * sparc-tdep.c: Include "gdb_assert.h".
8743 (sparc_frame_find_saved_regs): Replace internal_error with
8744 gdb_assert.
8745 * remote-vxsparc.c (vx_read_register): Delete reference to
8746 FRAME_FIND_SAVED_REGS.
8747 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8748 * gdbarch.h: Regenerate.
8749 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8750 (deprecated_get_frame_saved_regs): Delete declaration.
8751 (struct frame_saved_regs): Delete definition.
8752 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8753 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8754 (hppa_frame_find_saved_regs): Delete declaration.
8755 (FRAME_FIND_SAVED_REGS): Delete macro.
8756 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8757 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8758 FRAME_FIND_SAVED_REGS in comment.
8759
8760 2003-04-05 Andrew Cagney <cagney@redhat.com>
8761
8762 * frame.c (frame_func_unwind, get_frame_func): New functions.
8763 * frame.h (get_frame_func, frame_func_unwind): Declare.
8764 (struct frame_info): Add field "prev_func" for caching the
8765 previous frame's function address.
8766 * arm-tdep.c (arm_frameless_function_invocation): Combine
8767 get_pc_function_start and get_frame_pc into get_frame_func.
8768 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8769 (sh64_nofp_frame_init_saved_regs): Ditto.
8770 * s390-tdep.c (s390_function_start): Ditto.
8771 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8772 (rs6000_frameless_function_invocation): Ditto.
8773 (rs6000_frame_saved_pc): Ditto.
8774 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8775 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8776 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8777 (i386_frame_init_saved_regs): Ditto.
8778 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8779 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8780 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8781 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8782 * blockframe.c (frameless_look_for_prologue): Ditto.
8783
8784 2003-04-05 Andrew Cagney <cagney@redhat.com>
8785
8786 * frame.c (legacy_get_prev_frame): Link prev to next at the
8787 function start. Update comments.
8788
8789 2003-04-05 Andrew Cagney <cagney@redhat.com>
8790
8791 * frame.c (get_frame_id): Update comment.
8792 (legacy_get_prev_frame): Update comment.
8793 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8794 * gdbarch.h: Regenerate.
8795 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8796 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8797
8798 2003-04-05 Andrew Cagney <cagney@redhat.com>
8799
8800 * stack.c (print_frame_info): Use get_frame_pc.
8801
8802 2003-04-04 Andrew Cagney <cagney@redhat.com>
8803
8804 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8805 the frame's type from the unwinder.
8806 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8807 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8808 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8809 (get_frame_base_address): Use get_frame_type.
8810 (get_frame_locals_address, get_frame_args_address): Ditto.
8811 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8812 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8813 (struct frame_info): Add comment explaining why the frame contains
8814 a "type" field.
8815 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8816 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8817 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8818 NORMAL_FRAME.
8819 * frame-unwind.h: Include "frame.h".
8820 (struct frame_unwind): Add "type" field.
8821 * Makefile.in (frame_unwind_h): Add $(frame_h).
8822
8823 2003-04-04 Andrew Cagney <cagney@redhat.com>
8824
8825 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8826 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8827 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8828 get_frame_base.
8829 (d10v_unwind_dummy_id): Use frame_id_build.
8830 * frame.c (find_frame_sal): Use get_frame_pc.
8831 (create_new_frame): Use deprecated_update_frame_pc_hack and
8832 deprecated_update_frame_base_hack.
8833 (create_sentinel_frame): Add comment about ->pc going away.
8834 (get_prev_frame): Add comment about ->pc going away.
8835 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8836 frame_id_build, deprecated_update_frame_pc_hack and
8837 deprecated_update_frame_base_hack.
8838 (select_frame): Use get_frame_pc.
8839 (legacy_saved_regs_this_id): Use frame_id_build.
8840
8841 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8842
8843 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8844 signed integer case.
8845 (classify_argument): Handle enumerations and references.
8846
8847 2003-04-04 Andrew Cagney <cagney@redhat.com>
8848
8849 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8850 ID to NULL.
8851
8852 2003-04-01 Adam Fedor <fedor@gnu.org>
8853
8854 * gdb/objc-lang.c (selectors_info): Replace calls to
8855 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8856 SYMBOL_NATURAL_NAME.
8857 (classes_info, find_methods): Likewise.
8858
8859 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8860
8861 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8862 ``mach'' to the value determined by bfd_default_set_arch_mach().
8863
8864 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8865
8866 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8867 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8868 (mi-cmd-file.o): Update dependencies.
8869
8870 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8871
8872 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8873 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8874
8875 2003-04-01 Adam Fedor <fedor@gnu.org>
8876
8877 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8878 * language.h (struct language_defn): Add la_demangle.
8879 (language_demangle): Declare.
8880 * language.c (language_demangle): New function.
8881 (unk_lang_demangle): Likewise.
8882 (unknown_language_defn, auto_language_defn, local_language_defn):
8883 Add ukn_lang_demangle.
8884 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8885 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8886 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8887 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8888 * jv-lang.c (java_demangle): New function
8889 (java_language_defn): Use it for la_demangle element.
8890 * objc-lang.c (objc_demangle): Add options argument
8891 (objc_language_defn): Use objc_demangle for la_demangle element.
8892 * maint.c (maintenance_demangle): Replace switch with
8893 call to language_demangle.
8894 * utils.c (fprintf_symbol_filtered): Likewise.
8895
8896 2003-04-01 Andrew Cagney <cagney@redhat.com>
8897
8898 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8899 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8900 PRINT_TYPELESS_INTEGER.
8901 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8902 PUSH_RETURN_ADDRESS.
8903
8904 2003-04-01 Andrew Cagney <cagney@redhat.com>
8905
8906 * Makefile.in (d10v-tdep.o): Update dependencies.
8907 * d10v-tdep.c: Include "frame-base.h".
8908 (d10v_frame_unwind): Make constant.
8909 (d10v_frame_base_address): New function.
8910 (d10v_frame_base): New variable.
8911 (d10v_gdbarch_init): Set frame_base default.
8912 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8913 comment for base.
8914 (d10v_frame_unwind_cache): Set and use "prev_sp".
8915 (d10v_frame_this_id): Use the previous frame's inner most stack
8916 address and this frame's func address for the frame ID. Use
8917 frame_id_build. Don't analyze beyond the current instruction.
8918
8919 2003-04-01 Andrew Cagney <cagney@redhat.com>
8920
8921 * frame.h (get_frame_locals_address, get_frame_args_address):
8922 Refer to the base address, instead of the address of the first
8923 local or parameter.
8924
8925 2003-04-01 Andrew Cagney <cagney@redhat.com>
8926
8927 Add frame debug info addresses:
8928 * frame-base.c: New file.
8929 * frame-base.h: New file.
8930 * frame.h (struct frame_base): Add opaque declaration.
8931 (get_frame_base): Update comment.
8932 (get_frame_base_address): Declare.
8933 (get_frame_locals_address): Declare.
8934 (get_frame_args_address): Declare.
8935 (struct frame_info): Add "base" and "base_cache". Update
8936 comments on the unwinder.
8937 * frame.c: Include "frame-base.h".
8938 (get_frame_locals_address): New function.
8939 (get_frame_base_address): New function.
8940 (get_frame_args_address): New function.
8941 * findvar.c (read_var_value): Use get_frame_locals_address and
8942 get_frame_args_address.
8943 * stack.c (frame_info): Use get_frame_locals_address and
8944 get_frame_args_address.
8945 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8946 moved to "frame-base.c".
8947 * printcmd.c (print_frame_nameless_args): Ditto.
8948 * symtab.h (address_class): Update comments.
8949 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8950 get_frame_base_address.
8951 * dwarf2expr.c (execute_stack_op): Ditto.
8952 * Makefile.in (frame_base_h): Define.
8953 (frame.o): Update dependencies.
8954 (frame-base.o): Add dependencies.
8955 (SFILES): Add frame-base.c.
8956 (COMMON_OBS): Add frame-base.o.
8957
8958 2003-04-01 Andrew Cagney <cagney@redhat.com>
8959
8960 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8961 CALL_DUMMY_LENGTH): Ditto.
8962 * gdbarch.c: Re-generate.
8963 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8964 (CALL_DUMMY_LENGTH): Delete macro.
8965 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8966 * arm-tdep.c (arm_gdbarch_init): Ditto.
8967 * avr-tdep.c (avr_gdbarch_init): Ditto.
8968 * cris-tdep.c (cris_gdbarch_init): Ditto.
8969 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8970 * frv-tdep.c (frv_gdbarch_init): Ditto.
8971 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8972 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8973 * i386-tdep.c (i386_gdbarch_init): Ditto.
8974 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8976 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8977 * mips-tdep.c (mips_gdbarch_init): Ditto.
8978 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8979 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8980 * s390-tdep.c (s390_gdbarch_init): Ditto.
8981 * sh-tdep.c (sh_gdbarch_init): Ditto.
8982 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8983 * v850-tdep.c (v850_gdbarch_init): Ditto.
8984 * vax-tdep.c (vax_gdbarch_init): Ditto.
8985 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8986
8987 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
8988
8989 * frame.c (get_prev_frame): Disable call to inside_entry_file().
8990
8991 2003-04-01 Andrew Cagney <cagney@redhat.com>
8992
8993 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
8994 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8995 * gdbarch.h, gdbarch.c: Re-generate.
8996 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8997 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8998 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8999 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9000 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9001 * infcmd.c (run_stack_dummy): Simplify assuming
9002 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9003 * infrun.c (handle_inferior_event): Ditto.
9004 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9005 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9006 * arm-tdep.c (arm_gdbarch_init): Ditto.
9007 * avr-tdep.c (avr_gdbarch_init): Ditto.
9008 * cris-tdep.c (cris_gdbarch_init): Ditto.
9009 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9010 * frv-tdep.c (frv_gdbarch_init): Ditto.
9011 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9012 * i386-tdep.c (i386_gdbarch_init): Ditto.
9013 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9014 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9015 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9016 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9017 * mips-tdep.c (mips_gdbarch_init): Ditto.
9018 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9019 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9020 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9021 * s390-tdep.c (s390_gdbarch_init): Ditto.
9022 * sh-tdep.c (sh_gdbarch_init): Ditto.
9023 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9024 * v850-tdep.c (v850_gdbarch_init): Ditto.
9025 * vax-tdep.c (vax_gdbarch_init): Ditto.
9026 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9027
9028 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9029
9030 * symfile.c (symfile_relocate_debug_section): Update call to
9031 bfd_simple_get_relocated_section_contents.
9032
9033 2003-03-31 Andrew Cagney <cagney@redhat.com>
9034
9035 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9036 * gdbarch.h, gdbarch.c: Regenerate.
9037 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9038 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9039 available.
9040 * frame.h (generic_fix_call_dummy): Delete declaration.
9041 * dummy-frame.h: Update comment.
9042 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9043 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9044 fix_call_dummy.
9045 * sh-tdep.c (sh_gdbarch_init): Ditto.
9046 * s390-tdep.c (s390_gdbarch_init): Ditto.
9047 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9048 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9050 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9051 * i386-tdep.c (i386_gdbarch_init): Ditto.
9052 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9053 * frv-tdep.c (frv_gdbarch_init): Ditto.
9054 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9055 * cris-tdep.c (cris_gdbarch_init): Ditto.
9056 * avr-tdep.c (avr_gdbarch_init): Ditto.
9057 * arm-tdep.c (arm_gdbarch_init): Ditto.
9058
9059 2003-03-31 J. Brobecker <brobecker@gnat.com>
9060
9061 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9062 (INIT_FRAME_AP): Likewise.
9063 (EXTRA_FRAME_INFO): Likewise.
9064
9065 2003-03-31 Andrew Cagney <cagney@redhat.com>
9066
9067 * gdbarch.sh: Include "symfile.h".
9068 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9069 * gdbarch.h, gdbarch.c: Re-generate.
9070 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9071 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9072 call_dummy_address, the default is at entry_point_address.
9073 * v850-tdep.c (v850_gdbarch_init): Ditto.
9074 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9075 * sh-tdep.c (sh_gdbarch_init): Ditto.
9076 * s390-tdep.c (s390_gdbarch_init): Ditto.
9077 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9078 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9079 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9080 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9081 * i386-tdep.c (i386_gdbarch_init): Ditto.
9082 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9083 * frv-tdep.c (frv_gdbarch_init): Ditto.
9084 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9085 * cris-tdep.c (cris_gdbarch_init): Ditto.
9086 * arm-tdep.c (arm_gdbarch_init): Ditto.
9087
9088 2003-03-31 Andrew Cagney <cagney@redhat.com>
9089
9090 * gdbarch.sh (CALL_DUMMY_P): Delete.
9091 * gdbarch.h, gdbarch.c: Re-generate.
9092 * inferior.h (CALL_DUMMY_P): Delete macro.
9093 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9094 * vax-tdep.c (vax_gdbarch_init): Update.
9095 * v850-tdep.c (v850_gdbarch_init): Update.
9096 * sparc-tdep.c (sparc_gdbarch_init): Update.
9097 * sh-tdep.c (sh_gdbarch_init): Update.
9098 * s390-tdep.c (s390_gdbarch_init): Update.
9099 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9100 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9101 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9102 * mips-tdep.c (mips_gdbarch_init): Update.
9103 * mcore-tdep.c (mcore_gdbarch_init): Update.
9104 * m68k-tdep.c (m68k_gdbarch_init): Update.
9105 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9106 * ia64-tdep.c (ia64_gdbarch_init): Update.
9107 * i386-tdep.c (i386_gdbarch_init): Update.
9108 * h8300-tdep.c (h8300_gdbarch_init): Update.
9109 * frv-tdep.c (frv_gdbarch_init): Update.
9110 * d10v-tdep.c (d10v_gdbarch_init): Update.
9111 * cris-tdep.c (cris_gdbarch_init): Update.
9112 * breakpoint.c (deprecated_frame_in_dummy): Update.
9113 * avr-tdep.c (avr_gdbarch_init): Update.
9114 * alpha-tdep.c (alpha_gdbarch_init): Update.
9115 * arm-tdep.c (arm_gdbarch_init): Update.
9116 * dummy-frame.c (dummy_frame_this_id): Update comments.
9117 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9118 * frame.c (legacy_get_prev_frame): Ditto.
9119 * valops.c (call_function_by_hand): Delete function.
9120 (hand_function_call): Rename to call_function_by_hand
9121
9122 2003-03-30 Andrew Cagney <cagney@redhat.com>
9123
9124 2002-11-10 Klee Dienes <kdienes@apple.com>
9125 * value.h (struct value): Update comment.
9126
9127 2003-03-30 Andrew Cagney <cagney@redhat.com>
9128
9129 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9130 D10V_FP_REGNUM.
9131 (d10v_gdbarch_init): Do not set fp_regnum.
9132
9133 * frame.c (get_frame_base): Force ID initialization.
9134 (get_prev_frame): Move computation of the frame ID from here ...
9135 (get_frame_id): ... to here.
9136 (legacy_get_prev_frame): Mark the frame ID as valid.
9137 * frame.h (struct frame_info): Add field "id_p".
9138
9139 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9140
9141 * i386-tdep.c (i386_store_struct_return): Removed.
9142 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9143
9144 2003-03-30 Andrew Cagney <cagney@redhat.com>
9145
9146 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9147 * gdbarch.h, gdbarch.c: Regenerate.
9148 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9149 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9150 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9151 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9152 * i386-tdep.c (i386_gdbarch_init): Ditto.
9153 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9154 * cris-tdep.c (cris_gdbarch_init): Ditto.
9155 * vax-tdep.c (vax_gdbarch_init): Ditto.
9156 * s390-tdep.c (s390_gdbarch_init): Ditto.
9157 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9158 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9159 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9160 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9161 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9162 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9163 * sparc-tdep.c (sparc_gdbarch_init): Update.
9164 * sh-tdep.c (sh_gdbarch_init): Update.
9165 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9166 * mips-tdep.c (mips_gdbarch_init): Update.
9167 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9168 * ia64-tdep.c (ia64_gdbarch_init): Update.
9169 * frv-tdep.c (frv_gdbarch_init): Update.
9170 * avr-tdep.c (avr_gdbarch_init): Update.
9171 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9172 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9173 instead of when push_dummy_call is not available.
9174
9175 2003-03-30 Andrew Cagney <cagney@redhat.com>
9176
9177 * infttrace.c: Include "gdbthread.h".
9178 (parent_attach_all): Fix function signature.
9179 (call_ptrace): Update call.
9180 * Makefile.in (infttrace.o): Update dependencies.
9181
9182 2003-03-30 Andrew Cagney <cagney@redhat.com>
9183
9184 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9185 PUSH_RETURN_ADDRESS.
9186 * gdbarch.h, gdbarch.c: Regenerate.
9187 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9188 * x86-64-tdep.c (x86_64_init_abi): Update.
9189 * v850-tdep.c (v850_gdbarch_init): Update.
9190 * sparc-tdep.c (sparc_gdbarch_init): Update.
9191 * sh-tdep.c (sh_gdbarch_init): Update.
9192 * s390-tdep.c (s390_gdbarch_init): Update.
9193 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9194 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9195 * mips-tdep.c (mips_gdbarch_init): Update.
9196 * mcore-tdep.c (mcore_gdbarch_init): Update.
9197 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9198 * ia64-tdep.c (ia64_gdbarch_init): Update.
9199 * i386-tdep.c (i386_gdbarch_init): Update.
9200 * h8300-tdep.c (h8300_gdbarch_init): Update.
9201 * frv-tdep.c (frv_gdbarch_init): Update.
9202 * cris-tdep.c (cris_gdbarch_init): Update.
9203 * avr-tdep.c (avr_gdbarch_init): Update.
9204 * arm-tdep.c (arm_gdbarch_init): Update.
9205 * valops.c (hand_function_call): Update.
9206
9207 2003-03-29 Andrew Cagney <cagney@redhat.com>
9208
9209 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9210 sizeof_call_dummy_words.
9211 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9212 define.
9213 * gdbarch.h: Regenerate.
9214
9215 2003-03-29 Andrew Cagney <cagney@redhat.com>
9216
9217 * infttrace.h: New file.
9218 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9219 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9220 (hpread_read_doc_function_type): Detect an initialized type1.
9221 (hpread_quick_traverse): Initialize mod_name_string.
9222 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9223 (som_solib_get_solib_by_pc): Declare.
9224 (so_lib_thread_start_addr): Declare.
9225 (no_shared_libraries): Declare.
9226 * somread.c (init_import_symbols): Make static. Add forward
9227 declaration.
9228 * config/pa/nm-hppah.h: Include "infttrace.h" for
9229 parent_attach_all.
9230 (hppa_insert_hw_watchpoint): Declare.
9231 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9232 * hppah-nat.c: Include "gdb_string.h".
9233 (parent_attach_all): Delete extern declaration, moved to
9234 "infttrace.h".
9235 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9236 int.
9237 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9238 * Makefile.in (infttrace_h): Define.
9239 (hpread.o): Update dependencies.
9240 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9241 * hppa-hpux-tdep.c: Include "gdb_string.h".
9242 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9243 * infrun.c (handle_inferior_event): Always initialize
9244 stepped_after_stopped_by_watchpoint. Add default and remove
9245 fallthrough in switch statement.
9246 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9247 parameter to int.
9248 (hppa_remove_hw_watchpoint): Ditto.
9249
9250 2003-03-29 Andrew Cagney <cagney@redhat.com>
9251
9252 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9253 offset.
9254
9255 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9256
9257 * arm-tdep.c (arm_push_arguments): Delete.
9258 (struct stack_item): New type.
9259 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9260 (arm_store_struct_return): Delte.
9261 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9262 arm_push_arguments or arm_store_struct_return.
9263
9264 2003-03-28 Andrew Cagney <cagney@redhat.com>
9265
9266 * Makefile.in (d10v-tdep.o): Update dependencies.
9267 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9268 * d10v-tdep.c: Include "remote.h".
9269 (target_resume_hook): Delete extern declaration.
9270 (target_wait_loop_hook): Ditto.
9271 (tdisassemble_command): Eliminate assignment in "if" conditional.
9272 (d10v_ts2_register_sim_regno): Eliminate call to
9273 legacy_register_sim_regno.
9274 (d10v_ts3_register_sim_regno): Ditto.
9275
9276 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9277
9278 * thread.c: Reindented.
9279 * lin-lwp.c: Ditto.
9280 * linux-proc.c: Ditto.
9281
9282 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9283
9284 * MAINTAINERS (write after approval): Add myself.
9285
9286 2003-03-27 Theodore A. Roth <troth@openavr.org>
9287
9288 * objc-exp.y: Add missing semi-colons.
9289
9290 2003-03-27 Andrew Cagney <cagney@redhat.com>
9291
9292 * regcache.c (write_sp): Delete function and references.
9293 * inferior.h (write_sp): Delete declaration.
9294 * valops.c (hand_function_call): Replace write_sp with
9295 TARGET_WRITE_SP.
9296 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9297 (sparc_pop_frame): Ditto.
9298
9299 2003-03-27 Andrew Cagney <cagney@redhat.com>
9300
9301 * NEWS: Mention removal of support for hppa*-*-bsd* and
9302 hppa*-*-osf* natives, and hppa*-*-pro* target.
9303 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9304 * config/pa/xm-pa.h: Obsolete file.
9305 * config/pa/xm-hppab.h: Obsolete file.
9306 * config/pa/nm-hppab.h: Obsolete file.
9307 * config/pa/tm-hppab.h: Obsolete file.
9308 * config/pa/tm-hppao.h: Obsolete file.
9309 * config/pa/nm-hppao.h: Obsolete file.
9310 * config/pa/tm-pro.h: Obsolete file.
9311 * config/pa/hppaosf.mt: Obsolete file.
9312 * config/pa/hppaosf.mh: Obsolete file.
9313 * config/pa/hppapro.mt: Obsolete file.
9314 * config/pa/hppabsd.mt: Obsolete file.
9315 * config/pa/hppabsd.mh: Obsolete file.
9316 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9317 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9318 hppa*-*-osf*.
9319
9320 2003-03-27 Andrew Cagney <cagney@redhat.com>
9321
9322 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9323 push_arguments. Don't set push_return_address or write_sp.
9324 (d10v_push_dummy_call): Replace d10v_push_arguments.
9325 (d10v_push_return_address, d10v_write_sp): Delete function,
9326 handled by push_dummy_call.
9327
9328 2003-03-26 Andrew Cagney <cagney@redhat.com>
9329
9330 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9331 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9332 regcache and dummy_addr parameters.
9333 * gdbarch.h, gdbarch.c: Re-generate.
9334 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9335 available; assume it will handle stack alignment and return
9336 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9337 legacy_push_arguments.
9338 (legacy_push_arguments): Rename default_push_arguments.
9339 * value.h (legacy_push_arguments): Rename default_push_arguments.
9340 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9341 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9342 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9343 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9344 * config/i386/tm-symmetry.h: Update.
9345 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9346 * x86-64-tdep.c (x86_64_init_abi): Update.
9347 * v850-tdep.c (v850_gdbarch_init): Update.
9348 * sparc-tdep.c (sparc_gdbarch_init): Update.
9349 * sh-tdep.c (sh_gdbarch_init): Update.
9350 * s390-tdep.c (s390_gdbarch_init): Update.
9351 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9352 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9353 * mips-tdep.c (mips_gdbarch_init): Update.
9354 * mcore-tdep.c (mcore_gdbarch_init): Update.
9355 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9356 * ia64-tdep.c (ia64_gdbarch_init): Update.
9357 * i386-tdep.c (i386_gdbarch_init): Update.
9358 * hppa-tdep.c (hppa_gdbarch_init): Update.
9359 * h8300-tdep.c (h8300_gdbarch_init): Update.
9360 * frv-tdep.c (frv_gdbarch_init): Update.
9361 * d10v-tdep.c (d10v_gdbarch_init): Update.
9362 * cris-tdep.c (cris_gdbarch_init): Update.
9363 * avr-tdep.c (avr_gdbarch_init): Update.
9364 * arm-tdep.c (arm_gdbarch_init): Update.
9365 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9366 * alpha-tdep.c (alpha_gdbarch_init): Update.
9367
9368 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9369
9370 * signals/signals.c (do_target_signal_to_host): Correct realtime
9371 signal range test.
9372
9373 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9374
9375 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9376 (struct sal_chain, map_catch_names): Remove.
9377 (catch_exception_command_1): Don't call
9378 handle_gnu_4_16_catch_command.
9379
9380 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9381
9382 From Mark Dettinger <dettinge@de.ibm.com>:
9383 * dwarf2cfi.c (read_2u): Increment pointer by two.
9384
9385 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9386
9387 * signals/signals.c: Fix typos in last change.
9388
9389 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9390
9391 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9392 not already defined. Use __SIGRTMIN if available.
9393 (target_signal_from_host): Remove SIGRTMIN block.
9394 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9395 the signal is within the realtime range.
9396
9397 2003-03-25 Adam Fedor <fedor@gnu.org>
9398
9399 * Makefile.in (infrun.o): Add $(language_h)
9400 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9401 for language specific trampolines.
9402 * language.h (struct language_defn): Add skip_trampoline.
9403 (skip_language_trampoline): Declare.
9404 * language.c (unk_lang_trampoline, skip_language_trampoline):
9405 New functions.
9406 (unknown_language_defn, auto_language_defn, local_language_defn):
9407 Add ukn_lang_trampoline.
9408 * ada-lang.c (ada_language_defn): Add NULL for language
9409 specific skip_trampoline.
9410 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9411 scm-lang.c: Likewise.
9412 * objc-lang.c (objc_skip_trampoline): New function.
9413 (objc_language_defn): Add objc_skip_trampoline.
9414
9415 2003-03-25 Andrew Cagney <cagney@redhat.com>
9416
9417 * frame.c (get_prev_frame): Delay validating a frame's ID -
9418 non-NULL, didn't go backwards - until an attempt to unwind it to
9419 the previous frame.
9420
9421 2003-03-25 Andrew Cagney <cagney@redhat.com>
9422
9423 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9424 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9425 * gdbarch.h, gdbarch.c: Re-generate.
9426 * config/sparc/tm-sparc.h
9427 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9428 * sparc-tdep.c (sparc_gdbarch_init): Set
9429 deprecated_extra_stack_alignment_needed.
9430 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9432 extra_stack_alignment_needed.
9433 * v850-tdep.c (v850_gdbarch_init): Ditto.
9434 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9435 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9436 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9437 * cris-tdep.c (cris_gdbarch_init): Ditto.
9438 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9440
9441 2003-03-25 Andrew Cagney <cagney@redhat.com>
9442
9443 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9444 STORE_STRUCT_RETURN.
9445 * gdbarch.h, gdbarch.c: Regenerate.
9446 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9447 (d10v_push_arguments): Set the struct return register.
9448 (d10v_gdbarch_init): Update.
9449 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9450 * x86-64-tdep.c (x86_64_init_abi): Update.
9451 * vax-tdep.c (vax_gdbarch_init): Update.
9452 * v850-tdep.c (v850_gdbarch_init): Update.
9453 * sparc-tdep.c (sparc_gdbarch_init): Update.
9454 * sh-tdep.c (sh_gdbarch_init): Update.
9455 * s390-tdep.c (s390_gdbarch_init): Update.
9456 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9457 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9458 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9459 * mips-tdep.c (mips_gdbarch_init): Update.
9460 * mcore-tdep.c (mcore_gdbarch_init): Update.
9461 * m68k-tdep.c (m68k_gdbarch_init): Update.
9462 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9463 * ia64-tdep.c (ia64_gdbarch_init): Update.
9464 * i386-tdep.c (i386_gdbarch_init): Update.
9465 * hppa-tdep.c (hppa_gdbarch_init): Update.
9466 * h8300-tdep.c (h8300_gdbarch_init): Update.
9467 * frv-tdep.c (frv_gdbarch_init): Update.
9468 * cris-tdep.c (cris_gdbarch_init): Update.
9469 * avr-tdep.c (avr_gdbarch_init): Update.
9470 * arm-tdep.c (arm_gdbarch_init): Update.
9471 * alpha-tdep.c (alpha_gdbarch_init): Update.
9472
9473 2003-03-25 Andrew Cagney <cagney@redhat.com>
9474
9475 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9476 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9477 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9478 * gdbarch.h, gdbarch.c: Regenerate.
9479 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9480 call_dummy_stack_adjust_p.
9481 * vax-tdep.c (vax_gdbarch_init): Ditto.
9482 * v850-tdep.c (v850_gdbarch_init): Ditto.
9483 * sh-tdep.c (sh_gdbarch_init): Ditto.
9484 * s390-tdep.c (s390_gdbarch_init): Ditto.
9485 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9486 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9487 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9488 * mips-tdep.c (mips_gdbarch_init): Ditto.
9489 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9490 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9491 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9492 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9493 * i386-tdep.c (i386_gdbarch_init): Ditto.
9494 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9495 * frv-tdep.c (frv_gdbarch_init): Ditto.
9496 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9497 * cris-tdep.c (cris_gdbarch_init): Ditto.
9498 * avr-tdep.c (avr_gdbarch_init): Ditto.
9499 * arm-tdep.c (arm_gdbarch_init): Ditto.
9500 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9501 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9502 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9503 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9504 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9505 call_dummy_stack_adjust_p.
9506 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9507 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9508 * sparc-tdep.c (sparc32_push_arguments): Update.
9509 * valops.c (hand_function_call): Update.
9510
9511 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9512
9513 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9514 set_gdbarch_char_signed.
9515
9516 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9517
9518 PR cli/548
9519 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9520
9521 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9522
9523 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9524 (_initialize_arm_tdep): Don't set tm_print_insn.
9525
9526 2003-03-24 Adam Fedor <fedor@gnu.org>
9527
9528 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9529 * objc-lang.h: Add multiple inclusion protection.
9530 (start_msglist, add_msglist, end_msglist): Additional declarations.
9531
9532 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9533
9534 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9535 value was renamed to ARM_FLOAT_SOFT_FPA.
9536
9537 2003-03-23 Andrew Cagney <cagney@redhat.com>
9538
9539 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9540 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9541 * gdbarch.h, gdbarch.c: Regenerate.
9542 * valops.c (hand_function_call): Update.
9543 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9544 * frame.c (legacy_saved_regs_this_id): Update.
9545 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9546 * dummy-frame.h: Update.
9547 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9548 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9549 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9550 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9551 * config/m68k/tm-sun3.h: Update.
9552 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9553 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9554 * x86-64-tdep.c (x86_64_init_abi): Update.
9555 * vax-tdep.c (vax_gdbarch_init): Update.
9556 * v850-tdep.c (v850_gdbarch_init): Update.
9557 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9558 * sh-tdep.c (sh_gdbarch_init): Update.
9559 * s390-tdep.c (s390_gdbarch_init): Update.
9560 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9561 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9562 (frame_get_saved_regs): Update.
9563 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9564 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9565 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9566 * mips-tdep.c (mips_gdbarch_init): Update.
9567 * mcore-tdep.c (mcore_gdbarch_init): Update.
9568 * m68k-tdep.c (m68k_gdbarch_init): Update.
9569 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9570 * ia64-tdep.c (ia64_gdbarch_init): Update.
9571 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9572 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9573 (i386_interix_back_one_frame): Update.
9574 * hppa-tdep.c (hppa_gdbarch_init): Update.
9575 (hppa_init_extra_frame_info): Update.
9576 * h8300-tdep.c (h8300_gdbarch_init): Update.
9577 * frv-tdep.c (frv_gdbarch_init): Update.
9578 * cris-tdep.c (cris_gdbarch_init): Update.
9579 * avr-tdep.c (avr_gdbarch_init): Update.
9580 * arm-tdep.c (arm_gdbarch_init): Update.
9581 * alpha-tdep.c (alpha_gdbarch_init): Update.
9582
9583 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9584
9585 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9586 (arm_get_fp_model): Declare.
9587 * arm-tdep.c (fp_model_strings): New string array.
9588 (arm_fp_model, current_fp_model): New variables.
9589 (arm_get_fp_model): New function.
9590 (arm_set_fp): New function.
9591 (set_fp_model_sfunc): New function.
9592 (show_fp_model): New function.
9593 (_initialize_arm_tdep): Add new command to set/show the FPU.
9594 (arm_extract_return_value): Use arm_get_fp_model.
9595 (arm_store_return_value): Likewise.
9596 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9597 to initialize the floating-point data types.
9598 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9599 model is FPA.
9600
9601 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9602
9603 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9604 the current setting of each value.
9605 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9606 new_set and new_show. Use add_setshow_cmd_full and
9607 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9608 commands and add new version as subcommands of "set/show arm".
9609
9610 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9611
9612 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9613 (set_arm_command, show_arm_command): New functions.
9614 (_initialize_arm_tdep): Add them.
9615 (num_disassembly_options): Renamed from num_flavor_options.
9616 (valid_disassembly_styles): Renamed from valid_flavors.
9617 (disassembly_style): Renamed from disassembly_flavor.
9618 (set_disassembly_style_sfunc): Renamed from
9619 set_disassembly_flavor_sfunc.
9620 (set_disassembly_style): Renamed from set_disassembly_flavor.
9621 (arm_othernames): Updated.
9622 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9623 command. Add "set/show arm disassembly" commands. Deprecate
9624 "othernames" command.
9625
9626 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9627
9628 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9629 (arm-tdep.o): Depend on elf_arm_h.
9630
9631 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9632
9633 * Makefile.in (coff_internal_h): Define.
9634 (arm-tdep.o): Update dependencies.
9635
9636 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9637
9638 * arm-tdep.c (prologue_cache): Delete.
9639 (check_prologue_cache, save_prologue_cache): Delete.
9640 (arm_scan_prologue): Don't check or update the prologue_cache.
9641 (arm_gdb_arch_init): Don't initialize it.
9642 (_initialize_arm_tdep): Likewise.
9643
9644 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9645
9646 * MAINTAINERS (tui): Maintainer of tui code.
9647
9648 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9649
9650 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9651 (i386-cygwin-tdep.o): Add dependencies.
9652 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9653 * i386-cygwin-tdep.c: New file.
9654 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9655 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9656
9657 2003-03-20 Andrew Cagney <cagney@redhat.com>
9658
9659 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9660 (handle_inferior_event): Remove code calling
9661 DYNAMIC_TRAMPOLINE_NEXTPC.
9662
9663 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9664 already has a full path.
9665
9666 * main.c (gdb_main): Return 1.
9667 (captured_main): Call error to report an invalid interpreter.
9668
9669 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9670 * alpha-osf1-tdep.c: Include "gdb_string.h".
9671
9672 2003-03-19 J. Brobecker <brobecker@gnat.com>
9673
9674 Continuing work to convert the hppa targets to multiarch partial.
9675
9676 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9677 method, now that hppa_push_dummy_frame has a conformant prototype.
9678 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9679 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9680 for the switch to multiarch partial.
9681
9682 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9683
9684 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9685 when iss is issNull.
9686
9687 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9688
9689 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9690 NUM_REGS bounds check.
9691
9692 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9693
9694 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9695 * mips-tdep.c (gdb_assert.h): Include.
9696 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9697 (mips_register_name): Handle integer registers explicitly. Add
9698 bounds checking.
9699 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9700 (mips_lsi33k_reg_names): Don't list integer registers; they're
9701 handled by mips_register_name() now.
9702 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9703 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9704 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9705 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9706 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9707
9708 2003-03-18 Andrew Cagney <cagney@redhat.com>
9709
9710 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9711 a void pointer.
9712 * gdbtypes.h (print_scalar_formatted): Update declaration.
9713 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9714
9715 2003-03-18 J. Brobecker <brobecker@gnat.com>
9716
9717 * infrun.c (observer.h): Add #include.
9718 (normal_stop): Add call to observer_notify_normal_stop.
9719 * Makefile.in (infrun.o): Add dependency on observer.h.
9720
9721 2003-03-18 J. Brobecker <brobecker@gnat.com>
9722
9723 Continuing work to convert the hppa targets to multiarch partial.
9724 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9725 parameter. Reformat comment.
9726 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9727 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9728 to match new profile.
9729
9730 2003-03-18 J. Brobecker <brobecker@gnat.com>
9731
9732 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9733 appear to be working in any case.
9734
9735 2003-03-18 J. Brobecker <brobecker@gnat.com>
9736
9737 * observer.c (observer_test_first_observer): New static variable.
9738 (observer_test_second_observer): Likewise.
9739 (observer_test_third_observer): Likewise.
9740 (observer_test_first_notification_function): New static function.
9741 (observer_test_second_notification_function): Likewise.
9742 (observer_test_third_notification_function): Likewise.
9743
9744 2003-03-17 J. Brobecker <brobecker@gnat.com>
9745
9746 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9747 * somsolib.c (gdb_assert.h): Likewise.
9748 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9749 (somsolib.o): Likewise.
9750
9751 2003-03-17 Andrew Cagney <cagney@redhat.com>
9752
9753 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9754 BFD. Simplify setting of di.endian.
9755
9756 2003-03-17 Andrew Cagney <cagney@redhat.com>
9757
9758 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9759 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9760
9761 From Elena Zannoni <ezannoni@redhat.com>
9762 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9763 vector and floating-point parameters.
9764 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9765 convention.
9766 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9767
9768 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9769
9770 * MAINTAINERS: Remove my name from several maintainership roles.
9771
9772 2003-03-17 Andrew Cagney <cagney@redhat.com>
9773
9774 Fix frame off-by-one bug.
9775 * frame-unwind.h (frame_this_id_ftype): Replace
9776 frame_unwind_id_ftype.
9777 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9778 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9779 with "prev_register".
9780 * frame-unwind.c (frame_unwind_find_by_pc): Return
9781 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9782 comment.
9783 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9784 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9785 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9786 (dummy_frame_unwind): Update.
9787 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9788 sentinel_frame_register_unwind.
9789 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9790 (sentinel_frame_unwinder): Update.
9791 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9792 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9793 * frame.c (create_sentinel_frame): Update. Initialize
9794 "prologue_cache" instead of "unwind_cache".
9795 (frame_register_unwind): Call this frame's prev_register with the
9796 next frame and this frame's prologue cache.
9797 (get_prev_frame): Simplify. Always call prev frame's this_id with
9798 this frame and prev frame's prologue cache. Document that this
9799 call is shifted one to the left when compared to the
9800 frame_register_unwind call.
9801 (legacy_saved_regs_prev_register): Replace
9802 frame_saved_regs_register_unwind.
9803 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9804 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9805 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9806 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9807 (d10v_frame_unwind): Update.
9808 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9809 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9810 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9811 "saved_regs" with "this_saved_regs".
9812
9813 2003-03-16 Andrew Cagney <cagney@redhat.com>
9814
9815 * frame.c (frame_pop): Don't call target_store_registers. Fix
9816 problem reported by Mark Kettenis.
9817
9818 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9819
9820 * i386-tdep.c (i386_register_type): Renamed from
9821 i386_register_virtual_type. Adjust function signature.
9822 (i386_gdbarch_init): Set register_type instead of
9823 deprecated_max_register_raw_size,
9824 deprecated_max_register_virtual_size and register_virtual_type.
9825
9826 2003-03-14 Andrew Cagney <cagney@redhat.com>
9827
9828 * frame.c (get_prev_frame): When a legacy frame, always call
9829 legacy_get_prev_frame. Simplify unwind code using assumption that
9830 the unwinder is new.
9831 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9832 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9833 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9834
9835 2003-03-14 Andrew Cagney <cagney@redhat.com>
9836
9837 * frame.c (get_saved_register): Delete function.
9838 * frame.h (get_saved_register): Delete declaration.
9839 * xstormy16-tdep.c: Update comment.
9840 * regcache.h: Update comments.
9841 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9842 get_saved_register and extract_address, use
9843 frame_read_unsigned_register.
9844 (sparc_frame_saved_pc): Ditto.
9845 (sparc_get_saved_register): Instead of get_saved_register, use
9846 frame_register.
9847 (sparc_pop_frame): Ditto.
9848 * findvar.c: Update comments.
9849 (value_of_register): Call frame_register instead of
9850 get_saved_register.
9851 (value_from_register): Ditto.
9852 * config/sparc/tm-sparc.h: Update comment.
9853 * breakpoint.c: Update comment.
9854
9855 2003-03-14 Andrew Cagney <cagney@redhat.com>
9856
9857 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9858 GET_SAVED_REGISTER.
9859 * gdbarch.h, gdbarch.c: Re-generate.
9860 * frame.h: Update comments.
9861 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9862 * x86-64-tdep.c (x86_64_init_abi): Update.
9863 * sparc-tdep.c (sparc_gdbarch_init): Update.
9864 * sh-tdep.c (sh_gdbarch_init): Update.
9865 * mips-tdep.c (mips_gdbarch_init): Update.
9866 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9867 * cris-tdep.c (cris_gdbarch_init): Update.
9868 * ia64-tdep.c (ia64_gdbarch_init): Update.
9869 * frame.c (frame_register): Update.
9870 (get_saved_register): Update.
9871 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9872
9873 2003-03-13 Andrew Cagney <cagney@redhat.com>
9874
9875 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9876 * gdbarch.h, gdbarch.c: Regenerate.
9877 * valops.c (hand_function_call): Update comment.
9878 * stack.c (return_command): Update comment.
9879 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9880 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9881 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9882 * x86-64-tdep.c (x86_64_init_abi): Update.
9883 * vax-tdep.c (vax_gdbarch_init): Update.
9884 * v850-tdep.c (v850_gdbarch_init): Update.
9885 * sparc-tdep.c (sparc_gdbarch_init): Update.
9886 * sh-tdep.c (sh_gdbarch_init): Update.
9887 * s390-tdep.c (s390_gdbarch_init): Update.
9888 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9889 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9890 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9891 * mips-tdep.c (mips_gdbarch_init): Update.
9892 * mcore-tdep.c (mcore_gdbarch_init): Update.
9893 * m68k-tdep.c (m68k_gdbarch_init): Update.
9894 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9895 * ia64-tdep.c (ia64_gdbarch_init): Update.
9896 * i386-tdep.c (i386_gdbarch_init): Update.
9897 * hppa-tdep.c (hppa_gdbarch_init): Update.
9898 * h8300-tdep.c (h8300_gdbarch_init): Update.
9899 * frv-tdep.c (frv_gdbarch_init): Update.
9900 * cris-tdep.c (cris_gdbarch_init): Update.
9901 * avr-tdep.c (avr_gdbarch_init): Update.
9902 * arm-tdep.c (arm_gdbarch_init): Update.
9903 * alpha-tdep.c (alpha_gdbarch_init): Update.
9904
9905 2003-03-13 Andrew Cagney <cagney@redhat.com>
9906
9907 * frame.c (legacy_frame_p): New function.
9908 (get_prev_frame): Use legacy_frame_p.
9909 * frame.h (legacy_frame_p): Declare.
9910
9911 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9912
9913 * MAINTAINERS (write after approval): Alphabetically
9914 listing corrected.
9915
9916 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9917
9918 * MAINTAINERS (write after approval): Add myself.
9919
9920 2003-03-12 Andrew Cagney <cagney@redhat.com>
9921
9922 * frame.c (get_prev_frame): Rename the frame parameter to
9923 "this_frame".
9924 (get_next_frame, legacy_get_prev_frame): Ditto.
9925
9926 2003-03-12 Andrew Cagney <cagney@redhat.com>
9927
9928 * frame.c (get_current_frame): Check target_has_registers before
9929 checking target_has_stack.
9930 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9931 instead of deprecated_selected_frame.
9932 * findvar.c (value_of_register): Pass "frame", not
9933 deprecated_selected_frame, to value_of_builtin_reg.
9934
9935 2003-03-12 Andrew Cagney <cagney@redhat.com>
9936
9937 * regcache.c (regcache_cooked_write_signed): New function.
9938 (regcache_cooked_write_unsigned): New function.
9939 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9940 (regcache_cooked_read_signed): Fix regnum in range assertion.
9941 * regcache.h (regcache_cooked_write_signed): Declare.
9942 (regcache_cooked_write_unsigned): Declare.
9943
9944 2003-03-12 Andrew Cagney <cagney@redhat.com>
9945
9946 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9947 * gdbarch.h, gdbarch.c: Re-generate.
9948 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9949 * x86-64-tdep.h: Update.
9950 * x86-64-tdep.c (x86_64_init_abi): Update.
9951 * v850-tdep.c (v850_gdbarch_init): Update.
9952 * sparc-tdep.c (sparc_gdbarch_init): Update.
9953 * sh-tdep.c (sh_gdbarch_init): Update.
9954 * s390-tdep.c (s390_gdbarch_init): Update.
9955 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9956 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9957 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9958 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9959 * mips-tdep.c (mips_gdbarch_init): Update.
9960 * mcore-tdep.c (mcore_gdbarch_init): Update.
9961 * m68k-tdep.c (m68k_gdbarch_init): Update.
9962 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9963 * ia64-tdep.c (ia64_gdbarch_init): Update.
9964 * i386-tdep.c (i386_gdbarch_init): Update.
9965 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9966 * hppa-tdep.c (hppa_gdbarch_init): Update.
9967 * h8300-tdep.c (h8300_gdbarch_init): Update.
9968 * frv-tdep.c (frv_gdbarch_init): Update.
9969 * cris-tdep.c (cris_gdbarch_init): Update.
9970 * avr-tdep.c (avr_gdbarch_init): Update.
9971 * arm-tdep.c (arm_gdbarch_init): Update.
9972 * alpha-tdep.c (alpha_gdbarch_init): Update.
9973 * sh-tdep.c (sh_init_extra_frame_info): Update.
9974 (sh64_init_extra_frame_info): Update.
9975 * ns32knbsd-nat.c (frame_num_args): Update.
9976 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9977 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9978 (xstormy16_frame_chain_valid): Update.
9979 * vax-tdep.c (vax_saved_pc_after_call): Update.
9980 * v850-tdep.c (v850_frame_chain): Update.
9981 (v850_pop_frame): Update.
9982 (v850_init_extra_frame_info): Update.
9983 * sparc-tdep.c (setup_arbitrary_frame): Update.
9984 * ns32k-tdep.c (umax_frame_num_args): Update.
9985 * s390-tdep.c (s390_pop_frame_regular): Update.
9986 * mn10300-tdep.c (mn10300_frame_chain): Update.
9987 (mn10300_pop_frame_regular): Update.
9988 (mn10300_init_extra_frame_info): Update.
9989 * mips-tdep.c (mips_init_frame_pc_first): Update.
9990 (mips_frame_chain): Update.
9991 (mips_pop_frame): Update.
9992 * mcore-tdep.c (mcore_frame_chain): Update.
9993 (mcore_pop_frame): Update.
9994 (mcore_init_extra_frame_info): Update.
9995 * arch-utils.c (init_frame_pc_default): Update.
9996 * m68k-tdep.c (isi_frame_num_args): Update.
9997 (delta68_frame_num_args): Update.
9998 (news_frame_num_args): Update.
9999 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10000 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10001 (alpha_frame_chain): Update.
10002 (alpha_pop_frame): Update.
10003 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10004 (hppa_init_extra_frame_info): Update.
10005 (hppa_frame_chain): Update.
10006 (hppa_frame_chain_valid): Update.
10007 * cris-tdep.c (cris_init_extra_frame_info): Update.
10008 * avr-tdep.c (avr_init_extra_frame_info): Update.
10009 * arm-tdep.c (arm_frame_chain_valid): Update.
10010 (arm_init_extra_frame_info): Update.
10011 (arm_pop_frame): Update.
10012 * frame.c (frame_pc_unwind): Update.
10013 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10014 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10015 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10016 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10017 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10018 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10019
10020 2003-03-12 Andrew Cagney <cagney@redhat.com>
10021
10022 Eliminate the need for POP_FRAME.
10023 * frame.c (do_frame_unwind_register): New function.
10024 (frame_pop): When no POP_FRAME, pop the frame using register
10025 unwind and a scratch regcache.
10026 (frame_saved_regs_pop): Delete function.
10027 (trad_frame_unwinder): Update.
10028 * d10v-tdep.c (d10v_frame_pop): Delete function.
10029 (d10v_frame_unwind): Update.
10030 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10031 (sentinel_frame_unwinder): Update.
10032 * dummy-frame.c (dummy_frame_pop): Delete function.
10033 (dummy_frame_unwind): Update.
10034 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10035 (struct frame_unwind): Update.
10036
10037 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10038
10039 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10040 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10041 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10042 Do range checks on register number obtained from debugging info.
10043 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10044 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10045 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10046 mapping function.
10047 (do_fp_register_row): Fix typo which caused double type to be
10048 used when attempting to unpack a float.
10049
10050 2003-03-11 J. Brobecker <brobecker@gnat.com>
10051
10052 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10053
10054 2003-03-11 Andrew Cagney <cagney@redhat.com>
10055
10056 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10057 frame. Problem found by Corinna Vinschen.
10058
10059 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10060
10061 * doublest.c (floatformat_from_length): Accept also
10062 the real size of 'long double' type.
10063
10064 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10065
10066 From Klee Dienes <kdienes@apple.com>:
10067 * breakpoint.c (bpstat_copy): Copy the command lines as well
10068 as the old value, to match what is freed in bpstat_clear.
10069
10070 2003-03-10 David Carlton <carlton@math.stanford.edu>
10071
10072 * minsyms.c (add_minsym_to_hash_table): Replace
10073 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10074 (compare_minimal_symbols, compact_minimal_symbols)
10075 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10076 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10077 of DEPRECATED_SYMBOL_MATCHES_NAME.
10078 (lookup_minimal_symbol_solib_trampoline): Ditto.
10079
10080 2003-03-10 Andrew Cagney <cagney@redhat.com>
10081
10082 * regcache.h (regcache_cooked_read_ftype): Define.
10083 (regcache_save, regcache_restore): Add a cooked_read parameter.
10084 * regcache.c (regcache_save, regcache_restore): Update.
10085 (do_cooked_read): New function.
10086 (regcache_cpy): Pass do_cooked_read to regcache_save and
10087 regcache_restore.
10088
10089 2003-03-10 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10092 * gdbarch.h, gdbarch.c: Re-generate.
10093 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10094 * x86-64-tdep.h: Update.
10095 * x86-64-tdep.c (x86_64_init_abi): Update.
10096 * v850-tdep.c (v850_gdbarch_init): Update.
10097 * sparc-tdep.c (sparc_gdbarch_init): Update.
10098 * sh-tdep.c (sh_gdbarch_init): Update.
10099 * s390-tdep.c (s390_gdbarch_init): Update.
10100 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10101 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10102 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10103 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10104 * mips-tdep.c (mips_gdbarch_init): Update.
10105 * mcore-tdep.c (mcore_gdbarch_init): Update.
10106 * m68k-tdep.c (m68k_gdbarch_init): Update.
10107 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10108 * ia64-tdep.c (ia64_gdbarch_init): Update.
10109 * i386-tdep.c (i386_gdbarch_init): Update.
10110 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10111 * hppa-tdep.c (hppa_gdbarch_init): Update.
10112 * h8300-tdep.c (h8300_gdbarch_init): Update.
10113 * frv-tdep.c (frv_gdbarch_init): Update.
10114 * cris-tdep.c (cris_gdbarch_init): Update.
10115 * avr-tdep.c (avr_gdbarch_init): Update.
10116 * arm-tdep.c (arm_gdbarch_init): Update.
10117 * alpha-tdep.c (alpha_gdbarch_init): Update.
10118 * sh-tdep.c (sh_init_extra_frame_info): Update.
10119 (sh64_init_extra_frame_info): Update.
10120 * ns32knbsd-nat.c (frame_num_args): Update.
10121 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10122 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10123 (xstormy16_frame_chain_valid): Update.
10124 * vax-tdep.c (vax_saved_pc_after_call): Update.
10125 * v850-tdep.c (v850_frame_chain): Update.
10126 (v850_pop_frame): Update.
10127 (v850_init_extra_frame_info): Update.
10128 * sparc-tdep.c (setup_arbitrary_frame): Update.
10129 * ns32k-tdep.c (umax_frame_num_args): Update.
10130 * s390-tdep.c (s390_pop_frame_regular): Update.
10131 * mn10300-tdep.c (mn10300_frame_chain): Update.
10132 (mn10300_pop_frame_regular): Update.
10133 (mn10300_init_extra_frame_info): Update.
10134 * mips-tdep.c (mips_init_frame_pc_first): Update.
10135 (mips_frame_chain): Update.
10136 (mips_pop_frame): Update.
10137 * mcore-tdep.c (mcore_frame_chain): Update.
10138 (mcore_pop_frame): Update.
10139 (mcore_init_extra_frame_info): Update.
10140 * arch-utils.c (init_frame_pc_default): Update.
10141 * m68k-tdep.c (isi_frame_num_args): Update.
10142 (delta68_frame_num_args): Update.
10143 (news_frame_num_args): Update.
10144 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10145 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10146 (alpha_frame_chain): Update.
10147 (alpha_pop_frame): Update.
10148 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10149 (hppa_init_extra_frame_info): Update.
10150 (hppa_frame_chain): Update.
10151 (hppa_frame_chain_valid): Update.
10152 * cris-tdep.c (cris_init_extra_frame_info): Update.
10153 * avr-tdep.c (avr_init_extra_frame_info): Update.
10154 * arm-tdep.c (arm_frame_chain_valid): Update.
10155 (arm_init_extra_frame_info): Update.
10156 (arm_pop_frame): Update.
10157 * frame.c (frame_pc_unwind): Update.
10158 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10159 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10160 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10161 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10162 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10163 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10164
10165 2003-03-10 Andrew Cagney <cagney@redhat.com>
10166
10167 * gdbarch.sh (gdbarch_unwind_pc): New method.
10168 * gdbarch.h, gdbarch.c: Regenerate.
10169 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10170 but use read_pc and FRAME_SAVED_PC as fall backs.
10171 (frame_saved_regs_pc_unwind): Delete function.
10172 (trad_frame_unwinder): Update.
10173 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10174 (struct frame_unwind): Update.
10175 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10176 (dummy_frame_unwind): Update.
10177 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10178 (sentinel_frame_unwinder): Update.
10179 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10180 (d10v_frame_unwind): Update.
10181 (d10v_unwind_pc): New function.
10182 (d10v_gdbarch_init): Set unwind_pc.
10183
10184 2003-03-10 Andrew Cagney <cagney@redhat.com>
10185
10186 * gdbarch.h: Re-generate.
10187
10188 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10189 PC.
10190 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10191 the PC register.
10192
10193 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10194
10195 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10196
10197 2003-03-08 Andrew Cagney <cagney@redhat.com>
10198
10199 * cli-out.c: Update copyright.
10200 (cli_out_data): Define typedef. Use instead of ui_out_data.
10201
10202 2003-03-08 Andrew Cagney <cagney@redhat.com>
10203
10204 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10205 the result.
10206
10207 2003-03-07 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdbarch.sh: Don't generate two macro definitions when an
10210 undefined macro taking no arguments.
10211 * gdbarch.h: Regenerate.
10212
10213 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10214
10215 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10216 (x86_64_unwind_dummy_id): New functions.
10217 (x86_64_init_abi): Register these two new functions.
10218
10219 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10220
10221 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10222 (x86_64_skip_prologue): Move prologue detection to
10223 separate function.
10224 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10225
10226 2003-03-05 Andrew Cagney <cagney@redhat.com>
10227
10228 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10229 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10230 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10231 to use unwind_dummy_id when a dummy frame.
10232 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10233 predicate.
10234 * gdbarch.h, gdbarch.c: Regneerate.
10235
10236 2003-03-05 Andrew Cagney <cagney@redhat.com>
10237
10238 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10239 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10240 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10241 values.
10242
10243 2003-03-05 Andrew Cagney <cagney@redhat.com>
10244
10245 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10246 (struct d10v_unwind_cache): Delete field "frameless". Replace
10247 "next_addr" with "sp_offset". Add "r11_offset".
10248 (d10v_frame_unwind_cache): Update.
10249 (prologue_find_regs): Update. When "mv r11, sp", save the
10250 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10251 RN was saved in r11_offset.
10252
10253 2003-03-05 Andrew Cagney <cagney@redhat.com>
10254
10255 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10256 cached PC value in the next frame.
10257
10258 2003-03-05 Andrew Cagney <cagney@redhat.com>
10259
10260 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10261 "id_unwind_cache" with "id".
10262 (frame_id_unwind): Delete declaration.
10263 * frame.c (frame_id_unwind): Delete function.
10264 (get_prev_frame): Call the frame id unwind method directly. Store
10265 the returned next frame's ID value in NEXT_FRAME. Note that there
10266 is a problem with the wrong unwind ID being called with the wrong
10267 unwind cache.
10268
10269 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10270
10271 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10272
10273 2003-03-05 James Ingham <jingham@apple.com>
10274 Daniel Jacobowitz <drow@mvista.com>
10275
10276 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10277 (auto_cp_abi): New variable.
10278 (current_cp_abi, num_cp_abis): Make static.
10279 (CP_ABI_MAX): Define.
10280 (cp_abis): Turn into an array.
10281 (value_virtual_fn_field): Fix formatting.
10282 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10283 takes a pointer.
10284 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10285 (list_cp_abis, _initialize_cp_abi): New functions.
10286 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10287 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10288 switch_to_cp_abi. Update prototype for register_cp_abi.
10289 * Makefile.in (cp-abi.o): Update dependencies.
10290 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10291 instead of switch_to_cp_abi.
10292 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10293 register_cp_abi.
10294 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10295 register_cp_abi.
10296 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10297
10298 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10299
10300 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10301 * dwarf2loc.c: Include "regcache.h".
10302 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10303 register_size.
10304 * Makefile.in (dwarf2loc.o): Update dependencies.
10305
10306 2003-03-04 Theodore A. Roth <troth@openavr.org>
10307
10308 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10309 number of io registers reported by remote target is not a multiple of
10310 step.
10311
10312 2003-03-04 David Carlton <carlton@math.stanford.edu>
10313
10314 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10315 (lookup_symbol_aux_psymtabs): Update call to
10316 lookup_partial_symbol.
10317 (lookup_transparent_type, find_main_psymtab)
10318 (make_symbol_overload_list): Ditto.
10319
10320 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10321
10322 * MAINTAINERS (Write after approval): Update my email address.
10323
10324 2003-03-03 Andrew Cagney <cagney@redhat.com>
10325
10326 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10327 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10328 predicate. Replace MAX_REGISTER_RAW_SIZE.
10329 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10330 MAX_REGISTER_VIRTUAL_SIZE.
10331 * regcache.c (legacy_max_register_raw_size): New function.
10332 (legacy_max_register_virtual_size): New function.
10333 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10334 (MAX_REGISTER_RAW_SIZE): Define.
10335 (legacy_max_register_raw_size): Declare.
10336 (legacy_max_register_virtual_size): Declare.
10337 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10338 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10339 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10340 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10341 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10342 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10343 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10344 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10345 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10346 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10347 * vax-tdep.c (vax_gdbarch_init): Update.
10348 * v850-tdep.c (v850_gdbarch_init): Update.
10349 * sparc-tdep.c (sparc_gdbarch_init): Update.
10350 * sh-tdep.c (sh_gdbarch_init): Update.
10351 * s390-tdep.c (s390_gdbarch_init): Update.
10352 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10353 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10354 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10355 * mips-tdep.c (mips_gdbarch_init): Update.
10356 * mcore-tdep.c (mcore_gdbarch_init): Update.
10357 * m68k-tdep.c (m68k_gdbarch_init): Update.
10358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10359 * ia64-tdep.c (ia64_gdbarch_init): Update.
10360 * i386-tdep.c (i386_gdbarch_init): Update.
10361 * hppa-tdep.c (hppa_gdbarch_init): Update.
10362 * h8300-tdep.c (h8300_gdbarch_init): Update.
10363 * frv-tdep.c (frv_gdbarch_init): Update.
10364 * cris-tdep.c (cris_gdbarch_init): Update.
10365 * avr-tdep.c (avr_gdbarch_init): Update.
10366 * arm-tdep.c (arm_gdbarch_init): Update.
10367 * alpha-tdep.c (alpha_gdbarch_init): Update.
10368 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10369 max_register_raw_size or max_register_virtual_size.
10370
10371 2003-03-03 David Carlton <carlton@math.stanford.edu>
10372
10373 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10374 SYMBOL_MATCHES_NAME, add comment.
10375 (SYMBOL_MATCHES_NATURAL_NAME): New.
10376 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10377 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10378 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10379 * symtab.c (lookup_partial_symbol): Use
10380 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10381 unhelpful comment.
10382 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10383 SYMBOL_MATCHES_NAME.
10384 Fix for PR c++/33.
10385
10386 2003-03-03 David Carlton <carlton@math.stanford.edu>
10387
10388 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10389 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10390 by regexp matching against SYMBOL_NATURAL_NAME.
10391
10392 2003-03-03 David Carlton <carlton@math.stanford.edu>
10393
10394 * linespec.c (find_method): Extract code into collect_methods.
10395 (collect_methods): New.
10396
10397 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10398
10399 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10400 get_frame_base.
10401
10402 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10403 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10404
10405 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10406
10407 * arch-utils.c (generic_register_byte): Fix to use the loop index
10408 and not regnum when summing the size of all registers up to regnum.
10409
10410 2003-03-01 Andrew Cagney <cagney@redhat.com>
10411
10412 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10413 FRAME_INIT_SAVED_REGS.
10414 * gdbarch.h, gdbarch.c: Regenerate.
10415 * stack.c (frame_info): Update.
10416 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10417 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10418 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10419 * ns32k-tdep.c (ns32k_pop_frame): Update.
10420 * mips-tdep.c (mips_pop_frame): Update.
10421 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10422 * ia64-tdep.c (ia64_frame_chain): Update.
10423 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10424 (ia64_frameless_function_invocation): Update.
10425 (ia64_init_extra_frame_info): Update.
10426 (ia64_pop_frame_regular): Update.
10427 * frame.h (struct frame_info): Update comment.
10428 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10429 * frame.c (frame_saved_regs_register_unwind): Update.
10430 (frame_saved_regs_register_unwind): Update.
10431 (deprecated_generic_get_saved_register): Update.
10432 * cris-tdep.c: Update comment.
10433 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10434 Rename macro.
10435 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10436 * x86-64-tdep.c (x86_64_init_abi): Update.
10437 * vax-tdep.c (vax_gdbarch_init): Update.
10438 * v850-tdep.c (v850_gdbarch_init): Update.
10439 * sparc-tdep.c (sparc_gdbarch_init): Update.
10440 * sh-tdep.c (sh_gdbarch_init): Update.
10441 * s390-tdep.c (s390_gdbarch_init): Update.
10442 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10443 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10444 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10445 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10446 * mips-tdep.c (mips_gdbarch_init): Update.
10447 * mcore-tdep.c (mcore_gdbarch_init): Update.
10448 * m68k-tdep.c (m68k_gdbarch_init): Update.
10449 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10450 * ia64-tdep.c (ia64_gdbarch_init): Update.
10451 * i386-tdep.c (i386_gdbarch_init): Update.
10452 * frv-tdep.c (frv_gdbarch_init): Update.
10453 * avr-tdep.c (avr_gdbarch_init): Update.
10454 * arm-tdep.c (arm_gdbarch_init): Update.
10455 * alpha-tdep.c (alpha_gdbarch_init): Update.
10456
10457 2003-03-01 Andrew Cagney <cagney@redhat.com>
10458
10459 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10460 option enum and switch. When no windows, set the interpreter to
10461 INTERP_CONSOLE.
10462
10463 2003-03-01 Andrew Cagney <cagney@redhat.com>
10464
10465 * main.c (captured_main): Replace magic option characters with an
10466 enum.
10467
10468 2003-03-01 Andrew Cagney <cagney@redhat.com>
10469
10470 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10471 INIT_EXTRA_FRAME_INFO.
10472 * gdbarch.h, gdbarch.c: Regenerate.
10473 * arm-tdep.c: Update comments.
10474 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10475 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10476 * frame.h, avr-tdep.c: Ditto.
10477 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10478 (create_new_frame, legacy_get_prev_frame): Ditto.
10479 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10480 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10481 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10482 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10483 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10484 * v850-tdep.c (v850_gdbarch_init): Ditto.
10485 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10486 * sh-tdep.c (sh_gdbarch_init): Ditto.
10487 * s390-tdep.c (s390_gdbarch_init): Ditto.
10488 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10489 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10490 * mips-tdep.c (mips_gdbarch_init): Ditto.
10491 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10492 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10493 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10494 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10495 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10496 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10497 * frv-tdep.c (frv_gdbarch_init): Ditto.
10498 * cris-tdep.c (cris_gdbarch_init): Ditto.
10499 * avr-tdep.c (avr_gdbarch_init): Ditto.
10500 * arm-tdep.c (arm_gdbarch_init): Ditto.
10501 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10502 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10503
10504 2003-03-01 Andrew Cagney <cagney@redhat.com>
10505
10506 * gdbarch.sh (register_type): New function with predicate.
10507 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10508 * gdbarch.h, gdbarch.c: Re-generate.
10509 * arch-utils.c (generic_register_byte): Use generic_register_size.
10510 (generic_register_size): When available, use
10511 gdbarch_register_type.
10512 * regcache.c (init_regcache_descr): When available, initialize the
10513 register type array using gdbarch_register_type. If the
10514 architecture supplies gdbarch_register_type, do not use the legacy
10515 regcache layout.
10516 * d10v-tdep.c (d10v_register_type): Replace
10517 d10v_register_virtual_type.
10518 (d10v_gdbarch_init): Set register_type instead of
10519 register_virtual_type.
10520
10521 2003-03-01 Andrew Cagney <cagney@redhat.com>
10522
10523 * Makefile.in (ax-gdb.o): Update dependencies.
10524 * ax-gdb.c: Include "regcache.h".
10525 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10526 * findvar.c (value_of_register): Ditto.
10527 * infcmd.c (default_print_registers_info): Ditto.
10528
10529 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10530
10531 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10532 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10533
10534 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10535
10536 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10537 of STREQ.
10538
10539 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10540
10541 * Makefile.in (dwarf2loc.o): Update dependencies.
10542 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10543 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10544 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10545 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10546 (locexpr_tracepoint_var_ref): New function.
10547 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10548
10549 2003-02-28 Andrew Cagney <cagney@redhat.com>
10550
10551 * regcache.c (register_size): New function.
10552 * regcache.h (register_size): Declare
10553 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10554 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10555
10556 2003-02-28 David Carlton <carlton@math.stanford.edu>
10557
10558 * linespec.c (decode_compound): Extract code into find_method.
10559 (find_method): New.
10560
10561 2003-02-28 J. Brobecker <brobecker@gnat.com>
10562
10563 * Makefile.in: Add rules to build and link in observer.o.
10564
10565 2003-02-27 J. Brobecker <brobecker@gnat.com>
10566
10567 * observer.c: Minor comments edits.
10568
10569 2003-02-27 J. Brobecker <brobecker@gnat.com>
10570
10571 * observer.h, observer.c: New file.
10572
10573 2003-02-27 Andrew Cagney <cagney@redhat.com>
10574
10575 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10576
10577 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10578
10579 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10580 (M6812_OP_STS_EXT): Likewise.
10581 (m6811_prologue): Use the above to recognize prologue.
10582 (m6812_prologue): Likewise.
10583
10584 2003-02-27 David Carlton <carlton@math.stanford.edu>
10585
10586 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10587 SYMBOL_PRINT_NAME.
10588 (compare_psymbols): Ditto.
10589 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10590
10591 2003-02-27 Michael Snyder <msnyder@redhat.com>
10592
10593 * f-lang.c (build_fortran_types): New function.
10594 (_initialize_f_language): Gdbarch-register built-in fortran types.
10595 * doublest.c (extract_floating): Fix warning text.
10596
10597 2003-02-27 Andrew Cagney <cagney@redhat.com>
10598
10599 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10600 predicate. Replaces PUSH_DUMMY_FRAME.
10601 * gdbarch.h, gdbarch.c: Regnerate.
10602 * valops.c (hand_function_call): Update. Call
10603 generic_push_dummy_frame directly.
10604 * vax-tdep.c (vax_gdbarch_init): Update.
10605 * sparc-tdep.c (sparc_gdbarch_init): Update.
10606 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10607 * m68k-tdep.c (m68k_gdbarch_init): Update.
10608 * hppa-tdep.c (hppa_gdbarch_init): Update.
10609 * alpha-tdep.c (alpha_gdbarch_init): Update.
10610 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10611 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10612 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10613 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10614 push_dummy_frame to generic_push_dummy_frame.
10615 * v850-tdep.c (v850_gdbarch_init): Ditto.
10616 * sh-tdep.c (sh_gdbarch_init): Ditto.
10617 * s390-tdep.c (s390_gdbarch_init): Ditto.
10618 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10619 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10620 * mips-tdep.c (mips_gdbarch_init): Ditto.
10621 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10622 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10623 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10624 * i386-tdep.c (i386_gdbarch_init): Ditto.
10625 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10626 * frv-tdep.c (frv_gdbarch_init): Ditto.
10627 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10628 * cris-tdep.c (cris_gdbarch_init): Ditto.
10629 * avr-tdep.c (avr_gdbarch_init): Ditto.
10630 * arm-tdep.c (arm_gdbarch_init): Ditto.
10631
10632 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10633
10634 * mips-tdep.c (show_mips_abi): New function.
10635 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10636 command ``show mips abi''.
10637
10638 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10639
10640 From Elena Zannoni <ezannoni@redhat.com>
10641 * dbxread.c (process_one_symbol): Only record line 0 if one or
10642 more sline entries have been seen for the function.
10643
10644 2003-02-26 Michael Chastain <mec@shout.net>
10645
10646 * configure: Regenerate with autoconf 000227.
10647
10648 2003-02-26 Michael Chastain <mec@shout.net>
10649
10650 Close PR build/660.
10651 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10652 for old libc5/glibc.
10653 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10654
10655 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10656
10657 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10658 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10659
10660 2003-02-26 Michael Chastain <mec@shout.net>
10661
10662 * configure.in: New variable HAVE_UINTPTR_T.
10663 * configure, config.in: Regenerated.
10664
10665 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10666
10667 Fix PR build/1097.
10668 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10669
10670 2003-02-25 Andrew Cagney <cagney@redhat.com>
10671
10672 * frame.c (get_prev_frame): Add comment on check for
10673 inside_entry_func. Only check for inside_entry_file when not a
10674 dummy and not a sentinel. Check that the new frame is not inner
10675 to the old frame.
10676
10677 2003-02-25 Andrew Cagney <cagney@redhat.com>
10678
10679 * frame.c (frame_debug): New variable.
10680 (_initialize_frame): Add "set/show debug frame" command.
10681 (get_prev_frame): When frame_debug, print reason why unwind
10682 failed.
10683
10684 2003-02-25 Michael Chastain <mec@shout.net>
10685
10686 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10687 to avoid uintptr_t definition problems.
10688
10689 2003-02-25 David Carlton <carlton@math.stanford.edu>
10690
10691 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10692 (SYMBOL_LINKAGE_NAME): Ditto.
10693 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10694 SYMBOL_LINKAGE_NAME.
10695 (struct general_symbol_info): Expand comment.
10696 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10697 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10698 (SYMBOL_MATCHES_REGEXP): Ditto.
10699 * symtab.c (symbol_natural_name): New function.
10700 * objfiles.h: Replace all uses of SYMBOL_NAME by
10701 DEPRECATED_SYMBOL_NAME.
10702 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10703 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10704 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10705 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10706 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10707 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10708 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10709 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10710 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10711 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10712 * ada-exp.y: Ditto.
10713 * ada-exp.y: Update copyright.
10714 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10715 * cp-valprint.c: Ditto.
10716
10717 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10718
10719 * infptrace.c (detach): Do not flag error if ptrace detach fails
10720 and errno is set to ESRCH.
10721
10722 2003-02-24 Andrew Cagney <cagney@redhat.com>
10723
10724 * infptrace.c (udot_info): Change type of udot_off to long. Use
10725 paddr when printing udot_off's value.
10726
10727 2003-02-24 David Carlton <carlton@math.stanford.edu>
10728
10729 * symtab.c (make_symbol_overload_list): Only read in partial
10730 symtabs containing a matching partial symbol.
10731
10732 2003-02-24 David Carlton <carlton@math.stanford.edu>
10733
10734 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10735 do the comparison, not strcmp.
10736 * symfile.c (compare_psymbols): Ditto.
10737 * defs.h: Declare strcmp_iw_ordered.
10738 * utils.c (strcmp_iw_ordered): New function.
10739
10740 2003-02-24 Jim Blandy <jimb@redhat.com>
10741
10742 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10743 support, shared libs): Remove my name from here, to better reflect
10744 reality.
10745
10746 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10747
10748 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10749 (target_ops): Add to_have_continuable_watchpoint.
10750 * target.c (update_current_target): Add INHERIT line for
10751 to_have_continuable_watchpoint.
10752 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10753 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10754 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10755 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10756
10757 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10758
10759 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10760 maintainership.
10761
10762 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10763
10764 * solib.c (solib_open): Call target defined search function after
10765 failing with solib-search-path.
10766 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10767 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10768
10769 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10770
10771 * MAINTAINERS: Add myself to Write After section.
10772
10773 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10774
10775 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10776
10777 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10778
10779 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10780 (m68hc11_add_reggroups): New function.
10781 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10782 (m68hc11_gdbarch_init): Install the reggroups.
10783 (_initialize_m68hc11_tdep): Initialize them.
10784
10785 2003-02-21 James E Wilson <wilson@tuliptree.org>
10786
10787 * MAINTAINERS: Update my email address.
10788
10789 2003-02-21 David Carlton <carlton@math.stanford.edu>
10790
10791 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10792
10793 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10794
10795 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10796 * symtab.h: Add opaque declarations of struct axs_value and
10797 struct agent_expr.
10798 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10799 (struct location_funcs): New type.
10800 (struct symbol): Add "loc" to aux_value.
10801 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10802 * dwarf2read.c: Include "dwarf2expr.h".
10803 (dwarf2_symbol_mark_computed): New function.
10804 (read_func_scope): Use it.
10805 (var_decode_location): New function.
10806 (new_symbol): Use it.
10807 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10808
10809 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10810 (dwarf2expr_h, dwarf2loc_h): New variables.
10811 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10812 (dwarf2expr.o, dwarf2loc.o): New rules.
10813 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10814 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10815 LOC_COMPUTED_ARG.
10816 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10817 * m2-exp.y (yylex): Likewise.
10818 * printcmd.c (address_info, print_frame_args): Likewise.
10819 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10820 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10821 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10822 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10823 * symtab.c (lookup_block_symbol): Likewise.
10824
10825 2003-02-20 Adam Fedor <fedor@gnu.org>
10826
10827 * symtab.h: Remove objc_specific struct
10828 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10829 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10830 Have language_objc use cplus_specific struct.
10831
10832 2003-02-20 Tom Tromey <tromey@redhat.com>
10833
10834 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10835 TYPE_NAME, when printing a String value. PR java/1075.
10836
10837 2003-02-20 Adam Fedor <fedor@gnu.org>
10838
10839 * objc-lang.h (find_methods): Remove declaration.
10840 * objc-lang.c (find_methods): Make static.
10841
10842 2003-02-20 Christopher Faylor <cgf@redhat.com>
10843
10844 * win32-nat.c (get_image_name): Check return value from
10845 ReadProcessMemory.
10846 (child_xfer_memory): Ditto.
10847
10848 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10849
10850 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10851 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10852 '${exec_prefix}' (in addition to the expansion thereof) as
10853 relocatable.
10854 * configure: Rebuilt.
10855
10856 2003-02-20 David Carlton <carlton@math.stanford.edu>
10857
10858 * symtab.c (search_symbols): Revert the search_symbols part of my
10859 2002-12-23 patch. Add comment.
10860
10861 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10862
10863 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10864 * dbxread.c (elfstab_build_psymtabs): Don't call
10865 install_minimal_symbols.
10866 (stabsect_build_psymtabs): Likewise.
10867 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10868 earlier.
10869 * somread.c (som_symfile_read): Call install_minimal_symbols
10870 and do_cleanups earlier.
10871 * nlmread.c (nlm_symfile_read): Likewise.
10872 * mdebugread.c (elfmdebug_build_psymtabs): Call
10873 install_minimal_symbols and make appropriate cleanups.
10874
10875 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10876
10877 * solib.c (reload_shared_libraries): New function.
10878 (_initialize_solib): Add callbacks for ``set solib-search-path''
10879 and ``set solib-absolute-prefix''.
10880
10881 2003-02-20 David Carlton <carlton@math.stanford.edu>
10882
10883 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10884 expand comment.
10885 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10886 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10887 * ada-typeprint.c (ada_typedef_print): Ditto.
10888 * ax-gdb.c (gen_var_ref): Ditto.
10889 * breakpoint.c (print_one_breakpoint): Ditto.
10890 * buildsym.c (finish_block): Ditto.
10891 * c-valprint.c (c_val_print): Ditto.
10892 * expprint.c (print_subexp): Ditto.
10893 * findvar.c (locate_var_value): Ditto.
10894 * infcmd.c (jump_command): Ditto.
10895 * linespec.c (decode_line_2, decode_compound): Ditto.
10896 * maint.c (maintenance_translate_address): Ditto.
10897 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10898 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10899 Ditto.
10900 * p-valprint.c (pascal_val_print): Ditto.
10901 * stabsread.c (define_symbol): Ditto.
10902 * stack.c (print_frame, frame_info, print_block_frame_locals)
10903 (print_frame_arg_vars, return_command): Ditto.
10904 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10905 * symmisc.c (print_symbol): Ditto.
10906 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10907 (compare_search_syms, print_symbol_info, print_msymbol_info)
10908 (rbreak_command): Ditto.
10909 * tracepoint.c (tracepoints_info): Ditto.
10910 * typeprint.c (typedef_print): Ditto.
10911 * valops.c (value_of_variable, hand_function_call): Ditto.
10912 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10913 * ada-typeprint.c: Update Copyright.
10914 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10915 * tracepoint.c, cli/cli-cmds.c: Ditto.
10916
10917 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10918
10919 * frame.c (generic_unwind_get_saved_register): Make non-static.
10920 * frame.h (generic_unwind_get_saved_register): Declare.
10921 * mips-tdep.c (read_next_frame_reg): Fetch register from
10922 current regcache when frame is NULL.
10923 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10924 that must be NULL.
10925 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10926 instead of frame_register_unwind().
10927
10928 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10929
10930 * remote-sim.c (gdbsim_insert_breakpoint)
10931 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10932 code.
10933
10934 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10935
10936 * remote.c (_initialize_remote): Add commands "set/show remote
10937 hardware-watchpoint-limit" and "set/show remote
10938 hardware-breakpoint-limit".
10939 (remote_hw_watchpoint_limit): Initialize to -1.
10940 (remote_hw_breakpoint_limit): Ditto.
10941 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10942
10943 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10944
10945 * coff-pe-read.c: New file - support reading of minimal symbols from a
10946 portable executable using the export table.
10947 * coff-pe-read.h: New file.
10948 * coffread.c: Include coff-pe-read.h.
10949 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10950 debugging symbols found.
10951 * Makefile.in (SFILES): Add coff-pe-read.o.
10952 (coff_pe_read_h): Define.
10953 (COMMON_OBS): Add coff-pe-read.o.
10954 (coffread.o): Add coff_pe_read_h dependency.
10955 (coff-pe-read.o): New target.
10956
10957 2003-02-19 David Carlton <carlton@math.stanford.edu>
10958
10959 * Makefile.in (SFILES): Add block.c.
10960 (block_h): New.
10961 (COMMON_OBS): Add block.o.
10962 (block.o): New.
10963 (x86-64-tdep.o): Add $(block_h).
10964 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10965 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10966 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10967 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10968 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10969 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10970 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10971 * value.h: Add opaque declaration for struct block.
10972 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10973 * ada-lang.h: Ditto.
10974 * x86-64-tdep.c: #include "block.h"
10975 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10976 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10977 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10978 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10979 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10980 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
10981 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
10982 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
10983 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
10984 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
10985 * symtab.c (block_function): Ditto.
10986 (contained_in): Ditto.
10987 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
10988 block.h. Add opaque declaration for struct block.
10989 * symtab.h: Move block_function and contained_in declarations to
10990 block.h. Add opaque declarations for struct block, struct
10991 blockvector.
10992 (struct block): Move to block.h.
10993 (struct blockvector): Ditto.
10994 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
10995 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
10996 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
10997 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
10998 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
10999 Ditto.
11000 * block.c: New file.
11001 * block.h: New file.
11002
11003 2003-02-19 Theodore A. Roth <troth@openavr.org>
11004
11005 * avr-tdep.c (avr_extract_return_value): Remove function.
11006 (avr_store_return_value): Remove function.
11007 (avr_extract_struct_value_address): Remove function.
11008 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11009
11010 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11011
11012 * rs6000-tdep.c: Include "gdb_assert.h".
11013 (registers_e500): Add "acc" and "spefscr".
11014 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11015 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11016 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11017 really is "r0".
11018 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11019
11020 2003-02-18 Keith Seitz <keiths@redhat.com>
11021
11022 * Makefile.in: Add gdbtk-interps.c.
11023
11024 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11025
11026 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11027 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11028
11029 2003-02-18 Andrew Cagney <cagney@redhat.com>
11030
11031 * symtab.h (struct objfile): Add opaque declaration.
11032
11033 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11034
11035 From Jim Ingham <jingham@apple.com>:
11036 * dbxread.c (process_one_symbol): Use last_function_start rather
11037 than function_start_offset to find the real beginning of the
11038 current function. The latter is just the text section offset on
11039 some systems, the former is always the real function start.
11040
11041 2003-02-17 Andrew Cagney <cagney@redhat.com>
11042
11043 * configure.in: Revert ${target} != ${host}.
11044
11045 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11046
11047 * configure.in (Makefile): Use the test ${target} != ${host},
11048 instead of the absence of the "nm.h" file, to determine of the
11049 configuration non-native.
11050 * configure: Regenerate.
11051
11052 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11053
11054 From Brian Ford <ford@vss.fsi.com>
11055
11056 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11057 conditionalize tui_active test.
11058 (lookup_cmd_1): Ditto.
11059
11060 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11061
11062 * configure.in: Add check for _etext.
11063 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11064 available.
11065 * config.in, configure: regenerated.
11066
11067 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11068
11069 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11070
11071 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11072
11073 * main.c (tui_version): Delete variable.
11074 (captured_main): When --tui, set interpreter_p to "tui" instead of
11075 enabling tui_version.
11076 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11077 tui_version.
11078 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11079 * cli/cli-cmds.c (disassemble_command): Ditto.
11080 * defs.h (tui_version): Delete declaration.
11081 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11082 (tui-interp.o): Add rules.
11083 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11084
11085 2003-02-14 Christopher Faylor <cgf@redhat.com>
11086
11087 * win32-nat.c (register_loaded_dll): Correctly set address range for
11088 just-loaded dll.
11089
11090 2003-02-12 Jason Molenda (jmolenda@apple.com)
11091
11092 * symmisc.c (print_objfile_statistics): Include information about
11093 the number of psymtabs and symtabs in each object file.
11094
11095 2003-02-13 Keith R Seitz <keiths@redhat.com>
11096
11097 * main.h (struct captured_main_args): Add interpreter_p.
11098 * main.c (captured_main): Initialize interpreter_p from context.
11099 * gdb.c (main): Set interpreter_p argument.
11100 * Makefile.in (gdb.o): Add dependency for interps.h.
11101
11102 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11103
11104 * event-top.c (cli_command_loop): Delete declaration.
11105 (_initialize_event_loop): Delete function setting event_loop_hook.
11106 * event-top.h (cli_command_loop): Declare. Update copyright.
11107 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11108 * interps.c (current_interp_command_loop): When event_loop_p, call
11109 cli_command_loop.
11110
11111 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11112
11113 * interps.h (interp_command_loop_ftype): Change return type to
11114 void.
11115
11116 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11117
11118 * x86-64-tdep.c (x86_64_extract_return_value)
11119 (x86_64_store_return_value): Use regcache instead of regbuf.
11120 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11121 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11122
11123 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11124
11125 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11126 * aclocal.m4: Regenerate.
11127 * configure: Regenerate.
11128
11129 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11130 TCL_LD_SEARCH_FLAGS.
11131
11132 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11133
11134 * dwarf2cfi.c: Reindented.
11135
11136 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11137
11138 * interps.c (clear_interpreter_hooks): Convert function definition
11139 to ISO C.
11140
11141 2003-02-07 David Carlton <carlton@math.stanford.edu>
11142
11143 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11144
11145 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11146
11147 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11148 (struct type): ...to here.
11149 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11150 field.
11151 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11152 (replace_type): Set length on all type variants for a given type.
11153
11154 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11155
11156 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11157 <sys/stat.h>.
11158 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11159
11160 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11161
11162 * Makefile.in (symm-nat.o): Update dependencies.
11163 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11164 (lynx-nat.o, ia64-linux-nat.): Ditto.
11165 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11166 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11167 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11168
11169 * Makefile.in (inflow_h): Define.
11170 (procfs.o, inflow.o, procfs.o): Update dependencies.
11171 * inftarg.c (child_stop): Delete extern declaration of
11172 inferior_process_group. Include "inflow.h".
11173 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11174 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11175 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11176 (our_process_group, inferior_process_group): Extern declarations.
11177
11178 * procfs.c: Include "gdb_assert.h".
11179
11180 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11181 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11182 * jv-typeprint.c (java_type_print_base): Ditto.
11183 * typeprint.c (typedef_print): Eliminate STREQ.
11184 * cli/cli-script.c (define_command, define_command): Ditto.
11185 * main.c (captured_main): Ditto.
11186 * values.c (lookup_internalvar): Ditto.
11187 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11188 within `if' conditional.
11189 * linespec.c (decode_line_2): Ditto.
11190 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11191 (bfd_openw_with_cleanup): Ditto.
11192
11193 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11194
11195 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11196 legacy_extract_return_value and store_return_value to
11197 legacy_return_value.
11198
11199 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11200
11201 * win32-nat.c (get_relocated_section_addrs): New function. Find
11202 section load addresses for symbol handling in relocated DLLs.
11203 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11204
11205 2003-02-05 Fred Fish <fnf@intrinsity.com>
11206
11207 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11208 '=' and '!='.
11209 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11210 with '&' and '=='.
11211 (angel_RDI_info): Ditto.
11212 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11213 with '&' and '!='.
11214 (threads_continue_all_with_signals): Ditto.
11215
11216 2003-02-05 Jim Ingham <jingham@apple.com>
11217 Keith Seitz <keiths@redhat.com>
11218 Elena Zannoni <ezannoni@redhat.com>
11219 Andrew Cagney <ac131313@redhat.com>
11220
11221 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11222 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11223 (SUBDIR_MI_OBS): Add "mi-interp.o".
11224 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11225 (SFILES): Add "interps.c".
11226 (COMMON_OBS): Add "interps.o".
11227 (interps_h, mi_main_h): Define.
11228 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11229 (mi-main.o, main.o, event-top.o): Update dependencies.
11230 * cli/cli-interp.c: New file.
11231 * interps.h, interps.c: New files.
11232 * top.c: (gdb_init): Don't install the default interpreter, handed
11233 by captured_main.
11234 * main.c: Include "interps.h".
11235 (interpreter_p): Note that it should malloc'ed.
11236 (captured_command_loop): Call current_interp_command_loop.
11237 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11238 xfree and xstrdup when updating interpreter_p. Install the
11239 default interpreter. Add hack to stop mi1's copyright notice
11240 being encoded.
11241 * event-top.h (gdb_setup_readline): Declare.
11242 (gdb_disable_readline): Declare.
11243 * event-top.c: Include "interps.h".
11244 (display_gdb_prompt): Call current_interp_display_prompt_p.
11245 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11246 gdb_stdlog, and gdb_stdtarg.
11247 (_initialize_event_loop): Don't call gdb_setup_readline.
11248 * cli-out.c (cli_out_set_stream): New function.
11249 * cli-out.h (cli_out_set_stream): Declare.
11250
11251 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11252
11253 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11254 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11255 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11256 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11257 config/i386/i386v42mp.mt: Removed.
11258
11259 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11260
11261 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11262 GDB_OSABI_SOLARIS.
11263
11264 2003-02-05 Michael Chastain <mec@shout.net>
11265
11266 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11267 2.12.1 and earlier versions.
11268
11269 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11270
11271 Remove orphaned hosts, targets and files.
11272 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11273 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11274 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11275 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11276 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11277 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11278 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11279 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11280 * config/sparc/tm-sp64sim.h: Delete.
11281 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11282 hosts.
11283 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11284 mips*-dec-mach3* targets.
11285
11286 2003-02-04 Michael Chastain <mec@shout.net>
11287
11288 * NEWS: Fix typo: sepcifying -> specifying.
11289
11290 2003-02-04 Michael Chastain <mec@shout.net>
11291
11292 * dwarfread.c: Add documentation on the state of dwarf-1,
11293 looking towards obsoletion.
11294
11295 2003-02-03 Michael Chastain <mec@shout.net>
11296
11297 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11298 gdb/testsuite/gdb.c++/pr-1023.exp.
11299
11300 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11301
11302 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11303 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11304
11305 * utils.c (init_page_info): Delete reference to MPW in comments.
11306 * main.c (captured_main): Delete #ifdef MPW.
11307
11308 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11309
11310 * NEWS: Note that the m32r-*-elf* is obsolete.
11311 * monitor.c (monitor_expect): Obsolete reference to m32r.
11312 * configure.tgt: Mark m32r-*-elf* as obsolete.
11313 * MAINTAINERS: Mark m32k as obsolete.
11314 * m32r-rom.c: Obsolete file.
11315 * config/m32r/m32r.mt: Obsolete file.
11316 * config/m32r/tm-m32r.h: Obsolete file.
11317 * m32r-stub.c: Obsolete file.
11318 * m32r-tdep.c: Obsolete file.
11319
11320 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11321
11322 * NEWS: Mention that the z8k-zilog-none is obsolete.
11323 * MAINTAINERS: Mark z8k as obsolete.
11324 * configure.tgt: Obsolete the z8k-*-coff* target.
11325 * config/z8k/z8k.mt: Obsolete file.
11326 * config/z8k/tm-z8k.h: Obsolete file.
11327 * z8k-tdep.c: Obsolete file.
11328
11329 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11330
11331 * NEWS: Mention that the mn10200-elf is obsolete.
11332 * configure.tgt: Obsolete mn10200-*-* target.
11333 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11334 mention that the mn10200 is obsolete.
11335 * breakpoint.h: Ditto.
11336 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11337 * config/mn10200/mn10200.mt: Obsolete file.
11338 * config/mn10200/tm-mn10200.h: Obsolete file.
11339 * mn10200-tdep.c: Obsolete file.
11340
11341 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11342
11343 * MAINTAINERS: Mark h8500 as obsolete.
11344 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11345 * findvar.c (value_from_register): Ditto.
11346 * h8500-tdep.c: Mark file as obsolete.
11347 * config/h8500/h8500.mt: Ditto.
11348 * config/h8500/tm-h8500.h: Ditto.
11349 * NEWS: Mention that h8500 is obsolete.
11350
11351 2003-02-04 David Carlton <carlton@math.stanford.edu>
11352
11353 * objfiles.c (allocate_objfile): Always set name. Add comment at
11354 start of function.
11355 * jv-lang.c (get_dynamics_objfile): Add comment.
11356
11357 2003-02-04 David Carlton <carlton@math.stanford.edu>
11358
11359 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11360 * printcmd.c (build_address_symbolic): Replace uses of
11361 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11362 SYMBOL_NAME, and asm_demangle.
11363 Update copyright.
11364
11365 2003-02-04 David Carlton <carlton@math.stanford.edu>
11366
11367 * linespec.c (decode_compound): Extract code into
11368 lookup_prefix_sym.
11369 (lookup_prefix_sym): New function.
11370
11371 2003-02-04 David Carlton <carlton@math.stanford.edu>
11372
11373 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11374 FLOAT_COERCION_BADNESS.
11375 * gdbtypes.c (rank_one_type): Replace all uses of
11376 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11377
11378 2003-02-04 Jim Blandy <jimb@redhat.com>
11379
11380 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11381 section, let dwarf_macinfo_section point to it, not
11382 dwarf_loc_section.
11383
11384 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11385
11386 Pointed out by Anton Blanchard <anton@samba.org>.
11387 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11388 (ppc_linux_at_sigtramp_return_path): Use it.
11389
11390 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11391
11392 * defs.h (streq): Add prototype.
11393 * utils.c (streq): New function.
11394
11395 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11396 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11397 * mdebugread.c (new_symbol): Likewise.
11398 * stabsread.c (define_symbol): Likewise.
11399 * coffread.c (process_coff_symbol): Likewise.
11400 * dwarfread.c (new_symbol): Likewise.
11401
11402 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11403 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11404 here.
11405 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11406 SYMBOL_INIT_DEMANGLED_NAME.
11407 * objfiles.c: Include "hashtab.h".
11408 (allocate_objfile): Call htab_set_functions_ex for the
11409 demangled_names_hash.
11410 (free_objfile): Call htab_delete for the demangled_names_hash.
11411 * objfiles.h (struct htab): Add declaration.
11412 (struct objfile): Add demangled_names_hash.
11413 * symfile.c: Include "hashtab.h".
11414 (reread_symbols): Call htab_delete for the demangled_names_hash.
11415 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11416 SYMBOL_NAME in the bcache.
11417 * symtab.c: Include "hashtab.h". Update comments.
11418 (create_demangled_names_hash, symbol_set_names): New functions.
11419 (symbol_find_demangled_name): New function, broken out from
11420 symbol_init_demangled_names.
11421 (symbol_init_demangled_names): Use it.
11422 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11423 (SYMBOL_SET_NAMES): New macro.
11424 (symbol_set_names): Add prototype.
11425
11426 2003-02-03 Jim Blandy <jimb@redhat.com>
11427
11428 Use a single, consistent representation for an empty minimal
11429 symbol table in an objfile.
11430 * objfiles.c (terminate_minimal_symbol_table): New function.
11431 (allocate_objfile): Call it.
11432 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11433 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11434 non-NULL.
11435 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11436 objfile has minimal symbols, compare minimal_symbol_count to zero,
11437 instead of comparing msymbols with NULL.
11438 * objfiles.c (have_minimal_symbols): Same.
11439 * solib-sunos.c (solib_add_common_symbols): Call
11440 terminate_minimal_symbol_table.
11441 * symfile.c (reread_symbols): Same.
11442
11443 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11444
11445 * s390-tdep.c (s390_address_class_type_flags)
11446 (s390_address_class_type_flags_to_name)
11447 (s390_address_class_name_to_type_flags): New functions.
11448 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11449 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11450
11451 2003-02-03 Michael Snyder <msnyder@redhat.com>
11452
11453 * arm-tdep.c: Fix spell-o in comment.
11454
11455 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11456
11457 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11458 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11459 error messages to contain BFD filename.
11460
11461 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11462
11463 Fix PR gdb/742 gdb/743 gdb/877
11464 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11465 (do_mixed_source_and_assembly): Use
11466 make_cleanup_ui_out_tuple_begin_end and
11467 make_cleanup_ui_out_tuple_begin_end.
11468 (do_mixed_source_and_assembly): Ditto.
11469 * thread.c (do_captured_list_thread_ids): Ditto.
11470 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11471 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11472 ui_out_tuple_end): Delete prototypes.
11473 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11474 ui_out_list_end, ui_out_tuple_end): Delete.
11475
11476 From Kevin Buettner <kevinb@redhat.com>:
11477 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11478 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11479 (do_cleanup_table_end): New functions.
11480 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11481 Use cleanups to invoke_ui_out_tuple_end().
11482 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11483 * cli/cli-setshow.c (cmd_show_list): Use
11484 make_cleanup_ui_out_tuple_begin_end.
11485
11486 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11487
11488 * frame.c (frame_unwind_register): New function.
11489 (frame_unwind_unsigned_register): Use.
11490 (frame_unwind_signed_register): Use.
11491 (frame_read_register): New function.
11492 * frame.h (frame_unwind_register): Declare.
11493 (frame_read_register): Declare.
11494
11495 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11496 and frame_unwind_register instead of read_memory, write_register
11497 and deprecated_write_register_bytes.
11498
11499 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11500
11501 * frame.h: Note that namelen can be negative.
11502 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11503 NAME's length.
11504
11505 * NEWS: Mention that the d10v's `regs' command is deprecated.
11506 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11507 (d10v_print_registers_info): New function.
11508 (show_regs): Call d10v_print_registers_info.
11509 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11510
11511 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11512
11513 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11514 lost in the previous patch.
11515
11516 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11517
11518 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11519 * stack.c (print_frame_info_base): Output complete FRAME tuple
11520 for synthesized frames.
11521
11522 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11523
11524 * mips-nat.c (zerobuf): Delete.
11525 (fetch_inferior_registers): Alloc local zerobuf.
11526 (fetch_core_registers): Alloc local zerobuf.
11527 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11528 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11529 * thread-db.c (thread_db_store_registers): Ditto.
11530 * sh-tdep.c (sh_do_register): Ditto.
11531 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11532 * remote-sim.c (gdbsim_store_register): Ditto.
11533 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11534 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11535 * monitor.c (monitor_supply_register): Ditto.
11536 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11537 * mips-nat.c (fetch_inferior_registers): Ditto.
11538 * m68klinux-nat.c (fetch_register): Ditto.
11539 * lynx-nat.c (fetch_inferior_registers): Ditto.
11540 (fetch_inferior_registers): Ditto.
11541 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11542 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11543 (hpux_thread_store_registers): Ditto.
11544 * hppah-nat.c (fetch_register): Ditto.
11545 * hppab-nat.c (fetch_register): Ditto.
11546 * hppa-tdep.c (pa_register_look_aside): Ditto.
11547 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11548 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11549
11550 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11551
11552 * gdbarch.sh: Explictly specify all method levels. When a
11553 variable with an empty level, provide a non-multi-arch default.
11554 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11555 * gdbarch.h: Re-generate.
11556 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11557 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11558
11559 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11560
11561 * defs.h (host_pointer_to_address): Delete declaration.
11562 (address_to_host_pointer): Delete declaration.
11563 * utils.c (host_pointer_to_address): Delete function.
11564 (address_to_host_pointer): Delete function.
11565 * procfs.c (procfs_address_to_host_pointer): New function.
11566 * procfs.c (proc_set_watchpoint): Use.
11567 (procfs_can_use_hw_breakpoint): Update comments.
11568 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11569 (som_solib_add): Use.
11570 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11571 * hppa-tdep.c (unwind_command): Use.
11572
11573 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11574
11575 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11576 strlen d_name.
11577
11578 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11579 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11580 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11581 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11582 (define_symbol): Update.
11583 * symfile.c (generic_load): Remove references to nindy.
11584 * symtab.c: Remove references to nindy.
11585
11586 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11587
11588 * infcmd.c (print_float_info): Delete code conditional on
11589 FLOAT_INFO.
11590 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11591 * config/m68k/nm-apollo68b.h: Ditto.
11592 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11593 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11594 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11595
11596 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11597
11598 * config/i386/tm-i386os9k.h: Removed.
11599
11600 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11601 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11602 they're identical to i[3456]86-*-sysv* now.
11603 * config/i386/i386v32.mh: Removed.
11604 * config/i386/xm-i386v32.h: Removed.
11605 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11606
11607 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11608
11609 * config/i386/i386dgux.mh: Removed.
11610 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11611
11612 * configure.in: Fix typo.
11613 * configure: Regenerated.
11614
11615 2003-01-31 David Carlton <carlton@math.stanford.edu>
11616
11617 * dwarf2read.c (dwarf2_locate_sections): Set
11618 dwarf_ranges_section.
11619
11620 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11621
11622 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11623 * utils.c: Update comments documenting legitimate uses of PTR.
11624
11625 * utils.c: Re-indent.
11626
11627 * config/djgpp/fnchange.lst: Delete nindy files.
11628 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11629 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11630 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11631 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11632 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11633 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11634 * Makefile.in (init.c): Remove nindy references.
11635 (saber_gdb): Delete rule.
11636 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11637 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11638 and a68v-nat.c.
11639 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11640 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11641 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11642 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11643 nindy-share/stop.h.
11644 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11645 * saber.suppress: Delete file.
11646
11647 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11648
11649 * dbxread.c (stabs_data): New static variable.
11650 (fill_symbuf): Support an in-memory buffer for stabs data.
11651 (stabs_seek): New function.
11652 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11653 (read_ofile_symtab): Use stabs_seek.
11654 (elfstab_build_psymtabs): Take an asection* instead of
11655 an offset and size. Relocate the stabs data if necessary.
11656 Save the section* for dbx_psymtab_to_symtab.
11657 * dwarf2read.c: Add section variables for each debug section.
11658 (dwarf2_locate_sections): Fill them in.
11659 (dwarf2_read_section): Take an asection* argument.
11660 Relocate the section contents if necessary.
11661 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11662 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11663 it to dwarf2_read_section.
11664 (dwarf2_build_frame_info): Update callers.
11665 * elfread.c (elf_symfile_read): Update call to
11666 elfstab_build_psymtabs.
11667 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11668 (DBX_STAB_SECTION): New macro.
11669 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11670 * symfile.c (symfile_dummy_outputs): New function.
11671 (symfile_relocate_debug_section): New function.
11672 * symfile.h (symfile_relocate_debug_section): Add prototype.
11673
11674 2003-01-31 Richard Henderson <rth@redhat.com>
11675
11676 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11677 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11678 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11679 * alpha-tdep.c (alpha_register_name): Add "unique".
11680 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11681 (ALPHA_UNIQUE_REGNUM): New.
11682 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11683
11684 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11685
11686 * README: Remove reference to Ericsson 1800 monitor.
11687 * Makefile.in (remote-es.o): Delete rule.
11688 (ALLDEPFILES): Delete remote-es.c.
11689 * remote-es.c: Delete file.
11690 * config/m68k/es1800.mt: Delete file.
11691 * config/djgpp/fnchange.lst: Update.
11692 * configure.tgt: Delete m68*-ericsson-* target.
11693
11694 2003-01-31 Adam Fedor <fedor@gnu.org>
11695
11696 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11697 Remove duplicate/shadowing variable of same name.
11698
11699 2003-01-30 Jim Blandy <jimb@redhat.com>
11700
11701 * symfile.c (find_separate_debug_file): Assert that the objfile's
11702 directory name we compute ends with a slash, and then assume that
11703 that's so everywhere we use it.
11704
11705 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11706
11707 * valops.c (value_assign): Flush frame cache after stores to memory
11708 also.
11709
11710 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11711
11712 * Makefile.in (mon960-rom.o): Delete rule.
11713 * mon960-rom.c: Delete file.
11714
11715 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11716
11717 * d10v-tdep.c: Include "frame-unwind.h".
11718 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11719 list.
11720 (next_addr, uses_frame): Delete.
11721 (struct d10v_unwind_cache): Define.
11722 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11723 Use info instead of next_addr and uses_frame globals.
11724 (d10v_frame_init_saved_regs): Delete function.
11725 (d10v_init_extra_frame_info): Delete function.
11726 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11727 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11728 init_frame_pc or frame_saved_pc.
11729 (d10v_pop_frame): Delete function.
11730 (do_d10v_pop_frame): Delete function.
11731 (d10v_frame_chain): Delete function.
11732 (d10v_frame_chain_valid): Delete function.
11733 (d10v_frame_pc_unwind): New function.
11734 (d10v_frame_id_unwind): New function.
11735 (saved_regs_unwinder): New function.
11736 (d10v_frame_register_unwind): New function.
11737 (d10v_frame_pop): New function.
11738 (d10v_frame_unwind): New variable.
11739 (d10v_frame_p): New function.
11740 (d10v_frame_saved_pc): Delete function.
11741 * Makefile.in (d10v-tdep.o): Update dependencies.
11742
11743 2003-01-30 J. Brobecker <brobecker@gnat.com>
11744
11745 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11746 causing some regressions due to a change in the default value
11747 for this macro.
11748
11749 2003-01-29 Richard Henderson <rth@redhat.com>
11750 Elena Zannoni <ezannoni@redhat.com>
11751 Daniel Jacobowitz <drow@mvista.com>
11752
11753 Fix PR gdb/961.
11754 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11755 variables.
11756 (RANGES_SECTION): New.
11757 (dwarf_ranges_buffer): New variable.
11758 (struct comp_unit_head): Add member "die".
11759 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11760 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11761 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11762 (dwarf2_locate_sections): Likewise.
11763 (dwarf2_build_psymtabs): Read .debug_ranges.
11764 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11765 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11766 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11767 Look for DW_AT_ranges and return the bounding box.
11768
11769 2003-01-29 Brian Ford <ford@vss.fsi.com>
11770
11771 * win32-nat.c (cygwin_pid): Removed as unused.
11772 (child_attach): Try fall back to Cygwin pid.
11773
11774 2003-01-29 Jim Blandy <jimb@redhat.com>
11775
11776 * objfiles.h (struct objfile): Doc fix.
11777
11778 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11779
11780 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11781 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11782 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11783 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11784 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11785 (FRAME_SAVED_PC): Change to a function with predicate.
11786 * gdbarch.h, gdbarch.c: Re-generate.
11787
11788 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11789
11790 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11791
11792 * complaints.c (complain): Delete function.
11793 * complaints.h (struct deprecated_complaint): Delete definition.
11794 (complain): Delete declaration.
11795
11796 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11797
11798 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11799 dummy frames.
11800
11801 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11802
11803 * sentinel-frame.h, sentinel-frame.c: New files.
11804 * Makefile.in (frame.o): Update dependencies.
11805 (SFILES): Add sentinel-frame.c.
11806 (sentinel_frame_h): Define.
11807 (COMMON_OBS): Add sentinel-frame.o.
11808 (sentinel-frame.o): Specify dependencies.
11809 * frame.c: Include "sentinel-frame.h".
11810 (frame_register_unwind): Rewrite assuming that there is always a a
11811 ->next frame.
11812 (frame_register, generic_unwind_get_saved_register): Ditto.
11813 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11814 (create_sentinel_frame, unwind_to_current_frame): New functions.
11815 (get_current_frame): Rewrite using create_sentinel_frame and
11816 unwind_to_current_frame. When possible, always create a frame.
11817 (create_new_frame): Set next to the sentinel frame.
11818 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11819 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11820 ID cache when necessary.
11821 (frame_saved_regs_id_unwind): Use frame_relative_level.
11822 (deprecated_generic_get_saved_register): Use frame_relative_level,
11823 get_frame_saved_regs, get_frame_pc, get_frame_base and
11824 get_next_frame.
11825 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11826 frame_register.
11827
11828 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11831
11832 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11833
11834 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11835 (maintenance_set_profile_cmd): Use error () instead of warning ().
11836
11837 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11838
11839 * configure.in: Check that -pg works if using --enable-profiling.
11840 Check for monstartup and _mcleanup regardless of --enable-profiling.
11841 * maint.c: Check for monstartup and _mcleanup before using them.
11842 * config.in: Regenerated.
11843 * configure: Regenerated.
11844
11845 2003-01-24 Nick Clifton <nickc@redhat.com>
11846
11847 * Add sh2e support:
11848
11849 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11850
11851 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11852 (sh2e_show_regs): New.
11853 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11854 * config/sh/tm-sh.h: Added sh2e to comments.
11855
11856 2003-01-23 Jim Blandy <jimb@redhat.com>
11857
11858 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11859 symbols found)" message here; we haven't checked for a separate
11860 debug info file yet, so we don't know yet.
11861 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11862 we've looked everywhere. Also, there's no need to print a special
11863 message when we're loading the separate debug info file: the one
11864 symbol_file_add prints is fine.
11865
11866 2003-01-23 Alexander Larsson <alexl@redhat.com>
11867 Jim Blandy <jimb@redhat.com>
11868
11869 Add support for executables whose debug info has been separated
11870 out into a separate file, leaving only a link behind.
11871 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11872 and separate_debug_objfile_backlink.
11873 (put_objfile_before): New declaration.
11874 * symfile.c: #include "filenames.h".
11875 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11876 debug info in a separate file, read that, too. Save the addrs
11877 argument, so we can use it again to read the separated debug info;
11878 syms_from_objfile modifies the table we pass it.
11879 (reread_symbols): After re-reading an objfile, call
11880 reread_separate_symbols to refresh its separate debug info
11881 objfile, if it has one.
11882 (reread_separate_symbols, find_separate_debug_file,
11883 get_debug_link_info, separate_debug_file_exists): New functions.
11884 (debug_file_directory): New global var.
11885 (_initialize_symfile): Initialize debug_file_directory, and
11886 provide the new `set debug-file-directory' command to let the user
11887 change it.
11888 * objfiles.c (free_objfile): If this objfile has its debug info in
11889 a separate objfile, free that one too. If this is itself a
11890 separate debug info objfile, clear our parent's backlink.
11891 (put_objfile_before): New function.
11892 * utils.c (gnu_debuglink_crc32): New function.
11893 * defs.h (gnu_debuglink_crc32): New declaration.
11894 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11895 * configure.in: Handle --with-separate-debug-dir config option.
11896 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11897 * acconfig.h (DEBUGDIR): New macro.
11898 * configure, aclocal.m4, config.in: Regenerated.
11899
11900 2003-01-22 Jim Blandy <jimb@redhat.com>
11901
11902 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11903 like the old symbol_file_add, but taking new arguments: you can
11904 now pass in either a `struct section_addr_info' list to say where
11905 each section is loaded, or a `struct section_offsets' table. Pass
11906 these new arguments through to syms_from_objfile as appropriate.
11907 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11908 with the appropriate quiescent values for the new arguments.
11909
11910 * symfile.c: #include "gdb_assert.h".
11911 (syms_from_objfile): Add the ability to pass in a section offset
11912 table directly, as an alternative to the section_addr_info table.
11913 Document arguments better.
11914 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11915 * symfile.h (syms_from_objfile): Update declaration.
11916 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11917 syms_from_objfile.
11918 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11919
11920 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11921
11922 Original patch by Tom Tromey <tromey@cygnus.com> and
11923 Jason Molenda <jmolenda@apple.com>.
11924 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11925 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11926 * NEWS: Mention profiling.
11927 * configure.in (--enable-gdbtk): Fix typo.
11928 (--enable-profiling): New. Set PROFILE_CFLAGS.
11929 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11930 Fill in function.
11931 (profiling_state): New variable.
11932 (mcleanup_wrapper): New function.
11933 (_initialize_maint): Remove NOTYET, fix call to
11934 add_setshow_boolean_cmd for "maint set profile".
11935 * configure: Regenerated.
11936
11937 2003-01-21 Martin M. Hunt <hunt@redhat.com>
11938
11939 * Makefile.in (install-gdbtk): Install PNG images too.
11940
11941 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11942
11943 * exec.c (text_start): Delete global variable.
11944 (exec_file_attach): Make text_start local to the function.
11945 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11946 * valops.c (hand_function_call): Delete code that handles
11947 BEFORE_TEXT_END and AFTER_TEXT_END.
11948 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11949 of CALL_DUMMY_LOCATION.
11950 * gdbarch.c: Regenerate.
11951 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11952 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11953 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11954 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11955 (text_end): Delete extern declaration.
11956
11957 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11958
11959 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11960 * blockframe.c (backtrace_below_main): Move to "frame.c".
11961 (frame_chain_valid): Delete check for backtrace_below_main.
11962 (_initialize_blockframe): Delete initialization, move ``set
11963 backtrace-below-main'' command to "frame.c".
11964 (do_flush_frames_sfunc): Delete function.
11965 * frame.c: Include "command.h" and "gdbcmd.h".
11966 (frame_type_from_pc): New function.
11967 (create_new_frame): Use frame_type_from_pc.
11968 (legacy_get_prev_frame): New function.
11969 (get_prev_frame): Rewrite. When an old style frame, call
11970 legacy_get_prev_frame. Otherwize, unwind the PC first.
11971 (_initialize_frame): Add ``set backtrace-below-main'' command.
11972 * Makefile.in (frame.o): Update dependencies.
11973
11974 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11975
11976 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11977 DEPRECATED_REGISTERS_INFO.
11978
11979 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11980
11981 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
11982 Maintainers'. Update `Various Maintainers'.
11983
11984 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11985
11986 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
11987 * gdbarch.sh (POP_FRAME): Change to function with predicate.
11988 Suppress actual parameters when `-'.
11989 * gdbarch.h, gdbarch.c: Regenerate.
11990
11991 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11992
11993 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
11994 code handling dummy frames.
11995
11996 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11997
11998 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
11999 (struct frame_unwind): Add field pop.
12000 * frame.h (frame_pop): Declare.
12001 * frame.c (frame_saved_regs_pop): New function.
12002 (trad_frame_unwinder): Add frame_saved_regs_pop.
12003 (frame_pop): New function.
12004 * dummy-frame.c (dummy_frame_pop): New function.
12005 (discard_innermost_dummy): New function.
12006 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12007 (dummy_frame_unwind): Add dummy_frame_pop.
12008 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12009 * valops.c (hand_function_call): Ditto.
12010 * stack.c (return_command): Ditto.
12011
12012 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12013
12014 * cris-tdep.c: Fix function declaration indentation.
12015 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12016 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12017 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12018 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12019 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12020 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12021
12022 2003-01-18 Michael Chastain <mec@shout.net>
12023
12024 * README (Unpacking and Installation -- quick overview):
12025 Warn against ".../gdb-5.3/gdb/configure".
12026
12027 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12028
12029 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12030 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12031 (struct frame_unwind): Declare opaque.
12032 (dummy_frame_p): Declare function.
12033 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12034 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12035 * dummy-frame.c: Include "frame-unwind.h".
12036 (dummy_frame_p): New function.
12037 (dummy_frame_unwind): New variable.
12038 * frame.c: Include "frame-unwind.h".
12039 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12040 to use the new unwind field.
12041 (set_unwind_by_pc): Delete function.
12042 (create_new_frame, get_prev_frame): Set unwind field using
12043 frame_unwind_find_by_pc.
12044 (trad_frame_unwind, trad_frame_unwinder): New variables.
12045 * frame.h (trad_frame_unwind): Declare variable.
12046 (frame_id_unwind_ftype): Delete declaration.
12047 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12048 (struct frame_unwind): Declare opaque.
12049 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12050 register_unwind with a single unwind pointer.
12051 * frame-unwind.h, frame-unwind.c: New files.
12052 * Makefile.in (SFILES): Add frame-unwind.c.
12053 (frame_unwind_h): Define.
12054 (COMMON_OBS): Add frame-unwind.o.
12055 (frame-unwind.o): Specify dependencies.
12056 (frame.o, dummy-frame.o): Update dependencies.
12057
12058 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12059
12060 * ada-valprint.c: Eliminate PTR.
12061 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12062 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12063 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12064 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12065 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12066 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12067 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12068
12069 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12070
12071 * main.c (captured_main): Don't use PTR.
12072 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12073 * gdbtypes.c (lookup_primitive_typename): Ditto.
12074 (lookup_struct_elt_type): Ditto.
12075 * f-valprint.c (info_common_command): Ditto.
12076 (list_all_visible_commons): Ditto.
12077 * jv-typeprint.c (java_type_print_base): Ditto.
12078
12079 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12080 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12081 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12082 i386-interix-nat.c and i386-interix-tdep.c. Rename
12083 m68klinux-nat.c and m68klinux-tdep.c. Rename
12084 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12085 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12086 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12087 * main.c (captured_main): Use xfree, not free.
12088
12089 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12090
12091 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12092 ID back using a parameter.
12093 * frame.c (frame_id_unwind): Update call.
12094 (frame_saved_regs_id_unwind): Update.
12095 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12096 * dummy-frame.h (struct frame_id): Add opaque declaration.
12097 (dummy_frame_id_unwind): Update declaration.
12098
12099 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12100
12101 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12102
12103 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12104
12105 * MAINTAINERS (Stephen P. Smith): Updated email address.
12106
12107 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12108
12109 Fix PR gdb/898
12110 * breakpoint.c (until_break_command): Add new argument. Use it to
12111 decide whether to stop only at the current frame or not.
12112 * breakpoint.h (until_break_command): Update prototype.
12113 * infcmd.c (until_command): Add new argument to until_break_command
12114 call.
12115 (advance_command): New function.
12116 (_initialize_infcmd): Update help string for 'until' command.
12117 Add new 'advance' command.
12118
12119 2003-01-14 David Carlton <carlton@math.stanford.edu>
12120
12121 * linespec.c (decode_line_1): Normalize comments.
12122 (set_flags): Ditto.
12123 (locate_first_half): Ditto.
12124 (decode_compound): Ditto.
12125 (symtab_from_filename): Ditto.
12126 (decode_all_digits): Ditto.
12127 (decode_dollar): Ditto.
12128 (find_methods): Ditto.
12129 (find_toplevel_char): Ditto.
12130
12131 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12132
12133 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12134 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12135 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12136 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12137 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12138 * language.c, language.h, m32r-tdep.c: Update copyright.
12139 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12140 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12141 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12142 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12143 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12144 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12145
12146 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12147
12148 * stabsread.h (process_later, resolve_cfront_continuation):
12149 Obsolete.
12150 Update copyright years.
12151 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12152 Update copyright year.
12153 * dbxread.c(struct cont_elem): Obsolete.
12154 (process_later, process_now): Obsolete functions.
12155 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12156 Update copyright year.
12157 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12158 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12159 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12160 (parse_partial_symbols): Obsolete cfront support.
12161 * stabsread.c
12162 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12163 macros.
12164 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12165 read_cfront_baseclasses, read_cfront_member_functions,
12166 resolve_cfront_continuation,read_cfront_static_fields,
12167 copy_cfront_struct_fields): Obsolete functions.
12168 (define_symbol, read_one_struct_field): Obsolete cfront support.
12169 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12170 Update Copyright year.
12171
12172 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12173
12174 * stack.c (print_frame_info, print_stack_frame_base_stub,
12175 print_stack_frame_base, show_and_print_stack_frame_stub,
12176 show_and_print_stack_frame, print_only_stack_frame_stub,
12177 print_only_stack_frame): Delete functions.
12178 (print_stack_frame_stub): Call print_frame_info instead of
12179 print_frame_info_base.
12180 (print_frame_info_base): Rename to print_frame_info.
12181 (backtrace_command_1): Call print_frame_info, instead of
12182 print_frame_info_base.
12183 (current_frame_command): Call print_stack_frame, instead of
12184 print_only_stack_frame.
12185 (frame_command): Call print_stack_frame, instead of
12186 show_and_print_stack_frame.
12187 (up_command): Ditto.
12188 (down_command): Ditto.
12189 * frame.h (print_only_stack_frame): Delete prototype.
12190 * infrun.c (normal_stop): Call print_stack_frame, instead of
12191 show_and_print_stack_frame.
12192 * thread.c (info_threads_command): Call print_stack_frame, instead
12193 of print_only_stack_frame.
12194
12195 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12196
12197 * README (Graphical interface to GDB): Update URL. Point at
12198 gdb/links/.
12199
12200 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12201 version match.
12202
12203 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12204
12205 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12206 lines.
12207
12208 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12209
12210 * thread-db.c (attach_thread): Prototype.
12211 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12212 thread information (ti), and valid flags (th_valid, ti_valid).
12213 (attach_thread): Move target_pid_to_str call to after the thread
12214 is added to GDB's list. Initialize the cache.
12215 (thread_get_info_callback, thread_db_map_id2thr)
12216 (thread_db_get_info): New functions.
12217 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12218 (thread_db_store_registers, thread_db_thread_alive)
12219 (thread_db_get_thread_local_address): Use them.
12220 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12221 of calling error() for threads in unknown state.
12222
12223 (clear_lwpid_callback): New function.
12224 (thread_db_resume): Use it to clear the cache.
12225
12226 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12227
12228 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12229 (resume_callback): Remove dead code.
12230
12231 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12232
12233 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12234 predicate.
12235 * gdbarch.h, gdbarch.c: Regenerate.
12236 * stack.c (frame_info): Only initialize the saved registers when
12237 FRAME_INIT_SAVED_REGS_P.
12238 * frame.c (frame_saved_regs_register_unwind): Assert
12239 FRAME_INIT_SAVED_REGS_P.
12240 (deprecated_generic_get_saved_register): Ditto.
12241
12242 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12243
12244 * source.c (openp): Squelch warning about "filename".
12245
12246 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12247
12248 * source.c (openp): If the file does not exist don't necessarily
12249 search the path.
12250
12251 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12252
12253 Fix PR gdb/872.
12254 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12255 (integer_types_same_name_p): New function.
12256 (rank_one_type): Use it.
12257 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12258
12259 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12260
12261 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12262 variables.
12263 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12264 * configure.in: Add --with-sysroot.
12265 * configure: Regenerated.
12266 * main.c (gdb_sysroot): New variable.
12267 (captured_main): Initialize gdb_sysroot.
12268 * defs.h (gdb_sysroot): New extern declaration.
12269 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12270
12271 2003-01-12 Michael Chastain <mec@shout.net>
12272
12273 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12274
12275 2003-01-12 Michael Chastain <mec@shout.net>
12276
12277 * top.c (print_gdb_version): Bump copyright year to 2003.
12278
12279 2003-01-12 David Carlton <carlton@bactrian.org>
12280
12281 * linespec.c (symtab_from_filename): Rename variable 's' to
12282 'file_symtab'.
12283
12284 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12285
12286 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12287 dummy frame.
12288 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12289
12290 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12291
12292 * d10v-tdep.c: Include "gdb_assert.h".
12293 (d10v_store_return_value): Rewrite to match current interface.
12294 (d10v_extract_struct_value_address): Ditto.
12295 (d10v_extract_return_value): Ditto.
12296 (d10v_gdbarch_init): Set store_restore_value,
12297 extract_struct_value_address and extract_return_value.
12298
12299 2003-01-12 J. Brobecker <brobecker@gnat.com>
12300
12301 * hpread.c (set_namestring): New procedure replacing the
12302 SET_NAMESTRING macro.
12303 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12304 by calls to set_namestring.
12305
12306 2003-01-11 J. Brobecker <brobecker@gnat.com>
12307
12308 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12309 a compilation warning.
12310 (hpread_process_one_debug_symbol): Likewise.
12311
12312 2003-01-10 David Carlton <carlton@math.stanford.edu>
12313
12314 * linespec.c (decode_line_1): Rename variable 's' to
12315 'file_symtab'.
12316 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12317 (decode_dollar): Ditto.
12318 (decode_variable): Ditto.
12319 (symbol_found): Ditto.
12320
12321 2003-01-09 Michael Chastain <mec@shout.net>
12322
12323 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12324
12325 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12326
12327 * win32-nat.c (set_process_privilege): New function.
12328 (child_attach): Call set_process_privilege() to enable the
12329 SE_DEBUG_NAME user privilege if available in process token.
12330
12331 2003-01-10 J. Brobecker <brobecker@gnat.com>
12332
12333 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12334 compilation error in the previous revision.
12335
12336 2003-01-09 David Carlton <carlton@math.stanford.edu>
12337
12338 * linespec.c: Update copyright.
12339
12340 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12343 than inferior_ptid.
12344 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12345
12346 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12347
12348 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12349 Update comments.
12350 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12351 (frame_saved_regs_zalloc): Update.
12352 (frame_saved_regs_register_unwind): Update.
12353 (create_new_frame): Update.
12354 (get_prev_frame): Update.
12355 (frame_extra_info_zalloc): Update.
12356 (deprecated_get_frame_saved_regs): Update.
12357 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12358 * cris-tdep.c: Update comment.
12359
12360 * somsolib.h: Fix function indentation.
12361 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12362 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12363 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12364 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12365 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12366
12367 * infrun.c (follow_fork): Use ISO C definition.
12368 * expprint.c (print_subexp): Use xfree instead of free.
12369 * charset.c: Include "gdb_string.h" instead of <string.h>.
12370 (register_iconv_charsets): Use ISO C definition.
12371 (host_charset, target_charset): Ditto.
12372 * Makefile.in (charset.o): Update dependencies.
12373 (mi-cmd-env.o): Update dependencies.
12374
12375 2003-01-08 Andrew Cagney <cagney@redhat.com>
12376
12377 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12378 get_frame_base.
12379
12380 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12381
12382 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12383 build directories. Save edited gdb output in Mbuild.log. If a
12384 build fails, remove any final GDB executable.
12385
12386 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12387
12388 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12389 replacing hex constants with function names and stripping leading
12390 file name directory prefixes.
12391
12392 2003-01-08 Andrew Cagney <cagney@redhat.com>
12393
12394 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12395 get_frame_base.
12396
12397 2003-01-08 David Carlton <carlton@math.stanford.edu>
12398
12399 * linespec.c (decode_line_1): Move code into decode_variable.
12400 (decode_variable): New function.
12401
12402 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12403
12404 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12405
12406 2003-01-08 Andrew Cagney <cagney@redhat.com>
12407
12408 * cris-tdep.c (cris_frame_init_saved_regs): Use
12409 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12410 saved_regs buffer.
12411 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12412 (sh64_nofp_frame_init_saved_regs): Ditto.
12413 (sh_fp_frame_init_saved_regs): Ditto.
12414 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12415 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12416 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12417 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12418
12419 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12420
12421 * minsyms.c (lookup_minimal_symbol): Update comment.
12422 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12423 (lookup_minimal_symbol_solib_trampoline): Likewise.
12424
12425 2003-01-08 Andrew Cagney <cagney@redhat.com>
12426
12427 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12428 frame_relative_level.
12429
12430 * alpha-tdep.c: Use get_frame_extra_info.
12431 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12432 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12433 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12434 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12435
12436 * alpha-tdep.c: Use get_next_frame.
12437 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12438 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12439 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12440 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12441 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12442 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12443 * xstormy16-tdep.c: Ditto.
12444
12445 2003-01-07 Andrew Cagney <cagney@redhat.com>
12446
12447 * alpha-tdep.c: Use get_frame_base.
12448 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12449 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12450 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12451 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12452 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12453 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12454 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12455 * config/sparc/tm-sparc.h: Ditto.
12456
12457 2003-01-07 Andrew Cagney <cagney@redhat.com>
12458
12459 * frame.c (deprecated_get_frame_context): New function.
12460 (deprecated_set_frame_context): New function.
12461 * frame.h (deprecated_get_frame_context): Declare.
12462 (deprecated_set_frame_context): Declare.
12463 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12464 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12465
12466 2003-01-07 Andrew Cagney <cagney@redhat.com>
12467
12468 * frame.c (deprecated_set_frame_next_hack): New function.
12469 (deprecated_set_frame_prev_hack): New function.
12470 * frame.h (deprecated_set_frame_next_hack): Declare.
12471 (deprecated_set_frame_prev_hack): Declare.
12472 * mcore-tdep.c (analyze_dummy_frame): Use
12473 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12474 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12475
12476 2003-01-07 David Carlton <carlton@math.stanford.edu>
12477
12478 * linespec.c (decode_line_1): Move code into decode_dollar.
12479 (decode_dollar): New function.
12480
12481 2003-01-07 Andrew Cagney <cagney@redhat.com>
12482
12483 * arm-tdep.c (arm_init_extra_frame_info): Use
12484 deprecated_update_frame_base_hack.
12485 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12486 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12487 (fix_frame_pointer): Ditto.
12488 (mn10300_analyze_prologue): Ditto.
12489
12490 2003-01-07 Andrew Cagney <cagney@redhat.com>
12491
12492 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12493 extra_info using frame_extra_info_zalloc.
12494 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12495 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12496 (sh64_init_extra_frame_info): Ditto.
12497 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12498 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12499 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12500 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12501 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12502 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12503 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12504 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12505 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12506 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12507 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12508 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12509
12510 * mn10300-tdep.c (analyze_dummy_frame): Use
12511 deprecated_set_frame_extra_info_hack.
12512 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12513
12514 2003-01-07 J. Brobecker <brobecker@gnat.com>
12515
12516 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12517 class is not scText. These do not define "real" procedures.
12518 (parse_partial_symbols): Likewise.
12519
12520 2003-01-06 Michael Snyder <msnyder@redhat.com>
12521
12522 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12523
12524 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12525
12526 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12527 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12528 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12529 deprecated_frame_xmalloc_with_cleanup.
12530 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12531 deprecated_frame_xmalloc.
12532 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12533 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12534
12535 2003-01-06 Andrew Cagney <cagney@redhat.com>
12536
12537 * x86-64-linux-tdep.c: Include "osabi.h".
12538 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12539
12540 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12541
12542 2003-01-06 Andrew Cagney <cagney@redhat.com>
12543
12544 * MAINTAINERS (Target Instruction Set Architectures): Update
12545 arm-elf. Can be built with -Werror, has been multiarched.
12546
12547 * value.h (unpack_long): Make buffer parameter constant.
12548 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12549 * scm-lang.h (scm_parse): Ditto.
12550 * defs.h (extract_typed_address, extract_address): Ditto.
12551 (extract_long_unsigned_integer): Ditto.
12552 * inferior.h (unsigned_pointer_to_address): Ditto.
12553 (signed_pointer_to_address): Ditto.
12554 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12555 * gdbarch.h, gdbarch.c: Regenerate.
12556 * findvar.c (extract_long_unsigned_integer): Update.
12557 (extract_address): Update.
12558 (extract_typed_address): Update.
12559 (unsigned_pointer_to_address): Update.
12560 * values.c (unpack_long): Update.
12561 (unpack_double): Update.
12562 (unpack_pointer): Update.
12563 (unpack_field_as_long): Update.
12564 * d10v-tdep.c (d10v_pointer_to_address): Update.
12565 * avr-tdep.c (avr_pointer_to_address): Update.
12566 * scm-lang.c (scm_unpack): Update.
12567 * findvar.c (signed_pointer_to_address): Update.
12568
12569 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12570
12571 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12572 since it is in i386-tdep.c.
12573
12574 2003-01-06 J. Brobecker <brobecker@gnat.com>
12575
12576 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12577 failure introduced in the previous change.
12578
12579 2003-01-05 Michael Chastain <mec@shout.net>
12580
12581 * README: Remove references to deleted remote-*.c files:
12582 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12583 remote-nrom.c, remote-os9k.c, remote-udi.c.
12584
12585 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12586
12587 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12588 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12589 i386_get_longjmp_target.
12590
12591 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12592
12593 * arm-tdep.c (prologue_cache): Change to a pointer.
12594 (_initialize_arm_tdep): Allocate prologue_cache.
12595 (check_prologue_cache): Update.
12596 (save_prologue_cache): Update.
12597 (arm_gdbarch_init): Update.
12598
12599 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12600
12601 * stabsread.c (update_method_name_from_physname): Call complaint()
12602 instead of error.
12603
12604 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12605
12606 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12607 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12608 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12609
12610 * blockframe.c: Include "gdbcmd.h" and "command.h".
12611 (backtrace_below_main): New variable.
12612 (file_frame_chain_valid, func_frame_chain_valid)
12613 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12614 (generic_func_frame_chain_valid): Remove functions.
12615 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12616 (_initialize_blockframe): New function.
12617 * Makefile.in (blockframe.o): Update dependencies.
12618 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12619 comment. Call frame_chain_valid ().
12620 * frame.h: Remove old prototypes. Add prototype for
12621 frame_chain_valid and update comments to match.
12622 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12623 Remove old comment.
12624 * gdbarch.h: Regenerated.
12625 * gdbarch.c: Regenerated.
12626
12627 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12628 set_gdbarch_frame_chain_valid.
12629 * avr-tdep.c (avr_gdbarch_init): Likewise.
12630 * cris-tdep.c (cris_gdbarch_init): Likewise.
12631 * frv-tdep.c (frv_gdbarch_init): Likewise.
12632 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12633 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12634 (i386_nw_init_abi): Likewise.
12635 (i386_gdbarch_init): Likewise.
12636 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12637 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12638 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12639 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12640 * mips-tdep.c (mips_gdbarch_init): Likewise.
12641 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12642 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12643 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12644 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12645 * s390-tdep.c (s390_gdbarch_init): Likewise.
12646 * sh-tdep.c (sh_gdbarch_init): Likewise.
12647 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12648 * v850-tdep.c (v850_gdbarch_init): Likewise.
12649 * vax-tdep.c (vax_gdbarch_init): Likewise.
12650 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12651
12652 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12653 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12654 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12655 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12656 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12657 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12658 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12659 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12660
12661 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12662
12663 * Makefile.in (acconfig_h): Remove incorrect macro.
12664 (config_h): Define.
12665 (osabi.o): Update dependencies.
12666 * configure.tgt: Set gdb_osabi based on target triplet.
12667 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12668 * configure: Regenerated.
12669 * config.in: Regenerated.
12670 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12671 (GDB_OSABI_DEFAULT): Define if not already defined.
12672 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12673 (set_osabi_string): New variables.
12674 (gdbarch_register_osabi): Add new OS ABI to
12675 gdb_osabi_available_names.
12676 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12677 (set_osabi, show_osabi): New functions.
12678 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12679
12680 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12681
12682 * arch-utils.c (gdbarch_info_init): Set osabi to
12683 GDB_OSABI_UNINITIALIZED.
12684 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12685 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12686 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12687 * gdbarch.c: Regenerated.
12688 * gdbarch.h: Regenerated.
12689 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12690 there's no BFD.
12691 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12692 * osabi.h (enum gdb_osabi): Move to defs.h.
12693 (gdbarch_init_osabi): Update prototype.
12694 * defs.h (enum gdb_osabi): Moved here.
12695 * Makefile.in: Update dependencies.
12696
12697 * alpha-tdep.h: Don't include "osabi.h".
12698 (struct gdbarch_tdep): Remove osabi member.
12699 * alpha-tdep.c: Include "osabi.h".
12700 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12701 iterate over arches. Update call to gdbarch_init_osabi.
12702 (alpha_dump_tdep): Don't dump osabi.
12703 * alpha-linux-tdep.c: Include "osabi.h".
12704 * alpha-osf1-tdep.c: Include "osabi.h".
12705 * alphafbsd-tdep.c: Include "osabi.h".
12706 * alphanbsd-tdep.c: Include "osabi.h".
12707
12708 * arm-tdep.h: Don't include "osabi.h".
12709 (struct gdbarch_tdep): Remove osabi member.
12710 * arm-tdep.c: Include "osabi.h".
12711 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12712 iterate over arches. Update call to gdbarch_init_osabi.
12713 (arm_dump_tdep): Don't dump osabi.
12714 * arm-linux-tdep.c: Include "osabi.h".
12715 * armnbsd-tdep.c: Include "osabi.h".
12716
12717 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12718 Update call to gdbarch_init_osabi.
12719
12720 * i386-tdep.h: Don't include "osabi.h".
12721 (struct gdbarch_tdep): Remove osabi member.
12722 * i386-tdep.c: Include "osabi.h".
12723 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12724 iterate over arches. Update call to gdbarch_init_osabi.
12725 (i386_dump_tdep): Don't dump osabi.
12726 * i386-linux-tdep.c: Include "osabi.h".
12727 * i386-sol2-tdep.c: Include "osabi.h".
12728 * i386bsd-tdep.c: Include "osabi.h".
12729 * i386gnu-tdep.c: Include "osabi.h".
12730 * i386ly-tdep.c: Include "osabi.h".
12731 * i386nbsd-tdep.c: Include "osabi.h".
12732 * i386obsd-tdep.c: Include "osabi.h".
12733
12734 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12735 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12736 check osabi when iterating over arches. Update call to
12737 gdbarch_init_osabi.
12738 (mips_dump_tdep): Don't dump osabi.
12739
12740 * ns32k-tdep.h: Don't include "osabi.h".
12741 (struct gdbarch_tdep): Remove.
12742 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12743 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12744 allocate tdep. Update call to gdbarch_init_osabi.
12745 (ns32k_dump_tdep): Remove.
12746 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12747 * ns32knbsd-tdep.c: Include "osabi.h".
12748
12749 * ppc-tdep.h: Don't include "osabi.h".
12750 (struct gdbarch_tdep): Remove osabi member.
12751 * rs6000-tdep.c: Include "osabi.h".
12752 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12753 osabi when iterating over arches. Update call to
12754 gdbarch_init_osabi.
12755 (rs6000_dump_tdep): Don't dump osabi.
12756 * ppc-linux-tdep.c: Include "osabi.h".
12757 * ppcnbsd-tdep.c: Include "osabi.h".
12758
12759 * sh-tdep.h: Don't include "osabi.h".
12760 (struct gdbarch_tdep): Remove osabi member.
12761 * sh-tdep.c: Include "osabi.h".
12762 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12763 iterate over arches. Update call to gdbarch_init_osabi.
12764 (sh_dump_tdep): Don't dump osabi.
12765 * shnbsd-tdep.c: Include "osabi.h".
12766
12767 * sparc-tdep.c: Include "osabi.h".
12768 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12769 iterate over arches. Update call to gdbarch_init_osabi.
12770 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12771 tdep structure.
12772
12773 * vax-tdep.h: Don't include "osabi.h".
12774 (struct gdbarch_tdep): Remove.
12775 * vax-tdep.c: Include "osabi.h".
12776 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12777 iterate over arches. Don't allocate tdep. Update call
12778 to gdbarch_init_osabi.
12779 (vax_dump_tdep): Remove.
12780 (_initialize_vax_tdep): Update call to gdbarch_register.
12781
12782 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12783
12784 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12785 entirely.
12786 (breakpoint_re_set_one): Don't fetch the value for a disabled
12787 watchpoint.
12788
12789 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12790
12791 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12792 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12793 (COERCE_FLOAT_TO_DOUBLE): Remove.
12794 * gdbarch.c: Regenerate.
12795 * gdbarch.h: Regenerate.
12796 * Makefile.in: Remove value_h from gdbarch_h.
12797 * valops.c (coerce_float_to_double): New variable.
12798 (default_coerce_float_to_double): Remove.
12799 (standard_coerce_float_to_double): Remove.
12800 (value_arg_coerce): Use coerce_float_to_double.
12801 (_initialize_valops): Add "set coerce-float-to-double".
12802 * value.h (default_coerce_float_to_double): Remove prototype.
12803 (standard_coerce_float_to_double): Remove prototype.
12804
12805 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12806 prototyped.
12807 * mdebugread.c (parse_symbol): Likewise.
12808 * stabsread.c (define_symbol): Mark all functions as prototyped.
12809
12810 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12811 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12812 set_gdbarch_coerce_float_to_double.
12813 * arm-tdep.c (arm_gdbarch_init): Likewise.
12814 * frv-tdep.c (frv_gdbarch_init): Likewise.
12815 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12816 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12817 * mips-tdep.c (mips_gdbarch_init): Likewise.
12818 (mips_coerce_float_to_double): Remove.
12819 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12820 (rs6000_coerce_float_to_double): Remove.
12821 * s390-tdep.c (s390_gdbarch_init): Likewise.
12822 * sh-tdep.c (sh_gdbarch_init): Likewise.
12823 (sh_coerce_float_to_double): Remove.
12824 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12825 (sparc_coerce_float_to_double): Remove.
12826 * v850-tdep.c (v850_gdbarch_init): Likewise.
12827 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12828 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12829 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12830 (hppa_coerce_float_to_double): Remove prototype.
12831 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12832
12833 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12834
12835 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12836
12837 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12838
12839 Suggested by Stewart Brown <sb24@avaya.com>:
12840 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12841 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12842 (c_type_print_varspec_suffix): Likewise.
12843
12844 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12845
12846 * configure.in: Don't set and AC_SUBST SUBDIRS.
12847 * configure: Regenerated.
12848
12849 * configure.in: Remove code dealing with shared libraries.
12850 * Makefile.in: Remove HLDFLAGS and HLDENV.
12851 * configure: Regenerated.
12852
12853 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12854
12855 * frame.c (deprecated_frame_xmalloc): New function.
12856 (deprecated_set_frame_saved_regs_hack): New function.
12857 (deprecated_set_frame_extra_info_hack): New function.
12858 * frame.h (deprecated_frame_xmalloc): Declare.
12859 (deprecated_set_frame_saved_regs_hack): Declare.
12860 (deprecated_set_frame_extra_info_hack): Declare.
12861
12862 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12863
12864 * configure.in: Move code that provides the --enable-gdbtk option
12865 right after the code that handles the --enable-tui option, and
12866 polish it somewhat.
12867 * configure: Regenerated.
12868
12869 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12870 AC_CHECK_FUNCS and remove the old check for pread64.
12871 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12872 * acconfig.h (_GNU_SOURCE): Add.
12873 (HAVE_PREAD64): Remove.
12874 * configure, aclocal.m4, config.in: Regenerated.
12875
12876 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12877
12878 * alpha-tdep.c: Use get_frame_saved_regs.
12879 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12880 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12881 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12882 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12883 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12884
12885 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12886
12887 * configure.in: Remove all use of the SUBDIRS variable; add
12888 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12889 code providing the --enable-multi-ice option, and move it right in
12890 front of the code that checks whether gdbserver is supported.
12891 Polish that too.
12892 * configure: Regenerated.
12893 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12894 @SUBDIRS@.
12895
12896 2003-01-03 Andrew Cagney <cagney@redhat.com>
12897
12898 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12899 * avr-tdep.c, cris-tdep.c: Ditto.
12900 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12901 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12902
12903 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12904
12905 * configure.in: Remove --enable-netrom option.
12906 * configure: Regenerated.
12907
12908 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12909
12910 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12911 declaration for `struct re_pattern_buffer' instead.
12912 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12913
12914 2003-01-03 J. Brobecker <brobecker@gnat.com>
12915
12916 * mdebugread.c (parse_symbol): Count until the stEnd matching
12917 the structure name.
12918
12919 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12920
12921 * configure.in: Remove --with-cpu option.
12922 subscripts. Remove evil changequotes here.
12923 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12924 * config.in, configure: Regenerated.
12925
12926 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12927 * configure.in: Cleanup section that sources GDB and BFD configure
12928 subscripts. Remove evil changequotes here.
12929 * config.in, configure: Regenerated.
12930
12931 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12932
12933 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12934 frame accessor methods.
12935 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12936 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12937 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12938 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12939 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12940 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12941 * z8k-tdep.c: Ditto.
12942
12943 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12944
12945 * configure.in: Remove UI_OUT configuration code.
12946 * ada-lang.c: Update assuming UI_OUT is always true.
12947 * Makefile.in (UIOUT_CFLAGS): Remove.
12948 * configure: Regenerated.
12949 * TODO: Remove blurb about elimination of -DUI_OUT.
12950
12951 * configure.in: Move code that provides the --enable-gdbcli,
12952 --enable-gdbmi options right before the code that handles the
12953 --enable-tui option. Polish a bit.
12954 * configure: Regenerated.
12955
12956 * configure.in: Rewrite check for GNU regex and the
12957 --without-included regex option, and move it into the "Checks for
12958 library functions" section. This makes us use the system regex
12959 again by default on systems with version 2 of the GNU C library.
12960 This was apparently broken.
12961 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12962 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12963 * config.in, configure: Regenerated.
12964
12965 * configure.in: Move code that provides the --enable-tui option
12966 before the "Checks for libraries" section. Polish the code
12967 somewhat and set need_curses to yes if we build the TUI. Rewrite
12968 code that looks for a library providing termcap functionality to
12969 match more closely what's done in the Readline library, and move
12970 it into to the "Checks for libraries" section.
12971 * configure: Regenerated.
12972 * Makefile.in (TERMCAP): Remove variable.
12973 * config/i386/go32.mh (TERMCAP): Remove variable.
12974
12975 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12976
12977 * MAINTAINERS: Mention gdb_mbuild.sh.
12978 * gdb_mbuild.sh: Rewrite.
12979
12980 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12981
12982 * configure.in: Fix typo in last change.
12983 * config.in, configure: Regenerated.
12984
12985 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12986
12987 * valarith.c (value_binop): Delete obsolete code and comments.
12988 * configure.host: Ditto.
12989 * buildsym.h (make_blockvector): Ditto.
12990 * buildsym.c (make_blockvector): Ditto.
12991 * defs.h (enum language): Ditto.
12992 (chill_demangle): Ditto.
12993 * elfread.c (elf_symtab_read): Ditto.
12994 * dwarfread.c (CHILL_PRODUCER): Ditto.
12995 (set_cu_language): Ditto.
12996 (handle_producer): Ditto.
12997 * expprint.c (print_subexp): Ditto.
12998 * gdbtypes.c (chill_varying_type): Ditto.
12999 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13000 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13001 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13002 (chill_varying_type): Ditto.
13003 * language.h (_LANG_chill): Ditto.
13004 * language.c (binop_result_type, integral_type): Ditto.
13005 (character_type, string_type, structured_type): Ditto.
13006 (lang_bool_type, binop_type_check): Ditto.
13007 * stabsread.h (os9k_stabs): Ditto.
13008 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13009 (define_symbol, read_type, read_struct_fields): Ditto.
13010 (read_array_type, read_enum_type, read_huge_number): Ditto.
13011 (read_range_type, start_stabs): Ditto.
13012 * symfile.c (init_filename_language_table): Ditto.
13013 (add_psymbol_with_dem_name_to_list): Ditto.
13014 * symtab.c (symbol_init_language_specific): Ditto.
13015 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13016 * symtab.h (struct general_symbol_info): Ditto.
13017 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13018 * typeprint.c (typedef_print): Ditto.
13019 * utils.c (fprintf_symbol_filtered): Ditto.
13020 * valops.c (value_cast, search_struct_field, value_slice): Delete
13021 obsolete code.
13022 (varying_to_slice): Delete function.
13023 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13024 (varying_to_slice): Delete declaration.
13025 * MAINTAINERS: Update.
13026
13027 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13028
13029 * configure.in: Reorganize "Checks for library functions section"
13030 a bit. Remove check for `btowc' and `isascii' functions.
13031 * configure: Regenerated.
13032
13033 * acconfig.h (_MSE_INT_H): Remove.
13034 * configure.in: Create "Checks for header files" section, and move
13035 appropriate tests there. Don't check for objlist.h, wchar.h,
13036 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13037 misdetection fix. Also add "Checks for types", "Checks for
13038 compiler characteristics" and "Checks for library functions"
13039 sections.
13040 * config.in, configure: Regenerated.
13041
13042 * configure.in: Create "Checks for programs" section, and move
13043 appropriate tests there.
13044
13045 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13046
13047 * configure.in: Create "Checks for libraries" section, and move
13048 appropriate tests there. Cleanup check for wctype in libw. Use
13049 AC_SEARCH_LIBS to see whether we need libsocket.
13050 * configure: Regenerated.
13051
13052 For older changes see ChangeLog-2002
13053 \f
13054 Local Variables:
13055 mode: change-log
13056 left-margin: 8
13057 fill-column: 74
13058 version-control: never
13059 End:
This page took 0.329831 seconds and 4 git commands to generate.