* i386-tdep.c (i386_regset_from_core_section): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2
3 * i386-tdep.c (i386_regset_from_core_section): New function.
4 (i386_gdbarch_init): Initialize regset_from_core_section if
5 appropriate.
6 * i386-tdep.h (i386_regset_from_core_section): New declaration.
7
8 * i386-tdep.h (struct regset): Declare opaque.
9
10 * gdbarch.sh (regset_from_core_section): New method.
11 (struct regset): Declare opaque.
12 * gdbarch.c, gdbarch.h: Regenerated.
13
14 2003-10-11 Alan Modra <amodra@bigpond.net.au>
15
16 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
17 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
18 Correct test for pc within section.
19
20 2003-10-11 Mark Kettenis <kettenis@gnu.org>
21
22 * gdbarch.sh: Remove trailing whitepsace from comments.
23
24 2003-10-08 Roland McGrath <roland@redhat.com>
25
26 * gcore.c (make_mem_sec): Function removed, folded into ...
27 (gcore_create_callback): ... here. To omit a section, clear its
28 SEC_LOAD bit rather than zeroing its size.
29 Omit read-only sections only if they correspond to a known disk file.
30 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
31
32 2003-10-10 Michael Snyder <msnyder@redhat.com>
33
34 * d10v-tdep.c: Fix typo in comment.
35
36 2003-10-10 Andrew Cagney <cagney@redhat.com>
37
38 * rs6000-tdep.c (e500_store_return_value): Delete function.
39 (e500_extract_return_value): Delete function.
40 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
41 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
42 "ppc_sysv_abi_restore_return_value" where applicable.
43 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
44 (ppc_sysv_abi_extract_return_value): Declare.
45 (ppc_sysv_abi_broken_store_return_value): Declare.
46 (ppc_sysv_abi_broken_extract_return_value): Declare.
47 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
48 * ppc-sysv-tdep.c (return_value_convention): Move definition to
49 start of file.
50 (do_ppc_sysv_return_value): New function.
51 (ppc_sysv_abi_extract_return_value): New function.
52 (ppc_sysv_abi_store_return_value): New function.
53 (ppc_sysv_abi_broken_extract_return_value): New function.
54 (ppc_sysv_abi_broken_store_return_value): New function.
55 (ppc_sysv_abi_use_struct_convention): Call
56 do_ppc_sysv_return_value.
57
58 2003-10-10 J. Brobecker <brobecker@gnat.com>
59
60 * blockframe.c (inside_main_func): No longer use symbol_lookup()
61 to lookup the main function symbol.
62
63 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
64
65 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
66 types correctly.
67 (sh_push_dummy_call_fpu): Fix argument passing rules.
68 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
69 float types.
70 (sh3e_sh4_store_return_value): Ditto.
71
72 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
73
74 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
75 comment.
76
77 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
78
79 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
80 more readable code. Accomodate passing of bitfields.
81
82 2003-10-10 Andrew Cagney <cagney@redhat.com>
83
84 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
85 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
86 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
87 * ppc-sysv-tdep.c: Include "gdb_assert.h".
88 (ppc64_sysv_abi_push_dummy_call): New function.
89 (ppc64_sysv_abi_broken_push_dummy_call): New function.
90 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
91 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
92
93 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
94
95 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
96 * README: Ditto.
97 * d10v-tdep.c: Ditto.
98 * h8300-tdep.c: Ditto.
99 * remote-e7000.c: Ditto.
100 * remote-hms.c: Ditto.
101 * ser-e7kpc.c: Ditto.
102 * sh-stub.c: Ditto.
103 * sh-tdep.c: Ditto.
104 * sh-tdep.h: Ditto.
105 * sh3-rom.c: Ditto.
106 * sh64-tdep.c: Ditto.
107 * top.c: Ditto.
108 * wince.c: Ditto.
109 * config/d10v/d10v.mt: Ditto.
110 * config/sh/embed.mt: Ditto.
111 * config/sh/linux.mt: Ditto.
112 * config/sh/tm-linux.h: Ditto.
113 * config/sh/tm-sh.h: Ditto.
114 * config/sh/wince.mt: Ditto.
115
116 2003-10-09 Andrew Cagney <cagney@redhat.com>
117
118 * ppc-tdep.h (struct type): Declare opaque.
119 * x86-64-tdep.h (struct regcache): Declare opaque.
120 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
121 coding style.
122
123 2003-10-09 Andrew Cagney <cagney@redhat.com>
124
125 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
126 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
127 (SOFTWARE_SINGLE_STEP_P): Ditto.
128 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
129 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
130 (SOFTWARE_SINGLE_STEP_P): Ditto.
131 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
132 software_single_step to rs6000_software_single_step.
133
134 2003-10-09 Andrew Cagney <cagney@redhat.com>
135
136 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
137
138 2003-10-09 Michael Snyder <msnyder@redhat.com>
139
140 * frame.h: Fix typo in comment.
141 * dummy-frame.c: Fix typo in comment.
142 * d10v-tdep.c: Random whitespace/comment tweaks.
143
144 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
145
146 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
147 (sh_push_dummy_code): Delete function, it's only used for dummy calls
148 on stack.
149
150 Based on input by Stephen Clarke (stephen.clarke@superh.com):
151 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
152 in detail.
153
154 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
155
156 * remote-mips.c (mips_initialize): Remove unneeded call to
157 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
158
159 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
160
161 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
162 a memory pointer.
163
164 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
165
166 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
167 for any lwp we resume.
168 (running_callback): Add lwps that have pending status events
169 against them to be considered running.
170
171 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
172
173 * m32r-tdep.c : Include "dis-asm.h".
174 * Makefile.in (m32r-tdep.o): Update dependencies.
175
176 2003-10-06 J. Brobecker <brobecker@gnat.com>
177
178 * completer.h (get_gdb_completer_word_break_characters): Delete.
179 * completer.c: include language.h.
180 (gdb_completer_word_break_characters): Delete.
181 (get_gdb_completer_word_break_characters): Delete.
182 (location_completer): Use the word break characters of the current
183 language.
184 (complete_line): Likewise.
185 (line_completion_function): Likewise.
186 (skip_quoted_chars): Likewise.
187 * Makefile.in (completer.o): Add dependency on language.h.
188 * top.c (init_main): Set the readline word break characters
189 to GDB's default word break characters.
190
191 2003-10-06 J. Brobecker <brobecker@gnat.com>
192
193 * language.h (language_defn): new field, la_word_break_characters.
194 * language.c (unknown_language_defn): Set new field to
195 default_word_break_characters.
196 (auto_language_defn): Likewise.
197 (local_language_defn): Likewise.
198 * ada-lang.c (ada_language_defn): Likewise.
199 * c-lang.c (c_language_defn): Likewise.
200 (cplus_language_defn): Likewise.
201 (asm_language_defn): Likewise.
202 (minimal_language_defn): Likewise.
203 * f-lang.c (f_language_defn): Likewise.
204 * jv-lang.c (java_language_defn): Likewise.
205 * m2-lang.c (m2_language_defn): Likewise.
206 * objc-lang.c (objc_language_defn): Likewise.
207 * p-lang.c (pascal_language_defn): Likewise.
208 * scm-lang.c (scm_language_defn): Likewise.
209
210 2003-10-06 Andrew Cagney <cagney@redhat.com>
211
212 * ppc-sysv-tdep.c: Re-indent.
213
214 2003-10-06 J. Brobecker <brobecker@gnat.com>
215
216 * language.h (default_word_break_characters): Add prototype.
217 * language.c (default_word_break_characters): New function.
218
219 2003-10-06 Andreas Schwab <schwab@suse.de>
220
221 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
222 with %eax.
223
224 2003-10-06 Andrew Cagney <cagney@redhat.com>
225
226 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
227 "h8500-tdep.c".
228 (z8k-tdep.o): Delete custom build rule.
229
230 2003-10-06 Andrew Cagney <cagney@redhat.com>
231
232 * Makefile.in: Update all dependencies.
233
234 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
235 No longer list PA as as obsolete candidate. List m32r as
236 broken instead of obsolete.
237
238 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
239 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
240 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
241 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
242 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
243 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
244 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
245 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
246 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
247 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
248 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
249 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
250 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
251 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
252 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
253 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
254 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
255 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
256 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
257 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
258 * config/z8k/z8k.mt: Ditto.
259
260 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
261 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
262 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
263 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
264 sparclite were removed.
265 * configure.host, configure.tgt: Remove corresponding tuples.
266
267 * breakpoint.c, breakpoint.h: Remove obsolete code.
268 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
269 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
270 * stabsread.h, xcoffread.c: Ditto.
271
272 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
273 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
274 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
275 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
276
277 2003-10-06 David Lecomber <dsl@sources.redhat.com>
278
279 * f-valprint.c: Reformatting
280
281 2003-10-06 Mark Kettenis <kettenis@gnu.org>
282
283 * x86-64-tdep.c: Remove duplicate comment.
284
285 * x86-64-tdep.c (x86_64_store_return_value): Don't use
286 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
287 names for return values. This fixes a bug since we looked at %rbx
288 instead of %rdx.
289
290 2003-10-05 Mark Kettenis <kettenis@gnu.org>
291
292 * x86-64-tdep.c: Include "regset.h".
293
294 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
295 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
296 sizeof_fpregset.
297 * i386-tdep.c: Include "regset.h".
298 (i386_supply_gregset): New function.
299 (i386_supply_fpregset): New function.
300 (i386_gdbarch_init): Initialze register set-related members of
301 TDEP.
302 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
303 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
304
305 2003-10-03 Andrew Cagney <cagney@redhat.com>
306
307 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
308 set extract_return_value, store_return_value and
309 use_struct_convention to ppc64_sysv_abi_extract_return_value,
310 ppc64_sysv_abi_store_return_value and
311 ppc64_sysv_abi_use_struct_convention.
312 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
313 (ppc64_sysv_abi_store_return_value): Declare.
314 (ppc64_sysv_abi_use_struct_convention): Declare.
315 * ppc-sysv-tdep.c (enum return_value_convention): Define.
316 (ppc64_sysv_abi_extract_return_value): New function.
317 (ppc64_sysv_abi_store_return_value): New function.
318 (ppc64_sysv_abi_use_struct_convention): New function.
319 (ppc64_sysv_abi_return_value): New function.
320
321 2003-10-03 Andrew Cagney <cagney@redhat.com>
322
323 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
324 convert a descriptor to a function when it's in the ".opd"
325 section.
326
327 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
328
329 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
330 reg_size to keep GCC silent.
331
332 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
333
334 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
335 base for DW_EH_PE_textrel encodings.
336 (read_encoded_value): Add a DW_EH_PE_textrel case.
337 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
338 section.
339
340 2003-10-03 Mark Kettenis <kettenis@gnu.org>
341
342 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
343
344 2003-10-02 Andrew Cagney <cagney@redhat.com>
345
346 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
347 REGISTER_RAW_SIZE.
348 * gdbarch.h, gdbarch.c: Re-generate.
349 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
350 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
351 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
352 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
353 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
354 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
355 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
356 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
357 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
358 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
359 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
360 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
361 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
362 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
363 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
364 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
365
366 2003-10-02 Jim Blandy <jimb@redhat.com>
367
368 * dwarf2read.c (struct die_info): Doc fix.
369
370 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
371
372 * sh-tdep.c: Running thru gdb_indent.sh.
373
374 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
375
376 * sh-tdep.c (sh_justify_value_in_reg): New function.
377 (sh_stack_allocsize): Ditto.
378 (flt_argreg_array): New array used for floating point argument
379 passing.
380 (sh_init_flt_argreg): New function.
381 (sh_next_flt_argreg): Ditto.
382 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
383 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
384 Fix argument passing strategy.
385 (sh_push_dummy_call_nofpu): Ditto.
386
387 2003-10-01 Andrew Cagney <cagney@redhat.com>
388
389 * value.h (register_value_being_returned): Declare. Replace
390 "value_being_returned".
391 * infcall.c (call_function_by_hand): Use
392 register_value_being_returned.
393 * infcmd.c (print_return_value): Call
394 "register_value_being_returned", handle struct return locally.
395 * values.c (register_value_being_returned): New function. Replace
396 "value_being_returned".
397
398 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
399
400 * linux-proc.c (linux_do_registers): New function.
401 (linux_make_note_section): Use linux_do_registers in case of
402 single threaded inferior programs.
403
404 2003-10-01 Andrew Cagney <cagney@redhat.com>
405
406 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
407 use STRUCT_ADDR. When not using "struct return convention", pass
408 "0" to "value_being_returned". Add FIXMEs.
409 * infcmd.c (print_return_value): Pass an explicit 0/1 to
410 value_being_returned. Add comments.
411 * values.c (value_being_returned): Add fixme.
412 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
413 (hppa_value_returned_from_stack): Add FIXME.
414
415 2003-09-30 David Carlton <carlton@kealia.com>
416
417 * dwarf2read.c (struct die_info): Add 'parent' field; replace
418 'has_children' and 'next' by 'child' and 'sibling'.
419 (read_comp_unit): Rework algorithm, breaking body into
420 read_die_and_children and read_die_and_siblings.
421 (read_die_and_children, read_die_and_siblings): New.
422 (read_full_die): Add 'has_children' argument; set it instead of
423 the die's 'has_children' field. Minor formatting cleanup.
424 (free_die_list): Use die->child and die->sibling instead of
425 die->next.
426 (dump_die_list): Ditto.
427 (sibling_die): Use die->sibling.
428 (psymtab_to_symtab_1): Use die's 'child' field in place of its
429 'has_children' and 'next' fields.
430 (process_die, read_file_scope, read_func_scope)
431 (read_lexical_block_scope, read_structure_scope)
432 (read_enumeration, read_array_type, read_common_block)
433 (read_namespace, read_subroutine_type, dump_die): Ditto.
434
435 2003-09-30 Andrew Cagney <cagney@redhat.com>
436
437 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
438 to 224, not 220.
439
440 2003-09-30 Andrew Cagney <cagney@redhat.com>
441
442 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
443 REGISTER_VIRTUAL_SIZE.
444 * gdbarch.h, gdbarch.c: Regenerate.
445 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
446 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
447 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
448
449 2003-09-29 Andrew Cagney <cagney@redhat.com>
450
451 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
452 DEPRECATED_REGISTER_VIRTUAL_TYPE.
453 * gdbarch.h, gdbarch.c: Regenerate.
454 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
455 * sh64-tdep.c, sparc-tdep.c: Update.
456
457 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
458 * remote-vxmips.c (vx_read_register): Ditto.
459 * remote-vx68.c (vx_read_register): Ditto.
460 * gnu-nat.c (inf_validate_procs): Ditto.
461
462 2003-09-29 J. Brobecker <brobecker@gnat.com>
463
464 * infcall.c (call_function_by_hand): Fix build failure
465 introduced in the previous change to this file.
466
467 2003-09-29 Andrew Cagney <cagney@redhat.com>
468
469 * NEWS: Mention Objective-C.
470
471 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
472
473 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
474 test if the register has been saved on the stack.
475 (arm_scan_prologue_cache): When analysing the instruction
476 "str lr, [sp, #-4]", save the address where lr has been stored.
477
478 2003-09-28 Andrew Cagney <cagney@redhat.com>
479
480 * frame.c (frame_read_unsigned_register): Delete function.
481 * frame.h (frame_read_unsigned_register): Delete declaration.
482 * sparc-tdep.c (sparc_init_extra_frame_info): Use
483 get_frame_register_unsigned.
484 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
485 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
486 * d10v-tdep.c (d10v_print_registers_info): Ditto.
487
488 * frame.h (frame_read_register): Delete declaration.
489 * frame.c (frame_read_register): Delete function.
490 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
491 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
492 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
493 * mips-tdep.c (mips_register_to_value): Ditto.
494 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
495 * d10v-tdep.c (d10v_print_registers_info): Ditto.
496
497 * frame.c (frame_read_signed_register): Delete function.
498 (frame_read_unsigned_register): Update comments.
499 * frame.h (frame_read_signed_register): Delete declaration.
500 * h8300-tdep.c (h8300_print_register): Use
501 get_frame_register_signed.
502 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
503
504 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
505 Rename VALUE_RETURNED_FROM_STACK.
506 * infcmd.c (print_return_value): Update.
507 * infcall.c (call_function_by_hand): Update.
508
509 2003-09-28 Mark Kettenis <kettenis@gnu.org>
510
511 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
512 regcache argument and reverse the order of the other two
513 arguments. Remove local regcache variable. Determine
514 architecture from REGCACHE. Update comments.
515 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
516 reverse the order of the other two arguments. Remove local
517 regcache variable. Determine architecture from REGCACHE. Update
518 comments.
519 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
520 prototypes. Update comments.
521 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
522 comment.
523 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
524 Update.
525 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
526 * i386-interix-nat.c (supply_fpregset): Update.
527 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
528 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
529 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
530 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
531 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
532 Update.
533 * i386obsd-tdep.c (fetch_core_registers): Update.
534 * i386v4-nat.c (supply_fpregset): Update.
535 * x86-64-linux-nat.c (supply_fpregset): Update.
536 * x86-64-linux-tdep.c (fetch_core_registers): Update.
537
538 2003-09-27 Mark Kettenis <kettenis@gnu.org>
539
540 * i386-tdep.h: Put opaque declarations in alphabetical
541 order. Remove spurious whitespace.
542 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
543 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
544 * i386-tdep.c (MM0_REGNUM): Remove define.
545 (i386_mmx_regnum_p): Add gdbarch argument.
546 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
547 Rewrite using new macro definitions for FPU/SSE registers.
548 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
549 definitions from i387-tdep.h.
550 (i386_register_name): Update.
551 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
552 new macro definitions for FPU/SSE registers.
553 (i386_extract_return_value): Determine whether floating-point
554 registers are present by examining REGCACHE's architecture.
555 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
556 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
557 FPU/SSE registers.
558 (i386_register_type): Update.
559 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
560 definitions for FPU registers. Use REGCACHE's architecture to
561 determine the appropriate register numbers.
562 (i386_pseudo_register_read, i386_pseudo_register_write,
563 i386_register_reggroup_p): Update.
564 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
565 TDEP->mm0_regnum.
566 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
567 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
568 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
569 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
570 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
571 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
572 *' to `void *'.
573 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
574 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
575 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
576 definitions for FPU/SSE registers.
577 (FXSAVE_MXCSR_ADDR): New define.
578 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
579 TDEP->mm0_regnum.
580 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
581 (I387_ST0_REGNUM): Define.
582
583 * regcache.h (get_regcache_arch): New prototype.
584 * regcache.c (get_regcache_arch): New function.
585
586 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
587 whitespace.
588
589 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
590 Initialize using ARRAY_SIZE.
591
592 2003-09-27 Andrew Cagney <cagney@redhat.com>
593
594 * arch-utils.c (deprecated_init_frame_pc_default): Rename
595 "init_frame_pc_default".
596 * arch-utils.h (deprecated_init_frame_pc_default): Update.
597 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
598 * vax-tdep.c (vax_gdbarch_init): Update.
599 * v850-tdep.c (v850_gdbarch_init): Update.
600 * sh64-tdep.c (sh64_gdbarch_init): Update.
601 * s390-tdep.c (s390_gdbarch_init): Update.
602 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
603 * mcore-tdep.c (mcore_gdbarch_init): Update.
604 * h8300-tdep.c (h8300_gdbarch_init): Update.
605 * cris-tdep.c (cris_gdbarch_init): Update.
606 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
607
608 2003-09-26 Mark Kettenis <kettenis@gnu.org>
609
610 * regset.h: New file.
611 * Makefile.in (regset_h): Add.
612
613 2003-09-25 Andrew Cagney <cagney@redhat.com>
614
615 * frame.h (deprecated_frame_saved_regs): Rename
616 get_frame_saved_regs.
617 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
618 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
619 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
620 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
621 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
622
623 2003-09-25 Andrew Cagney <cagney@redhat.com>
624
625 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
626 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
627 and Java.
628 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
629 arm*-*-* do not use the new frame code.
630
631 2003-09-25 David Carlton <carlton@kealia.com>
632
633 * c-exp.y: Remove 'register' declarations.
634 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
635
636 2003-09-25 David Carlton <carlton@kealia.com>
637
638 * c-exp.y: Include cp-support.h. Add qualified_type.
639 (yylex): Delete nested type hack; add comments.
640 * cp-namespace.c (cp_lookup_nested_type): New function.
641 * cp-support.h: Declare cp_lookup_nested_type.
642 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
643 instead of value_struct_elt_for_reference.
644 * valops.c: Include cp-support.h.
645 (value_aggregate_elt): New function.
646 (value_namespace_elt): Ditto.
647 (value_struct_elt_for_reference): Make static.
648 * value.h: Delete declaration of value_struct_elt_for_reference;
649 add declaration for value_aggregate_elt.
650 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
651 (valops.o): Ditto.
652
653 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
654
655 * stack.c: Include "reggroups.h".
656 (frame_info): Only display registers in all_reggroup.
657 * Makefile.in (stack.o): Update dependencies.
658
659 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
660
661 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
662 "add ip, sp #n" in the prologue.
663 (arm_scan_prologue): Ditto.
664
665 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
666
667 * MAINTAINERS (write after approval): Add myself.
668
669 2003-09-25 Andreas Schwab <schwab@suse.de>
670
671 * m68k-tdep.c: Include "dwarf2-frame.h".
672 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
673 * Makefile.in (m68k-tdep.o): Update dependencies.
674
675 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
676
677 * sh-tdep.c (struct frame_extra_info): Remove.
678 (struct sh_frame_cache): New structure.
679 (GET_SOURCE_REG): New macro extracting source register of an opcode.
680 (GET_TARGET_REG): Ditto but target register.
681 (GET_PUSHED_REG): Remove.
682 (IS_MOV_ARG_TO_REG): New macro.
683 (IS_MOV_ARG_TO_IND_R14): New macro.
684 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
685 (IS_MOVW_PCREL_TO_REG): New macro.
686 (IS_MOVL_PCREL_TO_REG): New macro.
687 (IS_SUB_REG_FROM_SP): New macro.
688 (IS_ARG_MOV): Remove.
689 (IS_MOV_TO_R14): Remove.
690 (IS_RESTORE_FP): New macro.
691 (IS_RTS): New macro.
692 (IS_LDS): New macro.
693 (IS_MOV_FP_SP): New macro.
694 (IS_ADD_REG_TO_FP): New macro.
695 (IS_ADD_IMM_FP): New macro.
696 (sh_skip_prologue_hard_way): Remove.
697 (sh_saved_pc_after_call): Remove.
698 (sh_frame_chain): Remove.
699 (sh_find_callers_reg): Remove.
700 (sh_nofp_frame_init_saved_regs): Remove.
701 (sh_fp_frame_init_saved_regs): Remove.
702 (sh_init_extra_frame_info): Remove.
703 (sh_analyze_prologue): New function.
704 (sh_skip_prologue): Remove deprecated code. Rely on new function
705 sh_analyze_prologue when after_prologue fails.
706 (sh_frame_saved_pc): Remove.
707 (sh_alloc_frame_cache): New function.
708 (sh_frame_cache): Ditto.
709 (sh_frame_prev_register): Ditto.
710 (sh_frame_this_id): Ditto.
711 (sh_frame_unwind): New structure defining the heuristic frame
712 sniffer interface.
713 (sh_frame_sniffer): New function.
714 (sh_unwind_sp): Ditto.
715 (sh_unwind_pc): Ditto.
716 (sh_unwind_dummy_id): Ditto.
717 (sh_frame_base_address): Ditto.
718 (sh_frame_base): New structure defining new frame base code.
719 (sh_in_function_epilogue_p): New function.
720 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
721 code and to call all new code instead. Initialize dwarf2 and
722 heuristic frame sniffer.
723
724 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
725
726 * parser-defs.h (struct exp_descriptor): New definition, containing
727 language-specific info for printing, prefixifying, dumping, and
728 evaluating expressions.
729 (exp_descriptor_standard): Declare new variable.
730 (print_subexp): Make global and declare here (from expprint.c).
731 (dump_subexp): Ditto.
732 (dump_subexp_body_standard): Declare.
733 (operator_length_standard): Declare.
734 (op_name_standard): Declare.
735 (print_subexp): Declare.
736 (print_subexp_standard): Declare.
737
738 * language.h (struct language_defn): Add la_exp_desc field to hold
739 pointer to table for language-specific operators.
740 Remove evaluate_exp field, which is now in struct exp_descriptor.
741
742 * parse.c (operator_length): Move most code to new
743 operator_length_standard function. Use language-specific information.
744 (operator_length_standard): New function taking most code from
745 operator_length.
746 (exp_descriptor_standard): New constant.
747
748 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
749 and OP_EXTENDED_LAST.
750
751 * expprint.c (print_subexp): Use language-specific print_subexp.
752 Make global; remove static declaration.
753 Move most code to print_subexp_standard.
754 (print_subexp_standard): New function, containing code formerly in
755 print_subexp.
756 (op_name): Add expression to argument signature.
757 Use langauge-specific op_name.
758 Move most code to op_name_standard.
759 (op_name_standard): New function, containing code formerly in op_name.
760 (dump_subexp): Use new version of op_name function.
761 Use language-specific dump_subexp_body, and move most existing code to
762 dump_subexp_body_standard.
763 (dump_raw_expression): Use new op_name interface.
764 (dump_subexp_body): Move most code to dump_subexp_body_standard.
765 (dump_subexp_body_standard): New function, containing code formerly
766 in dump_subexp_body.
767
768 * language.c (unknown_language): Add default la_exp_desc field and
769 remove evaluate_exp field.
770 (auto_language): Ditto.
771 (local_language): Ditto.
772 * f-lang.c (f_language_defn): Ditto.
773 * c-lang.c (c_language_defn): Ditto.
774 (cplus_language_defn): Ditto.
775 (asm_language_defn): Ditto.
776 (minimal_language_defn): Ditto.
777 * p-lang.c (pascal_language_defn): Ditto.
778 * m2-lang.c (m2_language_defn): Ditto.
779 * objc-lang.c (objc_language_defn): Ditto.
780
781 * jv-lang.c (exp_descriptor_java): New variable, containing
782 Java-specific expression evaluator.
783 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
784 field.
785 * scm-lang.c (exp_descriptor_scm): New variable, containing
786 Scheme-specific expression evaluator.
787 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
788 field.
789 * objc-lang.c (print_object_command): Take evaluate_exp from the
790 la_exp_desc field.
791
792 * Makefile.in (eval.o): Add dependency on parser-defs.h.
793
794 * eval.c: Include parser-defs.h for the full declaration of
795 la_exp_desc's type.
796 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
797
798 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
799
800 * parser-defs.h (operator_length): Declare.
801
802 * parse.c (length_of_subexp): Use operator_length to get operator
803 lengths and arities for operators.
804 Move most code to new operator_length function.
805 (operator_length): New function absorbing most code from
806 length_of_subexp.
807 (prefixify_subexp): Remove large case and use operator_length instead.
808 (parse_exp_1): Use renamings:
809 dump_prefix_expression => dump_raw_expression and
810 dump_postfix_expression => dump_prefix_expression.
811
812 * expression.h (dump_prefix_expression): Rename to ...
813 (dump_raw_expression): New name.
814 (dump_postfix_expression): Rename to ...
815 (dump_prefix_expression): New name.
816
817 * expprint.c (dump_subexp): Make global. Add comment.
818 Move most existing code to dump_subexp_body.
819 (dump_subexp_body): New function.
820 (dump_prefix_expression): Rename to dump_raw_expression.
821 Remove attempt to print the expression via print_expression: it can't
822 work before the expression is prefixified.
823 (dump_raw_expression): Renamed from dump_prefix_expression.
824 (dump_postfix_expression): Rename to dump_prefix_expression, since
825 that's what it does.
826 Remove 'note' parameter, since this routine must be used on
827 prefixified expression.
828 (dump_prefix_expression): Renamed from dump_postfix_expression.
829
830 2003-09-22 Jim Blandy <jimb@redhat.com>
831
832 * dwarf2read.c (read_array_type): When building the type for an
833 array of unspecified length, make sure to choose the upper bound
834 so that the array's total length comes out to be zero --- that's
835 how we represent such arrays.
836
837 2003-09-22 Michael Chastain <mec@shout.net>
838
839 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
840
841 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
842
843 * top.c (quit_force): Fix indirect call to quit_target so
844 a struct qt_args pointer is passed.
845
846 2003-09-22 Andrew Cagney <cagney@redhat.com>
847
848 * arch-utils.h (init_frame_pc_noop): Delete declaration.
849 * arch-utils.c (init_frame_pc_noop): Delete function.
850 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
851 "init_frame_pc".
852 * mips-tdep.c (mips_gdbarch_init): Ditto.
853 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
854 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
855 declaration.
856 (DEPRECATED_INIT_FRAME_PC): Delete macro.
857 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
858 declaration.
859 (DEPRECATED_INIT_FRAME_PC): Delete macro.
860
861 2003-09-22 Anthony Green <green@redhat.com>
862
863 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
864 declaration.
865
866 2003-09-20 Andrew Cagney <cagney@redhat.com>
867
868 * breakpoint.c: Eliminate ARGSUSED.
869 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
870 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
871 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
872 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
873 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
874 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
875 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
876 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
877 * wince.c, remote-vx.c: Ditto.
878
879 * cli/cli-script.c: Remove "register" attributes.
880 * config/pa/tm-hppa.h: Ditto.
881 * cli/cli-decode.c: Ditto.
882 * cli/cli-cmds.c: Ditto.
883
884 2003-09-19 Andrew Cagney <cagney@redhat.com>
885
886 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
887 DEPRECATED_NPC_REGNUM.
888 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
889
890 2003-09-19 Christopher Faylor <cgf@redhat.com>
891
892 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
893
894 2003-09-19 Jim Blandy <jimb@redhat.com>
895
896 * macrotab.c (macro_include): Use the correct comparison to find
897 the appropriate place for this inclusion in the list.
898
899 2003-09-19 Andrew Cagney <cagney@redhat.com>
900
901 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
902 (DEPRECATED_HPUX_TEXT_END): Define.
903 (deprecated_hpux_text_end): Declare.
904 (struct target_ops): Declare opaque.
905 * hppah-nat.c (text_end): Make static.
906 (deprecated_hpux_text_end): New function.
907 * exec.c (text_end): Delete global variable.
908 (NEED_TEXT_START_END): Do not define.
909 (exec_file_attach): Replace code computing "text_end" code with
910 call to DEPRECATED_HPUX_TEXT_END.
911
912 2003-09-19 Andrew Cagney <cagney@redhat.com>
913
914 * utils.c (align_up, align_down): New functions.
915 * defs.h (align_up, align_down): Declare.
916 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
917 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
918 and "align_down".
919 (round_up, round_down): Delete functions.
920 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
921 "align_down".
922 (ROUND_DOWN, ROUND_UP): Delete macros.
923 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
924 * h8300-tdep.c: Replace "round_up" and "round_down" with
925 "align_up" and "align_down".
926 (round_up, round_down): Delete macros.
927 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
928 "align_down".
929 (ROUND_UP, ROUND_DOWN): Delete macros.
930
931 2003-09-18 J. Brobecker <brobecker@gnat.com>
932
933 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
934 hard-coded constant. Use the proper machine name instead.
935
936 2003-09-17 Andrew Cagney <cagney@redhat.com>
937
938 * sparc-tdep.c (legacy_register_name): Delete function.
939 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
940 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
941 * infcmd.c (gdb_register_name): Delete variable.
942 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
943 REGISTER_NAME and "tm.h".
944 * gdbarch.h, gdbarch.c: Regenerate.
945 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
946 REGISTER_NAMES in comments.
947 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
948 * m68klinux-nat.c (regmap): Ditto.
949
950 2003-09-17 Jim Blandy <jimb@redhat.com>
951
952 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
953
954 2003-09-17 Andrew Cagney <cagney@redhat.com>
955
956 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
957 (ppcnbsd_init_abi): Set "use_struct_convention" to
958 "ppcnbsd_use_struct_convention".
959
960 2003-09-17 Mark Kettenis <kettenis@gnu.org>
961
962 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
963 * gdbarch.h, gdbarch.c: Regenerate.
964 (stabs_argument_has_addr): New architecture method.
965 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
966 * arch-utils.c: Include "buildsym.h".
967 (default_stabs_argument_has_addr): New function.
968 * stabsread.c (define_symbol): Use stabs_argument_has_addr
969 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
970
971 2003-09-17 Andrew Cagney <cagney@redhat.com>
972
973 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
974 * gdbarch.h, gdbarch.c: Regenerate.
975 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
976 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
977 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
978 * sparcnbsd-tdep.c: Update.
979
980 2003-09-17 Andrew Cagney <cagney@redhat.com>
981
982 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
983 * gdbarch.h, gdbarch.c: Regenerate.
984 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
985 * d10v-tdep.c, frame.c: Update.
986 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
987 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
988 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
989 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
990 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
991 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
992 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
993 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
994 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
995 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
996 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
997 * config/pa/nm-hppah.h: Update.
998
999 2003-09-16 Andrew Cagney <cagney@redhat.com>
1000
1001 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1002 "use_struct_convention" to "ppc_linux_use_struct_convention".
1003 (ppc_linux_use_struct_convention): New function.
1004 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1005 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1006 "rs6000_use_struct_convention".
1007 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1008 declaration.
1009 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1010 Delete function.
1011
1012 2003-09-16 Andrew Cagney <cagney@redhat.com>
1013
1014 * buildsym.c: Remove more occurances of "register".
1015 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1016 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1017 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1018 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1019 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1020 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1021 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1022 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1023
1024 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1025
1026 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1027 numbers to enumeration values.
1028 * sh-tdep.c: Accomodate above change.
1029 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1030 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1031 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1032 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1033 (IS_FPUSH): Rename from IS_FMOV.
1034 (sh_extract_struct_value_address): Remove useless comment.
1035 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1036 instead of own local values.
1037 (sh_dump_tdep): Remove.
1038 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1039 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1040
1041 2003-09-15 Andrew Cagney <cagney@redhat.com>
1042
1043 * doublest.c (convert_floatformat_to_doublest): No longer need to
1044 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1045
1046 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1047
1048 * values.c (unpack_double): Call floatformat_is_valid.
1049
1050 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1051
1052 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1053 ps_strings into a long.
1054
1055 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1056 _initialize_am64fbsd_nat.
1057
1058 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1059
1060 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1061 associated with DW_AT_ranges attribute is out of bounds.
1062
1063 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1064
1065 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1066
1067 2003-09-14 Michael Chastain <mec@shout.net>
1068
1069 * config/m68k/nm-apollo68v.h: Delete.
1070 * config/m68k/xm-apollo68v.h: Delete.
1071
1072 2003-09-14 Andrew Cagney <cagney@redhat.com>
1073
1074 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1075 * dcache.c: Update copyrights and descriptions.
1076 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1077
1078 2003-09-14 Andrew Cagney <cagney@redhat.com>
1079
1080 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1081 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1082
1083 2003-09-14 Andrew Cagney <cagney@redhat.com>
1084
1085 * alpha-nat.c: Remove some occurances of "register".
1086 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1087 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1088 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1089 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1090 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1091 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1092 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1093 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1094 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1095 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1096 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1097 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1098 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1099 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1100 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1101 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1102 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1103 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1104 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1105 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1106 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1107 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1108
1109 2003-09-13 Andrew Cagney <cagney@redhat.com>
1110
1111 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1112 * ppc-tdep.h (struct regcache): Declare opaque.
1113 * objfiles.h (struct objfile_data): Declare opaque.
1114 * cp-support.h (struct objfile): Declare opaque.
1115 * linux-nat.h (target_waitstatus): Declare opaque.
1116
1117 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1118
1119 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1120 (stabs_argument_has_addr): New architecture method.
1121 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1122 * arch-utils.c: Include "buildsym.h".
1123 (default_stabs_argument_has_addr): New function.
1124 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1125 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1126
1127 * cris-tdep.c (cris_gdbarch_init): Set
1128 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1129 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1130 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1131 * mips-tdep.c (mips_gdbarch_init): Likewise.
1132 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1133 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1134
1135 2003-09-13 Andrew Cagney <cagney@redhat.com>
1136
1137 * values.c (using_struct_return): Delete "function" and "funcaddr"
1138 parameters.
1139 * value.h (using_struct_return): Update declaration.
1140 * infcmd.c (finish_command_continuation): Update.
1141 (finish_command): Update.
1142 * infcall.c (call_function_by_hand): Update.
1143 * eval.c (evaluate_subexp_standard): Update.
1144
1145 2003-09-13 Christopher Faylor <cgf@redhat.com>
1146
1147 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1148 SSE registers since gdb will not operate correctly without this.
1149 Restore include file ordering munged in previous change.
1150 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1151
1152 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1153
1154 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1155 REG_STRUCT_HAS_ADDR.
1156 * gdbarch.c, gdbarch.h: Updated.
1157 * infcall.c (call_function_by_hand): Update.
1158 * stabsread.c (define_symbol): Updated.
1159
1160 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1161
1162 2003-09-12 Christopher Faylor <cgf@redhat.com>
1163
1164 * win32-nat.c: Reorganize so that defines used by target headers are
1165 actually defined by the system headers.
1166 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1167 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1168
1169 2003-09-12 Jim Blandy <jimb@redhat.com>
1170
1171 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1172 the file has no .data, .bss, or .rodata sections. Instead wait
1173 until we see a variable alleged to live in one of those sections.
1174
1175 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1176 .bss section, presume that any variables we find live in the
1177 .rodata section.
1178
1179 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1180 offsets for global and static variables.
1181
1182 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1183 symbol types are, by definition, in the .data section, so it is
1184 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1185 If there is no .data section, there should be no N_DATA or N_DATA
1186 | N_EXT symbols.
1187
1188 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1189
1190 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1191 (amd64fbsd_sigcontext_addr): Rewrite.
1192 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1193 with correct values.
1194 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1195 (amd64fbsd_init_abi): Fix typo.
1196
1197 2003-09-12 Andrew Cagney <cagney@redhat.com>
1198
1199 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1200 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1201
1202 2003-09-12 Andrew Cagney <cagney@redhat.com>
1203
1204 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1205 "entry_file_highpc". Update comments.
1206 * defs.h (deprecated_inside_entry_file): Rename
1207 "inside_entry_file".
1208 * blockframe.c (deprecated_inside_entry_file): Rename
1209 "inside_entry_file".
1210 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1211 * vax-tdep.c (vax_frame_chain): Update.
1212 * sh64-tdep.c (sh64_frame_chain): Update.
1213 * sh-tdep.c (sh_frame_chain): Update.
1214 * rs6000-tdep.c (rs6000_frame_chain): Update.
1215 * ns32k-tdep.c (ns32k_frame_chain): Update.
1216 * mips-tdep.c (mips_frame_chain): Update.
1217 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1218 * m32r-tdep.c (m32r_frame_this_id): Update.
1219 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1220 * frv-tdep.c (frv_frame_this_id): Update.
1221 * d10v-tdep.c (d10v_frame_this_id): Update.
1222 * cris-tdep.c (cris_frame_chain): Update.
1223 * blockframe.c (legacy_frame_chain_valid): Update.
1224 * avr-tdep.c (avr_frame_this_id): Update.
1225 * arm-tdep.c (arm_prologue_this_id): Update.
1226 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1227 * objfiles.c (objfile_relocate): Update.
1228 * mipsread.c (mipscoff_symfile_read): Update.
1229 (mipscoff_symfile_read): Update.
1230 * mdebugread.c (parse_partial_symbols): Update.
1231 * dwarfread.c (read_file_scope): Update.
1232 * dwarf2read.c (read_file_scope): Update.
1233 * dbxread.c (read_dbx_symtab): Update.
1234 (read_dbx_symtab): Update.
1235 * coffread.c (complete_symtab): Update.
1236
1237 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1238
1239 * top.c (quit_target): New static helper function.
1240 (quit_force): Moved code to quit_target(). Call quit_target()
1241 via catch_errors() to catch errors during quit.
1242
1243 2003-09-11 David Carlton <carlton@kealia.com>
1244
1245 * buildsym.c (finish_block): Use allocate_block to allocate the
1246 block.
1247 * mdebugread.c (new_block): Add FIXME.
1248
1249 2003-09-11 David Carlton <carlton@kealia.com>
1250
1251 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1252 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1253 (recursive_dump_type): Ditto.
1254 * printcmd.c (print_formatted): Ditto.
1255 * typeprint.c (print_type_scalar): Ditto.
1256 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1257 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1258 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1259 maint_cplus_cmd_list.
1260 * cp-support.c: Make maint_cplus_cmd_list extern.
1261 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1262 command.h.
1263 (lookup_symbol_file): Look in possible namespace blocks when
1264 appropriate.
1265 (initialize_namespace_symtab): New.
1266 (get_possible_namespace_block, free_namespace_block)
1267 (check_possible_namespace_symbols)
1268 (check_possible_namespace_symbols_loop)
1269 (check_one_possible_namespace_symbol)
1270 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1271 (_initialize_cp_namespace): Ditto.
1272 * block.h: Declare allocate_block.
1273 * block.c (allocate_block): New.
1274 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1275 allocate_block.
1276 * symfile.h: Update declaration of add_psymbol_to_list.
1277 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1278 question.
1279 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1280 scan_partial_symbols_call.
1281 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1282 helper functions.
1283 (add_partial_symbol): If necessary, scan mangled names for names
1284 of namespaces.
1285 (add_partial_namespace): Add NAMESPACE argument; generate partial
1286 symbols associated to namespaces.
1287 (add_partial_enumeration): Add NAMESPACE argument.
1288 (new_symbol): Allow namespace syms.
1289 (read_namespace): Generate namespace syms.
1290 * objfiles.h: Add opaque declaration of struct symtab.
1291 (struct objfile): Add cp_namespace_symtab member.
1292 * objfiles.c (allocate_objfile): Set
1293 objfile->cp_namespace_symtab.
1294 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1295 dictionary_h, command_h.
1296
1297 2003-09-11 Andrew Cagney <cagney@redhat.com>
1298
1299 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1300 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1301 near the function's end.
1302 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1303 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1304 regcache_raw_write_signed to set SP_REGNUM.
1305
1306 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1307
1308 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1309 orig_addrs is set up properly.
1310
1311 2003-09-11 Andrew Cagney <cagney@redhat.com>
1312
1313 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1314 * gdbarch.h, gdbarch.c: Re-generate.
1315 * infcall.c (call_function_by_hand): Update.
1316 * hppa-tdep.c (hppa_push_arguments): Update.
1317 * ada-lang.c (place_on_stack): Update.
1318 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1319 * sparc-tdep.c (sparc_gdbarch_init): Update.
1320 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1321 * hppa-tdep.c (hppa_gdbarch_init): Update.
1322 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1323 stack_align.
1324
1325 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1326
1327 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1328 register do need a frame.
1329
1330 2003-09-11 Andrew Cagney <cagney@redhat.com>
1331
1332 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1333 buildable since GDB 5.0.
1334 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1335 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1336 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1337 * irix4-nat.c: Delete file.
1338 * config/mips/irix4.mh: Delete file.
1339 * config/mips/irix3.mh: Delete file.
1340 * config/mips/irix3.mt: Delete file.
1341 * config/mips/tm-irix3.h: Delete file.
1342 * config/mips/nm-irix3.h: Delete file.
1343 * config/mips/xm-irix3.h: Delete file.
1344 * config/mips/nm-irix4.h: Delete file.
1345 * config/mips/xm-irix4.h: Delete file.
1346 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1347
1348 2003-09-10 J. Brobecker <brobecker@gnat.com>
1349
1350 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1351 * Makefile.in (hppa-tdep.o): Update dependencies.
1352
1353 2003-09-10 James E Wilson <wilson@specifixinc.com>
1354
1355 * MAINTAINERS: Change my e-mail address. Move to paper trail
1356 section.
1357
1358 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1359
1360 * MAINTAINERS (frv): New ISA entry.
1361
1362 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1363
1364 * frv-tdep.c (dis-asm.h): Include.
1365 * Makefile.in (frv-tdep.o): Update dependencies.
1366
1367 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1368
1369 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1370 Fix typo for high range of floating registers.
1371
1372 2003-09-09 David Carlton <carlton@kealia.com>
1373
1374 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1375 highpc initialization here out of scan_partial_symbols.
1376 (scan_partial_symbols): Restructure into a recursive version,
1377 calling add_partial_namespace and add_partial_enumeration when
1378 appropriate.
1379 (add_partial_namespace): New.
1380 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1381
1382 2003-09-09 Andrew Cagney <cagney@redhat.com>
1383
1384 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1385 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1386 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1387 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1388
1389 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1390 (rs6000_push_dummy_call): Set the "TOC" register.
1391
1392 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1393 methods "max_register_raw_size", "max_register_virtual_size" or
1394 "register_virtual_size".
1395
1396 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1397
1398 * MAINTAINERS: Update my e-mail address.
1399
1400 2003-09-09 Andrew Cagney <cagney@redhat.com>
1401
1402 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1403 (rs6000_push_dummy_call): Store the struct return address.
1404 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1405
1406 2003-09-09 Andrew Cagney <cagney@redhat.com>
1407
1408 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1409 "ppc_sysv_abi_push_arguments".
1410 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1411 "ppc_sysv_abi_push_arguments".
1412 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1413 instead of "push_arguments".
1414 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1415
1416 2003-09-09 Andrew Cagney <cagney@redhat.com>
1417
1418 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1419 instead of CALL_DUMMY_ADDRESS.
1420
1421 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1422
1423 * p-lang.c: Eliminate "register".
1424 * c-lang.c: Ditto.
1425 * expprint.c: Ditto.
1426 * f-lang.c: Ditto.
1427 * jv-lang.c: Ditto.
1428 * language.c: Ditto.
1429 * m2-lang.c: Ditto.
1430 * parse.c: Ditto.
1431 * scm-lang.c: Ditto.
1432 * objc-lang.c: Ditto.
1433
1434 2003-09-09 Nick Clifton <nickc@redhat.com>
1435
1436 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1437
1438 2003-09-04 Andrew Cagney <cagney@redhat.com>
1439
1440 * avr-tdep.c: Include "dis-asm.h".
1441 * cris-tdep.c: Include "dis-asm.h".
1442 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1443 instead of corresponding typedef.
1444 * h8300-tdep.c: Include "dis-asm.h".
1445 * ia64-tdep.c: Include "dis-asm.h".
1446 * i386-tdep.c: Include "dis-asm.h".
1447 (i386_print_insn): Use "struct disassemble_info" instead of
1448 corresponding typedef.
1449 * m68k-tdep.c: Include "dis-asm.h".
1450 * mcore-tdep.c: Include "dis-asm.h".
1451 * mips-tdep.c: Include "dis-asm.h".
1452 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1453 instead of corresponding typedef.
1454 * ns32k-tdep.c: Include "dis-asm.h".
1455 * s390-tdep.c: Include "dis-asm.h".
1456 * sparc-tdep.c: Include "dis-asm.h".
1457 * vax-tdep.c: Include "dis-asm.h".
1458 * v850-tdep.c: Include "dis-asm.h".
1459 * mn10300-tdep.c: Include "dis-asm.h".
1460 * rs6000-tdep.c: Include "dis-asm.h".
1461 * xstormy16-tdep.c: Include "dis-asm.h".
1462 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1463 print_insn_xstormy16.
1464 * Makefile.in (v850-tdep.o): Update dependencies.
1465 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1466 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1467 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1468 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1469 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1470 (gdbarch_h): Remove $(dis_asm_h).
1471 * disasm.c: Include "dis-asm.h".
1472 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1473 corresponding typedef.
1474 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1475 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1476 * gdbarch.sh: Do not include "dis-asm.h".
1477 (struct disassemble_info): Declare opaque.
1478 (TARGET_PRINT_INSN): Update declaration.
1479 * gdbarch.h, gdbarch.c: Re-generate.
1480
1481 2003-09-08 Andrew Cagney <cagney@redhat.com>
1482
1483 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1484 CALL_DUMMY_ADDRESS, change to a predicate.
1485 * gdbarch.h, gdbarch.c: Re-generate.
1486 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1487 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1488 * infcall.c (call_function_by_hand): Ditto.
1489 * sparc-tdep.c (sparc_push_return_address): Ditto.
1490 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1491 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1492 CALL_DUMMY_ADDRESS with entry_point_address.
1493 * v850-tdep.c (v850_push_return_address): Ditto.
1494 * s390-tdep.c (s390_push_return_address): Ditto.
1495 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1496 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1497 * mcore-tdep.c (mcore_push_return_address): Ditto.
1498 * cris-tdep.c (cris_push_return_address): Ditto.
1499 * arm-tdep.c (arm_push_return_address): Ditto.
1500
1501 2003-09-08 Andrew Cagney <cagney@redhat.com>
1502
1503 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1504 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1505 and REG_UNMODIFIED to REG_SAME_VALUE.
1506 (execute_cfa_program): Update.
1507 (dwarf2_frame_cache): Update. Initialize table to
1508 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1509 location.
1510 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1511
1512 2003-09-08 Andrew Cagney <cagney@redhat.com>
1513
1514 * gnu-nat.c: Remove "inline" function attribute.
1515 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1516
1517 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1518
1519 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1520 target.
1521
1522 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1523
1524 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1525 (frame_extra_info): Rename this struct to frv_unwind_cache.
1526 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1527 Add fields ``prev_sp'' and ``base''.
1528 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1529 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1530 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1531 Delete.
1532 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1533 Revise all callers. Fill in the unwind cache argument and make
1534 other adjustments to account for new frame mechanisms.
1535 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1536 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1537 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1538 (frv_frame_unwind, frv_frame_base): New structs.
1539 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1540 additional arguments expected by this method and adjust function
1541 body accordingly.
1542 (frv_gdbarch_init): Remove calls to the following functions:
1543 set_gdbarch_deprecated_init_frame_pc(),
1544 set_gdbarch_deprecated_saved_pc_after_call(),
1545 set_gdbarch_deprecated_frame_chain(),
1546 set_gdbarch_deprecated_frame_saved_pc(),
1547 set_gdbarch_deprecated_frame_init_saved_regs(),
1548 set_gdbarch_deprecated_push_arguments(),
1549 set_gdbarch_deprecated_push_return_address(),
1550 set_gdbarch_deprecated_pop_frame(),
1551 set_gdbarch_deprecated_call_dummy_words(),
1552 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1553 set_gdbarch_deprecated_init_extra_frame_info(),
1554 set_gdbarch_deprecated_dummy_write_sp(), and
1555 set_gdbarch_deprecated_pc_in_call_dummy().
1556 Add calls to the following functions:
1557 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1558 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1559 frame_base_set_default().
1560 * Makefile.in (frv-tdep.o): Update dependencies.
1561
1562 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1563
1564 * dwarf2-frame.c (read_encoded_value): Add support for
1565 DW_EH_PE_aligned encoding.
1566
1567 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1568
1569 * infrun.c (normal_stop): Don't print a message if the inferior
1570 has exited.
1571
1572 2003-09-08 Jim Blandy <jimb@redhat.com>
1573
1574 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1575 * dbxread.c: #include "gdb_assert.h".
1576 (read_dbx_symtab): If the objfile has no .data section, use the
1577 section index for the .bss section instead.
1578
1579 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * frame.c (deprecated_safe_get_selected_frame): New function.
1582 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1583 * findvar.c (read_var_value): Call it.
1584
1585 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1586
1587 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1588 (sh64-tdep.o): Add dependencies.
1589 * configure.tgt: Add FIXME to sh-*-linux*.
1590 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1591 (sh_gdbarch_init): Always set correct sh_show_regs function
1592 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1593 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1594 * sh64-tdep.c: New file, containing all sh64 related code from
1595 sh-tdep.c.
1596 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1597 * config/sh/linux.mt (TDEPFILES): Ditto.
1598 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1599 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1600 * config/sh/wince.mt (TDEPFILES): Ditto.
1601
1602 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1605 (stop_wait_callback): Handle !lp->signalled also.
1606 (lin_lwp_has_pending, flush_callback): New functions.
1607 (lin_lwp_wait): Call flush_callback.
1608 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1609 (linux_proc_pending_signals): New function.
1610 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1611
1612 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1613
1614 From Nick Kelsey <nickk@ubicom.com>:
1615 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1616 when the stop PC is at the beginning of a function also.
1617
1618 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1619
1620 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1621 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1622
1623 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1624
1625 * sol-thread.c: Include "gdb_string.h".
1626
1627 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1628
1629 * gcore.c: Reorder include files in alphabetical order. Include
1630 "gdb_assert.h". Various coding style fixes.
1631 (derive_stack_segment, derive_heap_segment): Replace check for
1632 non-null BOTTOM and TOP with gdb_assert.
1633 (derive_heap_segment): Replace check for successful creation of
1634 ZERO with gdb_assert.
1635 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1636
1637 2003-09-04 Andrew Cagney <cagney@redhat.com>
1638
1639 * thread-db.c (verbose_dlsym): New function.
1640 (thread_db_load): Use verbose_dlsym
1641 (thread_db_new_objfile): Print that libthread_db was loaded, and
1642 that thread debugging was enabled.
1643
1644 2003-09-04 Andrew Cagney <cagney@redhat.com>
1645
1646 * configure.tgt: Add "mips64*-*-*" target. Delete
1647 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1648 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1649 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1650 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1651 mips*-sony-*, and mips64*-*-elf* targets.
1652 * config/mips/embedl.mt: Delete file.
1653 * config/mips/embedl64.mt: Delete file.
1654 * config/mips/mips.mt: Delete file.
1655 * config/mips/mips64.mt: Delete file.
1656 * config/mips/tm-embed.h: Delete file.
1657 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1658 * config/mips/embed64.mt: Delete out-of-date comment.
1659
1660 2003-09-04 Andrew Cagney <cagney@redhat.com>
1661
1662 * hppa-tdep.c (hppa_gdbarch_init): Set
1663 "have_nonsteppable_watchpoint".
1664 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1665 * mips-tdep.c (mips_dump_tdep): Do not print
1666 HAVE_NONSTEPPABLE_WATCHPOINT.
1667 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1668 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1669 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1670 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1671
1672 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1673
1674 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1675 unused code. Add comment.
1676
1677 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1678
1679 * breakpoint.c (watchpoint_check): Check for pc being in an
1680 epilogue if watchpoint frame couldn't be found.
1681
1682 2003-09-04 Andrew Cagney <cagney@redhat.com>
1683
1684 * Makefile.in: Re-generate all dependencies.
1685
1686 2003-09-03 Andrew Cagney <cagney@redhat.com>
1687
1688 * arch-utils.h (legacy_print_insn): Delete declaration.
1689 * arch-utils.c (legacy_print_insn): Delete function.
1690 * disasm.c (deprecated_tm_print_insn_info): Delete.
1691 (_initialize_disasm): Delete function, contained code initializing
1692 deprecated_tm_print_insn_info.
1693 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1694 (deprecated_tm_print_insn_info): Delete.
1695 (TARGET_PRINT_INSN): Do not provide a default.
1696 * gdbarch.h, gdbarch.c: Re-generate.
1697
1698 2003-09-03 Andrew Cagney <cagney@redhat.com>
1699
1700 * disasm.c (fprintf_disasm): New function.
1701 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1702 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1703 reverts 2003-08-14 change.
1704 (_initialize_disasm): Call "init_disassemble_info", instead of
1705 INIT_DISASSEMBLE_INFO_NO_ARCH.
1706
1707 2003-09-03 Michael Snyder <msnyder@redhat.com>
1708
1709 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1710
1711 2003-09-03 Andrew Cagney <cagney@redhat.com>
1712
1713 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1714 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1715 * symfile.c (syms_from_objfile): Update.
1716 (reread_symbols): `Update
1717 * exec.c (exec_file_attach): Update.
1718 (exec_file_attach): Update.
1719 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1720 2003-08-29 change.
1721 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1722
1723 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1724
1725 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1726 trad-frame.h.
1727 (arm_get_cache): Delete macro.
1728 (struct arm_prologue_cache): Update comments. Make saved_regs into
1729 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1730 to prev_sp.
1731 (thumb_scan_prologue): Update for cache changes. Don't call
1732 DEPRECATED_PC_IN_CALL_DUMMY.
1733 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1734 argument and use it in desperation search for our prologue. Do not
1735 search past the specified PC.
1736 (arm_make_prologue_cache): Simplify.
1737
1738 (arm_prologue_this_id, arm_prologue_prev_register)
1739 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1740 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1741 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1742 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1743 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1744
1745 (arm_frame_chain_valid, arm_find_callers_reg)
1746 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1747 (arm_pop_frame): Delete obsolete methods.
1748 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1749
1750 (arm_gdbarch_init): Update for new frame methods. Register prologue
1751 and sigtramp unwinders. Set the default frame base method.
1752
1753 * Makefile.in (arm-tdep.o): Update dependencies.
1754 * varobj.c (find_frame_addr_in_frame_chain): Call
1755 get_frame_base_address.
1756 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1757
1758 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1759
1760 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1761 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1762 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1763 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1764 Take NEXT_FRAME and CACHE arguments. Call
1765 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1766 Set unwound_pc in CACHE instead of modifying the frame argument.
1767 Don't bother checking the frame type when looking for sigtramp
1768 frames.
1769 (arm_make_prologue_cache, arm_frame_chain)
1770 (arm_init_extra_frame_info): New functions.
1771
1772 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1773
1774 * arm-tdep.c (arm_get_cache): Define.
1775 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1776 unwound_sp, unwound_pc, and saved_regs.
1777 (thumb_scan_prologue): Take a cache instead of the frame.
1778 (arm_scan_prologue): Likewise.
1779 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1780 instead of a temporary frame.
1781 (arm_init_extra_frame_info): Allocate and use a cache.
1782 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1783
1784 2003-09-03 Andrew Cagney <cagney@redhat.com>
1785
1786 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1787 * config/mips/wince.mt (TM_CLIBS): Ditto.
1788 * config/sh/wince.mt (TM_CLIBS): Ditto.
1789 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1790 * config/sparc/sp64.mt (CC): Delete.
1791
1792 2003-09-03 Andrew Cagney <cagney@redhat.com>
1793
1794 * defs.h: Do not include "arch-utils.h".
1795 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1796 GDB_MULTI_ARCH_PURE.
1797 * configure.in (GDB_MULTI_ARCH): Do not define.
1798 * configure, config.in: Regenerate.
1799 * configure.tgt: Do not set variable "gdb_multi_arch".
1800 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1801 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1802 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1803 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1804 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1805 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1806 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1807 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1808 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1809 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1810 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1811 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1812 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1813 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1814 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1815 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1816 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1817 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1818
1819 2003-08-30 Michael Chastain <mec@shout.net>
1820
1821 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1822 * config/m68k/nm-hp300hpux.h: Delete.
1823 * config/m68k/tm-hp300hpux.h: Delete.
1824 * config/m68k/xm-hp300hpux.h: Delete.
1825 * config/m68k/xm-hp300bsd.h: Delete.
1826 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1827 tm-hp300hpux.h, xm-hp300hpux.h.
1828 * somsolib.c: Remove comment about hp300 shared libraries.
1829
1830 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1831
1832 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1833 Only define PTRACE_GET_THREAD_AREA is not already defined.
1834 Various style fixes in code and comments and some additional
1835 spelling fixes in comments. Move after functions dealing with
1836 debug registers.
1837 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1838 Fix coding-style.
1839
1840 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1841 frame_unwind_register_unsigned instead of
1842 frame_unwind_unsigned_register.
1843
1844 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1845
1846 * configure.in: Search for gethostbyname in libnsl.
1847 * configure: Regenerated.
1848
1849 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1850
1851 * configure.in: Remove redundant AC_MSG_RESULT in check for
1852 uintptr_t in stdint.h.
1853 * configure: Regenerated.
1854
1855 * amd64-nat.h (struct regcache): Add opaque declaration.
1856
1857 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1858 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1859 Change "register array" to "register cache" in comments.
1860 (x86_64_linux_gregset64_reg_offset): New variable.
1861 (GETREGS_SUPPLIES): Remove macro.
1862 (supply_gregset): Call amd64_supply_native_gregset instead of
1863 x86_64_linux_supply_gregset.
1864 (fill_gregset): Rename `regno' to `regnum'. Call
1865 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1866 (store_regs): Rename `regno' to `regnum'.
1867 (store_fpregs): Rename `regno' to `regnum'.
1868 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1869 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1870 Reorganize function a bit.
1871 (store_inferior_registers): Rename `regno' to `regnum'. Use
1872 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1873 Reorganize function a bit.
1874 (_initialize_x86_64_linux_nat): New function.
1875 * config/i386/x86-64linux.mh.
1876
1877 2003-08-29 Andrew Cagney <cagney@redhat.com>
1878
1879 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1880 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1881 (target_remove_watchpoint): Delete macro.
1882 (target_insert_watchpoint): Delete macro.
1883 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1884 (remote_mips_stopped_by_watchpoint): Delete declaration.
1885 (remote_mips_remove_watchpoint): Delete declaration.
1886 (remote_mips_set_watchpoint): Delete declaration.
1887 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1888 * remote-mips.c (_initialize_remote_mips): Set
1889 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1890 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1891 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1892 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1893 (mips_stopped_by_watchpoint): Rename
1894 remote_mips_stopped_by_watchpoint.
1895 (mips_can_hardware_watchpoint): Rename
1896 remote_mips_can_use_hardware_watchpoint, update function
1897 signature.
1898
1899 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1900
1901 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1902 USER_DS. We haven't given them a register number yet.
1903
1904 * amd64-nat.h: New file.
1905 * amd64-nat.c: New file.
1906 * amd64fbsd-nat.c: Include "amd64-nat.h".
1907 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1908 (amd64fbsd32_r_reg_offset): New variable.
1909 (supply_gregset): Simply call amd64_supply_native_gregset.
1910 (fill_gregset): Rename `regno' to `regnum'. Simply call
1911 amd64_collect_native_gregset.
1912 (fill_fpregset): Rename `regno' to `regnum'.
1913 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1914 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1915 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1916 `fpregset_t'. Call amd64_supply_native_gregset instead of
1917 supply_gregset. Call x86_64_supply_fxsave instead of
1918 supply_fpregset.
1919 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1920 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1921 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1922 `fpregset_t'. Call amd64_collect_native_gregset instead of
1923 fill_gregset. Call x86_64_collect_fxsave instead of
1924 fill_fpregset.
1925 (_initialize_am64fbsd_nat): Initialize
1926 amd64_native_gregset32_reg_offset and
1927 amd64_native_gregset64_reg_offset.
1928 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1929
1930 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1931 null pointer. Fix typo in comment.
1932
1933 * regcache.c (supply_register): Reimplement to call
1934 regcache_raw_supply.
1935 (regcache_collect): Reimplement by calling regcache_raw_collect.
1936
1937 2003-08-28 Mark Kettenis <kettenis@gnu.org>
1938
1939 * regcache.c (register_buffer): Consitify first argument.
1940 (regcache_raw_supply, regcache_raw_collect): New
1941 functions.
1942
1943 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1944
1945 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1946 by Nathan J. Williams.
1947
1948 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1949
1950 * lin-lwp.c (wait_lwp): New function, copied from
1951 stop_wait_callback. Clean up.
1952 (stop_wait_callback): Use wait_lwp.
1953
1954 2003-08-28 Andrew Cagney <cagney@redhat.com>
1955
1956 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1957 flavour and disassembler options.
1958 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1959 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1960 deprecated_tm_print_insn_info.
1961
1962 2003-08-27 Andrew Cagney <cagney@redhat.com>
1963
1964 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1965 Use target_read_memory.
1966 (s390_get_frame_info): Update. Do not reference
1967 deprecated_tm_print_insn_info.
1968 (s390_check_function_end, s390_is_sigreturn): Ditto.
1969
1970 2003-08-27 Andrew Cagney <cagney@redhat.com>
1971
1972 * Makefile.in (cris-tdep.o): Update dependencies.
1973 * cris-tdep.c: Include "gdb_assert.h".
1974 (cris_gdbarch_init): Set print_insn.
1975 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1976 (cris_delayed_get_disassembler): Simplify, directly call the
1977 disassembler returned by cris_get_disassembler.
1978 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1979 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1980 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1981 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1982 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1983 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1984 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1985 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1986 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1987 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1988 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1989 (gdb_print_insn_sparc): Delete function.
1990 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1991 deprecated_tm_print_insn_info.
1992 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1993 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1994 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1995 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1996 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1997 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1998 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1999 (s390_gdbarch_init): Set print_insn.
2000
2001 2003-08-27 Andrew Cagney <cagney@redhat.com>
2002
2003 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2004 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2005 * infcall.c (call_function_by_hand): Convert the entry point
2006 address into a code address.
2007
2008 2003-08-27 Andrew Cagney <cagney@redhat.com>
2009
2010 * dsrec.c: Include "gdb_string.h".
2011 * Makefile.in (dsrec.o): Update dependencies.
2012
2013 2003-08-27 Michael Chastain <mec@shout.net>
2014
2015 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2016
2017 2003-08-27 Andrew Cagney <cagney@redhat.com>
2018
2019 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2020 (alpha_osf1_init_abi): Do not set call_dummy_address.
2021
2022 2003-08-27 David Carlton <carlton@kealia.com>
2023
2024 From Randolph Chung <tausq@debian.org>:
2025 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2026 compiles with -Wformat-nonliteral -Werror.
2027
2028 2003-08-26 Jim Blandy <jimb@redhat.com>
2029
2030 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2031 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2032 bfd_lookup_symbol, since we only want symbols in code sections.
2033 (look_for_base): Pass zero as the SECT_FLAGS argument to
2034 bfd_lookup_symbol, since we're not concerned about which section
2035 the symbol is in.
2036
2037 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2038
2039 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2040 we are frameless or the return address register is already known.
2041
2042 2003-08-26 Andrew Cagney <cagney@redhat.com>
2043
2044 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2045 in size. Add comments.
2046
2047 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2048
2049 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2050 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2051
2052 2003-08-26 Jason Merrill <jason@redhat.com>
2053
2054 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2055 case out of #ifdef MIPS block.
2056
2057 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2058
2059 PR java/1322
2060 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2061 available before calling SECT_OFF_TEXT.
2062 * PROBLEMS: Remove description of java/1322.
2063
2064 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2065
2066 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2067 bof, and nat0-nat127 as pseudo-registers.
2068 (ia64_frame_cache): New struct used to cache frame info.
2069 (ia64_register_reggroup_p): New routine used to override default
2070 register grouping so registers without names are still saved and
2071 restored.
2072 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2073 pseudo values.
2074 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2075 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2076 (ia64_alloc_frame_cache): New routine to create a new
2077 ia64_frame_cache.
2078 (examine_prologue): Change prototype to add next_frame pointer.
2079 Assume frameless until otherwise proven. Verify that the cfm for
2080 current frame matches the cfm that should occur for the prologues
2081 alloc insn and if equal, mark as not frameless. At end of routine,
2082 if not frameless, calculate registers for the previous frame and store
2083 in the cache, if a cache is provided.
2084 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2085 and pass 0 for next_frame.
2086 (ia64_store_return_value): Change to use convert_typed_floating()
2087 instead of calling ia64_convert_to_raw().
2088 (ia64_extract_return_value): Change to use convert_typed_floating()
2089 instead of calling ia64_convert_to_virtual().
2090 (ia64_frame_cache): New routine to support new frame model.
2091 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2092 (ia64_frame_sniffer): Ditto.
2093 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2094 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2095 (ia64_sigtramp_frame_prev_register): Ditto.
2096 (ia64_sigtramp_frame_sniffer): Ditto.
2097 (ia64_frame_base_address): Ditto.
2098 (ia64_extract_struct_value_address): Change to issue error message.
2099 (ia64_frame_align): New routine to align sp.
2100 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2101 (ia64_push_arguments): Removed. Logic moved to
2102 ia64_push_dummy_call().
2103 (ia64_push_return_address): Ditto.
2104 (ia64_unwind_dummy_id): New function.
2105 (ia64_unwind_pc): Ditto.
2106 (ia64_convert_register_p): Ditto.
2107 (ia64_register_to_value): Ditto.
2108 (ia64_value_to_register): Ditto.
2109 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2110 (ia64_register_byte, ia64_register_raw_size): Ditto.
2111 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2112 (ia64_saved_pc_after_call): Ditto.
2113 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2114 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2115 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2116 (ia64_register_convert_to_raw): Ditto.
2117 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2118 (ia64_init_extra_frame_info): Ditto.
2119 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2120 (ia64_gdbarch_init): Remove registering of deprecated functions that
2121 are no longer used. Add registration of new gdbarch functions.
2122 Remove registering deprecated_write_sp. Replace
2123 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2124 Delete set_gdbarch_deprecated_register_convertible(),
2125 set_gdbarch_deprecated_register_convert_to_virtual(), and
2126 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2127 set_gdbarch_deprecated_register_size(),
2128 set_gdbarch_deprecated_register_bytes(),
2129 set_gdbarch_pcregnum(),
2130 set_gdbarch_deprecated_register_byte(),
2131 set_gdbarch_deprecated_register_raw_size(),
2132 set_gdbarch_deprecated_max_register_raw_size(),
2133 set_gdbarch_deprecated_register_virtual_size(),
2134 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2135 Replace set_gdbarch_deprecated_extract_return_value() with
2136 set_gdbarch_extract_return_value(). Remove calls to:
2137 set_gdbarch_deprecated_saved_pc_after_call();
2138 set_gdbarch_deprecated_frame_chain(),
2139 set_gdbarch_deprecated_frame_saved_pc(),
2140 set_gdbarch_deprecated_frame_init_saved_regs(),
2141 set_gdbarch_deprecated_get_saved_register(),
2142 set_gdbarch_deprecated_call_dummy_words(),
2143 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2144 set_gdbarch_deprecated_init_extra_frame_info(),
2145 set_gdbarch_deprecated_frame_args_address(),
2146 set_gdbarch_deprecated_frame_locals_address(),
2147 and set_gdbarch_deprecated_dummy_write_sp().
2148 Add set_gdbarch_convert_register_p(),
2149 set_gdbarch_register_to_value(),
2150 set_gdbarch_value_to_register(),
2151 set_gdbarch_push_dummy_call(),
2152 set_gdbarch_frame_align(),
2153 set_gdbarch_unwind_dummy_id(),
2154 set_gdbarch_unwind_pc(),
2155 frame_unwind_append_sniffer(),
2156 frame_unwind_append_sniffer(),
2157 and frame_base_set_default().
2158
2159 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2160
2161 * configure.tgt: Document need for special "mipsisa64" handling.
2162 (mipsisa64*-*-linux64): Handle as target linux64.
2163 (mipsisa64*-*-*): Handle as target embed64.
2164
2165 2003-08-18 Michael Chastain <mec@shout.net>
2166
2167 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2168 objfile bug.
2169
2170 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2171
2172 * i387-tdep.h: Update copyright date.
2173 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2174
2175 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2176 CFLAGS games to reflect reality.
2177
2178 2003-08-24 Andrew Cagney <cagney@redhat.com>
2179
2180 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2181 GDB_MULTI_ARCH is always non-zero.
2182 * osabi.c (_initialize_gdb_osabi): Ditto.
2183 (gdbarch_init_osabi): Ditto.
2184 * sparc-tdep.c: Ditto for #if code.
2185
2186 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2187
2188 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2189 Update comments.
2190 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2191 comments.
2192 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2193 x86_64_supply_fxsave.
2194 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2195 x86_64_supply_fxsave.
2196 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2197 x86_64_supply_fxsave.
2198
2199 2003-08-23 Andreas Jaeger <aj@suse.de>
2200
2201 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2202 i387_supply_fxsave.
2203
2204 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2205
2206 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2207 i387_supply_register.
2208 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2209 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2210 i387_supply_fsave.
2211 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2212 i387_supply_fxsave.
2213 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2214 i387_supply_fsave.
2215 * i386bsd-nat.c (supply_fpregset): Adjust call to
2216 i387_supply_fsave.
2217 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2218 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2219 supply_fpregset.
2220 (store_inferior_registers): Remove extraneous whitespace. Call
2221 i387_fill_fsave instead of fill_fpregset.
2222 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2223 (supply_fpregset): Likewise.
2224 * i386v4-nat.c (supply_fpregset): Adjust call to
2225 i387_supply_fsave.
2226 * i386-interix-nat.c (supply_fpregset): Adjust call to
2227 i387_supply_fsave.
2228 * i386-linux-nat.c (supply_fpregset): Adjust call to
2229 i387_supply_fsave.
2230 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2231 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2232 i387supply_fsave and i387_supply_fxsave.
2233 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2234 Incorporate code from `i387_supply_register.
2235 (i387_supply_register): Remove.
2236 (i387_supply_fxsave): Add `regnum' argument.
2237 Update comments.
2238 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2239 prototype.
2240 (i387_supply_register): remove prototype.
2241 Update comments.
2242
2243 2003-08-22 Michael Chastain <mec@shout.net>
2244
2245 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2246 Add lines for files in gdb/testsuite/gdb.cp/* that are
2247 still not 8.3 unique.
2248
2249 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2250
2251 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2252 TYPE_VPTR_FIELDNO is valid.
2253
2254 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2255
2256 * utils.c (set_width_command): Remove prototypes.
2257 (set_screen_size): New prototype.
2258 (init_page_info): Simplify by fetching the screen size from
2259 Readline. Call set_screen_size.
2260 (set_screen_size): New function.
2261 (set_width): Add missing whitespace in comment.
2262 (set_width_command): Call set_screen_size.
2263 (set_height_command): New function.
2264 (initialize_utils): Fix formatting. Make "set height" command
2265 call set_height_command. Remove redundant code that turns off
2266 pagination if output isn't a terminal. Remove redundant call to
2267 set_width_command.
2268
2269 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2270
2271 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2272 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2273 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2274 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2275 `case' keyword.
2276 (sparc64_register_info): Give the reister with number
2277 SPARC64_STATE_REGNUM a name.
2278 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2279 %asi and %ccr.
2280 (sparc64_push_dummy_call): Take BIAS into account when checking
2281 stcak alignment.
2282 (sparc_software_single_step): Remove assertions that check whether
2283 NPC and NNPC were zero.
2284 (sparc_supply_rwindow): Make public. Merge functionality with
2285 sparc64_supply_rwindow.
2286 (sparc_fill_rwindow): Make public. Merge functionality with
2287 sparc64_fill_rwindow.
2288 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2289 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2290 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2291 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2292 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2293
2294 * reggroups.c: Add whitespace after declarations of local
2295 variables in functions.
2296
2297 2003-08-21 Michael Chastain <mec@shout.net>
2298
2299 * gdbtypes.h: Change array bound type from an int to enum.
2300
2301 2003-08-21 Andrew Cagney <cagney@redhat.com>
2302
2303 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2304 * config/sparc/tm-sparc.h: Ditto.
2305 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2306 unconditionally.
2307 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2308
2309 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2310
2311 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2312 (register_objfile_data, set_objfile_data, objfile_data): New
2313 prototypes.
2314 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2315 prototypes.
2316 (allocate_objfile): Call objfile_alloc_data.
2317 (free_objfile): Call objfile_free_data.
2318 (struct objfile_data): New.
2319 (struct objfile_data_registration): New.
2320 (struct objfile_data_registry): New.
2321 (objfile_data_registry): New variable.
2322 (register_objfile_data): New function.
2323 (objfile_alloc_data, objfile_free_data): New functions.
2324 (set_objfile_data, objfile_data): New functions.
2325 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2326 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2327 (_initialize_dwarf2_frame): New function and prototype.
2328
2329 2003-08-21 Andrew Cagney <cagney@redhat.com>
2330
2331 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2332 a specific architecture.
2333 * arch-utils.h (set_architecture_from_arch_mach): Delete
2334 declaration.
2335 (target_architecture_hook): Delete declaration.
2336 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2337 (default_float_format): Assume GDB_MULTI_ARCH.
2338 (default_double_format): Assume GDB_MULTI_ARCH.
2339 (set_endian_from_file): Delete function.
2340 (arch_ok): Delete function.
2341 (set_arch): Delete function.
2342 (set_architecture_from_arch_mach): Delete function.
2343 (set_architecture_from_file): Delete function.
2344 (set_architecture): Assume GDB_MULTI_ARCH.
2345 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2346
2347 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2348
2349 Rewrite FreeBSD/sparc64 native configuration.
2350 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2351 * sparc64fbsd-nat.c: New file.
2352 * sparc64fbsd-tdep.c: New file.
2353 * sparc64-tdep.c sparc64-tdep.h: New files.
2354 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2355 sparc64fbsd-tdep.o): New dependencies.
2356 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2357 and sparc64fbsd-tdep.c.
2358 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2359 * config/sparc/fbsd.mh: Remove copyright notice.
2360 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2361 sparcbsd-nat.o.
2362 * config/sparc/fbsd.mt: Remove copyright notice.
2363 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2364 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2365 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2366 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2367 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2368 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2369 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2370 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2371 "sparc/tm-sp64.h".
2372 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2373 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2374
2375 2003-08-21 Michael Chastain <mec@shout.net>
2376
2377 * symtab.h: Add doco on the space critical structures and
2378 some measurements of space usage.
2379
2380 2003-08-21 Michael Snyder <msnyder@redhat.com>
2381
2382 * tracepoint.c (trace_dump_command): Trace break address
2383 is subject to DECR_PC_AFTER_BREAK.
2384 (set_traceframe_context): Make "trace_line" an int.
2385 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2386
2387 2003-08-20 Michael Snyder <msnyder@redhat.com>
2388
2389 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2390 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2391 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2392 argument passing.
2393 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2394 functions, replace sh_push_dummy_call.
2395 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2396
2397 2003-08-20 Michael Chastain <mec@shout.net>
2398
2399 * gdbtypes.h (struct main_type): Rearrange to save space.
2400
2401 2003-08-20 Michael Snyder <msnyder@redhat.com>
2402
2403 * trad-frame.c: Comment typo fix.
2404
2405 2003-08-20 Michael Snyder <msnyder@redhat.com>
2406 Kevin Buettner <kevinb@redhat.com>
2407
2408 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2409 (frv_frame_init_saved_regs): Add declaration.
2410 (frame_extra_info): Add new field ``saved_regs''.
2411 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2412 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2413 Update frame related code.
2414 (frv_extract_struct_value_address): Adjust formatting.
2415 * Makefile.in (frv-tdep.o): Update dependencies.
2416 * config/frv/tm-frv.h (target_insert_watchpoint)
2417 (target_remove_watchpoint, target_insert_hw_breakpoint)
2418 (target_remove_hw_breakpoint): Delete these macros.
2419 (remote_insert_watchpoint, remote_remove_watchpoint)
2420 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2421 these declarations.
2422
2423 2003-08-20 Michael Chastain <mec@shout.net>
2424
2425 * defs.h (ENUM_BITFIELD): New macro.
2426 * symtab.h (ENUM_BITFIELD): Use it.
2427 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2428
2429 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2430
2431 * MAINTAINERS (write after approval): Add myself.
2432
2433 2003-08-18 Andrew Cagney <cagney@redhat.com>
2434
2435 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2436 * gdbarch.h, gdbarch.c: Re-generate.
2437 * infcall.c (call_function_by_hand): Adjust the SP by
2438 frame_red_zone_size before allocating any stack space.
2439 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2440 * x86-64-tdep.c (x86_64_frame_align): New function.
2441 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2442
2443 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2444 Remove code adjusting SP so that it skips over the Red Zone.
2445
2446 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2447
2448 * NEWS (New native configurations): Mention FreeBSD/amd64.
2449
2450 2003-08-18 Andrew Cagney <cagney@redhat.com>
2451
2452 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2453 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2454 "m68k_frame_p".
2455 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2456
2457 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2458
2459 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2460
2461 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2462
2463 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2464 Define.
2465 * i386-linux-nat.c: Include "linux-nat.h".
2466 (child_post_startup_inferior): New function.
2467
2468 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2469
2470 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2471 at the start of a frameless function. This probably fixes PR
2472 backtrace/1338.
2473
2474 2003-08-17 Michael Chastain <mec@shout.net>
2475
2476 * symfile.c (find_sym_fns): Remove special case for apollo target.
2477
2478 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2479
2480 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2481 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2482 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2483 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2484 (linux_supports_tracevforkdone): New function.
2485 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2486 TRACEVFORKDONE.
2487 (child_follow_fork): Handle vfork.
2488 (linux_handle_extended_wait): Likewise. Also handle exec.
2489 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2490 * NEWS: Mention fork tracing.
2491
2492 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2493
2494 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2495
2496 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2497
2498 * Makefile.in (i386-linux-nat.o): Update dependencies.
2499 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2500 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2501 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2502 * i386-linux-nat.c: Include "linux-nat.h".
2503 (child_post_startup_inferior): New function.
2504 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2505 * infptrace.c (kill_inferior): Wrap in #ifdef.
2506 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2507 attaching to each LWP.
2508 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2509 (init_lin_lwp_ops): Fill in some more operations.
2510 * linux-nat.h (linux_enable_event_reporting)
2511 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2512 prototypes.
2513 * linux-nat.c (linux_enable_event_reporting): New function.
2514 (child_post_attach, linux_child_post_startup_inferior)
2515 (child_post_startup_inferior, child_follow_fork)
2516 (linux_handle_extended_wait, kill_inferior): New functions.
2517
2518 2003-08-16 Andrew Cagney <cagney@redhat.com>
2519
2520 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2521 * gdbarch.h, gdbarch.c: Re-generate.
2522
2523 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2524
2525 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2526
2527 2003-08-16 Andrew Cagney <cagney@redhat.com>
2528
2529 * NEWS: Mention that "set prompt-escape-char" was deleted.
2530 * top.c (get_prompt_1): Delete function.
2531 (gdb_prompt_escape):
2532 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2533 prompt-escape-char" command.
2534 (MAX_PROMPT_SIZE): Delete macro.
2535 (get_prompt): Simplify, do not call get_prompt_1.
2536
2537 2003-08-16 Andrew Cagney <cagney@redhat.com>
2538
2539 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2540 -Werror. -Wformat-nonliteral problems.
2541
2542 2003-08-15 J. Brobecker <brobecker@gnat.com>
2543
2544 Further multiarching work mostly for hppa64-*-hpux11:
2545 * hppa-tdep.h: New file.
2546 * hppa-tdep.c: #include hppa-tdep.c.
2547 (hppa32_num_regs): Renamed from hppa_num_regs.
2548 (hppa64_num_regs): New constant.
2549 (hppa64_call_dummy_breakpoint_offset): New constant.
2550 (hppa32_call_dummy_length): New constant.
2551 (hppa64_call_dummy_length): New constant.
2552 (hppa32_stack_align): Make name 32bit explicit.
2553 (hppa32_register_virtual_type): Likewise.
2554 (hppa32_extract_return_value): Likewise.
2555 (hppa32_use_struct_convention): Likewise.
2556 (hppa32_store_return_value): Likewise.
2557 (hppa64_register_virtual_type): New function.
2558 (hppa64_extract_return_value): New function.
2559 (hppa64_use_struct_convention): New function.
2560 (hppa64_store_return_value): New function.
2561 (hppa_frame_locals_address): Remove declaration, function does
2562 not exist anymore.
2563 (hppa_register_byte): Add support for PA64 ABI.
2564 (hppa_gdbarch_init): Add support for PA64 ABI.
2565 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2566 Make name 32bit explicit.
2567 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2568 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2569 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2570 (hppa64_hpux_frame_base_before_sigtramp): New function.
2571 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2572 * config/pa/tm-hppa64.h: Remove macros that are no longer
2573 necessary now that the gdbarch vector is properly setup.
2574 Transform some macros into function calls. Some minor cleanup.
2575 * config/pa/tm-hppah.h: Update function calls in macros
2576 following the function renaming in hppa-hpux-tdep.c.
2577 * Makefile.in (hppa_tdep_h): New variable.
2578 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2579
2580 2003-08-14 Michael Snyder <msnyder@redhat.com>
2581
2582 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2583
2584 2003-08-13 J. Brobecker <brobecker@gnat.com>
2585
2586 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2587 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2588 routine.
2589
2590 2003-08-13 Michael Snyder <msnyder@redhat.com>
2591
2592 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2593 (frv_saved_pc_after_call): Use deprecated ftype.
2594 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2595 (frv_remote_translate_xfer_address): Remove.
2596 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2597
2598 2003-08-13 J. Brobecker <brobecker@gnat.com>
2599
2600 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2601 initialization after the common gdbarch initialization, not before.
2602
2603 2003-08-13 J. Brobecker <brobecker@gnat.com>
2604
2605 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2606 (ADDR_BITS_REMOVE): Remove, redundant.
2607
2608 2003-08-13 J. Brobecker <brobecker@gnat.com>
2609
2610 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2611 gdbarch method to clear the 2 low bits of text addresses.
2612
2613 2003-08-12 Andrew Cagney <cagney@redhat.com>
2614
2615 * Makefile.in (dsrec.o): Update dependencies.
2616 * dsrec.c: Include "gdb_assert.h".
2617 (make_srec): Use snprintf instead of sprintf, use a literal format
2618 string.
2619
2620 2003-08-12 Andrew Cagney <cagney@redhat.com>
2621
2622 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2623 FRAME_OBSTACK_ZALLOC.
2624
2625 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2626
2627 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2628 SSE registers.
2629
2630 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2631
2632 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2633 amd64fbsd_sc_reg_offset): Add extern declarations.
2634 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2635 declarations.
2636
2637 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2638
2639 * MAINTAINERS (write after approval): Update my mail address.
2640
2641 2003-08-10 Andrew Cagney <cagney@redhat.com>
2642
2643 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2644
2645 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2646
2647 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2648 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2649 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2650 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2651 i386bsd_sc_reg_offset): Add extern declarations.
2652 * i386obsd-nat.c: Include "i386-tdep.h"
2653 (_initialize_i386obsd_nat): Remove extern declarations.
2654 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2655 declarations.
2656 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2657 declarations.
2658
2659 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2660 instead of frame_read_register.
2661 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2662 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2663 SP_REGNUM.
2664 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2665 instead of frame_unwind_unsigned_register. Use
2666 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2667 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2668 instead of read_register. Use builtin_type_void_data_ptr instead
2669 of builtin_type_void_func_ptr when extracting the address of the
2670 jmp_buf.
2671 (i386_extract_return_value, i386_store_return_value,
2672 i386_pseudo_register_read, i386_pseudo_register_write): Use
2673 register_size instead REGISTER_RAW_SIZE.
2674
2675 2003-08-10 Andrew Cagney <cagney@redhat.com>
2676
2677 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2678 sprintf. Make "name" constant.
2679
2680 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2681
2682 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2683 instead of frame_read_register.
2684 (i387_print_float_info): Use get_frame_register and
2685 get_frame_register_unsigned instead of frame_register_read.
2686
2687 * i386fbsd-nat.c: Include "i386-tdep.h".
2688 (child_resume): Make `eflags' an ULONGEST. Use
2689 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2690 instead of register_read and register_write.
2691
2692 * i386bsd-nat.c (fetch_inferior_registers,
2693 store_inferior_registers): Don't use && at the end of a line.
2694 (_initialize_i386bsd_nat): Fix typo.
2695
2696 * frame.c (_initialize_frame): Add missing backslash.
2697
2698 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2699 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2700 and supply_register instead of manipulating the register buffer
2701 directly.
2702
2703 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2704 * config/i386/nm-i386sol2.h
2705 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2706
2707 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2708 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2709 instructions that GCC likes to mingle into the prologue. Fixes
2710 gdb/1253 and gdb/1255.
2711
2712 2003-08-09 Andrew Cagney <cagney@redhat.com>
2713
2714 Fix GDB PR cli/926.
2715 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2716 * command.h (add_setshow_uinteger_cmd): Declare.
2717 * frame.c (set_backtrace_cmd): New function.
2718 (show_backtrace_cmd): New function.
2719 * frame.c (_initialize_frame): Replace "set/show
2720 backtrace-below-main" with "set/show backtrace past-main". Add
2721 command "set/show backtrace limit".
2722 (backtrace_past_main): Rename "backtrace_below_main".
2723 (backtrace_limit): New variable.
2724 (get_prev_frame): Update. Check the backtrace_limit.
2725
2726 2003-08-09 Andrew Cagney <cagney@redhat.com>
2727
2728 * defs.h (xstrprintf): Declare.
2729 * utils.c (xstrprintf): New function.
2730 * breakpoint.c (insert_breakpoints): Replace sprintf and
2731 non-literal format strings, with xstrprintf and cleanups.
2732 (delete_breakpoint,breakpoint_re_set): Ditto.
2733 (commands_command, insert_breakpoints): Ditto.
2734 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2735 (break_at_finish_command_1): Ditto.
2736
2737 2003-08-09 Andrew Cagney <cagney@redhat.com>
2738
2739 * MAINTAINERS (language support): List Adam Fedor as Objective C
2740 maintainer.
2741
2742 2003-08-08 J. Brobecker <brobecker@gnat.com>
2743
2744 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2745 are now multiarched.
2746
2747 2003-08-08 J. Brobecker <brobecker@gnat.com>
2748
2749 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2750 longer necessary now that hppa64 is partially multiarch'ed.
2751
2752 2003-08-08 Andrew Cagney <cagney@redhat.com>
2753
2754 * interps.c (interp_set): Check for a NULL "old_interp".
2755
2756 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2757
2758 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2759 (install-only): Support DESTDIR.
2760 (uninstall): Likewise.
2761 (install-gdbtk): Likewise.
2762
2763 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2764
2765 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2766 contains something meaningful at all times.
2767
2768 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2769
2770 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2771
2772 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2773
2774 * MAINTAINERS (write after approval): Added self.
2775
2776 2003-08-07 Andrew Cagney <cagney@redhat.com>
2777
2778 * inferior.h (AT_SYMBOL): Define.
2779 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2780 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2781 * mips-tdep.c (mips_call_dummy_address): Delete function.
2782 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2783 set call_dummy_address.
2784
2785 2003-08-07 Andrew Cagney <cagney@redhat.com>
2786
2787 * language.c (op_error): Delete function.
2788 (binop_type_check): Delete function.
2789 * language.h (type_op_error, range_op_error): Delete macros.
2790 (op_error): Delete declaration.
2791
2792 2003-08-07 Andrew Cagney <cagney@redhat.com>
2793
2794 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2795
2796 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2797
2798 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2799 (x86_64_push_arguments): Skip the red zone.
2800
2801 2003-08-05 Andrew Cagney <cagney@redhat.com>
2802
2803 * reggroups.c (reggroup_next): Check for the final entry.
2804
2805 2003-08-04 Andrew Cagney <cagney@redhat.com>
2806
2807 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2808 * cli/cli-script.c (define_command): Call query directly, instead
2809 of passing it a buffer.
2810 * ocd.c (ocd_error): Pass error a constant format string.
2811 * remote-mips.c (mips_error): Use fputs_filtered.
2812
2813 * solib-svr4.c (_initialize_svr4_solib): Update
2814 register_gdbarch_data call.
2815 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2816
2817 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2818 (register_gdbarch_data): Delete "free" parameter. Update
2819 comments.
2820 * gdbarch.h, gdbarch.c: Re-generate.
2821 * reggroups.c (_initialize_reggroup): Update.
2822 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2823 * frame-base.c (_initialize_frame_base): Update.
2824 * frame-unwind.c (_initialize_frame_unwind): Update.
2825 * user-regs.c (_initialize_user_regs): Update.
2826 * remote.c (_initialize_remote): Update.
2827 * regcache.c (_initialize_regcache): Update.
2828
2829 * regcache.c (xfree_regcache_descr): Delete function.
2830 (_initialize_regcache): Update call to register_gdbarch_data.
2831 (init_regcache_descr, init_legacy_regcache_descr): Use
2832 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2833
2834 * remote.c (free_remote_state): Delete function.
2835 (_initialize_remote): Update register_gdbarch_data.
2836 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2837 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2838
2839 2003-08-04 Andrew Cagney <cagney@redhat.com>
2840
2841 * reggroups.c (struct reggroup_el): Define.
2842 (struct reggroups): Delete field "nr_group". Replace array
2843 "group" with a "first" to "last" linked list.
2844 (reggroups_init): Update. Allocate using gdbarch's obstack.
2845 (reggroups_free): Delete function.
2846 (add_group): Update. Add "el" parameter.
2847 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2848 (default_groups): Update.
2849 (reggroup_next): Replace reggroups.
2850 (reggroups_dump): Update.
2851 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2852 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2853 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2854
2855 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2856
2857 * Makefile.in (tui-interp.o): Update dependencies.
2858
2859 2003-08-04 David Carlton <carlton@kealia.com>
2860
2861 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2862 to internal_error call.
2863 * source.c (forward_search_command): Add "%s" format argument.
2864 (reverse_search_command): Ditto.
2865 * top.c (quit_confirm): Ditto.
2866 * cli/cli-setshow.c (do_setshow_command): Ditto.
2867 * cp-valprint.c (cp_print_class_method): Replace
2868 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2869 (cp_print_class_member): Ditto.
2870 * event-top.c (command_line_handler): Ditto.
2871 * linux-proc.c (linux_info_proc_cmd): Ditto.
2872 * p-typeprint.c (pascal_type_print_base): Ditto.
2873 * p-valprint.c (pascal_object_print_class_method): Ditto.
2874 (pascal_object_print_class_member): Ditto.
2875 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2876 * remote.c (remote_cisco_section_offsets): Ditto.
2877 * top.c (command_line_input): Ditto.
2878 * utils.c (vwarning,error_stream,quit): Ditto.
2879 * valprint.c (print_floating,print_binary_chars)
2880 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2881
2882 2003-08-04 Andrew Cagney <cagney@redhat.com>
2883
2884 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2885
2886 2003-08-02 Andrew Cagney <cagney@redhat.com>
2887
2888 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2889 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2890 amd64fbsd-nat.c.
2891
2892 2003-08-02 Andrew Cagney <cagney@redhat.com>
2893
2894 * Makefile.in: Update all dependencies and definitions.
2895
2896 2003-08-02 Adam Fedor <fedor@gnu.org>
2897
2898 * linespec.c (is_objc_method_format): New function
2899 (decode_line_1, locate_first_half): Use it.
2900 Fixes PR objc/1298
2901
2902 2003-08-01 Andrew Cagney <cagney@redhat.com>
2903
2904 * NEWS: Mention that m32r is multi-arch.
2905 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2906 * configure.tgt: Recognize m32r-*-*.
2907 * config/m32r/tm-m32r.h: Delete file.
2908 * config/m32r/m32r.mt: New file.
2909 * m32r-rom.c (m32r_upload_command): Use hostent only when
2910 gethostname succeeds, in order to avoid a compilation
2911 warning.
2912 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2913 compiler warning.
2914
2915 2003-08-01 Michael Snyder <msnyder@redhat.com>
2916
2917 * sh-tdep.c (sh_frame_align): New gdbarch method.
2918 (sh_gdbarch_init): Set up frame_align method.
2919
2920 2003-07-31 Michael Snyder <msnyder@redhat.com>
2921
2922 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2923 which is already covered by the new frames infrastructure.
2924
2925 2003-07-31 Andrew Cagney <cagney@redhat.com>
2926
2927 * user-regs.c (struct user_reg): Add "next" link.
2928 (struct user_regs): Replace "user" with "first" and "last" links.
2929 (append_user_reg): Add pre-allocated "reg" parameter.
2930 (builtin_user_regs): Provide initial value for "last".
2931 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2932 (user_regs_init): Allocate memory from the gdbarch obstack.
2933 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2934 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2935 linked list.
2936 (usernum_to_user_reg): New function.
2937 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2938 (value_of_user_reg): Use usernum_to_user_reg.
2939 (user_regs_free): Delete function.
2940 (_initialize_user_regs): Update register_gdbarch_data call.
2941
2942 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
2943
2944 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2945
2946 2003-07-30 Michael Snyder <msnyder@redhat.com>
2947
2948 * value.h (value_being_returned): Add a struct_addr argument.
2949 * infcall.c (call_function_by_hand): Pass struct_addr to
2950 value_being_returned.
2951 * infcmd.c (print_return_value): Pass zero as struct_addr.
2952 * values.c (value_being_returned): If struct_addr is passed,
2953 use it instead of trying to recover it from the inferior.
2954
2955 2003-07-30 Kevin Buettner <kevinb@redhat.com>
2956
2957 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2958 the prologue analyzer won't need to attempt to extract the pc
2959 value from the woefully incomplete dummy frame.
2960 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2961 possible. Disable code which modifies the frame.
2962
2963 2003-07-28 Andrew Cagney <cagney@redhat.com>
2964
2965 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2966 to level 2.
2967 (annotate_breakpoints_table, annotate_record): Ditto.
2968 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2969 (annotate_field_name_end, annotate_field_value): Ditto.
2970 (annotate_field_end, annotate_frame_source_begin): Ditto.
2971 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2972 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2973 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2974 (annotate_frame_address_end, annotate_frame_address): Ditto.
2975 (annotate_frame_args, annotate_frame_end): Ditto.
2976 (annotate_frame_where, annotate_arg_begin): Ditto.
2977 (annotate_arg_name_end, annotate_arg_value): Ditto.
2978 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2979 (annotate_function_call, annotate_signal_name): Ditto.
2980 (annotate_signal_string, annotate_signal_name_end): Ditto.
2981 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2982 (annotate_value_begin, annotate_value_history_value): Ditto.
2983 (annotate_value_history_end, annotate_value_end): Ditto.
2984 (annotate_display_begin, annotate_display_number_end): Ditto.
2985 (annotate_display_format, annotate_display_expression): Ditto.
2986 (annotate_display_expression_end, annotate_display_value): Ditto.
2987 (annotate_display_end, annotate_array_section_begin): Ditto.
2988 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2989 (annotate_elt, annotate_array_section_end): Ditto.
2990
2991 2003-07-28 Andrew Cagney <cagney@redhat.com>
2992
2993 * regcache.c (struct regcache_descr): Update comments on
2994 nr_raw_registers.
2995 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2996 sizeof_raw_register_valid_p.
2997 (init_regcache_descr): Set nr_raw_registers and
2998 sizeof_raw_register_valid_p before calling
2999 init_legacy_regcache_descr.
3000
3001 2003-07-28 Andrew Cagney <cagney@redhat.com>
3002
3003 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3004 MOD NUM_REGS.
3005
3006 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3007
3008 * thread.c (info_threads_command): Use get_selected_frame ().
3009 Check that there is at least one non-sentinel frame.
3010
3011 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3012
3013 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3014 (m68hc11_pop_frame): Remove.
3015 (m68hc11_frame_saved_pc): Remove.
3016 (m68hc11_frame_chain): Remove.
3017 (m68hc11_frame_init_saved_regs): Remove.
3018 (m68hc11_init_extra_frame_info): Remove.
3019 (m68hc11_store_struct_return): Remove.
3020 (m68hc11_saved_pc_after_call): Remove.
3021
3022 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3023
3024 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3025 frame unwind information.
3026 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3027 and adapted for frame unwinding.
3028 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3029 (m68hc11_unwind_pc): New function.
3030 (m68hc11_frame_unwind_cache): New function to analyze frames.
3031 (m68hc11_frame_this_id): New function to create new frame struct.
3032 (m68hc11_frame_prev_register): New function to unwind a register from
3033 the frame.
3034 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3035 (m68hc11_frame_p): New function for the above.
3036 (m68hc11_frame_base_address): New function to return fp of frame.
3037 (m68hc11_frame_args_address): Update for frame.
3038 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3039 (m68hc11_unwind_sp): New function.
3040 (m68hc11_unwind_dummy_id): New function.
3041 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3042 calls.
3043
3044 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3045
3046 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3047 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3048 when we are beyond the current pc.
3049
3050 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3051
3052 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3053 from m68hc11_push_arguments.
3054 (m68hc11_push_arguments): Remove.
3055 (m68hc11_push_return_address): Remove.
3056 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3057 handlers; remove deprecated_extra_stack_alignment_needed.
3058
3059 2003-07-27 Andrew Cagney <cagney@redhat.com>
3060
3061 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3062 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3063 REAL_PC and not the pointer.
3064 * hppa-hpux-tdep.c: Include frame.h
3065
3066 2003-07-27 Andrew Cagney <cagney@redhat.com>
3067
3068 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3069 GDB_MULTI_ACH_PARTIAL.
3070
3071 2003-07-27 Andrew Cagney <cagney@redhat.com>
3072
3073 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3074 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3075 operator at start and not end of line.
3076 (decode_prologue): Ditto.
3077 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3078 frame_unwind_register_unsigned instead of
3079 frame_unwind_unsigned_register.
3080 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3081 read_register.
3082 (m32r_push_dummy_call): Use register_size instead of
3083 REGISTER_RAW_SIZE.
3084 (m32r_frame_sniffer): Replace m32r_frame_p.
3085 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3086 * m32r-rom.c (report_transfer_performance): Delete extern
3087 declaration.
3088 (m32r_load, m32r_upload_command): Use print_transfer_performance
3089 instead of report_transfer_performance.
3090 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3091 / add_show_from_set.
3092
3093 2003-07-26 Andrew Cagney <cagney@redhat.com>
3094
3095 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3096 store_return_value and extract_struct_value_address.
3097
3098 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3099
3100 PR c++/1267
3101 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3102 NULL, default to the section containing PC.
3103
3104 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3105
3106 * NEWS: Mention "regs" deprecated for m68hc11 too.
3107
3108 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3109 (m68hc11_print_register): New function to print out one register.
3110 (m68hc11_print_registers_info): New function to print registers.
3111 (show_regs): Deprecate and use the above.
3112 (m68hc11_gdbarch_init): Install the print_registers_info.
3113
3114 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3115
3116 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3117 that we have a SIGTRAP before returning non-zero.
3118
3119 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3120 Elena Zannoni <ezannoni@redhat.com>
3121
3122 * linespec.c (decode_line_2): Avoid crash if
3123 find_function_start_sal() returns empty record.
3124
3125 2003-07-23 Andreas Schwab <schwab@suse.de>
3126
3127 * ia64-tdep.c (ia64_print_insn): New function.
3128 (ia64_gdbarch_init): Set print_insn to it.
3129 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3130 deprecated_tm_print_insn_info.
3131
3132 2003-07-22 Michael Snyder <msnyder@redhat.com>
3133
3134 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3135 handle 8-bit returns (long long).
3136 (h8300h_extract_return_value): Ditto.
3137 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3138
3139 2003-07-22 Andrew Cagney <cagney@redhat.com>
3140
3141 * gdbarch.c Include "gdb_obstack.h".
3142 (struct gdbarch): Add an "obstack".
3143 (alloc_gdbarch_data): Allocate the gdbarch data using
3144 GDBARCH_OBSTACK_CALLOC.
3145 (free_gdbarch_data): Delete function.
3146 (gdbarch_obstack_zalloc): New function.
3147 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3148 Assert that the architecture is not initialized.
3149 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3150 vector from the obstack.
3151 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3152 architecture obstack.
3153 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3154 (set_gdbarch_data): Assert that the data is not initialized.
3155 (struct gdbarch_data): Delete member "free".
3156 (register_gdbarch_data): Do not initialize "free".
3157 * gdbarch.h, gdbarch.c: Re-generate.
3158
3159 2003-07-22 Andrew Cagney <cagney@redhat.com>
3160
3161 * configure.in (build_warnings): Add -Wformat-nonliteral.
3162 * configure: Re-generate.
3163
3164 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3165
3166 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3167
3168 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3169
3170 * findvar.c (read_var_value): Remove case for thread local storage
3171 variables. It is now entirely handled by the dwarf2 location
3172 expression code.
3173 * printcmd.c (address_info): Ditto.
3174 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3175 enumeration value.
3176 (struct symbol): Remove objfile field, which was used by
3177 LOC_THREAD_LOCAL_STATIC only.
3178 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3179 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3180 usage of objfile pointer.
3181 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3182 thread local variables.
3183 Add include of objfiles.h.
3184 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3185 storage variables.
3186 * Makefile.in (dwarf2loc.o): Update dependencies.
3187
3188 2003-07-22 Andrew Cagney <cagney@redhat.com>
3189
3190 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3191 get_frame_base.
3192 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3193 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3194 (struct value): Add opaque declaration.
3195 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3196
3197 2003-07-21 Andrew Cagney <cagney@redhat.com>
3198
3199 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3200 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3201
3202 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3203
3204 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3205 regcache_cooked_read_unsigned instead of read_register.
3206 (m68hc11_saved_pc_after_call): Likewise.
3207 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3208 instead of write_register.
3209 (m68hc11_register_type): New function.
3210 (m68hc11_register_virtual_type): Remove.
3211 (m68hc11_store_return_value): Convert to use the regcache.
3212 (m68hc11_extract_struct_value_address): Likewise.
3213 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3214 m68hc11_register_type; undeprecate store_return_value and
3215 extract_struct_value_address.
3216
3217 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3218
3219 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3220 and translate to use regcache.
3221 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3222
3223 2003-07-18 Andrew Cagney <cagney@redhat.com>
3224
3225 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3226 * gdbarch.h, gdbarch.c: Re-generate.
3227 * i386-tdep.c (i386_gdbarch_init): Do not set
3228 DWARF2_BUILD_FRAME_INFO.
3229 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3230 unconditionally.
3231 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3232 DWARF2_BUILD_FRAME_INFO.
3233
3234 2003-07-18 Andrew Cagney <cagney@redhat.com>
3235
3236 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3237 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3238
3239 2003-07-18 Andrew Cagney <cagney@redhat.com>
3240
3241 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3242 frame_unwind_address_in_block, instead of frame_pc_unwind.
3243 (dwarf2_frame_cache): Ditto.
3244
3245 2003-07-18 Andrew Cagney <cagney@redhat.com>
3246
3247 * user-regs.h (struct gdbarch): Declare opaque.
3248 * ui-out.h (struct ui_file): Declare opaque.
3249 * dwarf2-frame.h (struct frame_info): Declare opaque.
3250
3251 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3252
3253 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3254 #include "...".
3255 (procfs_meminfo): Change strerror to safe_strerror.
3256 (procfs_can_run): Remove K&R badness.
3257
3258 2003-07-17 Michael Snyder <msnyder@redhat.com>
3259
3260 * remote-sim.c: Comment typo fix.
3261
3262 2003-07-17 Andrew Cagney <cagney@redhat.com>
3263
3264 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3265 configure.
3266 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3267 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3268 GDB_MULTI_ARCH_PARTIAL.
3269
3270 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3271
3272 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3273 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3274 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3275
3276 2003-07-16 Theodore A. Roth <troth@openavr.org>
3277
3278 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3279 found.
3280 (avr_frame_unwind_cache): Don't unwind FP for main.
3281 Update a comment.
3282 Save the computed prev_sp.
3283 (avr_saved_regs_unwinder): Remove function.
3284 (avr_frame_prev_register): Use PC unwind logic from
3285 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3286
3287 2003-07-16 Andrew Cagney <cagney@redhat.com>
3288
3289 * frame-base.h (frame_base_p_ftype): Delete definition.
3290 (frame_base_append_predicate): Delete declaration.
3291 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3292 (frame_unwind_append_predicate): Delete declaration.
3293 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3294 (append_predicate): Delete parameter "p".
3295 (frame_unwind_append_predicate): Delete function.
3296 (frame_unwind_append_sniffer): Update call to append_predicate.
3297 (frame_unwind_free): Delete function.
3298 (_initialize_frame_unwind): Pass NULL as "free" to
3299 register_gdbarch_data.
3300 (frame_unwind_init): Append the dummy_frame_sniffer.
3301 (frame_unwind_find_by_frame): Simplify.
3302 * frame-base.c (struct frame_base_table): Delete field "p".
3303 (append_predicate): Delete parameter "p".
3304 (frame_base_append_predicate): Delete function.
3305 (frame_base_append_sniffer): Update call to append_predicate.
3306 (frame_base_free): Delete function.
3307 (frame_base_find_by_frame): Simplify.
3308 (_initialize_frame_base): Pass NULL as "free" to
3309 register_gdbarch_data.
3310 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3311 (x86_64_sigtramp_frame_sniffer): Replace
3312 "x86_64_sigtramp_frame_p".
3313 (x86_64_init_abi): Set the frame unwind sniffers.
3314 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3315 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3316 (m68k_gdbarch_init): Set the frame unwind sniffers.
3317 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3318 "i386_sigtramp_frame_p".
3319 (i386_frame_sniffer): Replace "i386_frame_p".
3320 (i386_gdbarch_init): Set the frame unwind sniffers.
3321 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3322 (avr_gdbarch_init): Set the frame unwind sniffers.
3323 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3324 "alpha_sigtramp_frame_p"
3325 (alpha_heuristic_frame_sniffer): Replace
3326 "alpha_heuristic_frame_p".
3327 (alpha_gdbarch_init): Set the frame unwind sniffers.
3328 (alpha_dwarf2_init_abi): Ditto.
3329 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3330 "alpha_debug_frame_p".
3331 (alpha_mdebug_frame_base_sniffer): Replace
3332 "alpha_mdebug_frame_base_p".
3333 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3334 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3335 (d10v_gdbarch_init): Set the frame unwind sniffer.
3336 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3337 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3338 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3339 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3340 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3341 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3342
3343 2003-07-16 Michael Snyder <msnyder@redhat.com>
3344
3345 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3346 should go thru sh_dsp_register_sim_regno, else the dsp regs
3347 will not get the right values.
3348
3349 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3350
3351 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3352 deprecated_store_floating by call to store_typed_floating.
3353 (sh_sh4_register_convert_to_raw): Substitute call to
3354 deprecated_extract_floating by call to extract_typed_floating.
3355
3356 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3357
3358 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3359
3360 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3361
3362 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3363 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3364 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3365 as possible.
3366 (do_pseudo_register): Remove.
3367 (sh_push_dummy_code): New function.
3368 (sh64_store_struct_return): Rename from sh_store_struct_return.
3369 Only called for sh64 now.
3370 (sh_extract_struct_value_address): Regcache'ify.
3371 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3372 and accomodate new tasks.
3373 (sh64_push_return_address): Rename from sh_push_return_address.
3374 Only called for sh64 now.
3375 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3376 Regcache'ify.
3377 (sh3e_sh4_extract_return_value): Regcache'ify.
3378 (sh_default_store_return_value): Ditto.
3379 (sh3e_sh4_store_return_value): Ditto.
3380 (sh_default_register_byte): Remove.
3381 (sh_sh4_register_byte): Remove.
3382 (sh_default_register_raw_size): Remove.
3383 (sh_sh4_register_raw_size): Remove.
3384 (sh_register_virtual_size): Remove.
3385 (sh_sh3e_register_virtual_type): Remove.
3386 (sh_sh3e_register_type): New function.
3387 (sh_sh4_register_virtual_type): Remove.
3388 (sh_sh4_register_type): New function.
3389 (sh_default_register_virtual_type): Remove.
3390 (sh_default_register_type): New function.
3391 (do_fv_register_info): Add parameters to accomodate call from
3392 sh_print_registers_info.
3393 (do_dr_register_info): Ditto.
3394 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3395 Add parameters to accomodate call from sh_print_registers_info.
3396 (sh_do_fp_register): Ditto.
3397 (sh64_do_pseudo_register): Call do_dr_register_info,
3398 do_fv_register_info and sh_do_fp_register with default parameters.
3399 (sh_do_register): Add parameters to accomodate call from
3400 sh_print_registers_info.
3401 (sh_print_register): Ditto.
3402 (sh_print_registers_info): Rename from sh_do_registers_info.
3403 Add parameters to be used as gdbarch_print_registers_info
3404 implementation. Accomodate removed do_pseudo_register function
3405 pointer.
3406 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3407 function pointer. Call sh_print_register with default parameters.
3408 (sh64_do_registers_info): Call sh_print_registers_info instead of
3409 sh_do_registers_info.
3410 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3411 detection of deprecated vs. non-deprecated functionality.
3412 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3413 function pointer assignments by direct function calls.
3414
3415 2003-07-15 Andrew Cagney <cagney@redhat.com>
3416
3417 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3418 (frame_register_unwind, create_new_frame): Ditto.
3419 (legacy_get_prev_frame, get_frame_type): Ditto.
3420 (get_frame_base_address): Use frame_base_find_by_frame.
3421 (get_frame_locals_address): Use frame_base_find_by_frame.
3422 (get_frame_args_address): Use frame_base_find_by_frame.
3423 * frame-base.h (frame_base_sniffer_ftype): Declare.
3424 (frame_base_append_sniffer): Declare.
3425 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3426 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3427 (frame_base_append_sniffer): New function.
3428 (frame_base_append_predicate): Add a NULL sniffer.
3429 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3430 (struct frame_base_table): Add "sniffer".
3431 (frame_base_free): Free the "sniffer" table.
3432 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3433 (frame_unwind_append_sniffer): Declare.
3434 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3435 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3436 (struct frame_unwind_table): Add "sniffer", delete "middle".
3437 (append_predicate): Add "sniffer" parameter, append the sniffer.
3438 (frame_unwind_init): Update append_predicate call.
3439 (frame_unwind_append_sniffer): New function.
3440 (frame_unwind_append_predicate): Update append_predicate call.
3441 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3442
3443 2003-07-15 Andrew Cagney <cagney@redhat.com>
3444
3445 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3446 before code inhibiting repeated unwind attempts. Add to
3447 commentary on that test's problems.
3448 * blockframe.c (inside_main_func): Look for "main" in the minimal
3449 symbol table.
3450 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3451 identical.
3452
3453 2003-07-15 Andrew Cagney <cagney@redhat.com>
3454
3455 * complaints.c (struct explanation): Define.
3456 (struct complaints): Change type of "explanation" to "struct
3457 explanation".
3458 (symfile_explanations): Convert to a "struct explanation" table.
3459 (vcomplaint): Update.
3460
3461 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3462
3463 * x86-64-linux-nat.c (regmap): Removed.
3464 (supply_gregset, fill_gregset): Call
3465 x86_64_linux_(fill,supply)_gregset functions.
3466 * x86-64-linux-tdep.c (USER_*): New defines.
3467 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3468 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3469 New functions.
3470 (fetch_core_registers): Ditto.
3471 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3472 * x86-64-linux-tdep.h: New file.
3473 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3474 and core-regset.o.
3475 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3476
3477 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3478
3479 * x86-64-tdep.c (x86_64_store_return_value): Use
3480 regcache_cooked_write_part instead of regcache_cooked_write.
3481
3482 * configure.host: Add x86_64-*-freebsd*.
3483 * configure.tgt: Add x86_64-*-freebsd*.
3484 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3485 * amd64fbsd-nat.c: New file.
3486 * amd64fbsd-tdep.c: New file.
3487 * config/i386/nm-fbsd64.h: New file.
3488 * config/i386/fbsd64.mh: New file.
3489 * config/i386/fbsd64.mt: New file.
3490
3491 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3492
3493 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3494 `sc_regs_offset' and `sc_fpregs_offset'.
3495 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3496 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3497 (alpha_sigtramp_register_address): Rewrite to use new members of
3498 `struct gdbarch_tdep'.
3499 (alpha_gdbarch_init): Initialize new members of struct
3500 gdbarch_tdep'.
3501 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3502 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3503 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3504 (alphafbsd_pc_in_sigtramp): Implement.
3505 (alphafbsd_sigtramp_offset): New function.
3506 (alphafbsd_sigcontext_addr): New function.
3507 (alphafbsd_init_abi): Initialize signal trampoline related members
3508 of `struct gdbarch_tdep'.
3509 (_initialize_alphafbsd_tdep): Add prototype.
3510
3511 2003-07-11 Theodore A. Roth <troth@openavr.org>
3512
3513 * Makefile.in (install-only): Quote sed expression when generating
3514 transformed_name.
3515
3516 2003-07-11 Richard Henderson <rth@redhat.com>
3517
3518 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3519 * dwarf2-frame.c: Include complaints.h.
3520 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3521 variable initialization; return NULL on error.
3522 (decode_frame_entry): New.
3523
3524 2003-07-11 Andrew Cagney <cagney@redhat.com>
3525
3526 * frame.h (frame_address_in_block): Delete declaration.
3527 * blockframe.c (frame_address_in_block): Delete function.
3528 (get_frame_block): Use get_frame_address_in_block.
3529 (block_innermost_frame): Ditto.
3530 * stack.c (print_frame, backtrace_command_1): Ditto.
3531
3532 * frame.h (get_frame_address_in_block): Declare.
3533 (frame_unwind_address_in_block): Declare.
3534 * frame.c (frame_unwind_address_in_block): New function.
3535 (get_frame_address_in_block): New function.
3536
3537 2003-07-10 Andrew Cagney <cagney@redhat.com>
3538
3539 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3540 pre-default. Note: re-generate has no effect.
3541
3542 2003-07-10 Andrew Cagney <cagney@redhat.com>
3543
3544 * gdbarch.sh: When a variable, but not a function, compare against
3545 0. Fix problem in previous patch.
3546 * gdbarch.c: Re-generate.
3547
3548 2003-07-10 Andrew Cagney <cagney@redhat.com>
3549
3550 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3551 functions against NULL, not 0.
3552 * gdbarch.c: Re-generate.
3553
3554 2003-07-10 Fred Fish <fnf@ninemoons.com>
3555
3556 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3557 null string instead of a null pointer.
3558 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3559
3560 2003-07-09 Michael Snyder <msnyder@redhat.com>
3561
3562 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3563
3564 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3565
3566 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3567 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3568 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3569 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3570 * x86-64-tdep.c: ... from here.
3571
3572 2003-07-09 Andreas Schwab <schwab@suse.de>
3573
3574 * m68k-tdep.h (enum struct_return): Define.
3575 (struct gdbarch_tdep): Add struct_return.
3576 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3577 bytes are padded to the right, not to the left. Pass struct value
3578 address in register %a1, not on stack.
3579 (m68k_use_struct_convention): New function.
3580 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3581 struct_return in tdep to pcc_struct_return.
3582 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3583 reg_struct_return.
3584
3585 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3586
3587 * somread.c (som_symfile_offsets): Fix compilation error.
3588
3589 2003-07-09 Andrew Cagney <cagney@redhat.com>
3590
3591 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3592 Add comments about the checks.
3593
3594 2003-07-08 Andrew Cagney <cagney@redhat.com>
3595
3596 * Makefile.in: Make dependency section headers consistent.
3597 (config_h): Move to $BUILD headers section.
3598 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3599 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3600 (ada-exp.tab.c): Move to YACC/LEX section.
3601 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3602 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3603
3604 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3605
3606 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3607 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3608 of strerror with safe_strerror, use ISO C function definitions,
3609 and replace instances of sprintf with snprintf.
3610
3611 2003-07-07 Andrew Cagney <cagney@redhat.com>
3612
3613 * frame.c (get_prev_frame): Enable check for identical frames.
3614 Update comments. Update error messages.
3615
3616 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3617
3618 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3619
3620 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3621
3622 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3623 sort_symtab_syms, no longer necessary.
3624
3625 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3626
3627 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3628
3629 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3630
3631 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3632 (mips_register_byte): Likewise.
3633
3634 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3635
3636 * Makefile.in (sparc_tdep_h): New.
3637 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3638 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3639 * sparc-linux-nat.c: Include "sparc-tdep.h".
3640 * sparc-nat.c: Likewise.
3641 * sparc-tdep.c: Likewise.
3642 * sparc64nbsd-nat.c: Likewise.
3643 * sparcnbsd-nat.c: Likewise.
3644 * sparcnbsd-tdep.c: Likewise.
3645 * sparc-tdep.h: New file.
3646 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3647 and sparc_npc_regnum.
3648
3649 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3650
3651 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3652 (mips_linux_cannot_store_register): List supported instead of
3653 unsupported registers.
3654
3655 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3656
3657 * disasm.c (dump_insns): Separate instructions from addresses.
3658
3659 2003-07-07 Andreas Schwab <schwab@suse.de>
3660
3661 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3662 dependencies.
3663 * m68k-tdep.c (NUM_FREGS): Delete.
3664 (SIG_PC_FP_OFFSET): Delete.
3665 (TARGET_M68K): Delete.
3666 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3667 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3668 P_MOVEL_SP, P_MOVEML_SP): Define.
3669 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3670 P_TRAP): Delete.
3671 (m68k_register_raw_size): Delete.
3672 (m68k_register_virtual_size): Delete.
3673 (m68k_register_type): Renamed from m68k_register_virtual_type and
3674 add gdbarch argument.
3675 (m68k_store_struct_return): Delete.
3676 (m68k_deprecated_extract_return_value): Delete.
3677 (m68k_deprecated_extract_struct_value_address): Delete.
3678 (m68k_frame_chain): Delete.
3679 (m68k_frame_saved_pc): Delete.
3680 (m68k_fix_call_dummy): Delete.
3681 (m68k_push_dummy_frame): Delete.
3682 (m68k_pop_frame): Delete.
3683 (m68k_extract_return_value): New function.
3684 (m68k_store_return_value): Rewrite using regcache.
3685 (m68k_extract_struct_value_address): Rewrite using regcache.
3686 (m68k_push_dummy_call): New function.
3687 (struct m68k_frame_cache): Define.
3688 (m68k_alloc_frame_cache): New function.
3689 (m68k_analyze_frame_setup): New function.
3690 (m68k_analyze_register_saves): New function.
3691 (m68k_analyze_prologue): New function.
3692 (m68k_skip_prologue): Rewrite using above functions.
3693 (m68k_unwind_pc): New function.
3694 (m68k_frame_cache): New function.
3695 (m68k_frame_this_id): New function.
3696 (m68k_frame_prev_register): New function.
3697 (m68k_frame_unwind): New variable.
3698 (m68k_frame_p): New function.
3699 (m68k_sigtramp_frame_cache): New function.
3700 (m68k_sigtramp_frame_this_id): New function.
3701 (m68k_sigtramp_frame_prev_register): New function.
3702 (m68k_sigtramp_frame_unwind): New variable.
3703 (m68k_sigtramp_frame_p): New function.
3704 (m68k_frame_base_address): New function.
3705 (m68k_frame_base): New function.
3706 (m68k_unwind_dummy_id): New function.
3707 (fill_gregset): Use regcache_collect.
3708 (fill_fpregset): Likewise.
3709 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3710 defined.
3711 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3712 deprecated_init_frame_pc, deprecated_store_struct_return,
3713 deprecated_extract_return_value, deprecated_store_return_value,
3714 deprecated_frame_chain, deprecated_frame_saved_pc,
3715 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3716 deprecated_register_virtual_size,
3717 deprecated_max_register_raw_size,
3718 deprecated_max_register_virtual_size,
3719 deprecated_register_virtual_type, deprecated_register_size,
3720 deprecated_register_byte, deprecated_register_bytes,
3721 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3722 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3723 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3724 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3725 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3726 deprecated_push_dummy_frame, deprecated_pop_frame,
3727 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3728 only if SYSCALL_TRAP is defined. Set extract_return_value,
3729 store_return_value, extract_struct_value_address, register_type,
3730 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3731 predicates.
3732 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3733 M68K_MAX_REGISTER_SIZE): Define.
3734 (struct m68k_sigtramp_info): Define.
3735 (struct gdbarch_tdep): Add get_sigtramp_info.
3736 * m68klinux-nat.c (fetch_register): Use register_size instead of
3737 REGISTER_RAW_SIZE. Don't put assignment in if.
3738 (store_register): Likewise.
3739 (fetch_inferior_registers): Likewise.
3740 (store_inferior_registers): Likewise.
3741 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3742 (m68k_linux_frame_saved_pc): Delete.
3743 (m68k_linux_sigcontext_reg_offset,
3744 m68k_linux_ucontext_reg_offset): Define.
3745 (m68k_linux_get_sigtramp_info): New function.
3746 (m68k_linux_extract_return_value): Rewrite using regcache.
3747 (m68k_linux_store_return_value): Likewise.
3748 (m68k_linux_extract_struct_value_address): Likewise.
3749 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3750 Don't set deprecated_frame_saved_pc,
3751 deprecated_extract_return_value, deprecated_store_return_value,
3752 deprecated_extract_struct_value_address. Set
3753 extract_return_value, store_return_value,
3754 extract_struct_value_address.
3755
3756 2003-07-07 Andrew Cagney <cagney@redhat.com>
3757
3758 * expprint.c: Include "user-regs.h" instead of "frame.h".
3759 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3760 frame_map_regnum_to_name.
3761 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3762 (frame_map_name_to_regnum): Simplify, call
3763 user_reg_map_name_to_regnum.
3764 (frame_map_regnum_to_name): Simplify, call
3765 user_reg_map_regnum_to_name.
3766 (frame_register_unwind): Update.
3767 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3768 (_initialize_frame_reg): Call user_reg_add_builtin.
3769 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3770 (value_of_register): Use value_of_user_reg.
3771 * eval.c (evaluate_subexp_standard): Update.
3772 * parse.c (write_dollar_variable): Update.
3773 * d10v-tdep.c (d10v_print_registers_info): Update.
3774 * infcmd.c (registers_info): Update.
3775 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3776 (builtin_regs_h): Delete macro.
3777 (user_regs_h): Define.
3778 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3779 (builtin-regs.o): Delete target.
3780 (user-regs.o): Specify dependencies.
3781 (expprint.o): Update dependencies.
3782 (findvar.o): Update dependencies.
3783 (frame.o): Update dependencies.
3784 (std-regs.o): Update dependencies.
3785
3786 2003-07-06 Christopher Faylor <cgf@redhat.com>
3787
3788 * win32-nat.c (solib_symbols_add): Use one variable for all section
3789 address stuff. Pass variable rather than address of variable to
3790 safe_symbol_file_add.
3791
3792 2003-07-06 Andreas Schwab <schwab@suse.de>
3793
3794 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3795
3796 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3797
3798 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3799
3800 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3801
3802 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3803
3804 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3805
3806 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3807 * config/i386/nto.mh: New file.
3808 * config/i386/nm-nto.h: New file.
3809 * configure.host: Add i[3456]86-*-nto*.
3810
3811 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3812
3813 * remote-vx.c (vx_add_symbols): Fix compilation error.
3814
3815 2003-07-03 Andrew Cagney <cagney@redhat.com>
3816
3817 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3818 * gdbarch.h, gdbarch.c: Re-generate.
3819 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3820 (legacy_register_name): Declare.
3821 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3822 (REGISTER_NAME): Define.
3823 * sparc-tdep.c (legacy_register_name): New function.
3824 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3825 (REGISTER_NAME): Define.
3826 (hppa64_register_name): Declare.
3827 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3828 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3829 (hppa64_register_name): New function.
3830 (hppa_register_name): New function.
3831 * arch-utils.c (legacy_register_name): Delete.
3832 * arch-utils.h (legacy_register_name): Delete.
3833
3834 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3835
3836 * cli/cli-interp.c (cli_interpreter_resume): Update the
3837 cli_uiout's stream to gdb_stdout.
3838
3839 2003-07-03 Andrew Cagney <cagney@redhat.com>
3840
3841 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3842 predicate.
3843 * gdbarch.h, gdbarch.c: Re-generate.
3844 * regcache.c (init_regcache_descr): Use legacy code when either
3845 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3846
3847 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3848
3849 * NEWS: Move "set logging" entry into GDB 6.0 section.
3850
3851 2003-07-02 Jim Blandy <jimb@redhat.com>
3852
3853 * s390-tdep.c (struct frame_extra_info): new member:
3854 'stack_bought_valid'.
3855 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3856 initialize fextra_info->stack_bought.
3857 (s390_frameless_function_invocation): Don't trust the value of
3858 fextra_info_ptr->stack_bought unless
3859 fextra_info->stack_bought_valid is set.
3860
3861 New S390 prologue analyzer.
3862 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3863 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3864 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3865 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3866 compute_x_addr, s390_on_stack, s390_store,
3867 s390_get_signal_frame_info): New functions.
3868 (S390_NUM_SPILL_SLOTS): New macro.
3869 (s390_get_frame_info): Rewritten.
3870 (is_arg_reg): Deleted.
3871
3872 Break out the decoding of S/390 instructions into separate
3873 functions, to make it more legible, and easier to check
3874 against the spec.
3875 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3876 is_rx, is_rxe): New functions.
3877 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3878 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3879 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3880 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3881 enums for opcode values. (Is this an improvement?)
3882
3883 2003-07-02 Andrew Cagney <cagney@redhat.com>
3884
3885 * i386-tdep.c: Revert change committed as part of trad-frame code
3886 below.
3887
3888 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3889
3890 * breakpoint.c (insert_catchpoint): Make static.
3891
3892 2003-07-02 Andreas Schwab <schwab@suse.de>
3893
3894 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3895 former ia64_push_arguments and ia64_push_return_address, and use
3896 regcache functions instead of read/write_register.
3897 (ia64_gdbarch_init): Set push_dummy_call instead of
3898 deprecated_push_arguments and deprecated_push_return_address.
3899
3900 2003-07-01 Andreas Jaeger <aj@suse.de>
3901
3902 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3903 before the call.
3904 Set %rax only to number of SSE registers used.
3905
3906 2003-07-01 Andrew Cagney <cagney@redhat.com>
3907
3908 * trad-frame.h: Update comments, a -1 .addr is reserved.
3909 (trad_frame_value_p, trad_frame_addr_p): Declare.
3910 (trad_frame_reg_p): Declare.
3911 (trad_frame_set_value): Rename trad_frame_register_value.
3912 (trad_frame_set_unknown): Declare.
3913 * trad-frame.c (trad_frame_realreg_p): New function.
3914 (trad_frame_addr_p, trad_frame_value_p): New function.
3915 (trad_frame_set_unknown): New function.
3916 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3917 (trad_frame_prev_register): Use trad_frame_realreg_p,
3918 trad_frame_addr_p and trad_frame_value_p.
3919 (trad_frame_set_value): Rename trad_frame_register_value.
3920 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3921 and trad_frame_set_value.
3922
3923 2003-06-30 Jim Blandy <jimb@redhat.com>
3924
3925 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3926 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3927 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3928 for 16 registers, and then 32 more bytes.
3929 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3930 New macros.
3931 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3932 Move up in the file, since it's now used by is_simple_arg.
3933 (is_simple_arg): Don't assume registers are four bytes long.
3934 Exclude all double arguments. Extended floats are not simple
3935 args.
3936 (is_power_of_two): New function.
3937 (pass_by_copy_ref): Call is_power_of_two, and check that the
3938 length fits in a register, rather than listing all the acceptable
3939 sizes. Extended floats are not passed by reference.
3940 (s390_push_arguments): Don't assume registers are four bytes long.
3941 Reserve an argument register to point to the buffer for structures
3942 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3943 S390_STACK_FRAME_OVERHEAD.
3944
3945 2003-06-30 Andreas Schwab <schwab@suse.de>
3946
3947 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3948 format error message.
3949
3950 2003-06-30 Joel Brobecker <brobecker@gnat.com>
3951
3952 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3953
3954 2003-06-30 David Carlton <carlton@kealia.com>
3955
3956 Band-aid for PR c++/1245.
3957 * Makefile.in (cp-support.o): Depend on complaints_h.
3958 * cp-support.c: Include complaints.h. Add declaration for
3959 find_last_component.
3960 (cp_find_first_component): Separate code into
3961 cp_find_first_component_aux.
3962 (cp_find_first_component_aux): Call demangled_name_complaint.
3963 (demangled_name_complaint): New.
3964
3965 2003-06-30 Andrew Cagney <cagney@redhat.com>
3966
3967 * remote.c (remote_write_bytes): Explicitly compute and then use
3968 the payload size. Update comments to reflect. Fixes problem of
3969 GDB not sending small packets as found by Fred Fish.
3970
3971 2003-06-30 Andrew Cagney <cagney@redhat.com>
3972
3973 * remote.c (remote_async_wait): Fix -Wformat problem.
3974
3975 2003-06-29 Andrew Cagney <cagney@redhat.com>
3976
3977 * remote.c (remote_wait): Call error, and not warning, when the
3978 packet is corrupt.
3979 (remote_async_wait): Ditto.
3980
3981 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3982
3983 * sparc-tdep.c (sparc_y_regnum): Make external again.
3984
3985 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3986
3987 * cli/cli-logging.c (pop_output_files): Add void to function
3988 definition.
3989
3990 2003-06-29 Andrew Cagney <cagney@redhat.com>
3991
3992 * frame.c (frame_register_unwind): Use unsigned char when dumping
3993 the buffer contents.
3994
3995 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
3996
3997 * cli/cli-logging.c: New file.
3998 * cli-out.c (struct ui_out_data): Add original_stream.
3999 (cli_redirect): New function.
4000 (cli_ui_out_impl): Add cli_redirect.
4001 (cli_out_new): Initialize original_stream.
4002 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4003 (uo_redirect, ui_out_redirect): New.
4004 * ui-out.h (struct ui_out_impl): Add redirect member.
4005 (redirect_ftype): New.
4006 (ui_out_redirect): Add prototype.
4007 * Makefile.in: Add rules for cli-logging.c.
4008 * NEWS: Mention "set logging".
4009
4010 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4011
4012 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4013
4014 2003-06-27 Andrew Cagney <cagney@redhat.com>
4015
4016 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4017 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4018 * avr-tdep.c (avr_call_dummy_address): Delete function.
4019 (avr_gdbarch_init): Do not set call_dummy_address.
4020
4021 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4022
4023 * symfile.c (syms_from_objfile): Move variables to inner block.
4024 Move the checks for the non-mainline case a bit earlier to avoid
4025 doing some useless computations.
4026
4027 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4028
4029 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4030
4031 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4032
4033 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4034 sections.
4035
4036 2003-06-26 Michael Chastain <mec@shout.net>
4037
4038 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4039 gdb/testsuite/gdb.c++/pr-1210.exp.
4040
4041 2003-06-26 Andrew Cagney <cagney@redhat.com>
4042
4043 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4044 altivec_expression.h and altivec_registers.h.
4045
4046 2003-06-26 Andrew Cagney <cagney@redhat.com>
4047
4048 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4049 info->mach when MIPS16. Patch suggested by Fred Fish.
4050
4051 2003-06-26 Andrew Cagney <cagney@redhat.com>
4052
4053 * utils.c (internal_vproblem): Print the problem to a reason
4054 buffer and then pass to query. Make the msg variable more local.
4055
4056 2003-06-26 Andrew Cagney <cagney@redhat.com>
4057
4058 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4059 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4060 * gdbarch.h, gdbarch.c: Re-generate.
4061 * frame-base.c (default_frame_args_address): Update. Use
4062 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4063 not available.
4064 (default_frame_locals_address): Ditto for
4065 DEPRECATED_FRAME_LOCALS_ADDRESS.
4066 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4067 (vax_frame_num_args): Update.
4068 (vax_gdbarch_init): Update.
4069 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4070 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4071 * mcore-tdep.c (mcore_gdbarch_init): Update.
4072 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4073 * ia64-tdep.c (ia64_gdbarch_init): Update.
4074 * symtab.h (address_class): Update comments.
4075 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4076 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4077 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4078 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4079 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4080 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4081 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4082 * alpha-mdebug-tdep.c: Update.
4083 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4084
4085 2003-06-26 Andreas Jaeger <aj@suse.de>
4086
4087 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4088 of SSE registers so that varargs functions work. Rework handling
4089 of passing arguments on the stack.
4090 (x86_64_store_return_value): Return double and float values in SSE
4091 register.
4092
4093 2003-06-24 Michael Chastain <mec@shout.net>
4094
4095 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4096 the "constructor breakpoints ignored" bug.
4097
4098 2003-06-25 David Carlton <carlton@kealia.com>
4099
4100 * MAINTAINERS: Update e-mail address.
4101
4102 2003-06-24 Jim Blandy <jimb@redhat.com>
4103
4104 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4105
4106 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4107 function.
4108 (ppc_linux_init_abi): Register it as the
4109 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4110
4111 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4112 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4113 method.
4114
4115 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4116 (ppc64_standard_linkage_target): Use it.
4117
4118 2003-06-23 Andrew Cagney <cagney@redhat.com>
4119
4120 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4121 for 0 "int0" and 4 "int32" sized registers.
4122 * gdbtypes.c (builtin_type_int0): Define.
4123 (build_gdbtypes): Initialize builtin_type_int0.
4124 * gdbtypes.h (builtin_type_int0): Declare.
4125
4126 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4127
4128 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4129 as characters are unsigned.
4130
4131 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4132
4133 PR gdb/1179
4134 * dwarfread.c (struct_type): Skip static fields without crashing.
4135
4136 2003-06-22 Andrew Cagney <cagney@redhat.com>
4137
4138 GDB 6.0 branch created.
4139 * README: Update.
4140 * PROBLEMS: Update. Empty.
4141 * NEWS: Update.
4142
4143 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4144
4145 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4146 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4147
4148 2003-06-22 Andrew Cagney <cagney@redhat.com>
4149
4150 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4151 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4152 Velikov.
4153
4154 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4155
4156 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4157 compilers.
4158
4159 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4160
4161 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4162 argument of val_print.
4163 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4164 to the address argument of baseclass_offset or target_read_memory.
4165 Do add it to the argument of cp_print_value_fields.
4166
4167 2003-06-21 Andrew Cagney <cagney@redhat.com>
4168
4169 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4170 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4171 instead of 0..NUM_REGS.
4172 (mips_register_reggroup_p): New function.
4173 (mips_pseudo_register_write): New function.
4174 (mips_pseudo_register_read): New function.
4175 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4176 based on the register's type.
4177 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4178 cooked.
4179 (mips_get_saved_register): Simplify. Assert that REGNO is a
4180 pseudo / cooked.
4181 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4182 (mips_register_type): Replace mips_register_virtual_type. Map
4183 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4184 when available.
4185 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4186 that the register is cooked / virtual.
4187 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4188 Only get the extra info when needed.
4189 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4190 (mips32_heuristic_proc_desc): Fetch the cooked register.
4191 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4192 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4193 (mips_print_register): Use gdbarch_register_type, instead of
4194 REGISTER_VIRTUAL_TYPE.
4195 (print_gp_register_row): Use gdbarch_register_type, instead of
4196 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4197 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4198 Print the pseudo / cooked registers.
4199 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4200 Print the pseudo / cooked registers.
4201 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4202 REG_NUM is pseudo / cooked.
4203 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4204 (mips_n32n64_xfer_return_value): Ditto.
4205 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4206 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4207 (mips_register_sim_regno): New function.
4208 (mips_gdbarch_init): Set deprecated_register_byte,
4209 register_group_p, pseudo_register_write, pseudo_register_read,
4210 register_sim_regno, and num_pseudo_regs. Set register_type,
4211 instead of register_virtual_type.
4212 * Makefile.in (mips-tdep.o): Update dependencies.
4213 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4214 REGISTER_VIRTUAL_TYPE.
4215 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4216 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4217 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4218 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4219 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4220
4221 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4222
4223 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4224 * cli/cli-cmds.c: Include "gdb_vfork.h".
4225 (shell_escape): Use vfork.
4226
4227 2003-06-21 Andrew Cagney <cagney@redhat.com>
4228
4229 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4230 32 bit floating-point register saves.
4231
4232 * frame.h (deprecated_unwind_get_saved_register): Delete.
4233 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4234 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4235 and deprecated_get_next_frame_hack instead of
4236 deprecated_unwind_get_saved_register.
4237
4238 * mips-tdep.c (mips_dump_tdep): Do not print
4239 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4240
4241 * frame.c (get_frame_register): New function.
4242 (frame_unwind_register_signed): New function.
4243 (get_frame_register_signed): New function.
4244 (frame_unwind_register_unsigned): New function.
4245 (get_frame_register_unsigned): New function.
4246 * frame.h: Add comments on naming schema.
4247 (get_frame_register, frame_unwind_register_signed): Declare.
4248 (get_frame_register_signed, get_frame_register_signed): Declare.
4249 (frame_unwind_register_unsigned): Declare.
4250 (get_frame_register_unsigned): Declare.
4251
4252 2003-06-20 Theodore A. Roth <troth@openavr.org>
4253
4254 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4255
4256 2003-06-20 Theodore A. Roth <troth@openavr.org>
4257
4258 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4259 (avr_read_sp): Ditto.
4260
4261 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4262
4263 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4264 * config/arm/nm-linux.h: Likewise.
4265 * config/arm/tm-linux.h: Likewise.
4266 * config/ia64/nm-linux.h: Likewise.
4267 * config/ia64/tm-ia64.h: Likewise.
4268 * config/s390/tm-linux.h: Likewise.
4269 * config/s390/tm-s390.h: Likewise.
4270 * s390-nat.c: Likewise.
4271 * s390-tdep.c: Likewise.
4272
4273 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4274 * config/ia64/linux.mt: Likewise.
4275 * config/m68k/linux.mh: Likewise.
4276 * config/mips/linux.mt: Likewise.
4277 * config/powerpc/linux.mh: Likewise.
4278 * config/sh/linux.mt: Likewise.
4279
4280 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4281
4282 * solib.c (solib_open): Change tests for whether to search
4283 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4284 comments.
4285
4286 2003-06-19 Theodore A. Roth <troth@openavr.org>
4287
4288 * avr-tdep.c (avr_frame_address): Delete function.
4289 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4290 set_gdbarch_frame_args_address.
4291
4292 2003-06-19 Andrew Cagney <cagney@redhat.com>
4293
4294 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4295 (REGISTER_CONVERT_FROM_TYPE): Delete.
4296 (mips_register_convert_to_type): Delete declaration.
4297 (mips_register_convert_from_type): Delete declaration.
4298 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4299 kernel/.
4300
4301 2003-06-19 Michael Snyder <msnyder@redhat.com>
4302
4303 * linux-nat.h: New file.
4304 * linux-nat.c: Include linux-nat.h.
4305 * lin-lwp.c: Include linux-nat.h.
4306 Move struct lwp_info def to linux-nat.h.
4307 * linux-proc.c: Include linux-nat.h.
4308 (linux_make_note_section): Iterate over lwps instead of threads.
4309 (linux_do_thread_registers): Use lwp instead of merged pid.
4310 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4311 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4312 Add dependency on linux_nat_h.
4313
4314 2003-06-19 Theodore A. Roth <troth@openavr.org>
4315
4316 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4317
4318 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4319
4320 * varobj.c (get_type, get_target_type): Use check_typedef.
4321
4322 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4323
4324 * breakpoint.c (insert_catchpoint): Call internal_error.
4325
4326 2003-06-19 Theodore A. Roth <troth@openavr.org>
4327
4328 * avr-tdep.c (avr_push_dummy_code): Delete function.
4329 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4330
4331 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4332
4333 * arch-utils.c (default_prepare_to_proceed): Remove.
4334 (generic_prepare_to_proceed): Remove.
4335 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4336 (generic_prepare_to_proceed): Remove prototype.
4337 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4338 * gdbarch.c: Regenerate.
4339 * gdbarch.h: Regenerate.
4340 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4341 * hppah-nat.c (hppa_switched_threads): Remove.
4342 * infrun.c (prepare_to_proceed): New static function, copied from
4343 generic_prepare_to_proceed. Remove select_it argument.
4344 (proceed): Call prepare_to_proceed.
4345 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4346 variables.
4347 (ptrace_wait): Don't set the removed variables.
4348 (hppa_switched_threads): Remove.
4349 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4350 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4351 (lin_lwp_prepare_to_proceed): Remove prototype.
4352 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4353 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4354
4355 2003-06-18 Theodore A. Roth <troth@openavr.org>
4356
4357 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4358 trad-frame.h.
4359 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4360 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4361 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4362 (AVR_PROLOGUE_*): Enumerate prologue types.
4363 (struct frame_extra_info): Remove.
4364 (struct avr_unwind_cache): Define.
4365 (avr_write_sp): Delete function.
4366 (avr_read_fp): Ditto.
4367 (avr_init_extra_frame_info): Ditto.
4368 (avr_pop_frame): Ditto.
4369 (avr_frame_saved_pc): Ditto.
4370 (avr_saved_pc_after_call): Ditto.
4371 (avr_push_return_address): Ditto.
4372 (avr_frame_chain): Ditto.
4373 (avr_store_struct_return): Ditto.
4374 (avr_push_arguments): Ditto.
4375 (avr_scan_prologue): Update comments. Changed to set up the info for
4376 cache unwinding. Now returns end of prologue PC.
4377 (avr_skip_prologue): Better handling of functions lacking a prologue
4378 by using avr_scan_prologue.
4379 (avr_scan_arg_moves): New function.
4380 (avr_saved_regs_unwinder): Ditto.
4381 (avr_frame_unwind_cache): Ditto.
4382 (avr_unwind_pc): Ditto.
4383 (avr_frame_this_id): Ditto.
4384 (avr_frame_prev_register): Ditto.
4385 (avr_frame_p): Ditto.
4386 (avr_frame_base_address ): Ditto.
4387 (avr_unwind_dummy_id): Ditto.
4388 (avr_push_dummy_code): Ditto.
4389 (push_stack_item): Ditto.
4390 (pop_stack_item): Ditto.
4391 (avr_push_dummy_call): Ditto.
4392 (struct stack_item): Define.
4393 (avr_frame_unwind): Declare structure.
4394 (avr_frame_base): Ditto.
4395 (avr_gdbarch_init): Remove calls to
4396 set_gdbarch_deprecated_init_frame_pc,
4397 set_gdbarch_deprecated_target_read_fp,
4398 set_gdbarch_deprecated_dummy_write_sp,
4399 set_gdbarch_deprecated_fp_regnum,
4400 set_gdbarch_deprecated_push_arguments,
4401 set_gdbarch_deprecated_push_return_address,
4402 set_gdbarch_deprecated_pop_frame,
4403 set_gdbarch_deprecated_store_struct_return,
4404 set_gdbarch_deprecated_frame_init_saved_regs,
4405 set_gdbarch_deprecated_init_extra_frame_info,
4406 set_gdbarch_deprecated_frame_chain,
4407 set_gdbarch_deprecated_frame_saved_pc,
4408 set_gdbarch_deprecated_saved_pc_after_call.
4409 Add calls to set_gdbarch_push_dummy_call,
4410 set_gdbarch_push_dummy_code,
4411 frame_unwind_append_predicate,
4412 frame_base_set_default,
4413 set_gdbarch_unwind_dummy_id,
4414 set_gdbarch_unwind_pc.
4415 Wrap a long line.
4416
4417 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4418
4419 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4420 registers for H8/300S.
4421 (h8300_print_registers_info): Ditto.
4422 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4423
4424 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4425
4426 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4427 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4428 (lin_lwp_wait): Likewise. Update comments.
4429 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4430 (pull_pid_from_list, linux_record_stopped_pid): New.
4431
4432 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4433
4434 * ada-lang.c (scan_discrim_bound): Name first argument.
4435 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4436 declared by ALL_BLOCK_SYMBOLS.
4437
4438 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4439
4440 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4441 ("regcache.h"): Include it.
4442 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4443
4444 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4445
4446 * NEWS: Mention gdbserver detach change and "disconnect" command.
4447 * infcmd.c (disconnect_command): New function.
4448 (_initialize_infcmd): Add ``disconnect'' command.
4449 * remote.c (remote_async_detach): Delete.
4450 (remote_detach): Merge remote_async_detach.
4451 (remote_disconnect): New.
4452 (init_remote_ops): Set to_disconnect.
4453 (init_remote_cisco_ops): Likewise.
4454 (init_remote_async_ops): Likewise. Use remote_detach.
4455 * target.c (cleanup_target): Default to_disconnect.
4456 (update_current_target): Inherit to_disconnect.
4457 (target_disconnect, debug_to_disconnect): New functions.
4458 (setup_target_debug): Set to_disconnect.
4459 * target.h (struct target_ops): Add to_disconnect.
4460 (target_disconnect): Add prototype.
4461
4462 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4463
4464 * breakpoint.c (insert_catchpoint): New function.
4465 (insert_breakpoints): Use catch_exceptions to call
4466 insert_catchpoint. Disable catchpoints if they fail to insert.
4467
4468 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4469
4470 * symfile.c (reread_symbols): Clear sym_private.
4471
4472 2003-06-17 Andrew Cagney <cagney@redhat.com>
4473
4474 * trad-frame.h (struct frame_info): Add opaque declaration.
4475 * remote-fileio.h (struct cmd_list_element): Add opaque
4476 declaration.
4477 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4478 comments.
4479
4480 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4481
4482 * remote.c (remote_prepare_to_store): Replace call to
4483 deprecated_read_register_bytes with multiple regcache_raw_read
4484 calls.
4485
4486 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4487
4488 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4489 (nto_find_and_open_solib): Likewise.
4490 (nto_init_solib_absolute_prefix): Likewise.
4491 (_initialize_nto_tdep): Fix indentation.
4492
4493 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4494
4495 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4496
4497 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4498
4499 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4500
4501 2003-06-17 Jim Blandy <jimb@redhat.com>
4502
4503 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4504
4505 2003-06-16 Theodore A. Roth <troth@openavr.org>
4506
4507 * avr-tdep.c (avr_extract_return_value): New function.
4508 (avr_gdbarch_init): Set extract_return_value method.
4509
4510 2003-06-16 Andrew Cagney <cagney@redhat.com>
4511
4512 * frame.h (deprecated_get_next_frame_hack): Declare.
4513 * frame.c (legacy_saved_regs_prev_register): Only require
4514 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4515 there are always saved regs.
4516 (deprecated_generic_get_saved_register): Do not require
4517 DEPRECATED_FRAME_INIT_SAVED_REGS.
4518 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4519 use frame ID unwind instead.
4520 (deprecated_get_next_frame_hack): New function.
4521
4522 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4523
4524 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4525 (h8300_push_dummy_call): ...this function. Some minor optimization.
4526 (h8300_push_return_address): Remove.
4527 (h8300_gdbarch_init): Remove calls to
4528 set_gdbarch_deprecated_dummy_write_sp,
4529 set_gdbarch_deprecated_push_arguments and
4530 set_gdbarch_deprecated_push_return_address.
4531 Add call to set_gdbarch_push_dummy_call.
4532
4533 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4534
4535 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4536 (E_PSEUDO_EXR_REGNUM): Ditto.
4537 (h8300_is_argument_spill): Check for instructions moving argument
4538 registers into safe registers.
4539 (h8300_skip_prologue): Check for stm instruction to push registers
4540 used for register variables onto stack.
4541 (gdb_print_insn_h8300): Remove.
4542 (h8300_examine_prologue): Add a comment.
4543 (h8300_register_name): Take pseudo registers into account.
4544 (h8300s_register_name): Ditto.
4545 (h8300sx_register_name): Ditto.
4546 (h8300_print_register): Ditto.
4547 (h8300_print_registers_info): Define "nice" printing order.
4548 (h8300_saved_pc_after_call): Take pseudo registers into account.
4549 (h8300_register_type): Ditto. Return type used for remote connection
4550 when requesting real CCR or EXR register, return actual type when
4551 requesting pseudo CCR or EXR.
4552 (h8300_pseudo_register_read): New function.
4553 (h8300_pseudo_register_write): Ditto.
4554 (h8300_dbg_reg_to_regnum): Ditto.
4555 (h8300s_dbg_reg_to_regnum): Ditto.
4556 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4557 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4558 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4559 set_gdbarch_print_insn architecture dependent.
4560 Call set_gdbarch_pseudo_register_read and
4561 set_gdbarch_pseudo_register_write.
4562 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4563
4564 2003-06-16 Andrew Cagney <cagney@redhat.com>
4565
4566 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4567 * gdbarch.h, gdbarch.c: Re-generate.
4568 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4569 * s390-tdep.c (s390_gdbarch_init): Update.
4570 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4571 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4572 * mips-tdep.c (mips_gdbarch_init): Update.
4573 * mcore-tdep.c (mcore_gdbarch_init): Update.
4574 * cris-tdep.c (cris_gdbarch_init): Update.
4575 * infcall.c (call_function_by_hand): Update.
4576 * ia64-tdep.c (ia64_push_arguments): Update comment.
4577 * frame.c (legacy_get_prev_frame): Do not assume
4578 SAVE_DUMMY_FRAME_TOS_P.
4579 * dummy-frame.c (find_dummy_frame): Update comment.
4580
4581 2003-06-16 Andrew Cagney <cagney@redhat.com>
4582
4583 * regcache.c (do_cooked_read): Do not use register_valid_p.
4584
4585 2003-06-15 Theodore A. Roth <troth@openavr.org>
4586
4587 * avr-tdep.c (avr_register_type): Remove a blank line.
4588 (avr_scan_prologue): Correct some comments.
4589
4590 2003-06-15 Theodore A. Roth <troth@openavr.org>
4591
4592 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4593 prologue types.
4594 Properly scan prologues generated by gcc with the -mcall-prologues
4595 option.
4596 Add code to scan -mcall-prologues for mega devices.
4597
4598 2003-06-15 Theodore A. Roth <troth@openavr.org>
4599
4600 * avr-tdep.c (avr_register_byte): Delete function.
4601 (avr_register_raw_size): Delete function.
4602 (avr_register_virtual_size): Delete function.
4603 (avr_register_virtual_type): Delete function.
4604 (avr_register_type): New function.
4605 (avr_address_to_pointer): Remove unused code.
4606 (avr_read_fp): Need to read FP as two separate bytes due to change to
4607 avr_register_type() usage.
4608 (avr_gdbarch_init): Don't set deprecated_register_size.
4609 Don't set deprecated_register_bytes.
4610 Don't set deprecated_register_byte.
4611 Don't set deprecated_register_raw_size.
4612 Don't set deprecated_max_register_raw_size.
4613 Don't set deprecated_register_virtual_size.
4614 Don't set deprecated_max_register_virtual_size.
4615 Don't set deprecated_register_virtual_type.
4616 Set register_type method.
4617
4618 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * Makefile.in (linux-nat.o): Add rule.
4621 * linux-nat.c: New file.
4622 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4623 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4624 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4625 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4626 * config/arm/linux.mh (NATDEPFILES): Likewise.
4627 * config/i386/linux.mh (NATDEPFILES): Likewise.
4628 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4629 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4630 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4631 * config/mips/linux.mh (NATDEPFILES): Likewise.
4632 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4633 * config/s390/s390.mh (NATDEPFILES): Likewise.
4634 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4635
4636 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4637
4638 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4639 replace out-of-date comment.
4640
4641 2003-06-15 Andrew Cagney <cagney@redhat.com>
4642
4643 * rdi-share/host.h (Fail): Change to a varargs function.
4644 * remote-rdi.c (Fail): Update.
4645
4646 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4647
4648 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4649 (i386_convert_register_p, i386_register_to_value,
4650 i386_register_from_value): Handle types longer than 8 bytes.
4651
4652 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4653
4654 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4655 Move floating-point code to new function in i387-tdep.c.
4656 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4657 New functions containing code moved here from i386-tdep.c.
4658 * i387-tdep.h: Add opaque declaration for `struct type'.
4659 (i387_register_to_value, i387_value_to_register): New prototypes.
4660 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4661 (x86_64_init_abi): Set convert_register_p, register_to_value and
4662 value_to_register here.
4663
4664 2003-06-14 Andrew Cagney <cagney@redhat.com>
4665
4666 * mips-tdep.c (mips_register_to_value): Make static.
4667 (mips_value_to_register): Make static.
4668 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4669 * ia64-tdep.c (ia64_register_raw_size): Make static.
4670 (ia64_register_virtual_size): Make static.
4671 (ia64_register_byte): Make static.
4672 * i387-tdep.c: Include "i387-tdep.h".
4673 (print_387_control_word): Delete function.
4674 (print_387_status_word): Delete function.
4675 (print_387_status_bits): Delete function.
4676 (print_387_control_bits): Delete function.
4677 * Makefile.in (i387-tdep.o): Update dependencies.
4678 * rdi-share/host.h (Fail): Declare.
4679 * remote-rdi.c (Fail): Update to match declaration.
4680
4681 2003-06-14 Andrew Cagney <cagney@redhat.com>
4682
4683 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4684 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4685 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4686 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4687 * README: Delete reference to remote-array.
4688 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4689 (remote-array.o): Delete target.
4690 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4691 * remote-array.c: Delete file.
4692
4693 2003-06-14 Andrew Cagney <cagney@redhat.com>
4694 Mark Kettenis <kettenis@gnu.org>
4695
4696 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4697 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4698 parameter with "frame".
4699 * gdbarch.h, gdbarch.c: Re-generate.
4700 * frame.h (put_frame_register): Declare.
4701 * frame.c (put_frame_register): New function.
4702 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4703 (legacy_register_to_value): Rewrite, use "frame" to get the
4704 register value.
4705 (legacy_value_to_register): Rewrite, use "frame" to find the
4706 register's location before storing.
4707 * arch-utils.h (legacy_convert_register_p): Update.
4708 (legacy_register_to_value, legacy_value_to_register): Update.
4709 * findvar.c (value_from_register): Rewrite, eliminate use of
4710 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4711 "frame" to REGISTER_TO_VALUE.
4712 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4713 lval_reg_frame_relative + lval_register branch of the switch. Do
4714 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4715 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4716 I386_EDI_REGNUM): New defines.
4717 (i386_next_regnum, i386_convert_register_p,
4718 i386_register_to_value, i386_value_to_register): New functions.
4719 (i386_register_convertible, i386_register_convert_to_virtual,
4720 i386_convert_to_raw): Remove functions.
4721 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4722 value_to_register instead of register_convertible,
4723 register_convert_to_virtual and register_convert_to_raw.
4724 * mips-tdep.c (mips_convert_register_p): New function.
4725 (mips_value_to_register): Replace mips_register_convert_from_type.
4726 (mips_register_to_value): Replace mips_register_convert_to_type.
4727 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4728 register_to_value.
4729 * alpha-tdep.c (alpha_convert_register_p): Update.
4730 (alpha_value_to_register): Update, store the register.
4731 (alpha_register_to_value): Update, fetch the register.
4732
4733 2003-06-14 Theodore A. Roth <troth@openavr.org>
4734
4735 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4736 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4737 Don't set deprecated_call_dummy_words.
4738 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4739 Don't set remote_translate_xfer_address.
4740 (avr_io_reg_read_command): Remove commented out debug printf.
4741 Wrap a long line.
4742
4743 2003-06-14 Theodore A. Roth <troth@openavr.org>
4744
4745 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4746 causes gdb to seg fault.
4747
4748 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4749
4750 * sparc-nat.c (fetch_inferior_registers): Correct
4751 a reference to "registers".
4752
4753 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4754
4755 * Makefile.in (exc_request_U_h): Define
4756 (exc_request_S_h): Likewise.
4757 (msg_reply_S_h): Likewise.
4758 (msg_U_h): Likewise.
4759 (notify_S_h): Likewise.
4760 (process_reply_S_h): Likewise.
4761 (gnu-nat.o): Depend on gdb_obstack_h
4762 * gnu-nat.c: Include "gdb_obstack.h".
4763
4764 2003-06-13 Andrew Cagney <cagney@redhat.com>
4765
4766 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4767 * gdbarch.h, gdbarch.c: Re-generate.
4768
4769 2003-06-13 Andrew Cagney <cagney@redhat.com>
4770
4771 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4772 when deprecated REGISTER macros can be deleted.
4773 * gdbarch.h, gdbarch.c: Re-generate.
4774
4775 2003-06-13 Jim Blandy <jimb@redhat.com>
4776
4777 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4778 Linux entry point symbols for _dl_debug_state, too.
4779
4780 2003-06-13 Andrew Cagney <cagney@redhat.com>
4781
4782 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4783 available, do not use the FP register, and always save the TOS.
4784 * dummy-frame.c (dummy_frame_this_id): Do not assert
4785 SAVE_DUMMY_FRAME_TOS.
4786 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4787 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4788 (i386_push_dummy_call): Add 8 to the returned SP.
4789 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4790 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4791 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4792 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4793 (x86_64_push_dummy_call): Return "sp + 16".
4794 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4795 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4796 save_dummy_frame_tos.
4797
4798 2003-06-13 Jim Blandy <jimb@redhat.com>
4799
4800 * frv-tdep.c (frv_use_struct_convention): Delete static
4801 declaration for function deleted in my change of 2003-06-12.
4802
4803 2003-06-13 Theodore A. Roth <troth@openavr.org>
4804
4805 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4806 (avr_pointer_to_address): Shift code addrs left 1 bit.
4807 (avr_convert_from_func_ptr_addr): Delete function since operation is
4808 better handled by avr_address_to_pointer and avr_pointer_to_address.
4809 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4810
4811 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4812
4813 From Kelley Cook <kelleycook@wideopenwest.com>:
4814 * configure.host: Accept i[34567]86 variants.
4815 * configure.tgt: Likewise.
4816 * nlm/configure.in: Likewise.
4817 * nlm/configure: Regenerated.
4818
4819 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4820
4821 * arm-tdep.c (solib-svr4.h): Dont' include it.
4822 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4823 * arm-linux-tdep.c: ... here. Make static.
4824 (arm_linux_init_abi): Register it.
4825 (solib-svr4.h): Include it.
4826 * Makefile.in: Update dependencies.
4827 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4828 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4829
4830 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4831
4832 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4833 indicate registers used for return values.
4834 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4835 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4836 members.
4837 (h8300_init_extra_frame_info): Ditto.
4838 (h8300_frame_locals_address): Removed.
4839 (h8300_frame_args_address): Removed.
4840 (h8300_extract_return_value): Use new regcache structure. Only care
4841 for 16 bit CPUs.
4842 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4843 (h8300_store_return_value): Use new regcache structure. Only care
4844 for 16 bit CPUs.
4845 (h8300h_store_return_value): Same function for 32 bit CPUs.
4846 (h8300_store_struct_return): Removed.
4847 (h8300_extract_struct_value_address): Use new regcache structure.
4848 (h8300h_extract_struct_value_address): Removed.
4849 (h8300_push_dummy_code): New function.
4850 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4851 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4852 set_gdbarch_store_return_value architecture dependent.
4853 Call set_gdbarch_push_dummy_code and
4854 set_gdbarch_extract_struct_value_address.
4855 Remove calls to set_gdbarch_frame_args_address,
4856 set_gdbarch_frame_locals_address,
4857 set_gdbarch_deprecated_store_struct_return,
4858 set_gdbarch_deprecated_extract_return_value,
4859 set_gdbarch_deprecated_extract_struct_value_address,
4860 set_gdbarch_deprecated_call_dummy_words and
4861 set_gdbarch_deprecated_sizeof_call_dummy_words.
4862
4863 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4864
4865 * h8300-tdep.c (h8300_register_byte): Remove.
4866 (h8300h_register_byte): Remove.
4867 (h8300_register_virtual_type): Remove. Substitute by...
4868 (h8300_register_type): New function.
4869 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4870 (h8300h_extract_struct_value_address): Ditto.
4871 (h8300_gdbarch_init): Drop calls to
4872 set_gdbarch_deprecated_register_byte and
4873 set_gdbarch_deprecated_register_virtual_type.
4874 Add call to set_gdbarch_register_type.
4875
4876 2003-06-13 Andrew Cagney <cagney@redhat.com>
4877
4878 * gdbarch.sh: Update comments on registers.
4879 (deprecated_register_byte): Rename register_byte.
4880 (deprecated_register_raw_size): Rename register_raw_size.
4881 (deprecated_register_virtual_size): Rename register_virtual_size.
4882 (deprecated_register_virtual_type): Rename register_virtual_type.
4883 * gdbarch.h, gdbarch.c: Re-generate.
4884 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4885 * vax-tdep.c (vax_gdbarch_init): Update.
4886 * v850-tdep.c (v850_gdbarch_init): Update.
4887 * sparc-tdep.c (sparc_gdbarch_init): Update.
4888 * sh-tdep.c (sh_gdbarch_init): Update.
4889 * s390-tdep.c (s390_gdbarch_init): Update.
4890 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4891 * ns32k-tdep.c: Update.
4892 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4893 * mips-tdep.c (mips_gdbarch_init): Update.
4894 * mcore-tdep.c (mcore_gdbarch_init): Update.
4895 * m68k-tdep.c (m68k_gdbarch_init): Update.
4896 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4897 * ia64-tdep.c (ia64_gdbarch_init): Update.
4898 * hppa-tdep.c (hppa_gdbarch_init): Update.
4899 * h8300-tdep.c (h8300_gdbarch_init): Update.
4900 * frv-tdep.c (frv_gdbarch_init): Update.
4901 * cris-tdep.c (cris_gdbarch_init): Update.
4902 * avr-tdep.c (avr_gdbarch_init): Update.
4903 * alpha-tdep.c (alpha_gdbarch_init): Update.
4904 * arm-tdep.c (arm_gdbarch_init): Update.
4905
4906 2003-06-13 Andrew Cagney <cagney@redhat.com>
4907
4908 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4909 mips_o32_use_struct_convention with always_use_struct_convention.
4910
4911 2003-06-12 David Carlton <carlton@kealia.com>
4912
4913 * cp-namespace.c (cp_set_block_scope): Comment out
4914 processing_has_namespace_info branch.
4915
4916 2003-06-12 Jim Blandy <jimb@redhat.com>
4917
4918 Recognize and skip 64-bit PowerPC Linux linkage functions.
4919 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4920 insn_pattern, insns_match_pattern, d_field, ds_field): New
4921 functions, macros, and types for working with PPC instructions.
4922 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4923 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4924 ppc64_skip_trampoline_code): New functions, variables, and macros
4925 for recognizing and skipping linkage functions.
4926 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4927 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4928
4929 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4930 register offsets for both the 32- and 64-bit interfaces.
4931
4932 Actually finish the job started by my change of 2003-05-29.
4933 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4934 other #definition of this.
4935 (ppc_linux_skip_trampoline_code): Remove declaration.
4936 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4937 static.
4938 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4939 method for GDBARCH.
4940
4941 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4942 'long' on ppc64-*-linux*.
4943
4944 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4945 isn't #defined, assume the register doesn't exist: act as if
4946 tdep->ppc_mq_regnum were -1.
4947
4948 * configure.host, configure.tgt: Add entries for
4949 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4950 powerpc/linux.mt.
4951 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4952 New files.
4953
4954 * arch-utils.c (always_use_struct_convention): New function.
4955 * arch-utils.h (always_use_struct_convention): New prototype.
4956 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4957 (alpha_gdbarch_init): Register always_use_struct_convention,
4958 instead of alpha_use_struct_convention.
4959 * cris-tdep.c (cris_use_struct_convention): Delete.
4960 (cris_gdbarch_init): Register always_use_struct_convention,
4961 instead of cris_use_struct_convention.
4962 * frv-tdep.c (frv_use_struct_convention): Delete.
4963 (frv_gdbarch_init): Register always_use_struct_convention,
4964 instead of frv_use_struct_convention.
4965 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4966 (h8300_gdbarch_init): Register always_use_struct_convention,
4967 instead of h8300_use_struct_convention.
4968 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
4969 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4970 instead of mips_o32_use_struct_convention.
4971
4972 2003-06-12 Andrew Cagney <cagney@redhat.com>
4973
4974 * wince.c: Include "mips-tdep.h".
4975 * mips-tdep.h (mips_next_pc): Declare.
4976 * mcore-tdep.c: Make more local functions static.
4977 * Makefile.in (wince.o): Update dependencies.
4978
4979 2003-06-12 David Carlton <carlton@kealia.com>
4980
4981 * symtab.c (lookup_symbol_aux_minsyms): Replace
4982 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4983 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4984 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4985 SYMBOL_NATURAL_NAME.
4986
4987 2003-06-12 Andreas Schwab <schwab@suse.de>
4988
4989 * Makefile.in (tuiDisassem.o): Update dependencies.
4990
4991 2003-06-12 David Carlton <carlton@bactrian.org>
4992
4993 * symtab.h: Delete declaration of make_symbol_overload_list.
4994 Add declaration of lookup_partial_symbol.
4995 * symtab.c (remove_params): Move to cp-support.c.
4996 (overload_list_add_symbol, make_symbol_overload_list)
4997 (sym_return_val_size, sym_return_val_index): Ditto.
4998 (lookup_partial_symbol): Make extern.
4999 * cp-support.h: Add declaration of make_symbol_overload_list.
5000 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5001 symtab.h, and block.h.
5002 (remove_params): Move here from symtab.c.
5003 (overload_list_add_symbol, make_symbol_overload_list)
5004 (sym_return_val_size, sym_return_val_index): Ditto.
5005 * valops.c: Include cp-support.h.
5006 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5007 frame_h, and block_h.
5008 (valops.o): Depend on cp_support_h.
5009
5010 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5011
5012 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5013 substitute by NUM_REGS throughout.
5014 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5015 (h8300s_register_name): New function for H8S registers.
5016 (h8300sx_register_name): Ditto for H8SX registers.
5017 (h8300_print_register): Revise register printing, avoid depending
5018 on 32 bit long.
5019 (h8300_register_byte): Only care for H8/300 registers.
5020 (h8300h_register_byte): New function for any other architecture.
5021 (h8300_register_raw_size): Remove.
5022 (h8300_register_virtual_type): Revise to return actually useful
5023 type.
5024 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5025 (h8300h_extract_struct_value_address): New function for any other
5026 architecture.
5027 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5028 set_gdbarch_register_name, set_gdbarch_register_byte,
5029 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5030 Remove calls to set_gdbarch_deprecated_register_size,
5031 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5032 set_gdbarch_deprecated_max_register_raw_size,
5033 set_gdbarch_register_virtual_size and
5034 set_gdbarch_deprecated_max_register_virtual_size entirely.
5035 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5036 set_gdbarch_long_double_bit.
5037
5038 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5039
5040 * doublest.c (convert_doublest_to_floatformat): When dealing
5041 with the implied integer bit, only alter mant_bits if we are
5042 processing a full 32 bits of mantissa.
5043
5044 2003-06-11 David Carlton <carlton@bactrian.org>
5045
5046 * dictionary.h: New.
5047 * dictionary.c: New.
5048 * block.h: Add opaque declaration for struct dictionary.
5049 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5050 'sym' members.
5051 (BLOCK_DICT): New macro.
5052 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5053 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5054 BLOCK_SHOULD_SORT.
5055 (ALL_BLOCK_SYMBOLS): Update definition.
5056 * Makefile.in (SFILES): Add dictionary.c.
5057 (dictionary_h): New.
5058 (COMMON_OBS): Add dictionary.o.
5059 (dictionary.o): New.
5060 (ada-lang.o): Depend on dictionary_h.
5061 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5062 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5063 (mi-cmd-stack.o): Ditto.
5064 (gdbtk-cmds.o): Update dependencies.
5065 (gdbtk-stack.o): Ditto.
5066 * ada-lang.c: Include dictionary.h.
5067 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5068 (fill_in_ada_prototype, debug_print_block): Ditto.
5069 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5070 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5071 'is_sorted'.
5072 * mdebugread.c: Include dictionary.h.
5073 (struct parse_stack): Delete 'maxsyms' member.
5074 (parse_symbol): Update calls to new_block. Delete calls to
5075 shrink_block. Use dictionary methods.
5076 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5077 Update calls to new_symtab. Don't maintain maxsyms data.
5078 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5079 (add_symbol): Just call dict_add_symbol.
5080 (new_symtab): Delete 'maxsyms' argument.
5081 (new_symtab): Update calls to new_block.
5082 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5083 (shrink_block): Delete function.
5084 (fixup_sigtramp): Update call to new_block. Add symbol via
5085 dict_add_symbol.
5086 * jv-lang.c: Include dictionary.h.
5087 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5088 appropriately. Set class_symtab->free_func. Make sure the
5089 blockvector is big enough to hold two blocks.
5090 (add_class_symtab_symbol): Use dictionary methods.
5091 (free_class_block): New function.
5092 (type_from_class): Replace explicit iteration by
5093 ALL_BLOCK_SYMBOLS.
5094 * symtab.h (struct symtab): Replace 'free_ptr' method by
5095 'free_func'.
5096 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5097 sort_symtab_syms.
5098 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5099 sort_symtab_syms.
5100 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5101 Include dictionary.h.
5102 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5103 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5104 sort_symtab_syms.
5105 * objfiles.c: Include dictionary.h.
5106 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5107 * buildsym.c: Include dictionary.h.
5108 (finish_block): Use dictionary methods.
5109 (end_symtab): Set free_func to NULL, not free_ptr.
5110 * tracepoint.c: Include dictionary.h.
5111 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5112 (scope_info): Ditto.
5113 * stack.c: Include dictionary.h.
5114 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5115 (print_block_frame_labels, print_frame_arg_vars)
5116 (print_frame_args): Ditto.
5117 * symmisc.c (free_symtab_block): Use dictionary methods.
5118 (dump_symtab): Ditto.
5119 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5120 Include dictionary.h.
5121 * symfile.h: Delete declarations of sort_block_syms,
5122 sort_symtab_syms.
5123 * symfile.c (sort_block_syms): Delete.
5124 (sort_symtab_syms): Delete.
5125 * symtab.c: Include dictionary.h.
5126 (lookup_block_symbol): Use dictionary iterators.
5127 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5128 (search_symbols, make_symbol_completion_list): Ditto.
5129 (make_symbol_overload_list): Ditto.
5130 * valops.c (value_of_local): Use dict_empty.
5131 Include dictionary.h.
5132
5133 2003-06-11 J. Brobecker <brobecker@gnat.com>
5134
5135 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5136
5137 2003-06-11 David Carlton <carlton@bactrian.org>
5138
5139 * block.h (BLOCK_SHOULD_SORT): Delete.
5140 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5141 blocks.
5142 * ada-lang.c (ada_add_block_symbols): Ditto.
5143 * symfile.c (sort_block_syms): Delete.
5144 (sort_symtab_syms): Ditto.
5145 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5146 declarations.
5147 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5148 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5149 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5150 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5151 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5152 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5153 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5154
5155 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5156
5157 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5158 bits to 128.
5159
5160 2003-06-11 Andrew Cagney <cagney@redhat.com>
5161
5162 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5163 REGISTER_CONVERTIBLE.
5164 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5165 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5166 * gdbarch.h, gdbarch.c: Re-generate.
5167 * arch-utils.h (deprecated_register_convertible_not): Rename
5168 generic_register_convertible_not.
5169 * arch-utils.c (deprecated_register_convertible_not): Rename
5170 generic_register_convertible.
5171 (legacy_convert_register_p, legacy_register_to_value): Update.
5172 * sh-tdep.c (sh64_push_arguments): Update.
5173 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5174 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5175 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5176 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5177 * arch-utils.c (legacy_value_to_register): Update.
5178 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5179 (rs6000_register_convert_to_raw): Make parameter "from" const.
5180 * mips-tdep.c (mips_gdbarch_init): Update.
5181 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5182 * infcmd.c (default_print_registers_info): Update.
5183 * ia64-tdep.c (ia64_gdbarch_init): Update.
5184 (ia64_register_convert_to_raw): Make parameter "from" const.
5185 * i386-tdep.c (i386_gdbarch_init): Update.
5186 (i386_register_convert_to_raw): Update.
5187
5188 2003-06-11 Andrew Cagney <cagney@redhat.com>
5189
5190 * remote-fileio.c: Include "remote-fileio.h".
5191 * Makefile.in (remote-fileio.o): Update dependencies.
5192 (remote_fileio_h): Fix typo.
5193
5194 2003-06-11 Andrew Cagney <cagney@redhat.com>
5195
5196 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5197 (xstormy16_save_dummy_frame_tos): Make static.
5198 (_initialize_xstormy16_tdep): Add declaration.
5199 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5200 * v850-tdep.c: Make local functions static.
5201 (_initialize_v850_tdep): Add declaration.
5202 * sparc-tdep.c: Make local functions static.
5203 (_initialize_sparc_tdep): Add declaration.
5204 * sh-tdep.c: Make local functions static.
5205 (_initialize_sh_tdep): Add declaration.
5206 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5207 * s390-tdep.c: Make local functions static.
5208 (_initialize_s390_tdep): Add declaration.
5209 * dbxread.c (find_stab_function_addr): Make static.
5210 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5211 * ocd.c (_initialize_remote_ocd): Add declaration.
5212 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5213 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5214 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5215 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5216 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5217 * remote-array.c (_initialize_array): Add declaration.
5218 (_initialize_remote_monitors): Add declaration.
5219 * remote-mips.c: Make local functions static.
5220 (_initialize_remote_mips): Add declaration.
5221 * mcore-tdep.c: Make all local functions static.
5222 (_initialize_mcore_tdep): Add declaration.
5223 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5224 * abug-rom.c (_initialize_abug_rom): Add declaration.
5225 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5226 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5227 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5228 * remote-est.c (_initialize_est): Add declaration.
5229 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5230 (m68hc11_call_dummy_address): Make static.
5231 * ia64-tdep.c: Make local functions static.
5232 (_initialize_ia64_tdep): Add declaration.
5233 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5234 * monitor.c (monitor_wait_filter): Make static.
5235 (_initialize_remote_monitors): Add declaration.
5236 * remote-hms.c (_initialize_remote_hms): Add declaration.
5237 * remote-e7000.c (fetch_regs_from_dump): Make static.
5238 (expect_n): Make static.
5239 (_initialize_remote_e7000): Add declaration.
5240 * ser-e7kpc.c: Always include "defs.h".
5241 (_initialize_ser_e7000pc): Add declaration.
5242 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5243 * cris-tdep.c: Make all but one function static.
5244 (_initialize_cris_tdep): Add declaration.
5245 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5246 * solib.c (update_solib_list): Make static.
5247 (_initialize_solib): Add declaration.
5248 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5249 (_initialize_avr_tdep): Add declaration.
5250 * remote-rdi.c (voiddummy): Make static.
5251 (_initialize_remote_rdi): Add declaration.
5252 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5253 * remote-rdp.c (send_rdp): Make static.
5254 (_initialize_remote_rdp): Add declaration.
5255 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5256
5257 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5258
5259 * remote-fileio.c: Make ari happy.
5260
5261 2003-06-10 J. Brobecker <brobecker@gnat.com>
5262
5263 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5264 fetching the trailing bytes of the buffer we are about to write.
5265
5266 2003-06-10 Andrew Cagney <cagney@redhat.com>
5267
5268 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5269 * Makefile.in (remote-fileio.o): Update dependencies.
5270 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5271 include <setjmp.h>, or <sys/types.h> conditional on USG.
5272 (remote_fio_jmp_buf): Delete global variable.
5273
5274 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5275 Martin M. Hunt <hunt@redhat.com>
5276
5277 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5278 (SFILES): Add remote-fileio.c.
5279 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5280 dependencies for building remote.o.
5281 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5282 * remote-fileio.h: New header file defining remote File-I/O interface.
5283 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5284 static storage class.
5285 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5286 'F' packet.
5287 (_initialize_remote): Call initialize_remote_fileio().
5288 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5289 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5290 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5291 (captured_main): Initialize new ui_files.
5292 * ui-file.c: Add read and fgets input functions.
5293 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5294 (null_file_read): New function.
5295 (ui_file_read): New function.
5296 (set_ui_file_read): New function.
5297 (stdio_file_read): New function.
5298 * ui-file.h: New type ui_file_read_ftype.
5299 (set_ui_file_read): Declare.
5300 (ui_file_read): Declare.
5301
5302 2003-06-09 Andrew Cagney <cagney@redhat.com>
5303
5304 * frame.h (deprecated_unwind_get_saved_register): Rename
5305 generic_unwind_get_saved_register, update comments.
5306 * mips-tdep.c (mips_get_saved_register): Update.
5307 * frame.c (deprecated_unwind_get_saved_register): Update.
5308
5309 2003-06-09 Andrew Cagney <cagney@redhat.com>
5310
5311 * vax-tdep.c (vax_frame_locals_address): Delete function.
5312 (vax_gdbarch_init): Do not set frame_locals_address.
5313 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5314 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5315 * s390-tdep.c (s390_frame_args_address): Delete function.
5316 (s390_gdbarch_init): Do not set frame_args_address or
5317 frame_locals_address.
5318 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5319 (ns32k_gdbarch_init): Do not set frame_locals_address.
5320 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5321 (hppa_frame_locals_address): Delete function.
5322 (hppa_gdbarch_init): Do not set frame_args_address, or
5323 frame_locals_address.
5324 * arm-tdep.c (arm_frame_args_address): Delete.
5325 (arm_frame_locals_address): Delete.
5326 (arm_gdbarch_init): Do not set frame_args_address, or
5327 frame_locals_address.
5328
5329 2003-06-09 Andrew Cagney <cagney@redhat.com>
5330
5331 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5332 * gdbarch.h, gdbarch.c: Re-generate.
5333 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5334 * arch-utils.c (frame_num_args_unknown): Delete function.
5335 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5336 (frame_info): Use FRAME_NUM_ARGS_P.
5337 * arm-tdep.c (arm_frame_num_args): Delete function.
5338 (arm_gdbarch_init): Do not set frame_num_args.
5339 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5340 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5341 (hppa_gdbarch_init): Do not set frame_num_args.
5342 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5343 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5344 frame_num_args to default frame_num_args_unknown.
5345 * v850-tdep.c (v850_gdbarch_init): Ditto.
5346 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5347 * sh-tdep.c (sh_gdbarch_init): Ditto.
5348 * s390-tdep.c (s390_gdbarch_init): Ditto.
5349 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5350 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5351 * mips-tdep.c (mips_gdbarch_init): Ditto.
5352 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5353 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5355 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5356 * i386-tdep.c (i386_gdbarch_init): Ditto.
5357 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5358 * frv-tdep.c (frv_gdbarch_init): Ditto.
5359 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5360 * cris-tdep.c (cris_gdbarch_init): Ditto.
5361 * avr-tdep.c (avr_gdbarch_init): Ditto.
5362 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5363
5364 2003-06-09 Andrew Cagney <cagney@redhat.com>
5365
5366 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5367 (print_frame_args): Moved to "stack.c".
5368 * stack.c: Include "gdb_assert.h".
5369 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5370 (print_frame_args): Moved from "printcmd.c".
5371 * frame.h (print_frame_args): Delete declaration.
5372 * Makefile.in (stack.o): Update dependencies.
5373
5374 2003-06-08 Andrew Cagney <cagney@redhat.com>
5375
5376 * frame.c (get_prev_frame): Remove reference to
5377 frame_args_address_correct in comments.
5378 * frame-base.c (default_frame_args_address): Delete code
5379 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5380 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5381 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5382 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5383 (vax_frame_args_address_correct): Delete declaration.
5384
5385 2003-06-08 Andrew Cagney <cagney@redhat.com>
5386
5387 * gdbarch.sh (UNWIND_SP): Add.
5388 * gdbarch.h, gdbarch.c: Re-generate.
5389 * frame.c (frame_sp_unwind): New function.
5390 (get_frame_sp): New function.
5391 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5392 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5393 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5394 value.
5395 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5396 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5397
5398 2003-06-08 Andrew Cagney <cagney@redhat.com>
5399
5400 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5401 REMOTE_BREAKPOINT.
5402 * remote.c: Update.
5403 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5404 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5405 * config/m68k/tm-sun3.h: Update.
5406 * config/m68k/tm-m68klynx.h: Update.
5407 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5408
5409 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5410 trad_frame". Update comments.
5411 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5412 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5413 (trad_frame_register_value, trad_frame_prev_register): Update.
5414
5415 2003-06-08 Andrew Cagney <cagney@redhat.com>
5416
5417 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5418 from GCC's acinclude.m4.
5419 * configure.in: Check for getopt's delcaration.
5420 * aclocal.m4, config.in, configure: Re-generate.
5421 * main.c (error_init): Delete declaration.
5422 * defs.h (error_init): Declare.
5423 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5424 (rs6000_convert_from_func_ptr_addr): Make static.
5425 (_initialize_rs6000_tdep): Add declaration.
5426 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5427 (show_commands, set_verbose, show_history): Delete declaration.
5428 * top.h (set_verbose): Add declaration.
5429 (show_history, set_history, show_commands): Add declaration.
5430 (do_restore_instream_cleanup): Add declaration.
5431 * objc-lang.c (specialcmp): Make static.
5432 (print_object_command): Make static.
5433 (find_objc_msgsend): Make static.
5434 (find_objc_msgcall_submethod_helper): Make static.
5435 (find_objc_msgcall_submethod): Make static.
5436 (_initialize_objc_language): Add declaration.
5437 (find_implementation_from_class): Make static.
5438 (find_implementation): Make static.
5439 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5440 * objc-lang.h (lookup_struct_typedef): Add declaration.
5441 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5442 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5443 (do_restore_user_call_depth): Make static.
5444 (do_restore_instream_cleanup): Delete declaration.
5445 (dont_repeat): Delete declaration.
5446 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5447 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5448 * reggroups.c (_initialize_reggroup): Add declaration.
5449 * cp-support.c (_initialize_cp_support): Add declaration.
5450 * cp-abi.c (_initialize_cp_abi): Add declaration.
5451 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5452 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5453 (_initialize_gnu_v3_abi): Add declaration.
5454 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5455 (_initialize_gnu_v2_abi): Add declaration.
5456 * frame-base.c (_initialize_frame_base): Add declaration.
5457 * doublest.c (floatformat_from_length): Make static.
5458 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5459 * frame.c (create_sentinel_frame): Make static.
5460 (_initialize_frame): Add declaration.
5461 * top.c (do_catch_errors): Make static.
5462 (gdb_rl_operate_and_get_next_completion): Make static.
5463 * typeprint.c: Include "typeprint.h".
5464 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5465 (sentinel_frame_this_id): Make static.
5466 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5467 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5468 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5469 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5470 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5471 * maint.c (maintenance_print_architecture): Make static.
5472 * signals/signals.c (_initialize_signals): Add declaration.
5473 * std-regs.c (_initialize_frame_reg): Add declaration.
5474 * jv-exp.y (push_variable): ISO C definition.
5475 (push_qualified_expression_name): Ditto.
5476 * memattr.c (_initialize_mem): Add declaration.
5477 * remote.c (remote_check_watch_resources): Make static.
5478 (remote_stopped_by_watchpoint): Make static.
5479 (remote_stopped_data_address): Make static.
5480 * d10v-tdep.c (nr_dmap_regs): Make static.
5481 (a0_regnum): Make static.
5482 (d10v_frame_unwind_cache): Make static.
5483 (d10v_frame_p): Make static.
5484 * osabi.c (show_osabi): Make static.
5485 (_initialize_gdb_osabi): Add extern declaration.
5486 * gdbtypes.c (make_qualified_type): Make static.
5487 (safe_parse_type): Make static.
5488 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5489 * macrotab.c (macro_bcache_free): Make static.
5490 * interps.c (interp_set_quiet): Make static.
5491 (interpreter_exec_cmd): Make static.
5492 * stack.h (select_frame_command): New file.
5493 * stack.c: Include "stack.h".
5494 (select_frame_command_wrapper): Delete function.
5495 (select_frame_command): Make global.
5496 * infcall.c: Include "infcall.h".
5497 * linespec.c: Include "linespec.h".
5498 * symfile.c (sections_overlap): Make static.
5499 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5500 * charset.c (_initialize_charset): Add missing prototype.
5501 * regcache.c (init_legacy_regcache_descr): Make static.
5502 (do_regcache_xfree): Make static.
5503 (regcache_xfer_part): Make static.
5504 (_initialize_regcache): Add missing prototype.
5505 * breakpoint.c (parse_breakpoint_sals): Make static.
5506 (breakpoint_sals_to_pc): Make static.
5507 * interps.h (clear_interpreter_hooks): ISO C declaration.
5508 * Makefile.in (stack_h): Define.
5509 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5510 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5511
5512 2003-06-08 Andrew Cagney <cagney@redhat.com>
5513
5514 * Makefile.in (d10v-tdep.o): Update dependencies.
5515 (SFILES): Add trad-frame.c.
5516 (trad_frame_h): Define.
5517 (COMMON_OBS): Add trad-frame.o.
5518 (trad-frame.o): Specify dependencies.
5519 * d10v-tdep.c: Include "trad-frame.h".
5520 (saved_regs_unwinder): Delete function.
5521 (d10v_frame_prev_register): Use trad_frame_prev_register.
5522 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5523 trad_frame", delete "regs" and "prev_sp".
5524 (prologue_find_regs): Use trad-frame.
5525 * trad-frame.h, trad-frame.c: New files.
5526
5527 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5528
5529 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5530
5531 2003-06-07 Adam Fedor <fedor@gnu.org>
5532
5533 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5534 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5535 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5536 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5537 resolve_msgsend_super, resolve_msgsend_super_stret):
5538 Use it.
5539
5540 2003-06-07 Andrew Cagney <cagney@redhat.com>
5541
5542 * symfile.h: Re-indent, clean up comments.
5543
5544 2003-06-07 Andrew Cagney <cagney@redhat.com>
5545
5546 * inferior.h (deprecated_write_sp): Replace
5547 generic_target_write_sp.
5548 * regcache.c (deprecated_write_sp): Replace
5549 generic_target_write_sp.
5550 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5551 * vax-tdep.c (vax_gdbarch_init): Update.
5552 * v850-tdep.c (v850_gdbarch_init): Update.
5553 * sparc-tdep.c (sparc_gdbarch_init): Update.
5554 * sh-tdep.c (sh_gdbarch_init): Update.
5555 * s390-tdep.c (s390_gdbarch_init): Update.
5556 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5557 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5559 * mcore-tdep.c (mcore_gdbarch_init): Update.
5560 * m68k-tdep.c (m68k_gdbarch_init): Update.
5561 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5562 * ia64-tdep.c (ia64_gdbarch_init): Update.
5563 * h8300-tdep.c (h8300_gdbarch_init): Update.
5564 * frv-tdep.c (frv_gdbarch_init): Update.
5565 * cris-tdep.c (cris_gdbarch_init): Update.
5566 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5567
5568 2003-06-07 Andrew Cagney <cagney@redhat.com>
5569
5570 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5571 Assert that PC_REGNUM is valid.
5572 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5573
5574 2003-06-07 Andrew Cagney <cagney@redhat.com>
5575
5576 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5577 * gdbarch.h, gdbarch.c: Regenerate.
5578 * mn10300-tdep.c: Include "gdb_assert.h".
5579 (mn10300_read_fp): New function.
5580 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5581 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5582 * ia64-tdep.c: Include "gdb_assert.h".
5583 (ia64_read_fp): New function.
5584 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5585 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5586 * regcache.c (generic_target_read_sp): Delete function.
5587 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5588 * inferior.h (generic_target_read_sp): Delete declaration.
5589 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5590 generic_target_read_sp.
5591 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5592 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5593 * sh-tdep.c (sh_gdbarch_init): Ditto.
5594 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5595 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5596
5597 2003-06-07 Andrew Cagney <cagney@redhat.com>
5598
5599 * gdbarch.sh: Comment each field of startup_gdbarch.
5600 * gdbarch.h, gdbarch.c: Re-generate.
5601
5602 2003-06-07 Andrew Cagney <cagney@redhat.com>
5603
5604 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5605 * gdbarch.h, gdbarch.c: Re-generate.
5606 * regcache.c: Update comments on read_pc et.al.
5607 (generic_target_read_pc): Delete function.
5608 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5609 * inferior.h (generic_target_read_pc): Delete declaration.
5610 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5611 generic_target_read_pc.
5612 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5613 * sh-tdep.c (sh_gdbarch_init): Ditto.
5614 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5615 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5616
5617 2003-06-07 Andrew Cagney <cagney@redhat.com>
5618
5619 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5620 "index" with "special_local_sect". Use strcmp instead of STREQ.
5621 Append period to coments.
5622
5623 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5624
5625 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5626 (elfstab_offset_sections): Likewise.
5627 * gdb-stabs.h (stab_section_info): Likewise.
5628 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5629 * objfiles.c (objfile_relocate): Likewise.
5630 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5631 * remote.c (get_offsets): Likewise.
5632 (remote_cisco_objfile_relocate): Likewise.
5633 * somread.c (som_symfile_offsets): Likewise.
5634 * symfile.c (alloc_section_addr_info): New function.
5635 (build_section_addr_info_from_section_tab): Use it.
5636 (free_section_addr_info): Adjust.
5637 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5638 (syms_from_objfile): Allocate local_addr dynamically.
5639 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5640 dynamically.
5641 (add_symbol_file_command): Allocate sect_opts dynamically.
5642 (reread_symbols): Avoid use of SECT_OFF_MAX.
5643 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5644 (alloc_section_addr_info): Declare it.
5645 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5646 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5647 dynamically.
5648 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5649
5650 2003-06-06 Andrew Cagney <cagney@redhat.com>
5651
5652 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5653 (d10v_frame_unwind_cache): Do not set "return_pc".
5654
5655 2003-06-06 Michael Snyder <msnyder@redhat.com>
5656
5657 * h8300-tdep.c: Make tidy (long lines).
5658
5659 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5660
5661 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5662 to regcache_collect().
5663
5664 2003-06-05 J. Brobecker <brobecker@gnat.com>
5665
5666 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5667 pc_in_sigtramp multiarch method.
5668 (hppa_hpux_som_init_abi): Use it.
5669 (hppa_hpux_elf_init_abi): Likewise.
5670 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5671 macro has been multiarched.
5672 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5673 macro here, as hppa64 isn't multiarched yet.
5674
5675 2003-06-05 Andrew Cagney <cagney@redhat.com>
5676
5677 * Makefile.in (value_h): Add $(frame_h).
5678 * value.h: Include "frame.h".
5679 (struct value): Replace "frame_addr" with "frame_id".
5680 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5681 * values.c (allocate_value): Use VALUE_FRAME_ID.
5682 (value_copy): Use VALUE_FRAME_ID.
5683 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5684 * valops.c (value_assign): Update. Use frame_find_by_id.
5685
5686 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5687
5688 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5689 in each pass.
5690
5691 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5692
5693 * thread-db.c (check_event): For create/death event breakpoints,
5694 loop through all messages to ensure that we read the message
5695 corresponding to the breakpoint we are at.
5696
5697 2003-06-04 Michael Snyder <msnyder@redhat.com>
5698
5699 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5700
5701 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5702
5703 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5704 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5705 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5706 when handling .eh_frame sections.
5707
5708 2003-06-04 J. Brobecker <brobecker@gnat.com>
5709
5710 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5711 prepare_to_proceed procedure instead of the hppa-specific one.
5712 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5713
5714 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5715
5716 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5717 * config.in: Regenerated.
5718 * configure.in: Add test for syscall function and check for
5719 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5720 * configure: Regenerated.
5721 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5722 <sys/syscall.h>.
5723 (kill_lwp): New function that uses tkill syscall or
5724 uses kill, depending on whether threading model is nptl or not.
5725 All callers of kill() changed to use kill_lwp().
5726 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5727 see if all threads have already exited in the nptl model.
5728 (stop_and_resume_callback): New callback function used by the
5729 lin_lwp_wait thread exit handling code.
5730 (stop_wait_callback): Check for threads already having exited and
5731 delete such threads fromt the lwp list when discovered.
5732 (stop_callback): Don't assert retcode of kill call.
5733
5734 Roland McGrath <roland@redhat.com>
5735 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5736 nptl libthread_db.
5737
5738 2003-06-03 Richard Henderson <rth@redhat.com>
5739
5740 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5741 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5742 (alpha_sigtramp_frame_prev_register): Likewise.
5743 (alpha_heuristic_frame_prev_register): Likewise.
5744 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5745
5746 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5747 alpha-specific register id names.
5748 (alpha_mdebug_frame_unwind_cache): Likewise.
5749 (alpha_mdebug_frame_prev_register): Likewise.
5750
5751 2003-06-03 Richard Henderson <rth@redhat.com>
5752
5753 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5754 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5755 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5756 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5757 unwind routines.
5758 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5759 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5760 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5761
5762 * alpha-linux-tdep.c: Remove unnecessary includes.
5763 * Makefile.in (alpha-linux-tdep.o): Update.
5764
5765 2003-06-03 Richard Henderson <rth@redhat.com>
5766
5767 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5768 (alphabsd_fill_fpreg): Likewise.
5769
5770 2003-06-03 J. Brobecker <brobecker@gnat.com>
5771
5772 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5773 references to struct frame_info fields by calls to the equivalent
5774 accessors. Necessary now that frame_info is opaque.
5775
5776 2003-06-03 J. Brobecker <brobecker@gnat.com>
5777
5778 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5779 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5780 structure, field no longer exists.
5781
5782 2003-06-03 J. Brobecker <brobecker@gnat.com>
5783
5784 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5785 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5786
5787 2003-06-03 J. Brobecker <brobecker@gnat.com>
5788
5789 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5790 references to struct frame_info fields by calls to the equivalent
5791 accessors. Necessary now that frame_info is opaque.
5792
5793 2003-06-03 J. Brobecker <brobecker@gnat.com>
5794
5795 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5796 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5797 structure, field no longer exists.
5798
5799 2003-06-03 Theodore A. Roth <troth@openavr.org>
5800
5801 * remote.c (init_remote_state): Compute sizeof_g_packet by
5802 accumulation of the size of all registers instead of blindly using
5803 DEPRECATED_REGISTER_BYTES.
5804
5805 2003-06-03 Michael Snyder <msnyder@redhat.com>
5806
5807 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5808 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5809 for h8300sx.
5810
5811 2003-06-03 J. Brobecker <brobecker@gnat.com>
5812
5813 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5814 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5815
5816 2003-06-03 Andrew Cagney <cagney@redhat.com>
5817
5818 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5819 (sparc_convert_to_raw): Delete function.
5820 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5821 register_convert_to_virtual.
5822
5823 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5824
5825 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5826 layer if not dealing with a statically-linked threaded program.
5827
5828 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5829
5830 * solib.c (solib_open): Update comment to reflect actual search order.
5831
5832 2003-06-03 Andrew Cagney <cagney@redhat.com>
5833
5834 * frame.c (get_frame_memory_signed): New function.
5835 (get_frame_memory, get_frame_memory_unsigned): New function.
5836 (get_frame_arch): New function.
5837 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5838 (get_frame_memory, get_frame_unsigned_memory): Declare.
5839 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5840 get_frame_memory_unsigned and get_frame_arch.
5841 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5842
5843 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5844
5845 * MAINTAINERS (write after approval): Add myself.
5846
5847 2003-06-03 Jim Blandy <jimb@redhat.com>
5848
5849 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5850 elements of gregset_t are 64 bits each, but access registers
5851 are still 32 bits, so they're packed two per gregset_t
5852 element. Unpack/pack them properly.
5853
5854 2003-06-02 David Carlton <carlton@bactrian.org>
5855
5856 * linespec.c (find_methods): Break out code into
5857 add_matching_methods and add_constructors.
5858 (add_matching_methods): New.
5859 (add_constructors): Ditto.
5860
5861 2003-06-02 Andrew Cagney <cagney@redhat.com>
5862
5863 * sparc-tdep.c (sparc_print_registers): Delete call to
5864 REGISTER_CONVERTIBLE.
5865 (sparc_gdbarch_init): Do not set register_convertible.
5866 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5867 * frv-tdep.c (frv_gdbarch_init): Ditto.
5868 * cris-tdep.c (cris_gdbarch_init): Ditto.
5869
5870 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5871
5872 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5873 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5874 (syms_from_objfile): Ditto.
5875
5876 2003-06-03 Andreas Schwab <schwab@suse.de>
5877
5878 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5879 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5880
5881 2003-06-02 Richard Henderson <rth@redhat.com>
5882
5883 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5884 a member of all_reggroup.
5885
5886 2003-06-02 Richard Henderson <rth@redhat.com>
5887
5888 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5889 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5890 (alpha_lds, alpha_sts): New.
5891 (alpha_convert_register_p): Change from _register_convertible.
5892 (alpha_register_to_value): Change from _convert_to_virtual;
5893 restructure and fail for type sizes other than 4 or 8.
5894 (alpha_value_to_register): Similarly.
5895 (alpha_extract_return_value): Use alpha_sts.
5896 (alpha_store_return_value): Use alpha_lds.
5897 (alpha_gdbarch_init): Update hooks.
5898
5899 2003-06-02 Richard Henderson <rth@redhat.com>
5900
5901 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5902 regnum identifiers.
5903 (alpha_sigtramp_register_address): Likewise.
5904
5905 2003-06-02 Richard Henderson <rth@redhat.com>
5906
5907 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5908 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5909 * alpha-tdep.h: Declare them.
5910
5911 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5912 Remove zerobuf. Don't error on UNIQUE.
5913 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5914 (ALPHA_REGSET_UNIQUE): Provide default.
5915 (supply_gregset): Use alpha_supply_int_regs.
5916 (fill_gregset): Use alpha_fill_int_regs.
5917 (supply_fpregset): Use alpha_supply_fp_regs.
5918 (fill_fpregset): Use alpha_fill_fp_regs.
5919 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5920 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5921 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5922 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5923 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5924 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5925
5926 2003-06-02 Richard Henderson <rth@redhat.com>
5927
5928 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5929
5930 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5931 (alpha_store_return_value): Likewise.
5932
5933 2003-06-02 David Carlton <carlton@math.stanford.edu>
5934
5935 * block.c (contained_in): Add 'const' to arguments.
5936 (block_function): Ditto.
5937 * block.h: Update declarations for block_function and
5938 contained_in.
5939
5940 2003-06-02 David Carlton <carlton@math.stanford.edu>
5941
5942 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5943 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5944 * p-valprint.c (pascal_val_print): Ditto.
5945 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5946
5947 2003-06-02 Richard Henderson <rth@redhat.com>
5948
5949 * alpha-tdep.c (alpha_push_dummy_call): Use
5950 builtin_type_ieee_double_little instead of builtin_type_double.
5951
5952 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
5953 sign-extension of 32-bit values.
5954 (alpha_store_return_value): Similarly.
5955
5956 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5957 (alpha_extract_return_value): Likewise.
5958 (alpha_store_return_value): Likewise.
5959
5960 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5961 (alpha_store_return_value): Error on IEEE Quad floats.
5962
5963 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5964 (alpha_extract_struct_value_address): Likewise.
5965 (alpha_store_return_value): Likewise.
5966 (alpha_store_struct_return): Remove.
5967 (alpha_gdbarch_init): Update hook registration to match.
5968
5969 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5970 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5971 macros where appropriate.
5972 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5973 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
5974
5975 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5976 for SP, GP; void_func_ptr for PC; non-language-specific types
5977 for all others.
5978 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
5979
5980 2003-06-02 Richard Henderson <rth@redhat.com>
5981
5982 * top.h (lim_at_start): Declare.
5983 * main.c (captured_main): Set it.
5984 * top.c (lim_at_start): Define.
5985 (command_loop): Use it instead of &environ.
5986 * event-top.c (command_handler): Likewise.
5987
5988 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5989
5990 * mipsnbsd-tdep.c: Update copyright years.
5991 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5992
5993 2003-06-01 Richard Henderson <rth@redhat.com>
5994
5995 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5996 (alpha-linux-tdep.o): Update dependencies.
5997 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5998 * alpha-mdebug-tdep.c: Remove unneeded includes.
5999
6000 2003-06-01 Richard Henderson <rth@redhat.com>
6001
6002 * alpha-tdep.c (alpha_register_reggroup_p): New.
6003 (alpha_gdbarch_init): Register it.
6004
6005 2003-06-02 Andrew Cagney <cagney@redhat.com>
6006
6007 * dwarfread.c: Eliminate "register"
6008 (decode_die_type): Eliminate assignment within "if".
6009 (struct_type, decode_array_element_type): Ditto.
6010 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6011 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6012 (decode_modified_type, completedieinfo): Ditto.
6013 * block.c: Eliminate "register".
6014 (blockvector_for_pc_sect): Eliminate assignment within "if".
6015 * cp-support.h (struct symbol): Opaque declaration.
6016 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6017
6018 2003-06-01 Richard Henderson <rth@redhat.com>
6019
6020 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6021 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6022
6023 2003-06-01 Adam Fedor <fedor@gnu.org>
6024
6025 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6026 * gdbarch.[ch]: Regenerate.
6027 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6028 (hppa_gdbarch_init): Set it in the gdbarch vector.
6029 * i386-tdep.c (i386_fetch_pointer_argument): New
6030 (i386_gdbarch_init): Set it into gdbarch.
6031 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6032 (rs6000_gdbarch_init): Set it in gdbarch.
6033 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6034 (sparc_gdbarch_init): Set it in gdbarch.
6035
6036 2003-06-01 Andrew Cagney <cagney@redhat.com>
6037
6038 * defs.h (extract_address): Delete declaration.
6039 * findvar.c (extract_address): Delete function.
6040 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6041 extract_address with the inline equivalent,
6042 extract_unsigned_integer.
6043 (xstormy16_extract_struct_value_address): Ditto.
6044 (xstormy16_pointer_to_address): Ditto.
6045 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6046 * v850-tdep.c (v850_push_arguments): Ditto.
6047 (v850_extract_return_value): Ditto.
6048 (v850_extract_struct_value_address): Ditto.
6049 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6050 (sparcnbsd_get_longjmp_target_64): Ditto.
6051 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6052 (get_longjmp_target): Ditto.
6053 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6054 (sh64_extract_struct_value_address): Ditto.
6055 (sh_push_arguments): Ditto.
6056 (sh64_push_arguments): Ditto.
6057 * remote-vxsparc.c (vx_read_register): Ditto.
6058 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6059 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6060 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6061 * mipsv4-nat.c (get_longjmp_target): Ditto.
6062 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6063 * mips-nat.c (get_longjmp_target): Ditto.
6064 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6065 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6066 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6067 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6068 * irix5-nat.c (get_longjmp_target): Ditto.
6069 * irix4-nat.c (get_longjmp_target): Ditto.
6070 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6071 (ia64_push_arguments): Ditto.
6072 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6073 * h8300-tdep.c (h8300_push_arguments): Ditto.
6074 (h8300_store_return_value): Ditto.
6075 (h8300_extract_struct_value_address): Ditto.
6076 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6077 (frv_push_arguments): Ditto.
6078 * avr-tdep.c (avr_pointer_to_address): Ditto.
6079 (avr_push_arguments): Ditto.
6080 * arm-tdep.c (arm_push_dummy_call): Ditto.
6081 (arm_get_longjmp_target): Ditto.
6082 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6083 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6084 (alpha_get_longjmp_target): Ditto.
6085
6086 * solib-irix.c (extract_mips_address): Inline extract_address,
6087 replacing it with extract_signed_integer.
6088 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6089 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6090 (first_link_map_member, open_symbol_file_object): Ditto.
6091 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6092 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6093 (LM_NEXT, LM_NAME): Ditto.
6094
6095 2003-06-01 Richard Henderson <rth@redhat.com>
6096
6097 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6098 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6099 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6100 (alpha_cannot_store_register): Likewise.
6101 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6102 * alpha-nat.c (supply_gregset): Likewise.
6103 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6104
6105 2003-06-01 Andrew Cagney <cagney@redhat.com>
6106
6107 * infcall.c (call_function_by_hand): Update comment on
6108 DEPRECATED_DUMMY_WRITE_SP.
6109
6110 * mips-tdep.c (mips_gdbarch_init): Do not set
6111 deprecated_dummy_write_sp.
6112 (mips_eabi_push_dummy_call): Set the SP register.
6113 (mips_o64_push_dummy_call): Set the SP register.
6114 (mips_o32_push_dummy_call): Set the SP register.
6115 (mips_n32n64_push_dummy_call): Set the SP register.
6116
6117 2003-06-01 Richard Henderson <rth@redhat.com>
6118
6119 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6120 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6121 (supply_gregset): Likewise.
6122 * alpha-tdep.c (alpha_store_return_value): Likewise.
6123 (alpha_get_longjmp_target): Likewise.
6124 (alpha_register_name): Constify array.
6125 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6126 deprecated_register_size, deprecated_register_bytes,
6127 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6128 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6129 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6130
6131 2003-06-01 Richard Henderson <rth@redhat.com>
6132
6133 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6134 from arg_reg_buffer to regcache to avoid double conversion.
6135
6136 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6137
6138 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6139 SP_REGNUM.
6140 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6141 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6142
6143 2003-06-01 Richard Henderson <rth@redhat.com>
6144
6145 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6146 (decode_frame_entry): Set it. Skip FDE augmentation.
6147
6148 2003-06-01 Richard Henderson <rth@redhat.com>
6149
6150 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6151 not overlapping PC_REGNUM.
6152
6153 2003-06-01 Richard Henderson <rth@redhat.com>
6154
6155 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6156 alpha_push_arguments. Don't dump argument register data to
6157 the target stack. Fix float and 128-bit long double semantics.
6158 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6159 (alpha_fix_call_dummy): Remove.
6160 (alpha_call_dummy_words): Remove.
6161 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6162
6163 2003-06-01 Richard Henderson <rth@redhat.com>
6164
6165 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6166
6167 2003-06-01 Andrew Cagney <cagney@redhat.com>
6168
6169 * mips-tdep.c (is_mips16_addr): New function.
6170 (make_mips16_addr, unmake_mips16_addr): New functions.
6171 (pc_is_mips16, mips_fetch_instruction): Use.
6172 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6173 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6174 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6175 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6176 TARGET_MIPS.
6177 * config/mips/tm-mips.h: Update copyright.
6178 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6179 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6180 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6181 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6182 (TM_PRINT_INSN_MACH): Delete.
6183 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6184
6185 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6186 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6187 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6188 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6189 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6190 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6191 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6192 mips*-*-riscos* and mips*-*-sysv* onto mips.
6193 * config/mips/mips64.mt: New file.
6194 * config/mips/mips.mt: New file.
6195 * config/mips/littlemips.mt: Delete file.
6196 * config/mips/decstation.mt: Delete file.
6197 * config/mips/vr4300el.mt: Delete file.
6198 * config/mips/vr5000el.mt: Delete file.
6199 * config/mips/vr5000.mt: Delete file.
6200 * config/mips/vr4100.mt: Delete file.
6201 * config/mips/vr4xxxel.mt: Delete file.
6202 * config/mips/vr4300.mt: Delete file.
6203 * config/mips/vr4xxx.mt: Delete file.
6204 * config/mips/bigmips.mt: Delete file.
6205 * config/mips/bigmips64.mt: Delete file.
6206 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6207 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6208 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6209 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6210 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6211 "tm-bigmips.h".
6212 * config/mips/tm-irix3.h: Ditto.
6213 * config/mips/tm-mipsv4.h: Ditto.
6214 * config/mips/tm-embed.h: Ditto.
6215 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6216 "tm-bigmips64.h".
6217 * config/mips/tm-vr5000el.h: Delete file.
6218 * config/mips/tm-tx39l.h: Delete file.
6219 * config/mips/tm-vr4300el.h: Delete file.
6220 * config/mips/tm-vr4xxxel.h: Delete file.
6221 * config/mips/tm-vr4300.h: Delete file.
6222 * config/mips/tm-vr4100.h: Delete file.
6223 * config/mips/tm-vr4xxx.h: Delete file.
6224 * config/mips/tm-vr5000.h: Delete file.
6225 * config/mips/tm-embedl64.h: Delete file.
6226 * config/mips/tm-embedl.h: Delete file.
6227 * config/mips/tm-embed64.h: Delete file.
6228 * config/mips/tm-bigmips64.h: Delete file.
6229 * config/mips/tm-bigmips.h: Delete file.
6230
6231 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6232
6233 Fix gdb/1216.
6234 * shnbsd-nat.c: Include "sh-tdep.h".
6235
6236 From Richard Henderson <rth@redhat.com>:
6237 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6238
6239 2003-05-31 Andrew Cagney <cagney@redhat.com>
6240
6241 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6242 forward declaration.
6243 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6244 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6245 (mips_find_saved_regs): Use set_reg_offset.
6246 (mips_frame_init_saved_regs): Delete function.
6247 (mips_pop_frame): Call mips_find_saved_regs instead of
6248 DEPRECATED_FRAME_INIT_SAVED_REGS.
6249
6250 2003-05-31 Andrew Cagney <cagney@redhat.com>
6251
6252 * mips-tdep.c (mips_gdbarch_init): Do not set
6253 deprecated_max_register_raw_size, register_virtual_size, and
6254 deprecated_max_register_virtual_size.
6255
6256 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6257
6258 * i386-tdep.c: Include "dwarf2-frame.h".
6259 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6260 * Makefile.in (i386-tdep.o): Update dependencies.
6261
6262 * dwarf2-frame.c, dwarf2-frame.h: New files.
6263 * Makefile.in (SFILES): Add dwarf2-frame.c.
6264 (dwarf2_frame_h): Define.
6265 (COMMON_OBS): Add dwarf2-frame.o.
6266 (dwarf2-frame.o): Add dependencies.
6267
6268 2003-05-31 Andreas Jaeger <aj@suse.de>
6269
6270 * x86-64-linux-nat.c: Fix comment.
6271
6272 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6273
6274 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6275 function signature.
6276
6277 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6278 have a sigcontext_addr handler.
6279 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6280 sigcontext_addr handler.
6281
6282 2003-05-31 Andrew Cagney <cagney@redhat.com>
6283
6284 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6285 (print_fp_register_row): Replace do_fp_register_row.
6286 (mips_print_fp_register): Add "file" and "frame" parameters.
6287 (mips_print_register): Add "file" and "frame" parameters.
6288 (mips_print_registers_info): Replace mips_do_registers_info.
6289 (mips_gdbarch_init): Set print_registers_info instead of
6290 deprecated_do_registers_info.
6291 (mips_read_fp_register_single): Add "frame" parameter.
6292 (mips_read_fp_register_double): Add "frame" parameter.
6293
6294 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6295
6296 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6297 Fixes a bug where GDB would print the wrong register names for
6298 targets without SSE.
6299
6300 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6301 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6302 registers.
6303
6304 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6305 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6306 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6307 TDEP->sc_sp_offset.
6308
6309 From Michal Ludvig <mludvig@suse.cz>:
6310 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6311 and `sc_num_regs'.
6312 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6313 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6314 I386_ST0_REGNUM): Move here from...
6315 * i386-tdep.c: ... here.
6316 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6317 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6318 registers if possible.
6319 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6320 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6321 Remove variables.
6322 (i386bsd_sc_reg_offset): New variable.
6323 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6324 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6325 TDEP->sc_sp_offset.
6326 (i386fbsd_sc_reg_offset): New variable.
6327 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6328 TDEP->sc_num_regs.
6329 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6330 variables.
6331 (i386fbsd4_sc_reg_offset): New variable.
6332 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6333 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6334 TDEP->sc_sp_offset.
6335 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6336 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6337 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6338 Remove variables.
6339 (i386nbsd_sc_reg_offset): New variable.
6340 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6341 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6342 TDEP->sc_sp_offset.
6343 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6344 Remove variables.
6345 (i386obsd_sc_reg_offset): New variable.
6346 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6347 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6348 TDEP->sc_sp_offset.
6349 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6350 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6351 for frame pointer offset in `struct sigcontext'.
6352
6353 2003-05-31 Andrew Cagney <cagney@redhat.com>
6354
6355 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6356 architecture methods call_dummy_words, sizeof_call_dummy_words,
6357 push_return_address, store_struct_return, and fix_call_dummy. Set
6358 push_dummy_call instead of deprecated_push_arguments.
6359 (mips_store_struct_return): Delete function.
6360 (mips_fix_call_dummy): Delete function.
6361 (mips_push_return_address): Delete function.
6362 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6363 RA_REGNUM and T9_REGNUM.
6364 (mips_n32n64_push_dummy_call): Ditto for
6365 mips_n32n64_push_arguments.
6366 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6367 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6368
6369 2003-05-31 Andrew Cagney <cagney@redhat.com>
6370
6371 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6372 "dummy_addr" to "bp_addr".
6373 * infcall.c (call_function_by_hand): Pass "funaddr" to
6374 gdbarch_push_dummy_call.
6375 * gdbarch.h, gdbarch.c: Re-generate.
6376 * i386-tdep.c (i386_push_dummy_call): Update.
6377 * arm-tdep.c (arm_push_dummy_call): Update.
6378 * d10v-tdep.c (d10v_push_dummy_call): Update.
6379
6380 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6381
6382 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6383 variable declarations.
6384 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6385 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6386 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6387 x86_64_init_frame_pc, x86_64_init_frame_pc,
6388 x86_64_function_has_prologue): Remove prototypes.
6389 (X86_64_NUM_GREGS): New define.
6390 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6391 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6392 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6393 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6394 XMM1_REGNUM): Remove defines.
6395 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6396 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6397 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6398 X86_64_XMM1_REGNUM): New defines.
6399 (struct x86_64_register_info): Renamed from `struct
6400 register_info'. Remove `size' member.
6401 (x86_64_register_info_table): Remove variable.
6402 (x86_64_register_info): New variable.
6403 (X86_64_NUM_REGS): New define.
6404 (X86_64_NUM_GREGS): Remove define.
6405 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6406 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6407 Remove variables.
6408 (x86_54_dwarf2_reg_to_regnum): Remove function.
6409 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6410 (x86_64_dwarf_reg_to_regnum): New function.
6411 (x86_64_register_name): Rewrite.
6412 (x86_64_register_raw_size): Remove function.
6413 (x86_64_register_byte_table): Remove variable.
6414 (x86_64_register_byte): Remove function.
6415 (x86_64_register_virtual_type): Remove function.
6416 (x86_64_register_type): New function.
6417 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6418 x86_64_register_convert_to_raw): Remove functions.
6419 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6420 (x86_64_use_struct_convention): Make static. Adjust for renamed
6421 defines.
6422 (x86_64_frame_init_saved_regs): Remove function.
6423 (x86_64_push_arguments): Make static. Change to accept a regcache
6424 as argument.
6425 (x86_64_store_return_value, x86_64_extract_return_value): Make
6426 static. Rewrite based on i386 counterparts.
6427 (x86_64_push_dummy_call): New function.
6428 (X86_64_NUM_SAVED_REGS): New define.
6429 (x86_64_register_number): Remove function.
6430 (x86_64_store_struct_return): Remove function.
6431 (x86_64_frameless_function_invocation,
6432 x86_64_function_has_prologue): Remove functions.
6433 (PROLOG_BUFSIZE): Remove define.
6434 (struct x86_64_frame_cache): New structure.
6435 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6436 x86_64_frame_cache, x86_64_frame_this_id,
6437 x86_64_frame_prev_register, x86_64_frame_p,
6438 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6439 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6440 functions.
6441 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6442 variables.
6443 (x86_64_skip_prologue): Rewrite in terms of
6444 x86_64_analyze_prologue.
6445 (x86_64_frame_base_address): New function.
6446 (x86_64_frame_base): New variable.
6447 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6448 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6449 set deprecated_fp_regnum, deprecated_register_size,
6450 deprecated_register_bytes, register_raw_size, register_byte,
6451 register_virtual_type, register_convertiable,
6452 register_convert_to_virtual, convert_to_raw,
6453 deprecated_get_saved_register, deprecated_target_read_fp,
6454 deprecated_push_arguments, deprecated_push_return_address,
6455 deprecated_pop_frame, deprecated_store_struct_return,
6456 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6457 frameless_function_invocation, deprecated_frame_saved_pc,
6458 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6459 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6460 deprecated_init_frame_pc and virtual_frame_pointer. Call
6461 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6462 and x86_64_frame_p. Call frame_base_set_default to register
6463 x86_64_frame_base.
6464 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6465 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6466 (_initialize_x86_64_tdep): Remove function.
6467 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6468 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6469 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6470 define.
6471 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6472 (x86_64_linux_sigcontext_addr): Rewrite.
6473 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6474 x86_64_linux_frame_saved_pc): Remove functions.
6475 (x86_64_linux_pc_in_sigtramp): Renamed from
6476 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6477 trampoline.
6478 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6479 Remove_functions.
6480 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6481 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6482 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6483 (x86_64_regmap): Rename to regmap.
6484 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6485 x86_64_num_gregs.
6486 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6487 x86_64_regmap.
6488 (x86_64_fxsave_offset): Remove function.
6489 (supply_fpregset): Simply call x86_64_supply_fxsave.
6490 (fill_fpregset): Simply call x86_64_fill_fxsave.
6491 (fetch_inferior_registers, store_inferior_registers): Avoid
6492 asignment in if-statement.
6493 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6494 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6495 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6496 (fetch_core_registers): Remove function.
6497 (linux_elf_core_fns): Remove.
6498 (offsetoff): Don't define.
6499 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6500 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6501 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6502 add core-regset.o.
6503 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6504 protection against multiple includes instead of NM_X86_64_h. Add
6505 various comments. Include "config/nm-linux.h". Don't include
6506 <signal.h>.
6507 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6508 GET_THREAD_SIGNALS): Remove defines.
6509 (x86_64_register_u_addr, kernel_u_size,
6510 lin_thread_get_thread_signals): Remove prototypes.
6511 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6512 [HAVE_LINK_H]: Don't include "solib.h".
6513 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6514 * config/i386/tm-x86-64linux.h: Fix comments.
6515 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6516 x86-64-tdep.o): Update dependencies.
6517
6518 2003-05-30 Andrew Cagney <cagney@redhat.com>
6519
6520 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6521 Change parameter type to a "struct regcache *".
6522
6523 * gdbarch.sh: Regardless of the multi-arch level, always define
6524 the macro when not already defined.
6525 * gdbarch.h, gdbarch.c: Re-generate.
6526
6527 2003-05-30 Richard Henderson <rth@redhat.com>
6528
6529 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6530 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6531 (alpha_mdebug_frame_this_id): Likewise.
6532 (alpha_mdebug_frame_prev_register): Likewise.
6533 (alpha_mdebug_frame_base_address): Likewise.
6534 (alpha_mdebug_frame_locals_address): Likewise.
6535 (alpha_mdebug_frame_args_address): Likewise.
6536 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6537 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6538 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6539 loop increment.
6540 (alpha_heuristic_frame_this_id): Make static.
6541 (alpha_heuristic_frame_prev_register): Likewise.
6542 (alpha_heuristic_frame_base_address): Likewise.
6543 * alpha-tdep.h: Update.
6544
6545 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6546
6547 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6548 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6549 defenitions.
6550 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6551 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6552 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6553 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6554 I386_ST0_REGNUM): New defines.
6555 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6556 codestream_get): Remove define.
6557 (codestream_next_addr, condestream_addr, condestream_buf,
6558 codestream_off, codestream_cnt): Remove variables.
6559 (codestream_fill, codestream_seek, codestream_read): Remove
6560 functions.
6561 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6562 functionality.
6563 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6564 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6565 i386_frame_saved_pc, i386_saved_pc_after_call,
6566 i386_frame_num_args, i386_frame_init_saved_regs,
6567 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6568 i386_push_arguments): Remove functions.
6569 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6570 functionality. Use i386_analyze_prologue instead of
6571 i386_get_frame_setup.
6572 (I386_NUM_SAVED_REGS): New define.
6573 (struct i386_frame_cache): New structure.
6574 (i386_alloc_frame_cache, i386_analyze_struct_return,
6575 i386_skip_probe, i386_analyze_frame_setup,
6576 i386_analyze_register_saves, i386_analyze_prologue,
6577 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6578 i386_frame_prev_register, i386_sigtramp_frame_cache,
6579 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6580 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6581 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6582 New functions.
6583 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6584 New variables.
6585 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6586 I386_EAX_REGNUM and I386_EDX_REGNUM.
6587 (i386_extract_return_value, i386_store_return_value): Use
6588 I386_ST0_REGNUM where appropriate.
6589 (i386_extract_struct_value_address): Rewrite to use extract_address.
6590 (i386_svr4_pc_in_sigtramp): Add comment.
6591 (i386_svr4_sigcontext_addr): Rewrite.
6592 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6593 TDEP->sc_sp_offset.
6594 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6595 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6596 of new defines. Set push_dummy_call, don't set
6597 deprecated_push_arguments, deprecated_push_return_address,
6598 deprecated_pop_frame. Don't set parm_boundary. Don't set
6599 deprecated_frame_chain, deprecated_frame_saved_pc,
6600 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6601 save_dummy_frame_tos, unwind_pc. Call
6602 frame_unwind_append_predicate and frame_base_set_default. Don't
6603 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6604 Don't set frameless_function_invocation. Don't set
6605 deprecated_register_bytes, deprecated_register_size,
6606 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6607 * i386-linux-tdep.c: Fix formatting in some comments.
6608 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6609 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6610 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6611 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6612 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6613 redundant parentheses.
6614 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6615 (i386_linux_sigcontext_addr): Use it. Rewrite.
6616 (find_minsym_and_objfile): Change name of second argument.
6617 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6618 changed. Use frame_pc_unwind instead of
6619 DEPRECATED_SAVED_PC_AFTER_CALL.
6620 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6621 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6622 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6623 unwinder.
6624 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6625 "dummy-frame.h".
6626 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6627 (_initialize_i386_cygwin_tdep): New prototype.
6628 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6629 deprecated_frame_chain_valid.
6630 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6631 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6632 Rely on the SVR4 defaults.
6633 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6634 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6635
6636 2003-05-30 Andrew Cagney <cagney@redhat.com>
6637
6638 * infcall.c (call_function_by_hand): Always call
6639 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6640
6641 2003-05-30 Richard Henderson <rth@redhat.com>
6642
6643 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6644 increment.
6645
6646 2003-05-29 Jim Blandy <jimb@redhat.com>
6647
6648 Use gdbarch methods for solib stuff on PowerPC Linux.
6649 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6650 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6651 show through.
6652 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6653 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6654 giving the same effect as the #definitions above.
6655
6656 2003-05-29 Adam Fedor <fedor@gnu.org>
6657
6658 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6659 (find_implementation_from_class): Replace it with the standard
6660 case i.e. do nothing.
6661
6662 2003-05-29 Richard Henderson <rth@redhat.com>
6663
6664 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6665 (alpha_linux_sigtramp_offset): Use it. Make static.
6666 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6667 update for new frame model.
6668 * alpha-mdebug-tdep.c: New file.
6669 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6670 (alpha_osf1_init_abi): Install it.
6671 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6672 (linked_proc_desc_table): Remove.
6673 (alpha_frame_past_sigtramp_frame): Remove.
6674 (alpha_dynamic_sigtramp_offset): Remove.
6675 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6676 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6677 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6678 (push_sigtramp_desc): Remove.
6679 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6680 (alpha_cannot_store_register): Likewise.
6681 (alpha_sigcontext_addr): Remove.
6682 (alpha_find_saved_regs): Remove.
6683 (alpha_frame_init_saved_regs): Remove.
6684 (alpha_init_frame_pc_first): Remove.
6685 (read_next_frame_reg): Remove.
6686 (alpha_frame_saved_pc): Remove.
6687 (alpha_saved_pc_after_call): Remove.
6688 (temp_proc_desc, temp_saved_regs): Remove.
6689 (alpha_about_to_return): Remove.
6690 (cached_proc_desc): Remove.
6691 (alpha_frame_chain): Remove.
6692 (alpha_print_extra_frame_info): Remove.
6693 (alpha_init_extra_frame_info): Remove.
6694 (alpha_frame_locals_address): Remove.
6695 (alpha_frame_args_address): Remove.
6696 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6697 (alpha_push_dummy_frame): Remove.
6698 (alpha_pop_frame): Remove.
6699 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6700 (alpha_read_insn): New.
6701 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6702 for different insn encodings.
6703 (alpha_in_lenient_prologue): Remove.
6704 (struct alpha_sigtramp_unwind_cache): New.
6705 (alpha_sigtramp_frame_unwind_cache): New.
6706 (alpha_sigtramp_register_address): New.
6707 (alpha_sigtramp_frame_this_id): New.
6708 (alpha_sigtramp_frame_prev_register): New.
6709 (alpha_sigtramp_frame_unwind): New.
6710 (alpha_sigtramp_frame_p): New.
6711 (struct alpha_heuristic_unwind_cache): New.
6712 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6713 don't count nop insns that occur between functions.
6714 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6715 heuristic_proc_desc, but without the mdebug wrapping.
6716 (alpha_heuristic_frame_this_id): New.
6717 (alpha_heuristic_frame_prev_register): New.
6718 (alpha_heuristic_frame_unwind): New.
6719 (alpha_heuristic_frame_p): New.
6720 (alpha_heuristic_frame_base_address): New.
6721 (alpha_heuristic_frame_base): New.
6722 (alpha_unwind_dummy_id): New.
6723 (alpha_unwind_pc): New.
6724 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6725 frame related deprecated initializations; install replacements.
6726 (alpha_dump_tdep): Remove.
6727 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6728 (alpha_read_insn, alpha_after_prologue,
6729 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6730 alpha_heuristic_frame_prev_register,
6731 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6732 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6733 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6734 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6735
6736 2003-05-29 Andrew Cagney <cagney@redhat.com>
6737
6738 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6739 dependant on the availability of ASSERT_FUNCTION.
6740 (ASSERT_FUNCTION): Do not define when there is no function name.
6741
6742 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6743
6744 From Jimi X <jimix@watson.ibm.com>:
6745 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6746
6747 2003-05-28 Jim Blandy <jimb@redhat.com>
6748
6749 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6750 argument to ptrace to int; the system headers should give it the
6751 right type, and pointers don't fit in ints on powerpc64-*-*.
6752
6753 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6754
6755 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6756 DW_TAG_catch_block.
6757
6758 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6759
6760 * stabsread.c (dbx_lookup_type): Make static.
6761 (read_type): Ditto.
6762 (add_undefined_type): Ditto.
6763 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6764 not export.
6765
6766 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6767
6768 * hpread.c (hpread_has_name): Make static.
6769 (hpread_psymtab_to_symtab): Ditto.
6770 (file_exists): Ditto.
6771 (hpread_call_pxdb): Ditto.
6772 (hpread_pxdb_needed): Ditto.
6773 (hpread_quick_traverse): Ditto.
6774 (hpread_get_header): Ditto.
6775 (hpread_get_lntt): Ditto.
6776 (hpread_get_slt): Ditto.
6777 (class_of): Ditto.
6778
6779 2003-05-25 Andreas Schwab <schwab@suse.de>
6780
6781 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6782 stack_align and deprecated_extra_stack_alignment_needed.
6783 (m68k_stack_align): Delete.
6784
6785 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6786 (m68k_register_virtual_size): Likewise.
6787 (altos_skip_prologue): Remove obsolete function.
6788 (isi_frame_num_args): Likewise.
6789 (news_frame_num_args): Likewise.
6790 (m68k_fix_call_dummy): Make static.
6791 (m68k_push_dummy_frame): Likewise.
6792 (m68k_pop_frame): Likewise.
6793 (m68k_skip_prologue): Likewise.
6794 (m68k_frame_init_saved_regs): Likewise.
6795 (m68k_saved_pc_after_call): Likewise.
6796 (m68k_get_longjmp_target): Make multi-arch.
6797 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6798 structure. Register m68k_get_longjmp_target if enabled.
6799 * m68k-tdep.h (struct gdbarch_tdep): Define.
6800 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6801
6802 * Makefile.in (config.status): Also depend on configure.tgt
6803 and configure.host.
6804 (m68klinux-tdep.o): Update dependencies.
6805 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6806 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6807 (M68K_LINUX_JB_PC): Define.
6808 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6809 and take additional parameter.
6810 (m68k_linux_sigtramp_saved_pc): Update.
6811 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6812 m68k_linux_pc_in_sigtramp, in_plt_section,
6813 find_solib_trampoline_target.
6814 * config/m68k/tm-linux.h: Don't include any tm headers.
6815 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6816 (JB_ELEMENT_SIZE): Likewise.
6817 (JB_PC): Likewise.
6818 (GET_LONGJMP_TARGET): Likewise.
6819 (IN_SIGTRAMP): Likewise.
6820 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6821
6822 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6823
6824 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6825 (sparc32_push_arguments): Re-implement by calling
6826 sparc32_do_push_arguments.
6827
6828 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6829
6830 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6831 SPARC_O1_REGNUM): New defines.
6832 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6833 (sparc32_store_return_value): New function.
6834 (sparc_extract_struct_value_address): Rewrite to operate on a
6835 regcache.
6836 (sparc_gdbarch_init): Don't set
6837 deprecated_extract_struct_value_address. Set
6838 extract_struct_value_address instead. Don't set
6839 deprecated_extract_return_value and deprecated_store_return_value
6840 for 32-bit targets. Set extract_return_value and
6841 store_return_value instead.
6842 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6843 DEPRECTAED_EXTRACT_RETURN_VALUE,
6844 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6845 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6846 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6847 (sparc_store_return_value): Remove prototype.
6848 (sparc32_store_return_value): New prototype.
6849 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6850 Adjust prototypes.
6851
6852 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6853
6854 * sparcnbsd-tdep.c: Include "gdb_string.h".
6855
6856 2003-05-23 Andrew Cagney <cagney@redhat.com>
6857
6858 * p-valprint.c (pascal_val_print): Replace extract_address with
6859 the inline equivalent extract_unsigned_integer.
6860 * jv-valprint.c (java_value_print): Ditto.
6861 * ada-valprint.c (ada_val_print_1): Ditto.
6862 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6863
6864 2003-05-23 Theodore A. Roth <troth@openavr.org>
6865
6866 * blockframe.c (frameless_look_for_prologue): Remove unused
6867 after_prologue variable.
6868
6869 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6870
6871 * blockframe.c (get_pc_function_start): Rewrite to avoid
6872 asignments in if-statements.
6873
6874 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6875
6876 Committed by Elena Zannoni <ezannoni@redhat.com>.
6877 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6878 files, don't relocate absolute symbols (and do use mst_abs).
6879
6880 2003-05-23 Andrew Cagney <cagney@redhat.com>
6881
6882 * objc-lang.c: Include "gdb_assert.h".
6883 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6884 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6885 (gdb_check, gdb_check_fatal): Delete functions.
6886 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6887 gdb_assert.
6888 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6889 * Makefile.in (objc-lang.o): Update dependencies.
6890
6891 2003-05-22 Ian Lance Taylor <ian@airs.com>
6892
6893 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6894 with fprintf_filtered, not fprintf_unfiltered.
6895
6896 2003-05-22 Andrew Cagney <cagney@redhat.com>
6897
6898 * stack.c (frame_info): Inline extract_address, replacing it with
6899 extract_unsigned_integer.
6900 * findvar.c (unsigned_pointer_to_address): Ditto.
6901 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6902 * dwarf2expr.c (dwarf2_read_address): Ditto.
6903 * frame.c (frame_pc_unwind): Update comment.
6904 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6905
6906 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6907
6908 * infptrace.c (detach): Call print_sys_errmsg rather than
6909 perror_with_name to issue warning message when errno is non-zero
6910 after calling ptrace detach.
6911
6912 2003-05-21 J. Brobecker <brobecker@gnat.com>
6913
6914 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6915 macro definitions from here...
6916 * hppa-tdep.c: ...to there.
6917
6918 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6919
6920 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6921 register_ptrace_addr(). Fix all callers.
6922
6923 2003-05-21 Andreas Schwab <schwab@suse.de>
6924
6925 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6926 dependencies.
6927 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6928 end.
6929 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6930 (_initialize_m68k_linux_tdep): New function.
6931 (m68k_linux_frame_saved_pc): Make static.
6932 (m68k_linux_extract_return_value): Likewise.
6933 (m68k_linux_store_return_value): Likewise.
6934 (m68k_linux_extract_struct_value_address): Likewise.
6935 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6936 Remove.
6937 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6938 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6939 (DEPRECATED_FRAME_SAVED_PC): Remove.
6940
6941 2003-05-20 Kris Warkentin <kewarken@qnx.com>
6942
6943 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6944 regset numbering rather than our own.
6945
6946 2003-05-19 David Carlton <carlton@bactrian.org>
6947
6948 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6949
6950 2003-05-19 David Carlton <carlton@bactrian.org>
6951
6952 Partial fix for PR c++/827.
6953 * cp-support.h: Include symtab.h.
6954 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6955 * cp-namespace.c: Update contributors.
6956 (cp_lookup_symbol_nonlocal): New.
6957 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6958 (lookup_symbol_file): Ditto.
6959 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6960 * block.h: Declare block_scope, block_using, block_global_block.
6961 * block.c (block_scope): New.
6962 (block_using, block_global_block): Ditto.
6963 * Makefile.in (cp_support_h): Depend on symtab_h.
6964 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6965
6966 2003-05-19 David Carlton <carlton@bactrian.org>
6967
6968 * language.h (struct language_defn): Add 'la_value_of_this'
6969 and 'la_lookup_symbol_nonlocal' members.
6970 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6971 lookup_symbol_static, lookup_symbol_global,
6972 lookup_symbol_aux_block.
6973 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6974 if we should search fields of this and how to do static/global
6975 lookup.
6976 (lookup_symbol_aux_block): Make extern.
6977 (basic_lookup_symbol_nonlocal): New.
6978 (lookup_symbol_static, lookup_symbol_global): Ditto.
6979 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6980 'la_lookup_symbol_nonlocal' members.
6981 * c-lang.c (c_language_defn, cplus_language_defn)
6982 (asm_language_defn, minimal_language_defn): Ditto.
6983 * jv-lang.c (java_language_defn): Ditto.
6984 * language.c (unknown_language_defn, auto_language_defn)
6985 (local_language_defn): Ditto.
6986 * m2-lang.c (m2_language_defn): Ditto.
6987 * objc-lang.c (objc_language_defn): Ditto.
6988 * scm-lang.c (scm_language_defn): Ditto.
6989 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6990 * p-lang.c (pascal_language_defn): Ditto for both.
6991 * Makefile.in (f-lang.o): Depend on value_h.
6992 (p-lang.o): Ditto.
6993
6994 2003-05-19 David Carlton <carlton@bactrian.org>
6995
6996 * block.h: Declare block_static_block.
6997 * block.c (block_static_block): New.
6998 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6999 lookup_symbol_aux_local, calling block_static_block instead.
7000 (lookup_symbol_aux_local): Delete 'static_block' argument.
7001
7002 2003-05-19 David Carlton <carlton@bactrian.org>
7003
7004 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7005
7006 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7007
7008 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7009 register numbers mapping.
7010
7011 2003-05-18 Adam Fedor <fedor@gnu.org>
7012
7013 * symtab.c (completion_list_objc_symbol): New function.
7014 (make_symbol_completion_list): Use it to add ObjC symbols
7015 when looking though the list.
7016 (language_search_unquoted_string): New function.
7017 (make_file_symbol_completion_list): Use it.
7018
7019 2003-05-18 Andreas Schwab <schwab@suse.de>
7020
7021 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7022 dependencies.
7023 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7024 as m68k_linux_extract_return_value.
7025 (DEPRECATED_STORE_RETURN_VALUE): Define as
7026 m68k_linux_store_return_value.
7027 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7028 m68k_linux_extract_struct_value_address.
7029 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7030 get_next_frame, get_frame_base, get_frame_pc.
7031 (m68k_linux_frame_saved_pc): Use get_frame_base.
7032 (m68k_linux_extract_return_value): New function.
7033 (m68k_linux_store_return_value): New function.
7034 (m68k_linux_extract_struct_value_address): New function.
7035 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7036
7037 * c-exp.y (typebase): Remove duplicate occurence of
7038 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7039 of lookup_signed_typename.
7040
7041 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7042
7043 * dwarf2loc.c (find_location_expression): Change type of second
7044 argument to `size_t *'.
7045 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7046 for size variable.
7047
7048 2003-05-18 David Carlton <carlton@bactrian.org>
7049
7050 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7051 'linkage_name'. Add comment.
7052 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7053 'linkage_name'.
7054 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7055 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7056 (lookup_block_symbol): Ditto.
7057
7058 2003-05-16 Andrew Cagney <cagney@redhat.com>
7059
7060 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7061 * gdbarch.h, gdbarch.c: Re-generate.
7062 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7063 * TODO (REGISTER_BYTES): Delete reference.
7064 * alpha-tdep.c (alpha_gdbarch_init): Update.
7065 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7066 * x86-64-tdep.c (x86_64_init_abi): Update.
7067 * vax-tdep.c (vax_gdbarch_init): Update.
7068 * v850-tdep.c (v850_gdbarch_init): Update.
7069 * sparc-tdep.c (sparc_gdbarch_init): Update.
7070 * sh-tdep.c (sh_gdbarch_init): Update.
7071 * s390-tdep.c (s390_gdbarch_init): Update.
7072 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7073 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7074 (ns32k_gdbarch_init_32382): Update.
7075 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7076 * mcore-tdep.c (mcore_gdbarch_init): Update.
7077 * m68k-tdep.c (m68k_gdbarch_init): Update.
7078 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7079 * ia64-tdep.c (ia64_gdbarch_init): Update.
7080 * i386-tdep.c (i386_gdbarch_init): Update.
7081 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7082 * hppa-tdep.c (hppa_gdbarch_init): Update.
7083 * h8300-tdep.c (h8300_gdbarch_init): Update.
7084 * frv-tdep.c (frv_gdbarch_init): Update.
7085 * cris-tdep.c (cris_gdbarch_init): Update.
7086 * avr-tdep.c (avr_gdbarch_init): Update.
7087 * arm-tdep.c (arm_gdbarch_init): Update.
7088 * sparc-tdep.c (sparc_pop_frame): Update.
7089 * rs6000-tdep.c (rs6000_pop_frame): Update.
7090 * remote.c (init_remote_state): Update.
7091 (remote_prepare_to_store): Update.
7092 * remote-vx.c (vx_prepare_to_store): Update.
7093 * remote-sds.c (sds_fetch_registers): Update.
7094 (sds_prepare_to_store): Update.
7095 * remote-array.c: Update.
7096 * regcache.c (init_legacy_regcache_descr): Update.
7097 (init_regcache_descr): Update.
7098 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7099 (mips_o64_extract_return_value): Update.
7100 * irix5-nat.c (fetch_core_registers): Update.
7101 * irix4-nat.c (fetch_core_registers): Update.
7102 * i386-tdep.h: Update.
7103 * hppa-tdep.c (pa_do_registers_info): Update.
7104 (pa_do_strcat_registers_info): Update.
7105 * cris-tdep.c (cris_register_bytes_ok): Update.
7106 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7107 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7108 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7109 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7110 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7111 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7112 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7113 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7114 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7115 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7116 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7117 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7118 (REGISTER_BYTES_OK): Update.
7119 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7120 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7121
7122 2003-05-16 Ian Lance Taylor <ian@airs.com>
7123
7124 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7125 (vax_print_insn, print_insn_arg): Remove static functions.
7126 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7127 print_insn_vax from opcodes library.
7128 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7129
7130 2003-05-15 Andrew Cagney <cagney@redhat.com>
7131
7132 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7133 * target.h (memory_breakpoint_from_pc): Delete declaration.
7134 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7135 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7136 * monitor.c (monitor_insert_breakpoint): Use
7137 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7138 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7139 * gdbarch.h, gdbarch.c: Re-generate.
7140 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7141 (sparc_gdbarch_init): Set breakpoint_from_pc to
7142 sparc_breakpoint_from_pc.
7143 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7144 (BREAKPOINT_FROM_PC): Define.
7145 (sparc_breakpoint_from_pc): Declare.
7146 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7147 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7148 (BREAKPOINT_FROM_PC): Define.
7149 (BREAKPOINT): Delete macro.
7150 * target.h: Update comment.
7151 * s390-tdep.c (s390_gdbarch_init): Update comments.
7152 * remote.c: Update comments.
7153 * remote-mips.c: Update comments.
7154 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7155 * mem-break.c: Update comment.
7156 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7157 (ia64_memory_insert_breakpoint): Update.
7158 * config/sparc/tm-sparc.h: Update comment.
7159 * config/pa/tm-hppa64.h: Update comment.
7160 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7161 (rs6000_breakpoint_from_pc): Update.
7162 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7163 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7164 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7165 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7166 (mips_breakpoint_from_pc): Update.
7167 (mips_dump_tdep): Update.
7168
7169 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7170 * minsyms.c (lookup_minimal_symbol): Inline
7171 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7172
7173 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7174 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7175 * p-lang.c (pascal_printstr): Ditto.
7176 * objc-lang.c (objc_printstr): Ditto.
7177 * m2-lang.c (m2_printstr): Ditto.
7178 * jv-valprint.c (java_print_value_fields): Ditto.
7179 * f-lang.c (f_printstr): Ditto.
7180 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7181 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7182 for repeat_count_threshold.
7183 * Makefile.in (cp-valprint.o): Update dependencies.
7184
7185 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7186
7187 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7188 (examine_prologue): Support looking through leaf functions, knowing
7189 they start with mov r2,r12. Support skipping over indirect stores
7190 of the input registers. Upon hitting a non-nop branch instruction
7191 or predicated instruction, bail out by setting lim_pc to the current
7192 pc value in the loop. At the end, if the lim_pc value is still
7193 beyond our calculated value and we have trust_limit set,
7194 use the lim_pc value.
7195
7196 2003-05-15 Andrew Cagney <cagney@redhat.com>
7197
7198 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7199 generic_find_dummy_frame.
7200 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7201 (deprecated_generic_find_dummy_frame): Update.
7202 (deprecated_read_register_dummy): Update.
7203 * frame.c (deprecated_generic_get_saved_register): Update.
7204
7205 2003-05-15 Theodore A. Roth <troth@openavr.org>
7206
7207 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7208 (avr_gdbarch_init): Set breakpoint_from_pc method.
7209
7210 2003-05-15 Andrew Cagney <cagney@redhat.com>
7211
7212 * regcache.c (build_regcache): Set deprecated_register_valid
7213 directly.
7214 (deprecated_grub_regcache_for_register_valid): Delete function.
7215 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7216 declaration.
7217
7218 2003-05-15 David Carlton <carlton@bactrian.org>
7219
7220 Committed by Elena Zannoni <ezannoni@redhat.com>
7221 * symtab.c (lookup_symbol_aux): Delete calls to
7222 lookup_symbol_aux_minsyms.
7223 (lookup_symbol_aux_minsyms): Comment out function and
7224 prototype. Delete lookup by mangled name.
7225
7226 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7227
7228 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7229 correctly indicate an empty stack and ``stack_allocated'' to the
7230 indicate the number of elements initially allocated.
7231 (dwarf_expr_grow_stack): Simplify method for computing new
7232 stack size. Don't loop infinitely if ``stack_len'' is zero.
7233 (execute_stack_op): Move ``ctx->in_reg'' initialization
7234 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7235 be used in conjuction with DW_OP_piece. Revise error message
7236 accordingly.
7237
7238 2003-05-14 Theodore A. Roth <troth@openavr.org>
7239
7240 * MAINTAINERS: Update my email address.
7241 * avr-tdep.c: Ditto.
7242
7243 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7244
7245 * symtab.h (enum domain_enum): Rename from namespace_enum.
7246 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7247 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7248 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7249 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7250 TYPES_NAMESPACE, METHODS_NAMESPACE.
7251 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7252 (struct symbol, struct partial_symbol): Rename field
7253 'namespace_enum namespace' to 'domain_enum domain'.
7254 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7255 Delete old define kludge for namespace.
7256
7257 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7258 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7259 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7260 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7261 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7262 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7263 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7264 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7265 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7266 occurrences of the above.
7267
7268 2003-05-14 Ian Lance Taylor <ian@airs.com>
7269
7270 * Makefile.in (install-only): Use $(SHELL) when running
7271 mkinstalldirs.
7272
7273 2003-05-13 Ian Lance Taylor <ian@airs.com>
7274
7275 * MAINTAINERS (write after approval): Add myself.
7276
7277 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7278 second and third arguments.
7279 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7280 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7281
7282 2003-05-13 Andrew Cagney <cagney@redhat.com>
7283
7284 * defs.h (store_address): Delete declaration.
7285 findvar.c (store_address): Delete function.
7286 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7287 store_unsigned_integer.
7288 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7289 * v850-tdep.c (v850_push_arguments): Ditto.
7290 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7291 * sh-tdep.c (sh64_get_saved_register): Ditto.
7292 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7293 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7294 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7295 (mips_get_saved_register): Ditto.
7296 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7297 (find_func_descr, ia64_push_arguments): Ditto.
7298 * i386-tdep.c (i386_push_arguments): Ditto.
7299 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7300 * frv-tdep.c (frv_push_arguments): Ditto.
7301 * frame.c (legacy_saved_regs_prev_register): Ditto.
7302 (deprecated_generic_get_saved_register): Ditto.
7303 * findvar.c (unsigned_address_to_pointer): Ditto.
7304 * dwarf2read.c (dwarf2_const_value): Ditto.
7305 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7306 * alpha-tdep.c (alpha_push_arguments): Ditto.
7307
7308 2003-05-12 J. Brobecker <brobecker@gnat.com>
7309
7310 * NEWS: Mention that the hppa-hpux port has been partially
7311 multiarched (32bit ABIT only, so far).
7312
7313 2003-05-11 Andrew Cagney <cagney@redhat.com>
7314
7315 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7316 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7317 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7318 sim/testsuite/sim/arm/misaligned2.ms, and
7319 sim/testsuite/sim/arm/misaligned3.ms.
7320 * disasm.h (struct ui_file): Add opaque struct declaration.
7321 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7322 * frame.h (struct ui_file): Ditto.
7323
7324 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7325
7326 * value.h: Pretty print.
7327
7328 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7329
7330 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7331
7332 2003-05-08 Andrew Cagney <cagney@redhat.com>
7333
7334 * regcache.h (max_register_size): Delete declaration.
7335 * regcache.c (max_register_size): Delete function.
7336 (struct regcache_descr): Delete field "max_register_size".
7337 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7338 registers fit in MAX_REGISTER_SIZE.
7339 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7340 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7341 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7342 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7343 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7344 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7345 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7346 * dve3900-rom.c, hppa-tdep.c: Ditto.
7347
7348 2003-05-08 David Carlton <carlton@math.stanford.edu>
7349
7350 * valops.c (push_word): Fix typo.
7351
7352 2003-05-08 Andrew Cagney <cagney@redhat.com>
7353
7354 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7355 * gdbarch.h: Re-generate.
7356 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7357 (legacy_max_register_raw_size): Delete declaration.
7358 * regcache.c (legacy_max_register_raw_size): Delete function.
7359 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7360 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7361 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7362 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7363 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7364 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7365 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7366 * findvar.c, dwarf2cfi.c: Ditto.
7367
7368 2003-05-08 Andrew Cagney <cagney@redhat.com>
7369
7370 * mips-tdep.c (read_signed_register): New function, moved to here
7371 from "regcache.c".
7372 (read_signed_register_pid): Ditto.
7373 * regcache.c (read_signed_register_pid): Delete function, moved to
7374 "mips-tdep.c".
7375 (read_signed_register): Ditto.
7376 * regcache.h (read_signed_register): Delete declaration.
7377 (read_signed_register_pid): Delete declaration.
7378
7379 2003-05-08 Andrew Cagney <cagney@redhat.com>
7380
7381 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7382 * gdbarch.h: Re-generate.
7383 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7384 (legacy_max_register_virtual_size): Delete declaration.
7385 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7386 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7387 * tracepoint.c (memrange_sortmerge): Ditto.
7388 * sparc-tdep.c (sparc_print_registers): Ditto.
7389 * regcache.c (legacy_max_register_virtual_size): Delete function.
7390
7391 2002-05-08 J. Brobecker <brobecker@gnat.com>
7392
7393 * fork-child.c (escape_bang_in_quoted_argument): New function.
7394 (fork_inferior): Escape '!' characters in quoted arguments
7395 only when needed.
7396
7397 2003-05-08 J. Brobecker <brobecker@gnat.com>
7398
7399 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7400 the language of the CU is not currently supported by GDB.
7401
7402 2003-05-08 J. Brobecker <brobecker@gnat.com>
7403
7404 * defs.h (language): Add language_minimal enum value.
7405 * c-lang.c (minimal_language_defn): New language definition.
7406 (_initialize_c_language): Add the new minimal language to the list
7407 of languages known to GDB.
7408
7409 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7410
7411 * frame.c (get_frame_type): Don't attempt to lazily initialize
7412 frame's unwinder for legacy frames.
7413
7414 2003-05-07 Andrew Cagney <cagney@redhat.com>
7415
7416 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7417 and "regcache" parameters.
7418 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7419
7420 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7421
7422 * dwarf2read.c (dwarf_decode_lines): Only use output of
7423 check_cu_functions() when calling record_line(). Do not update
7424 the current address.
7425
7426 2003-05-07 Andrew Cagney <cagney@redhat.com>
7427
7428 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7429 code.
7430
7431 2003-05-07 Jim Blandy <jimb@redhat.com>
7432
7433 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7434 'maint info symtabs' and 'maint info psymtabs'.
7435 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7436 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7437 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7438 Declarations updated.
7439 * maint.c (maintenance_list_command): Delete.
7440 (_initialize_maint_cmds): Update calls to add_cmd.
7441 * gdbcmd.h (maintenancelistlist): Delete declaration.
7442 * cli/cli-cmds.c (maintenancelistlist): Delete.
7443 (init_cmd_lists): Don't initialize it.
7444 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7445
7446 2003-05-07 Andrew Cagney <cagney@redhat.com>
7447
7448 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7449 "regcache".
7450 (d10v_print_registers_info): Update.
7451 (d10v_dmap_register, d10v_imap_register): Delete functions.
7452 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7453 and "imap_register".
7454 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7455 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7456 * arch-utils.c (generic_remote_translate_xfer_address): Add
7457 "regcache" and "gdbarch" parameters.
7458 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7459 parameter. Change class to multi-arch.
7460 * gdbarch.h, gdbarch.c: Re-generate.
7461 * remote.c (remote_xfer_memory): Use
7462 gdbarch_remote_translate_xfer_address.
7463
7464 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7465
7466 * infrun.c (prev_pc): Move declaration ahead of proceed().
7467 (proceed): Refresh prev_pc value before resuming.
7468 (stop_stepping): Remove code to refresh prev_pc.
7469
7470 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7471
7472 * nto-tdep.c: Removed stray comment.
7473
7474 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7475
7476 * i386-nto-tdep.c: Fix old K&R function definitions.
7477 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7478 Also change add_show_from_set() call to add_setshow_cmd().
7479 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7480
7481 2003-05-05 Andrew Cagney <cagney@redhat.com>
7482
7483 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7484 (fprint_dummy_frames): New function.
7485 (maintenance_print_dummy_frames): New function.
7486 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7487 * frame.c (fprint_frame_id): Make global.
7488 * frame.h (fprint_frame_id): Declare.
7489 * Makefile.in (dummy-frame.o): Update dependencies.
7490
7491 2003-05-05 Andrew Cagney <cagney@redhat.com>
7492
7493 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7494 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7495 SIZEOF_CALL_DUMMY_WORDS.
7496 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7497 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7498 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7499 CALL_DUMMY_BREAKPOINT_OFFSET.
7500 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7501 CALL_DUMMY_START_OFFSET.
7502 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7503 * gdbarch.h, gdbarch.c: Re-generate.
7504 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7505 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7506 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7507 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7508 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7509 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7510 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7511 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7512 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7513 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7514 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7515 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7516 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7517 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7518 * config/sparc/tm-sparc.h: Update.
7519
7520 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7521
7522 * configure.tgt: Add i[3456]86-*-nto*.
7523 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7524 * nto-tdep.c: New file. Neutrino target support routines.
7525 * nto-tdep.h: New file. Neutrino target header.
7526 * config/tm-qnxnto.h: New file.
7527 * config/i386/i386nto.mt: New file.
7528 * config/i386/tm-i386nto.h: New file.
7529
7530 2003-05-04 Andrew Cagney <cagney@redhat.com>
7531
7532 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7533 (load_infrun_state): Ditto.
7534 (struct thread_info): Drop "prev_func_name" field.
7535 * thread.c (load_infrun_state): Update.
7536 (save_infrun_state): Update.
7537 * infrun.c (prev_func_name): Delete variable.
7538 (init_wait_for_inferior): Do not clear prev_func_name.
7539 (stop_stepping, keep_going, context_switch): Do not swap
7540 prev_func_name.
7541 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7542 instead of PC_IN_SIGTRAMP.
7543
7544 2003-05-04 Andrew Cagney <cagney@redhat.com>
7545
7546 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7547 REGISTER_BYTE with register_offset_hack.
7548 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7549 that REGISTER_BYTE is consistent with the regcache.
7550 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7551 * gdbarch.h, gdbarch.c: Regenerate.
7552
7553 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7554
7555 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7556 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7557
7558 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7559
7560 2003-05-03 J. Brobecker <brobecker@gnat.com>
7561
7562 From Thierry Schneider <tpschneider1@yahoo.com>
7563 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7564 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7565 (mi-cmd-symbol.o): Add rule.
7566
7567 2003-05-03 Andrew Cagney <cagney@redhat.com>
7568
7569 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7570 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7571 * gdbarch.h, gdbarch.c: Re-generate.
7572 * d10v-tdep.c (d10v_push_dummy_code): New function.
7573 (d10v_gdbarch_init): Set push_dummy_code.
7574 * infcall.c (legacy_push_dummy_code): New function.
7575 (generic_push_dummy_code): New function.
7576 (push_dummy_code): New function.
7577 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7578 instead of dummy_addr, to push_dummy_call. Move call to
7579 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7580 switch.
7581 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7582
7583 2003-05-03 Andrew Cagney <cagney@redhat.com>
7584
7585 * disasm.h (print_insn): Declare.
7586 * disasm.c (init_gdb_disassemble_info): New function.
7587 (gdb_disassembly): Call init_gdb_disassemble_info.
7588 (gdb_print_insn): New function.
7589 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7590 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7591 * mcore-tdep.c: Include "disasm.h"
7592 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7593 * d10v-tdep.c: Include "disasm.h".
7594 (display_trace): Call gdb_print_insn, instead of print_insn.
7595 (print_insn): Delete function.
7596 * printcmd.c: Include "disasm.h".
7597 (print_insn): Delete function.
7598 (print_formatted): Call gdb_print_insn, instead of print_insn.
7599 * Makefile.in (printcmd.o): Update dependencies.
7600 (mcore-tdep.o, d10v-tdep.o): Ditto.
7601
7602 2003-05-02 Andrew Cagney <cagney@redhat.com>
7603
7604 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7605 PC_REGNUM, re-indent.
7606 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7607 PC_REGNUM isn't set.
7608
7609 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7610 * gdbarch.h, gdbarch.c: Re-generate.
7611 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7612 register_virtual_size, pc_regnum, or register_bytes.
7613 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7614 (d10v_register_type): Use D10V_PC_REGNUM.
7615 (d10v_print_registers_info, d10v_read_pc): Ditto.
7616 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7617 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7618
7619 2003-05-02 David Carlton <carlton@bactrian.org>
7620
7621 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7622 the name with mstrsave.
7623
7624 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7625
7626 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7627 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7628 (host_charset_name, target_charset_name): New vars for use by
7629 set/show commands.
7630 (host_charset_enum, target_charset_enum): New enums for set/show
7631 commands.
7632 (set_charset_sfunc, set_host_charset_sfunc,
7633 set_target_charset_sfunc): New functions.
7634 (set_host_charset, set_target_charset): Make static.
7635 (list_charsets, set_host_charset_command,
7636 set_target_charset_command): Delete functions.
7637 (show_charset_command): Rewrite as....
7638 (show_charset): Hook this up with the set/show command mechanism.
7639 (_initialize_charset): Change names of charsets to match the
7640 set/show enums. Use host_charset_name and target_charset_name.
7641 Use set/show mechanism for charset, host-charset, target-charset
7642 commands. Do not make 'show host-charset' and 'show
7643 target-charset' be aliases of 'show charset'.
7644
7645 * charset.h (set_host_charset, set_target_charset): Don't export,
7646 they are not used outside the file.
7647
7648 2003-05-01 Andrew Cagney <cagney@redhat.com>
7649
7650 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7651 (gdb_disassembly): Make "di" non static, always initialize and
7652 cleanup. Always use dis_asm_read_memory.
7653 (gdb_dis_asm_read_memory): Delete function.
7654
7655 2003-05-01 Andrew Cagney <cagney@redhat.com>
7656
7657 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7658 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7659
7660 2003-04-30 Andrew Cagney <cagney@redhat.com>
7661
7662 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7663 "tm_print_insn_info".
7664 (TARGET_PRINT_INSN_INFO): Delete macro.
7665 (dis_asm_read_memory): Delete function declaration.
7666 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7667 (tm_print_insn_info): Delete variable definition.
7668 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7669 * gdbarch.h, gdbarch.c: Re-generate.
7670 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7671 "deprecated_tm_print_insn_info".
7672 * mcore-tdep.c (mcore_dump_insn): Ditto.
7673 * mips-tdep.c (mips_gdbarch_init): Ditto.
7674 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7675 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7676 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7677 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7678 instead of TARGET_PRINT_INSN_INFO, add comment.
7679 * s390-tdep.c (s390_get_frame_info): Instead of
7680 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7681 (s390_check_function_end, s390_is_sigreturn): Ditto.
7682 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7683 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7684 * disasm.c: Include "gdbcore.h".
7685 (_initialize_disasm): New function, initialize
7686 "deprecated_tm_print_insn_info".
7687 (deprecated_tm_print_insn_info): New variable.
7688 (dis_asm_read_memory): Moved from "corefile.c", made static.
7689 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7690 * Makefile.in (disasm.o): Update dependencies.
7691
7692 2003-04-30 Andrew Cagney <cagney@redhat.com>
7693
7694 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7695
7696 2003-04-29 Adam Fedor <fedor@gnu.org>
7697
7698 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7699 * infcall.c (find_function_addr): Make non-static.
7700 * infcall.h (find_function_addr): Declare.
7701 * Makefile.in (eval.o): Update dependencies.
7702
7703 2003-04-28 Adam Fedor <fedor@gnu.org>
7704
7705 * symtab.c (symbol_find_demangled_name): Check for and demangle
7706 ObjC symbols.
7707 (symbol_init_demangled_name): Init for language_objc as well.
7708
7709 2003-04-28 Andrew Cagney <cagney@redhat.com>
7710
7711 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7712 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7713 * gdbarch.h, gdbarch.c: Re-generate.
7714 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7715 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7716 * inferior.h (deprecated_read_fp): Rename read_fp.
7717 (generic_target_read_fp): Delete declaration.
7718 * regcache.c (generic_target_read_fp): Delete function.
7719 (deprecated_read_fp): Replace read_fp, use
7720 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7721 * d10v-tdep.c (d10v_read_fp): Delete function.
7722 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7723
7724 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7725 deprecated_target_read_fp to generic_target_read_fp.
7726 * sh-tdep.c (sh_gdbarch_init): Ditto.
7727 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7729 * frv-tdep.c (frv_gdbarch_init): Ditto.
7730
7731 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7732 deprecated_fp_regnum.
7733 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7734 * vax-tdep.c (vax_gdbarch_init): Ditto.
7735 * v850-tdep.c (v850_gdbarch_init): Ditto.
7736 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7737 * sh-tdep.c (sh_gdbarch_init): Ditto.
7738 * s390-tdep.c (s390_gdbarch_init): Ditto.
7739 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7740 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7741 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7742 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7743 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7744 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7745 * i386-tdep.c (i386_gdbarch_init): Ditto.
7746 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7747 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7748 * frv-tdep.c (frv_gdbarch_init): Ditto.
7749 * cris-tdep.c (cris_gdbarch_init): Ditto.
7750 * avr-tdep.c (avr_gdbarch_init): Ditto.
7751 * arm-tdep.c (arm_gdbarch_init): Ditto.
7752 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7753
7754 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7755 * v850-tdep.c (v850_gdbarch_init): Ditto.
7756 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7757 * sh-tdep.c (sh_gdbarch_init): Ditto.
7758 * s390-tdep.c (s390_gdbarch_init): Ditto.
7759 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7760 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7761 * mips-tdep.c (mips_gdbarch_init): Ditto.
7762 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7763 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7764 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7765 * frv-tdep.c (frv_gdbarch_init): Ditto.
7766 * avr-tdep.c (avr_gdbarch_init): Ditto.
7767 * arm-tdep.c (arm_gdbarch_init): Ditto.
7768
7769 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7770 DEPRECATED_FP_REGNUM.
7771 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7772 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7773 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7774 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7775 (sparc32_register_virtual_type): Ditto.
7776 * sh-tdep.c (sh64_frame_chain): Ditto.
7777 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7778 (sh_nofp_frame_init_saved_regs): Ditto.
7779 (sh64_nofp_frame_init_saved_regs): Ditto.
7780 (sh_fp_frame_init_saved_regs): Ditto.
7781 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7782 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7783 * procfs.c (procfs_fetch_registers): Ditto.
7784 (procfs_store_registers): Ditto.
7785 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7786 (store_inferior_registers, fetch_core_registers): Ditto.
7787 (fetch_kcore_registers, clear_regs): Ditto.
7788 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7789 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7790 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7791 * nlm/i386.c (do_status): Ditto.
7792 * mipsv4-nat.c (supply_gregset): Ditto.
7793 * mips-tdep.c: Ditto for comments.
7794 * mips-nat.c (fetch_inferior_registers): Ditto.
7795 (store_inferior_registers, fetch_core_registers): Ditto.
7796 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7797 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7798 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7799 (i386_do_pop_frame, i386_register_type): Ditto.
7800 * hppa-tdep.c (hppa_frame_chain): Ditto.
7801 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7802 (hppa_pop_frame, hppa_read_fp): Ditto.
7803 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7804 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7805 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7806 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7807 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7808 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7809 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7810 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7811 * blockframe.c: Ditto for comments.
7812 * arch-utils.h: Ditto for comments.
7813 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7814 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7815 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7816 * alpha-tdep.h: Ditto for comments.
7817 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7818 (alpha_cannot_store_register): Ditto.
7819 (alpha_push_dummy_frame): Ditto.
7820 * alpha-nat.c (supply_gregset): Ditto.
7821
7822 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7823 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7824 * config/sparc/tm-sparc.h: Update comment.
7825
7826 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7827 deprecated_read_fp instead of TARGET_READ_FP.
7828 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7829 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7830 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7831 deprecated_read_fp instead of read_fp.
7832 * s390-tdep.c (s390_push_arguments): Ditto.
7833 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7834 * frame.h: Ditto in comments.
7835 * frame.c (legacy_get_prev_frame): Ditto.
7836 * dummy-frame.c (dummy_frame_this_id): Ditto.
7837 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7838
7839 2003-04-28 Andrew Cagney <cagney@redhat.com>
7840
7841 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7842 * gdbarch.h, gdbarch.c: Re-generate.
7843 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7844 * vax-tdep.c (_initialize_vax_tdep): Update.
7845 * v850-tdep.c (_initialize_v850_tdep): Update.
7846 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7847 * s390-tdep.c (_initialize_s390_tdep): Update.
7848 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7849 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7850 * mips-tdep.c (_initialize_mips_tdep): Update.
7851 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7852 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7853 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7854 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7855 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7856 * frv-tdep.c (_initialize_frv_tdep): Update.
7857 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7858 (_initialize_cris_tdep): Update.
7859 * arch-utils.c (legacy_print_insn): Update.
7860 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7861
7862 2003-04-26 Adam Fedor <fedor@gnu.org>
7863
7864 * linespec.c (decode_objc): New function to decode ObjC calls
7865 (decode_line_1): Check for ObjC calls (using decode_objc)
7866 * Makefile (linespec.o): Update dependencies.
7867
7868 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7869
7870 * breakpoint.h (struct breakpoint_ops): New.
7871 (struct breakpoint): Add ops member.
7872
7873 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7874 (mention): Use new breakpoint ops member.
7875 (set_raw_breakpoint): Initialize ops field to NULL.
7876 (print_exception_catchpoint, print_one_exception_catchpoint)
7877 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7878 (gnu_v3_exception_catchpoint_ops): New.
7879 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7880
7881 2003-04-25 Adam Fedor <fedor@gnu.org>
7882
7883 * Makefile.in (COMMON_OBS): Add objc-lang.o
7884
7885 2003-04-25 Andrew Cagney <cagney@redhat.com>
7886
7887 * d10v-tdep.c (print_insn): Delete function.
7888 (display_trace): Use TARGET_PRINT_INSN.
7889 (_initialize_d10v_tdep): Do not set tm_print_insn.
7890 (d10v_gdbarch_init): Set print_insn.
7891
7892 2003-04-25 Andrew Cagney <cagney@redhat.com>
7893
7894 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7895 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7896 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7897 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7898 (nr_dmap_regs, a0_regnum): ... new functions.
7899 (d10v_print_registers_info): Use a0_regnum, use register_size.
7900 (d10v_register_byte): Delete function.
7901 (d10v_register_raw_size): Delete function.
7902 (d10v_register_type): Use a0_regnum.
7903 (d10v_print_registers_info): Use a0_regnum.
7904 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7905 (d10v_gdbarch_init): Do not set register_byte or
7906 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7907 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7908 extract_address.
7909 (trace_command): Use XCALLOC.
7910 (print_insn): Delete reference to tm_print_insn.
7911 (saved_regs_unwinder): Use store_unsigned_integer instead of
7912 store_address.
7913 * frame.h (FRAME_OBSTACK_CALLOC): Define
7914
7915 2003-04-25 David Carlton <carlton@bactrian.org>
7916
7917 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7918
7919 2003-04-24 Adam Fedor <fedor@gnu.org>
7920
7921 * objc-lang.c: Include "valprint.h"
7922 * Makefile.in (objc-lang.o): Update dependencies.
7923
7924 2003-04-24 Adam Fedor <fedor@gnu.org>
7925
7926 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7927 architecture dependant compilation and mark as unimplemented
7928 (until they get put in the gdbarch vector).
7929
7930 2003-04-23 David Carlton <carlton@bactrian.org>
7931
7932 * cp-support.c (cp_find_first_component): Accept 'operator' in
7933 more locations.
7934
7935 2003-04-23 Andrew Cagney <cagney@redhat.com>
7936
7937 * infcall.c (call_function_by_hand): Eliminate redundant
7938 indentation. Move "saved_async" and "old_cleanups" to where they
7939 are needed.
7940
7941 2003-04-23 Andrew Cagney <cagney@redhat.com>
7942
7943 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7944 and "buffer". Move the "name" code to where it is needed.
7945
7946 2003-04-23 Andrew Cagney <cagney@redhat.com>
7947
7948 * infcall.c (call_function_by_hand): Move variables "start_sp",
7949 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7950 code to ON_STACK switch branch.
7951
7952 2003-04-23 Andrew Cagney <cagney@redhat.com>
7953
7954 * infcall.c (call_function_by_hand): Make declaration of "i",
7955 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7956 lint.
7957
7958 2003-04-23 Andrew Cagney <cagney@redhat.com>
7959
7960 * infcall.c (call_function_by_hand): Delete variable
7961 "n_method_args". Localize "param_type"'s declaration to the loop
7962 that it is used. Reinstate code assigning to said variable -
7963 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7964 Rationalize code using "param_type".
7965
7966 2003-04-22 Andrew Cagney <cagney@redhat.com>
7967
7968 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7969 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7970 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7971 to DEPRECATED_PUSH_RETURN_ADDRESS.
7972
7973 2003-04-22 Kevin Buettner <kevinb@redhat.com>
7974
7975 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7976 on the DWARF2 register number prior to fetching a register.
7977
7978 2003-04-22 J. Brobecker <brobecker@gnat.com>
7979
7980 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7981 Update all the tests using SOFT_FLOAT considering the fact that
7982 this macro was always set to 0.
7983 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7984 considering the fact that this macro was always set to 0.
7985 * hppa-tdep.h (hppa_store_return_value): Likewise.
7986 (hppa_extract_return_value): Likewise.
7987
7988 2003-04-22 J. Brobecker <brobecker@gnat.com>
7989
7990 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7991 the hppa-pro target only.
7992
7993 2003-04-21 J. Brobecker <brobecker@gnat.com>
7994
7995 Ongoing multi-arch conversion effort for HP/UX:
7996 * config/pa/tm-hppa.h: Move all macro that are no longer
7997 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7998 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7999
8000 2003-04-21 J. Brobecker <brobecker@gnat.com>
8001
8002 * config/pa/tm-hppa.h: Obsolete a section that was only used
8003 for hppa-pro.
8004
8005 2003-04-21 J. Brobecker <brobecker@gnat.com>
8006
8007 Ongoing multi-arch conversion for HP/UX.
8008 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8009 if already defined (allows hppa64 to stay non-multiarched for now).
8010 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8011
8012 2003-04-21 Andrew Cagney <cagney@redhat.com>
8013
8014 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8015
8016 2003-04-21 Andrew Cagney <cagney@redhat.com>
8017
8018 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8019 "i386_num_mmx_regs".
8020
8021 2003-04-21 Andrew Cagney <cagney@redhat.com>
8022
8023 * infcall.c: New file.
8024 * infcall.h: New file.
8025 * valarith.c: Include "infcall.h".
8026 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8027 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8028 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8029 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8030 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8031 (SFILES): Add "infcall.c"
8032 (COMMON_OBS): Add "infcall.o".
8033 (infcall.o): Specify dependencies.
8034 * value.h (call_function_by_hand): Delete declaration.
8035 * inferior.h (run_stack_dummy): Delete declaration.
8036 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8037 (run_stack_dummy): Move to "infcall.c", merged into
8038 call_function_by_hand.
8039 * valops.c (call_function_by_hand): Moved to "infcall.c".
8040 (find_function_addr, value_arg_coerce): Ditto.
8041 (unwindonsignal_p, coerce_float_to_double): Ditto.
8042 (_initialize_valops): Move "set/show coerce-float-to-double", and
8043 "set/show unwindonsignal" commands to "infcall.c".
8044 * v850-tdep.c, target.h: Update comments.
8045 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8046 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8047 (sh64_init_extra_frame_info): Update comments.
8048 * mn10300-tdep.c: Update comments.
8049 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8050 * config/sparc/tm-sparc.h: Update comments.
8051 * breakpoint.h: Update comments.
8052 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8053 * arm-tdep.c: Update comment.
8054
8055 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8056
8057 * i386-tdep.c (i386_num_register_names): New variable.
8058 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8059 (MM0_REGNUM): Remove redundant parentheses in define.
8060 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8061 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8062 i386_mxcsr_regnum_p): Remove redundant parentheses.
8063 (i386_register_name): Use i386_num_register_names.
8064
8065 * i386-tdep.c (i386_extract_return_value,
8066 i386_store_return_value): Correct check for availability of
8067 floating-point registers.
8068
8069 * i386-tdep.c (i386_frame_num_args): Remove function.
8070 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8071
8072 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8073 mmx_regnum_to_fp_regnum. Adjust all callers.
8074
8075 * i386-tdep.c (i386_get_longjmp_target): Use
8076 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8077 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8078 extract_address.
8079
8080 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8081
8082 * core-regset.c: Update comments to reflect reality. Re-order
8083 includes.
8084 (fetch_core_registers): Use switch instead of if. Remove
8085 redundant prototype.
8086
8087 2003-04-18 Jim Blandy <jimb@redhat.com>
8088
8089 * s390-tdep.c (s390_frame_align): New function.
8090 (s390_gdbarch_init): Register it with the gdbarch object.
8091
8092 2003-04-17 Richard Henderson <rth@redhat.com>
8093
8094 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8095
8096 2003-04-17 Michael Snyder <msnyder@redhat.com>
8097 Karen Bennet <bennet@redhat.com>
8098
8099 Committed by Elena Zannoni <ezannoni@redhat.com>
8100 * gdb_gcore.sh: New script to create a core dump of a process.
8101
8102 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8103
8104 * values.c (value_being_returned): Don't fetch the return
8105 value if the return type is void.
8106
8107 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8108
8109 * thread-db.c: Reindented.
8110
8111 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8112
8113 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8114 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8115 as types.
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8142
8143 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8144 the size of ``long double'' to 16, instead of 8.
8145
8146 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8147
8148 * i386-linux-nat.c: Add some whitespace to make things more
8149 readable.
8150 (fetch_register, store_register, fetch_inferior_registers,
8151 store_inferior_registers): Get rid of assignment in if-statement.
8152 (store_register): Fix typo in error message.
8153
8154 2003-04-16 Andrew Cagney <cagney@redhat.com>
8155
8156 * utils.c (xmmalloc): Always allocate something, matches
8157 libiberty/xmalloc's semantics.
8158 (xmrealloc, xmcalloc): Ditto.
8159
8160 2003-04-16 Andrew Cagney <cagney@redhat.com>
8161
8162 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8163 update comments.
8164 (get_frame_type): Initialize unwind and type when needed.
8165 (get_frame_id, frame_register_unwind): Ditto.
8166
8167 2003-04-16 Andrew Cagney <cagney@redhat.com>
8168
8169 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8170 obsolete.
8171 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8172 * sparcl-stub.c: Obsolete file.
8173 * config/sparc/tm-sparclet.h: Obsolete file.
8174 * sparclet-stub.c: Obsolete file.
8175 * sparclet-rom.c: Obsolete file.
8176 * sparcl-tdep.c: Obsolete file.
8177 * config/sparc/tm-sparclite.h: Obsolete file.
8178 * config/sparc/sparclite.mt: Obsolete file.
8179 * config/sparc/sparclet.mt: Obsolete file.
8180 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8181 sparc86x-*-* obsolete.
8182
8183 2003-04-15 David Carlton <carlton@math.stanford.edu>
8184
8185 * Makefile.in (SFILES): Add cp-namespace.c.
8186 (COMMON_OBS): Add cp-namespace.o.
8187 (block.o): Depend on gdb_obstack_h and cp_support_h.
8188 (buildsym.o): Depend on cp_support_h.
8189 (cp-namespace.o): New.
8190 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8191 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8192 (dwarf2read.o): Depend on cp_support_h.
8193 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8194 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8195 processing_current_namespace.
8196 (read_namespace): Update processing_current_namespace; check for
8197 anonymous namespaces.
8198 (dwarf2_name): New function.
8199 (dwarf2_extension): Ditto.
8200 * cp-support.h: Update copyright, contributors.
8201 Add inclusion guards.
8202 Add opaque declaration for structs obstack, block, symbol.
8203 (struct using_direct): New struct.
8204 Add declarations for cp_find_first_component,
8205 cp_entire_prefix_len, processing_has_namespace_info,
8206 processing_current_namespace, cp_is_anonymous,
8207 cp_add_using_directive, cp_initialize_namespace,
8208 cp_finalize_namespace, cp_set_block_scope,
8209 cp_scan_for_anonymous_namespaces.
8210 * cp-namespace.c: New file.
8211 * cp-support.c: Update copyright.
8212 Include ctype.h, gdb_assert.h, gdbcmd.h.
8213 New variable maint_cplus_cmd_list.
8214 (cp_find_first_component): New function.
8215 (cp_entire_prefix_len, maint_cplus_command)
8216 (first_component_command, _initialize_cp_support): Ditto.
8217 * buildsym.c: Include cp-support.h.
8218 New variable using_list.
8219 (add_symbol_to_list): Check for anonymous namespaces.
8220 (finish_block): Set block's scope.
8221 (start_symtab): Initialize C++ namespace support.
8222 (end_symtab): Finalize C++ namespace support.
8223 * block.h: Add opaque declarations for structs
8224 block_namespace_info, using_direct, and obstack.
8225 Add declarations for block_set_scope and block_set_using.
8226 (struct block): Add 'language_specific' member.
8227 (BLOCK_NAMESPACE): New macro.
8228 * block.c: Include gdb_obstack.h and cp-support.h.
8229 (struct block_namespace_info): New struct.
8230 (block_set_scope): New function.
8231 (block_set_using, block_initialize_namespace): Ditto.
8232
8233 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8234
8235 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8236 (locate_base): Return early if there aren't any link map offsets.
8237 (svr4_solib_create_inferior_hook): Warn if shared library support
8238 is unavailable.
8239
8240 2003-04-14 David Carlton <carlton@math.stanford.edu>
8241
8242 * symtab.c (symbol_set_names): Add prefix when storing Java names
8243 in hash table. Fix for PR java/1039.
8244
8245 2003-04-14 David Carlton <carlton@math.stanford.edu>
8246
8247 * symtab.c (symbol_set_names): Rename 'name' arg to
8248 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8249 * symtab.h: Change 'name' argument in declaration of
8250 symbol_set_names to 'linkage_name'.
8251 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8252
8253 2003-04-14 Andrew Cagney <cagney@redhat.com>
8254
8255 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8256 return the fully sign-extended register value.
8257 (get_frame_pointer): Ditto.
8258 (mips_pop_frame): Initialize "proc_desc" after checking for a
8259 dummy frame.
8260
8261 2003-04-14 Andrew Cagney <cagney@redhat.com>
8262
8263 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8264 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8265 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8266 (mips_push_register): Delete function.
8267 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8268 PUSH_FP_REGNUM.
8269
8270 2003-04-14 Jim Blandy <jimb@redhat.com>
8271
8272 * symmisc.c: #include "gdb_regex.h".
8273 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8274 functions.
8275 * maint.c (maintenance_list_command): New function.
8276 (_initialize_maint_cmds): Register the above as commands.
8277 * symtab.h (maintenance_list_symtabs,
8278 maintenance_list_psymtabs): New declarations.
8279 * cli/cli-cmds.c (maintenancelistlist): New variable.
8280 (init_cmd_lists): Initialize it.
8281 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8282 * gdbcmd.h (maintenancelistlist): New declaration.
8283 * Makefile.in (symmisc.o): Update dependencies.
8284
8285 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8286
8287 * s390-nat.c: Include asm/types.h for addr_t.
8288
8289 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8290
8291 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8292 actually incoming type.
8293
8294 2003-04-13 Andrew Cagney <cagney@redhat.com>
8295
8296 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8297 get_next_frame and get_frame_saved_regs.
8298
8299 2003-04-13 Andrew Cagney <cagney@redhat.com>
8300
8301 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8302 of gdbarch_num_regs.
8303
8304 2003-04-13 Andrew Cagney <cagney@redhat.com>
8305
8306 * frame.h: Mention what replaced what in "struct frame_info".
8307 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8308 deprecated_update_frame_base_hack and
8309 deprecated_update_frame_pc_hack.
8310 * hppa-tdep.c: Ditto.
8311
8312 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8313
8314 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8315 to read_reg and update its comment. Remove regnum member.
8316 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8317 Don't call read_reg when setting in_reg. Call read_reg to get
8318 the frame base if it's in a register. Return the register number
8319 on the stack instead of in the context. Remove extra arguments
8320 to read_reg.
8321 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8322 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8323 the register number on the expression stack.
8324 (needs_frame_read_reg): Remove extra arguments.
8325
8326 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8327
8328 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8329 made non-static.
8330 (execute_stack_op): All callers updated.
8331 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8332 * dwarf2loc.c (find_location_expression): New function.
8333 (dwarf_expr_frame_base): Call it.
8334 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8335 (dwarf2_tracepoint_var_ref): New function, broken out from
8336 locexpr_tracepoint_var_ref.
8337 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8338 Make static.
8339 (loclist_read_variable, loclist_read_needs_frame): New functions.
8340 (loclist_describe_location, loclist_tracepoint_var_ref): New
8341 functions.
8342 (dwarf2_loclist_funcs): New struct location_funcs.
8343 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8344 (struct dwarf2_locexpr_baton): Add comments.
8345 (dwarf2_loclist_funcs): New extern.
8346 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8347 base_address and base_known.
8348 (dwarf_loc_buffer): New variable.
8349 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8350 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8351 (dwarf2_has_info): Initialize dwarf_loc_offset.
8352 (dwarf2_build_psymtabs): Read in .debug_loc.
8353 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8354 DWARF_LOC_SIZE.
8355 (psymtab_to_symtab_1): Likewise. Move base address calculation
8356 here, from...
8357 (dwarf2_get_pc_bounds): ... here. Use the base address from
8358 cu_header.
8359 (dwarf2_symbol_mark_computed): Handle location lists.
8360
8361 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8362
8363 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8364 if the linkage name demangled successfully.
8365
8366 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8367
8368 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8369 disassmbly_flavour): Removed.
8370
8371 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8372
8373 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8374
8375 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8376
8377 2003-04-12 Andrew Cagney <cagney@redhat.com>
8378
8379 * frame.h (struct frame_info): Move definition from here ...
8380 * frame.c (struct frame_info): ... to here.
8381
8382 2003-04-12 Andrew Cagney <cagney@redhat.com>
8383
8384 * gdbthread.h (save_infrun_state): Delete parameter
8385 "prev_func_start".
8386 (struct thread_info): Delete field "prev_func_start".
8387 (load_infrun_state): Ditto.
8388 * thread.c (load_infrun_state, save_infrun_state): Update.
8389 * infrun.c (prev_func_start): Delete variable.
8390 (context_switch, init_wait_for_inferior): Update.
8391 (stop_stepping, keep_going): Update.
8392
8393 2003-04-12 Andrew Cagney <cagney@redhat.com>
8394
8395 * gdbarch.sh: Add missing opaque declarations.
8396 * gdbarch.h: Regnerate.
8397 * symtab.h: Add missing opaque declarations.
8398 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8399 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8400 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8401 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8402 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8403 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8404 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8405 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8406 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8407 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8408 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8409 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8410 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8411
8412 2003-04-11 Andrew Cagney <cagney@redhat.com>
8413
8414 * frame.c (get_frame_id): Return this frame's "id".
8415 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8416 function start.
8417 (legacy_saved_regs_this_id): Replace function body with
8418 internal-error.
8419 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8420 FRAME_OBSTACK_ZALLOC.
8421 (create_new_frame): Mark the frame ID as valid.
8422
8423 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8424
8425 * Makefile.in (libbfd_h): Added missing setting.
8426 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8427 according to the selected ABI.
8428
8429 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8430
8431 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8432
8433 2003-04-11 Andrew Cagney <cagney@redhat.com>
8434
8435 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8436 SAVED_PC_AFTER_CALL.
8437 * gdbarch.h, gdbarch.c: Regenerate.
8438 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8439 * x86-64-tdep.c (x86_64_init_abi): Update.
8440 * vax-tdep.c (vax_gdbarch_init): Update.
8441 * v850-tdep.c (v850_gdbarch_init): Update.
8442 * sparc-tdep.c (sparc_gdbarch_init): Update.
8443 * sh-tdep.c (sh_gdbarch_init): Update.
8444 * s390-tdep.c (s390_gdbarch_init): Update.
8445 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8446 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8447 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8448 * mips-tdep.c (mips_gdbarch_init): Update.
8449 * mcore-tdep.c (mcore_gdbarch_init): Update.
8450 * m68k-tdep.c (m68k_gdbarch_init): Update.
8451 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8452 * ia64-tdep.c (ia64_gdbarch_init): Update.
8453 (ia64_saved_pc_after_call): Update declaration.
8454 * i386ly-tdep.c (i386lynx_init_abi): Update.
8455 * i386-tdep.c (i386_gdbarch_init): Update.
8456 * hppa-tdep.c (hppa_gdbarch_init): Update.
8457 * h8300-tdep.c (h8300_gdbarch_init): Update.
8458 * frv-tdep.c (frv_gdbarch_init): Update.
8459 * cris-tdep.c (cris_gdbarch_init): Update.
8460 * avr-tdep.c (avr_gdbarch_init): Update.
8461 * arm-tdep.c (arm_gdbarch_init): Update.
8462 * alpha-tdep.c (alpha_gdbarch_init): Update.
8463 * ns32knbsd-nat.c (frame_num_args): Update.
8464 * ns32k-tdep.c (umax_frame_num_args): Update.
8465 * mips-tdep.c (mips_init_frame_pc_first): Update.
8466 * infrun.c (step_over_function): Update.
8467 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8468 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8469 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8470 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8471 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8472 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8473 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8474 * arch-utils.c (init_frame_pc_default): Update.
8475 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8476 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8477 declaration.
8478
8479 2003-04-11 Andrew Cagney <cagney@redhat.com>
8480
8481 * i387-tdep.c: Update copyright.
8482 (i387_to_double): Delete function.
8483 (double_to_i387): Delete function.
8484
8485 2003-04-10 Andrew Cagney <cagney@redhat.com>
8486
8487 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8488 frame's function's address. Simplify.
8489 (d10v_frame_unwind_cache): Check that the frame's function is
8490 non-zero.
8491
8492 2003-04-10 Jim Blandy <jimb@redhat.com>
8493
8494 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8495 call to set_gdbarch_deprecated_push_arguments.
8496
8497 2003-04-10 Andrew Cagney <cagney@redhat.com>
8498
8499 * frame.c (fprint_frame_id): New function.
8500 (fprint_frame_type, fprint_frame): New function.
8501 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8502 (create_sentinel_frame, get_frame_id): Ditto.
8503 (frame_id_p, frame_id_eq): Ditto.
8504 (frame_id_inner, create_new_frame): Ditto.
8505 (legacy_get_prev_frame, get_prev_frame): Ditto.
8506 (deprecated_update_frame_pc_hack): Ditto.
8507 (frame_register_unwind): Ditto.
8508 (deprecated_update_frame_base_hack): Ditto.
8509
8510 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8511
8512 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8513 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8514 frame_chain function.
8515 * Makefile.in: Add dependencies due to above change.
8516
8517 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8518
8519 * blockframe.c (legacy_frame_chain_valid): Move call to
8520 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8521 inside_entry_file.
8522
8523 2003-04-09 Andrew Cagney <cagney@redhat.com>
8524
8525 * frame.h (struct frame_id): Replace "pc" and "base" with
8526 "stack_addr" and "code_addr". Update comments.
8527 (frame_id_build): Update parameter names and comment.
8528 (struct frame_info): Replace "id_p" and "id" with "this_id".
8529 * dummy-frame.c (dummy_frame_this_id): Update.
8530 * breakpoint.c (print_one_breakpoint): Update.
8531 * frame.c (get_frame_id): Update.
8532 (get_frame_base, frame_id_build): Update.
8533 (create_sentinel_frame, legacy_get_prev_frame): Update.
8534 (deprecated_update_frame_base_hack): Update.
8535 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8536 (frame_id_inner): Ditto.
8537
8538 2003-04-09 Andrew Cagney <cagney@redhat.com>
8539
8540 * defs.h (gdb_print_host_address): Make "addr" parameter a
8541 pointer constant.
8542 * utils.c (gdb_print_host_address): Update.
8543
8544 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8545
8546 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8547 register number for R0 is 0.
8548
8549 2003-04-09 J. Brobecker <brobecker@gnat.com>
8550
8551 * frame.h (struct gdbarch): Add opaque structure definition
8552 to avoid a compilation warning on LynxOS 4.0.
8553
8554 2003-04-09 Andrew Cagney <cagney@redhat.com>
8555
8556 * frame.h (struct frame_info): Delete field "pc". Replace
8557 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8558 structure.
8559 * frame.c (frame_pc_unwind): Update.
8560 (create_sentinel_frame): Do not set "pc".
8561 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8562 (get_frame_pc): Call frame_pc_unwind.
8563 (deprecated_update_frame_pc_hack): Update.
8564 (create_new_frame): Use "pc" not "->pc".
8565
8566 2003-04-09 Andrew Cagney <cagney@redhat.com>
8567
8568 * frame.c (get_frame_id): Eliminate code updating "frame".
8569 (legacy_get_prev_frame): Ditto.
8570 (get_frame_base): Return id.base directly.
8571 (deprecated_update_frame_base_hack): Update "id.base".
8572 * frame.h (struct frame_info): Delete field "frame".
8573
8574 2003-04-09 Andrew Cagney <cagney@redhat.com>
8575
8576 * NEWS: Mention that the "Sequent family" is obsolete.
8577 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8578 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8579 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8580 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8581 * config/i386/tm-ptx4.h: Obsolete file.
8582 * config/i386/tm-ptx.h: Obsolete file.
8583 * symm-tdep.c: Obsolete file.
8584 * config/i386/symmetry.mt: Obsolete file.
8585 * config/i386/tm-symmetry.h: Obsolete file.
8586 * symm-nat.c: Obsolete file.
8587 * config/i386/nm-symmetry.h: Obsolete file.
8588 * config/i386/xm-symmetry.h: Obsolete file.
8589 * config/i386/symmetry.mh: Obsolete file.
8590 * config/i386/nm-ptx4.h: Obsolete file.
8591 * config/i386/ptx4.mh: Obsolete file.
8592 * config/i386/ptx.mt: Obsolete file.
8593 * config/i386/ptx.mh: Obsolete file.
8594 * config/i386/xm-ptx4.h: Obsolete file.
8595 * config/i386/xm-ptx.h: Obsolete file.
8596
8597 2003-04-09 Andrew Cagney <cagney@redhat.com>
8598
8599 Obsolete mips*-*-mach3*.
8600 * NEWS: Mention that mips*-*-mach3* is obsolete.
8601 * m3-nat.c: Obsolete file.
8602 * config/nm-m3.h: Obsolete file.
8603 * config/mips/tm-mipsm3.h: Obsolete file.
8604 * config/mips/mipsm3.mt: Obsolete file.
8605 * config/mips/mipsm3.mh: Obsolete file.
8606 * config/mips/xm-mipsm3.h: Obsolete file.
8607 * mipsm3-nat.c: Obsolete file.
8608 * configure.host: Obsolete mips-dec-mach3*.
8609 * configure.tgt: Obsolete mips*-*-mach3*.
8610
8611 2003-04-09 Andrew Cagney <cagney@redhat.com>
8612
8613 * doublest.h: Update copyright.
8614 (deprecated_store_floating, deprecated_extract_floating): Rename
8615 store_floating and extract_floating. Update comments.
8616 * doublest.c: Update copyright.
8617 (extract_floating_by_length): Replace extract_floating.
8618 (store_floating_by_length): Replace store_floating.
8619 (deprecated_extract_floating): New function.
8620 (deprecated_store_floating): New function.
8621 (extract_typed_floating): Call extract_floating_by_length.
8622 (store_typed_floating): Call store_floating_by_length.
8623 * x86-64-tdep.c (x86_64_store_return_value): Update.
8624 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8625 (sh64_extract_return_value): Update.
8626 (sh_sh4_register_convert_to_virtual): Update.
8627 (sh_sh64_register_convert_to_virtual): Update.
8628 (sh_sh4_register_convert_to_raw): Update.
8629 (sh_sh64_register_convert_to_raw): Update.
8630 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8631 (rs6000_register_convert_to_raw): Update.
8632 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8633 (ia64_register_convert_to_raw): Update.
8634 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8635 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8636 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8637 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8638 (alpha_register_convert_to_raw): Update.
8639
8640 2003-04-08 Andrew Cagney <cagney@redhat.com>
8641
8642 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8643 * gdbarch.h, gdbarch.c: Re-generate.
8644 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8645 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8646 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8647 conditionally, use frame_pc_unwind as an alternative. Add
8648 comments.
8649 * arch-utils.c (init_frame_pc_default): Only call
8650 SAVED_PC_AFTER_CALL when available.
8651
8652 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8653
8654 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8655 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8656 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8657 (start_remote): Ditto.
8658 (handle_inferior_event): Ditto.
8659 (save_inferior_status): Ditto.
8660 (restore_inferior_status): Ditto.
8661 * infcmd.c (attach_command): Ditto.
8662 * fork-child.c (startup_inferior): Ditto.
8663 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8664 * alpha-tdep.c (heuristic_proc_start): Ditto.
8665 * mips-tdep.c (heuristic_proc_start): Ditto.
8666 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8667 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8668 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8669 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8670 * remote-vx.c (vx_create_inferior): Ditto.
8671
8672 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8673
8674 * infrun.c (stop_soon_quietly): Make it an enum, to better
8675 override the default behavior of handle_inferior_event.
8676 (clear_proceed_status): Update uses of stop_soon_quietly to
8677 reflect that it is now an enum.
8678 (start_remote): Ditto.
8679 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8680 is set to handle the new GNU/Linux kernel behavior for
8681 attach/sigstop. Update uses of stop_soon_quietly.
8682 * inferior.h (enum stop_kind): New enum.
8683 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8684 Reset normal handle_inferior_event behavior, afterwards.
8685 * fork-child.c (startup_inferior): Update.
8686 * alpha-tdep.c (heuristic_proc_start): Update.
8687 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8688 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8689 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8690 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8691 * remote-vx.c (vx_create_inferior): Update.
8692 * mips-tdep.c (heuristic_proc_start): Update.
8693
8694 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8695
8696 * disasm.c (dump_insns): Move variables inside loop, or they will
8697 be freed more than once, causing wild memory corruptions.
8698 (gdb_disassembly): Look for the substring "-thread",
8699 instead of "-threads" in the target name, to make sure to find
8700 the 'multi-thread' target. Also, make sure we do the right thing
8701 with the "core" target.
8702
8703 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8704
8705 * mips-tdep.c (mips_print_fp_register): New function, created from
8706 do_fp_register_row(). Registers are now (also) printed as hex.
8707 Only one register is printed per row.
8708 (mips_print_register, do_fp_register_row): Print floating point
8709 registers with mips_print_fp_register().
8710
8711 2003-04-06 Andrew Cagney <cagney@redhat.com>
8712
8713 * valprint.h (inspect_it): Add extern declaration.
8714 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8715 (selectors_info, classes_info): Ditto.
8716 (find_objc_msgcall): Fix indentation.
8717 (objc_printstr): Delete extern declarations.
8718
8719 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8720
8721 2003-04-06 Andrew Cagney <cagney@redhat.com>
8722
8723 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8724 Update comment.
8725 * frame.c (legacy_saved_regs_this_id): Update.
8726 (legacy_get_prev_frame): Update.
8727 * xstormy16-tdep.c: Update comment.
8728 * sparc-tdep.c (sparc_frame_chain): Update comment.
8729 * blockframe.c (legacy_frame_chain_valid): Update.
8730
8731 2003-04-06 Andrew Cagney <cagney@redhat.com>
8732
8733 * valprint.c (val_print_type_code_int): Delete #ifdef
8734 PRINT_TYPELESS_INTEGER code.
8735
8736 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8737 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8738 multi-arch definition.
8739 * gdbarch.h: Re-generate.
8740
8741 2003-04-05 Andrew Cagney <cagney@redhat.com>
8742
8743 Eliminate FRAME_FIND_SAVED_REGS.
8744 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8745 Change FSR parameter to a pointer.
8746 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8747 Assume FSR parameter is a pointer.
8748 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8749 Make fsr a pointer.
8750 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8751 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8752 saved_regs a pointer.
8753 (hppa_frame_saved_pc): Ditto.
8754 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8755 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8756 pointer.
8757 (restore_pc_queue): Make fsr a pointer.
8758 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8759 (hppa_frame_chain): Make saved_regs a pointer, call
8760 hppa_frame_init_saved_regs.
8761 * sparc-tdep.c: Include "gdb_assert.h".
8762 (sparc_frame_find_saved_regs): Replace internal_error with
8763 gdb_assert.
8764 * remote-vxsparc.c (vx_read_register): Delete reference to
8765 FRAME_FIND_SAVED_REGS.
8766 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8767 * gdbarch.h: Regenerate.
8768 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8769 (deprecated_get_frame_saved_regs): Delete declaration.
8770 (struct frame_saved_regs): Delete definition.
8771 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8772 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8773 (hppa_frame_find_saved_regs): Delete declaration.
8774 (FRAME_FIND_SAVED_REGS): Delete macro.
8775 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8776 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8777 FRAME_FIND_SAVED_REGS in comment.
8778
8779 2003-04-05 Andrew Cagney <cagney@redhat.com>
8780
8781 * frame.c (frame_func_unwind, get_frame_func): New functions.
8782 * frame.h (get_frame_func, frame_func_unwind): Declare.
8783 (struct frame_info): Add field "prev_func" for caching the
8784 previous frame's function address.
8785 * arm-tdep.c (arm_frameless_function_invocation): Combine
8786 get_pc_function_start and get_frame_pc into get_frame_func.
8787 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8788 (sh64_nofp_frame_init_saved_regs): Ditto.
8789 * s390-tdep.c (s390_function_start): Ditto.
8790 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8791 (rs6000_frameless_function_invocation): Ditto.
8792 (rs6000_frame_saved_pc): Ditto.
8793 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8794 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8795 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8796 (i386_frame_init_saved_regs): Ditto.
8797 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8798 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8799 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8800 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8801 * blockframe.c (frameless_look_for_prologue): Ditto.
8802
8803 2003-04-05 Andrew Cagney <cagney@redhat.com>
8804
8805 * frame.c (legacy_get_prev_frame): Link prev to next at the
8806 function start. Update comments.
8807
8808 2003-04-05 Andrew Cagney <cagney@redhat.com>
8809
8810 * frame.c (get_frame_id): Update comment.
8811 (legacy_get_prev_frame): Update comment.
8812 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8813 * gdbarch.h: Regenerate.
8814 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8815 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8816
8817 2003-04-05 Andrew Cagney <cagney@redhat.com>
8818
8819 * stack.c (print_frame_info): Use get_frame_pc.
8820
8821 2003-04-04 Andrew Cagney <cagney@redhat.com>
8822
8823 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8824 the frame's type from the unwinder.
8825 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8826 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8827 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8828 (get_frame_base_address): Use get_frame_type.
8829 (get_frame_locals_address, get_frame_args_address): Ditto.
8830 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8831 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8832 (struct frame_info): Add comment explaining why the frame contains
8833 a "type" field.
8834 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8835 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8836 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8837 NORMAL_FRAME.
8838 * frame-unwind.h: Include "frame.h".
8839 (struct frame_unwind): Add "type" field.
8840 * Makefile.in (frame_unwind_h): Add $(frame_h).
8841
8842 2003-04-04 Andrew Cagney <cagney@redhat.com>
8843
8844 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8845 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8846 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8847 get_frame_base.
8848 (d10v_unwind_dummy_id): Use frame_id_build.
8849 * frame.c (find_frame_sal): Use get_frame_pc.
8850 (create_new_frame): Use deprecated_update_frame_pc_hack and
8851 deprecated_update_frame_base_hack.
8852 (create_sentinel_frame): Add comment about ->pc going away.
8853 (get_prev_frame): Add comment about ->pc going away.
8854 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8855 frame_id_build, deprecated_update_frame_pc_hack and
8856 deprecated_update_frame_base_hack.
8857 (select_frame): Use get_frame_pc.
8858 (legacy_saved_regs_this_id): Use frame_id_build.
8859
8860 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8861
8862 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8863 signed integer case.
8864 (classify_argument): Handle enumerations and references.
8865
8866 2003-04-04 Andrew Cagney <cagney@redhat.com>
8867
8868 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8869 ID to NULL.
8870
8871 2003-04-01 Adam Fedor <fedor@gnu.org>
8872
8873 * gdb/objc-lang.c (selectors_info): Replace calls to
8874 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8875 SYMBOL_NATURAL_NAME.
8876 (classes_info, find_methods): Likewise.
8877
8878 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8879
8880 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8881 ``mach'' to the value determined by bfd_default_set_arch_mach().
8882
8883 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8884
8885 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8886 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8887 (mi-cmd-file.o): Update dependencies.
8888
8889 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8890
8891 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8892 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8893
8894 2003-04-01 Adam Fedor <fedor@gnu.org>
8895
8896 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8897 * language.h (struct language_defn): Add la_demangle.
8898 (language_demangle): Declare.
8899 * language.c (language_demangle): New function.
8900 (unk_lang_demangle): Likewise.
8901 (unknown_language_defn, auto_language_defn, local_language_defn):
8902 Add ukn_lang_demangle.
8903 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8904 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8905 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8906 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8907 * jv-lang.c (java_demangle): New function
8908 (java_language_defn): Use it for la_demangle element.
8909 * objc-lang.c (objc_demangle): Add options argument
8910 (objc_language_defn): Use objc_demangle for la_demangle element.
8911 * maint.c (maintenance_demangle): Replace switch with
8912 call to language_demangle.
8913 * utils.c (fprintf_symbol_filtered): Likewise.
8914
8915 2003-04-01 Andrew Cagney <cagney@redhat.com>
8916
8917 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8918 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8919 PRINT_TYPELESS_INTEGER.
8920 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8921 PUSH_RETURN_ADDRESS.
8922
8923 2003-04-01 Andrew Cagney <cagney@redhat.com>
8924
8925 * Makefile.in (d10v-tdep.o): Update dependencies.
8926 * d10v-tdep.c: Include "frame-base.h".
8927 (d10v_frame_unwind): Make constant.
8928 (d10v_frame_base_address): New function.
8929 (d10v_frame_base): New variable.
8930 (d10v_gdbarch_init): Set frame_base default.
8931 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8932 comment for base.
8933 (d10v_frame_unwind_cache): Set and use "prev_sp".
8934 (d10v_frame_this_id): Use the previous frame's inner most stack
8935 address and this frame's func address for the frame ID. Use
8936 frame_id_build. Don't analyze beyond the current instruction.
8937
8938 2003-04-01 Andrew Cagney <cagney@redhat.com>
8939
8940 * frame.h (get_frame_locals_address, get_frame_args_address):
8941 Refer to the base address, instead of the address of the first
8942 local or parameter.
8943
8944 2003-04-01 Andrew Cagney <cagney@redhat.com>
8945
8946 Add frame debug info addresses:
8947 * frame-base.c: New file.
8948 * frame-base.h: New file.
8949 * frame.h (struct frame_base): Add opaque declaration.
8950 (get_frame_base): Update comment.
8951 (get_frame_base_address): Declare.
8952 (get_frame_locals_address): Declare.
8953 (get_frame_args_address): Declare.
8954 (struct frame_info): Add "base" and "base_cache". Update
8955 comments on the unwinder.
8956 * frame.c: Include "frame-base.h".
8957 (get_frame_locals_address): New function.
8958 (get_frame_base_address): New function.
8959 (get_frame_args_address): New function.
8960 * findvar.c (read_var_value): Use get_frame_locals_address and
8961 get_frame_args_address.
8962 * stack.c (frame_info): Use get_frame_locals_address and
8963 get_frame_args_address.
8964 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8965 moved to "frame-base.c".
8966 * printcmd.c (print_frame_nameless_args): Ditto.
8967 * symtab.h (address_class): Update comments.
8968 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8969 get_frame_base_address.
8970 * dwarf2expr.c (execute_stack_op): Ditto.
8971 * Makefile.in (frame_base_h): Define.
8972 (frame.o): Update dependencies.
8973 (frame-base.o): Add dependencies.
8974 (SFILES): Add frame-base.c.
8975 (COMMON_OBS): Add frame-base.o.
8976
8977 2003-04-01 Andrew Cagney <cagney@redhat.com>
8978
8979 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8980 CALL_DUMMY_LENGTH): Ditto.
8981 * gdbarch.c: Re-generate.
8982 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8983 (CALL_DUMMY_LENGTH): Delete macro.
8984 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8985 * arm-tdep.c (arm_gdbarch_init): Ditto.
8986 * avr-tdep.c (avr_gdbarch_init): Ditto.
8987 * cris-tdep.c (cris_gdbarch_init): Ditto.
8988 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8989 * frv-tdep.c (frv_gdbarch_init): Ditto.
8990 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8991 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8992 * i386-tdep.c (i386_gdbarch_init): Ditto.
8993 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8995 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8996 * mips-tdep.c (mips_gdbarch_init): Ditto.
8997 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8998 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8999 * s390-tdep.c (s390_gdbarch_init): Ditto.
9000 * sh-tdep.c (sh_gdbarch_init): Ditto.
9001 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9002 * v850-tdep.c (v850_gdbarch_init): Ditto.
9003 * vax-tdep.c (vax_gdbarch_init): Ditto.
9004 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9005
9006 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9007
9008 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9009
9010 2003-04-01 Andrew Cagney <cagney@redhat.com>
9011
9012 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9013 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9014 * gdbarch.h, gdbarch.c: Re-generate.
9015 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9016 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9017 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9018 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9019 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9020 * infcmd.c (run_stack_dummy): Simplify assuming
9021 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9022 * infrun.c (handle_inferior_event): Ditto.
9023 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9024 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9025 * arm-tdep.c (arm_gdbarch_init): Ditto.
9026 * avr-tdep.c (avr_gdbarch_init): Ditto.
9027 * cris-tdep.c (cris_gdbarch_init): Ditto.
9028 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9029 * frv-tdep.c (frv_gdbarch_init): Ditto.
9030 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9031 * i386-tdep.c (i386_gdbarch_init): Ditto.
9032 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9033 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9034 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9035 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9036 * mips-tdep.c (mips_gdbarch_init): Ditto.
9037 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9038 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9039 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9040 * s390-tdep.c (s390_gdbarch_init): Ditto.
9041 * sh-tdep.c (sh_gdbarch_init): Ditto.
9042 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9043 * v850-tdep.c (v850_gdbarch_init): Ditto.
9044 * vax-tdep.c (vax_gdbarch_init): Ditto.
9045 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9046
9047 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9048
9049 * symfile.c (symfile_relocate_debug_section): Update call to
9050 bfd_simple_get_relocated_section_contents.
9051
9052 2003-03-31 Andrew Cagney <cagney@redhat.com>
9053
9054 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9055 * gdbarch.h, gdbarch.c: Regenerate.
9056 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9057 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9058 available.
9059 * frame.h (generic_fix_call_dummy): Delete declaration.
9060 * dummy-frame.h: Update comment.
9061 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9063 fix_call_dummy.
9064 * sh-tdep.c (sh_gdbarch_init): Ditto.
9065 * s390-tdep.c (s390_gdbarch_init): Ditto.
9066 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9067 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9068 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9069 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9070 * i386-tdep.c (i386_gdbarch_init): Ditto.
9071 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9072 * frv-tdep.c (frv_gdbarch_init): Ditto.
9073 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9074 * cris-tdep.c (cris_gdbarch_init): Ditto.
9075 * avr-tdep.c (avr_gdbarch_init): Ditto.
9076 * arm-tdep.c (arm_gdbarch_init): Ditto.
9077
9078 2003-03-31 J. Brobecker <brobecker@gnat.com>
9079
9080 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9081 (INIT_FRAME_AP): Likewise.
9082 (EXTRA_FRAME_INFO): Likewise.
9083
9084 2003-03-31 Andrew Cagney <cagney@redhat.com>
9085
9086 * gdbarch.sh: Include "symfile.h".
9087 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9088 * gdbarch.h, gdbarch.c: Re-generate.
9089 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9090 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9091 call_dummy_address, the default is at entry_point_address.
9092 * v850-tdep.c (v850_gdbarch_init): Ditto.
9093 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9094 * sh-tdep.c (sh_gdbarch_init): Ditto.
9095 * s390-tdep.c (s390_gdbarch_init): Ditto.
9096 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9097 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9098 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9099 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9100 * i386-tdep.c (i386_gdbarch_init): Ditto.
9101 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9102 * frv-tdep.c (frv_gdbarch_init): Ditto.
9103 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9104 * cris-tdep.c (cris_gdbarch_init): Ditto.
9105 * arm-tdep.c (arm_gdbarch_init): Ditto.
9106
9107 2003-03-31 Andrew Cagney <cagney@redhat.com>
9108
9109 * gdbarch.sh (CALL_DUMMY_P): Delete.
9110 * gdbarch.h, gdbarch.c: Re-generate.
9111 * inferior.h (CALL_DUMMY_P): Delete macro.
9112 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9113 * vax-tdep.c (vax_gdbarch_init): Update.
9114 * v850-tdep.c (v850_gdbarch_init): Update.
9115 * sparc-tdep.c (sparc_gdbarch_init): Update.
9116 * sh-tdep.c (sh_gdbarch_init): Update.
9117 * s390-tdep.c (s390_gdbarch_init): Update.
9118 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9119 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9120 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9121 * mips-tdep.c (mips_gdbarch_init): Update.
9122 * mcore-tdep.c (mcore_gdbarch_init): Update.
9123 * m68k-tdep.c (m68k_gdbarch_init): Update.
9124 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9125 * ia64-tdep.c (ia64_gdbarch_init): Update.
9126 * i386-tdep.c (i386_gdbarch_init): Update.
9127 * h8300-tdep.c (h8300_gdbarch_init): Update.
9128 * frv-tdep.c (frv_gdbarch_init): Update.
9129 * d10v-tdep.c (d10v_gdbarch_init): Update.
9130 * cris-tdep.c (cris_gdbarch_init): Update.
9131 * breakpoint.c (deprecated_frame_in_dummy): Update.
9132 * avr-tdep.c (avr_gdbarch_init): Update.
9133 * alpha-tdep.c (alpha_gdbarch_init): Update.
9134 * arm-tdep.c (arm_gdbarch_init): Update.
9135 * dummy-frame.c (dummy_frame_this_id): Update comments.
9136 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9137 * frame.c (legacy_get_prev_frame): Ditto.
9138 * valops.c (call_function_by_hand): Delete function.
9139 (hand_function_call): Rename to call_function_by_hand
9140
9141 2003-03-30 Andrew Cagney <cagney@redhat.com>
9142
9143 2002-11-10 Klee Dienes <kdienes@apple.com>
9144 * value.h (struct value): Update comment.
9145
9146 2003-03-30 Andrew Cagney <cagney@redhat.com>
9147
9148 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9149 D10V_FP_REGNUM.
9150 (d10v_gdbarch_init): Do not set fp_regnum.
9151
9152 * frame.c (get_frame_base): Force ID initialization.
9153 (get_prev_frame): Move computation of the frame ID from here ...
9154 (get_frame_id): ... to here.
9155 (legacy_get_prev_frame): Mark the frame ID as valid.
9156 * frame.h (struct frame_info): Add field "id_p".
9157
9158 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9159
9160 * i386-tdep.c (i386_store_struct_return): Removed.
9161 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9162
9163 2003-03-30 Andrew Cagney <cagney@redhat.com>
9164
9165 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9166 * gdbarch.h, gdbarch.c: Regenerate.
9167 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9168 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9169 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9170 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9171 * i386-tdep.c (i386_gdbarch_init): Ditto.
9172 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9173 * cris-tdep.c (cris_gdbarch_init): Ditto.
9174 * vax-tdep.c (vax_gdbarch_init): Ditto.
9175 * s390-tdep.c (s390_gdbarch_init): Ditto.
9176 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9177 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9178 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9179 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9180 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9181 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9182 * sparc-tdep.c (sparc_gdbarch_init): Update.
9183 * sh-tdep.c (sh_gdbarch_init): Update.
9184 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9185 * mips-tdep.c (mips_gdbarch_init): Update.
9186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9187 * ia64-tdep.c (ia64_gdbarch_init): Update.
9188 * frv-tdep.c (frv_gdbarch_init): Update.
9189 * avr-tdep.c (avr_gdbarch_init): Update.
9190 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9191 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9192 instead of when push_dummy_call is not available.
9193
9194 2003-03-30 Andrew Cagney <cagney@redhat.com>
9195
9196 * infttrace.c: Include "gdbthread.h".
9197 (parent_attach_all): Fix function signature.
9198 (call_ptrace): Update call.
9199 * Makefile.in (infttrace.o): Update dependencies.
9200
9201 2003-03-30 Andrew Cagney <cagney@redhat.com>
9202
9203 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9204 PUSH_RETURN_ADDRESS.
9205 * gdbarch.h, gdbarch.c: Regenerate.
9206 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9207 * x86-64-tdep.c (x86_64_init_abi): Update.
9208 * v850-tdep.c (v850_gdbarch_init): Update.
9209 * sparc-tdep.c (sparc_gdbarch_init): Update.
9210 * sh-tdep.c (sh_gdbarch_init): Update.
9211 * s390-tdep.c (s390_gdbarch_init): Update.
9212 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9213 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9214 * mips-tdep.c (mips_gdbarch_init): Update.
9215 * mcore-tdep.c (mcore_gdbarch_init): Update.
9216 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9217 * ia64-tdep.c (ia64_gdbarch_init): Update.
9218 * i386-tdep.c (i386_gdbarch_init): Update.
9219 * h8300-tdep.c (h8300_gdbarch_init): Update.
9220 * frv-tdep.c (frv_gdbarch_init): Update.
9221 * cris-tdep.c (cris_gdbarch_init): Update.
9222 * avr-tdep.c (avr_gdbarch_init): Update.
9223 * arm-tdep.c (arm_gdbarch_init): Update.
9224 * valops.c (hand_function_call): Update.
9225
9226 2003-03-29 Andrew Cagney <cagney@redhat.com>
9227
9228 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9229 sizeof_call_dummy_words.
9230 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9231 define.
9232 * gdbarch.h: Regenerate.
9233
9234 2003-03-29 Andrew Cagney <cagney@redhat.com>
9235
9236 * infttrace.h: New file.
9237 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9238 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9239 (hpread_read_doc_function_type): Detect an initialized type1.
9240 (hpread_quick_traverse): Initialize mod_name_string.
9241 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9242 (som_solib_get_solib_by_pc): Declare.
9243 (so_lib_thread_start_addr): Declare.
9244 (no_shared_libraries): Declare.
9245 * somread.c (init_import_symbols): Make static. Add forward
9246 declaration.
9247 * config/pa/nm-hppah.h: Include "infttrace.h" for
9248 parent_attach_all.
9249 (hppa_insert_hw_watchpoint): Declare.
9250 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9251 * hppah-nat.c: Include "gdb_string.h".
9252 (parent_attach_all): Delete extern declaration, moved to
9253 "infttrace.h".
9254 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9255 int.
9256 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9257 * Makefile.in (infttrace_h): Define.
9258 (hpread.o): Update dependencies.
9259 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9260 * hppa-hpux-tdep.c: Include "gdb_string.h".
9261 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9262 * infrun.c (handle_inferior_event): Always initialize
9263 stepped_after_stopped_by_watchpoint. Add default and remove
9264 fallthrough in switch statement.
9265 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9266 parameter to int.
9267 (hppa_remove_hw_watchpoint): Ditto.
9268
9269 2003-03-29 Andrew Cagney <cagney@redhat.com>
9270
9271 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9272 offset.
9273
9274 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9275
9276 * arm-tdep.c (arm_push_arguments): Delete.
9277 (struct stack_item): New type.
9278 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9279 (arm_store_struct_return): Delte.
9280 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9281 arm_push_arguments or arm_store_struct_return.
9282
9283 2003-03-28 Andrew Cagney <cagney@redhat.com>
9284
9285 * Makefile.in (d10v-tdep.o): Update dependencies.
9286 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9287 * d10v-tdep.c: Include "remote.h".
9288 (target_resume_hook): Delete extern declaration.
9289 (target_wait_loop_hook): Ditto.
9290 (tdisassemble_command): Eliminate assignment in "if" conditional.
9291 (d10v_ts2_register_sim_regno): Eliminate call to
9292 legacy_register_sim_regno.
9293 (d10v_ts3_register_sim_regno): Ditto.
9294
9295 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9296
9297 * thread.c: Reindented.
9298 * lin-lwp.c: Ditto.
9299 * linux-proc.c: Ditto.
9300
9301 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9302
9303 * MAINTAINERS (write after approval): Add myself.
9304
9305 2003-03-27 Theodore A. Roth <troth@openavr.org>
9306
9307 * objc-exp.y: Add missing semi-colons.
9308
9309 2003-03-27 Andrew Cagney <cagney@redhat.com>
9310
9311 * regcache.c (write_sp): Delete function and references.
9312 * inferior.h (write_sp): Delete declaration.
9313 * valops.c (hand_function_call): Replace write_sp with
9314 TARGET_WRITE_SP.
9315 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9316 (sparc_pop_frame): Ditto.
9317
9318 2003-03-27 Andrew Cagney <cagney@redhat.com>
9319
9320 * NEWS: Mention removal of support for hppa*-*-bsd* and
9321 hppa*-*-osf* natives, and hppa*-*-pro* target.
9322 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9323 * config/pa/xm-pa.h: Obsolete file.
9324 * config/pa/xm-hppab.h: Obsolete file.
9325 * config/pa/nm-hppab.h: Obsolete file.
9326 * config/pa/tm-hppab.h: Obsolete file.
9327 * config/pa/tm-hppao.h: Obsolete file.
9328 * config/pa/nm-hppao.h: Obsolete file.
9329 * config/pa/tm-pro.h: Obsolete file.
9330 * config/pa/hppaosf.mt: Obsolete file.
9331 * config/pa/hppaosf.mh: Obsolete file.
9332 * config/pa/hppapro.mt: Obsolete file.
9333 * config/pa/hppabsd.mt: Obsolete file.
9334 * config/pa/hppabsd.mh: Obsolete file.
9335 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9336 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9337 hppa*-*-osf*.
9338
9339 2003-03-27 Andrew Cagney <cagney@redhat.com>
9340
9341 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9342 push_arguments. Don't set push_return_address or write_sp.
9343 (d10v_push_dummy_call): Replace d10v_push_arguments.
9344 (d10v_push_return_address, d10v_write_sp): Delete function,
9345 handled by push_dummy_call.
9346
9347 2003-03-26 Andrew Cagney <cagney@redhat.com>
9348
9349 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9350 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9351 regcache and dummy_addr parameters.
9352 * gdbarch.h, gdbarch.c: Re-generate.
9353 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9354 available; assume it will handle stack alignment and return
9355 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9356 legacy_push_arguments.
9357 (legacy_push_arguments): Rename default_push_arguments.
9358 * value.h (legacy_push_arguments): Rename default_push_arguments.
9359 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9360 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9361 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9362 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9363 * config/i386/tm-symmetry.h: Update.
9364 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9365 * x86-64-tdep.c (x86_64_init_abi): Update.
9366 * v850-tdep.c (v850_gdbarch_init): Update.
9367 * sparc-tdep.c (sparc_gdbarch_init): Update.
9368 * sh-tdep.c (sh_gdbarch_init): Update.
9369 * s390-tdep.c (s390_gdbarch_init): Update.
9370 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9371 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9372 * mips-tdep.c (mips_gdbarch_init): Update.
9373 * mcore-tdep.c (mcore_gdbarch_init): Update.
9374 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9375 * ia64-tdep.c (ia64_gdbarch_init): Update.
9376 * i386-tdep.c (i386_gdbarch_init): Update.
9377 * hppa-tdep.c (hppa_gdbarch_init): Update.
9378 * h8300-tdep.c (h8300_gdbarch_init): Update.
9379 * frv-tdep.c (frv_gdbarch_init): Update.
9380 * d10v-tdep.c (d10v_gdbarch_init): Update.
9381 * cris-tdep.c (cris_gdbarch_init): Update.
9382 * avr-tdep.c (avr_gdbarch_init): Update.
9383 * arm-tdep.c (arm_gdbarch_init): Update.
9384 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9385 * alpha-tdep.c (alpha_gdbarch_init): Update.
9386
9387 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9388
9389 * signals/signals.c (do_target_signal_to_host): Correct realtime
9390 signal range test.
9391
9392 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9395 (struct sal_chain, map_catch_names): Remove.
9396 (catch_exception_command_1): Don't call
9397 handle_gnu_4_16_catch_command.
9398
9399 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9400
9401 From Mark Dettinger <dettinge@de.ibm.com>:
9402 * dwarf2cfi.c (read_2u): Increment pointer by two.
9403
9404 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * signals/signals.c: Fix typos in last change.
9407
9408 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9411 not already defined. Use __SIGRTMIN if available.
9412 (target_signal_from_host): Remove SIGRTMIN block.
9413 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9414 the signal is within the realtime range.
9415
9416 2003-03-25 Adam Fedor <fedor@gnu.org>
9417
9418 * Makefile.in (infrun.o): Add $(language_h)
9419 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9420 for language specific trampolines.
9421 * language.h (struct language_defn): Add skip_trampoline.
9422 (skip_language_trampoline): Declare.
9423 * language.c (unk_lang_trampoline, skip_language_trampoline):
9424 New functions.
9425 (unknown_language_defn, auto_language_defn, local_language_defn):
9426 Add ukn_lang_trampoline.
9427 * ada-lang.c (ada_language_defn): Add NULL for language
9428 specific skip_trampoline.
9429 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9430 scm-lang.c: Likewise.
9431 * objc-lang.c (objc_skip_trampoline): New function.
9432 (objc_language_defn): Add objc_skip_trampoline.
9433
9434 2003-03-25 Andrew Cagney <cagney@redhat.com>
9435
9436 * frame.c (get_prev_frame): Delay validating a frame's ID -
9437 non-NULL, didn't go backwards - until an attempt to unwind it to
9438 the previous frame.
9439
9440 2003-03-25 Andrew Cagney <cagney@redhat.com>
9441
9442 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9443 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9444 * gdbarch.h, gdbarch.c: Re-generate.
9445 * config/sparc/tm-sparc.h
9446 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9447 * sparc-tdep.c (sparc_gdbarch_init): Set
9448 deprecated_extra_stack_alignment_needed.
9449 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9450 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9451 extra_stack_alignment_needed.
9452 * v850-tdep.c (v850_gdbarch_init): Ditto.
9453 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9454 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9455 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9456 * cris-tdep.c (cris_gdbarch_init): Ditto.
9457 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9459
9460 2003-03-25 Andrew Cagney <cagney@redhat.com>
9461
9462 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9463 STORE_STRUCT_RETURN.
9464 * gdbarch.h, gdbarch.c: Regenerate.
9465 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9466 (d10v_push_arguments): Set the struct return register.
9467 (d10v_gdbarch_init): Update.
9468 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9469 * x86-64-tdep.c (x86_64_init_abi): Update.
9470 * vax-tdep.c (vax_gdbarch_init): Update.
9471 * v850-tdep.c (v850_gdbarch_init): Update.
9472 * sparc-tdep.c (sparc_gdbarch_init): Update.
9473 * sh-tdep.c (sh_gdbarch_init): Update.
9474 * s390-tdep.c (s390_gdbarch_init): Update.
9475 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9476 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9477 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9478 * mips-tdep.c (mips_gdbarch_init): Update.
9479 * mcore-tdep.c (mcore_gdbarch_init): Update.
9480 * m68k-tdep.c (m68k_gdbarch_init): Update.
9481 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9482 * ia64-tdep.c (ia64_gdbarch_init): Update.
9483 * i386-tdep.c (i386_gdbarch_init): Update.
9484 * hppa-tdep.c (hppa_gdbarch_init): Update.
9485 * h8300-tdep.c (h8300_gdbarch_init): Update.
9486 * frv-tdep.c (frv_gdbarch_init): Update.
9487 * cris-tdep.c (cris_gdbarch_init): Update.
9488 * avr-tdep.c (avr_gdbarch_init): Update.
9489 * arm-tdep.c (arm_gdbarch_init): Update.
9490 * alpha-tdep.c (alpha_gdbarch_init): Update.
9491
9492 2003-03-25 Andrew Cagney <cagney@redhat.com>
9493
9494 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9495 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9496 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9497 * gdbarch.h, gdbarch.c: Regenerate.
9498 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9499 call_dummy_stack_adjust_p.
9500 * vax-tdep.c (vax_gdbarch_init): Ditto.
9501 * v850-tdep.c (v850_gdbarch_init): Ditto.
9502 * sh-tdep.c (sh_gdbarch_init): Ditto.
9503 * s390-tdep.c (s390_gdbarch_init): Ditto.
9504 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9505 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9506 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9507 * mips-tdep.c (mips_gdbarch_init): Ditto.
9508 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9509 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9510 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9511 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9512 * i386-tdep.c (i386_gdbarch_init): Ditto.
9513 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9514 * frv-tdep.c (frv_gdbarch_init): Ditto.
9515 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9516 * cris-tdep.c (cris_gdbarch_init): Ditto.
9517 * avr-tdep.c (avr_gdbarch_init): Ditto.
9518 * arm-tdep.c (arm_gdbarch_init): Ditto.
9519 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9520 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9521 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9522 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9523 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9524 call_dummy_stack_adjust_p.
9525 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9526 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9527 * sparc-tdep.c (sparc32_push_arguments): Update.
9528 * valops.c (hand_function_call): Update.
9529
9530 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9531
9532 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9533 set_gdbarch_char_signed.
9534
9535 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9536
9537 PR cli/548
9538 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9539
9540 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9541
9542 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9543 (_initialize_arm_tdep): Don't set tm_print_insn.
9544
9545 2003-03-24 Adam Fedor <fedor@gnu.org>
9546
9547 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9548 * objc-lang.h: Add multiple inclusion protection.
9549 (start_msglist, add_msglist, end_msglist): Additional declarations.
9550
9551 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9552
9553 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9554 value was renamed to ARM_FLOAT_SOFT_FPA.
9555
9556 2003-03-23 Andrew Cagney <cagney@redhat.com>
9557
9558 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9559 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9560 * gdbarch.h, gdbarch.c: Regenerate.
9561 * valops.c (hand_function_call): Update.
9562 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9563 * frame.c (legacy_saved_regs_this_id): Update.
9564 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9565 * dummy-frame.h: Update.
9566 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9567 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9568 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9569 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9570 * config/m68k/tm-sun3.h: Update.
9571 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9572 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9573 * x86-64-tdep.c (x86_64_init_abi): Update.
9574 * vax-tdep.c (vax_gdbarch_init): Update.
9575 * v850-tdep.c (v850_gdbarch_init): Update.
9576 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9577 * sh-tdep.c (sh_gdbarch_init): Update.
9578 * s390-tdep.c (s390_gdbarch_init): Update.
9579 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9580 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9581 (frame_get_saved_regs): Update.
9582 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9583 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9584 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9585 * mips-tdep.c (mips_gdbarch_init): Update.
9586 * mcore-tdep.c (mcore_gdbarch_init): Update.
9587 * m68k-tdep.c (m68k_gdbarch_init): Update.
9588 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9589 * ia64-tdep.c (ia64_gdbarch_init): Update.
9590 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9591 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9592 (i386_interix_back_one_frame): Update.
9593 * hppa-tdep.c (hppa_gdbarch_init): Update.
9594 (hppa_init_extra_frame_info): Update.
9595 * h8300-tdep.c (h8300_gdbarch_init): Update.
9596 * frv-tdep.c (frv_gdbarch_init): Update.
9597 * cris-tdep.c (cris_gdbarch_init): Update.
9598 * avr-tdep.c (avr_gdbarch_init): Update.
9599 * arm-tdep.c (arm_gdbarch_init): Update.
9600 * alpha-tdep.c (alpha_gdbarch_init): Update.
9601
9602 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9603
9604 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9605 (arm_get_fp_model): Declare.
9606 * arm-tdep.c (fp_model_strings): New string array.
9607 (arm_fp_model, current_fp_model): New variables.
9608 (arm_get_fp_model): New function.
9609 (arm_set_fp): New function.
9610 (set_fp_model_sfunc): New function.
9611 (show_fp_model): New function.
9612 (_initialize_arm_tdep): Add new command to set/show the FPU.
9613 (arm_extract_return_value): Use arm_get_fp_model.
9614 (arm_store_return_value): Likewise.
9615 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9616 to initialize the floating-point data types.
9617 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9618 model is FPA.
9619
9620 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9621
9622 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9623 the current setting of each value.
9624 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9625 new_set and new_show. Use add_setshow_cmd_full and
9626 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9627 commands and add new version as subcommands of "set/show arm".
9628
9629 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9630
9631 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9632 (set_arm_command, show_arm_command): New functions.
9633 (_initialize_arm_tdep): Add them.
9634 (num_disassembly_options): Renamed from num_flavor_options.
9635 (valid_disassembly_styles): Renamed from valid_flavors.
9636 (disassembly_style): Renamed from disassembly_flavor.
9637 (set_disassembly_style_sfunc): Renamed from
9638 set_disassembly_flavor_sfunc.
9639 (set_disassembly_style): Renamed from set_disassembly_flavor.
9640 (arm_othernames): Updated.
9641 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9642 command. Add "set/show arm disassembly" commands. Deprecate
9643 "othernames" command.
9644
9645 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9646
9647 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9648 (arm-tdep.o): Depend on elf_arm_h.
9649
9650 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9651
9652 * Makefile.in (coff_internal_h): Define.
9653 (arm-tdep.o): Update dependencies.
9654
9655 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9656
9657 * arm-tdep.c (prologue_cache): Delete.
9658 (check_prologue_cache, save_prologue_cache): Delete.
9659 (arm_scan_prologue): Don't check or update the prologue_cache.
9660 (arm_gdb_arch_init): Don't initialize it.
9661 (_initialize_arm_tdep): Likewise.
9662
9663 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9664
9665 * MAINTAINERS (tui): Maintainer of tui code.
9666
9667 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9668
9669 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9670 (i386-cygwin-tdep.o): Add dependencies.
9671 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9672 * i386-cygwin-tdep.c: New file.
9673 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9674 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9675
9676 2003-03-20 Andrew Cagney <cagney@redhat.com>
9677
9678 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9679 (handle_inferior_event): Remove code calling
9680 DYNAMIC_TRAMPOLINE_NEXTPC.
9681
9682 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9683 already has a full path.
9684
9685 * main.c (gdb_main): Return 1.
9686 (captured_main): Call error to report an invalid interpreter.
9687
9688 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9689 * alpha-osf1-tdep.c: Include "gdb_string.h".
9690
9691 2003-03-19 J. Brobecker <brobecker@gnat.com>
9692
9693 Continuing work to convert the hppa targets to multiarch partial.
9694
9695 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9696 method, now that hppa_push_dummy_frame has a conformant prototype.
9697 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9698 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9699 for the switch to multiarch partial.
9700
9701 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9702
9703 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9704 when iss is issNull.
9705
9706 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9707
9708 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9709 NUM_REGS bounds check.
9710
9711 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9712
9713 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9714 * mips-tdep.c (gdb_assert.h): Include.
9715 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9716 (mips_register_name): Handle integer registers explicitly. Add
9717 bounds checking.
9718 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9719 (mips_lsi33k_reg_names): Don't list integer registers; they're
9720 handled by mips_register_name() now.
9721 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9722 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9723 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9724 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9725 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9726
9727 2003-03-18 Andrew Cagney <cagney@redhat.com>
9728
9729 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9730 a void pointer.
9731 * gdbtypes.h (print_scalar_formatted): Update declaration.
9732 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9733
9734 2003-03-18 J. Brobecker <brobecker@gnat.com>
9735
9736 * infrun.c (observer.h): Add #include.
9737 (normal_stop): Add call to observer_notify_normal_stop.
9738 * Makefile.in (infrun.o): Add dependency on observer.h.
9739
9740 2003-03-18 J. Brobecker <brobecker@gnat.com>
9741
9742 Continuing work to convert the hppa targets to multiarch partial.
9743 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9744 parameter. Reformat comment.
9745 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9746 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9747 to match new profile.
9748
9749 2003-03-18 J. Brobecker <brobecker@gnat.com>
9750
9751 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9752 appear to be working in any case.
9753
9754 2003-03-18 J. Brobecker <brobecker@gnat.com>
9755
9756 * observer.c (observer_test_first_observer): New static variable.
9757 (observer_test_second_observer): Likewise.
9758 (observer_test_third_observer): Likewise.
9759 (observer_test_first_notification_function): New static function.
9760 (observer_test_second_notification_function): Likewise.
9761 (observer_test_third_notification_function): Likewise.
9762
9763 2003-03-17 J. Brobecker <brobecker@gnat.com>
9764
9765 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9766 * somsolib.c (gdb_assert.h): Likewise.
9767 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9768 (somsolib.o): Likewise.
9769
9770 2003-03-17 Andrew Cagney <cagney@redhat.com>
9771
9772 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9773 BFD. Simplify setting of di.endian.
9774
9775 2003-03-17 Andrew Cagney <cagney@redhat.com>
9776
9777 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9778 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9779
9780 From Elena Zannoni <ezannoni@redhat.com>
9781 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9782 vector and floating-point parameters.
9783 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9784 convention.
9785 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9786
9787 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9788
9789 * MAINTAINERS: Remove my name from several maintainership roles.
9790
9791 2003-03-17 Andrew Cagney <cagney@redhat.com>
9792
9793 Fix frame off-by-one bug.
9794 * frame-unwind.h (frame_this_id_ftype): Replace
9795 frame_unwind_id_ftype.
9796 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9797 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9798 with "prev_register".
9799 * frame-unwind.c (frame_unwind_find_by_pc): Return
9800 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9801 comment.
9802 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9803 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9804 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9805 (dummy_frame_unwind): Update.
9806 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9807 sentinel_frame_register_unwind.
9808 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9809 (sentinel_frame_unwinder): Update.
9810 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9811 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9812 * frame.c (create_sentinel_frame): Update. Initialize
9813 "prologue_cache" instead of "unwind_cache".
9814 (frame_register_unwind): Call this frame's prev_register with the
9815 next frame and this frame's prologue cache.
9816 (get_prev_frame): Simplify. Always call prev frame's this_id with
9817 this frame and prev frame's prologue cache. Document that this
9818 call is shifted one to the left when compared to the
9819 frame_register_unwind call.
9820 (legacy_saved_regs_prev_register): Replace
9821 frame_saved_regs_register_unwind.
9822 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9823 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9824 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9825 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9826 (d10v_frame_unwind): Update.
9827 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9828 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9829 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9830 "saved_regs" with "this_saved_regs".
9831
9832 2003-03-16 Andrew Cagney <cagney@redhat.com>
9833
9834 * frame.c (frame_pop): Don't call target_store_registers. Fix
9835 problem reported by Mark Kettenis.
9836
9837 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9838
9839 * i386-tdep.c (i386_register_type): Renamed from
9840 i386_register_virtual_type. Adjust function signature.
9841 (i386_gdbarch_init): Set register_type instead of
9842 deprecated_max_register_raw_size,
9843 deprecated_max_register_virtual_size and register_virtual_type.
9844
9845 2003-03-14 Andrew Cagney <cagney@redhat.com>
9846
9847 * frame.c (get_prev_frame): When a legacy frame, always call
9848 legacy_get_prev_frame. Simplify unwind code using assumption that
9849 the unwinder is new.
9850 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9851 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9852 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9853
9854 2003-03-14 Andrew Cagney <cagney@redhat.com>
9855
9856 * frame.c (get_saved_register): Delete function.
9857 * frame.h (get_saved_register): Delete declaration.
9858 * xstormy16-tdep.c: Update comment.
9859 * regcache.h: Update comments.
9860 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9861 get_saved_register and extract_address, use
9862 frame_read_unsigned_register.
9863 (sparc_frame_saved_pc): Ditto.
9864 (sparc_get_saved_register): Instead of get_saved_register, use
9865 frame_register.
9866 (sparc_pop_frame): Ditto.
9867 * findvar.c: Update comments.
9868 (value_of_register): Call frame_register instead of
9869 get_saved_register.
9870 (value_from_register): Ditto.
9871 * config/sparc/tm-sparc.h: Update comment.
9872 * breakpoint.c: Update comment.
9873
9874 2003-03-14 Andrew Cagney <cagney@redhat.com>
9875
9876 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9877 GET_SAVED_REGISTER.
9878 * gdbarch.h, gdbarch.c: Re-generate.
9879 * frame.h: Update comments.
9880 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9881 * x86-64-tdep.c (x86_64_init_abi): Update.
9882 * sparc-tdep.c (sparc_gdbarch_init): Update.
9883 * sh-tdep.c (sh_gdbarch_init): Update.
9884 * mips-tdep.c (mips_gdbarch_init): Update.
9885 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9886 * cris-tdep.c (cris_gdbarch_init): Update.
9887 * ia64-tdep.c (ia64_gdbarch_init): Update.
9888 * frame.c (frame_register): Update.
9889 (get_saved_register): Update.
9890 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9891
9892 2003-03-13 Andrew Cagney <cagney@redhat.com>
9893
9894 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9895 * gdbarch.h, gdbarch.c: Regenerate.
9896 * valops.c (hand_function_call): Update comment.
9897 * stack.c (return_command): Update comment.
9898 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9899 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9900 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9901 * x86-64-tdep.c (x86_64_init_abi): Update.
9902 * vax-tdep.c (vax_gdbarch_init): Update.
9903 * v850-tdep.c (v850_gdbarch_init): Update.
9904 * sparc-tdep.c (sparc_gdbarch_init): Update.
9905 * sh-tdep.c (sh_gdbarch_init): Update.
9906 * s390-tdep.c (s390_gdbarch_init): Update.
9907 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9908 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9909 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9910 * mips-tdep.c (mips_gdbarch_init): Update.
9911 * mcore-tdep.c (mcore_gdbarch_init): Update.
9912 * m68k-tdep.c (m68k_gdbarch_init): Update.
9913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9914 * ia64-tdep.c (ia64_gdbarch_init): Update.
9915 * i386-tdep.c (i386_gdbarch_init): Update.
9916 * hppa-tdep.c (hppa_gdbarch_init): Update.
9917 * h8300-tdep.c (h8300_gdbarch_init): Update.
9918 * frv-tdep.c (frv_gdbarch_init): Update.
9919 * cris-tdep.c (cris_gdbarch_init): Update.
9920 * avr-tdep.c (avr_gdbarch_init): Update.
9921 * arm-tdep.c (arm_gdbarch_init): Update.
9922 * alpha-tdep.c (alpha_gdbarch_init): Update.
9923
9924 2003-03-13 Andrew Cagney <cagney@redhat.com>
9925
9926 * frame.c (legacy_frame_p): New function.
9927 (get_prev_frame): Use legacy_frame_p.
9928 * frame.h (legacy_frame_p): Declare.
9929
9930 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9931
9932 * MAINTAINERS (write after approval): Alphabetically
9933 listing corrected.
9934
9935 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9936
9937 * MAINTAINERS (write after approval): Add myself.
9938
9939 2003-03-12 Andrew Cagney <cagney@redhat.com>
9940
9941 * frame.c (get_prev_frame): Rename the frame parameter to
9942 "this_frame".
9943 (get_next_frame, legacy_get_prev_frame): Ditto.
9944
9945 2003-03-12 Andrew Cagney <cagney@redhat.com>
9946
9947 * frame.c (get_current_frame): Check target_has_registers before
9948 checking target_has_stack.
9949 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9950 instead of deprecated_selected_frame.
9951 * findvar.c (value_of_register): Pass "frame", not
9952 deprecated_selected_frame, to value_of_builtin_reg.
9953
9954 2003-03-12 Andrew Cagney <cagney@redhat.com>
9955
9956 * regcache.c (regcache_cooked_write_signed): New function.
9957 (regcache_cooked_write_unsigned): New function.
9958 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9959 (regcache_cooked_read_signed): Fix regnum in range assertion.
9960 * regcache.h (regcache_cooked_write_signed): Declare.
9961 (regcache_cooked_write_unsigned): Declare.
9962
9963 2003-03-12 Andrew Cagney <cagney@redhat.com>
9964
9965 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9966 * gdbarch.h, gdbarch.c: Re-generate.
9967 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9968 * x86-64-tdep.h: Update.
9969 * x86-64-tdep.c (x86_64_init_abi): Update.
9970 * v850-tdep.c (v850_gdbarch_init): Update.
9971 * sparc-tdep.c (sparc_gdbarch_init): Update.
9972 * sh-tdep.c (sh_gdbarch_init): Update.
9973 * s390-tdep.c (s390_gdbarch_init): Update.
9974 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9975 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9976 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9977 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9978 * mips-tdep.c (mips_gdbarch_init): Update.
9979 * mcore-tdep.c (mcore_gdbarch_init): Update.
9980 * m68k-tdep.c (m68k_gdbarch_init): Update.
9981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9982 * ia64-tdep.c (ia64_gdbarch_init): Update.
9983 * i386-tdep.c (i386_gdbarch_init): Update.
9984 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9985 * hppa-tdep.c (hppa_gdbarch_init): Update.
9986 * h8300-tdep.c (h8300_gdbarch_init): Update.
9987 * frv-tdep.c (frv_gdbarch_init): Update.
9988 * cris-tdep.c (cris_gdbarch_init): Update.
9989 * avr-tdep.c (avr_gdbarch_init): Update.
9990 * arm-tdep.c (arm_gdbarch_init): Update.
9991 * alpha-tdep.c (alpha_gdbarch_init): Update.
9992 * sh-tdep.c (sh_init_extra_frame_info): Update.
9993 (sh64_init_extra_frame_info): Update.
9994 * ns32knbsd-nat.c (frame_num_args): Update.
9995 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9996 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9997 (xstormy16_frame_chain_valid): Update.
9998 * vax-tdep.c (vax_saved_pc_after_call): Update.
9999 * v850-tdep.c (v850_frame_chain): Update.
10000 (v850_pop_frame): Update.
10001 (v850_init_extra_frame_info): Update.
10002 * sparc-tdep.c (setup_arbitrary_frame): Update.
10003 * ns32k-tdep.c (umax_frame_num_args): Update.
10004 * s390-tdep.c (s390_pop_frame_regular): Update.
10005 * mn10300-tdep.c (mn10300_frame_chain): Update.
10006 (mn10300_pop_frame_regular): Update.
10007 (mn10300_init_extra_frame_info): Update.
10008 * mips-tdep.c (mips_init_frame_pc_first): Update.
10009 (mips_frame_chain): Update.
10010 (mips_pop_frame): Update.
10011 * mcore-tdep.c (mcore_frame_chain): Update.
10012 (mcore_pop_frame): Update.
10013 (mcore_init_extra_frame_info): Update.
10014 * arch-utils.c (init_frame_pc_default): Update.
10015 * m68k-tdep.c (isi_frame_num_args): Update.
10016 (delta68_frame_num_args): Update.
10017 (news_frame_num_args): Update.
10018 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10019 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10020 (alpha_frame_chain): Update.
10021 (alpha_pop_frame): Update.
10022 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10023 (hppa_init_extra_frame_info): Update.
10024 (hppa_frame_chain): Update.
10025 (hppa_frame_chain_valid): Update.
10026 * cris-tdep.c (cris_init_extra_frame_info): Update.
10027 * avr-tdep.c (avr_init_extra_frame_info): Update.
10028 * arm-tdep.c (arm_frame_chain_valid): Update.
10029 (arm_init_extra_frame_info): Update.
10030 (arm_pop_frame): Update.
10031 * frame.c (frame_pc_unwind): Update.
10032 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10033 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10034 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10035 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10036 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10037 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10038
10039 2003-03-12 Andrew Cagney <cagney@redhat.com>
10040
10041 Eliminate the need for POP_FRAME.
10042 * frame.c (do_frame_unwind_register): New function.
10043 (frame_pop): When no POP_FRAME, pop the frame using register
10044 unwind and a scratch regcache.
10045 (frame_saved_regs_pop): Delete function.
10046 (trad_frame_unwinder): Update.
10047 * d10v-tdep.c (d10v_frame_pop): Delete function.
10048 (d10v_frame_unwind): Update.
10049 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10050 (sentinel_frame_unwinder): Update.
10051 * dummy-frame.c (dummy_frame_pop): Delete function.
10052 (dummy_frame_unwind): Update.
10053 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10054 (struct frame_unwind): Update.
10055
10056 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10057
10058 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10059 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10060 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10061 Do range checks on register number obtained from debugging info.
10062 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10063 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10064 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10065 mapping function.
10066 (do_fp_register_row): Fix typo which caused double type to be
10067 used when attempting to unpack a float.
10068
10069 2003-03-11 J. Brobecker <brobecker@gnat.com>
10070
10071 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10072
10073 2003-03-11 Andrew Cagney <cagney@redhat.com>
10074
10075 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10076 frame. Problem found by Corinna Vinschen.
10077
10078 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10079
10080 * doublest.c (floatformat_from_length): Accept also
10081 the real size of 'long double' type.
10082
10083 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10084
10085 From Klee Dienes <kdienes@apple.com>:
10086 * breakpoint.c (bpstat_copy): Copy the command lines as well
10087 as the old value, to match what is freed in bpstat_clear.
10088
10089 2003-03-10 David Carlton <carlton@math.stanford.edu>
10090
10091 * minsyms.c (add_minsym_to_hash_table): Replace
10092 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10093 (compare_minimal_symbols, compact_minimal_symbols)
10094 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10095 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10096 of DEPRECATED_SYMBOL_MATCHES_NAME.
10097 (lookup_minimal_symbol_solib_trampoline): Ditto.
10098
10099 2003-03-10 Andrew Cagney <cagney@redhat.com>
10100
10101 * regcache.h (regcache_cooked_read_ftype): Define.
10102 (regcache_save, regcache_restore): Add a cooked_read parameter.
10103 * regcache.c (regcache_save, regcache_restore): Update.
10104 (do_cooked_read): New function.
10105 (regcache_cpy): Pass do_cooked_read to regcache_save and
10106 regcache_restore.
10107
10108 2003-03-10 Andrew Cagney <cagney@redhat.com>
10109
10110 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10111 * gdbarch.h, gdbarch.c: Re-generate.
10112 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10113 * x86-64-tdep.h: Update.
10114 * x86-64-tdep.c (x86_64_init_abi): Update.
10115 * v850-tdep.c (v850_gdbarch_init): Update.
10116 * sparc-tdep.c (sparc_gdbarch_init): Update.
10117 * sh-tdep.c (sh_gdbarch_init): Update.
10118 * s390-tdep.c (s390_gdbarch_init): Update.
10119 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10120 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10121 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10122 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10123 * mips-tdep.c (mips_gdbarch_init): Update.
10124 * mcore-tdep.c (mcore_gdbarch_init): Update.
10125 * m68k-tdep.c (m68k_gdbarch_init): Update.
10126 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10127 * ia64-tdep.c (ia64_gdbarch_init): Update.
10128 * i386-tdep.c (i386_gdbarch_init): Update.
10129 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10130 * hppa-tdep.c (hppa_gdbarch_init): Update.
10131 * h8300-tdep.c (h8300_gdbarch_init): Update.
10132 * frv-tdep.c (frv_gdbarch_init): Update.
10133 * cris-tdep.c (cris_gdbarch_init): Update.
10134 * avr-tdep.c (avr_gdbarch_init): Update.
10135 * arm-tdep.c (arm_gdbarch_init): Update.
10136 * alpha-tdep.c (alpha_gdbarch_init): Update.
10137 * sh-tdep.c (sh_init_extra_frame_info): Update.
10138 (sh64_init_extra_frame_info): Update.
10139 * ns32knbsd-nat.c (frame_num_args): Update.
10140 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10141 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10142 (xstormy16_frame_chain_valid): Update.
10143 * vax-tdep.c (vax_saved_pc_after_call): Update.
10144 * v850-tdep.c (v850_frame_chain): Update.
10145 (v850_pop_frame): Update.
10146 (v850_init_extra_frame_info): Update.
10147 * sparc-tdep.c (setup_arbitrary_frame): Update.
10148 * ns32k-tdep.c (umax_frame_num_args): Update.
10149 * s390-tdep.c (s390_pop_frame_regular): Update.
10150 * mn10300-tdep.c (mn10300_frame_chain): Update.
10151 (mn10300_pop_frame_regular): Update.
10152 (mn10300_init_extra_frame_info): Update.
10153 * mips-tdep.c (mips_init_frame_pc_first): Update.
10154 (mips_frame_chain): Update.
10155 (mips_pop_frame): Update.
10156 * mcore-tdep.c (mcore_frame_chain): Update.
10157 (mcore_pop_frame): Update.
10158 (mcore_init_extra_frame_info): Update.
10159 * arch-utils.c (init_frame_pc_default): Update.
10160 * m68k-tdep.c (isi_frame_num_args): Update.
10161 (delta68_frame_num_args): Update.
10162 (news_frame_num_args): Update.
10163 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10164 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10165 (alpha_frame_chain): Update.
10166 (alpha_pop_frame): Update.
10167 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10168 (hppa_init_extra_frame_info): Update.
10169 (hppa_frame_chain): Update.
10170 (hppa_frame_chain_valid): Update.
10171 * cris-tdep.c (cris_init_extra_frame_info): Update.
10172 * avr-tdep.c (avr_init_extra_frame_info): Update.
10173 * arm-tdep.c (arm_frame_chain_valid): Update.
10174 (arm_init_extra_frame_info): Update.
10175 (arm_pop_frame): Update.
10176 * frame.c (frame_pc_unwind): Update.
10177 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10178 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10179 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10180 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10181 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10182 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10183
10184 2003-03-10 Andrew Cagney <cagney@redhat.com>
10185
10186 * gdbarch.sh (gdbarch_unwind_pc): New method.
10187 * gdbarch.h, gdbarch.c: Regenerate.
10188 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10189 but use read_pc and FRAME_SAVED_PC as fall backs.
10190 (frame_saved_regs_pc_unwind): Delete function.
10191 (trad_frame_unwinder): Update.
10192 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10193 (struct frame_unwind): Update.
10194 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10195 (dummy_frame_unwind): Update.
10196 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10197 (sentinel_frame_unwinder): Update.
10198 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10199 (d10v_frame_unwind): Update.
10200 (d10v_unwind_pc): New function.
10201 (d10v_gdbarch_init): Set unwind_pc.
10202
10203 2003-03-10 Andrew Cagney <cagney@redhat.com>
10204
10205 * gdbarch.h: Re-generate.
10206
10207 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10208 PC.
10209 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10210 the PC register.
10211
10212 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10213
10214 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10215
10216 2003-03-08 Andrew Cagney <cagney@redhat.com>
10217
10218 * cli-out.c: Update copyright.
10219 (cli_out_data): Define typedef. Use instead of ui_out_data.
10220
10221 2003-03-08 Andrew Cagney <cagney@redhat.com>
10222
10223 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10224 the result.
10225
10226 2003-03-07 Andrew Cagney <cagney@redhat.com>
10227
10228 * gdbarch.sh: Don't generate two macro definitions when an
10229 undefined macro taking no arguments.
10230 * gdbarch.h: Regenerate.
10231
10232 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10233
10234 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10235 (x86_64_unwind_dummy_id): New functions.
10236 (x86_64_init_abi): Register these two new functions.
10237
10238 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10239
10240 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10241 (x86_64_skip_prologue): Move prologue detection to
10242 separate function.
10243 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10244
10245 2003-03-05 Andrew Cagney <cagney@redhat.com>
10246
10247 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10248 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10249 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10250 to use unwind_dummy_id when a dummy frame.
10251 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10252 predicate.
10253 * gdbarch.h, gdbarch.c: Regneerate.
10254
10255 2003-03-05 Andrew Cagney <cagney@redhat.com>
10256
10257 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10258 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10259 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10260 values.
10261
10262 2003-03-05 Andrew Cagney <cagney@redhat.com>
10263
10264 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10265 (struct d10v_unwind_cache): Delete field "frameless". Replace
10266 "next_addr" with "sp_offset". Add "r11_offset".
10267 (d10v_frame_unwind_cache): Update.
10268 (prologue_find_regs): Update. When "mv r11, sp", save the
10269 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10270 RN was saved in r11_offset.
10271
10272 2003-03-05 Andrew Cagney <cagney@redhat.com>
10273
10274 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10275 cached PC value in the next frame.
10276
10277 2003-03-05 Andrew Cagney <cagney@redhat.com>
10278
10279 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10280 "id_unwind_cache" with "id".
10281 (frame_id_unwind): Delete declaration.
10282 * frame.c (frame_id_unwind): Delete function.
10283 (get_prev_frame): Call the frame id unwind method directly. Store
10284 the returned next frame's ID value in NEXT_FRAME. Note that there
10285 is a problem with the wrong unwind ID being called with the wrong
10286 unwind cache.
10287
10288 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10289
10290 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10291
10292 2003-03-05 James Ingham <jingham@apple.com>
10293 Daniel Jacobowitz <drow@mvista.com>
10294
10295 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10296 (auto_cp_abi): New variable.
10297 (current_cp_abi, num_cp_abis): Make static.
10298 (CP_ABI_MAX): Define.
10299 (cp_abis): Turn into an array.
10300 (value_virtual_fn_field): Fix formatting.
10301 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10302 takes a pointer.
10303 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10304 (list_cp_abis, _initialize_cp_abi): New functions.
10305 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10306 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10307 switch_to_cp_abi. Update prototype for register_cp_abi.
10308 * Makefile.in (cp-abi.o): Update dependencies.
10309 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10310 instead of switch_to_cp_abi.
10311 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10312 register_cp_abi.
10313 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10314 register_cp_abi.
10315 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10316
10317 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10318
10319 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10320 * dwarf2loc.c: Include "regcache.h".
10321 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10322 register_size.
10323 * Makefile.in (dwarf2loc.o): Update dependencies.
10324
10325 2003-03-04 Theodore A. Roth <troth@openavr.org>
10326
10327 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10328 number of io registers reported by remote target is not a multiple of
10329 step.
10330
10331 2003-03-04 David Carlton <carlton@math.stanford.edu>
10332
10333 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10334 (lookup_symbol_aux_psymtabs): Update call to
10335 lookup_partial_symbol.
10336 (lookup_transparent_type, find_main_psymtab)
10337 (make_symbol_overload_list): Ditto.
10338
10339 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10340
10341 * MAINTAINERS (Write after approval): Update my email address.
10342
10343 2003-03-03 Andrew Cagney <cagney@redhat.com>
10344
10345 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10346 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10347 predicate. Replace MAX_REGISTER_RAW_SIZE.
10348 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10349 MAX_REGISTER_VIRTUAL_SIZE.
10350 * regcache.c (legacy_max_register_raw_size): New function.
10351 (legacy_max_register_virtual_size): New function.
10352 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10353 (MAX_REGISTER_RAW_SIZE): Define.
10354 (legacy_max_register_raw_size): Declare.
10355 (legacy_max_register_virtual_size): Declare.
10356 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10357 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10358 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10359 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10360 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10361 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10362 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10363 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10364 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10365 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10366 * vax-tdep.c (vax_gdbarch_init): Update.
10367 * v850-tdep.c (v850_gdbarch_init): Update.
10368 * sparc-tdep.c (sparc_gdbarch_init): Update.
10369 * sh-tdep.c (sh_gdbarch_init): Update.
10370 * s390-tdep.c (s390_gdbarch_init): Update.
10371 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10372 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10373 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10374 * mips-tdep.c (mips_gdbarch_init): Update.
10375 * mcore-tdep.c (mcore_gdbarch_init): Update.
10376 * m68k-tdep.c (m68k_gdbarch_init): Update.
10377 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10378 * ia64-tdep.c (ia64_gdbarch_init): Update.
10379 * i386-tdep.c (i386_gdbarch_init): Update.
10380 * hppa-tdep.c (hppa_gdbarch_init): Update.
10381 * h8300-tdep.c (h8300_gdbarch_init): Update.
10382 * frv-tdep.c (frv_gdbarch_init): Update.
10383 * cris-tdep.c (cris_gdbarch_init): Update.
10384 * avr-tdep.c (avr_gdbarch_init): Update.
10385 * arm-tdep.c (arm_gdbarch_init): Update.
10386 * alpha-tdep.c (alpha_gdbarch_init): Update.
10387 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10388 max_register_raw_size or max_register_virtual_size.
10389
10390 2003-03-03 David Carlton <carlton@math.stanford.edu>
10391
10392 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10393 SYMBOL_MATCHES_NAME, add comment.
10394 (SYMBOL_MATCHES_NATURAL_NAME): New.
10395 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10396 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10397 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10398 * symtab.c (lookup_partial_symbol): Use
10399 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10400 unhelpful comment.
10401 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10402 SYMBOL_MATCHES_NAME.
10403 Fix for PR c++/33.
10404
10405 2003-03-03 David Carlton <carlton@math.stanford.edu>
10406
10407 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10408 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10409 by regexp matching against SYMBOL_NATURAL_NAME.
10410
10411 2003-03-03 David Carlton <carlton@math.stanford.edu>
10412
10413 * linespec.c (find_method): Extract code into collect_methods.
10414 (collect_methods): New.
10415
10416 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10417
10418 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10419 get_frame_base.
10420
10421 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10422 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10423
10424 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10425
10426 * arch-utils.c (generic_register_byte): Fix to use the loop index
10427 and not regnum when summing the size of all registers up to regnum.
10428
10429 2003-03-01 Andrew Cagney <cagney@redhat.com>
10430
10431 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10432 FRAME_INIT_SAVED_REGS.
10433 * gdbarch.h, gdbarch.c: Regenerate.
10434 * stack.c (frame_info): Update.
10435 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10436 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10437 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10438 * ns32k-tdep.c (ns32k_pop_frame): Update.
10439 * mips-tdep.c (mips_pop_frame): Update.
10440 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10441 * ia64-tdep.c (ia64_frame_chain): Update.
10442 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10443 (ia64_frameless_function_invocation): Update.
10444 (ia64_init_extra_frame_info): Update.
10445 (ia64_pop_frame_regular): Update.
10446 * frame.h (struct frame_info): Update comment.
10447 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10448 * frame.c (frame_saved_regs_register_unwind): Update.
10449 (frame_saved_regs_register_unwind): Update.
10450 (deprecated_generic_get_saved_register): Update.
10451 * cris-tdep.c: Update comment.
10452 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10453 Rename macro.
10454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10455 * x86-64-tdep.c (x86_64_init_abi): Update.
10456 * vax-tdep.c (vax_gdbarch_init): Update.
10457 * v850-tdep.c (v850_gdbarch_init): Update.
10458 * sparc-tdep.c (sparc_gdbarch_init): Update.
10459 * sh-tdep.c (sh_gdbarch_init): Update.
10460 * s390-tdep.c (s390_gdbarch_init): Update.
10461 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10462 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10464 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10465 * mips-tdep.c (mips_gdbarch_init): Update.
10466 * mcore-tdep.c (mcore_gdbarch_init): Update.
10467 * m68k-tdep.c (m68k_gdbarch_init): Update.
10468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10469 * ia64-tdep.c (ia64_gdbarch_init): Update.
10470 * i386-tdep.c (i386_gdbarch_init): Update.
10471 * frv-tdep.c (frv_gdbarch_init): Update.
10472 * avr-tdep.c (avr_gdbarch_init): Update.
10473 * arm-tdep.c (arm_gdbarch_init): Update.
10474 * alpha-tdep.c (alpha_gdbarch_init): Update.
10475
10476 2003-03-01 Andrew Cagney <cagney@redhat.com>
10477
10478 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10479 option enum and switch. When no windows, set the interpreter to
10480 INTERP_CONSOLE.
10481
10482 2003-03-01 Andrew Cagney <cagney@redhat.com>
10483
10484 * main.c (captured_main): Replace magic option characters with an
10485 enum.
10486
10487 2003-03-01 Andrew Cagney <cagney@redhat.com>
10488
10489 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10490 INIT_EXTRA_FRAME_INFO.
10491 * gdbarch.h, gdbarch.c: Regenerate.
10492 * arm-tdep.c: Update comments.
10493 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10494 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10495 * frame.h, avr-tdep.c: Ditto.
10496 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10497 (create_new_frame, legacy_get_prev_frame): Ditto.
10498 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10499 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10500 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10501 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10502 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10503 * v850-tdep.c (v850_gdbarch_init): Ditto.
10504 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10505 * sh-tdep.c (sh_gdbarch_init): Ditto.
10506 * s390-tdep.c (s390_gdbarch_init): Ditto.
10507 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10508 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10509 * mips-tdep.c (mips_gdbarch_init): Ditto.
10510 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10511 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10512 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10513 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10514 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10515 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10516 * frv-tdep.c (frv_gdbarch_init): Ditto.
10517 * cris-tdep.c (cris_gdbarch_init): Ditto.
10518 * avr-tdep.c (avr_gdbarch_init): Ditto.
10519 * arm-tdep.c (arm_gdbarch_init): Ditto.
10520 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10521 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10522
10523 2003-03-01 Andrew Cagney <cagney@redhat.com>
10524
10525 * gdbarch.sh (register_type): New function with predicate.
10526 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10527 * gdbarch.h, gdbarch.c: Re-generate.
10528 * arch-utils.c (generic_register_byte): Use generic_register_size.
10529 (generic_register_size): When available, use
10530 gdbarch_register_type.
10531 * regcache.c (init_regcache_descr): When available, initialize the
10532 register type array using gdbarch_register_type. If the
10533 architecture supplies gdbarch_register_type, do not use the legacy
10534 regcache layout.
10535 * d10v-tdep.c (d10v_register_type): Replace
10536 d10v_register_virtual_type.
10537 (d10v_gdbarch_init): Set register_type instead of
10538 register_virtual_type.
10539
10540 2003-03-01 Andrew Cagney <cagney@redhat.com>
10541
10542 * Makefile.in (ax-gdb.o): Update dependencies.
10543 * ax-gdb.c: Include "regcache.h".
10544 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10545 * findvar.c (value_of_register): Ditto.
10546 * infcmd.c (default_print_registers_info): Ditto.
10547
10548 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10549
10550 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10551 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10552
10553 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10554
10555 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10556 of STREQ.
10557
10558 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10559
10560 * Makefile.in (dwarf2loc.o): Update dependencies.
10561 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10562 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10563 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10564 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10565 (locexpr_tracepoint_var_ref): New function.
10566 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10567
10568 2003-02-28 Andrew Cagney <cagney@redhat.com>
10569
10570 * regcache.c (register_size): New function.
10571 * regcache.h (register_size): Declare
10572 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10573 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10574
10575 2003-02-28 David Carlton <carlton@math.stanford.edu>
10576
10577 * linespec.c (decode_compound): Extract code into find_method.
10578 (find_method): New.
10579
10580 2003-02-28 J. Brobecker <brobecker@gnat.com>
10581
10582 * Makefile.in: Add rules to build and link in observer.o.
10583
10584 2003-02-27 J. Brobecker <brobecker@gnat.com>
10585
10586 * observer.c: Minor comments edits.
10587
10588 2003-02-27 J. Brobecker <brobecker@gnat.com>
10589
10590 * observer.h, observer.c: New file.
10591
10592 2003-02-27 Andrew Cagney <cagney@redhat.com>
10593
10594 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10595
10596 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10597
10598 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10599 (M6812_OP_STS_EXT): Likewise.
10600 (m6811_prologue): Use the above to recognize prologue.
10601 (m6812_prologue): Likewise.
10602
10603 2003-02-27 David Carlton <carlton@math.stanford.edu>
10604
10605 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10606 SYMBOL_PRINT_NAME.
10607 (compare_psymbols): Ditto.
10608 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10609
10610 2003-02-27 Michael Snyder <msnyder@redhat.com>
10611
10612 * f-lang.c (build_fortran_types): New function.
10613 (_initialize_f_language): Gdbarch-register built-in fortran types.
10614 * doublest.c (extract_floating): Fix warning text.
10615
10616 2003-02-27 Andrew Cagney <cagney@redhat.com>
10617
10618 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10619 predicate. Replaces PUSH_DUMMY_FRAME.
10620 * gdbarch.h, gdbarch.c: Regnerate.
10621 * valops.c (hand_function_call): Update. Call
10622 generic_push_dummy_frame directly.
10623 * vax-tdep.c (vax_gdbarch_init): Update.
10624 * sparc-tdep.c (sparc_gdbarch_init): Update.
10625 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10626 * m68k-tdep.c (m68k_gdbarch_init): Update.
10627 * hppa-tdep.c (hppa_gdbarch_init): Update.
10628 * alpha-tdep.c (alpha_gdbarch_init): Update.
10629 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10630 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10631 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10632 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10633 push_dummy_frame to generic_push_dummy_frame.
10634 * v850-tdep.c (v850_gdbarch_init): Ditto.
10635 * sh-tdep.c (sh_gdbarch_init): Ditto.
10636 * s390-tdep.c (s390_gdbarch_init): Ditto.
10637 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10638 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10639 * mips-tdep.c (mips_gdbarch_init): Ditto.
10640 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10641 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10642 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10643 * i386-tdep.c (i386_gdbarch_init): Ditto.
10644 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10645 * frv-tdep.c (frv_gdbarch_init): Ditto.
10646 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10647 * cris-tdep.c (cris_gdbarch_init): Ditto.
10648 * avr-tdep.c (avr_gdbarch_init): Ditto.
10649 * arm-tdep.c (arm_gdbarch_init): Ditto.
10650
10651 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10652
10653 * mips-tdep.c (show_mips_abi): New function.
10654 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10655 command ``show mips abi''.
10656
10657 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10658
10659 From Elena Zannoni <ezannoni@redhat.com>
10660 * dbxread.c (process_one_symbol): Only record line 0 if one or
10661 more sline entries have been seen for the function.
10662
10663 2003-02-26 Michael Chastain <mec@shout.net>
10664
10665 * configure: Regenerate with autoconf 000227.
10666
10667 2003-02-26 Michael Chastain <mec@shout.net>
10668
10669 Close PR build/660.
10670 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10671 for old libc5/glibc.
10672 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10673
10674 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10675
10676 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10677 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10678
10679 2003-02-26 Michael Chastain <mec@shout.net>
10680
10681 * configure.in: New variable HAVE_UINTPTR_T.
10682 * configure, config.in: Regenerated.
10683
10684 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10685
10686 Fix PR build/1097.
10687 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10688
10689 2003-02-25 Andrew Cagney <cagney@redhat.com>
10690
10691 * frame.c (get_prev_frame): Add comment on check for
10692 inside_entry_func. Only check for inside_entry_file when not a
10693 dummy and not a sentinel. Check that the new frame is not inner
10694 to the old frame.
10695
10696 2003-02-25 Andrew Cagney <cagney@redhat.com>
10697
10698 * frame.c (frame_debug): New variable.
10699 (_initialize_frame): Add "set/show debug frame" command.
10700 (get_prev_frame): When frame_debug, print reason why unwind
10701 failed.
10702
10703 2003-02-25 Michael Chastain <mec@shout.net>
10704
10705 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10706 to avoid uintptr_t definition problems.
10707
10708 2003-02-25 David Carlton <carlton@math.stanford.edu>
10709
10710 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10711 (SYMBOL_LINKAGE_NAME): Ditto.
10712 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10713 SYMBOL_LINKAGE_NAME.
10714 (struct general_symbol_info): Expand comment.
10715 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10716 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10717 (SYMBOL_MATCHES_REGEXP): Ditto.
10718 * symtab.c (symbol_natural_name): New function.
10719 * objfiles.h: Replace all uses of SYMBOL_NAME by
10720 DEPRECATED_SYMBOL_NAME.
10721 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10722 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10723 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10724 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10725 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10726 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10727 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10728 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10729 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10730 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10731 * ada-exp.y: Ditto.
10732 * ada-exp.y: Update copyright.
10733 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10734 * cp-valprint.c: Ditto.
10735
10736 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10737
10738 * infptrace.c (detach): Do not flag error if ptrace detach fails
10739 and errno is set to ESRCH.
10740
10741 2003-02-24 Andrew Cagney <cagney@redhat.com>
10742
10743 * infptrace.c (udot_info): Change type of udot_off to long. Use
10744 paddr when printing udot_off's value.
10745
10746 2003-02-24 David Carlton <carlton@math.stanford.edu>
10747
10748 * symtab.c (make_symbol_overload_list): Only read in partial
10749 symtabs containing a matching partial symbol.
10750
10751 2003-02-24 David Carlton <carlton@math.stanford.edu>
10752
10753 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10754 do the comparison, not strcmp.
10755 * symfile.c (compare_psymbols): Ditto.
10756 * defs.h: Declare strcmp_iw_ordered.
10757 * utils.c (strcmp_iw_ordered): New function.
10758
10759 2003-02-24 Jim Blandy <jimb@redhat.com>
10760
10761 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10762 support, shared libs): Remove my name from here, to better reflect
10763 reality.
10764
10765 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10766
10767 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10768 (target_ops): Add to_have_continuable_watchpoint.
10769 * target.c (update_current_target): Add INHERIT line for
10770 to_have_continuable_watchpoint.
10771 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10772 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10773 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10774 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10775
10776 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10777
10778 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10779 maintainership.
10780
10781 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10782
10783 * solib.c (solib_open): Call target defined search function after
10784 failing with solib-search-path.
10785 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10786 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10787
10788 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10789
10790 * MAINTAINERS: Add myself to Write After section.
10791
10792 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10793
10794 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10795
10796 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10797
10798 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10799 (m68hc11_add_reggroups): New function.
10800 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10801 (m68hc11_gdbarch_init): Install the reggroups.
10802 (_initialize_m68hc11_tdep): Initialize them.
10803
10804 2003-02-21 James E Wilson <wilson@tuliptree.org>
10805
10806 * MAINTAINERS: Update my email address.
10807
10808 2003-02-21 David Carlton <carlton@math.stanford.edu>
10809
10810 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10811
10812 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10813
10814 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10815 * symtab.h: Add opaque declarations of struct axs_value and
10816 struct agent_expr.
10817 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10818 (struct location_funcs): New type.
10819 (struct symbol): Add "loc" to aux_value.
10820 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10821 * dwarf2read.c: Include "dwarf2expr.h".
10822 (dwarf2_symbol_mark_computed): New function.
10823 (read_func_scope): Use it.
10824 (var_decode_location): New function.
10825 (new_symbol): Use it.
10826 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10827
10828 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10829 (dwarf2expr_h, dwarf2loc_h): New variables.
10830 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10831 (dwarf2expr.o, dwarf2loc.o): New rules.
10832 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10833 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10834 LOC_COMPUTED_ARG.
10835 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10836 * m2-exp.y (yylex): Likewise.
10837 * printcmd.c (address_info, print_frame_args): Likewise.
10838 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10839 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10840 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10841 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10842 * symtab.c (lookup_block_symbol): Likewise.
10843
10844 2003-02-20 Adam Fedor <fedor@gnu.org>
10845
10846 * symtab.h: Remove objc_specific struct
10847 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10848 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10849 Have language_objc use cplus_specific struct.
10850
10851 2003-02-20 Tom Tromey <tromey@redhat.com>
10852
10853 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10854 TYPE_NAME, when printing a String value. PR java/1075.
10855
10856 2003-02-20 Adam Fedor <fedor@gnu.org>
10857
10858 * objc-lang.h (find_methods): Remove declaration.
10859 * objc-lang.c (find_methods): Make static.
10860
10861 2003-02-20 Christopher Faylor <cgf@redhat.com>
10862
10863 * win32-nat.c (get_image_name): Check return value from
10864 ReadProcessMemory.
10865 (child_xfer_memory): Ditto.
10866
10867 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10868
10869 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10870 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10871 '${exec_prefix}' (in addition to the expansion thereof) as
10872 relocatable.
10873 * configure: Rebuilt.
10874
10875 2003-02-20 David Carlton <carlton@math.stanford.edu>
10876
10877 * symtab.c (search_symbols): Revert the search_symbols part of my
10878 2002-12-23 patch. Add comment.
10879
10880 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10881
10882 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10883 * dbxread.c (elfstab_build_psymtabs): Don't call
10884 install_minimal_symbols.
10885 (stabsect_build_psymtabs): Likewise.
10886 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10887 earlier.
10888 * somread.c (som_symfile_read): Call install_minimal_symbols
10889 and do_cleanups earlier.
10890 * nlmread.c (nlm_symfile_read): Likewise.
10891 * mdebugread.c (elfmdebug_build_psymtabs): Call
10892 install_minimal_symbols and make appropriate cleanups.
10893
10894 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10895
10896 * solib.c (reload_shared_libraries): New function.
10897 (_initialize_solib): Add callbacks for ``set solib-search-path''
10898 and ``set solib-absolute-prefix''.
10899
10900 2003-02-20 David Carlton <carlton@math.stanford.edu>
10901
10902 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10903 expand comment.
10904 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10905 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10906 * ada-typeprint.c (ada_typedef_print): Ditto.
10907 * ax-gdb.c (gen_var_ref): Ditto.
10908 * breakpoint.c (print_one_breakpoint): Ditto.
10909 * buildsym.c (finish_block): Ditto.
10910 * c-valprint.c (c_val_print): Ditto.
10911 * expprint.c (print_subexp): Ditto.
10912 * findvar.c (locate_var_value): Ditto.
10913 * infcmd.c (jump_command): Ditto.
10914 * linespec.c (decode_line_2, decode_compound): Ditto.
10915 * maint.c (maintenance_translate_address): Ditto.
10916 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10917 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10918 Ditto.
10919 * p-valprint.c (pascal_val_print): Ditto.
10920 * stabsread.c (define_symbol): Ditto.
10921 * stack.c (print_frame, frame_info, print_block_frame_locals)
10922 (print_frame_arg_vars, return_command): Ditto.
10923 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10924 * symmisc.c (print_symbol): Ditto.
10925 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10926 (compare_search_syms, print_symbol_info, print_msymbol_info)
10927 (rbreak_command): Ditto.
10928 * tracepoint.c (tracepoints_info): Ditto.
10929 * typeprint.c (typedef_print): Ditto.
10930 * valops.c (value_of_variable, hand_function_call): Ditto.
10931 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10932 * ada-typeprint.c: Update Copyright.
10933 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10934 * tracepoint.c, cli/cli-cmds.c: Ditto.
10935
10936 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10937
10938 * frame.c (generic_unwind_get_saved_register): Make non-static.
10939 * frame.h (generic_unwind_get_saved_register): Declare.
10940 * mips-tdep.c (read_next_frame_reg): Fetch register from
10941 current regcache when frame is NULL.
10942 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10943 that must be NULL.
10944 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10945 instead of frame_register_unwind().
10946
10947 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10948
10949 * remote-sim.c (gdbsim_insert_breakpoint)
10950 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10951 code.
10952
10953 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10954
10955 * remote.c (_initialize_remote): Add commands "set/show remote
10956 hardware-watchpoint-limit" and "set/show remote
10957 hardware-breakpoint-limit".
10958 (remote_hw_watchpoint_limit): Initialize to -1.
10959 (remote_hw_breakpoint_limit): Ditto.
10960 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10961
10962 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10963
10964 * coff-pe-read.c: New file - support reading of minimal symbols from a
10965 portable executable using the export table.
10966 * coff-pe-read.h: New file.
10967 * coffread.c: Include coff-pe-read.h.
10968 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10969 debugging symbols found.
10970 * Makefile.in (SFILES): Add coff-pe-read.o.
10971 (coff_pe_read_h): Define.
10972 (COMMON_OBS): Add coff-pe-read.o.
10973 (coffread.o): Add coff_pe_read_h dependency.
10974 (coff-pe-read.o): New target.
10975
10976 2003-02-19 David Carlton <carlton@math.stanford.edu>
10977
10978 * Makefile.in (SFILES): Add block.c.
10979 (block_h): New.
10980 (COMMON_OBS): Add block.o.
10981 (block.o): New.
10982 (x86-64-tdep.o): Add $(block_h).
10983 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10984 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10985 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10986 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10987 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10988 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10989 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10990 * value.h: Add opaque declaration for struct block.
10991 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10992 * ada-lang.h: Ditto.
10993 * x86-64-tdep.c: #include "block.h"
10994 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10995 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10996 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10997 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10998 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10999 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11000 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11001 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11002 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11003 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11004 * symtab.c (block_function): Ditto.
11005 (contained_in): Ditto.
11006 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11007 block.h. Add opaque declaration for struct block.
11008 * symtab.h: Move block_function and contained_in declarations to
11009 block.h. Add opaque declarations for struct block, struct
11010 blockvector.
11011 (struct block): Move to block.h.
11012 (struct blockvector): Ditto.
11013 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11014 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11015 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11016 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11017 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11018 Ditto.
11019 * block.c: New file.
11020 * block.h: New file.
11021
11022 2003-02-19 Theodore A. Roth <troth@openavr.org>
11023
11024 * avr-tdep.c (avr_extract_return_value): Remove function.
11025 (avr_store_return_value): Remove function.
11026 (avr_extract_struct_value_address): Remove function.
11027 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11028
11029 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11030
11031 * rs6000-tdep.c: Include "gdb_assert.h".
11032 (registers_e500): Add "acc" and "spefscr".
11033 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11034 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11035 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11036 really is "r0".
11037 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11038
11039 2003-02-18 Keith Seitz <keiths@redhat.com>
11040
11041 * Makefile.in: Add gdbtk-interps.c.
11042
11043 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11044
11045 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11046 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11047
11048 2003-02-18 Andrew Cagney <cagney@redhat.com>
11049
11050 * symtab.h (struct objfile): Add opaque declaration.
11051
11052 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11053
11054 From Jim Ingham <jingham@apple.com>:
11055 * dbxread.c (process_one_symbol): Use last_function_start rather
11056 than function_start_offset to find the real beginning of the
11057 current function. The latter is just the text section offset on
11058 some systems, the former is always the real function start.
11059
11060 2003-02-17 Andrew Cagney <cagney@redhat.com>
11061
11062 * configure.in: Revert ${target} != ${host}.
11063
11064 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11065
11066 * configure.in (Makefile): Use the test ${target} != ${host},
11067 instead of the absence of the "nm.h" file, to determine of the
11068 configuration non-native.
11069 * configure: Regenerate.
11070
11071 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11072
11073 From Brian Ford <ford@vss.fsi.com>
11074
11075 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11076 conditionalize tui_active test.
11077 (lookup_cmd_1): Ditto.
11078
11079 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11080
11081 * configure.in: Add check for _etext.
11082 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11083 available.
11084 * config.in, configure: regenerated.
11085
11086 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11087
11088 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11089
11090 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11091
11092 * main.c (tui_version): Delete variable.
11093 (captured_main): When --tui, set interpreter_p to "tui" instead of
11094 enabling tui_version.
11095 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11096 tui_version.
11097 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11098 * cli/cli-cmds.c (disassemble_command): Ditto.
11099 * defs.h (tui_version): Delete declaration.
11100 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11101 (tui-interp.o): Add rules.
11102 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11103
11104 2003-02-14 Christopher Faylor <cgf@redhat.com>
11105
11106 * win32-nat.c (register_loaded_dll): Correctly set address range for
11107 just-loaded dll.
11108
11109 2003-02-12 Jason Molenda (jmolenda@apple.com)
11110
11111 * symmisc.c (print_objfile_statistics): Include information about
11112 the number of psymtabs and symtabs in each object file.
11113
11114 2003-02-13 Keith R Seitz <keiths@redhat.com>
11115
11116 * main.h (struct captured_main_args): Add interpreter_p.
11117 * main.c (captured_main): Initialize interpreter_p from context.
11118 * gdb.c (main): Set interpreter_p argument.
11119 * Makefile.in (gdb.o): Add dependency for interps.h.
11120
11121 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11122
11123 * event-top.c (cli_command_loop): Delete declaration.
11124 (_initialize_event_loop): Delete function setting event_loop_hook.
11125 * event-top.h (cli_command_loop): Declare. Update copyright.
11126 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11127 * interps.c (current_interp_command_loop): When event_loop_p, call
11128 cli_command_loop.
11129
11130 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11131
11132 * interps.h (interp_command_loop_ftype): Change return type to
11133 void.
11134
11135 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11136
11137 * x86-64-tdep.c (x86_64_extract_return_value)
11138 (x86_64_store_return_value): Use regcache instead of regbuf.
11139 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11140 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11141
11142 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11143
11144 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11145 * aclocal.m4: Regenerate.
11146 * configure: Regenerate.
11147
11148 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11149 TCL_LD_SEARCH_FLAGS.
11150
11151 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11152
11153 * dwarf2cfi.c: Reindented.
11154
11155 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11156
11157 * interps.c (clear_interpreter_hooks): Convert function definition
11158 to ISO C.
11159
11160 2003-02-07 David Carlton <carlton@math.stanford.edu>
11161
11162 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11163
11164 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11165
11166 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11167 (struct type): ...to here.
11168 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11169 field.
11170 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11171 (replace_type): Set length on all type variants for a given type.
11172
11173 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11174
11175 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11176 <sys/stat.h>.
11177 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11178
11179 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11180
11181 * Makefile.in (symm-nat.o): Update dependencies.
11182 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11183 (lynx-nat.o, ia64-linux-nat.): Ditto.
11184 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11185 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11186 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11187
11188 * Makefile.in (inflow_h): Define.
11189 (procfs.o, inflow.o, procfs.o): Update dependencies.
11190 * inftarg.c (child_stop): Delete extern declaration of
11191 inferior_process_group. Include "inflow.h".
11192 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11193 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11194 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11195 (our_process_group, inferior_process_group): Extern declarations.
11196
11197 * procfs.c: Include "gdb_assert.h".
11198
11199 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11200 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11201 * jv-typeprint.c (java_type_print_base): Ditto.
11202 * typeprint.c (typedef_print): Eliminate STREQ.
11203 * cli/cli-script.c (define_command, define_command): Ditto.
11204 * main.c (captured_main): Ditto.
11205 * values.c (lookup_internalvar): Ditto.
11206 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11207 within `if' conditional.
11208 * linespec.c (decode_line_2): Ditto.
11209 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11210 (bfd_openw_with_cleanup): Ditto.
11211
11212 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11213
11214 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11215 legacy_extract_return_value and store_return_value to
11216 legacy_return_value.
11217
11218 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11219
11220 * win32-nat.c (get_relocated_section_addrs): New function. Find
11221 section load addresses for symbol handling in relocated DLLs.
11222 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11223
11224 2003-02-05 Fred Fish <fnf@intrinsity.com>
11225
11226 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11227 '=' and '!='.
11228 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11229 with '&' and '=='.
11230 (angel_RDI_info): Ditto.
11231 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11232 with '&' and '!='.
11233 (threads_continue_all_with_signals): Ditto.
11234
11235 2003-02-05 Jim Ingham <jingham@apple.com>
11236 Keith Seitz <keiths@redhat.com>
11237 Elena Zannoni <ezannoni@redhat.com>
11238 Andrew Cagney <ac131313@redhat.com>
11239
11240 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11241 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11242 (SUBDIR_MI_OBS): Add "mi-interp.o".
11243 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11244 (SFILES): Add "interps.c".
11245 (COMMON_OBS): Add "interps.o".
11246 (interps_h, mi_main_h): Define.
11247 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11248 (mi-main.o, main.o, event-top.o): Update dependencies.
11249 * cli/cli-interp.c: New file.
11250 * interps.h, interps.c: New files.
11251 * top.c: (gdb_init): Don't install the default interpreter, handed
11252 by captured_main.
11253 * main.c: Include "interps.h".
11254 (interpreter_p): Note that it should malloc'ed.
11255 (captured_command_loop): Call current_interp_command_loop.
11256 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11257 xfree and xstrdup when updating interpreter_p. Install the
11258 default interpreter. Add hack to stop mi1's copyright notice
11259 being encoded.
11260 * event-top.h (gdb_setup_readline): Declare.
11261 (gdb_disable_readline): Declare.
11262 * event-top.c: Include "interps.h".
11263 (display_gdb_prompt): Call current_interp_display_prompt_p.
11264 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11265 gdb_stdlog, and gdb_stdtarg.
11266 (_initialize_event_loop): Don't call gdb_setup_readline.
11267 * cli-out.c (cli_out_set_stream): New function.
11268 * cli-out.h (cli_out_set_stream): Declare.
11269
11270 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11271
11272 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11273 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11274 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11275 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11276 config/i386/i386v42mp.mt: Removed.
11277
11278 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11279
11280 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11281 GDB_OSABI_SOLARIS.
11282
11283 2003-02-05 Michael Chastain <mec@shout.net>
11284
11285 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11286 2.12.1 and earlier versions.
11287
11288 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11289
11290 Remove orphaned hosts, targets and files.
11291 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11292 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11293 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11294 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11295 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11296 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11297 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11298 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11299 * config/sparc/tm-sp64sim.h: Delete.
11300 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11301 hosts.
11302 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11303 mips*-dec-mach3* targets.
11304
11305 2003-02-04 Michael Chastain <mec@shout.net>
11306
11307 * NEWS: Fix typo: sepcifying -> specifying.
11308
11309 2003-02-04 Michael Chastain <mec@shout.net>
11310
11311 * dwarfread.c: Add documentation on the state of dwarf-1,
11312 looking towards obsoletion.
11313
11314 2003-02-03 Michael Chastain <mec@shout.net>
11315
11316 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11317 gdb/testsuite/gdb.c++/pr-1023.exp.
11318
11319 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11320
11321 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11322 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11323
11324 * utils.c (init_page_info): Delete reference to MPW in comments.
11325 * main.c (captured_main): Delete #ifdef MPW.
11326
11327 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11328
11329 * NEWS: Note that the m32r-*-elf* is obsolete.
11330 * monitor.c (monitor_expect): Obsolete reference to m32r.
11331 * configure.tgt: Mark m32r-*-elf* as obsolete.
11332 * MAINTAINERS: Mark m32k as obsolete.
11333 * m32r-rom.c: Obsolete file.
11334 * config/m32r/m32r.mt: Obsolete file.
11335 * config/m32r/tm-m32r.h: Obsolete file.
11336 * m32r-stub.c: Obsolete file.
11337 * m32r-tdep.c: Obsolete file.
11338
11339 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11340
11341 * NEWS: Mention that the z8k-zilog-none is obsolete.
11342 * MAINTAINERS: Mark z8k as obsolete.
11343 * configure.tgt: Obsolete the z8k-*-coff* target.
11344 * config/z8k/z8k.mt: Obsolete file.
11345 * config/z8k/tm-z8k.h: Obsolete file.
11346 * z8k-tdep.c: Obsolete file.
11347
11348 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11349
11350 * NEWS: Mention that the mn10200-elf is obsolete.
11351 * configure.tgt: Obsolete mn10200-*-* target.
11352 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11353 mention that the mn10200 is obsolete.
11354 * breakpoint.h: Ditto.
11355 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11356 * config/mn10200/mn10200.mt: Obsolete file.
11357 * config/mn10200/tm-mn10200.h: Obsolete file.
11358 * mn10200-tdep.c: Obsolete file.
11359
11360 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11361
11362 * MAINTAINERS: Mark h8500 as obsolete.
11363 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11364 * findvar.c (value_from_register): Ditto.
11365 * h8500-tdep.c: Mark file as obsolete.
11366 * config/h8500/h8500.mt: Ditto.
11367 * config/h8500/tm-h8500.h: Ditto.
11368 * NEWS: Mention that h8500 is obsolete.
11369
11370 2003-02-04 David Carlton <carlton@math.stanford.edu>
11371
11372 * objfiles.c (allocate_objfile): Always set name. Add comment at
11373 start of function.
11374 * jv-lang.c (get_dynamics_objfile): Add comment.
11375
11376 2003-02-04 David Carlton <carlton@math.stanford.edu>
11377
11378 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11379 * printcmd.c (build_address_symbolic): Replace uses of
11380 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11381 SYMBOL_NAME, and asm_demangle.
11382 Update copyright.
11383
11384 2003-02-04 David Carlton <carlton@math.stanford.edu>
11385
11386 * linespec.c (decode_compound): Extract code into
11387 lookup_prefix_sym.
11388 (lookup_prefix_sym): New function.
11389
11390 2003-02-04 David Carlton <carlton@math.stanford.edu>
11391
11392 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11393 FLOAT_COERCION_BADNESS.
11394 * gdbtypes.c (rank_one_type): Replace all uses of
11395 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11396
11397 2003-02-04 Jim Blandy <jimb@redhat.com>
11398
11399 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11400 section, let dwarf_macinfo_section point to it, not
11401 dwarf_loc_section.
11402
11403 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11404
11405 Pointed out by Anton Blanchard <anton@samba.org>.
11406 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11407 (ppc_linux_at_sigtramp_return_path): Use it.
11408
11409 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11410
11411 * defs.h (streq): Add prototype.
11412 * utils.c (streq): New function.
11413
11414 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11415 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11416 * mdebugread.c (new_symbol): Likewise.
11417 * stabsread.c (define_symbol): Likewise.
11418 * coffread.c (process_coff_symbol): Likewise.
11419 * dwarfread.c (new_symbol): Likewise.
11420
11421 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11422 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11423 here.
11424 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11425 SYMBOL_INIT_DEMANGLED_NAME.
11426 * objfiles.c: Include "hashtab.h".
11427 (allocate_objfile): Call htab_set_functions_ex for the
11428 demangled_names_hash.
11429 (free_objfile): Call htab_delete for the demangled_names_hash.
11430 * objfiles.h (struct htab): Add declaration.
11431 (struct objfile): Add demangled_names_hash.
11432 * symfile.c: Include "hashtab.h".
11433 (reread_symbols): Call htab_delete for the demangled_names_hash.
11434 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11435 SYMBOL_NAME in the bcache.
11436 * symtab.c: Include "hashtab.h". Update comments.
11437 (create_demangled_names_hash, symbol_set_names): New functions.
11438 (symbol_find_demangled_name): New function, broken out from
11439 symbol_init_demangled_names.
11440 (symbol_init_demangled_names): Use it.
11441 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11442 (SYMBOL_SET_NAMES): New macro.
11443 (symbol_set_names): Add prototype.
11444
11445 2003-02-03 Jim Blandy <jimb@redhat.com>
11446
11447 Use a single, consistent representation for an empty minimal
11448 symbol table in an objfile.
11449 * objfiles.c (terminate_minimal_symbol_table): New function.
11450 (allocate_objfile): Call it.
11451 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11452 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11453 non-NULL.
11454 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11455 objfile has minimal symbols, compare minimal_symbol_count to zero,
11456 instead of comparing msymbols with NULL.
11457 * objfiles.c (have_minimal_symbols): Same.
11458 * solib-sunos.c (solib_add_common_symbols): Call
11459 terminate_minimal_symbol_table.
11460 * symfile.c (reread_symbols): Same.
11461
11462 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11463
11464 * s390-tdep.c (s390_address_class_type_flags)
11465 (s390_address_class_type_flags_to_name)
11466 (s390_address_class_name_to_type_flags): New functions.
11467 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11468 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11469
11470 2003-02-03 Michael Snyder <msnyder@redhat.com>
11471
11472 * arm-tdep.c: Fix spell-o in comment.
11473
11474 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11475
11476 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11477 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11478 error messages to contain BFD filename.
11479
11480 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11481
11482 Fix PR gdb/742 gdb/743 gdb/877
11483 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11484 (do_mixed_source_and_assembly): Use
11485 make_cleanup_ui_out_tuple_begin_end and
11486 make_cleanup_ui_out_tuple_begin_end.
11487 (do_mixed_source_and_assembly): Ditto.
11488 * thread.c (do_captured_list_thread_ids): Ditto.
11489 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11490 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11491 ui_out_tuple_end): Delete prototypes.
11492 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11493 ui_out_list_end, ui_out_tuple_end): Delete.
11494
11495 From Kevin Buettner <kevinb@redhat.com>:
11496 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11497 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11498 (do_cleanup_table_end): New functions.
11499 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11500 Use cleanups to invoke_ui_out_tuple_end().
11501 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11502 * cli/cli-setshow.c (cmd_show_list): Use
11503 make_cleanup_ui_out_tuple_begin_end.
11504
11505 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11506
11507 * frame.c (frame_unwind_register): New function.
11508 (frame_unwind_unsigned_register): Use.
11509 (frame_unwind_signed_register): Use.
11510 (frame_read_register): New function.
11511 * frame.h (frame_unwind_register): Declare.
11512 (frame_read_register): Declare.
11513
11514 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11515 and frame_unwind_register instead of read_memory, write_register
11516 and deprecated_write_register_bytes.
11517
11518 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11519
11520 * frame.h: Note that namelen can be negative.
11521 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11522 NAME's length.
11523
11524 * NEWS: Mention that the d10v's `regs' command is deprecated.
11525 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11526 (d10v_print_registers_info): New function.
11527 (show_regs): Call d10v_print_registers_info.
11528 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11529
11530 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11531
11532 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11533 lost in the previous patch.
11534
11535 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11536
11537 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11538 * stack.c (print_frame_info_base): Output complete FRAME tuple
11539 for synthesized frames.
11540
11541 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11542
11543 * mips-nat.c (zerobuf): Delete.
11544 (fetch_inferior_registers): Alloc local zerobuf.
11545 (fetch_core_registers): Alloc local zerobuf.
11546 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11547 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11548 * thread-db.c (thread_db_store_registers): Ditto.
11549 * sh-tdep.c (sh_do_register): Ditto.
11550 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11551 * remote-sim.c (gdbsim_store_register): Ditto.
11552 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11553 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11554 * monitor.c (monitor_supply_register): Ditto.
11555 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11556 * mips-nat.c (fetch_inferior_registers): Ditto.
11557 * m68klinux-nat.c (fetch_register): Ditto.
11558 * lynx-nat.c (fetch_inferior_registers): Ditto.
11559 (fetch_inferior_registers): Ditto.
11560 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11561 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11562 (hpux_thread_store_registers): Ditto.
11563 * hppah-nat.c (fetch_register): Ditto.
11564 * hppab-nat.c (fetch_register): Ditto.
11565 * hppa-tdep.c (pa_register_look_aside): Ditto.
11566 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11567 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11568
11569 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11570
11571 * gdbarch.sh: Explictly specify all method levels. When a
11572 variable with an empty level, provide a non-multi-arch default.
11573 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11574 * gdbarch.h: Re-generate.
11575 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11576 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11577
11578 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11579
11580 * defs.h (host_pointer_to_address): Delete declaration.
11581 (address_to_host_pointer): Delete declaration.
11582 * utils.c (host_pointer_to_address): Delete function.
11583 (address_to_host_pointer): Delete function.
11584 * procfs.c (procfs_address_to_host_pointer): New function.
11585 * procfs.c (proc_set_watchpoint): Use.
11586 (procfs_can_use_hw_breakpoint): Update comments.
11587 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11588 (som_solib_add): Use.
11589 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11590 * hppa-tdep.c (unwind_command): Use.
11591
11592 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11593
11594 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11595 strlen d_name.
11596
11597 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11598 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11599 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11600 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11601 (define_symbol): Update.
11602 * symfile.c (generic_load): Remove references to nindy.
11603 * symtab.c: Remove references to nindy.
11604
11605 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11606
11607 * infcmd.c (print_float_info): Delete code conditional on
11608 FLOAT_INFO.
11609 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11610 * config/m68k/nm-apollo68b.h: Ditto.
11611 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11612 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11613 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11614
11615 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11616
11617 * config/i386/tm-i386os9k.h: Removed.
11618
11619 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11620 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11621 they're identical to i[3456]86-*-sysv* now.
11622 * config/i386/i386v32.mh: Removed.
11623 * config/i386/xm-i386v32.h: Removed.
11624 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11625
11626 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11627
11628 * config/i386/i386dgux.mh: Removed.
11629 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11630
11631 * configure.in: Fix typo.
11632 * configure: Regenerated.
11633
11634 2003-01-31 David Carlton <carlton@math.stanford.edu>
11635
11636 * dwarf2read.c (dwarf2_locate_sections): Set
11637 dwarf_ranges_section.
11638
11639 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11640
11641 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11642 * utils.c: Update comments documenting legitimate uses of PTR.
11643
11644 * utils.c: Re-indent.
11645
11646 * config/djgpp/fnchange.lst: Delete nindy files.
11647 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11648 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11649 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11650 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11651 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11652 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11653 * Makefile.in (init.c): Remove nindy references.
11654 (saber_gdb): Delete rule.
11655 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11656 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11657 and a68v-nat.c.
11658 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11659 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11660 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11661 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11662 nindy-share/stop.h.
11663 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11664 * saber.suppress: Delete file.
11665
11666 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11667
11668 * dbxread.c (stabs_data): New static variable.
11669 (fill_symbuf): Support an in-memory buffer for stabs data.
11670 (stabs_seek): New function.
11671 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11672 (read_ofile_symtab): Use stabs_seek.
11673 (elfstab_build_psymtabs): Take an asection* instead of
11674 an offset and size. Relocate the stabs data if necessary.
11675 Save the section* for dbx_psymtab_to_symtab.
11676 * dwarf2read.c: Add section variables for each debug section.
11677 (dwarf2_locate_sections): Fill them in.
11678 (dwarf2_read_section): Take an asection* argument.
11679 Relocate the section contents if necessary.
11680 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11681 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11682 it to dwarf2_read_section.
11683 (dwarf2_build_frame_info): Update callers.
11684 * elfread.c (elf_symfile_read): Update call to
11685 elfstab_build_psymtabs.
11686 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11687 (DBX_STAB_SECTION): New macro.
11688 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11689 * symfile.c (symfile_dummy_outputs): New function.
11690 (symfile_relocate_debug_section): New function.
11691 * symfile.h (symfile_relocate_debug_section): Add prototype.
11692
11693 2003-01-31 Richard Henderson <rth@redhat.com>
11694
11695 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11696 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11697 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11698 * alpha-tdep.c (alpha_register_name): Add "unique".
11699 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11700 (ALPHA_UNIQUE_REGNUM): New.
11701 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11702
11703 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11704
11705 * README: Remove reference to Ericsson 1800 monitor.
11706 * Makefile.in (remote-es.o): Delete rule.
11707 (ALLDEPFILES): Delete remote-es.c.
11708 * remote-es.c: Delete file.
11709 * config/m68k/es1800.mt: Delete file.
11710 * config/djgpp/fnchange.lst: Update.
11711 * configure.tgt: Delete m68*-ericsson-* target.
11712
11713 2003-01-31 Adam Fedor <fedor@gnu.org>
11714
11715 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11716 Remove duplicate/shadowing variable of same name.
11717
11718 2003-01-30 Jim Blandy <jimb@redhat.com>
11719
11720 * symfile.c (find_separate_debug_file): Assert that the objfile's
11721 directory name we compute ends with a slash, and then assume that
11722 that's so everywhere we use it.
11723
11724 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11725
11726 * valops.c (value_assign): Flush frame cache after stores to memory
11727 also.
11728
11729 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11730
11731 * Makefile.in (mon960-rom.o): Delete rule.
11732 * mon960-rom.c: Delete file.
11733
11734 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11735
11736 * d10v-tdep.c: Include "frame-unwind.h".
11737 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11738 list.
11739 (next_addr, uses_frame): Delete.
11740 (struct d10v_unwind_cache): Define.
11741 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11742 Use info instead of next_addr and uses_frame globals.
11743 (d10v_frame_init_saved_regs): Delete function.
11744 (d10v_init_extra_frame_info): Delete function.
11745 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11746 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11747 init_frame_pc or frame_saved_pc.
11748 (d10v_pop_frame): Delete function.
11749 (do_d10v_pop_frame): Delete function.
11750 (d10v_frame_chain): Delete function.
11751 (d10v_frame_chain_valid): Delete function.
11752 (d10v_frame_pc_unwind): New function.
11753 (d10v_frame_id_unwind): New function.
11754 (saved_regs_unwinder): New function.
11755 (d10v_frame_register_unwind): New function.
11756 (d10v_frame_pop): New function.
11757 (d10v_frame_unwind): New variable.
11758 (d10v_frame_p): New function.
11759 (d10v_frame_saved_pc): Delete function.
11760 * Makefile.in (d10v-tdep.o): Update dependencies.
11761
11762 2003-01-30 J. Brobecker <brobecker@gnat.com>
11763
11764 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11765 causing some regressions due to a change in the default value
11766 for this macro.
11767
11768 2003-01-29 Richard Henderson <rth@redhat.com>
11769 Elena Zannoni <ezannoni@redhat.com>
11770 Daniel Jacobowitz <drow@mvista.com>
11771
11772 Fix PR gdb/961.
11773 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11774 variables.
11775 (RANGES_SECTION): New.
11776 (dwarf_ranges_buffer): New variable.
11777 (struct comp_unit_head): Add member "die".
11778 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11779 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11780 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11781 (dwarf2_locate_sections): Likewise.
11782 (dwarf2_build_psymtabs): Read .debug_ranges.
11783 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11784 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11785 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11786 Look for DW_AT_ranges and return the bounding box.
11787
11788 2003-01-29 Brian Ford <ford@vss.fsi.com>
11789
11790 * win32-nat.c (cygwin_pid): Removed as unused.
11791 (child_attach): Try fall back to Cygwin pid.
11792
11793 2003-01-29 Jim Blandy <jimb@redhat.com>
11794
11795 * objfiles.h (struct objfile): Doc fix.
11796
11797 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11798
11799 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11800 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11801 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11802 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11803 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11804 (FRAME_SAVED_PC): Change to a function with predicate.
11805 * gdbarch.h, gdbarch.c: Re-generate.
11806
11807 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11808
11809 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11810
11811 * complaints.c (complain): Delete function.
11812 * complaints.h (struct deprecated_complaint): Delete definition.
11813 (complain): Delete declaration.
11814
11815 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11816
11817 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11818 dummy frames.
11819
11820 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11821
11822 * sentinel-frame.h, sentinel-frame.c: New files.
11823 * Makefile.in (frame.o): Update dependencies.
11824 (SFILES): Add sentinel-frame.c.
11825 (sentinel_frame_h): Define.
11826 (COMMON_OBS): Add sentinel-frame.o.
11827 (sentinel-frame.o): Specify dependencies.
11828 * frame.c: Include "sentinel-frame.h".
11829 (frame_register_unwind): Rewrite assuming that there is always a a
11830 ->next frame.
11831 (frame_register, generic_unwind_get_saved_register): Ditto.
11832 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11833 (create_sentinel_frame, unwind_to_current_frame): New functions.
11834 (get_current_frame): Rewrite using create_sentinel_frame and
11835 unwind_to_current_frame. When possible, always create a frame.
11836 (create_new_frame): Set next to the sentinel frame.
11837 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11838 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11839 ID cache when necessary.
11840 (frame_saved_regs_id_unwind): Use frame_relative_level.
11841 (deprecated_generic_get_saved_register): Use frame_relative_level,
11842 get_frame_saved_regs, get_frame_pc, get_frame_base and
11843 get_next_frame.
11844 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11845 frame_register.
11846
11847 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11848
11849 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11850
11851 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11852
11853 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11854 (maintenance_set_profile_cmd): Use error () instead of warning ().
11855
11856 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11857
11858 * configure.in: Check that -pg works if using --enable-profiling.
11859 Check for monstartup and _mcleanup regardless of --enable-profiling.
11860 * maint.c: Check for monstartup and _mcleanup before using them.
11861 * config.in: Regenerated.
11862 * configure: Regenerated.
11863
11864 2003-01-24 Nick Clifton <nickc@redhat.com>
11865
11866 * Add sh2e support:
11867
11868 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11869
11870 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11871 (sh2e_show_regs): New.
11872 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11873 * config/sh/tm-sh.h: Added sh2e to comments.
11874
11875 2003-01-23 Jim Blandy <jimb@redhat.com>
11876
11877 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11878 symbols found)" message here; we haven't checked for a separate
11879 debug info file yet, so we don't know yet.
11880 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11881 we've looked everywhere. Also, there's no need to print a special
11882 message when we're loading the separate debug info file: the one
11883 symbol_file_add prints is fine.
11884
11885 2003-01-23 Alexander Larsson <alexl@redhat.com>
11886 Jim Blandy <jimb@redhat.com>
11887
11888 Add support for executables whose debug info has been separated
11889 out into a separate file, leaving only a link behind.
11890 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11891 and separate_debug_objfile_backlink.
11892 (put_objfile_before): New declaration.
11893 * symfile.c: #include "filenames.h".
11894 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11895 debug info in a separate file, read that, too. Save the addrs
11896 argument, so we can use it again to read the separated debug info;
11897 syms_from_objfile modifies the table we pass it.
11898 (reread_symbols): After re-reading an objfile, call
11899 reread_separate_symbols to refresh its separate debug info
11900 objfile, if it has one.
11901 (reread_separate_symbols, find_separate_debug_file,
11902 get_debug_link_info, separate_debug_file_exists): New functions.
11903 (debug_file_directory): New global var.
11904 (_initialize_symfile): Initialize debug_file_directory, and
11905 provide the new `set debug-file-directory' command to let the user
11906 change it.
11907 * objfiles.c (free_objfile): If this objfile has its debug info in
11908 a separate objfile, free that one too. If this is itself a
11909 separate debug info objfile, clear our parent's backlink.
11910 (put_objfile_before): New function.
11911 * utils.c (gnu_debuglink_crc32): New function.
11912 * defs.h (gnu_debuglink_crc32): New declaration.
11913 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11914 * configure.in: Handle --with-separate-debug-dir config option.
11915 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11916 * acconfig.h (DEBUGDIR): New macro.
11917 * configure, aclocal.m4, config.in: Regenerated.
11918
11919 2003-01-22 Jim Blandy <jimb@redhat.com>
11920
11921 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11922 like the old symbol_file_add, but taking new arguments: you can
11923 now pass in either a `struct section_addr_info' list to say where
11924 each section is loaded, or a `struct section_offsets' table. Pass
11925 these new arguments through to syms_from_objfile as appropriate.
11926 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11927 with the appropriate quiescent values for the new arguments.
11928
11929 * symfile.c: #include "gdb_assert.h".
11930 (syms_from_objfile): Add the ability to pass in a section offset
11931 table directly, as an alternative to the section_addr_info table.
11932 Document arguments better.
11933 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11934 * symfile.h (syms_from_objfile): Update declaration.
11935 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11936 syms_from_objfile.
11937 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11938
11939 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11940
11941 Original patch by Tom Tromey <tromey@cygnus.com> and
11942 Jason Molenda <jmolenda@apple.com>.
11943 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11944 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11945 * NEWS: Mention profiling.
11946 * configure.in (--enable-gdbtk): Fix typo.
11947 (--enable-profiling): New. Set PROFILE_CFLAGS.
11948 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11949 Fill in function.
11950 (profiling_state): New variable.
11951 (mcleanup_wrapper): New function.
11952 (_initialize_maint): Remove NOTYET, fix call to
11953 add_setshow_boolean_cmd for "maint set profile".
11954 * configure: Regenerated.
11955
11956 2003-01-21 Martin M. Hunt <hunt@redhat.com>
11957
11958 * Makefile.in (install-gdbtk): Install PNG images too.
11959
11960 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11961
11962 * exec.c (text_start): Delete global variable.
11963 (exec_file_attach): Make text_start local to the function.
11964 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11965 * valops.c (hand_function_call): Delete code that handles
11966 BEFORE_TEXT_END and AFTER_TEXT_END.
11967 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11968 of CALL_DUMMY_LOCATION.
11969 * gdbarch.c: Regenerate.
11970 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11971 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11972 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11973 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11974 (text_end): Delete extern declaration.
11975
11976 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11977
11978 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11979 * blockframe.c (backtrace_below_main): Move to "frame.c".
11980 (frame_chain_valid): Delete check for backtrace_below_main.
11981 (_initialize_blockframe): Delete initialization, move ``set
11982 backtrace-below-main'' command to "frame.c".
11983 (do_flush_frames_sfunc): Delete function.
11984 * frame.c: Include "command.h" and "gdbcmd.h".
11985 (frame_type_from_pc): New function.
11986 (create_new_frame): Use frame_type_from_pc.
11987 (legacy_get_prev_frame): New function.
11988 (get_prev_frame): Rewrite. When an old style frame, call
11989 legacy_get_prev_frame. Otherwize, unwind the PC first.
11990 (_initialize_frame): Add ``set backtrace-below-main'' command.
11991 * Makefile.in (frame.o): Update dependencies.
11992
11993 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11994
11995 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11996 DEPRECATED_REGISTERS_INFO.
11997
11998 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11999
12000 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12001 Maintainers'. Update `Various Maintainers'.
12002
12003 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12004
12005 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12006 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12007 Suppress actual parameters when `-'.
12008 * gdbarch.h, gdbarch.c: Regenerate.
12009
12010 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12011
12012 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12013 code handling dummy frames.
12014
12015 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12016
12017 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12018 (struct frame_unwind): Add field pop.
12019 * frame.h (frame_pop): Declare.
12020 * frame.c (frame_saved_regs_pop): New function.
12021 (trad_frame_unwinder): Add frame_saved_regs_pop.
12022 (frame_pop): New function.
12023 * dummy-frame.c (dummy_frame_pop): New function.
12024 (discard_innermost_dummy): New function.
12025 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12026 (dummy_frame_unwind): Add dummy_frame_pop.
12027 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12028 * valops.c (hand_function_call): Ditto.
12029 * stack.c (return_command): Ditto.
12030
12031 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12032
12033 * cris-tdep.c: Fix function declaration indentation.
12034 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12035 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12036 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12037 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12038 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12039 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12040
12041 2003-01-18 Michael Chastain <mec@shout.net>
12042
12043 * README (Unpacking and Installation -- quick overview):
12044 Warn against ".../gdb-5.3/gdb/configure".
12045
12046 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12047
12048 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12049 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12050 (struct frame_unwind): Declare opaque.
12051 (dummy_frame_p): Declare function.
12052 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12053 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12054 * dummy-frame.c: Include "frame-unwind.h".
12055 (dummy_frame_p): New function.
12056 (dummy_frame_unwind): New variable.
12057 * frame.c: Include "frame-unwind.h".
12058 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12059 to use the new unwind field.
12060 (set_unwind_by_pc): Delete function.
12061 (create_new_frame, get_prev_frame): Set unwind field using
12062 frame_unwind_find_by_pc.
12063 (trad_frame_unwind, trad_frame_unwinder): New variables.
12064 * frame.h (trad_frame_unwind): Declare variable.
12065 (frame_id_unwind_ftype): Delete declaration.
12066 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12067 (struct frame_unwind): Declare opaque.
12068 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12069 register_unwind with a single unwind pointer.
12070 * frame-unwind.h, frame-unwind.c: New files.
12071 * Makefile.in (SFILES): Add frame-unwind.c.
12072 (frame_unwind_h): Define.
12073 (COMMON_OBS): Add frame-unwind.o.
12074 (frame-unwind.o): Specify dependencies.
12075 (frame.o, dummy-frame.o): Update dependencies.
12076
12077 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12078
12079 * ada-valprint.c: Eliminate PTR.
12080 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12081 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12082 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12083 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12084 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12085 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12086 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12087
12088 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12089
12090 * main.c (captured_main): Don't use PTR.
12091 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12092 * gdbtypes.c (lookup_primitive_typename): Ditto.
12093 (lookup_struct_elt_type): Ditto.
12094 * f-valprint.c (info_common_command): Ditto.
12095 (list_all_visible_commons): Ditto.
12096 * jv-typeprint.c (java_type_print_base): Ditto.
12097
12098 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12099 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12100 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12101 i386-interix-nat.c and i386-interix-tdep.c. Rename
12102 m68klinux-nat.c and m68klinux-tdep.c. Rename
12103 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12104 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12105 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12106 * main.c (captured_main): Use xfree, not free.
12107
12108 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12109
12110 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12111 ID back using a parameter.
12112 * frame.c (frame_id_unwind): Update call.
12113 (frame_saved_regs_id_unwind): Update.
12114 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12115 * dummy-frame.h (struct frame_id): Add opaque declaration.
12116 (dummy_frame_id_unwind): Update declaration.
12117
12118 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12119
12120 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12121
12122 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12123
12124 * MAINTAINERS (Stephen P. Smith): Updated email address.
12125
12126 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12127
12128 Fix PR gdb/898
12129 * breakpoint.c (until_break_command): Add new argument. Use it to
12130 decide whether to stop only at the current frame or not.
12131 * breakpoint.h (until_break_command): Update prototype.
12132 * infcmd.c (until_command): Add new argument to until_break_command
12133 call.
12134 (advance_command): New function.
12135 (_initialize_infcmd): Update help string for 'until' command.
12136 Add new 'advance' command.
12137
12138 2003-01-14 David Carlton <carlton@math.stanford.edu>
12139
12140 * linespec.c (decode_line_1): Normalize comments.
12141 (set_flags): Ditto.
12142 (locate_first_half): Ditto.
12143 (decode_compound): Ditto.
12144 (symtab_from_filename): Ditto.
12145 (decode_all_digits): Ditto.
12146 (decode_dollar): Ditto.
12147 (find_methods): Ditto.
12148 (find_toplevel_char): Ditto.
12149
12150 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12151
12152 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12153 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12154 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12155 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12156 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12157 * language.c, language.h, m32r-tdep.c: Update copyright.
12158 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12159 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12160 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12161 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12162 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12163 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12164
12165 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12166
12167 * stabsread.h (process_later, resolve_cfront_continuation):
12168 Obsolete.
12169 Update copyright years.
12170 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12171 Update copyright year.
12172 * dbxread.c(struct cont_elem): Obsolete.
12173 (process_later, process_now): Obsolete functions.
12174 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12175 Update copyright year.
12176 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12177 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12178 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12179 (parse_partial_symbols): Obsolete cfront support.
12180 * stabsread.c
12181 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12182 macros.
12183 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12184 read_cfront_baseclasses, read_cfront_member_functions,
12185 resolve_cfront_continuation,read_cfront_static_fields,
12186 copy_cfront_struct_fields): Obsolete functions.
12187 (define_symbol, read_one_struct_field): Obsolete cfront support.
12188 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12189 Update Copyright year.
12190
12191 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12192
12193 * stack.c (print_frame_info, print_stack_frame_base_stub,
12194 print_stack_frame_base, show_and_print_stack_frame_stub,
12195 show_and_print_stack_frame, print_only_stack_frame_stub,
12196 print_only_stack_frame): Delete functions.
12197 (print_stack_frame_stub): Call print_frame_info instead of
12198 print_frame_info_base.
12199 (print_frame_info_base): Rename to print_frame_info.
12200 (backtrace_command_1): Call print_frame_info, instead of
12201 print_frame_info_base.
12202 (current_frame_command): Call print_stack_frame, instead of
12203 print_only_stack_frame.
12204 (frame_command): Call print_stack_frame, instead of
12205 show_and_print_stack_frame.
12206 (up_command): Ditto.
12207 (down_command): Ditto.
12208 * frame.h (print_only_stack_frame): Delete prototype.
12209 * infrun.c (normal_stop): Call print_stack_frame, instead of
12210 show_and_print_stack_frame.
12211 * thread.c (info_threads_command): Call print_stack_frame, instead
12212 of print_only_stack_frame.
12213
12214 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12215
12216 * README (Graphical interface to GDB): Update URL. Point at
12217 gdb/links/.
12218
12219 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12220 version match.
12221
12222 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12223
12224 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12225 lines.
12226
12227 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12228
12229 * thread-db.c (attach_thread): Prototype.
12230 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12231 thread information (ti), and valid flags (th_valid, ti_valid).
12232 (attach_thread): Move target_pid_to_str call to after the thread
12233 is added to GDB's list. Initialize the cache.
12234 (thread_get_info_callback, thread_db_map_id2thr)
12235 (thread_db_get_info): New functions.
12236 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12237 (thread_db_store_registers, thread_db_thread_alive)
12238 (thread_db_get_thread_local_address): Use them.
12239 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12240 of calling error() for threads in unknown state.
12241
12242 (clear_lwpid_callback): New function.
12243 (thread_db_resume): Use it to clear the cache.
12244
12245 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12246
12247 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12248 (resume_callback): Remove dead code.
12249
12250 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12251
12252 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12253 predicate.
12254 * gdbarch.h, gdbarch.c: Regenerate.
12255 * stack.c (frame_info): Only initialize the saved registers when
12256 FRAME_INIT_SAVED_REGS_P.
12257 * frame.c (frame_saved_regs_register_unwind): Assert
12258 FRAME_INIT_SAVED_REGS_P.
12259 (deprecated_generic_get_saved_register): Ditto.
12260
12261 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12262
12263 * source.c (openp): Squelch warning about "filename".
12264
12265 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12266
12267 * source.c (openp): If the file does not exist don't necessarily
12268 search the path.
12269
12270 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12271
12272 Fix PR gdb/872.
12273 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12274 (integer_types_same_name_p): New function.
12275 (rank_one_type): Use it.
12276 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12277
12278 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12279
12280 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12281 variables.
12282 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12283 * configure.in: Add --with-sysroot.
12284 * configure: Regenerated.
12285 * main.c (gdb_sysroot): New variable.
12286 (captured_main): Initialize gdb_sysroot.
12287 * defs.h (gdb_sysroot): New extern declaration.
12288 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12289
12290 2003-01-12 Michael Chastain <mec@shout.net>
12291
12292 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12293
12294 2003-01-12 Michael Chastain <mec@shout.net>
12295
12296 * top.c (print_gdb_version): Bump copyright year to 2003.
12297
12298 2003-01-12 David Carlton <carlton@bactrian.org>
12299
12300 * linespec.c (symtab_from_filename): Rename variable 's' to
12301 'file_symtab'.
12302
12303 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12304
12305 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12306 dummy frame.
12307 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12308
12309 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12310
12311 * d10v-tdep.c: Include "gdb_assert.h".
12312 (d10v_store_return_value): Rewrite to match current interface.
12313 (d10v_extract_struct_value_address): Ditto.
12314 (d10v_extract_return_value): Ditto.
12315 (d10v_gdbarch_init): Set store_restore_value,
12316 extract_struct_value_address and extract_return_value.
12317
12318 2003-01-12 J. Brobecker <brobecker@gnat.com>
12319
12320 * hpread.c (set_namestring): New procedure replacing the
12321 SET_NAMESTRING macro.
12322 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12323 by calls to set_namestring.
12324
12325 2003-01-11 J. Brobecker <brobecker@gnat.com>
12326
12327 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12328 a compilation warning.
12329 (hpread_process_one_debug_symbol): Likewise.
12330
12331 2003-01-10 David Carlton <carlton@math.stanford.edu>
12332
12333 * linespec.c (decode_line_1): Rename variable 's' to
12334 'file_symtab'.
12335 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12336 (decode_dollar): Ditto.
12337 (decode_variable): Ditto.
12338 (symbol_found): Ditto.
12339
12340 2003-01-09 Michael Chastain <mec@shout.net>
12341
12342 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12343
12344 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12345
12346 * win32-nat.c (set_process_privilege): New function.
12347 (child_attach): Call set_process_privilege() to enable the
12348 SE_DEBUG_NAME user privilege if available in process token.
12349
12350 2003-01-10 J. Brobecker <brobecker@gnat.com>
12351
12352 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12353 compilation error in the previous revision.
12354
12355 2003-01-09 David Carlton <carlton@math.stanford.edu>
12356
12357 * linespec.c: Update copyright.
12358
12359 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12360
12361 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12362 than inferior_ptid.
12363 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12364
12365 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12366
12367 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12368 Update comments.
12369 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12370 (frame_saved_regs_zalloc): Update.
12371 (frame_saved_regs_register_unwind): Update.
12372 (create_new_frame): Update.
12373 (get_prev_frame): Update.
12374 (frame_extra_info_zalloc): Update.
12375 (deprecated_get_frame_saved_regs): Update.
12376 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12377 * cris-tdep.c: Update comment.
12378
12379 * somsolib.h: Fix function indentation.
12380 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12381 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12382 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12383 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12384 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12385
12386 * infrun.c (follow_fork): Use ISO C definition.
12387 * expprint.c (print_subexp): Use xfree instead of free.
12388 * charset.c: Include "gdb_string.h" instead of <string.h>.
12389 (register_iconv_charsets): Use ISO C definition.
12390 (host_charset, target_charset): Ditto.
12391 * Makefile.in (charset.o): Update dependencies.
12392 (mi-cmd-env.o): Update dependencies.
12393
12394 2003-01-08 Andrew Cagney <cagney@redhat.com>
12395
12396 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12397 get_frame_base.
12398
12399 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12400
12401 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12402 build directories. Save edited gdb output in Mbuild.log. If a
12403 build fails, remove any final GDB executable.
12404
12405 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12406
12407 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12408 replacing hex constants with function names and stripping leading
12409 file name directory prefixes.
12410
12411 2003-01-08 Andrew Cagney <cagney@redhat.com>
12412
12413 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12414 get_frame_base.
12415
12416 2003-01-08 David Carlton <carlton@math.stanford.edu>
12417
12418 * linespec.c (decode_line_1): Move code into decode_variable.
12419 (decode_variable): New function.
12420
12421 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12422
12423 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12424
12425 2003-01-08 Andrew Cagney <cagney@redhat.com>
12426
12427 * cris-tdep.c (cris_frame_init_saved_regs): Use
12428 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12429 saved_regs buffer.
12430 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12431 (sh64_nofp_frame_init_saved_regs): Ditto.
12432 (sh_fp_frame_init_saved_regs): Ditto.
12433 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12434 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12435 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12436 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12437
12438 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12439
12440 * minsyms.c (lookup_minimal_symbol): Update comment.
12441 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12442 (lookup_minimal_symbol_solib_trampoline): Likewise.
12443
12444 2003-01-08 Andrew Cagney <cagney@redhat.com>
12445
12446 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12447 frame_relative_level.
12448
12449 * alpha-tdep.c: Use get_frame_extra_info.
12450 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12451 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12452 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12453 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12454
12455 * alpha-tdep.c: Use get_next_frame.
12456 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12457 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12458 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12459 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12460 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12461 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12462 * xstormy16-tdep.c: Ditto.
12463
12464 2003-01-07 Andrew Cagney <cagney@redhat.com>
12465
12466 * alpha-tdep.c: Use get_frame_base.
12467 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12468 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12469 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12470 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12471 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12472 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12473 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12474 * config/sparc/tm-sparc.h: Ditto.
12475
12476 2003-01-07 Andrew Cagney <cagney@redhat.com>
12477
12478 * frame.c (deprecated_get_frame_context): New function.
12479 (deprecated_set_frame_context): New function.
12480 * frame.h (deprecated_get_frame_context): Declare.
12481 (deprecated_set_frame_context): Declare.
12482 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12483 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12484
12485 2003-01-07 Andrew Cagney <cagney@redhat.com>
12486
12487 * frame.c (deprecated_set_frame_next_hack): New function.
12488 (deprecated_set_frame_prev_hack): New function.
12489 * frame.h (deprecated_set_frame_next_hack): Declare.
12490 (deprecated_set_frame_prev_hack): Declare.
12491 * mcore-tdep.c (analyze_dummy_frame): Use
12492 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12493 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12494
12495 2003-01-07 David Carlton <carlton@math.stanford.edu>
12496
12497 * linespec.c (decode_line_1): Move code into decode_dollar.
12498 (decode_dollar): New function.
12499
12500 2003-01-07 Andrew Cagney <cagney@redhat.com>
12501
12502 * arm-tdep.c (arm_init_extra_frame_info): Use
12503 deprecated_update_frame_base_hack.
12504 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12505 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12506 (fix_frame_pointer): Ditto.
12507 (mn10300_analyze_prologue): Ditto.
12508
12509 2003-01-07 Andrew Cagney <cagney@redhat.com>
12510
12511 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12512 extra_info using frame_extra_info_zalloc.
12513 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12514 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12515 (sh64_init_extra_frame_info): Ditto.
12516 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12517 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12518 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12519 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12520 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12521 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12522 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12523 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12524 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12525 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12526 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12527 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12528
12529 * mn10300-tdep.c (analyze_dummy_frame): Use
12530 deprecated_set_frame_extra_info_hack.
12531 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12532
12533 2003-01-07 J. Brobecker <brobecker@gnat.com>
12534
12535 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12536 class is not scText. These do not define "real" procedures.
12537 (parse_partial_symbols): Likewise.
12538
12539 2003-01-06 Michael Snyder <msnyder@redhat.com>
12540
12541 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12542
12543 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12544
12545 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12546 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12547 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12548 deprecated_frame_xmalloc_with_cleanup.
12549 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12550 deprecated_frame_xmalloc.
12551 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12552 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12553
12554 2003-01-06 Andrew Cagney <cagney@redhat.com>
12555
12556 * x86-64-linux-tdep.c: Include "osabi.h".
12557 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12558
12559 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12560
12561 2003-01-06 Andrew Cagney <cagney@redhat.com>
12562
12563 * MAINTAINERS (Target Instruction Set Architectures): Update
12564 arm-elf. Can be built with -Werror, has been multiarched.
12565
12566 * value.h (unpack_long): Make buffer parameter constant.
12567 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12568 * scm-lang.h (scm_parse): Ditto.
12569 * defs.h (extract_typed_address, extract_address): Ditto.
12570 (extract_long_unsigned_integer): Ditto.
12571 * inferior.h (unsigned_pointer_to_address): Ditto.
12572 (signed_pointer_to_address): Ditto.
12573 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12574 * gdbarch.h, gdbarch.c: Regenerate.
12575 * findvar.c (extract_long_unsigned_integer): Update.
12576 (extract_address): Update.
12577 (extract_typed_address): Update.
12578 (unsigned_pointer_to_address): Update.
12579 * values.c (unpack_long): Update.
12580 (unpack_double): Update.
12581 (unpack_pointer): Update.
12582 (unpack_field_as_long): Update.
12583 * d10v-tdep.c (d10v_pointer_to_address): Update.
12584 * avr-tdep.c (avr_pointer_to_address): Update.
12585 * scm-lang.c (scm_unpack): Update.
12586 * findvar.c (signed_pointer_to_address): Update.
12587
12588 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12589
12590 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12591 since it is in i386-tdep.c.
12592
12593 2003-01-06 J. Brobecker <brobecker@gnat.com>
12594
12595 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12596 failure introduced in the previous change.
12597
12598 2003-01-05 Michael Chastain <mec@shout.net>
12599
12600 * README: Remove references to deleted remote-*.c files:
12601 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12602 remote-nrom.c, remote-os9k.c, remote-udi.c.
12603
12604 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12605
12606 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12607 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12608 i386_get_longjmp_target.
12609
12610 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12611
12612 * arm-tdep.c (prologue_cache): Change to a pointer.
12613 (_initialize_arm_tdep): Allocate prologue_cache.
12614 (check_prologue_cache): Update.
12615 (save_prologue_cache): Update.
12616 (arm_gdbarch_init): Update.
12617
12618 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12619
12620 * stabsread.c (update_method_name_from_physname): Call complaint()
12621 instead of error.
12622
12623 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12624
12625 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12626 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12627 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12628
12629 * blockframe.c: Include "gdbcmd.h" and "command.h".
12630 (backtrace_below_main): New variable.
12631 (file_frame_chain_valid, func_frame_chain_valid)
12632 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12633 (generic_func_frame_chain_valid): Remove functions.
12634 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12635 (_initialize_blockframe): New function.
12636 * Makefile.in (blockframe.o): Update dependencies.
12637 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12638 comment. Call frame_chain_valid ().
12639 * frame.h: Remove old prototypes. Add prototype for
12640 frame_chain_valid and update comments to match.
12641 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12642 Remove old comment.
12643 * gdbarch.h: Regenerated.
12644 * gdbarch.c: Regenerated.
12645
12646 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12647 set_gdbarch_frame_chain_valid.
12648 * avr-tdep.c (avr_gdbarch_init): Likewise.
12649 * cris-tdep.c (cris_gdbarch_init): Likewise.
12650 * frv-tdep.c (frv_gdbarch_init): Likewise.
12651 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12652 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12653 (i386_nw_init_abi): Likewise.
12654 (i386_gdbarch_init): Likewise.
12655 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12656 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12657 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12658 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12659 * mips-tdep.c (mips_gdbarch_init): Likewise.
12660 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12661 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12662 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12663 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12664 * s390-tdep.c (s390_gdbarch_init): Likewise.
12665 * sh-tdep.c (sh_gdbarch_init): Likewise.
12666 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12667 * v850-tdep.c (v850_gdbarch_init): Likewise.
12668 * vax-tdep.c (vax_gdbarch_init): Likewise.
12669 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12670
12671 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12672 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12673 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12674 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12675 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12676 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12677 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12678 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12679
12680 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12681
12682 * Makefile.in (acconfig_h): Remove incorrect macro.
12683 (config_h): Define.
12684 (osabi.o): Update dependencies.
12685 * configure.tgt: Set gdb_osabi based on target triplet.
12686 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12687 * configure: Regenerated.
12688 * config.in: Regenerated.
12689 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12690 (GDB_OSABI_DEFAULT): Define if not already defined.
12691 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12692 (set_osabi_string): New variables.
12693 (gdbarch_register_osabi): Add new OS ABI to
12694 gdb_osabi_available_names.
12695 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12696 (set_osabi, show_osabi): New functions.
12697 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12698
12699 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12700
12701 * arch-utils.c (gdbarch_info_init): Set osabi to
12702 GDB_OSABI_UNINITIALIZED.
12703 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12704 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12705 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12706 * gdbarch.c: Regenerated.
12707 * gdbarch.h: Regenerated.
12708 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12709 there's no BFD.
12710 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12711 * osabi.h (enum gdb_osabi): Move to defs.h.
12712 (gdbarch_init_osabi): Update prototype.
12713 * defs.h (enum gdb_osabi): Moved here.
12714 * Makefile.in: Update dependencies.
12715
12716 * alpha-tdep.h: Don't include "osabi.h".
12717 (struct gdbarch_tdep): Remove osabi member.
12718 * alpha-tdep.c: Include "osabi.h".
12719 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12720 iterate over arches. Update call to gdbarch_init_osabi.
12721 (alpha_dump_tdep): Don't dump osabi.
12722 * alpha-linux-tdep.c: Include "osabi.h".
12723 * alpha-osf1-tdep.c: Include "osabi.h".
12724 * alphafbsd-tdep.c: Include "osabi.h".
12725 * alphanbsd-tdep.c: Include "osabi.h".
12726
12727 * arm-tdep.h: Don't include "osabi.h".
12728 (struct gdbarch_tdep): Remove osabi member.
12729 * arm-tdep.c: Include "osabi.h".
12730 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12731 iterate over arches. Update call to gdbarch_init_osabi.
12732 (arm_dump_tdep): Don't dump osabi.
12733 * arm-linux-tdep.c: Include "osabi.h".
12734 * armnbsd-tdep.c: Include "osabi.h".
12735
12736 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12737 Update call to gdbarch_init_osabi.
12738
12739 * i386-tdep.h: Don't include "osabi.h".
12740 (struct gdbarch_tdep): Remove osabi member.
12741 * i386-tdep.c: Include "osabi.h".
12742 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12743 iterate over arches. Update call to gdbarch_init_osabi.
12744 (i386_dump_tdep): Don't dump osabi.
12745 * i386-linux-tdep.c: Include "osabi.h".
12746 * i386-sol2-tdep.c: Include "osabi.h".
12747 * i386bsd-tdep.c: Include "osabi.h".
12748 * i386gnu-tdep.c: Include "osabi.h".
12749 * i386ly-tdep.c: Include "osabi.h".
12750 * i386nbsd-tdep.c: Include "osabi.h".
12751 * i386obsd-tdep.c: Include "osabi.h".
12752
12753 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12754 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12755 check osabi when iterating over arches. Update call to
12756 gdbarch_init_osabi.
12757 (mips_dump_tdep): Don't dump osabi.
12758
12759 * ns32k-tdep.h: Don't include "osabi.h".
12760 (struct gdbarch_tdep): Remove.
12761 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12762 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12763 allocate tdep. Update call to gdbarch_init_osabi.
12764 (ns32k_dump_tdep): Remove.
12765 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12766 * ns32knbsd-tdep.c: Include "osabi.h".
12767
12768 * ppc-tdep.h: Don't include "osabi.h".
12769 (struct gdbarch_tdep): Remove osabi member.
12770 * rs6000-tdep.c: Include "osabi.h".
12771 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12772 osabi when iterating over arches. Update call to
12773 gdbarch_init_osabi.
12774 (rs6000_dump_tdep): Don't dump osabi.
12775 * ppc-linux-tdep.c: Include "osabi.h".
12776 * ppcnbsd-tdep.c: Include "osabi.h".
12777
12778 * sh-tdep.h: Don't include "osabi.h".
12779 (struct gdbarch_tdep): Remove osabi member.
12780 * sh-tdep.c: Include "osabi.h".
12781 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12782 iterate over arches. Update call to gdbarch_init_osabi.
12783 (sh_dump_tdep): Don't dump osabi.
12784 * shnbsd-tdep.c: Include "osabi.h".
12785
12786 * sparc-tdep.c: Include "osabi.h".
12787 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12788 iterate over arches. Update call to gdbarch_init_osabi.
12789 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12790 tdep structure.
12791
12792 * vax-tdep.h: Don't include "osabi.h".
12793 (struct gdbarch_tdep): Remove.
12794 * vax-tdep.c: Include "osabi.h".
12795 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12796 iterate over arches. Don't allocate tdep. Update call
12797 to gdbarch_init_osabi.
12798 (vax_dump_tdep): Remove.
12799 (_initialize_vax_tdep): Update call to gdbarch_register.
12800
12801 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12802
12803 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12804 entirely.
12805 (breakpoint_re_set_one): Don't fetch the value for a disabled
12806 watchpoint.
12807
12808 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12809
12810 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12811 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12812 (COERCE_FLOAT_TO_DOUBLE): Remove.
12813 * gdbarch.c: Regenerate.
12814 * gdbarch.h: Regenerate.
12815 * Makefile.in: Remove value_h from gdbarch_h.
12816 * valops.c (coerce_float_to_double): New variable.
12817 (default_coerce_float_to_double): Remove.
12818 (standard_coerce_float_to_double): Remove.
12819 (value_arg_coerce): Use coerce_float_to_double.
12820 (_initialize_valops): Add "set coerce-float-to-double".
12821 * value.h (default_coerce_float_to_double): Remove prototype.
12822 (standard_coerce_float_to_double): Remove prototype.
12823
12824 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12825 prototyped.
12826 * mdebugread.c (parse_symbol): Likewise.
12827 * stabsread.c (define_symbol): Mark all functions as prototyped.
12828
12829 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12830 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12831 set_gdbarch_coerce_float_to_double.
12832 * arm-tdep.c (arm_gdbarch_init): Likewise.
12833 * frv-tdep.c (frv_gdbarch_init): Likewise.
12834 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12835 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12836 * mips-tdep.c (mips_gdbarch_init): Likewise.
12837 (mips_coerce_float_to_double): Remove.
12838 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12839 (rs6000_coerce_float_to_double): Remove.
12840 * s390-tdep.c (s390_gdbarch_init): Likewise.
12841 * sh-tdep.c (sh_gdbarch_init): Likewise.
12842 (sh_coerce_float_to_double): Remove.
12843 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12844 (sparc_coerce_float_to_double): Remove.
12845 * v850-tdep.c (v850_gdbarch_init): Likewise.
12846 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12847 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12848 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12849 (hppa_coerce_float_to_double): Remove prototype.
12850 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12851
12852 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12853
12854 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12855
12856 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12857
12858 Suggested by Stewart Brown <sb24@avaya.com>:
12859 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12860 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12861 (c_type_print_varspec_suffix): Likewise.
12862
12863 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12864
12865 * configure.in: Don't set and AC_SUBST SUBDIRS.
12866 * configure: Regenerated.
12867
12868 * configure.in: Remove code dealing with shared libraries.
12869 * Makefile.in: Remove HLDFLAGS and HLDENV.
12870 * configure: Regenerated.
12871
12872 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12873
12874 * frame.c (deprecated_frame_xmalloc): New function.
12875 (deprecated_set_frame_saved_regs_hack): New function.
12876 (deprecated_set_frame_extra_info_hack): New function.
12877 * frame.h (deprecated_frame_xmalloc): Declare.
12878 (deprecated_set_frame_saved_regs_hack): Declare.
12879 (deprecated_set_frame_extra_info_hack): Declare.
12880
12881 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12882
12883 * configure.in: Move code that provides the --enable-gdbtk option
12884 right after the code that handles the --enable-tui option, and
12885 polish it somewhat.
12886 * configure: Regenerated.
12887
12888 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12889 AC_CHECK_FUNCS and remove the old check for pread64.
12890 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12891 * acconfig.h (_GNU_SOURCE): Add.
12892 (HAVE_PREAD64): Remove.
12893 * configure, aclocal.m4, config.in: Regenerated.
12894
12895 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12896
12897 * alpha-tdep.c: Use get_frame_saved_regs.
12898 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12899 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12900 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12901 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12902 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12903
12904 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12905
12906 * configure.in: Remove all use of the SUBDIRS variable; add
12907 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12908 code providing the --enable-multi-ice option, and move it right in
12909 front of the code that checks whether gdbserver is supported.
12910 Polish that too.
12911 * configure: Regenerated.
12912 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12913 @SUBDIRS@.
12914
12915 2003-01-03 Andrew Cagney <cagney@redhat.com>
12916
12917 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12918 * avr-tdep.c, cris-tdep.c: Ditto.
12919 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12920 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12921
12922 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12923
12924 * configure.in: Remove --enable-netrom option.
12925 * configure: Regenerated.
12926
12927 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12928
12929 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12930 declaration for `struct re_pattern_buffer' instead.
12931 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12932
12933 2003-01-03 J. Brobecker <brobecker@gnat.com>
12934
12935 * mdebugread.c (parse_symbol): Count until the stEnd matching
12936 the structure name.
12937
12938 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12939
12940 * configure.in: Remove --with-cpu option.
12941 subscripts. Remove evil changequotes here.
12942 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12943 * config.in, configure: Regenerated.
12944
12945 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12946 * configure.in: Cleanup section that sources GDB and BFD configure
12947 subscripts. Remove evil changequotes here.
12948 * config.in, configure: Regenerated.
12949
12950 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12951
12952 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12953 frame accessor methods.
12954 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12955 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12956 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12957 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12958 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12959 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12960 * z8k-tdep.c: Ditto.
12961
12962 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12963
12964 * configure.in: Remove UI_OUT configuration code.
12965 * ada-lang.c: Update assuming UI_OUT is always true.
12966 * Makefile.in (UIOUT_CFLAGS): Remove.
12967 * configure: Regenerated.
12968 * TODO: Remove blurb about elimination of -DUI_OUT.
12969
12970 * configure.in: Move code that provides the --enable-gdbcli,
12971 --enable-gdbmi options right before the code that handles the
12972 --enable-tui option. Polish a bit.
12973 * configure: Regenerated.
12974
12975 * configure.in: Rewrite check for GNU regex and the
12976 --without-included regex option, and move it into the "Checks for
12977 library functions" section. This makes us use the system regex
12978 again by default on systems with version 2 of the GNU C library.
12979 This was apparently broken.
12980 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12981 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12982 * config.in, configure: Regenerated.
12983
12984 * configure.in: Move code that provides the --enable-tui option
12985 before the "Checks for libraries" section. Polish the code
12986 somewhat and set need_curses to yes if we build the TUI. Rewrite
12987 code that looks for a library providing termcap functionality to
12988 match more closely what's done in the Readline library, and move
12989 it into to the "Checks for libraries" section.
12990 * configure: Regenerated.
12991 * Makefile.in (TERMCAP): Remove variable.
12992 * config/i386/go32.mh (TERMCAP): Remove variable.
12993
12994 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12995
12996 * MAINTAINERS: Mention gdb_mbuild.sh.
12997 * gdb_mbuild.sh: Rewrite.
12998
12999 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13000
13001 * configure.in: Fix typo in last change.
13002 * config.in, configure: Regenerated.
13003
13004 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13005
13006 * valarith.c (value_binop): Delete obsolete code and comments.
13007 * configure.host: Ditto.
13008 * buildsym.h (make_blockvector): Ditto.
13009 * buildsym.c (make_blockvector): Ditto.
13010 * defs.h (enum language): Ditto.
13011 (chill_demangle): Ditto.
13012 * elfread.c (elf_symtab_read): Ditto.
13013 * dwarfread.c (CHILL_PRODUCER): Ditto.
13014 (set_cu_language): Ditto.
13015 (handle_producer): Ditto.
13016 * expprint.c (print_subexp): Ditto.
13017 * gdbtypes.c (chill_varying_type): Ditto.
13018 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13019 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13020 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13021 (chill_varying_type): Ditto.
13022 * language.h (_LANG_chill): Ditto.
13023 * language.c (binop_result_type, integral_type): Ditto.
13024 (character_type, string_type, structured_type): Ditto.
13025 (lang_bool_type, binop_type_check): Ditto.
13026 * stabsread.h (os9k_stabs): Ditto.
13027 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13028 (define_symbol, read_type, read_struct_fields): Ditto.
13029 (read_array_type, read_enum_type, read_huge_number): Ditto.
13030 (read_range_type, start_stabs): Ditto.
13031 * symfile.c (init_filename_language_table): Ditto.
13032 (add_psymbol_with_dem_name_to_list): Ditto.
13033 * symtab.c (symbol_init_language_specific): Ditto.
13034 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13035 * symtab.h (struct general_symbol_info): Ditto.
13036 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13037 * typeprint.c (typedef_print): Ditto.
13038 * utils.c (fprintf_symbol_filtered): Ditto.
13039 * valops.c (value_cast, search_struct_field, value_slice): Delete
13040 obsolete code.
13041 (varying_to_slice): Delete function.
13042 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13043 (varying_to_slice): Delete declaration.
13044 * MAINTAINERS: Update.
13045
13046 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13047
13048 * configure.in: Reorganize "Checks for library functions section"
13049 a bit. Remove check for `btowc' and `isascii' functions.
13050 * configure: Regenerated.
13051
13052 * acconfig.h (_MSE_INT_H): Remove.
13053 * configure.in: Create "Checks for header files" section, and move
13054 appropriate tests there. Don't check for objlist.h, wchar.h,
13055 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13056 misdetection fix. Also add "Checks for types", "Checks for
13057 compiler characteristics" and "Checks for library functions"
13058 sections.
13059 * config.in, configure: Regenerated.
13060
13061 * configure.in: Create "Checks for programs" section, and move
13062 appropriate tests there.
13063
13064 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13065
13066 * configure.in: Create "Checks for libraries" section, and move
13067 appropriate tests there. Cleanup check for wctype in libw. Use
13068 AC_SEARCH_LIBS to see whether we need libsocket.
13069 * configure: Regenerated.
13070
13071 For older changes see ChangeLog-2002
13072 \f
13073 Local Variables:
13074 mode: change-log
13075 left-margin: 8
13076 fill-column: 74
13077 version-control: never
13078 End:
This page took 0.337368 seconds and 4 git commands to generate.