]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-11 Alan Modra <amodra@bigpond.net.au>
2
3 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
4 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
5 Correct test for pc within section.
6
7 2003-10-11 Mark Kettenis <kettenis@gnu.org>
8
9 * gdbarch.sh: Remove trailing whitepsace from comments.
10
11 2003-10-08 Roland McGrath <roland@redhat.com>
12
13 * gcore.c (make_mem_sec): Function removed, folded into ...
14 (gcore_create_callback): ... here. To omit a section, clear its
15 SEC_LOAD bit rather than zeroing its size.
16 Omit read-only sections only if they correspond to a known disk file.
17 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
18
19 2003-10-10 Michael Snyder <msnyder@redhat.com>
20
21 * d10v-tdep.c: Fix typo in comment.
22
23 2003-10-10 Andrew Cagney <cagney@redhat.com>
24
25 * rs6000-tdep.c (e500_store_return_value): Delete function.
26 (e500_extract_return_value): Delete function.
27 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
28 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
29 "ppc_sysv_abi_restore_return_value" where applicable.
30 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
31 (ppc_sysv_abi_extract_return_value): Declare.
32 (ppc_sysv_abi_broken_store_return_value): Declare.
33 (ppc_sysv_abi_broken_extract_return_value): Declare.
34 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
35 * ppc-sysv-tdep.c (return_value_convention): Move definition to
36 start of file.
37 (do_ppc_sysv_return_value): New function.
38 (ppc_sysv_abi_extract_return_value): New function.
39 (ppc_sysv_abi_store_return_value): New function.
40 (ppc_sysv_abi_broken_extract_return_value): New function.
41 (ppc_sysv_abi_broken_store_return_value): New function.
42 (ppc_sysv_abi_use_struct_convention): Call
43 do_ppc_sysv_return_value.
44
45 2003-10-10 J. Brobecker <brobecker@gnat.com>
46
47 * blockframe.c (inside_main_func): No longer use symbol_lookup()
48 to lookup the main function symbol.
49
50 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
51
52 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
53 types correctly.
54 (sh_push_dummy_call_fpu): Fix argument passing rules.
55 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
56 float types.
57 (sh3e_sh4_store_return_value): Ditto.
58
59 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
60
61 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
62 comment.
63
64 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
65
66 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
67 more readable code. Accomodate passing of bitfields.
68
69 2003-10-10 Andrew Cagney <cagney@redhat.com>
70
71 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
72 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
73 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
74 * ppc-sysv-tdep.c: Include "gdb_assert.h".
75 (ppc64_sysv_abi_push_dummy_call): New function.
76 (ppc64_sysv_abi_broken_push_dummy_call): New function.
77 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
78 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
79
80 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
81
82 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
83 * README: Ditto.
84 * d10v-tdep.c: Ditto.
85 * h8300-tdep.c: Ditto.
86 * remote-e7000.c: Ditto.
87 * remote-hms.c: Ditto.
88 * ser-e7kpc.c: Ditto.
89 * sh-stub.c: Ditto.
90 * sh-tdep.c: Ditto.
91 * sh-tdep.h: Ditto.
92 * sh3-rom.c: Ditto.
93 * sh64-tdep.c: Ditto.
94 * top.c: Ditto.
95 * wince.c: Ditto.
96 * config/d10v/d10v.mt: Ditto.
97 * config/sh/embed.mt: Ditto.
98 * config/sh/linux.mt: Ditto.
99 * config/sh/tm-linux.h: Ditto.
100 * config/sh/tm-sh.h: Ditto.
101 * config/sh/wince.mt: Ditto.
102
103 2003-10-09 Andrew Cagney <cagney@redhat.com>
104
105 * ppc-tdep.h (struct type): Declare opaque.
106 * x86-64-tdep.h (struct regcache): Declare opaque.
107 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
108 coding style.
109
110 2003-10-09 Andrew Cagney <cagney@redhat.com>
111
112 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
113 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
114 (SOFTWARE_SINGLE_STEP_P): Ditto.
115 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
116 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
117 (SOFTWARE_SINGLE_STEP_P): Ditto.
118 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
119 software_single_step to rs6000_software_single_step.
120
121 2003-10-09 Andrew Cagney <cagney@redhat.com>
122
123 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
124
125 2003-10-09 Michael Snyder <msnyder@redhat.com>
126
127 * frame.h: Fix typo in comment.
128 * dummy-frame.c: Fix typo in comment.
129 * d10v-tdep.c: Random whitespace/comment tweaks.
130
131 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
132
133 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
134 (sh_push_dummy_code): Delete function, it's only used for dummy calls
135 on stack.
136
137 Based on input by Stephen Clarke (stephen.clarke@superh.com):
138 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
139 in detail.
140
141 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
142
143 * remote-mips.c (mips_initialize): Remove unneeded call to
144 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
145
146 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
147
148 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
149 a memory pointer.
150
151 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
152
153 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
154 for any lwp we resume.
155 (running_callback): Add lwps that have pending status events
156 against them to be considered running.
157
158 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
159
160 * m32r-tdep.c : Include "dis-asm.h".
161 * Makefile.in (m32r-tdep.o): Update dependencies.
162
163 2003-10-06 J. Brobecker <brobecker@gnat.com>
164
165 * completer.h (get_gdb_completer_word_break_characters): Delete.
166 * completer.c: include language.h.
167 (gdb_completer_word_break_characters): Delete.
168 (get_gdb_completer_word_break_characters): Delete.
169 (location_completer): Use the word break characters of the current
170 language.
171 (complete_line): Likewise.
172 (line_completion_function): Likewise.
173 (skip_quoted_chars): Likewise.
174 * Makefile.in (completer.o): Add dependency on language.h.
175 * top.c (init_main): Set the readline word break characters
176 to GDB's default word break characters.
177
178 2003-10-06 J. Brobecker <brobecker@gnat.com>
179
180 * language.h (language_defn): new field, la_word_break_characters.
181 * language.c (unknown_language_defn): Set new field to
182 default_word_break_characters.
183 (auto_language_defn): Likewise.
184 (local_language_defn): Likewise.
185 * ada-lang.c (ada_language_defn): Likewise.
186 * c-lang.c (c_language_defn): Likewise.
187 (cplus_language_defn): Likewise.
188 (asm_language_defn): Likewise.
189 (minimal_language_defn): Likewise.
190 * f-lang.c (f_language_defn): Likewise.
191 * jv-lang.c (java_language_defn): Likewise.
192 * m2-lang.c (m2_language_defn): Likewise.
193 * objc-lang.c (objc_language_defn): Likewise.
194 * p-lang.c (pascal_language_defn): Likewise.
195 * scm-lang.c (scm_language_defn): Likewise.
196
197 2003-10-06 Andrew Cagney <cagney@redhat.com>
198
199 * ppc-sysv-tdep.c: Re-indent.
200
201 2003-10-06 J. Brobecker <brobecker@gnat.com>
202
203 * language.h (default_word_break_characters): Add prototype.
204 * language.c (default_word_break_characters): New function.
205
206 2003-10-06 Andreas Schwab <schwab@suse.de>
207
208 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
209 with %eax.
210
211 2003-10-06 Andrew Cagney <cagney@redhat.com>
212
213 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
214 "h8500-tdep.c".
215 (z8k-tdep.o): Delete custom build rule.
216
217 2003-10-06 Andrew Cagney <cagney@redhat.com>
218
219 * Makefile.in: Update all dependencies.
220
221 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
222 No longer list PA as as obsolete candidate. List m32r as
223 broken instead of obsolete.
224
225 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
226 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
227 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
228 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
229 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
230 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
231 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
232 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
233 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
234 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
235 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
236 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
237 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
238 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
239 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
240 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
241 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
242 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
243 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
244 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
245 * config/z8k/z8k.mt: Ditto.
246
247 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
248 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
249 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
250 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
251 sparclite were removed.
252 * configure.host, configure.tgt: Remove corresponding tuples.
253
254 * breakpoint.c, breakpoint.h: Remove obsolete code.
255 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
256 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
257 * stabsread.h, xcoffread.c: Ditto.
258
259 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
260 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
261 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
262 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
263
264 2003-10-06 David Lecomber <dsl@sources.redhat.com>
265
266 * f-valprint.c: Reformatting
267
268 2003-10-06 Mark Kettenis <kettenis@gnu.org>
269
270 * x86-64-tdep.c: Remove duplicate comment.
271
272 * x86-64-tdep.c (x86_64_store_return_value): Don't use
273 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
274 names for return values. This fixes a bug since we looked at %rbx
275 instead of %rdx.
276
277 2003-10-05 Mark Kettenis <kettenis@gnu.org>
278
279 * x86-64-tdep.c: Include "regset.h".
280
281 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
282 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
283 sizeof_fpregset.
284 * i386-tdep.c: Include "regset.h".
285 (i386_supply_gregset): New function.
286 (i386_supply_fpregset): New function.
287 (i386_gdbarch_init): Initialze register set-related members of
288 TDEP.
289 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
290 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
291
292 2003-10-03 Andrew Cagney <cagney@redhat.com>
293
294 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
295 set extract_return_value, store_return_value and
296 use_struct_convention to ppc64_sysv_abi_extract_return_value,
297 ppc64_sysv_abi_store_return_value and
298 ppc64_sysv_abi_use_struct_convention.
299 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
300 (ppc64_sysv_abi_store_return_value): Declare.
301 (ppc64_sysv_abi_use_struct_convention): Declare.
302 * ppc-sysv-tdep.c (enum return_value_convention): Define.
303 (ppc64_sysv_abi_extract_return_value): New function.
304 (ppc64_sysv_abi_store_return_value): New function.
305 (ppc64_sysv_abi_use_struct_convention): New function.
306 (ppc64_sysv_abi_return_value): New function.
307
308 2003-10-03 Andrew Cagney <cagney@redhat.com>
309
310 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
311 convert a descriptor to a function when it's in the ".opd"
312 section.
313
314 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
315
316 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
317 reg_size to keep GCC silent.
318
319 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
320
321 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
322 base for DW_EH_PE_textrel encodings.
323 (read_encoded_value): Add a DW_EH_PE_textrel case.
324 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
325 section.
326
327 2003-10-03 Mark Kettenis <kettenis@gnu.org>
328
329 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
330
331 2003-10-02 Andrew Cagney <cagney@redhat.com>
332
333 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
334 REGISTER_RAW_SIZE.
335 * gdbarch.h, gdbarch.c: Re-generate.
336 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
337 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
338 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
339 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
340 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
341 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
342 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
343 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
344 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
345 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
346 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
347 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
348 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
349 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
350 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
351 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
352
353 2003-10-02 Jim Blandy <jimb@redhat.com>
354
355 * dwarf2read.c (struct die_info): Doc fix.
356
357 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
358
359 * sh-tdep.c: Running thru gdb_indent.sh.
360
361 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
362
363 * sh-tdep.c (sh_justify_value_in_reg): New function.
364 (sh_stack_allocsize): Ditto.
365 (flt_argreg_array): New array used for floating point argument
366 passing.
367 (sh_init_flt_argreg): New function.
368 (sh_next_flt_argreg): Ditto.
369 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
370 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
371 Fix argument passing strategy.
372 (sh_push_dummy_call_nofpu): Ditto.
373
374 2003-10-01 Andrew Cagney <cagney@redhat.com>
375
376 * value.h (register_value_being_returned): Declare. Replace
377 "value_being_returned".
378 * infcall.c (call_function_by_hand): Use
379 register_value_being_returned.
380 * infcmd.c (print_return_value): Call
381 "register_value_being_returned", handle struct return locally.
382 * values.c (register_value_being_returned): New function. Replace
383 "value_being_returned".
384
385 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
386
387 * linux-proc.c (linux_do_registers): New function.
388 (linux_make_note_section): Use linux_do_registers in case of
389 single threaded inferior programs.
390
391 2003-10-01 Andrew Cagney <cagney@redhat.com>
392
393 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
394 use STRUCT_ADDR. When not using "struct return convention", pass
395 "0" to "value_being_returned". Add FIXMEs.
396 * infcmd.c (print_return_value): Pass an explicit 0/1 to
397 value_being_returned. Add comments.
398 * values.c (value_being_returned): Add fixme.
399 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
400 (hppa_value_returned_from_stack): Add FIXME.
401
402 2003-09-30 David Carlton <carlton@kealia.com>
403
404 * dwarf2read.c (struct die_info): Add 'parent' field; replace
405 'has_children' and 'next' by 'child' and 'sibling'.
406 (read_comp_unit): Rework algorithm, breaking body into
407 read_die_and_children and read_die_and_siblings.
408 (read_die_and_children, read_die_and_siblings): New.
409 (read_full_die): Add 'has_children' argument; set it instead of
410 the die's 'has_children' field. Minor formatting cleanup.
411 (free_die_list): Use die->child and die->sibling instead of
412 die->next.
413 (dump_die_list): Ditto.
414 (sibling_die): Use die->sibling.
415 (psymtab_to_symtab_1): Use die's 'child' field in place of its
416 'has_children' and 'next' fields.
417 (process_die, read_file_scope, read_func_scope)
418 (read_lexical_block_scope, read_structure_scope)
419 (read_enumeration, read_array_type, read_common_block)
420 (read_namespace, read_subroutine_type, dump_die): Ditto.
421
422 2003-09-30 Andrew Cagney <cagney@redhat.com>
423
424 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
425 to 224, not 220.
426
427 2003-09-30 Andrew Cagney <cagney@redhat.com>
428
429 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
430 REGISTER_VIRTUAL_SIZE.
431 * gdbarch.h, gdbarch.c: Regenerate.
432 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
433 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
434 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
435
436 2003-09-29 Andrew Cagney <cagney@redhat.com>
437
438 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
439 DEPRECATED_REGISTER_VIRTUAL_TYPE.
440 * gdbarch.h, gdbarch.c: Regenerate.
441 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
442 * sh64-tdep.c, sparc-tdep.c: Update.
443
444 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
445 * remote-vxmips.c (vx_read_register): Ditto.
446 * remote-vx68.c (vx_read_register): Ditto.
447 * gnu-nat.c (inf_validate_procs): Ditto.
448
449 2003-09-29 J. Brobecker <brobecker@gnat.com>
450
451 * infcall.c (call_function_by_hand): Fix build failure
452 introduced in the previous change to this file.
453
454 2003-09-29 Andrew Cagney <cagney@redhat.com>
455
456 * NEWS: Mention Objective-C.
457
458 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
459
460 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
461 test if the register has been saved on the stack.
462 (arm_scan_prologue_cache): When analysing the instruction
463 "str lr, [sp, #-4]", save the address where lr has been stored.
464
465 2003-09-28 Andrew Cagney <cagney@redhat.com>
466
467 * frame.c (frame_read_unsigned_register): Delete function.
468 * frame.h (frame_read_unsigned_register): Delete declaration.
469 * sparc-tdep.c (sparc_init_extra_frame_info): Use
470 get_frame_register_unsigned.
471 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
472 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
473 * d10v-tdep.c (d10v_print_registers_info): Ditto.
474
475 * frame.h (frame_read_register): Delete declaration.
476 * frame.c (frame_read_register): Delete function.
477 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
478 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
479 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
480 * mips-tdep.c (mips_register_to_value): Ditto.
481 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
482 * d10v-tdep.c (d10v_print_registers_info): Ditto.
483
484 * frame.c (frame_read_signed_register): Delete function.
485 (frame_read_unsigned_register): Update comments.
486 * frame.h (frame_read_signed_register): Delete declaration.
487 * h8300-tdep.c (h8300_print_register): Use
488 get_frame_register_signed.
489 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
490
491 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
492 Rename VALUE_RETURNED_FROM_STACK.
493 * infcmd.c (print_return_value): Update.
494 * infcall.c (call_function_by_hand): Update.
495
496 2003-09-28 Mark Kettenis <kettenis@gnu.org>
497
498 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
499 regcache argument and reverse the order of the other two
500 arguments. Remove local regcache variable. Determine
501 architecture from REGCACHE. Update comments.
502 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
503 reverse the order of the other two arguments. Remove local
504 regcache variable. Determine architecture from REGCACHE. Update
505 comments.
506 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
507 prototypes. Update comments.
508 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
509 comment.
510 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
511 Update.
512 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
513 * i386-interix-nat.c (supply_fpregset): Update.
514 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
515 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
516 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
517 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
518 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
519 Update.
520 * i386obsd-tdep.c (fetch_core_registers): Update.
521 * i386v4-nat.c (supply_fpregset): Update.
522 * x86-64-linux-nat.c (supply_fpregset): Update.
523 * x86-64-linux-tdep.c (fetch_core_registers): Update.
524
525 2003-09-27 Mark Kettenis <kettenis@gnu.org>
526
527 * i386-tdep.h: Put opaque declarations in alphabetical
528 order. Remove spurious whitespace.
529 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
530 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
531 * i386-tdep.c (MM0_REGNUM): Remove define.
532 (i386_mmx_regnum_p): Add gdbarch argument.
533 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
534 Rewrite using new macro definitions for FPU/SSE registers.
535 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
536 definitions from i387-tdep.h.
537 (i386_register_name): Update.
538 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
539 new macro definitions for FPU/SSE registers.
540 (i386_extract_return_value): Determine whether floating-point
541 registers are present by examining REGCACHE's architecture.
542 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
543 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
544 FPU/SSE registers.
545 (i386_register_type): Update.
546 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
547 definitions for FPU registers. Use REGCACHE's architecture to
548 determine the appropriate register numbers.
549 (i386_pseudo_register_read, i386_pseudo_register_write,
550 i386_register_reggroup_p): Update.
551 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
552 TDEP->mm0_regnum.
553 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
554 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
555 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
556 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
557 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
558 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
559 *' to `void *'.
560 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
561 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
562 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
563 definitions for FPU/SSE registers.
564 (FXSAVE_MXCSR_ADDR): New define.
565 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
566 TDEP->mm0_regnum.
567 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
568 (I387_ST0_REGNUM): Define.
569
570 * regcache.h (get_regcache_arch): New prototype.
571 * regcache.c (get_regcache_arch): New function.
572
573 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
574 whitespace.
575
576 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
577 Initialize using ARRAY_SIZE.
578
579 2003-09-27 Andrew Cagney <cagney@redhat.com>
580
581 * arch-utils.c (deprecated_init_frame_pc_default): Rename
582 "init_frame_pc_default".
583 * arch-utils.h (deprecated_init_frame_pc_default): Update.
584 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
585 * vax-tdep.c (vax_gdbarch_init): Update.
586 * v850-tdep.c (v850_gdbarch_init): Update.
587 * sh64-tdep.c (sh64_gdbarch_init): Update.
588 * s390-tdep.c (s390_gdbarch_init): Update.
589 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
590 * mcore-tdep.c (mcore_gdbarch_init): Update.
591 * h8300-tdep.c (h8300_gdbarch_init): Update.
592 * cris-tdep.c (cris_gdbarch_init): Update.
593 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
594
595 2003-09-26 Mark Kettenis <kettenis@gnu.org>
596
597 * regset.h: New file.
598 * Makefile.in (regset_h): Add.
599
600 2003-09-25 Andrew Cagney <cagney@redhat.com>
601
602 * frame.h (deprecated_frame_saved_regs): Rename
603 get_frame_saved_regs.
604 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
605 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
606 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
607 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
608 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
609
610 2003-09-25 Andrew Cagney <cagney@redhat.com>
611
612 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
613 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
614 and Java.
615 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
616 arm*-*-* do not use the new frame code.
617
618 2003-09-25 David Carlton <carlton@kealia.com>
619
620 * c-exp.y: Remove 'register' declarations.
621 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
622
623 2003-09-25 David Carlton <carlton@kealia.com>
624
625 * c-exp.y: Include cp-support.h. Add qualified_type.
626 (yylex): Delete nested type hack; add comments.
627 * cp-namespace.c (cp_lookup_nested_type): New function.
628 * cp-support.h: Declare cp_lookup_nested_type.
629 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
630 instead of value_struct_elt_for_reference.
631 * valops.c: Include cp-support.h.
632 (value_aggregate_elt): New function.
633 (value_namespace_elt): Ditto.
634 (value_struct_elt_for_reference): Make static.
635 * value.h: Delete declaration of value_struct_elt_for_reference;
636 add declaration for value_aggregate_elt.
637 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
638 (valops.o): Ditto.
639
640 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
641
642 * stack.c: Include "reggroups.h".
643 (frame_info): Only display registers in all_reggroup.
644 * Makefile.in (stack.o): Update dependencies.
645
646 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
647
648 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
649 "add ip, sp #n" in the prologue.
650 (arm_scan_prologue): Ditto.
651
652 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
653
654 * MAINTAINERS (write after approval): Add myself.
655
656 2003-09-25 Andreas Schwab <schwab@suse.de>
657
658 * m68k-tdep.c: Include "dwarf2-frame.h".
659 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
660 * Makefile.in (m68k-tdep.o): Update dependencies.
661
662 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
663
664 * sh-tdep.c (struct frame_extra_info): Remove.
665 (struct sh_frame_cache): New structure.
666 (GET_SOURCE_REG): New macro extracting source register of an opcode.
667 (GET_TARGET_REG): Ditto but target register.
668 (GET_PUSHED_REG): Remove.
669 (IS_MOV_ARG_TO_REG): New macro.
670 (IS_MOV_ARG_TO_IND_R14): New macro.
671 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
672 (IS_MOVW_PCREL_TO_REG): New macro.
673 (IS_MOVL_PCREL_TO_REG): New macro.
674 (IS_SUB_REG_FROM_SP): New macro.
675 (IS_ARG_MOV): Remove.
676 (IS_MOV_TO_R14): Remove.
677 (IS_RESTORE_FP): New macro.
678 (IS_RTS): New macro.
679 (IS_LDS): New macro.
680 (IS_MOV_FP_SP): New macro.
681 (IS_ADD_REG_TO_FP): New macro.
682 (IS_ADD_IMM_FP): New macro.
683 (sh_skip_prologue_hard_way): Remove.
684 (sh_saved_pc_after_call): Remove.
685 (sh_frame_chain): Remove.
686 (sh_find_callers_reg): Remove.
687 (sh_nofp_frame_init_saved_regs): Remove.
688 (sh_fp_frame_init_saved_regs): Remove.
689 (sh_init_extra_frame_info): Remove.
690 (sh_analyze_prologue): New function.
691 (sh_skip_prologue): Remove deprecated code. Rely on new function
692 sh_analyze_prologue when after_prologue fails.
693 (sh_frame_saved_pc): Remove.
694 (sh_alloc_frame_cache): New function.
695 (sh_frame_cache): Ditto.
696 (sh_frame_prev_register): Ditto.
697 (sh_frame_this_id): Ditto.
698 (sh_frame_unwind): New structure defining the heuristic frame
699 sniffer interface.
700 (sh_frame_sniffer): New function.
701 (sh_unwind_sp): Ditto.
702 (sh_unwind_pc): Ditto.
703 (sh_unwind_dummy_id): Ditto.
704 (sh_frame_base_address): Ditto.
705 (sh_frame_base): New structure defining new frame base code.
706 (sh_in_function_epilogue_p): New function.
707 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
708 code and to call all new code instead. Initialize dwarf2 and
709 heuristic frame sniffer.
710
711 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
712
713 * parser-defs.h (struct exp_descriptor): New definition, containing
714 language-specific info for printing, prefixifying, dumping, and
715 evaluating expressions.
716 (exp_descriptor_standard): Declare new variable.
717 (print_subexp): Make global and declare here (from expprint.c).
718 (dump_subexp): Ditto.
719 (dump_subexp_body_standard): Declare.
720 (operator_length_standard): Declare.
721 (op_name_standard): Declare.
722 (print_subexp): Declare.
723 (print_subexp_standard): Declare.
724
725 * language.h (struct language_defn): Add la_exp_desc field to hold
726 pointer to table for language-specific operators.
727 Remove evaluate_exp field, which is now in struct exp_descriptor.
728
729 * parse.c (operator_length): Move most code to new
730 operator_length_standard function. Use language-specific information.
731 (operator_length_standard): New function taking most code from
732 operator_length.
733 (exp_descriptor_standard): New constant.
734
735 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
736 and OP_EXTENDED_LAST.
737
738 * expprint.c (print_subexp): Use language-specific print_subexp.
739 Make global; remove static declaration.
740 Move most code to print_subexp_standard.
741 (print_subexp_standard): New function, containing code formerly in
742 print_subexp.
743 (op_name): Add expression to argument signature.
744 Use langauge-specific op_name.
745 Move most code to op_name_standard.
746 (op_name_standard): New function, containing code formerly in op_name.
747 (dump_subexp): Use new version of op_name function.
748 Use language-specific dump_subexp_body, and move most existing code to
749 dump_subexp_body_standard.
750 (dump_raw_expression): Use new op_name interface.
751 (dump_subexp_body): Move most code to dump_subexp_body_standard.
752 (dump_subexp_body_standard): New function, containing code formerly
753 in dump_subexp_body.
754
755 * language.c (unknown_language): Add default la_exp_desc field and
756 remove evaluate_exp field.
757 (auto_language): Ditto.
758 (local_language): Ditto.
759 * f-lang.c (f_language_defn): Ditto.
760 * c-lang.c (c_language_defn): Ditto.
761 (cplus_language_defn): Ditto.
762 (asm_language_defn): Ditto.
763 (minimal_language_defn): Ditto.
764 * p-lang.c (pascal_language_defn): Ditto.
765 * m2-lang.c (m2_language_defn): Ditto.
766 * objc-lang.c (objc_language_defn): Ditto.
767
768 * jv-lang.c (exp_descriptor_java): New variable, containing
769 Java-specific expression evaluator.
770 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
771 field.
772 * scm-lang.c (exp_descriptor_scm): New variable, containing
773 Scheme-specific expression evaluator.
774 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
775 field.
776 * objc-lang.c (print_object_command): Take evaluate_exp from the
777 la_exp_desc field.
778
779 * Makefile.in (eval.o): Add dependency on parser-defs.h.
780
781 * eval.c: Include parser-defs.h for the full declaration of
782 la_exp_desc's type.
783 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
784
785 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
786
787 * parser-defs.h (operator_length): Declare.
788
789 * parse.c (length_of_subexp): Use operator_length to get operator
790 lengths and arities for operators.
791 Move most code to new operator_length function.
792 (operator_length): New function absorbing most code from
793 length_of_subexp.
794 (prefixify_subexp): Remove large case and use operator_length instead.
795 (parse_exp_1): Use renamings:
796 dump_prefix_expression => dump_raw_expression and
797 dump_postfix_expression => dump_prefix_expression.
798
799 * expression.h (dump_prefix_expression): Rename to ...
800 (dump_raw_expression): New name.
801 (dump_postfix_expression): Rename to ...
802 (dump_prefix_expression): New name.
803
804 * expprint.c (dump_subexp): Make global. Add comment.
805 Move most existing code to dump_subexp_body.
806 (dump_subexp_body): New function.
807 (dump_prefix_expression): Rename to dump_raw_expression.
808 Remove attempt to print the expression via print_expression: it can't
809 work before the expression is prefixified.
810 (dump_raw_expression): Renamed from dump_prefix_expression.
811 (dump_postfix_expression): Rename to dump_prefix_expression, since
812 that's what it does.
813 Remove 'note' parameter, since this routine must be used on
814 prefixified expression.
815 (dump_prefix_expression): Renamed from dump_postfix_expression.
816
817 2003-09-22 Jim Blandy <jimb@redhat.com>
818
819 * dwarf2read.c (read_array_type): When building the type for an
820 array of unspecified length, make sure to choose the upper bound
821 so that the array's total length comes out to be zero --- that's
822 how we represent such arrays.
823
824 2003-09-22 Michael Chastain <mec@shout.net>
825
826 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
827
828 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
829
830 * top.c (quit_force): Fix indirect call to quit_target so
831 a struct qt_args pointer is passed.
832
833 2003-09-22 Andrew Cagney <cagney@redhat.com>
834
835 * arch-utils.h (init_frame_pc_noop): Delete declaration.
836 * arch-utils.c (init_frame_pc_noop): Delete function.
837 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
838 "init_frame_pc".
839 * mips-tdep.c (mips_gdbarch_init): Ditto.
840 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
841 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
842 declaration.
843 (DEPRECATED_INIT_FRAME_PC): Delete macro.
844 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
845 declaration.
846 (DEPRECATED_INIT_FRAME_PC): Delete macro.
847
848 2003-09-22 Anthony Green <green@redhat.com>
849
850 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
851 declaration.
852
853 2003-09-20 Andrew Cagney <cagney@redhat.com>
854
855 * breakpoint.c: Eliminate ARGSUSED.
856 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
857 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
858 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
859 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
860 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
861 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
862 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
863 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
864 * wince.c, remote-vx.c: Ditto.
865
866 * cli/cli-script.c: Remove "register" attributes.
867 * config/pa/tm-hppa.h: Ditto.
868 * cli/cli-decode.c: Ditto.
869 * cli/cli-cmds.c: Ditto.
870
871 2003-09-19 Andrew Cagney <cagney@redhat.com>
872
873 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
874 DEPRECATED_NPC_REGNUM.
875 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
876
877 2003-09-19 Christopher Faylor <cgf@redhat.com>
878
879 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
880
881 2003-09-19 Jim Blandy <jimb@redhat.com>
882
883 * macrotab.c (macro_include): Use the correct comparison to find
884 the appropriate place for this inclusion in the list.
885
886 2003-09-19 Andrew Cagney <cagney@redhat.com>
887
888 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
889 (DEPRECATED_HPUX_TEXT_END): Define.
890 (deprecated_hpux_text_end): Declare.
891 (struct target_ops): Declare opaque.
892 * hppah-nat.c (text_end): Make static.
893 (deprecated_hpux_text_end): New function.
894 * exec.c (text_end): Delete global variable.
895 (NEED_TEXT_START_END): Do not define.
896 (exec_file_attach): Replace code computing "text_end" code with
897 call to DEPRECATED_HPUX_TEXT_END.
898
899 2003-09-19 Andrew Cagney <cagney@redhat.com>
900
901 * utils.c (align_up, align_down): New functions.
902 * defs.h (align_up, align_down): Declare.
903 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
904 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
905 and "align_down".
906 (round_up, round_down): Delete functions.
907 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
908 "align_down".
909 (ROUND_DOWN, ROUND_UP): Delete macros.
910 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
911 * h8300-tdep.c: Replace "round_up" and "round_down" with
912 "align_up" and "align_down".
913 (round_up, round_down): Delete macros.
914 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
915 "align_down".
916 (ROUND_UP, ROUND_DOWN): Delete macros.
917
918 2003-09-18 J. Brobecker <brobecker@gnat.com>
919
920 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
921 hard-coded constant. Use the proper machine name instead.
922
923 2003-09-17 Andrew Cagney <cagney@redhat.com>
924
925 * sparc-tdep.c (legacy_register_name): Delete function.
926 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
927 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
928 * infcmd.c (gdb_register_name): Delete variable.
929 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
930 REGISTER_NAME and "tm.h".
931 * gdbarch.h, gdbarch.c: Regenerate.
932 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
933 REGISTER_NAMES in comments.
934 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
935 * m68klinux-nat.c (regmap): Ditto.
936
937 2003-09-17 Jim Blandy <jimb@redhat.com>
938
939 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
940
941 2003-09-17 Andrew Cagney <cagney@redhat.com>
942
943 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
944 (ppcnbsd_init_abi): Set "use_struct_convention" to
945 "ppcnbsd_use_struct_convention".
946
947 2003-09-17 Mark Kettenis <kettenis@gnu.org>
948
949 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
950 * gdbarch.h, gdbarch.c: Regenerate.
951 (stabs_argument_has_addr): New architecture method.
952 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
953 * arch-utils.c: Include "buildsym.h".
954 (default_stabs_argument_has_addr): New function.
955 * stabsread.c (define_symbol): Use stabs_argument_has_addr
956 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
957
958 2003-09-17 Andrew Cagney <cagney@redhat.com>
959
960 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
961 * gdbarch.h, gdbarch.c: Regenerate.
962 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
963 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
964 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
965 * sparcnbsd-tdep.c: Update.
966
967 2003-09-17 Andrew Cagney <cagney@redhat.com>
968
969 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
970 * gdbarch.h, gdbarch.c: Regenerate.
971 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
972 * d10v-tdep.c, frame.c: Update.
973 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
974 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
975 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
976 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
977 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
978 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
979 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
980 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
981 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
982 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
983 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
984 * config/pa/nm-hppah.h: Update.
985
986 2003-09-16 Andrew Cagney <cagney@redhat.com>
987
988 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
989 "use_struct_convention" to "ppc_linux_use_struct_convention".
990 (ppc_linux_use_struct_convention): New function.
991 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
992 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
993 "rs6000_use_struct_convention".
994 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
995 declaration.
996 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
997 Delete function.
998
999 2003-09-16 Andrew Cagney <cagney@redhat.com>
1000
1001 * buildsym.c: Remove more occurances of "register".
1002 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1003 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1004 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1005 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1006 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1007 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1008 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1009 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1010
1011 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1012
1013 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1014 numbers to enumeration values.
1015 * sh-tdep.c: Accomodate above change.
1016 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1017 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1018 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1019 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1020 (IS_FPUSH): Rename from IS_FMOV.
1021 (sh_extract_struct_value_address): Remove useless comment.
1022 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1023 instead of own local values.
1024 (sh_dump_tdep): Remove.
1025 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1026 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1027
1028 2003-09-15 Andrew Cagney <cagney@redhat.com>
1029
1030 * doublest.c (convert_floatformat_to_doublest): No longer need to
1031 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1032
1033 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1034
1035 * values.c (unpack_double): Call floatformat_is_valid.
1036
1037 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1038
1039 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1040 ps_strings into a long.
1041
1042 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1043 _initialize_am64fbsd_nat.
1044
1045 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1046
1047 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1048 associated with DW_AT_ranges attribute is out of bounds.
1049
1050 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1051
1052 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1053
1054 2003-09-14 Michael Chastain <mec@shout.net>
1055
1056 * config/m68k/nm-apollo68v.h: Delete.
1057 * config/m68k/xm-apollo68v.h: Delete.
1058
1059 2003-09-14 Andrew Cagney <cagney@redhat.com>
1060
1061 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1062 * dcache.c: Update copyrights and descriptions.
1063 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1064
1065 2003-09-14 Andrew Cagney <cagney@redhat.com>
1066
1067 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1068 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1069
1070 2003-09-14 Andrew Cagney <cagney@redhat.com>
1071
1072 * alpha-nat.c: Remove some occurances of "register".
1073 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1074 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1075 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1076 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1077 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1078 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1079 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1080 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1081 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1082 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1083 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1084 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1085 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1086 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1087 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1088 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1089 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1090 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1091 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1092 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1093 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1094 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1095
1096 2003-09-13 Andrew Cagney <cagney@redhat.com>
1097
1098 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1099 * ppc-tdep.h (struct regcache): Declare opaque.
1100 * objfiles.h (struct objfile_data): Declare opaque.
1101 * cp-support.h (struct objfile): Declare opaque.
1102 * linux-nat.h (target_waitstatus): Declare opaque.
1103
1104 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1105
1106 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1107 (stabs_argument_has_addr): New architecture method.
1108 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1109 * arch-utils.c: Include "buildsym.h".
1110 (default_stabs_argument_has_addr): New function.
1111 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1112 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1113
1114 * cris-tdep.c (cris_gdbarch_init): Set
1115 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1116 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1117 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1118 * mips-tdep.c (mips_gdbarch_init): Likewise.
1119 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1120 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1121
1122 2003-09-13 Andrew Cagney <cagney@redhat.com>
1123
1124 * values.c (using_struct_return): Delete "function" and "funcaddr"
1125 parameters.
1126 * value.h (using_struct_return): Update declaration.
1127 * infcmd.c (finish_command_continuation): Update.
1128 (finish_command): Update.
1129 * infcall.c (call_function_by_hand): Update.
1130 * eval.c (evaluate_subexp_standard): Update.
1131
1132 2003-09-13 Christopher Faylor <cgf@redhat.com>
1133
1134 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1135 SSE registers since gdb will not operate correctly without this.
1136 Restore include file ordering munged in previous change.
1137 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1138
1139 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1140
1141 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1142 REG_STRUCT_HAS_ADDR.
1143 * gdbarch.c, gdbarch.h: Updated.
1144 * infcall.c (call_function_by_hand): Update.
1145 * stabsread.c (define_symbol): Updated.
1146
1147 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1148
1149 2003-09-12 Christopher Faylor <cgf@redhat.com>
1150
1151 * win32-nat.c: Reorganize so that defines used by target headers are
1152 actually defined by the system headers.
1153 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1154 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1155
1156 2003-09-12 Jim Blandy <jimb@redhat.com>
1157
1158 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1159 the file has no .data, .bss, or .rodata sections. Instead wait
1160 until we see a variable alleged to live in one of those sections.
1161
1162 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1163 .bss section, presume that any variables we find live in the
1164 .rodata section.
1165
1166 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1167 offsets for global and static variables.
1168
1169 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1170 symbol types are, by definition, in the .data section, so it is
1171 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1172 If there is no .data section, there should be no N_DATA or N_DATA
1173 | N_EXT symbols.
1174
1175 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1176
1177 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1178 (amd64fbsd_sigcontext_addr): Rewrite.
1179 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1180 with correct values.
1181 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1182 (amd64fbsd_init_abi): Fix typo.
1183
1184 2003-09-12 Andrew Cagney <cagney@redhat.com>
1185
1186 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1187 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1188
1189 2003-09-12 Andrew Cagney <cagney@redhat.com>
1190
1191 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1192 "entry_file_highpc". Update comments.
1193 * defs.h (deprecated_inside_entry_file): Rename
1194 "inside_entry_file".
1195 * blockframe.c (deprecated_inside_entry_file): Rename
1196 "inside_entry_file".
1197 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1198 * vax-tdep.c (vax_frame_chain): Update.
1199 * sh64-tdep.c (sh64_frame_chain): Update.
1200 * sh-tdep.c (sh_frame_chain): Update.
1201 * rs6000-tdep.c (rs6000_frame_chain): Update.
1202 * ns32k-tdep.c (ns32k_frame_chain): Update.
1203 * mips-tdep.c (mips_frame_chain): Update.
1204 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1205 * m32r-tdep.c (m32r_frame_this_id): Update.
1206 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1207 * frv-tdep.c (frv_frame_this_id): Update.
1208 * d10v-tdep.c (d10v_frame_this_id): Update.
1209 * cris-tdep.c (cris_frame_chain): Update.
1210 * blockframe.c (legacy_frame_chain_valid): Update.
1211 * avr-tdep.c (avr_frame_this_id): Update.
1212 * arm-tdep.c (arm_prologue_this_id): Update.
1213 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1214 * objfiles.c (objfile_relocate): Update.
1215 * mipsread.c (mipscoff_symfile_read): Update.
1216 (mipscoff_symfile_read): Update.
1217 * mdebugread.c (parse_partial_symbols): Update.
1218 * dwarfread.c (read_file_scope): Update.
1219 * dwarf2read.c (read_file_scope): Update.
1220 * dbxread.c (read_dbx_symtab): Update.
1221 (read_dbx_symtab): Update.
1222 * coffread.c (complete_symtab): Update.
1223
1224 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1225
1226 * top.c (quit_target): New static helper function.
1227 (quit_force): Moved code to quit_target(). Call quit_target()
1228 via catch_errors() to catch errors during quit.
1229
1230 2003-09-11 David Carlton <carlton@kealia.com>
1231
1232 * buildsym.c (finish_block): Use allocate_block to allocate the
1233 block.
1234 * mdebugread.c (new_block): Add FIXME.
1235
1236 2003-09-11 David Carlton <carlton@kealia.com>
1237
1238 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1239 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1240 (recursive_dump_type): Ditto.
1241 * printcmd.c (print_formatted): Ditto.
1242 * typeprint.c (print_type_scalar): Ditto.
1243 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1244 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1245 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1246 maint_cplus_cmd_list.
1247 * cp-support.c: Make maint_cplus_cmd_list extern.
1248 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1249 command.h.
1250 (lookup_symbol_file): Look in possible namespace blocks when
1251 appropriate.
1252 (initialize_namespace_symtab): New.
1253 (get_possible_namespace_block, free_namespace_block)
1254 (check_possible_namespace_symbols)
1255 (check_possible_namespace_symbols_loop)
1256 (check_one_possible_namespace_symbol)
1257 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1258 (_initialize_cp_namespace): Ditto.
1259 * block.h: Declare allocate_block.
1260 * block.c (allocate_block): New.
1261 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1262 allocate_block.
1263 * symfile.h: Update declaration of add_psymbol_to_list.
1264 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1265 question.
1266 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1267 scan_partial_symbols_call.
1268 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1269 helper functions.
1270 (add_partial_symbol): If necessary, scan mangled names for names
1271 of namespaces.
1272 (add_partial_namespace): Add NAMESPACE argument; generate partial
1273 symbols associated to namespaces.
1274 (add_partial_enumeration): Add NAMESPACE argument.
1275 (new_symbol): Allow namespace syms.
1276 (read_namespace): Generate namespace syms.
1277 * objfiles.h: Add opaque declaration of struct symtab.
1278 (struct objfile): Add cp_namespace_symtab member.
1279 * objfiles.c (allocate_objfile): Set
1280 objfile->cp_namespace_symtab.
1281 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1282 dictionary_h, command_h.
1283
1284 2003-09-11 Andrew Cagney <cagney@redhat.com>
1285
1286 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1287 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1288 near the function's end.
1289 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1290 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1291 regcache_raw_write_signed to set SP_REGNUM.
1292
1293 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1294
1295 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1296 orig_addrs is set up properly.
1297
1298 2003-09-11 Andrew Cagney <cagney@redhat.com>
1299
1300 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1301 * gdbarch.h, gdbarch.c: Re-generate.
1302 * infcall.c (call_function_by_hand): Update.
1303 * hppa-tdep.c (hppa_push_arguments): Update.
1304 * ada-lang.c (place_on_stack): Update.
1305 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1306 * sparc-tdep.c (sparc_gdbarch_init): Update.
1307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1308 * hppa-tdep.c (hppa_gdbarch_init): Update.
1309 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1310 stack_align.
1311
1312 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1313
1314 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1315 register do need a frame.
1316
1317 2003-09-11 Andrew Cagney <cagney@redhat.com>
1318
1319 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1320 buildable since GDB 5.0.
1321 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1322 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1323 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1324 * irix4-nat.c: Delete file.
1325 * config/mips/irix4.mh: Delete file.
1326 * config/mips/irix3.mh: Delete file.
1327 * config/mips/irix3.mt: Delete file.
1328 * config/mips/tm-irix3.h: Delete file.
1329 * config/mips/nm-irix3.h: Delete file.
1330 * config/mips/xm-irix3.h: Delete file.
1331 * config/mips/nm-irix4.h: Delete file.
1332 * config/mips/xm-irix4.h: Delete file.
1333 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1334
1335 2003-09-10 J. Brobecker <brobecker@gnat.com>
1336
1337 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1338 * Makefile.in (hppa-tdep.o): Update dependencies.
1339
1340 2003-09-10 James E Wilson <wilson@specifixinc.com>
1341
1342 * MAINTAINERS: Change my e-mail address. Move to paper trail
1343 section.
1344
1345 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1346
1347 * MAINTAINERS (frv): New ISA entry.
1348
1349 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1350
1351 * frv-tdep.c (dis-asm.h): Include.
1352 * Makefile.in (frv-tdep.o): Update dependencies.
1353
1354 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1355
1356 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1357 Fix typo for high range of floating registers.
1358
1359 2003-09-09 David Carlton <carlton@kealia.com>
1360
1361 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1362 highpc initialization here out of scan_partial_symbols.
1363 (scan_partial_symbols): Restructure into a recursive version,
1364 calling add_partial_namespace and add_partial_enumeration when
1365 appropriate.
1366 (add_partial_namespace): New.
1367 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1368
1369 2003-09-09 Andrew Cagney <cagney@redhat.com>
1370
1371 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1372 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1373 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1374 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1375
1376 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1377 (rs6000_push_dummy_call): Set the "TOC" register.
1378
1379 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1380 methods "max_register_raw_size", "max_register_virtual_size" or
1381 "register_virtual_size".
1382
1383 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1384
1385 * MAINTAINERS: Update my e-mail address.
1386
1387 2003-09-09 Andrew Cagney <cagney@redhat.com>
1388
1389 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1390 (rs6000_push_dummy_call): Store the struct return address.
1391 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1392
1393 2003-09-09 Andrew Cagney <cagney@redhat.com>
1394
1395 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1396 "ppc_sysv_abi_push_arguments".
1397 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1398 "ppc_sysv_abi_push_arguments".
1399 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1400 instead of "push_arguments".
1401 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1402
1403 2003-09-09 Andrew Cagney <cagney@redhat.com>
1404
1405 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1406 instead of CALL_DUMMY_ADDRESS.
1407
1408 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1409
1410 * p-lang.c: Eliminate "register".
1411 * c-lang.c: Ditto.
1412 * expprint.c: Ditto.
1413 * f-lang.c: Ditto.
1414 * jv-lang.c: Ditto.
1415 * language.c: Ditto.
1416 * m2-lang.c: Ditto.
1417 * parse.c: Ditto.
1418 * scm-lang.c: Ditto.
1419 * objc-lang.c: Ditto.
1420
1421 2003-09-09 Nick Clifton <nickc@redhat.com>
1422
1423 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1424
1425 2003-09-04 Andrew Cagney <cagney@redhat.com>
1426
1427 * avr-tdep.c: Include "dis-asm.h".
1428 * cris-tdep.c: Include "dis-asm.h".
1429 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1430 instead of corresponding typedef.
1431 * h8300-tdep.c: Include "dis-asm.h".
1432 * ia64-tdep.c: Include "dis-asm.h".
1433 * i386-tdep.c: Include "dis-asm.h".
1434 (i386_print_insn): Use "struct disassemble_info" instead of
1435 corresponding typedef.
1436 * m68k-tdep.c: Include "dis-asm.h".
1437 * mcore-tdep.c: Include "dis-asm.h".
1438 * mips-tdep.c: Include "dis-asm.h".
1439 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1440 instead of corresponding typedef.
1441 * ns32k-tdep.c: Include "dis-asm.h".
1442 * s390-tdep.c: Include "dis-asm.h".
1443 * sparc-tdep.c: Include "dis-asm.h".
1444 * vax-tdep.c: Include "dis-asm.h".
1445 * v850-tdep.c: Include "dis-asm.h".
1446 * mn10300-tdep.c: Include "dis-asm.h".
1447 * rs6000-tdep.c: Include "dis-asm.h".
1448 * xstormy16-tdep.c: Include "dis-asm.h".
1449 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1450 print_insn_xstormy16.
1451 * Makefile.in (v850-tdep.o): Update dependencies.
1452 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1453 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1454 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1455 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1456 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1457 (gdbarch_h): Remove $(dis_asm_h).
1458 * disasm.c: Include "dis-asm.h".
1459 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1460 corresponding typedef.
1461 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1462 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1463 * gdbarch.sh: Do not include "dis-asm.h".
1464 (struct disassemble_info): Declare opaque.
1465 (TARGET_PRINT_INSN): Update declaration.
1466 * gdbarch.h, gdbarch.c: Re-generate.
1467
1468 2003-09-08 Andrew Cagney <cagney@redhat.com>
1469
1470 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1471 CALL_DUMMY_ADDRESS, change to a predicate.
1472 * gdbarch.h, gdbarch.c: Re-generate.
1473 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1474 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1475 * infcall.c (call_function_by_hand): Ditto.
1476 * sparc-tdep.c (sparc_push_return_address): Ditto.
1477 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1478 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1479 CALL_DUMMY_ADDRESS with entry_point_address.
1480 * v850-tdep.c (v850_push_return_address): Ditto.
1481 * s390-tdep.c (s390_push_return_address): Ditto.
1482 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1483 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1484 * mcore-tdep.c (mcore_push_return_address): Ditto.
1485 * cris-tdep.c (cris_push_return_address): Ditto.
1486 * arm-tdep.c (arm_push_return_address): Ditto.
1487
1488 2003-09-08 Andrew Cagney <cagney@redhat.com>
1489
1490 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1491 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1492 and REG_UNMODIFIED to REG_SAME_VALUE.
1493 (execute_cfa_program): Update.
1494 (dwarf2_frame_cache): Update. Initialize table to
1495 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1496 location.
1497 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1498
1499 2003-09-08 Andrew Cagney <cagney@redhat.com>
1500
1501 * gnu-nat.c: Remove "inline" function attribute.
1502 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1503
1504 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1505
1506 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1507 target.
1508
1509 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1510
1511 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1512 (frame_extra_info): Rename this struct to frv_unwind_cache.
1513 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1514 Add fields ``prev_sp'' and ``base''.
1515 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1516 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1517 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1518 Delete.
1519 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1520 Revise all callers. Fill in the unwind cache argument and make
1521 other adjustments to account for new frame mechanisms.
1522 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1523 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1524 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1525 (frv_frame_unwind, frv_frame_base): New structs.
1526 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1527 additional arguments expected by this method and adjust function
1528 body accordingly.
1529 (frv_gdbarch_init): Remove calls to the following functions:
1530 set_gdbarch_deprecated_init_frame_pc(),
1531 set_gdbarch_deprecated_saved_pc_after_call(),
1532 set_gdbarch_deprecated_frame_chain(),
1533 set_gdbarch_deprecated_frame_saved_pc(),
1534 set_gdbarch_deprecated_frame_init_saved_regs(),
1535 set_gdbarch_deprecated_push_arguments(),
1536 set_gdbarch_deprecated_push_return_address(),
1537 set_gdbarch_deprecated_pop_frame(),
1538 set_gdbarch_deprecated_call_dummy_words(),
1539 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1540 set_gdbarch_deprecated_init_extra_frame_info(),
1541 set_gdbarch_deprecated_dummy_write_sp(), and
1542 set_gdbarch_deprecated_pc_in_call_dummy().
1543 Add calls to the following functions:
1544 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1545 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1546 frame_base_set_default().
1547 * Makefile.in (frv-tdep.o): Update dependencies.
1548
1549 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1550
1551 * dwarf2-frame.c (read_encoded_value): Add support for
1552 DW_EH_PE_aligned encoding.
1553
1554 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1555
1556 * infrun.c (normal_stop): Don't print a message if the inferior
1557 has exited.
1558
1559 2003-09-08 Jim Blandy <jimb@redhat.com>
1560
1561 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1562 * dbxread.c: #include "gdb_assert.h".
1563 (read_dbx_symtab): If the objfile has no .data section, use the
1564 section index for the .bss section instead.
1565
1566 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1567
1568 * frame.c (deprecated_safe_get_selected_frame): New function.
1569 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1570 * findvar.c (read_var_value): Call it.
1571
1572 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1573
1574 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1575 (sh64-tdep.o): Add dependencies.
1576 * configure.tgt: Add FIXME to sh-*-linux*.
1577 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1578 (sh_gdbarch_init): Always set correct sh_show_regs function
1579 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1580 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1581 * sh64-tdep.c: New file, containing all sh64 related code from
1582 sh-tdep.c.
1583 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1584 * config/sh/linux.mt (TDEPFILES): Ditto.
1585 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1586 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1587 * config/sh/wince.mt (TDEPFILES): Ditto.
1588
1589 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1590
1591 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1592 (stop_wait_callback): Handle !lp->signalled also.
1593 (lin_lwp_has_pending, flush_callback): New functions.
1594 (lin_lwp_wait): Call flush_callback.
1595 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1596 (linux_proc_pending_signals): New function.
1597 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1598
1599 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1600
1601 From Nick Kelsey <nickk@ubicom.com>:
1602 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1603 when the stop PC is at the beginning of a function also.
1604
1605 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1606
1607 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1608 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1609
1610 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1611
1612 * sol-thread.c: Include "gdb_string.h".
1613
1614 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1615
1616 * gcore.c: Reorder include files in alphabetical order. Include
1617 "gdb_assert.h". Various coding style fixes.
1618 (derive_stack_segment, derive_heap_segment): Replace check for
1619 non-null BOTTOM and TOP with gdb_assert.
1620 (derive_heap_segment): Replace check for successful creation of
1621 ZERO with gdb_assert.
1622 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1623
1624 2003-09-04 Andrew Cagney <cagney@redhat.com>
1625
1626 * thread-db.c (verbose_dlsym): New function.
1627 (thread_db_load): Use verbose_dlsym
1628 (thread_db_new_objfile): Print that libthread_db was loaded, and
1629 that thread debugging was enabled.
1630
1631 2003-09-04 Andrew Cagney <cagney@redhat.com>
1632
1633 * configure.tgt: Add "mips64*-*-*" target. Delete
1634 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1635 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1636 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1637 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1638 mips*-sony-*, and mips64*-*-elf* targets.
1639 * config/mips/embedl.mt: Delete file.
1640 * config/mips/embedl64.mt: Delete file.
1641 * config/mips/mips.mt: Delete file.
1642 * config/mips/mips64.mt: Delete file.
1643 * config/mips/tm-embed.h: Delete file.
1644 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1645 * config/mips/embed64.mt: Delete out-of-date comment.
1646
1647 2003-09-04 Andrew Cagney <cagney@redhat.com>
1648
1649 * hppa-tdep.c (hppa_gdbarch_init): Set
1650 "have_nonsteppable_watchpoint".
1651 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1652 * mips-tdep.c (mips_dump_tdep): Do not print
1653 HAVE_NONSTEPPABLE_WATCHPOINT.
1654 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1655 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1656 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1657 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1658
1659 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1660
1661 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1662 unused code. Add comment.
1663
1664 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1665
1666 * breakpoint.c (watchpoint_check): Check for pc being in an
1667 epilogue if watchpoint frame couldn't be found.
1668
1669 2003-09-04 Andrew Cagney <cagney@redhat.com>
1670
1671 * Makefile.in: Re-generate all dependencies.
1672
1673 2003-09-03 Andrew Cagney <cagney@redhat.com>
1674
1675 * arch-utils.h (legacy_print_insn): Delete declaration.
1676 * arch-utils.c (legacy_print_insn): Delete function.
1677 * disasm.c (deprecated_tm_print_insn_info): Delete.
1678 (_initialize_disasm): Delete function, contained code initializing
1679 deprecated_tm_print_insn_info.
1680 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1681 (deprecated_tm_print_insn_info): Delete.
1682 (TARGET_PRINT_INSN): Do not provide a default.
1683 * gdbarch.h, gdbarch.c: Re-generate.
1684
1685 2003-09-03 Andrew Cagney <cagney@redhat.com>
1686
1687 * disasm.c (fprintf_disasm): New function.
1688 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1689 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1690 reverts 2003-08-14 change.
1691 (_initialize_disasm): Call "init_disassemble_info", instead of
1692 INIT_DISASSEMBLE_INFO_NO_ARCH.
1693
1694 2003-09-03 Michael Snyder <msnyder@redhat.com>
1695
1696 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1697
1698 2003-09-03 Andrew Cagney <cagney@redhat.com>
1699
1700 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1701 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1702 * symfile.c (syms_from_objfile): Update.
1703 (reread_symbols): `Update
1704 * exec.c (exec_file_attach): Update.
1705 (exec_file_attach): Update.
1706 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1707 2003-08-29 change.
1708 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1709
1710 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1711
1712 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1713 trad-frame.h.
1714 (arm_get_cache): Delete macro.
1715 (struct arm_prologue_cache): Update comments. Make saved_regs into
1716 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1717 to prev_sp.
1718 (thumb_scan_prologue): Update for cache changes. Don't call
1719 DEPRECATED_PC_IN_CALL_DUMMY.
1720 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1721 argument and use it in desperation search for our prologue. Do not
1722 search past the specified PC.
1723 (arm_make_prologue_cache): Simplify.
1724
1725 (arm_prologue_this_id, arm_prologue_prev_register)
1726 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1727 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1728 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1729 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1730 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1731
1732 (arm_frame_chain_valid, arm_find_callers_reg)
1733 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1734 (arm_pop_frame): Delete obsolete methods.
1735 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1736
1737 (arm_gdbarch_init): Update for new frame methods. Register prologue
1738 and sigtramp unwinders. Set the default frame base method.
1739
1740 * Makefile.in (arm-tdep.o): Update dependencies.
1741 * varobj.c (find_frame_addr_in_frame_chain): Call
1742 get_frame_base_address.
1743 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1744
1745 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1746
1747 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1748 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1749 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1750 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1751 Take NEXT_FRAME and CACHE arguments. Call
1752 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1753 Set unwound_pc in CACHE instead of modifying the frame argument.
1754 Don't bother checking the frame type when looking for sigtramp
1755 frames.
1756 (arm_make_prologue_cache, arm_frame_chain)
1757 (arm_init_extra_frame_info): New functions.
1758
1759 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1760
1761 * arm-tdep.c (arm_get_cache): Define.
1762 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1763 unwound_sp, unwound_pc, and saved_regs.
1764 (thumb_scan_prologue): Take a cache instead of the frame.
1765 (arm_scan_prologue): Likewise.
1766 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1767 instead of a temporary frame.
1768 (arm_init_extra_frame_info): Allocate and use a cache.
1769 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1770
1771 2003-09-03 Andrew Cagney <cagney@redhat.com>
1772
1773 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1774 * config/mips/wince.mt (TM_CLIBS): Ditto.
1775 * config/sh/wince.mt (TM_CLIBS): Ditto.
1776 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1777 * config/sparc/sp64.mt (CC): Delete.
1778
1779 2003-09-03 Andrew Cagney <cagney@redhat.com>
1780
1781 * defs.h: Do not include "arch-utils.h".
1782 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1783 GDB_MULTI_ARCH_PURE.
1784 * configure.in (GDB_MULTI_ARCH): Do not define.
1785 * configure, config.in: Regenerate.
1786 * configure.tgt: Do not set variable "gdb_multi_arch".
1787 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1788 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1789 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1790 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1791 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1792 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1793 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1794 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1795 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1796 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1797 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1798 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1799 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1800 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1801 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1802 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1803 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1804 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1805
1806 2003-08-30 Michael Chastain <mec@shout.net>
1807
1808 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1809 * config/m68k/nm-hp300hpux.h: Delete.
1810 * config/m68k/tm-hp300hpux.h: Delete.
1811 * config/m68k/xm-hp300hpux.h: Delete.
1812 * config/m68k/xm-hp300bsd.h: Delete.
1813 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1814 tm-hp300hpux.h, xm-hp300hpux.h.
1815 * somsolib.c: Remove comment about hp300 shared libraries.
1816
1817 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1818
1819 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1820 Only define PTRACE_GET_THREAD_AREA is not already defined.
1821 Various style fixes in code and comments and some additional
1822 spelling fixes in comments. Move after functions dealing with
1823 debug registers.
1824 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1825 Fix coding-style.
1826
1827 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1828 frame_unwind_register_unsigned instead of
1829 frame_unwind_unsigned_register.
1830
1831 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1832
1833 * configure.in: Search for gethostbyname in libnsl.
1834 * configure: Regenerated.
1835
1836 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1837
1838 * configure.in: Remove redundant AC_MSG_RESULT in check for
1839 uintptr_t in stdint.h.
1840 * configure: Regenerated.
1841
1842 * amd64-nat.h (struct regcache): Add opaque declaration.
1843
1844 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1845 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1846 Change "register array" to "register cache" in comments.
1847 (x86_64_linux_gregset64_reg_offset): New variable.
1848 (GETREGS_SUPPLIES): Remove macro.
1849 (supply_gregset): Call amd64_supply_native_gregset instead of
1850 x86_64_linux_supply_gregset.
1851 (fill_gregset): Rename `regno' to `regnum'. Call
1852 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1853 (store_regs): Rename `regno' to `regnum'.
1854 (store_fpregs): Rename `regno' to `regnum'.
1855 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1856 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1857 Reorganize function a bit.
1858 (store_inferior_registers): Rename `regno' to `regnum'. Use
1859 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1860 Reorganize function a bit.
1861 (_initialize_x86_64_linux_nat): New function.
1862 * config/i386/x86-64linux.mh.
1863
1864 2003-08-29 Andrew Cagney <cagney@redhat.com>
1865
1866 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1867 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1868 (target_remove_watchpoint): Delete macro.
1869 (target_insert_watchpoint): Delete macro.
1870 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1871 (remote_mips_stopped_by_watchpoint): Delete declaration.
1872 (remote_mips_remove_watchpoint): Delete declaration.
1873 (remote_mips_set_watchpoint): Delete declaration.
1874 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1875 * remote-mips.c (_initialize_remote_mips): Set
1876 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1877 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1878 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1879 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1880 (mips_stopped_by_watchpoint): Rename
1881 remote_mips_stopped_by_watchpoint.
1882 (mips_can_hardware_watchpoint): Rename
1883 remote_mips_can_use_hardware_watchpoint, update function
1884 signature.
1885
1886 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1887
1888 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1889 USER_DS. We haven't given them a register number yet.
1890
1891 * amd64-nat.h: New file.
1892 * amd64-nat.c: New file.
1893 * amd64fbsd-nat.c: Include "amd64-nat.h".
1894 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1895 (amd64fbsd32_r_reg_offset): New variable.
1896 (supply_gregset): Simply call amd64_supply_native_gregset.
1897 (fill_gregset): Rename `regno' to `regnum'. Simply call
1898 amd64_collect_native_gregset.
1899 (fill_fpregset): Rename `regno' to `regnum'.
1900 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1901 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1902 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1903 `fpregset_t'. Call amd64_supply_native_gregset instead of
1904 supply_gregset. Call x86_64_supply_fxsave instead of
1905 supply_fpregset.
1906 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1907 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1908 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1909 `fpregset_t'. Call amd64_collect_native_gregset instead of
1910 fill_gregset. Call x86_64_collect_fxsave instead of
1911 fill_fpregset.
1912 (_initialize_am64fbsd_nat): Initialize
1913 amd64_native_gregset32_reg_offset and
1914 amd64_native_gregset64_reg_offset.
1915 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1916
1917 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1918 null pointer. Fix typo in comment.
1919
1920 * regcache.c (supply_register): Reimplement to call
1921 regcache_raw_supply.
1922 (regcache_collect): Reimplement by calling regcache_raw_collect.
1923
1924 2003-08-28 Mark Kettenis <kettenis@gnu.org>
1925
1926 * regcache.c (register_buffer): Consitify first argument.
1927 (regcache_raw_supply, regcache_raw_collect): New
1928 functions.
1929
1930 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1931
1932 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1933 by Nathan J. Williams.
1934
1935 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1936
1937 * lin-lwp.c (wait_lwp): New function, copied from
1938 stop_wait_callback. Clean up.
1939 (stop_wait_callback): Use wait_lwp.
1940
1941 2003-08-28 Andrew Cagney <cagney@redhat.com>
1942
1943 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1944 flavour and disassembler options.
1945 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1946 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1947 deprecated_tm_print_insn_info.
1948
1949 2003-08-27 Andrew Cagney <cagney@redhat.com>
1950
1951 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1952 Use target_read_memory.
1953 (s390_get_frame_info): Update. Do not reference
1954 deprecated_tm_print_insn_info.
1955 (s390_check_function_end, s390_is_sigreturn): Ditto.
1956
1957 2003-08-27 Andrew Cagney <cagney@redhat.com>
1958
1959 * Makefile.in (cris-tdep.o): Update dependencies.
1960 * cris-tdep.c: Include "gdb_assert.h".
1961 (cris_gdbarch_init): Set print_insn.
1962 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1963 (cris_delayed_get_disassembler): Simplify, directly call the
1964 disassembler returned by cris_get_disassembler.
1965 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1966 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1967 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1968 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1969 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1970 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1971 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1972 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1973 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1974 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1975 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1976 (gdb_print_insn_sparc): Delete function.
1977 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1978 deprecated_tm_print_insn_info.
1979 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1980 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1981 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1982 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1983 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1984 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1985 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1986 (s390_gdbarch_init): Set print_insn.
1987
1988 2003-08-27 Andrew Cagney <cagney@redhat.com>
1989
1990 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
1991 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
1992 * infcall.c (call_function_by_hand): Convert the entry point
1993 address into a code address.
1994
1995 2003-08-27 Andrew Cagney <cagney@redhat.com>
1996
1997 * dsrec.c: Include "gdb_string.h".
1998 * Makefile.in (dsrec.o): Update dependencies.
1999
2000 2003-08-27 Michael Chastain <mec@shout.net>
2001
2002 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2003
2004 2003-08-27 Andrew Cagney <cagney@redhat.com>
2005
2006 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2007 (alpha_osf1_init_abi): Do not set call_dummy_address.
2008
2009 2003-08-27 David Carlton <carlton@kealia.com>
2010
2011 From Randolph Chung <tausq@debian.org>:
2012 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2013 compiles with -Wformat-nonliteral -Werror.
2014
2015 2003-08-26 Jim Blandy <jimb@redhat.com>
2016
2017 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2018 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2019 bfd_lookup_symbol, since we only want symbols in code sections.
2020 (look_for_base): Pass zero as the SECT_FLAGS argument to
2021 bfd_lookup_symbol, since we're not concerned about which section
2022 the symbol is in.
2023
2024 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2025
2026 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2027 we are frameless or the return address register is already known.
2028
2029 2003-08-26 Andrew Cagney <cagney@redhat.com>
2030
2031 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2032 in size. Add comments.
2033
2034 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2035
2036 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2037 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2038
2039 2003-08-26 Jason Merrill <jason@redhat.com>
2040
2041 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2042 case out of #ifdef MIPS block.
2043
2044 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2045
2046 PR java/1322
2047 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2048 available before calling SECT_OFF_TEXT.
2049 * PROBLEMS: Remove description of java/1322.
2050
2051 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2052
2053 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2054 bof, and nat0-nat127 as pseudo-registers.
2055 (ia64_frame_cache): New struct used to cache frame info.
2056 (ia64_register_reggroup_p): New routine used to override default
2057 register grouping so registers without names are still saved and
2058 restored.
2059 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2060 pseudo values.
2061 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2062 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2063 (ia64_alloc_frame_cache): New routine to create a new
2064 ia64_frame_cache.
2065 (examine_prologue): Change prototype to add next_frame pointer.
2066 Assume frameless until otherwise proven. Verify that the cfm for
2067 current frame matches the cfm that should occur for the prologues
2068 alloc insn and if equal, mark as not frameless. At end of routine,
2069 if not frameless, calculate registers for the previous frame and store
2070 in the cache, if a cache is provided.
2071 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2072 and pass 0 for next_frame.
2073 (ia64_store_return_value): Change to use convert_typed_floating()
2074 instead of calling ia64_convert_to_raw().
2075 (ia64_extract_return_value): Change to use convert_typed_floating()
2076 instead of calling ia64_convert_to_virtual().
2077 (ia64_frame_cache): New routine to support new frame model.
2078 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2079 (ia64_frame_sniffer): Ditto.
2080 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2081 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2082 (ia64_sigtramp_frame_prev_register): Ditto.
2083 (ia64_sigtramp_frame_sniffer): Ditto.
2084 (ia64_frame_base_address): Ditto.
2085 (ia64_extract_struct_value_address): Change to issue error message.
2086 (ia64_frame_align): New routine to align sp.
2087 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2088 (ia64_push_arguments): Removed. Logic moved to
2089 ia64_push_dummy_call().
2090 (ia64_push_return_address): Ditto.
2091 (ia64_unwind_dummy_id): New function.
2092 (ia64_unwind_pc): Ditto.
2093 (ia64_convert_register_p): Ditto.
2094 (ia64_register_to_value): Ditto.
2095 (ia64_value_to_register): Ditto.
2096 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2097 (ia64_register_byte, ia64_register_raw_size): Ditto.
2098 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2099 (ia64_saved_pc_after_call): Ditto.
2100 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2101 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2102 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2103 (ia64_register_convert_to_raw): Ditto.
2104 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2105 (ia64_init_extra_frame_info): Ditto.
2106 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2107 (ia64_gdbarch_init): Remove registering of deprecated functions that
2108 are no longer used. Add registration of new gdbarch functions.
2109 Remove registering deprecated_write_sp. Replace
2110 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2111 Delete set_gdbarch_deprecated_register_convertible(),
2112 set_gdbarch_deprecated_register_convert_to_virtual(), and
2113 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2114 set_gdbarch_deprecated_register_size(),
2115 set_gdbarch_deprecated_register_bytes(),
2116 set_gdbarch_pcregnum(),
2117 set_gdbarch_deprecated_register_byte(),
2118 set_gdbarch_deprecated_register_raw_size(),
2119 set_gdbarch_deprecated_max_register_raw_size(),
2120 set_gdbarch_deprecated_register_virtual_size(),
2121 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2122 Replace set_gdbarch_deprecated_extract_return_value() with
2123 set_gdbarch_extract_return_value(). Remove calls to:
2124 set_gdbarch_deprecated_saved_pc_after_call();
2125 set_gdbarch_deprecated_frame_chain(),
2126 set_gdbarch_deprecated_frame_saved_pc(),
2127 set_gdbarch_deprecated_frame_init_saved_regs(),
2128 set_gdbarch_deprecated_get_saved_register(),
2129 set_gdbarch_deprecated_call_dummy_words(),
2130 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2131 set_gdbarch_deprecated_init_extra_frame_info(),
2132 set_gdbarch_deprecated_frame_args_address(),
2133 set_gdbarch_deprecated_frame_locals_address(),
2134 and set_gdbarch_deprecated_dummy_write_sp().
2135 Add set_gdbarch_convert_register_p(),
2136 set_gdbarch_register_to_value(),
2137 set_gdbarch_value_to_register(),
2138 set_gdbarch_push_dummy_call(),
2139 set_gdbarch_frame_align(),
2140 set_gdbarch_unwind_dummy_id(),
2141 set_gdbarch_unwind_pc(),
2142 frame_unwind_append_sniffer(),
2143 frame_unwind_append_sniffer(),
2144 and frame_base_set_default().
2145
2146 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2147
2148 * configure.tgt: Document need for special "mipsisa64" handling.
2149 (mipsisa64*-*-linux64): Handle as target linux64.
2150 (mipsisa64*-*-*): Handle as target embed64.
2151
2152 2003-08-18 Michael Chastain <mec@shout.net>
2153
2154 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2155 objfile bug.
2156
2157 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2158
2159 * i387-tdep.h: Update copyright date.
2160 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2161
2162 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2163 CFLAGS games to reflect reality.
2164
2165 2003-08-24 Andrew Cagney <cagney@redhat.com>
2166
2167 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2168 GDB_MULTI_ARCH is always non-zero.
2169 * osabi.c (_initialize_gdb_osabi): Ditto.
2170 (gdbarch_init_osabi): Ditto.
2171 * sparc-tdep.c: Ditto for #if code.
2172
2173 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2174
2175 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2176 Update comments.
2177 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2178 comments.
2179 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2180 x86_64_supply_fxsave.
2181 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2182 x86_64_supply_fxsave.
2183 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2184 x86_64_supply_fxsave.
2185
2186 2003-08-23 Andreas Jaeger <aj@suse.de>
2187
2188 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2189 i387_supply_fxsave.
2190
2191 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2192
2193 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2194 i387_supply_register.
2195 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2196 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2197 i387_supply_fsave.
2198 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2199 i387_supply_fxsave.
2200 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2201 i387_supply_fsave.
2202 * i386bsd-nat.c (supply_fpregset): Adjust call to
2203 i387_supply_fsave.
2204 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2205 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2206 supply_fpregset.
2207 (store_inferior_registers): Remove extraneous whitespace. Call
2208 i387_fill_fsave instead of fill_fpregset.
2209 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2210 (supply_fpregset): Likewise.
2211 * i386v4-nat.c (supply_fpregset): Adjust call to
2212 i387_supply_fsave.
2213 * i386-interix-nat.c (supply_fpregset): Adjust call to
2214 i387_supply_fsave.
2215 * i386-linux-nat.c (supply_fpregset): Adjust call to
2216 i387_supply_fsave.
2217 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2218 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2219 i387supply_fsave and i387_supply_fxsave.
2220 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2221 Incorporate code from `i387_supply_register.
2222 (i387_supply_register): Remove.
2223 (i387_supply_fxsave): Add `regnum' argument.
2224 Update comments.
2225 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2226 prototype.
2227 (i387_supply_register): remove prototype.
2228 Update comments.
2229
2230 2003-08-22 Michael Chastain <mec@shout.net>
2231
2232 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2233 Add lines for files in gdb/testsuite/gdb.cp/* that are
2234 still not 8.3 unique.
2235
2236 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2237
2238 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2239 TYPE_VPTR_FIELDNO is valid.
2240
2241 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2242
2243 * utils.c (set_width_command): Remove prototypes.
2244 (set_screen_size): New prototype.
2245 (init_page_info): Simplify by fetching the screen size from
2246 Readline. Call set_screen_size.
2247 (set_screen_size): New function.
2248 (set_width): Add missing whitespace in comment.
2249 (set_width_command): Call set_screen_size.
2250 (set_height_command): New function.
2251 (initialize_utils): Fix formatting. Make "set height" command
2252 call set_height_command. Remove redundant code that turns off
2253 pagination if output isn't a terminal. Remove redundant call to
2254 set_width_command.
2255
2256 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2257
2258 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2259 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2260 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2261 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2262 `case' keyword.
2263 (sparc64_register_info): Give the reister with number
2264 SPARC64_STATE_REGNUM a name.
2265 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2266 %asi and %ccr.
2267 (sparc64_push_dummy_call): Take BIAS into account when checking
2268 stcak alignment.
2269 (sparc_software_single_step): Remove assertions that check whether
2270 NPC and NNPC were zero.
2271 (sparc_supply_rwindow): Make public. Merge functionality with
2272 sparc64_supply_rwindow.
2273 (sparc_fill_rwindow): Make public. Merge functionality with
2274 sparc64_fill_rwindow.
2275 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2276 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2277 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2278 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2279 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2280
2281 * reggroups.c: Add whitespace after declarations of local
2282 variables in functions.
2283
2284 2003-08-21 Michael Chastain <mec@shout.net>
2285
2286 * gdbtypes.h: Change array bound type from an int to enum.
2287
2288 2003-08-21 Andrew Cagney <cagney@redhat.com>
2289
2290 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2291 * config/sparc/tm-sparc.h: Ditto.
2292 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2293 unconditionally.
2294 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2295
2296 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2297
2298 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2299 (register_objfile_data, set_objfile_data, objfile_data): New
2300 prototypes.
2301 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2302 prototypes.
2303 (allocate_objfile): Call objfile_alloc_data.
2304 (free_objfile): Call objfile_free_data.
2305 (struct objfile_data): New.
2306 (struct objfile_data_registration): New.
2307 (struct objfile_data_registry): New.
2308 (objfile_data_registry): New variable.
2309 (register_objfile_data): New function.
2310 (objfile_alloc_data, objfile_free_data): New functions.
2311 (set_objfile_data, objfile_data): New functions.
2312 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2313 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2314 (_initialize_dwarf2_frame): New function and prototype.
2315
2316 2003-08-21 Andrew Cagney <cagney@redhat.com>
2317
2318 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2319 a specific architecture.
2320 * arch-utils.h (set_architecture_from_arch_mach): Delete
2321 declaration.
2322 (target_architecture_hook): Delete declaration.
2323 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2324 (default_float_format): Assume GDB_MULTI_ARCH.
2325 (default_double_format): Assume GDB_MULTI_ARCH.
2326 (set_endian_from_file): Delete function.
2327 (arch_ok): Delete function.
2328 (set_arch): Delete function.
2329 (set_architecture_from_arch_mach): Delete function.
2330 (set_architecture_from_file): Delete function.
2331 (set_architecture): Assume GDB_MULTI_ARCH.
2332 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2333
2334 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2335
2336 Rewrite FreeBSD/sparc64 native configuration.
2337 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2338 * sparc64fbsd-nat.c: New file.
2339 * sparc64fbsd-tdep.c: New file.
2340 * sparc64-tdep.c sparc64-tdep.h: New files.
2341 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2342 sparc64fbsd-tdep.o): New dependencies.
2343 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2344 and sparc64fbsd-tdep.c.
2345 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2346 * config/sparc/fbsd.mh: Remove copyright notice.
2347 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2348 sparcbsd-nat.o.
2349 * config/sparc/fbsd.mt: Remove copyright notice.
2350 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2351 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2352 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2353 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2354 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2355 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2356 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2357 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2358 "sparc/tm-sp64.h".
2359 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2360 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2361
2362 2003-08-21 Michael Chastain <mec@shout.net>
2363
2364 * symtab.h: Add doco on the space critical structures and
2365 some measurements of space usage.
2366
2367 2003-08-21 Michael Snyder <msnyder@redhat.com>
2368
2369 * tracepoint.c (trace_dump_command): Trace break address
2370 is subject to DECR_PC_AFTER_BREAK.
2371 (set_traceframe_context): Make "trace_line" an int.
2372 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2373
2374 2003-08-20 Michael Snyder <msnyder@redhat.com>
2375
2376 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2377 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2378 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2379 argument passing.
2380 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2381 functions, replace sh_push_dummy_call.
2382 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2383
2384 2003-08-20 Michael Chastain <mec@shout.net>
2385
2386 * gdbtypes.h (struct main_type): Rearrange to save space.
2387
2388 2003-08-20 Michael Snyder <msnyder@redhat.com>
2389
2390 * trad-frame.c: Comment typo fix.
2391
2392 2003-08-20 Michael Snyder <msnyder@redhat.com>
2393 Kevin Buettner <kevinb@redhat.com>
2394
2395 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2396 (frv_frame_init_saved_regs): Add declaration.
2397 (frame_extra_info): Add new field ``saved_regs''.
2398 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2399 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2400 Update frame related code.
2401 (frv_extract_struct_value_address): Adjust formatting.
2402 * Makefile.in (frv-tdep.o): Update dependencies.
2403 * config/frv/tm-frv.h (target_insert_watchpoint)
2404 (target_remove_watchpoint, target_insert_hw_breakpoint)
2405 (target_remove_hw_breakpoint): Delete these macros.
2406 (remote_insert_watchpoint, remote_remove_watchpoint)
2407 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2408 these declarations.
2409
2410 2003-08-20 Michael Chastain <mec@shout.net>
2411
2412 * defs.h (ENUM_BITFIELD): New macro.
2413 * symtab.h (ENUM_BITFIELD): Use it.
2414 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2415
2416 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2417
2418 * MAINTAINERS (write after approval): Add myself.
2419
2420 2003-08-18 Andrew Cagney <cagney@redhat.com>
2421
2422 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2423 * gdbarch.h, gdbarch.c: Re-generate.
2424 * infcall.c (call_function_by_hand): Adjust the SP by
2425 frame_red_zone_size before allocating any stack space.
2426 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2427 * x86-64-tdep.c (x86_64_frame_align): New function.
2428 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2429
2430 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2431 Remove code adjusting SP so that it skips over the Red Zone.
2432
2433 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2434
2435 * NEWS (New native configurations): Mention FreeBSD/amd64.
2436
2437 2003-08-18 Andrew Cagney <cagney@redhat.com>
2438
2439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2440 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2441 "m68k_frame_p".
2442 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2443
2444 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2445
2446 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2447
2448 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2449
2450 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2451 Define.
2452 * i386-linux-nat.c: Include "linux-nat.h".
2453 (child_post_startup_inferior): New function.
2454
2455 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2456
2457 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2458 at the start of a frameless function. This probably fixes PR
2459 backtrace/1338.
2460
2461 2003-08-17 Michael Chastain <mec@shout.net>
2462
2463 * symfile.c (find_sym_fns): Remove special case for apollo target.
2464
2465 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2466
2467 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2468 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2469 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2470 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2471 (linux_supports_tracevforkdone): New function.
2472 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2473 TRACEVFORKDONE.
2474 (child_follow_fork): Handle vfork.
2475 (linux_handle_extended_wait): Likewise. Also handle exec.
2476 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2477 * NEWS: Mention fork tracing.
2478
2479 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2482
2483 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2484
2485 * Makefile.in (i386-linux-nat.o): Update dependencies.
2486 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2487 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2488 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2489 * i386-linux-nat.c: Include "linux-nat.h".
2490 (child_post_startup_inferior): New function.
2491 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2492 * infptrace.c (kill_inferior): Wrap in #ifdef.
2493 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2494 attaching to each LWP.
2495 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2496 (init_lin_lwp_ops): Fill in some more operations.
2497 * linux-nat.h (linux_enable_event_reporting)
2498 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2499 prototypes.
2500 * linux-nat.c (linux_enable_event_reporting): New function.
2501 (child_post_attach, linux_child_post_startup_inferior)
2502 (child_post_startup_inferior, child_follow_fork)
2503 (linux_handle_extended_wait, kill_inferior): New functions.
2504
2505 2003-08-16 Andrew Cagney <cagney@redhat.com>
2506
2507 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2508 * gdbarch.h, gdbarch.c: Re-generate.
2509
2510 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2511
2512 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2513
2514 2003-08-16 Andrew Cagney <cagney@redhat.com>
2515
2516 * NEWS: Mention that "set prompt-escape-char" was deleted.
2517 * top.c (get_prompt_1): Delete function.
2518 (gdb_prompt_escape):
2519 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2520 prompt-escape-char" command.
2521 (MAX_PROMPT_SIZE): Delete macro.
2522 (get_prompt): Simplify, do not call get_prompt_1.
2523
2524 2003-08-16 Andrew Cagney <cagney@redhat.com>
2525
2526 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2527 -Werror. -Wformat-nonliteral problems.
2528
2529 2003-08-15 J. Brobecker <brobecker@gnat.com>
2530
2531 Further multiarching work mostly for hppa64-*-hpux11:
2532 * hppa-tdep.h: New file.
2533 * hppa-tdep.c: #include hppa-tdep.c.
2534 (hppa32_num_regs): Renamed from hppa_num_regs.
2535 (hppa64_num_regs): New constant.
2536 (hppa64_call_dummy_breakpoint_offset): New constant.
2537 (hppa32_call_dummy_length): New constant.
2538 (hppa64_call_dummy_length): New constant.
2539 (hppa32_stack_align): Make name 32bit explicit.
2540 (hppa32_register_virtual_type): Likewise.
2541 (hppa32_extract_return_value): Likewise.
2542 (hppa32_use_struct_convention): Likewise.
2543 (hppa32_store_return_value): Likewise.
2544 (hppa64_register_virtual_type): New function.
2545 (hppa64_extract_return_value): New function.
2546 (hppa64_use_struct_convention): New function.
2547 (hppa64_store_return_value): New function.
2548 (hppa_frame_locals_address): Remove declaration, function does
2549 not exist anymore.
2550 (hppa_register_byte): Add support for PA64 ABI.
2551 (hppa_gdbarch_init): Add support for PA64 ABI.
2552 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2553 Make name 32bit explicit.
2554 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2555 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2556 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2557 (hppa64_hpux_frame_base_before_sigtramp): New function.
2558 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2559 * config/pa/tm-hppa64.h: Remove macros that are no longer
2560 necessary now that the gdbarch vector is properly setup.
2561 Transform some macros into function calls. Some minor cleanup.
2562 * config/pa/tm-hppah.h: Update function calls in macros
2563 following the function renaming in hppa-hpux-tdep.c.
2564 * Makefile.in (hppa_tdep_h): New variable.
2565 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2566
2567 2003-08-14 Michael Snyder <msnyder@redhat.com>
2568
2569 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2570
2571 2003-08-13 J. Brobecker <brobecker@gnat.com>
2572
2573 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2574 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2575 routine.
2576
2577 2003-08-13 Michael Snyder <msnyder@redhat.com>
2578
2579 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2580 (frv_saved_pc_after_call): Use deprecated ftype.
2581 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2582 (frv_remote_translate_xfer_address): Remove.
2583 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2584
2585 2003-08-13 J. Brobecker <brobecker@gnat.com>
2586
2587 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2588 initialization after the common gdbarch initialization, not before.
2589
2590 2003-08-13 J. Brobecker <brobecker@gnat.com>
2591
2592 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2593 (ADDR_BITS_REMOVE): Remove, redundant.
2594
2595 2003-08-13 J. Brobecker <brobecker@gnat.com>
2596
2597 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2598 gdbarch method to clear the 2 low bits of text addresses.
2599
2600 2003-08-12 Andrew Cagney <cagney@redhat.com>
2601
2602 * Makefile.in (dsrec.o): Update dependencies.
2603 * dsrec.c: Include "gdb_assert.h".
2604 (make_srec): Use snprintf instead of sprintf, use a literal format
2605 string.
2606
2607 2003-08-12 Andrew Cagney <cagney@redhat.com>
2608
2609 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2610 FRAME_OBSTACK_ZALLOC.
2611
2612 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2613
2614 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2615 SSE registers.
2616
2617 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2618
2619 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2620 amd64fbsd_sc_reg_offset): Add extern declarations.
2621 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2622 declarations.
2623
2624 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2625
2626 * MAINTAINERS (write after approval): Update my mail address.
2627
2628 2003-08-10 Andrew Cagney <cagney@redhat.com>
2629
2630 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2631
2632 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2633
2634 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2635 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2636 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2637 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2638 i386bsd_sc_reg_offset): Add extern declarations.
2639 * i386obsd-nat.c: Include "i386-tdep.h"
2640 (_initialize_i386obsd_nat): Remove extern declarations.
2641 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2642 declarations.
2643 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2644 declarations.
2645
2646 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2647 instead of frame_read_register.
2648 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2649 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2650 SP_REGNUM.
2651 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2652 instead of frame_unwind_unsigned_register. Use
2653 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2654 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2655 instead of read_register. Use builtin_type_void_data_ptr instead
2656 of builtin_type_void_func_ptr when extracting the address of the
2657 jmp_buf.
2658 (i386_extract_return_value, i386_store_return_value,
2659 i386_pseudo_register_read, i386_pseudo_register_write): Use
2660 register_size instead REGISTER_RAW_SIZE.
2661
2662 2003-08-10 Andrew Cagney <cagney@redhat.com>
2663
2664 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2665 sprintf. Make "name" constant.
2666
2667 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2668
2669 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2670 instead of frame_read_register.
2671 (i387_print_float_info): Use get_frame_register and
2672 get_frame_register_unsigned instead of frame_register_read.
2673
2674 * i386fbsd-nat.c: Include "i386-tdep.h".
2675 (child_resume): Make `eflags' an ULONGEST. Use
2676 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2677 instead of register_read and register_write.
2678
2679 * i386bsd-nat.c (fetch_inferior_registers,
2680 store_inferior_registers): Don't use && at the end of a line.
2681 (_initialize_i386bsd_nat): Fix typo.
2682
2683 * frame.c (_initialize_frame): Add missing backslash.
2684
2685 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2686 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2687 and supply_register instead of manipulating the register buffer
2688 directly.
2689
2690 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2691 * config/i386/nm-i386sol2.h
2692 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2693
2694 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2695 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2696 instructions that GCC likes to mingle into the prologue. Fixes
2697 gdb/1253 and gdb/1255.
2698
2699 2003-08-09 Andrew Cagney <cagney@redhat.com>
2700
2701 Fix GDB PR cli/926.
2702 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2703 * command.h (add_setshow_uinteger_cmd): Declare.
2704 * frame.c (set_backtrace_cmd): New function.
2705 (show_backtrace_cmd): New function.
2706 * frame.c (_initialize_frame): Replace "set/show
2707 backtrace-below-main" with "set/show backtrace past-main". Add
2708 command "set/show backtrace limit".
2709 (backtrace_past_main): Rename "backtrace_below_main".
2710 (backtrace_limit): New variable.
2711 (get_prev_frame): Update. Check the backtrace_limit.
2712
2713 2003-08-09 Andrew Cagney <cagney@redhat.com>
2714
2715 * defs.h (xstrprintf): Declare.
2716 * utils.c (xstrprintf): New function.
2717 * breakpoint.c (insert_breakpoints): Replace sprintf and
2718 non-literal format strings, with xstrprintf and cleanups.
2719 (delete_breakpoint,breakpoint_re_set): Ditto.
2720 (commands_command, insert_breakpoints): Ditto.
2721 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2722 (break_at_finish_command_1): Ditto.
2723
2724 2003-08-09 Andrew Cagney <cagney@redhat.com>
2725
2726 * MAINTAINERS (language support): List Adam Fedor as Objective C
2727 maintainer.
2728
2729 2003-08-08 J. Brobecker <brobecker@gnat.com>
2730
2731 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2732 are now multiarched.
2733
2734 2003-08-08 J. Brobecker <brobecker@gnat.com>
2735
2736 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2737 longer necessary now that hppa64 is partially multiarch'ed.
2738
2739 2003-08-08 Andrew Cagney <cagney@redhat.com>
2740
2741 * interps.c (interp_set): Check for a NULL "old_interp".
2742
2743 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2744
2745 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2746 (install-only): Support DESTDIR.
2747 (uninstall): Likewise.
2748 (install-gdbtk): Likewise.
2749
2750 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2751
2752 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2753 contains something meaningful at all times.
2754
2755 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2756
2757 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2758
2759 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2760
2761 * MAINTAINERS (write after approval): Added self.
2762
2763 2003-08-07 Andrew Cagney <cagney@redhat.com>
2764
2765 * inferior.h (AT_SYMBOL): Define.
2766 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2767 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2768 * mips-tdep.c (mips_call_dummy_address): Delete function.
2769 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2770 set call_dummy_address.
2771
2772 2003-08-07 Andrew Cagney <cagney@redhat.com>
2773
2774 * language.c (op_error): Delete function.
2775 (binop_type_check): Delete function.
2776 * language.h (type_op_error, range_op_error): Delete macros.
2777 (op_error): Delete declaration.
2778
2779 2003-08-07 Andrew Cagney <cagney@redhat.com>
2780
2781 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2782
2783 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2784
2785 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2786 (x86_64_push_arguments): Skip the red zone.
2787
2788 2003-08-05 Andrew Cagney <cagney@redhat.com>
2789
2790 * reggroups.c (reggroup_next): Check for the final entry.
2791
2792 2003-08-04 Andrew Cagney <cagney@redhat.com>
2793
2794 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2795 * cli/cli-script.c (define_command): Call query directly, instead
2796 of passing it a buffer.
2797 * ocd.c (ocd_error): Pass error a constant format string.
2798 * remote-mips.c (mips_error): Use fputs_filtered.
2799
2800 * solib-svr4.c (_initialize_svr4_solib): Update
2801 register_gdbarch_data call.
2802 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2803
2804 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2805 (register_gdbarch_data): Delete "free" parameter. Update
2806 comments.
2807 * gdbarch.h, gdbarch.c: Re-generate.
2808 * reggroups.c (_initialize_reggroup): Update.
2809 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2810 * frame-base.c (_initialize_frame_base): Update.
2811 * frame-unwind.c (_initialize_frame_unwind): Update.
2812 * user-regs.c (_initialize_user_regs): Update.
2813 * remote.c (_initialize_remote): Update.
2814 * regcache.c (_initialize_regcache): Update.
2815
2816 * regcache.c (xfree_regcache_descr): Delete function.
2817 (_initialize_regcache): Update call to register_gdbarch_data.
2818 (init_regcache_descr, init_legacy_regcache_descr): Use
2819 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2820
2821 * remote.c (free_remote_state): Delete function.
2822 (_initialize_remote): Update register_gdbarch_data.
2823 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2824 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2825
2826 2003-08-04 Andrew Cagney <cagney@redhat.com>
2827
2828 * reggroups.c (struct reggroup_el): Define.
2829 (struct reggroups): Delete field "nr_group". Replace array
2830 "group" with a "first" to "last" linked list.
2831 (reggroups_init): Update. Allocate using gdbarch's obstack.
2832 (reggroups_free): Delete function.
2833 (add_group): Update. Add "el" parameter.
2834 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2835 (default_groups): Update.
2836 (reggroup_next): Replace reggroups.
2837 (reggroups_dump): Update.
2838 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2839 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2840 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2841
2842 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2843
2844 * Makefile.in (tui-interp.o): Update dependencies.
2845
2846 2003-08-04 David Carlton <carlton@kealia.com>
2847
2848 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2849 to internal_error call.
2850 * source.c (forward_search_command): Add "%s" format argument.
2851 (reverse_search_command): Ditto.
2852 * top.c (quit_confirm): Ditto.
2853 * cli/cli-setshow.c (do_setshow_command): Ditto.
2854 * cp-valprint.c (cp_print_class_method): Replace
2855 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2856 (cp_print_class_member): Ditto.
2857 * event-top.c (command_line_handler): Ditto.
2858 * linux-proc.c (linux_info_proc_cmd): Ditto.
2859 * p-typeprint.c (pascal_type_print_base): Ditto.
2860 * p-valprint.c (pascal_object_print_class_method): Ditto.
2861 (pascal_object_print_class_member): Ditto.
2862 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2863 * remote.c (remote_cisco_section_offsets): Ditto.
2864 * top.c (command_line_input): Ditto.
2865 * utils.c (vwarning,error_stream,quit): Ditto.
2866 * valprint.c (print_floating,print_binary_chars)
2867 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2868
2869 2003-08-04 Andrew Cagney <cagney@redhat.com>
2870
2871 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2872
2873 2003-08-02 Andrew Cagney <cagney@redhat.com>
2874
2875 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2876 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2877 amd64fbsd-nat.c.
2878
2879 2003-08-02 Andrew Cagney <cagney@redhat.com>
2880
2881 * Makefile.in: Update all dependencies and definitions.
2882
2883 2003-08-02 Adam Fedor <fedor@gnu.org>
2884
2885 * linespec.c (is_objc_method_format): New function
2886 (decode_line_1, locate_first_half): Use it.
2887 Fixes PR objc/1298
2888
2889 2003-08-01 Andrew Cagney <cagney@redhat.com>
2890
2891 * NEWS: Mention that m32r is multi-arch.
2892 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2893 * configure.tgt: Recognize m32r-*-*.
2894 * config/m32r/tm-m32r.h: Delete file.
2895 * config/m32r/m32r.mt: New file.
2896 * m32r-rom.c (m32r_upload_command): Use hostent only when
2897 gethostname succeeds, in order to avoid a compilation
2898 warning.
2899 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2900 compiler warning.
2901
2902 2003-08-01 Michael Snyder <msnyder@redhat.com>
2903
2904 * sh-tdep.c (sh_frame_align): New gdbarch method.
2905 (sh_gdbarch_init): Set up frame_align method.
2906
2907 2003-07-31 Michael Snyder <msnyder@redhat.com>
2908
2909 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2910 which is already covered by the new frames infrastructure.
2911
2912 2003-07-31 Andrew Cagney <cagney@redhat.com>
2913
2914 * user-regs.c (struct user_reg): Add "next" link.
2915 (struct user_regs): Replace "user" with "first" and "last" links.
2916 (append_user_reg): Add pre-allocated "reg" parameter.
2917 (builtin_user_regs): Provide initial value for "last".
2918 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2919 (user_regs_init): Allocate memory from the gdbarch obstack.
2920 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2921 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2922 linked list.
2923 (usernum_to_user_reg): New function.
2924 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2925 (value_of_user_reg): Use usernum_to_user_reg.
2926 (user_regs_free): Delete function.
2927 (_initialize_user_regs): Update register_gdbarch_data call.
2928
2929 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
2930
2931 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2932
2933 2003-07-30 Michael Snyder <msnyder@redhat.com>
2934
2935 * value.h (value_being_returned): Add a struct_addr argument.
2936 * infcall.c (call_function_by_hand): Pass struct_addr to
2937 value_being_returned.
2938 * infcmd.c (print_return_value): Pass zero as struct_addr.
2939 * values.c (value_being_returned): If struct_addr is passed,
2940 use it instead of trying to recover it from the inferior.
2941
2942 2003-07-30 Kevin Buettner <kevinb@redhat.com>
2943
2944 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2945 the prologue analyzer won't need to attempt to extract the pc
2946 value from the woefully incomplete dummy frame.
2947 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2948 possible. Disable code which modifies the frame.
2949
2950 2003-07-28 Andrew Cagney <cagney@redhat.com>
2951
2952 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2953 to level 2.
2954 (annotate_breakpoints_table, annotate_record): Ditto.
2955 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2956 (annotate_field_name_end, annotate_field_value): Ditto.
2957 (annotate_field_end, annotate_frame_source_begin): Ditto.
2958 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2959 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2960 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2961 (annotate_frame_address_end, annotate_frame_address): Ditto.
2962 (annotate_frame_args, annotate_frame_end): Ditto.
2963 (annotate_frame_where, annotate_arg_begin): Ditto.
2964 (annotate_arg_name_end, annotate_arg_value): Ditto.
2965 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2966 (annotate_function_call, annotate_signal_name): Ditto.
2967 (annotate_signal_string, annotate_signal_name_end): Ditto.
2968 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2969 (annotate_value_begin, annotate_value_history_value): Ditto.
2970 (annotate_value_history_end, annotate_value_end): Ditto.
2971 (annotate_display_begin, annotate_display_number_end): Ditto.
2972 (annotate_display_format, annotate_display_expression): Ditto.
2973 (annotate_display_expression_end, annotate_display_value): Ditto.
2974 (annotate_display_end, annotate_array_section_begin): Ditto.
2975 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2976 (annotate_elt, annotate_array_section_end): Ditto.
2977
2978 2003-07-28 Andrew Cagney <cagney@redhat.com>
2979
2980 * regcache.c (struct regcache_descr): Update comments on
2981 nr_raw_registers.
2982 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2983 sizeof_raw_register_valid_p.
2984 (init_regcache_descr): Set nr_raw_registers and
2985 sizeof_raw_register_valid_p before calling
2986 init_legacy_regcache_descr.
2987
2988 2003-07-28 Andrew Cagney <cagney@redhat.com>
2989
2990 * mips-tdep.c (print_gp_register_row): Print the GPR's register
2991 MOD NUM_REGS.
2992
2993 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
2994
2995 * thread.c (info_threads_command): Use get_selected_frame ().
2996 Check that there is at least one non-sentinel frame.
2997
2998 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2999
3000 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3001 (m68hc11_pop_frame): Remove.
3002 (m68hc11_frame_saved_pc): Remove.
3003 (m68hc11_frame_chain): Remove.
3004 (m68hc11_frame_init_saved_regs): Remove.
3005 (m68hc11_init_extra_frame_info): Remove.
3006 (m68hc11_store_struct_return): Remove.
3007 (m68hc11_saved_pc_after_call): Remove.
3008
3009 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3010
3011 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3012 frame unwind information.
3013 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3014 and adapted for frame unwinding.
3015 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3016 (m68hc11_unwind_pc): New function.
3017 (m68hc11_frame_unwind_cache): New function to analyze frames.
3018 (m68hc11_frame_this_id): New function to create new frame struct.
3019 (m68hc11_frame_prev_register): New function to unwind a register from
3020 the frame.
3021 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3022 (m68hc11_frame_p): New function for the above.
3023 (m68hc11_frame_base_address): New function to return fp of frame.
3024 (m68hc11_frame_args_address): Update for frame.
3025 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3026 (m68hc11_unwind_sp): New function.
3027 (m68hc11_unwind_dummy_id): New function.
3028 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3029 calls.
3030
3031 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3032
3033 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3034 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3035 when we are beyond the current pc.
3036
3037 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3038
3039 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3040 from m68hc11_push_arguments.
3041 (m68hc11_push_arguments): Remove.
3042 (m68hc11_push_return_address): Remove.
3043 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3044 handlers; remove deprecated_extra_stack_alignment_needed.
3045
3046 2003-07-27 Andrew Cagney <cagney@redhat.com>
3047
3048 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3049 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3050 REAL_PC and not the pointer.
3051 * hppa-hpux-tdep.c: Include frame.h
3052
3053 2003-07-27 Andrew Cagney <cagney@redhat.com>
3054
3055 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3056 GDB_MULTI_ACH_PARTIAL.
3057
3058 2003-07-27 Andrew Cagney <cagney@redhat.com>
3059
3060 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3061 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3062 operator at start and not end of line.
3063 (decode_prologue): Ditto.
3064 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3065 frame_unwind_register_unsigned instead of
3066 frame_unwind_unsigned_register.
3067 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3068 read_register.
3069 (m32r_push_dummy_call): Use register_size instead of
3070 REGISTER_RAW_SIZE.
3071 (m32r_frame_sniffer): Replace m32r_frame_p.
3072 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3073 * m32r-rom.c (report_transfer_performance): Delete extern
3074 declaration.
3075 (m32r_load, m32r_upload_command): Use print_transfer_performance
3076 instead of report_transfer_performance.
3077 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3078 / add_show_from_set.
3079
3080 2003-07-26 Andrew Cagney <cagney@redhat.com>
3081
3082 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3083 store_return_value and extract_struct_value_address.
3084
3085 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3086
3087 PR c++/1267
3088 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3089 NULL, default to the section containing PC.
3090
3091 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3092
3093 * NEWS: Mention "regs" deprecated for m68hc11 too.
3094
3095 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3096 (m68hc11_print_register): New function to print out one register.
3097 (m68hc11_print_registers_info): New function to print registers.
3098 (show_regs): Deprecate and use the above.
3099 (m68hc11_gdbarch_init): Install the print_registers_info.
3100
3101 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3102
3103 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3104 that we have a SIGTRAP before returning non-zero.
3105
3106 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3107 Elena Zannoni <ezannoni@redhat.com>
3108
3109 * linespec.c (decode_line_2): Avoid crash if
3110 find_function_start_sal() returns empty record.
3111
3112 2003-07-23 Andreas Schwab <schwab@suse.de>
3113
3114 * ia64-tdep.c (ia64_print_insn): New function.
3115 (ia64_gdbarch_init): Set print_insn to it.
3116 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3117 deprecated_tm_print_insn_info.
3118
3119 2003-07-22 Michael Snyder <msnyder@redhat.com>
3120
3121 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3122 handle 8-bit returns (long long).
3123 (h8300h_extract_return_value): Ditto.
3124 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3125
3126 2003-07-22 Andrew Cagney <cagney@redhat.com>
3127
3128 * gdbarch.c Include "gdb_obstack.h".
3129 (struct gdbarch): Add an "obstack".
3130 (alloc_gdbarch_data): Allocate the gdbarch data using
3131 GDBARCH_OBSTACK_CALLOC.
3132 (free_gdbarch_data): Delete function.
3133 (gdbarch_obstack_zalloc): New function.
3134 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3135 Assert that the architecture is not initialized.
3136 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3137 vector from the obstack.
3138 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3139 architecture obstack.
3140 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3141 (set_gdbarch_data): Assert that the data is not initialized.
3142 (struct gdbarch_data): Delete member "free".
3143 (register_gdbarch_data): Do not initialize "free".
3144 * gdbarch.h, gdbarch.c: Re-generate.
3145
3146 2003-07-22 Andrew Cagney <cagney@redhat.com>
3147
3148 * configure.in (build_warnings): Add -Wformat-nonliteral.
3149 * configure: Re-generate.
3150
3151 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3152
3153 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3154
3155 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3156
3157 * findvar.c (read_var_value): Remove case for thread local storage
3158 variables. It is now entirely handled by the dwarf2 location
3159 expression code.
3160 * printcmd.c (address_info): Ditto.
3161 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3162 enumeration value.
3163 (struct symbol): Remove objfile field, which was used by
3164 LOC_THREAD_LOCAL_STATIC only.
3165 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3166 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3167 usage of objfile pointer.
3168 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3169 thread local variables.
3170 Add include of objfiles.h.
3171 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3172 storage variables.
3173 * Makefile.in (dwarf2loc.o): Update dependencies.
3174
3175 2003-07-22 Andrew Cagney <cagney@redhat.com>
3176
3177 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3178 get_frame_base.
3179 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3180 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3181 (struct value): Add opaque declaration.
3182 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3183
3184 2003-07-21 Andrew Cagney <cagney@redhat.com>
3185
3186 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3187 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3188
3189 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3190
3191 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3192 regcache_cooked_read_unsigned instead of read_register.
3193 (m68hc11_saved_pc_after_call): Likewise.
3194 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3195 instead of write_register.
3196 (m68hc11_register_type): New function.
3197 (m68hc11_register_virtual_type): Remove.
3198 (m68hc11_store_return_value): Convert to use the regcache.
3199 (m68hc11_extract_struct_value_address): Likewise.
3200 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3201 m68hc11_register_type; undeprecate store_return_value and
3202 extract_struct_value_address.
3203
3204 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3205
3206 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3207 and translate to use regcache.
3208 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3209
3210 2003-07-18 Andrew Cagney <cagney@redhat.com>
3211
3212 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3213 * gdbarch.h, gdbarch.c: Re-generate.
3214 * i386-tdep.c (i386_gdbarch_init): Do not set
3215 DWARF2_BUILD_FRAME_INFO.
3216 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3217 unconditionally.
3218 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3219 DWARF2_BUILD_FRAME_INFO.
3220
3221 2003-07-18 Andrew Cagney <cagney@redhat.com>
3222
3223 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3224 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3225
3226 2003-07-18 Andrew Cagney <cagney@redhat.com>
3227
3228 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3229 frame_unwind_address_in_block, instead of frame_pc_unwind.
3230 (dwarf2_frame_cache): Ditto.
3231
3232 2003-07-18 Andrew Cagney <cagney@redhat.com>
3233
3234 * user-regs.h (struct gdbarch): Declare opaque.
3235 * ui-out.h (struct ui_file): Declare opaque.
3236 * dwarf2-frame.h (struct frame_info): Declare opaque.
3237
3238 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3239
3240 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3241 #include "...".
3242 (procfs_meminfo): Change strerror to safe_strerror.
3243 (procfs_can_run): Remove K&R badness.
3244
3245 2003-07-17 Michael Snyder <msnyder@redhat.com>
3246
3247 * remote-sim.c: Comment typo fix.
3248
3249 2003-07-17 Andrew Cagney <cagney@redhat.com>
3250
3251 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3252 configure.
3253 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3254 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3255 GDB_MULTI_ARCH_PARTIAL.
3256
3257 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3258
3259 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3260 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3261 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3262
3263 2003-07-16 Theodore A. Roth <troth@openavr.org>
3264
3265 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3266 found.
3267 (avr_frame_unwind_cache): Don't unwind FP for main.
3268 Update a comment.
3269 Save the computed prev_sp.
3270 (avr_saved_regs_unwinder): Remove function.
3271 (avr_frame_prev_register): Use PC unwind logic from
3272 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3273
3274 2003-07-16 Andrew Cagney <cagney@redhat.com>
3275
3276 * frame-base.h (frame_base_p_ftype): Delete definition.
3277 (frame_base_append_predicate): Delete declaration.
3278 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3279 (frame_unwind_append_predicate): Delete declaration.
3280 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3281 (append_predicate): Delete parameter "p".
3282 (frame_unwind_append_predicate): Delete function.
3283 (frame_unwind_append_sniffer): Update call to append_predicate.
3284 (frame_unwind_free): Delete function.
3285 (_initialize_frame_unwind): Pass NULL as "free" to
3286 register_gdbarch_data.
3287 (frame_unwind_init): Append the dummy_frame_sniffer.
3288 (frame_unwind_find_by_frame): Simplify.
3289 * frame-base.c (struct frame_base_table): Delete field "p".
3290 (append_predicate): Delete parameter "p".
3291 (frame_base_append_predicate): Delete function.
3292 (frame_base_append_sniffer): Update call to append_predicate.
3293 (frame_base_free): Delete function.
3294 (frame_base_find_by_frame): Simplify.
3295 (_initialize_frame_base): Pass NULL as "free" to
3296 register_gdbarch_data.
3297 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3298 (x86_64_sigtramp_frame_sniffer): Replace
3299 "x86_64_sigtramp_frame_p".
3300 (x86_64_init_abi): Set the frame unwind sniffers.
3301 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3302 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3303 (m68k_gdbarch_init): Set the frame unwind sniffers.
3304 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3305 "i386_sigtramp_frame_p".
3306 (i386_frame_sniffer): Replace "i386_frame_p".
3307 (i386_gdbarch_init): Set the frame unwind sniffers.
3308 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3309 (avr_gdbarch_init): Set the frame unwind sniffers.
3310 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3311 "alpha_sigtramp_frame_p"
3312 (alpha_heuristic_frame_sniffer): Replace
3313 "alpha_heuristic_frame_p".
3314 (alpha_gdbarch_init): Set the frame unwind sniffers.
3315 (alpha_dwarf2_init_abi): Ditto.
3316 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3317 "alpha_debug_frame_p".
3318 (alpha_mdebug_frame_base_sniffer): Replace
3319 "alpha_mdebug_frame_base_p".
3320 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3321 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3322 (d10v_gdbarch_init): Set the frame unwind sniffer.
3323 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3324 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3325 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3326 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3327 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3328 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3329
3330 2003-07-16 Michael Snyder <msnyder@redhat.com>
3331
3332 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3333 should go thru sh_dsp_register_sim_regno, else the dsp regs
3334 will not get the right values.
3335
3336 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3337
3338 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3339 deprecated_store_floating by call to store_typed_floating.
3340 (sh_sh4_register_convert_to_raw): Substitute call to
3341 deprecated_extract_floating by call to extract_typed_floating.
3342
3343 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3344
3345 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3346
3347 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3348
3349 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3350 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3351 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3352 as possible.
3353 (do_pseudo_register): Remove.
3354 (sh_push_dummy_code): New function.
3355 (sh64_store_struct_return): Rename from sh_store_struct_return.
3356 Only called for sh64 now.
3357 (sh_extract_struct_value_address): Regcache'ify.
3358 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3359 and accomodate new tasks.
3360 (sh64_push_return_address): Rename from sh_push_return_address.
3361 Only called for sh64 now.
3362 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3363 Regcache'ify.
3364 (sh3e_sh4_extract_return_value): Regcache'ify.
3365 (sh_default_store_return_value): Ditto.
3366 (sh3e_sh4_store_return_value): Ditto.
3367 (sh_default_register_byte): Remove.
3368 (sh_sh4_register_byte): Remove.
3369 (sh_default_register_raw_size): Remove.
3370 (sh_sh4_register_raw_size): Remove.
3371 (sh_register_virtual_size): Remove.
3372 (sh_sh3e_register_virtual_type): Remove.
3373 (sh_sh3e_register_type): New function.
3374 (sh_sh4_register_virtual_type): Remove.
3375 (sh_sh4_register_type): New function.
3376 (sh_default_register_virtual_type): Remove.
3377 (sh_default_register_type): New function.
3378 (do_fv_register_info): Add parameters to accomodate call from
3379 sh_print_registers_info.
3380 (do_dr_register_info): Ditto.
3381 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3382 Add parameters to accomodate call from sh_print_registers_info.
3383 (sh_do_fp_register): Ditto.
3384 (sh64_do_pseudo_register): Call do_dr_register_info,
3385 do_fv_register_info and sh_do_fp_register with default parameters.
3386 (sh_do_register): Add parameters to accomodate call from
3387 sh_print_registers_info.
3388 (sh_print_register): Ditto.
3389 (sh_print_registers_info): Rename from sh_do_registers_info.
3390 Add parameters to be used as gdbarch_print_registers_info
3391 implementation. Accomodate removed do_pseudo_register function
3392 pointer.
3393 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3394 function pointer. Call sh_print_register with default parameters.
3395 (sh64_do_registers_info): Call sh_print_registers_info instead of
3396 sh_do_registers_info.
3397 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3398 detection of deprecated vs. non-deprecated functionality.
3399 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3400 function pointer assignments by direct function calls.
3401
3402 2003-07-15 Andrew Cagney <cagney@redhat.com>
3403
3404 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3405 (frame_register_unwind, create_new_frame): Ditto.
3406 (legacy_get_prev_frame, get_frame_type): Ditto.
3407 (get_frame_base_address): Use frame_base_find_by_frame.
3408 (get_frame_locals_address): Use frame_base_find_by_frame.
3409 (get_frame_args_address): Use frame_base_find_by_frame.
3410 * frame-base.h (frame_base_sniffer_ftype): Declare.
3411 (frame_base_append_sniffer): Declare.
3412 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3413 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3414 (frame_base_append_sniffer): New function.
3415 (frame_base_append_predicate): Add a NULL sniffer.
3416 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3417 (struct frame_base_table): Add "sniffer".
3418 (frame_base_free): Free the "sniffer" table.
3419 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3420 (frame_unwind_append_sniffer): Declare.
3421 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3422 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3423 (struct frame_unwind_table): Add "sniffer", delete "middle".
3424 (append_predicate): Add "sniffer" parameter, append the sniffer.
3425 (frame_unwind_init): Update append_predicate call.
3426 (frame_unwind_append_sniffer): New function.
3427 (frame_unwind_append_predicate): Update append_predicate call.
3428 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3429
3430 2003-07-15 Andrew Cagney <cagney@redhat.com>
3431
3432 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3433 before code inhibiting repeated unwind attempts. Add to
3434 commentary on that test's problems.
3435 * blockframe.c (inside_main_func): Look for "main" in the minimal
3436 symbol table.
3437 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3438 identical.
3439
3440 2003-07-15 Andrew Cagney <cagney@redhat.com>
3441
3442 * complaints.c (struct explanation): Define.
3443 (struct complaints): Change type of "explanation" to "struct
3444 explanation".
3445 (symfile_explanations): Convert to a "struct explanation" table.
3446 (vcomplaint): Update.
3447
3448 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3449
3450 * x86-64-linux-nat.c (regmap): Removed.
3451 (supply_gregset, fill_gregset): Call
3452 x86_64_linux_(fill,supply)_gregset functions.
3453 * x86-64-linux-tdep.c (USER_*): New defines.
3454 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3455 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3456 New functions.
3457 (fetch_core_registers): Ditto.
3458 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3459 * x86-64-linux-tdep.h: New file.
3460 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3461 and core-regset.o.
3462 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3463
3464 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3465
3466 * x86-64-tdep.c (x86_64_store_return_value): Use
3467 regcache_cooked_write_part instead of regcache_cooked_write.
3468
3469 * configure.host: Add x86_64-*-freebsd*.
3470 * configure.tgt: Add x86_64-*-freebsd*.
3471 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3472 * amd64fbsd-nat.c: New file.
3473 * amd64fbsd-tdep.c: New file.
3474 * config/i386/nm-fbsd64.h: New file.
3475 * config/i386/fbsd64.mh: New file.
3476 * config/i386/fbsd64.mt: New file.
3477
3478 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3479
3480 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3481 `sc_regs_offset' and `sc_fpregs_offset'.
3482 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3483 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3484 (alpha_sigtramp_register_address): Rewrite to use new members of
3485 `struct gdbarch_tdep'.
3486 (alpha_gdbarch_init): Initialize new members of struct
3487 gdbarch_tdep'.
3488 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3489 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3490 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3491 (alphafbsd_pc_in_sigtramp): Implement.
3492 (alphafbsd_sigtramp_offset): New function.
3493 (alphafbsd_sigcontext_addr): New function.
3494 (alphafbsd_init_abi): Initialize signal trampoline related members
3495 of `struct gdbarch_tdep'.
3496 (_initialize_alphafbsd_tdep): Add prototype.
3497
3498 2003-07-11 Theodore A. Roth <troth@openavr.org>
3499
3500 * Makefile.in (install-only): Quote sed expression when generating
3501 transformed_name.
3502
3503 2003-07-11 Richard Henderson <rth@redhat.com>
3504
3505 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3506 * dwarf2-frame.c: Include complaints.h.
3507 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3508 variable initialization; return NULL on error.
3509 (decode_frame_entry): New.
3510
3511 2003-07-11 Andrew Cagney <cagney@redhat.com>
3512
3513 * frame.h (frame_address_in_block): Delete declaration.
3514 * blockframe.c (frame_address_in_block): Delete function.
3515 (get_frame_block): Use get_frame_address_in_block.
3516 (block_innermost_frame): Ditto.
3517 * stack.c (print_frame, backtrace_command_1): Ditto.
3518
3519 * frame.h (get_frame_address_in_block): Declare.
3520 (frame_unwind_address_in_block): Declare.
3521 * frame.c (frame_unwind_address_in_block): New function.
3522 (get_frame_address_in_block): New function.
3523
3524 2003-07-10 Andrew Cagney <cagney@redhat.com>
3525
3526 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3527 pre-default. Note: re-generate has no effect.
3528
3529 2003-07-10 Andrew Cagney <cagney@redhat.com>
3530
3531 * gdbarch.sh: When a variable, but not a function, compare against
3532 0. Fix problem in previous patch.
3533 * gdbarch.c: Re-generate.
3534
3535 2003-07-10 Andrew Cagney <cagney@redhat.com>
3536
3537 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3538 functions against NULL, not 0.
3539 * gdbarch.c: Re-generate.
3540
3541 2003-07-10 Fred Fish <fnf@ninemoons.com>
3542
3543 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3544 null string instead of a null pointer.
3545 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3546
3547 2003-07-09 Michael Snyder <msnyder@redhat.com>
3548
3549 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3550
3551 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3552
3553 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3554 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3555 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3556 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3557 * x86-64-tdep.c: ... from here.
3558
3559 2003-07-09 Andreas Schwab <schwab@suse.de>
3560
3561 * m68k-tdep.h (enum struct_return): Define.
3562 (struct gdbarch_tdep): Add struct_return.
3563 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3564 bytes are padded to the right, not to the left. Pass struct value
3565 address in register %a1, not on stack.
3566 (m68k_use_struct_convention): New function.
3567 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3568 struct_return in tdep to pcc_struct_return.
3569 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3570 reg_struct_return.
3571
3572 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3573
3574 * somread.c (som_symfile_offsets): Fix compilation error.
3575
3576 2003-07-09 Andrew Cagney <cagney@redhat.com>
3577
3578 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3579 Add comments about the checks.
3580
3581 2003-07-08 Andrew Cagney <cagney@redhat.com>
3582
3583 * Makefile.in: Make dependency section headers consistent.
3584 (config_h): Move to $BUILD headers section.
3585 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3586 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3587 (ada-exp.tab.c): Move to YACC/LEX section.
3588 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3589 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3590
3591 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3592
3593 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3594 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3595 of strerror with safe_strerror, use ISO C function definitions,
3596 and replace instances of sprintf with snprintf.
3597
3598 2003-07-07 Andrew Cagney <cagney@redhat.com>
3599
3600 * frame.c (get_prev_frame): Enable check for identical frames.
3601 Update comments. Update error messages.
3602
3603 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3604
3605 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3606
3607 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3608
3609 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3610 sort_symtab_syms, no longer necessary.
3611
3612 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3613
3614 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3615
3616 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3617
3618 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3619 (mips_register_byte): Likewise.
3620
3621 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3622
3623 * Makefile.in (sparc_tdep_h): New.
3624 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3625 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3626 * sparc-linux-nat.c: Include "sparc-tdep.h".
3627 * sparc-nat.c: Likewise.
3628 * sparc-tdep.c: Likewise.
3629 * sparc64nbsd-nat.c: Likewise.
3630 * sparcnbsd-nat.c: Likewise.
3631 * sparcnbsd-tdep.c: Likewise.
3632 * sparc-tdep.h: New file.
3633 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3634 and sparc_npc_regnum.
3635
3636 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3637
3638 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3639 (mips_linux_cannot_store_register): List supported instead of
3640 unsupported registers.
3641
3642 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3643
3644 * disasm.c (dump_insns): Separate instructions from addresses.
3645
3646 2003-07-07 Andreas Schwab <schwab@suse.de>
3647
3648 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3649 dependencies.
3650 * m68k-tdep.c (NUM_FREGS): Delete.
3651 (SIG_PC_FP_OFFSET): Delete.
3652 (TARGET_M68K): Delete.
3653 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3654 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3655 P_MOVEL_SP, P_MOVEML_SP): Define.
3656 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3657 P_TRAP): Delete.
3658 (m68k_register_raw_size): Delete.
3659 (m68k_register_virtual_size): Delete.
3660 (m68k_register_type): Renamed from m68k_register_virtual_type and
3661 add gdbarch argument.
3662 (m68k_store_struct_return): Delete.
3663 (m68k_deprecated_extract_return_value): Delete.
3664 (m68k_deprecated_extract_struct_value_address): Delete.
3665 (m68k_frame_chain): Delete.
3666 (m68k_frame_saved_pc): Delete.
3667 (m68k_fix_call_dummy): Delete.
3668 (m68k_push_dummy_frame): Delete.
3669 (m68k_pop_frame): Delete.
3670 (m68k_extract_return_value): New function.
3671 (m68k_store_return_value): Rewrite using regcache.
3672 (m68k_extract_struct_value_address): Rewrite using regcache.
3673 (m68k_push_dummy_call): New function.
3674 (struct m68k_frame_cache): Define.
3675 (m68k_alloc_frame_cache): New function.
3676 (m68k_analyze_frame_setup): New function.
3677 (m68k_analyze_register_saves): New function.
3678 (m68k_analyze_prologue): New function.
3679 (m68k_skip_prologue): Rewrite using above functions.
3680 (m68k_unwind_pc): New function.
3681 (m68k_frame_cache): New function.
3682 (m68k_frame_this_id): New function.
3683 (m68k_frame_prev_register): New function.
3684 (m68k_frame_unwind): New variable.
3685 (m68k_frame_p): New function.
3686 (m68k_sigtramp_frame_cache): New function.
3687 (m68k_sigtramp_frame_this_id): New function.
3688 (m68k_sigtramp_frame_prev_register): New function.
3689 (m68k_sigtramp_frame_unwind): New variable.
3690 (m68k_sigtramp_frame_p): New function.
3691 (m68k_frame_base_address): New function.
3692 (m68k_frame_base): New function.
3693 (m68k_unwind_dummy_id): New function.
3694 (fill_gregset): Use regcache_collect.
3695 (fill_fpregset): Likewise.
3696 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3697 defined.
3698 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3699 deprecated_init_frame_pc, deprecated_store_struct_return,
3700 deprecated_extract_return_value, deprecated_store_return_value,
3701 deprecated_frame_chain, deprecated_frame_saved_pc,
3702 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3703 deprecated_register_virtual_size,
3704 deprecated_max_register_raw_size,
3705 deprecated_max_register_virtual_size,
3706 deprecated_register_virtual_type, deprecated_register_size,
3707 deprecated_register_byte, deprecated_register_bytes,
3708 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3709 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3710 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3711 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3712 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3713 deprecated_push_dummy_frame, deprecated_pop_frame,
3714 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3715 only if SYSCALL_TRAP is defined. Set extract_return_value,
3716 store_return_value, extract_struct_value_address, register_type,
3717 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3718 predicates.
3719 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3720 M68K_MAX_REGISTER_SIZE): Define.
3721 (struct m68k_sigtramp_info): Define.
3722 (struct gdbarch_tdep): Add get_sigtramp_info.
3723 * m68klinux-nat.c (fetch_register): Use register_size instead of
3724 REGISTER_RAW_SIZE. Don't put assignment in if.
3725 (store_register): Likewise.
3726 (fetch_inferior_registers): Likewise.
3727 (store_inferior_registers): Likewise.
3728 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3729 (m68k_linux_frame_saved_pc): Delete.
3730 (m68k_linux_sigcontext_reg_offset,
3731 m68k_linux_ucontext_reg_offset): Define.
3732 (m68k_linux_get_sigtramp_info): New function.
3733 (m68k_linux_extract_return_value): Rewrite using regcache.
3734 (m68k_linux_store_return_value): Likewise.
3735 (m68k_linux_extract_struct_value_address): Likewise.
3736 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3737 Don't set deprecated_frame_saved_pc,
3738 deprecated_extract_return_value, deprecated_store_return_value,
3739 deprecated_extract_struct_value_address. Set
3740 extract_return_value, store_return_value,
3741 extract_struct_value_address.
3742
3743 2003-07-07 Andrew Cagney <cagney@redhat.com>
3744
3745 * expprint.c: Include "user-regs.h" instead of "frame.h".
3746 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3747 frame_map_regnum_to_name.
3748 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3749 (frame_map_name_to_regnum): Simplify, call
3750 user_reg_map_name_to_regnum.
3751 (frame_map_regnum_to_name): Simplify, call
3752 user_reg_map_regnum_to_name.
3753 (frame_register_unwind): Update.
3754 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3755 (_initialize_frame_reg): Call user_reg_add_builtin.
3756 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3757 (value_of_register): Use value_of_user_reg.
3758 * eval.c (evaluate_subexp_standard): Update.
3759 * parse.c (write_dollar_variable): Update.
3760 * d10v-tdep.c (d10v_print_registers_info): Update.
3761 * infcmd.c (registers_info): Update.
3762 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3763 (builtin_regs_h): Delete macro.
3764 (user_regs_h): Define.
3765 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3766 (builtin-regs.o): Delete target.
3767 (user-regs.o): Specify dependencies.
3768 (expprint.o): Update dependencies.
3769 (findvar.o): Update dependencies.
3770 (frame.o): Update dependencies.
3771 (std-regs.o): Update dependencies.
3772
3773 2003-07-06 Christopher Faylor <cgf@redhat.com>
3774
3775 * win32-nat.c (solib_symbols_add): Use one variable for all section
3776 address stuff. Pass variable rather than address of variable to
3777 safe_symbol_file_add.
3778
3779 2003-07-06 Andreas Schwab <schwab@suse.de>
3780
3781 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3782
3783 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3784
3785 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3786
3787 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3788
3789 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3790
3791 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3792
3793 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3794 * config/i386/nto.mh: New file.
3795 * config/i386/nm-nto.h: New file.
3796 * configure.host: Add i[3456]86-*-nto*.
3797
3798 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3799
3800 * remote-vx.c (vx_add_symbols): Fix compilation error.
3801
3802 2003-07-03 Andrew Cagney <cagney@redhat.com>
3803
3804 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3805 * gdbarch.h, gdbarch.c: Re-generate.
3806 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3807 (legacy_register_name): Declare.
3808 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3809 (REGISTER_NAME): Define.
3810 * sparc-tdep.c (legacy_register_name): New function.
3811 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3812 (REGISTER_NAME): Define.
3813 (hppa64_register_name): Declare.
3814 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3815 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3816 (hppa64_register_name): New function.
3817 (hppa_register_name): New function.
3818 * arch-utils.c (legacy_register_name): Delete.
3819 * arch-utils.h (legacy_register_name): Delete.
3820
3821 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3822
3823 * cli/cli-interp.c (cli_interpreter_resume): Update the
3824 cli_uiout's stream to gdb_stdout.
3825
3826 2003-07-03 Andrew Cagney <cagney@redhat.com>
3827
3828 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3829 predicate.
3830 * gdbarch.h, gdbarch.c: Re-generate.
3831 * regcache.c (init_regcache_descr): Use legacy code when either
3832 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3833
3834 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3835
3836 * NEWS: Move "set logging" entry into GDB 6.0 section.
3837
3838 2003-07-02 Jim Blandy <jimb@redhat.com>
3839
3840 * s390-tdep.c (struct frame_extra_info): new member:
3841 'stack_bought_valid'.
3842 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3843 initialize fextra_info->stack_bought.
3844 (s390_frameless_function_invocation): Don't trust the value of
3845 fextra_info_ptr->stack_bought unless
3846 fextra_info->stack_bought_valid is set.
3847
3848 New S390 prologue analyzer.
3849 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3850 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3851 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3852 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3853 compute_x_addr, s390_on_stack, s390_store,
3854 s390_get_signal_frame_info): New functions.
3855 (S390_NUM_SPILL_SLOTS): New macro.
3856 (s390_get_frame_info): Rewritten.
3857 (is_arg_reg): Deleted.
3858
3859 Break out the decoding of S/390 instructions into separate
3860 functions, to make it more legible, and easier to check
3861 against the spec.
3862 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3863 is_rx, is_rxe): New functions.
3864 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3865 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3866 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3867 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3868 enums for opcode values. (Is this an improvement?)
3869
3870 2003-07-02 Andrew Cagney <cagney@redhat.com>
3871
3872 * i386-tdep.c: Revert change committed as part of trad-frame code
3873 below.
3874
3875 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3876
3877 * breakpoint.c (insert_catchpoint): Make static.
3878
3879 2003-07-02 Andreas Schwab <schwab@suse.de>
3880
3881 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3882 former ia64_push_arguments and ia64_push_return_address, and use
3883 regcache functions instead of read/write_register.
3884 (ia64_gdbarch_init): Set push_dummy_call instead of
3885 deprecated_push_arguments and deprecated_push_return_address.
3886
3887 2003-07-01 Andreas Jaeger <aj@suse.de>
3888
3889 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3890 before the call.
3891 Set %rax only to number of SSE registers used.
3892
3893 2003-07-01 Andrew Cagney <cagney@redhat.com>
3894
3895 * trad-frame.h: Update comments, a -1 .addr is reserved.
3896 (trad_frame_value_p, trad_frame_addr_p): Declare.
3897 (trad_frame_reg_p): Declare.
3898 (trad_frame_set_value): Rename trad_frame_register_value.
3899 (trad_frame_set_unknown): Declare.
3900 * trad-frame.c (trad_frame_realreg_p): New function.
3901 (trad_frame_addr_p, trad_frame_value_p): New function.
3902 (trad_frame_set_unknown): New function.
3903 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3904 (trad_frame_prev_register): Use trad_frame_realreg_p,
3905 trad_frame_addr_p and trad_frame_value_p.
3906 (trad_frame_set_value): Rename trad_frame_register_value.
3907 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3908 and trad_frame_set_value.
3909
3910 2003-06-30 Jim Blandy <jimb@redhat.com>
3911
3912 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3913 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3914 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3915 for 16 registers, and then 32 more bytes.
3916 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3917 New macros.
3918 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3919 Move up in the file, since it's now used by is_simple_arg.
3920 (is_simple_arg): Don't assume registers are four bytes long.
3921 Exclude all double arguments. Extended floats are not simple
3922 args.
3923 (is_power_of_two): New function.
3924 (pass_by_copy_ref): Call is_power_of_two, and check that the
3925 length fits in a register, rather than listing all the acceptable
3926 sizes. Extended floats are not passed by reference.
3927 (s390_push_arguments): Don't assume registers are four bytes long.
3928 Reserve an argument register to point to the buffer for structures
3929 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3930 S390_STACK_FRAME_OVERHEAD.
3931
3932 2003-06-30 Andreas Schwab <schwab@suse.de>
3933
3934 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3935 format error message.
3936
3937 2003-06-30 Joel Brobecker <brobecker@gnat.com>
3938
3939 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3940
3941 2003-06-30 David Carlton <carlton@kealia.com>
3942
3943 Band-aid for PR c++/1245.
3944 * Makefile.in (cp-support.o): Depend on complaints_h.
3945 * cp-support.c: Include complaints.h. Add declaration for
3946 find_last_component.
3947 (cp_find_first_component): Separate code into
3948 cp_find_first_component_aux.
3949 (cp_find_first_component_aux): Call demangled_name_complaint.
3950 (demangled_name_complaint): New.
3951
3952 2003-06-30 Andrew Cagney <cagney@redhat.com>
3953
3954 * remote.c (remote_write_bytes): Explicitly compute and then use
3955 the payload size. Update comments to reflect. Fixes problem of
3956 GDB not sending small packets as found by Fred Fish.
3957
3958 2003-06-30 Andrew Cagney <cagney@redhat.com>
3959
3960 * remote.c (remote_async_wait): Fix -Wformat problem.
3961
3962 2003-06-29 Andrew Cagney <cagney@redhat.com>
3963
3964 * remote.c (remote_wait): Call error, and not warning, when the
3965 packet is corrupt.
3966 (remote_async_wait): Ditto.
3967
3968 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3969
3970 * sparc-tdep.c (sparc_y_regnum): Make external again.
3971
3972 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3973
3974 * cli/cli-logging.c (pop_output_files): Add void to function
3975 definition.
3976
3977 2003-06-29 Andrew Cagney <cagney@redhat.com>
3978
3979 * frame.c (frame_register_unwind): Use unsigned char when dumping
3980 the buffer contents.
3981
3982 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
3983
3984 * cli/cli-logging.c: New file.
3985 * cli-out.c (struct ui_out_data): Add original_stream.
3986 (cli_redirect): New function.
3987 (cli_ui_out_impl): Add cli_redirect.
3988 (cli_out_new): Initialize original_stream.
3989 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
3990 (uo_redirect, ui_out_redirect): New.
3991 * ui-out.h (struct ui_out_impl): Add redirect member.
3992 (redirect_ftype): New.
3993 (ui_out_redirect): Add prototype.
3994 * Makefile.in: Add rules for cli-logging.c.
3995 * NEWS: Mention "set logging".
3996
3997 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3998
3999 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4000
4001 2003-06-27 Andrew Cagney <cagney@redhat.com>
4002
4003 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4004 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4005 * avr-tdep.c (avr_call_dummy_address): Delete function.
4006 (avr_gdbarch_init): Do not set call_dummy_address.
4007
4008 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4009
4010 * symfile.c (syms_from_objfile): Move variables to inner block.
4011 Move the checks for the non-mainline case a bit earlier to avoid
4012 doing some useless computations.
4013
4014 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4015
4016 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4017
4018 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4019
4020 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4021 sections.
4022
4023 2003-06-26 Michael Chastain <mec@shout.net>
4024
4025 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4026 gdb/testsuite/gdb.c++/pr-1210.exp.
4027
4028 2003-06-26 Andrew Cagney <cagney@redhat.com>
4029
4030 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4031 altivec_expression.h and altivec_registers.h.
4032
4033 2003-06-26 Andrew Cagney <cagney@redhat.com>
4034
4035 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4036 info->mach when MIPS16. Patch suggested by Fred Fish.
4037
4038 2003-06-26 Andrew Cagney <cagney@redhat.com>
4039
4040 * utils.c (internal_vproblem): Print the problem to a reason
4041 buffer and then pass to query. Make the msg variable more local.
4042
4043 2003-06-26 Andrew Cagney <cagney@redhat.com>
4044
4045 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4046 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4047 * gdbarch.h, gdbarch.c: Re-generate.
4048 * frame-base.c (default_frame_args_address): Update. Use
4049 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4050 not available.
4051 (default_frame_locals_address): Ditto for
4052 DEPRECATED_FRAME_LOCALS_ADDRESS.
4053 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4054 (vax_frame_num_args): Update.
4055 (vax_gdbarch_init): Update.
4056 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4057 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4058 * mcore-tdep.c (mcore_gdbarch_init): Update.
4059 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4060 * ia64-tdep.c (ia64_gdbarch_init): Update.
4061 * symtab.h (address_class): Update comments.
4062 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4063 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4064 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4065 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4066 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4067 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4068 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4069 * alpha-mdebug-tdep.c: Update.
4070 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4071
4072 2003-06-26 Andreas Jaeger <aj@suse.de>
4073
4074 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4075 of SSE registers so that varargs functions work. Rework handling
4076 of passing arguments on the stack.
4077 (x86_64_store_return_value): Return double and float values in SSE
4078 register.
4079
4080 2003-06-24 Michael Chastain <mec@shout.net>
4081
4082 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4083 the "constructor breakpoints ignored" bug.
4084
4085 2003-06-25 David Carlton <carlton@kealia.com>
4086
4087 * MAINTAINERS: Update e-mail address.
4088
4089 2003-06-24 Jim Blandy <jimb@redhat.com>
4090
4091 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4092
4093 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4094 function.
4095 (ppc_linux_init_abi): Register it as the
4096 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4097
4098 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4099 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4100 method.
4101
4102 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4103 (ppc64_standard_linkage_target): Use it.
4104
4105 2003-06-23 Andrew Cagney <cagney@redhat.com>
4106
4107 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4108 for 0 "int0" and 4 "int32" sized registers.
4109 * gdbtypes.c (builtin_type_int0): Define.
4110 (build_gdbtypes): Initialize builtin_type_int0.
4111 * gdbtypes.h (builtin_type_int0): Declare.
4112
4113 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4114
4115 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4116 as characters are unsigned.
4117
4118 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4119
4120 PR gdb/1179
4121 * dwarfread.c (struct_type): Skip static fields without crashing.
4122
4123 2003-06-22 Andrew Cagney <cagney@redhat.com>
4124
4125 GDB 6.0 branch created.
4126 * README: Update.
4127 * PROBLEMS: Update. Empty.
4128 * NEWS: Update.
4129
4130 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4131
4132 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4133 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4134
4135 2003-06-22 Andrew Cagney <cagney@redhat.com>
4136
4137 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4138 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4139 Velikov.
4140
4141 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4142
4143 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4144 compilers.
4145
4146 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4147
4148 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4149 argument of val_print.
4150 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4151 to the address argument of baseclass_offset or target_read_memory.
4152 Do add it to the argument of cp_print_value_fields.
4153
4154 2003-06-21 Andrew Cagney <cagney@redhat.com>
4155
4156 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4157 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4158 instead of 0..NUM_REGS.
4159 (mips_register_reggroup_p): New function.
4160 (mips_pseudo_register_write): New function.
4161 (mips_pseudo_register_read): New function.
4162 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4163 based on the register's type.
4164 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4165 cooked.
4166 (mips_get_saved_register): Simplify. Assert that REGNO is a
4167 pseudo / cooked.
4168 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4169 (mips_register_type): Replace mips_register_virtual_type. Map
4170 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4171 when available.
4172 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4173 that the register is cooked / virtual.
4174 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4175 Only get the extra info when needed.
4176 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4177 (mips32_heuristic_proc_desc): Fetch the cooked register.
4178 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4179 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4180 (mips_print_register): Use gdbarch_register_type, instead of
4181 REGISTER_VIRTUAL_TYPE.
4182 (print_gp_register_row): Use gdbarch_register_type, instead of
4183 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4184 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4185 Print the pseudo / cooked registers.
4186 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4187 Print the pseudo / cooked registers.
4188 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4189 REG_NUM is pseudo / cooked.
4190 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4191 (mips_n32n64_xfer_return_value): Ditto.
4192 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4193 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4194 (mips_register_sim_regno): New function.
4195 (mips_gdbarch_init): Set deprecated_register_byte,
4196 register_group_p, pseudo_register_write, pseudo_register_read,
4197 register_sim_regno, and num_pseudo_regs. Set register_type,
4198 instead of register_virtual_type.
4199 * Makefile.in (mips-tdep.o): Update dependencies.
4200 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4201 REGISTER_VIRTUAL_TYPE.
4202 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4203 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4204 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4205 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4206 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4207
4208 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4209
4210 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4211 * cli/cli-cmds.c: Include "gdb_vfork.h".
4212 (shell_escape): Use vfork.
4213
4214 2003-06-21 Andrew Cagney <cagney@redhat.com>
4215
4216 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4217 32 bit floating-point register saves.
4218
4219 * frame.h (deprecated_unwind_get_saved_register): Delete.
4220 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4221 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4222 and deprecated_get_next_frame_hack instead of
4223 deprecated_unwind_get_saved_register.
4224
4225 * mips-tdep.c (mips_dump_tdep): Do not print
4226 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4227
4228 * frame.c (get_frame_register): New function.
4229 (frame_unwind_register_signed): New function.
4230 (get_frame_register_signed): New function.
4231 (frame_unwind_register_unsigned): New function.
4232 (get_frame_register_unsigned): New function.
4233 * frame.h: Add comments on naming schema.
4234 (get_frame_register, frame_unwind_register_signed): Declare.
4235 (get_frame_register_signed, get_frame_register_signed): Declare.
4236 (frame_unwind_register_unsigned): Declare.
4237 (get_frame_register_unsigned): Declare.
4238
4239 2003-06-20 Theodore A. Roth <troth@openavr.org>
4240
4241 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4242
4243 2003-06-20 Theodore A. Roth <troth@openavr.org>
4244
4245 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4246 (avr_read_sp): Ditto.
4247
4248 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4249
4250 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4251 * config/arm/nm-linux.h: Likewise.
4252 * config/arm/tm-linux.h: Likewise.
4253 * config/ia64/nm-linux.h: Likewise.
4254 * config/ia64/tm-ia64.h: Likewise.
4255 * config/s390/tm-linux.h: Likewise.
4256 * config/s390/tm-s390.h: Likewise.
4257 * s390-nat.c: Likewise.
4258 * s390-tdep.c: Likewise.
4259
4260 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4261 * config/ia64/linux.mt: Likewise.
4262 * config/m68k/linux.mh: Likewise.
4263 * config/mips/linux.mt: Likewise.
4264 * config/powerpc/linux.mh: Likewise.
4265 * config/sh/linux.mt: Likewise.
4266
4267 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4268
4269 * solib.c (solib_open): Change tests for whether to search
4270 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4271 comments.
4272
4273 2003-06-19 Theodore A. Roth <troth@openavr.org>
4274
4275 * avr-tdep.c (avr_frame_address): Delete function.
4276 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4277 set_gdbarch_frame_args_address.
4278
4279 2003-06-19 Andrew Cagney <cagney@redhat.com>
4280
4281 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4282 (REGISTER_CONVERT_FROM_TYPE): Delete.
4283 (mips_register_convert_to_type): Delete declaration.
4284 (mips_register_convert_from_type): Delete declaration.
4285 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4286 kernel/.
4287
4288 2003-06-19 Michael Snyder <msnyder@redhat.com>
4289
4290 * linux-nat.h: New file.
4291 * linux-nat.c: Include linux-nat.h.
4292 * lin-lwp.c: Include linux-nat.h.
4293 Move struct lwp_info def to linux-nat.h.
4294 * linux-proc.c: Include linux-nat.h.
4295 (linux_make_note_section): Iterate over lwps instead of threads.
4296 (linux_do_thread_registers): Use lwp instead of merged pid.
4297 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4298 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4299 Add dependency on linux_nat_h.
4300
4301 2003-06-19 Theodore A. Roth <troth@openavr.org>
4302
4303 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4304
4305 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4306
4307 * varobj.c (get_type, get_target_type): Use check_typedef.
4308
4309 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4310
4311 * breakpoint.c (insert_catchpoint): Call internal_error.
4312
4313 2003-06-19 Theodore A. Roth <troth@openavr.org>
4314
4315 * avr-tdep.c (avr_push_dummy_code): Delete function.
4316 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4317
4318 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4319
4320 * arch-utils.c (default_prepare_to_proceed): Remove.
4321 (generic_prepare_to_proceed): Remove.
4322 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4323 (generic_prepare_to_proceed): Remove prototype.
4324 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4325 * gdbarch.c: Regenerate.
4326 * gdbarch.h: Regenerate.
4327 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4328 * hppah-nat.c (hppa_switched_threads): Remove.
4329 * infrun.c (prepare_to_proceed): New static function, copied from
4330 generic_prepare_to_proceed. Remove select_it argument.
4331 (proceed): Call prepare_to_proceed.
4332 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4333 variables.
4334 (ptrace_wait): Don't set the removed variables.
4335 (hppa_switched_threads): Remove.
4336 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4337 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4338 (lin_lwp_prepare_to_proceed): Remove prototype.
4339 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4340 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4341
4342 2003-06-18 Theodore A. Roth <troth@openavr.org>
4343
4344 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4345 trad-frame.h.
4346 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4347 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4348 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4349 (AVR_PROLOGUE_*): Enumerate prologue types.
4350 (struct frame_extra_info): Remove.
4351 (struct avr_unwind_cache): Define.
4352 (avr_write_sp): Delete function.
4353 (avr_read_fp): Ditto.
4354 (avr_init_extra_frame_info): Ditto.
4355 (avr_pop_frame): Ditto.
4356 (avr_frame_saved_pc): Ditto.
4357 (avr_saved_pc_after_call): Ditto.
4358 (avr_push_return_address): Ditto.
4359 (avr_frame_chain): Ditto.
4360 (avr_store_struct_return): Ditto.
4361 (avr_push_arguments): Ditto.
4362 (avr_scan_prologue): Update comments. Changed to set up the info for
4363 cache unwinding. Now returns end of prologue PC.
4364 (avr_skip_prologue): Better handling of functions lacking a prologue
4365 by using avr_scan_prologue.
4366 (avr_scan_arg_moves): New function.
4367 (avr_saved_regs_unwinder): Ditto.
4368 (avr_frame_unwind_cache): Ditto.
4369 (avr_unwind_pc): Ditto.
4370 (avr_frame_this_id): Ditto.
4371 (avr_frame_prev_register): Ditto.
4372 (avr_frame_p): Ditto.
4373 (avr_frame_base_address ): Ditto.
4374 (avr_unwind_dummy_id): Ditto.
4375 (avr_push_dummy_code): Ditto.
4376 (push_stack_item): Ditto.
4377 (pop_stack_item): Ditto.
4378 (avr_push_dummy_call): Ditto.
4379 (struct stack_item): Define.
4380 (avr_frame_unwind): Declare structure.
4381 (avr_frame_base): Ditto.
4382 (avr_gdbarch_init): Remove calls to
4383 set_gdbarch_deprecated_init_frame_pc,
4384 set_gdbarch_deprecated_target_read_fp,
4385 set_gdbarch_deprecated_dummy_write_sp,
4386 set_gdbarch_deprecated_fp_regnum,
4387 set_gdbarch_deprecated_push_arguments,
4388 set_gdbarch_deprecated_push_return_address,
4389 set_gdbarch_deprecated_pop_frame,
4390 set_gdbarch_deprecated_store_struct_return,
4391 set_gdbarch_deprecated_frame_init_saved_regs,
4392 set_gdbarch_deprecated_init_extra_frame_info,
4393 set_gdbarch_deprecated_frame_chain,
4394 set_gdbarch_deprecated_frame_saved_pc,
4395 set_gdbarch_deprecated_saved_pc_after_call.
4396 Add calls to set_gdbarch_push_dummy_call,
4397 set_gdbarch_push_dummy_code,
4398 frame_unwind_append_predicate,
4399 frame_base_set_default,
4400 set_gdbarch_unwind_dummy_id,
4401 set_gdbarch_unwind_pc.
4402 Wrap a long line.
4403
4404 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4405
4406 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4407 registers for H8/300S.
4408 (h8300_print_registers_info): Ditto.
4409 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4410
4411 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4412
4413 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4414 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4415 (lin_lwp_wait): Likewise. Update comments.
4416 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4417 (pull_pid_from_list, linux_record_stopped_pid): New.
4418
4419 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4420
4421 * ada-lang.c (scan_discrim_bound): Name first argument.
4422 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4423 declared by ALL_BLOCK_SYMBOLS.
4424
4425 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4426
4427 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4428 ("regcache.h"): Include it.
4429 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4430
4431 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4432
4433 * NEWS: Mention gdbserver detach change and "disconnect" command.
4434 * infcmd.c (disconnect_command): New function.
4435 (_initialize_infcmd): Add ``disconnect'' command.
4436 * remote.c (remote_async_detach): Delete.
4437 (remote_detach): Merge remote_async_detach.
4438 (remote_disconnect): New.
4439 (init_remote_ops): Set to_disconnect.
4440 (init_remote_cisco_ops): Likewise.
4441 (init_remote_async_ops): Likewise. Use remote_detach.
4442 * target.c (cleanup_target): Default to_disconnect.
4443 (update_current_target): Inherit to_disconnect.
4444 (target_disconnect, debug_to_disconnect): New functions.
4445 (setup_target_debug): Set to_disconnect.
4446 * target.h (struct target_ops): Add to_disconnect.
4447 (target_disconnect): Add prototype.
4448
4449 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4450
4451 * breakpoint.c (insert_catchpoint): New function.
4452 (insert_breakpoints): Use catch_exceptions to call
4453 insert_catchpoint. Disable catchpoints if they fail to insert.
4454
4455 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4456
4457 * symfile.c (reread_symbols): Clear sym_private.
4458
4459 2003-06-17 Andrew Cagney <cagney@redhat.com>
4460
4461 * trad-frame.h (struct frame_info): Add opaque declaration.
4462 * remote-fileio.h (struct cmd_list_element): Add opaque
4463 declaration.
4464 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4465 comments.
4466
4467 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4468
4469 * remote.c (remote_prepare_to_store): Replace call to
4470 deprecated_read_register_bytes with multiple regcache_raw_read
4471 calls.
4472
4473 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4474
4475 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4476 (nto_find_and_open_solib): Likewise.
4477 (nto_init_solib_absolute_prefix): Likewise.
4478 (_initialize_nto_tdep): Fix indentation.
4479
4480 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4481
4482 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4483
4484 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4485
4486 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4487
4488 2003-06-17 Jim Blandy <jimb@redhat.com>
4489
4490 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4491
4492 2003-06-16 Theodore A. Roth <troth@openavr.org>
4493
4494 * avr-tdep.c (avr_extract_return_value): New function.
4495 (avr_gdbarch_init): Set extract_return_value method.
4496
4497 2003-06-16 Andrew Cagney <cagney@redhat.com>
4498
4499 * frame.h (deprecated_get_next_frame_hack): Declare.
4500 * frame.c (legacy_saved_regs_prev_register): Only require
4501 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4502 there are always saved regs.
4503 (deprecated_generic_get_saved_register): Do not require
4504 DEPRECATED_FRAME_INIT_SAVED_REGS.
4505 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4506 use frame ID unwind instead.
4507 (deprecated_get_next_frame_hack): New function.
4508
4509 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4510
4511 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4512 (h8300_push_dummy_call): ...this function. Some minor optimization.
4513 (h8300_push_return_address): Remove.
4514 (h8300_gdbarch_init): Remove calls to
4515 set_gdbarch_deprecated_dummy_write_sp,
4516 set_gdbarch_deprecated_push_arguments and
4517 set_gdbarch_deprecated_push_return_address.
4518 Add call to set_gdbarch_push_dummy_call.
4519
4520 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4521
4522 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4523 (E_PSEUDO_EXR_REGNUM): Ditto.
4524 (h8300_is_argument_spill): Check for instructions moving argument
4525 registers into safe registers.
4526 (h8300_skip_prologue): Check for stm instruction to push registers
4527 used for register variables onto stack.
4528 (gdb_print_insn_h8300): Remove.
4529 (h8300_examine_prologue): Add a comment.
4530 (h8300_register_name): Take pseudo registers into account.
4531 (h8300s_register_name): Ditto.
4532 (h8300sx_register_name): Ditto.
4533 (h8300_print_register): Ditto.
4534 (h8300_print_registers_info): Define "nice" printing order.
4535 (h8300_saved_pc_after_call): Take pseudo registers into account.
4536 (h8300_register_type): Ditto. Return type used for remote connection
4537 when requesting real CCR or EXR register, return actual type when
4538 requesting pseudo CCR or EXR.
4539 (h8300_pseudo_register_read): New function.
4540 (h8300_pseudo_register_write): Ditto.
4541 (h8300_dbg_reg_to_regnum): Ditto.
4542 (h8300s_dbg_reg_to_regnum): Ditto.
4543 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4544 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4545 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4546 set_gdbarch_print_insn architecture dependent.
4547 Call set_gdbarch_pseudo_register_read and
4548 set_gdbarch_pseudo_register_write.
4549 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4550
4551 2003-06-16 Andrew Cagney <cagney@redhat.com>
4552
4553 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4554 * gdbarch.h, gdbarch.c: Re-generate.
4555 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4556 * s390-tdep.c (s390_gdbarch_init): Update.
4557 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4559 * mips-tdep.c (mips_gdbarch_init): Update.
4560 * mcore-tdep.c (mcore_gdbarch_init): Update.
4561 * cris-tdep.c (cris_gdbarch_init): Update.
4562 * infcall.c (call_function_by_hand): Update.
4563 * ia64-tdep.c (ia64_push_arguments): Update comment.
4564 * frame.c (legacy_get_prev_frame): Do not assume
4565 SAVE_DUMMY_FRAME_TOS_P.
4566 * dummy-frame.c (find_dummy_frame): Update comment.
4567
4568 2003-06-16 Andrew Cagney <cagney@redhat.com>
4569
4570 * regcache.c (do_cooked_read): Do not use register_valid_p.
4571
4572 2003-06-15 Theodore A. Roth <troth@openavr.org>
4573
4574 * avr-tdep.c (avr_register_type): Remove a blank line.
4575 (avr_scan_prologue): Correct some comments.
4576
4577 2003-06-15 Theodore A. Roth <troth@openavr.org>
4578
4579 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4580 prologue types.
4581 Properly scan prologues generated by gcc with the -mcall-prologues
4582 option.
4583 Add code to scan -mcall-prologues for mega devices.
4584
4585 2003-06-15 Theodore A. Roth <troth@openavr.org>
4586
4587 * avr-tdep.c (avr_register_byte): Delete function.
4588 (avr_register_raw_size): Delete function.
4589 (avr_register_virtual_size): Delete function.
4590 (avr_register_virtual_type): Delete function.
4591 (avr_register_type): New function.
4592 (avr_address_to_pointer): Remove unused code.
4593 (avr_read_fp): Need to read FP as two separate bytes due to change to
4594 avr_register_type() usage.
4595 (avr_gdbarch_init): Don't set deprecated_register_size.
4596 Don't set deprecated_register_bytes.
4597 Don't set deprecated_register_byte.
4598 Don't set deprecated_register_raw_size.
4599 Don't set deprecated_max_register_raw_size.
4600 Don't set deprecated_register_virtual_size.
4601 Don't set deprecated_max_register_virtual_size.
4602 Don't set deprecated_register_virtual_type.
4603 Set register_type method.
4604
4605 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4606
4607 * Makefile.in (linux-nat.o): Add rule.
4608 * linux-nat.c: New file.
4609 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4610 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4611 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4612 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4613 * config/arm/linux.mh (NATDEPFILES): Likewise.
4614 * config/i386/linux.mh (NATDEPFILES): Likewise.
4615 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4616 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4617 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4618 * config/mips/linux.mh (NATDEPFILES): Likewise.
4619 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4620 * config/s390/s390.mh (NATDEPFILES): Likewise.
4621 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4622
4623 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4624
4625 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4626 replace out-of-date comment.
4627
4628 2003-06-15 Andrew Cagney <cagney@redhat.com>
4629
4630 * rdi-share/host.h (Fail): Change to a varargs function.
4631 * remote-rdi.c (Fail): Update.
4632
4633 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4634
4635 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4636 (i386_convert_register_p, i386_register_to_value,
4637 i386_register_from_value): Handle types longer than 8 bytes.
4638
4639 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4640
4641 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4642 Move floating-point code to new function in i387-tdep.c.
4643 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4644 New functions containing code moved here from i386-tdep.c.
4645 * i387-tdep.h: Add opaque declaration for `struct type'.
4646 (i387_register_to_value, i387_value_to_register): New prototypes.
4647 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4648 (x86_64_init_abi): Set convert_register_p, register_to_value and
4649 value_to_register here.
4650
4651 2003-06-14 Andrew Cagney <cagney@redhat.com>
4652
4653 * mips-tdep.c (mips_register_to_value): Make static.
4654 (mips_value_to_register): Make static.
4655 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4656 * ia64-tdep.c (ia64_register_raw_size): Make static.
4657 (ia64_register_virtual_size): Make static.
4658 (ia64_register_byte): Make static.
4659 * i387-tdep.c: Include "i387-tdep.h".
4660 (print_387_control_word): Delete function.
4661 (print_387_status_word): Delete function.
4662 (print_387_status_bits): Delete function.
4663 (print_387_control_bits): Delete function.
4664 * Makefile.in (i387-tdep.o): Update dependencies.
4665 * rdi-share/host.h (Fail): Declare.
4666 * remote-rdi.c (Fail): Update to match declaration.
4667
4668 2003-06-14 Andrew Cagney <cagney@redhat.com>
4669
4670 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4671 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4672 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4673 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4674 * README: Delete reference to remote-array.
4675 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4676 (remote-array.o): Delete target.
4677 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4678 * remote-array.c: Delete file.
4679
4680 2003-06-14 Andrew Cagney <cagney@redhat.com>
4681 Mark Kettenis <kettenis@gnu.org>
4682
4683 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4684 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4685 parameter with "frame".
4686 * gdbarch.h, gdbarch.c: Re-generate.
4687 * frame.h (put_frame_register): Declare.
4688 * frame.c (put_frame_register): New function.
4689 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4690 (legacy_register_to_value): Rewrite, use "frame" to get the
4691 register value.
4692 (legacy_value_to_register): Rewrite, use "frame" to find the
4693 register's location before storing.
4694 * arch-utils.h (legacy_convert_register_p): Update.
4695 (legacy_register_to_value, legacy_value_to_register): Update.
4696 * findvar.c (value_from_register): Rewrite, eliminate use of
4697 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4698 "frame" to REGISTER_TO_VALUE.
4699 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4700 lval_reg_frame_relative + lval_register branch of the switch. Do
4701 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4702 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4703 I386_EDI_REGNUM): New defines.
4704 (i386_next_regnum, i386_convert_register_p,
4705 i386_register_to_value, i386_value_to_register): New functions.
4706 (i386_register_convertible, i386_register_convert_to_virtual,
4707 i386_convert_to_raw): Remove functions.
4708 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4709 value_to_register instead of register_convertible,
4710 register_convert_to_virtual and register_convert_to_raw.
4711 * mips-tdep.c (mips_convert_register_p): New function.
4712 (mips_value_to_register): Replace mips_register_convert_from_type.
4713 (mips_register_to_value): Replace mips_register_convert_to_type.
4714 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4715 register_to_value.
4716 * alpha-tdep.c (alpha_convert_register_p): Update.
4717 (alpha_value_to_register): Update, store the register.
4718 (alpha_register_to_value): Update, fetch the register.
4719
4720 2003-06-14 Theodore A. Roth <troth@openavr.org>
4721
4722 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4723 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4724 Don't set deprecated_call_dummy_words.
4725 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4726 Don't set remote_translate_xfer_address.
4727 (avr_io_reg_read_command): Remove commented out debug printf.
4728 Wrap a long line.
4729
4730 2003-06-14 Theodore A. Roth <troth@openavr.org>
4731
4732 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4733 causes gdb to seg fault.
4734
4735 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4736
4737 * sparc-nat.c (fetch_inferior_registers): Correct
4738 a reference to "registers".
4739
4740 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4741
4742 * Makefile.in (exc_request_U_h): Define
4743 (exc_request_S_h): Likewise.
4744 (msg_reply_S_h): Likewise.
4745 (msg_U_h): Likewise.
4746 (notify_S_h): Likewise.
4747 (process_reply_S_h): Likewise.
4748 (gnu-nat.o): Depend on gdb_obstack_h
4749 * gnu-nat.c: Include "gdb_obstack.h".
4750
4751 2003-06-13 Andrew Cagney <cagney@redhat.com>
4752
4753 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4754 * gdbarch.h, gdbarch.c: Re-generate.
4755
4756 2003-06-13 Andrew Cagney <cagney@redhat.com>
4757
4758 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4759 when deprecated REGISTER macros can be deleted.
4760 * gdbarch.h, gdbarch.c: Re-generate.
4761
4762 2003-06-13 Jim Blandy <jimb@redhat.com>
4763
4764 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4765 Linux entry point symbols for _dl_debug_state, too.
4766
4767 2003-06-13 Andrew Cagney <cagney@redhat.com>
4768
4769 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4770 available, do not use the FP register, and always save the TOS.
4771 * dummy-frame.c (dummy_frame_this_id): Do not assert
4772 SAVE_DUMMY_FRAME_TOS.
4773 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4774 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4775 (i386_push_dummy_call): Add 8 to the returned SP.
4776 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4777 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4778 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4779 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4780 (x86_64_push_dummy_call): Return "sp + 16".
4781 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4782 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4783 save_dummy_frame_tos.
4784
4785 2003-06-13 Jim Blandy <jimb@redhat.com>
4786
4787 * frv-tdep.c (frv_use_struct_convention): Delete static
4788 declaration for function deleted in my change of 2003-06-12.
4789
4790 2003-06-13 Theodore A. Roth <troth@openavr.org>
4791
4792 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4793 (avr_pointer_to_address): Shift code addrs left 1 bit.
4794 (avr_convert_from_func_ptr_addr): Delete function since operation is
4795 better handled by avr_address_to_pointer and avr_pointer_to_address.
4796 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4797
4798 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4799
4800 From Kelley Cook <kelleycook@wideopenwest.com>:
4801 * configure.host: Accept i[34567]86 variants.
4802 * configure.tgt: Likewise.
4803 * nlm/configure.in: Likewise.
4804 * nlm/configure: Regenerated.
4805
4806 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4807
4808 * arm-tdep.c (solib-svr4.h): Dont' include it.
4809 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4810 * arm-linux-tdep.c: ... here. Make static.
4811 (arm_linux_init_abi): Register it.
4812 (solib-svr4.h): Include it.
4813 * Makefile.in: Update dependencies.
4814 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4815 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4816
4817 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4818
4819 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4820 indicate registers used for return values.
4821 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4822 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4823 members.
4824 (h8300_init_extra_frame_info): Ditto.
4825 (h8300_frame_locals_address): Removed.
4826 (h8300_frame_args_address): Removed.
4827 (h8300_extract_return_value): Use new regcache structure. Only care
4828 for 16 bit CPUs.
4829 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4830 (h8300_store_return_value): Use new regcache structure. Only care
4831 for 16 bit CPUs.
4832 (h8300h_store_return_value): Same function for 32 bit CPUs.
4833 (h8300_store_struct_return): Removed.
4834 (h8300_extract_struct_value_address): Use new regcache structure.
4835 (h8300h_extract_struct_value_address): Removed.
4836 (h8300_push_dummy_code): New function.
4837 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4838 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4839 set_gdbarch_store_return_value architecture dependent.
4840 Call set_gdbarch_push_dummy_code and
4841 set_gdbarch_extract_struct_value_address.
4842 Remove calls to set_gdbarch_frame_args_address,
4843 set_gdbarch_frame_locals_address,
4844 set_gdbarch_deprecated_store_struct_return,
4845 set_gdbarch_deprecated_extract_return_value,
4846 set_gdbarch_deprecated_extract_struct_value_address,
4847 set_gdbarch_deprecated_call_dummy_words and
4848 set_gdbarch_deprecated_sizeof_call_dummy_words.
4849
4850 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4851
4852 * h8300-tdep.c (h8300_register_byte): Remove.
4853 (h8300h_register_byte): Remove.
4854 (h8300_register_virtual_type): Remove. Substitute by...
4855 (h8300_register_type): New function.
4856 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4857 (h8300h_extract_struct_value_address): Ditto.
4858 (h8300_gdbarch_init): Drop calls to
4859 set_gdbarch_deprecated_register_byte and
4860 set_gdbarch_deprecated_register_virtual_type.
4861 Add call to set_gdbarch_register_type.
4862
4863 2003-06-13 Andrew Cagney <cagney@redhat.com>
4864
4865 * gdbarch.sh: Update comments on registers.
4866 (deprecated_register_byte): Rename register_byte.
4867 (deprecated_register_raw_size): Rename register_raw_size.
4868 (deprecated_register_virtual_size): Rename register_virtual_size.
4869 (deprecated_register_virtual_type): Rename register_virtual_type.
4870 * gdbarch.h, gdbarch.c: Re-generate.
4871 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4872 * vax-tdep.c (vax_gdbarch_init): Update.
4873 * v850-tdep.c (v850_gdbarch_init): Update.
4874 * sparc-tdep.c (sparc_gdbarch_init): Update.
4875 * sh-tdep.c (sh_gdbarch_init): Update.
4876 * s390-tdep.c (s390_gdbarch_init): Update.
4877 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4878 * ns32k-tdep.c: Update.
4879 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4880 * mips-tdep.c (mips_gdbarch_init): Update.
4881 * mcore-tdep.c (mcore_gdbarch_init): Update.
4882 * m68k-tdep.c (m68k_gdbarch_init): Update.
4883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4884 * ia64-tdep.c (ia64_gdbarch_init): Update.
4885 * hppa-tdep.c (hppa_gdbarch_init): Update.
4886 * h8300-tdep.c (h8300_gdbarch_init): Update.
4887 * frv-tdep.c (frv_gdbarch_init): Update.
4888 * cris-tdep.c (cris_gdbarch_init): Update.
4889 * avr-tdep.c (avr_gdbarch_init): Update.
4890 * alpha-tdep.c (alpha_gdbarch_init): Update.
4891 * arm-tdep.c (arm_gdbarch_init): Update.
4892
4893 2003-06-13 Andrew Cagney <cagney@redhat.com>
4894
4895 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4896 mips_o32_use_struct_convention with always_use_struct_convention.
4897
4898 2003-06-12 David Carlton <carlton@kealia.com>
4899
4900 * cp-namespace.c (cp_set_block_scope): Comment out
4901 processing_has_namespace_info branch.
4902
4903 2003-06-12 Jim Blandy <jimb@redhat.com>
4904
4905 Recognize and skip 64-bit PowerPC Linux linkage functions.
4906 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4907 insn_pattern, insns_match_pattern, d_field, ds_field): New
4908 functions, macros, and types for working with PPC instructions.
4909 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4910 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4911 ppc64_skip_trampoline_code): New functions, variables, and macros
4912 for recognizing and skipping linkage functions.
4913 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4914 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4915
4916 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4917 register offsets for both the 32- and 64-bit interfaces.
4918
4919 Actually finish the job started by my change of 2003-05-29.
4920 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4921 other #definition of this.
4922 (ppc_linux_skip_trampoline_code): Remove declaration.
4923 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4924 static.
4925 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4926 method for GDBARCH.
4927
4928 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4929 'long' on ppc64-*-linux*.
4930
4931 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4932 isn't #defined, assume the register doesn't exist: act as if
4933 tdep->ppc_mq_regnum were -1.
4934
4935 * configure.host, configure.tgt: Add entries for
4936 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4937 powerpc/linux.mt.
4938 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4939 New files.
4940
4941 * arch-utils.c (always_use_struct_convention): New function.
4942 * arch-utils.h (always_use_struct_convention): New prototype.
4943 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4944 (alpha_gdbarch_init): Register always_use_struct_convention,
4945 instead of alpha_use_struct_convention.
4946 * cris-tdep.c (cris_use_struct_convention): Delete.
4947 (cris_gdbarch_init): Register always_use_struct_convention,
4948 instead of cris_use_struct_convention.
4949 * frv-tdep.c (frv_use_struct_convention): Delete.
4950 (frv_gdbarch_init): Register always_use_struct_convention,
4951 instead of frv_use_struct_convention.
4952 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4953 (h8300_gdbarch_init): Register always_use_struct_convention,
4954 instead of h8300_use_struct_convention.
4955 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
4956 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4957 instead of mips_o32_use_struct_convention.
4958
4959 2003-06-12 Andrew Cagney <cagney@redhat.com>
4960
4961 * wince.c: Include "mips-tdep.h".
4962 * mips-tdep.h (mips_next_pc): Declare.
4963 * mcore-tdep.c: Make more local functions static.
4964 * Makefile.in (wince.o): Update dependencies.
4965
4966 2003-06-12 David Carlton <carlton@kealia.com>
4967
4968 * symtab.c (lookup_symbol_aux_minsyms): Replace
4969 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4970 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4971 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4972 SYMBOL_NATURAL_NAME.
4973
4974 2003-06-12 Andreas Schwab <schwab@suse.de>
4975
4976 * Makefile.in (tuiDisassem.o): Update dependencies.
4977
4978 2003-06-12 David Carlton <carlton@bactrian.org>
4979
4980 * symtab.h: Delete declaration of make_symbol_overload_list.
4981 Add declaration of lookup_partial_symbol.
4982 * symtab.c (remove_params): Move to cp-support.c.
4983 (overload_list_add_symbol, make_symbol_overload_list)
4984 (sym_return_val_size, sym_return_val_index): Ditto.
4985 (lookup_partial_symbol): Make extern.
4986 * cp-support.h: Add declaration of make_symbol_overload_list.
4987 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
4988 symtab.h, and block.h.
4989 (remove_params): Move here from symtab.c.
4990 (overload_list_add_symbol, make_symbol_overload_list)
4991 (sym_return_val_size, sym_return_val_index): Ditto.
4992 * valops.c: Include cp-support.h.
4993 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
4994 frame_h, and block_h.
4995 (valops.o): Depend on cp_support_h.
4996
4997 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
4998
4999 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5000 substitute by NUM_REGS throughout.
5001 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5002 (h8300s_register_name): New function for H8S registers.
5003 (h8300sx_register_name): Ditto for H8SX registers.
5004 (h8300_print_register): Revise register printing, avoid depending
5005 on 32 bit long.
5006 (h8300_register_byte): Only care for H8/300 registers.
5007 (h8300h_register_byte): New function for any other architecture.
5008 (h8300_register_raw_size): Remove.
5009 (h8300_register_virtual_type): Revise to return actually useful
5010 type.
5011 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5012 (h8300h_extract_struct_value_address): New function for any other
5013 architecture.
5014 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5015 set_gdbarch_register_name, set_gdbarch_register_byte,
5016 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5017 Remove calls to set_gdbarch_deprecated_register_size,
5018 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5019 set_gdbarch_deprecated_max_register_raw_size,
5020 set_gdbarch_register_virtual_size and
5021 set_gdbarch_deprecated_max_register_virtual_size entirely.
5022 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5023 set_gdbarch_long_double_bit.
5024
5025 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5026
5027 * doublest.c (convert_doublest_to_floatformat): When dealing
5028 with the implied integer bit, only alter mant_bits if we are
5029 processing a full 32 bits of mantissa.
5030
5031 2003-06-11 David Carlton <carlton@bactrian.org>
5032
5033 * dictionary.h: New.
5034 * dictionary.c: New.
5035 * block.h: Add opaque declaration for struct dictionary.
5036 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5037 'sym' members.
5038 (BLOCK_DICT): New macro.
5039 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5040 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5041 BLOCK_SHOULD_SORT.
5042 (ALL_BLOCK_SYMBOLS): Update definition.
5043 * Makefile.in (SFILES): Add dictionary.c.
5044 (dictionary_h): New.
5045 (COMMON_OBS): Add dictionary.o.
5046 (dictionary.o): New.
5047 (ada-lang.o): Depend on dictionary_h.
5048 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5049 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5050 (mi-cmd-stack.o): Ditto.
5051 (gdbtk-cmds.o): Update dependencies.
5052 (gdbtk-stack.o): Ditto.
5053 * ada-lang.c: Include dictionary.h.
5054 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5055 (fill_in_ada_prototype, debug_print_block): Ditto.
5056 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5057 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5058 'is_sorted'.
5059 * mdebugread.c: Include dictionary.h.
5060 (struct parse_stack): Delete 'maxsyms' member.
5061 (parse_symbol): Update calls to new_block. Delete calls to
5062 shrink_block. Use dictionary methods.
5063 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5064 Update calls to new_symtab. Don't maintain maxsyms data.
5065 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5066 (add_symbol): Just call dict_add_symbol.
5067 (new_symtab): Delete 'maxsyms' argument.
5068 (new_symtab): Update calls to new_block.
5069 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5070 (shrink_block): Delete function.
5071 (fixup_sigtramp): Update call to new_block. Add symbol via
5072 dict_add_symbol.
5073 * jv-lang.c: Include dictionary.h.
5074 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5075 appropriately. Set class_symtab->free_func. Make sure the
5076 blockvector is big enough to hold two blocks.
5077 (add_class_symtab_symbol): Use dictionary methods.
5078 (free_class_block): New function.
5079 (type_from_class): Replace explicit iteration by
5080 ALL_BLOCK_SYMBOLS.
5081 * symtab.h (struct symtab): Replace 'free_ptr' method by
5082 'free_func'.
5083 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5084 sort_symtab_syms.
5085 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5086 sort_symtab_syms.
5087 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5088 Include dictionary.h.
5089 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5090 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5091 sort_symtab_syms.
5092 * objfiles.c: Include dictionary.h.
5093 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5094 * buildsym.c: Include dictionary.h.
5095 (finish_block): Use dictionary methods.
5096 (end_symtab): Set free_func to NULL, not free_ptr.
5097 * tracepoint.c: Include dictionary.h.
5098 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5099 (scope_info): Ditto.
5100 * stack.c: Include dictionary.h.
5101 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5102 (print_block_frame_labels, print_frame_arg_vars)
5103 (print_frame_args): Ditto.
5104 * symmisc.c (free_symtab_block): Use dictionary methods.
5105 (dump_symtab): Ditto.
5106 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5107 Include dictionary.h.
5108 * symfile.h: Delete declarations of sort_block_syms,
5109 sort_symtab_syms.
5110 * symfile.c (sort_block_syms): Delete.
5111 (sort_symtab_syms): Delete.
5112 * symtab.c: Include dictionary.h.
5113 (lookup_block_symbol): Use dictionary iterators.
5114 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5115 (search_symbols, make_symbol_completion_list): Ditto.
5116 (make_symbol_overload_list): Ditto.
5117 * valops.c (value_of_local): Use dict_empty.
5118 Include dictionary.h.
5119
5120 2003-06-11 J. Brobecker <brobecker@gnat.com>
5121
5122 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5123
5124 2003-06-11 David Carlton <carlton@bactrian.org>
5125
5126 * block.h (BLOCK_SHOULD_SORT): Delete.
5127 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5128 blocks.
5129 * ada-lang.c (ada_add_block_symbols): Ditto.
5130 * symfile.c (sort_block_syms): Delete.
5131 (sort_symtab_syms): Ditto.
5132 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5133 declarations.
5134 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5135 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5136 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5137 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5138 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5139 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5140 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5141
5142 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5143
5144 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5145 bits to 128.
5146
5147 2003-06-11 Andrew Cagney <cagney@redhat.com>
5148
5149 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5150 REGISTER_CONVERTIBLE.
5151 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5152 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5153 * gdbarch.h, gdbarch.c: Re-generate.
5154 * arch-utils.h (deprecated_register_convertible_not): Rename
5155 generic_register_convertible_not.
5156 * arch-utils.c (deprecated_register_convertible_not): Rename
5157 generic_register_convertible.
5158 (legacy_convert_register_p, legacy_register_to_value): Update.
5159 * sh-tdep.c (sh64_push_arguments): Update.
5160 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5161 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5162 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5163 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5164 * arch-utils.c (legacy_value_to_register): Update.
5165 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5166 (rs6000_register_convert_to_raw): Make parameter "from" const.
5167 * mips-tdep.c (mips_gdbarch_init): Update.
5168 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5169 * infcmd.c (default_print_registers_info): Update.
5170 * ia64-tdep.c (ia64_gdbarch_init): Update.
5171 (ia64_register_convert_to_raw): Make parameter "from" const.
5172 * i386-tdep.c (i386_gdbarch_init): Update.
5173 (i386_register_convert_to_raw): Update.
5174
5175 2003-06-11 Andrew Cagney <cagney@redhat.com>
5176
5177 * remote-fileio.c: Include "remote-fileio.h".
5178 * Makefile.in (remote-fileio.o): Update dependencies.
5179 (remote_fileio_h): Fix typo.
5180
5181 2003-06-11 Andrew Cagney <cagney@redhat.com>
5182
5183 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5184 (xstormy16_save_dummy_frame_tos): Make static.
5185 (_initialize_xstormy16_tdep): Add declaration.
5186 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5187 * v850-tdep.c: Make local functions static.
5188 (_initialize_v850_tdep): Add declaration.
5189 * sparc-tdep.c: Make local functions static.
5190 (_initialize_sparc_tdep): Add declaration.
5191 * sh-tdep.c: Make local functions static.
5192 (_initialize_sh_tdep): Add declaration.
5193 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5194 * s390-tdep.c: Make local functions static.
5195 (_initialize_s390_tdep): Add declaration.
5196 * dbxread.c (find_stab_function_addr): Make static.
5197 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5198 * ocd.c (_initialize_remote_ocd): Add declaration.
5199 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5200 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5201 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5202 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5203 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5204 * remote-array.c (_initialize_array): Add declaration.
5205 (_initialize_remote_monitors): Add declaration.
5206 * remote-mips.c: Make local functions static.
5207 (_initialize_remote_mips): Add declaration.
5208 * mcore-tdep.c: Make all local functions static.
5209 (_initialize_mcore_tdep): Add declaration.
5210 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5211 * abug-rom.c (_initialize_abug_rom): Add declaration.
5212 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5213 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5214 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5215 * remote-est.c (_initialize_est): Add declaration.
5216 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5217 (m68hc11_call_dummy_address): Make static.
5218 * ia64-tdep.c: Make local functions static.
5219 (_initialize_ia64_tdep): Add declaration.
5220 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5221 * monitor.c (monitor_wait_filter): Make static.
5222 (_initialize_remote_monitors): Add declaration.
5223 * remote-hms.c (_initialize_remote_hms): Add declaration.
5224 * remote-e7000.c (fetch_regs_from_dump): Make static.
5225 (expect_n): Make static.
5226 (_initialize_remote_e7000): Add declaration.
5227 * ser-e7kpc.c: Always include "defs.h".
5228 (_initialize_ser_e7000pc): Add declaration.
5229 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5230 * cris-tdep.c: Make all but one function static.
5231 (_initialize_cris_tdep): Add declaration.
5232 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5233 * solib.c (update_solib_list): Make static.
5234 (_initialize_solib): Add declaration.
5235 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5236 (_initialize_avr_tdep): Add declaration.
5237 * remote-rdi.c (voiddummy): Make static.
5238 (_initialize_remote_rdi): Add declaration.
5239 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5240 * remote-rdp.c (send_rdp): Make static.
5241 (_initialize_remote_rdp): Add declaration.
5242 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5243
5244 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5245
5246 * remote-fileio.c: Make ari happy.
5247
5248 2003-06-10 J. Brobecker <brobecker@gnat.com>
5249
5250 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5251 fetching the trailing bytes of the buffer we are about to write.
5252
5253 2003-06-10 Andrew Cagney <cagney@redhat.com>
5254
5255 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5256 * Makefile.in (remote-fileio.o): Update dependencies.
5257 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5258 include <setjmp.h>, or <sys/types.h> conditional on USG.
5259 (remote_fio_jmp_buf): Delete global variable.
5260
5261 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5262 Martin M. Hunt <hunt@redhat.com>
5263
5264 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5265 (SFILES): Add remote-fileio.c.
5266 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5267 dependencies for building remote.o.
5268 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5269 * remote-fileio.h: New header file defining remote File-I/O interface.
5270 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5271 static storage class.
5272 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5273 'F' packet.
5274 (_initialize_remote): Call initialize_remote_fileio().
5275 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5276 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5277 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5278 (captured_main): Initialize new ui_files.
5279 * ui-file.c: Add read and fgets input functions.
5280 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5281 (null_file_read): New function.
5282 (ui_file_read): New function.
5283 (set_ui_file_read): New function.
5284 (stdio_file_read): New function.
5285 * ui-file.h: New type ui_file_read_ftype.
5286 (set_ui_file_read): Declare.
5287 (ui_file_read): Declare.
5288
5289 2003-06-09 Andrew Cagney <cagney@redhat.com>
5290
5291 * frame.h (deprecated_unwind_get_saved_register): Rename
5292 generic_unwind_get_saved_register, update comments.
5293 * mips-tdep.c (mips_get_saved_register): Update.
5294 * frame.c (deprecated_unwind_get_saved_register): Update.
5295
5296 2003-06-09 Andrew Cagney <cagney@redhat.com>
5297
5298 * vax-tdep.c (vax_frame_locals_address): Delete function.
5299 (vax_gdbarch_init): Do not set frame_locals_address.
5300 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5301 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5302 * s390-tdep.c (s390_frame_args_address): Delete function.
5303 (s390_gdbarch_init): Do not set frame_args_address or
5304 frame_locals_address.
5305 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5306 (ns32k_gdbarch_init): Do not set frame_locals_address.
5307 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5308 (hppa_frame_locals_address): Delete function.
5309 (hppa_gdbarch_init): Do not set frame_args_address, or
5310 frame_locals_address.
5311 * arm-tdep.c (arm_frame_args_address): Delete.
5312 (arm_frame_locals_address): Delete.
5313 (arm_gdbarch_init): Do not set frame_args_address, or
5314 frame_locals_address.
5315
5316 2003-06-09 Andrew Cagney <cagney@redhat.com>
5317
5318 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5319 * gdbarch.h, gdbarch.c: Re-generate.
5320 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5321 * arch-utils.c (frame_num_args_unknown): Delete function.
5322 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5323 (frame_info): Use FRAME_NUM_ARGS_P.
5324 * arm-tdep.c (arm_frame_num_args): Delete function.
5325 (arm_gdbarch_init): Do not set frame_num_args.
5326 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5327 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5328 (hppa_gdbarch_init): Do not set frame_num_args.
5329 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5330 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5331 frame_num_args to default frame_num_args_unknown.
5332 * v850-tdep.c (v850_gdbarch_init): Ditto.
5333 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5334 * sh-tdep.c (sh_gdbarch_init): Ditto.
5335 * s390-tdep.c (s390_gdbarch_init): Ditto.
5336 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5337 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5338 * mips-tdep.c (mips_gdbarch_init): Ditto.
5339 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5340 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5342 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5343 * i386-tdep.c (i386_gdbarch_init): Ditto.
5344 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5345 * frv-tdep.c (frv_gdbarch_init): Ditto.
5346 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5347 * cris-tdep.c (cris_gdbarch_init): Ditto.
5348 * avr-tdep.c (avr_gdbarch_init): Ditto.
5349 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5350
5351 2003-06-09 Andrew Cagney <cagney@redhat.com>
5352
5353 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5354 (print_frame_args): Moved to "stack.c".
5355 * stack.c: Include "gdb_assert.h".
5356 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5357 (print_frame_args): Moved from "printcmd.c".
5358 * frame.h (print_frame_args): Delete declaration.
5359 * Makefile.in (stack.o): Update dependencies.
5360
5361 2003-06-08 Andrew Cagney <cagney@redhat.com>
5362
5363 * frame.c (get_prev_frame): Remove reference to
5364 frame_args_address_correct in comments.
5365 * frame-base.c (default_frame_args_address): Delete code
5366 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5367 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5368 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5369 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5370 (vax_frame_args_address_correct): Delete declaration.
5371
5372 2003-06-08 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdbarch.sh (UNWIND_SP): Add.
5375 * gdbarch.h, gdbarch.c: Re-generate.
5376 * frame.c (frame_sp_unwind): New function.
5377 (get_frame_sp): New function.
5378 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5379 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5380 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5381 value.
5382 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5383 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5384
5385 2003-06-08 Andrew Cagney <cagney@redhat.com>
5386
5387 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5388 REMOTE_BREAKPOINT.
5389 * remote.c: Update.
5390 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5391 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5392 * config/m68k/tm-sun3.h: Update.
5393 * config/m68k/tm-m68klynx.h: Update.
5394 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5395
5396 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5397 trad_frame". Update comments.
5398 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5399 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5400 (trad_frame_register_value, trad_frame_prev_register): Update.
5401
5402 2003-06-08 Andrew Cagney <cagney@redhat.com>
5403
5404 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5405 from GCC's acinclude.m4.
5406 * configure.in: Check for getopt's delcaration.
5407 * aclocal.m4, config.in, configure: Re-generate.
5408 * main.c (error_init): Delete declaration.
5409 * defs.h (error_init): Declare.
5410 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5411 (rs6000_convert_from_func_ptr_addr): Make static.
5412 (_initialize_rs6000_tdep): Add declaration.
5413 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5414 (show_commands, set_verbose, show_history): Delete declaration.
5415 * top.h (set_verbose): Add declaration.
5416 (show_history, set_history, show_commands): Add declaration.
5417 (do_restore_instream_cleanup): Add declaration.
5418 * objc-lang.c (specialcmp): Make static.
5419 (print_object_command): Make static.
5420 (find_objc_msgsend): Make static.
5421 (find_objc_msgcall_submethod_helper): Make static.
5422 (find_objc_msgcall_submethod): Make static.
5423 (_initialize_objc_language): Add declaration.
5424 (find_implementation_from_class): Make static.
5425 (find_implementation): Make static.
5426 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5427 * objc-lang.h (lookup_struct_typedef): Add declaration.
5428 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5429 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5430 (do_restore_user_call_depth): Make static.
5431 (do_restore_instream_cleanup): Delete declaration.
5432 (dont_repeat): Delete declaration.
5433 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5434 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5435 * reggroups.c (_initialize_reggroup): Add declaration.
5436 * cp-support.c (_initialize_cp_support): Add declaration.
5437 * cp-abi.c (_initialize_cp_abi): Add declaration.
5438 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5439 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5440 (_initialize_gnu_v3_abi): Add declaration.
5441 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5442 (_initialize_gnu_v2_abi): Add declaration.
5443 * frame-base.c (_initialize_frame_base): Add declaration.
5444 * doublest.c (floatformat_from_length): Make static.
5445 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5446 * frame.c (create_sentinel_frame): Make static.
5447 (_initialize_frame): Add declaration.
5448 * top.c (do_catch_errors): Make static.
5449 (gdb_rl_operate_and_get_next_completion): Make static.
5450 * typeprint.c: Include "typeprint.h".
5451 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5452 (sentinel_frame_this_id): Make static.
5453 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5454 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5455 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5456 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5457 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5458 * maint.c (maintenance_print_architecture): Make static.
5459 * signals/signals.c (_initialize_signals): Add declaration.
5460 * std-regs.c (_initialize_frame_reg): Add declaration.
5461 * jv-exp.y (push_variable): ISO C definition.
5462 (push_qualified_expression_name): Ditto.
5463 * memattr.c (_initialize_mem): Add declaration.
5464 * remote.c (remote_check_watch_resources): Make static.
5465 (remote_stopped_by_watchpoint): Make static.
5466 (remote_stopped_data_address): Make static.
5467 * d10v-tdep.c (nr_dmap_regs): Make static.
5468 (a0_regnum): Make static.
5469 (d10v_frame_unwind_cache): Make static.
5470 (d10v_frame_p): Make static.
5471 * osabi.c (show_osabi): Make static.
5472 (_initialize_gdb_osabi): Add extern declaration.
5473 * gdbtypes.c (make_qualified_type): Make static.
5474 (safe_parse_type): Make static.
5475 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5476 * macrotab.c (macro_bcache_free): Make static.
5477 * interps.c (interp_set_quiet): Make static.
5478 (interpreter_exec_cmd): Make static.
5479 * stack.h (select_frame_command): New file.
5480 * stack.c: Include "stack.h".
5481 (select_frame_command_wrapper): Delete function.
5482 (select_frame_command): Make global.
5483 * infcall.c: Include "infcall.h".
5484 * linespec.c: Include "linespec.h".
5485 * symfile.c (sections_overlap): Make static.
5486 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5487 * charset.c (_initialize_charset): Add missing prototype.
5488 * regcache.c (init_legacy_regcache_descr): Make static.
5489 (do_regcache_xfree): Make static.
5490 (regcache_xfer_part): Make static.
5491 (_initialize_regcache): Add missing prototype.
5492 * breakpoint.c (parse_breakpoint_sals): Make static.
5493 (breakpoint_sals_to_pc): Make static.
5494 * interps.h (clear_interpreter_hooks): ISO C declaration.
5495 * Makefile.in (stack_h): Define.
5496 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5497 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5498
5499 2003-06-08 Andrew Cagney <cagney@redhat.com>
5500
5501 * Makefile.in (d10v-tdep.o): Update dependencies.
5502 (SFILES): Add trad-frame.c.
5503 (trad_frame_h): Define.
5504 (COMMON_OBS): Add trad-frame.o.
5505 (trad-frame.o): Specify dependencies.
5506 * d10v-tdep.c: Include "trad-frame.h".
5507 (saved_regs_unwinder): Delete function.
5508 (d10v_frame_prev_register): Use trad_frame_prev_register.
5509 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5510 trad_frame", delete "regs" and "prev_sp".
5511 (prologue_find_regs): Use trad-frame.
5512 * trad-frame.h, trad-frame.c: New files.
5513
5514 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5515
5516 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5517
5518 2003-06-07 Adam Fedor <fedor@gnu.org>
5519
5520 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5521 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5522 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5523 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5524 resolve_msgsend_super, resolve_msgsend_super_stret):
5525 Use it.
5526
5527 2003-06-07 Andrew Cagney <cagney@redhat.com>
5528
5529 * symfile.h: Re-indent, clean up comments.
5530
5531 2003-06-07 Andrew Cagney <cagney@redhat.com>
5532
5533 * inferior.h (deprecated_write_sp): Replace
5534 generic_target_write_sp.
5535 * regcache.c (deprecated_write_sp): Replace
5536 generic_target_write_sp.
5537 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5538 * vax-tdep.c (vax_gdbarch_init): Update.
5539 * v850-tdep.c (v850_gdbarch_init): Update.
5540 * sparc-tdep.c (sparc_gdbarch_init): Update.
5541 * sh-tdep.c (sh_gdbarch_init): Update.
5542 * s390-tdep.c (s390_gdbarch_init): Update.
5543 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5544 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5545 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5546 * mcore-tdep.c (mcore_gdbarch_init): Update.
5547 * m68k-tdep.c (m68k_gdbarch_init): Update.
5548 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5549 * ia64-tdep.c (ia64_gdbarch_init): Update.
5550 * h8300-tdep.c (h8300_gdbarch_init): Update.
5551 * frv-tdep.c (frv_gdbarch_init): Update.
5552 * cris-tdep.c (cris_gdbarch_init): Update.
5553 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5554
5555 2003-06-07 Andrew Cagney <cagney@redhat.com>
5556
5557 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5558 Assert that PC_REGNUM is valid.
5559 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5560
5561 2003-06-07 Andrew Cagney <cagney@redhat.com>
5562
5563 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5564 * gdbarch.h, gdbarch.c: Regenerate.
5565 * mn10300-tdep.c: Include "gdb_assert.h".
5566 (mn10300_read_fp): New function.
5567 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5568 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5569 * ia64-tdep.c: Include "gdb_assert.h".
5570 (ia64_read_fp): New function.
5571 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5572 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5573 * regcache.c (generic_target_read_sp): Delete function.
5574 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5575 * inferior.h (generic_target_read_sp): Delete declaration.
5576 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5577 generic_target_read_sp.
5578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5579 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5580 * sh-tdep.c (sh_gdbarch_init): Ditto.
5581 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5582 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5583
5584 2003-06-07 Andrew Cagney <cagney@redhat.com>
5585
5586 * gdbarch.sh: Comment each field of startup_gdbarch.
5587 * gdbarch.h, gdbarch.c: Re-generate.
5588
5589 2003-06-07 Andrew Cagney <cagney@redhat.com>
5590
5591 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5592 * gdbarch.h, gdbarch.c: Re-generate.
5593 * regcache.c: Update comments on read_pc et.al.
5594 (generic_target_read_pc): Delete function.
5595 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5596 * inferior.h (generic_target_read_pc): Delete declaration.
5597 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5598 generic_target_read_pc.
5599 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5600 * sh-tdep.c (sh_gdbarch_init): Ditto.
5601 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5602 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5603
5604 2003-06-07 Andrew Cagney <cagney@redhat.com>
5605
5606 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5607 "index" with "special_local_sect". Use strcmp instead of STREQ.
5608 Append period to coments.
5609
5610 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5611
5612 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5613 (elfstab_offset_sections): Likewise.
5614 * gdb-stabs.h (stab_section_info): Likewise.
5615 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5616 * objfiles.c (objfile_relocate): Likewise.
5617 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5618 * remote.c (get_offsets): Likewise.
5619 (remote_cisco_objfile_relocate): Likewise.
5620 * somread.c (som_symfile_offsets): Likewise.
5621 * symfile.c (alloc_section_addr_info): New function.
5622 (build_section_addr_info_from_section_tab): Use it.
5623 (free_section_addr_info): Adjust.
5624 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5625 (syms_from_objfile): Allocate local_addr dynamically.
5626 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5627 dynamically.
5628 (add_symbol_file_command): Allocate sect_opts dynamically.
5629 (reread_symbols): Avoid use of SECT_OFF_MAX.
5630 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5631 (alloc_section_addr_info): Declare it.
5632 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5633 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5634 dynamically.
5635 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5636
5637 2003-06-06 Andrew Cagney <cagney@redhat.com>
5638
5639 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5640 (d10v_frame_unwind_cache): Do not set "return_pc".
5641
5642 2003-06-06 Michael Snyder <msnyder@redhat.com>
5643
5644 * h8300-tdep.c: Make tidy (long lines).
5645
5646 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5647
5648 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5649 to regcache_collect().
5650
5651 2003-06-05 J. Brobecker <brobecker@gnat.com>
5652
5653 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5654 pc_in_sigtramp multiarch method.
5655 (hppa_hpux_som_init_abi): Use it.
5656 (hppa_hpux_elf_init_abi): Likewise.
5657 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5658 macro has been multiarched.
5659 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5660 macro here, as hppa64 isn't multiarched yet.
5661
5662 2003-06-05 Andrew Cagney <cagney@redhat.com>
5663
5664 * Makefile.in (value_h): Add $(frame_h).
5665 * value.h: Include "frame.h".
5666 (struct value): Replace "frame_addr" with "frame_id".
5667 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5668 * values.c (allocate_value): Use VALUE_FRAME_ID.
5669 (value_copy): Use VALUE_FRAME_ID.
5670 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5671 * valops.c (value_assign): Update. Use frame_find_by_id.
5672
5673 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5674
5675 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5676 in each pass.
5677
5678 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5679
5680 * thread-db.c (check_event): For create/death event breakpoints,
5681 loop through all messages to ensure that we read the message
5682 corresponding to the breakpoint we are at.
5683
5684 2003-06-04 Michael Snyder <msnyder@redhat.com>
5685
5686 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5687
5688 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5689
5690 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5691 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5692 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5693 when handling .eh_frame sections.
5694
5695 2003-06-04 J. Brobecker <brobecker@gnat.com>
5696
5697 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5698 prepare_to_proceed procedure instead of the hppa-specific one.
5699 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5700
5701 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5702
5703 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5704 * config.in: Regenerated.
5705 * configure.in: Add test for syscall function and check for
5706 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5707 * configure: Regenerated.
5708 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5709 <sys/syscall.h>.
5710 (kill_lwp): New function that uses tkill syscall or
5711 uses kill, depending on whether threading model is nptl or not.
5712 All callers of kill() changed to use kill_lwp().
5713 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5714 see if all threads have already exited in the nptl model.
5715 (stop_and_resume_callback): New callback function used by the
5716 lin_lwp_wait thread exit handling code.
5717 (stop_wait_callback): Check for threads already having exited and
5718 delete such threads fromt the lwp list when discovered.
5719 (stop_callback): Don't assert retcode of kill call.
5720
5721 Roland McGrath <roland@redhat.com>
5722 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5723 nptl libthread_db.
5724
5725 2003-06-03 Richard Henderson <rth@redhat.com>
5726
5727 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5728 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5729 (alpha_sigtramp_frame_prev_register): Likewise.
5730 (alpha_heuristic_frame_prev_register): Likewise.
5731 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5732
5733 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5734 alpha-specific register id names.
5735 (alpha_mdebug_frame_unwind_cache): Likewise.
5736 (alpha_mdebug_frame_prev_register): Likewise.
5737
5738 2003-06-03 Richard Henderson <rth@redhat.com>
5739
5740 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5741 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5742 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5743 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5744 unwind routines.
5745 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5746 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5747 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5748
5749 * alpha-linux-tdep.c: Remove unnecessary includes.
5750 * Makefile.in (alpha-linux-tdep.o): Update.
5751
5752 2003-06-03 Richard Henderson <rth@redhat.com>
5753
5754 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5755 (alphabsd_fill_fpreg): Likewise.
5756
5757 2003-06-03 J. Brobecker <brobecker@gnat.com>
5758
5759 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5760 references to struct frame_info fields by calls to the equivalent
5761 accessors. Necessary now that frame_info is opaque.
5762
5763 2003-06-03 J. Brobecker <brobecker@gnat.com>
5764
5765 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5766 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5767 structure, field no longer exists.
5768
5769 2003-06-03 J. Brobecker <brobecker@gnat.com>
5770
5771 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5772 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5773
5774 2003-06-03 J. Brobecker <brobecker@gnat.com>
5775
5776 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5777 references to struct frame_info fields by calls to the equivalent
5778 accessors. Necessary now that frame_info is opaque.
5779
5780 2003-06-03 J. Brobecker <brobecker@gnat.com>
5781
5782 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5783 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5784 structure, field no longer exists.
5785
5786 2003-06-03 Theodore A. Roth <troth@openavr.org>
5787
5788 * remote.c (init_remote_state): Compute sizeof_g_packet by
5789 accumulation of the size of all registers instead of blindly using
5790 DEPRECATED_REGISTER_BYTES.
5791
5792 2003-06-03 Michael Snyder <msnyder@redhat.com>
5793
5794 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5795 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5796 for h8300sx.
5797
5798 2003-06-03 J. Brobecker <brobecker@gnat.com>
5799
5800 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5801 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5802
5803 2003-06-03 Andrew Cagney <cagney@redhat.com>
5804
5805 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5806 (sparc_convert_to_raw): Delete function.
5807 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5808 register_convert_to_virtual.
5809
5810 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5811
5812 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5813 layer if not dealing with a statically-linked threaded program.
5814
5815 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5816
5817 * solib.c (solib_open): Update comment to reflect actual search order.
5818
5819 2003-06-03 Andrew Cagney <cagney@redhat.com>
5820
5821 * frame.c (get_frame_memory_signed): New function.
5822 (get_frame_memory, get_frame_memory_unsigned): New function.
5823 (get_frame_arch): New function.
5824 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5825 (get_frame_memory, get_frame_unsigned_memory): Declare.
5826 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5827 get_frame_memory_unsigned and get_frame_arch.
5828 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5829
5830 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5831
5832 * MAINTAINERS (write after approval): Add myself.
5833
5834 2003-06-03 Jim Blandy <jimb@redhat.com>
5835
5836 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5837 elements of gregset_t are 64 bits each, but access registers
5838 are still 32 bits, so they're packed two per gregset_t
5839 element. Unpack/pack them properly.
5840
5841 2003-06-02 David Carlton <carlton@bactrian.org>
5842
5843 * linespec.c (find_methods): Break out code into
5844 add_matching_methods and add_constructors.
5845 (add_matching_methods): New.
5846 (add_constructors): Ditto.
5847
5848 2003-06-02 Andrew Cagney <cagney@redhat.com>
5849
5850 * sparc-tdep.c (sparc_print_registers): Delete call to
5851 REGISTER_CONVERTIBLE.
5852 (sparc_gdbarch_init): Do not set register_convertible.
5853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5854 * frv-tdep.c (frv_gdbarch_init): Ditto.
5855 * cris-tdep.c (cris_gdbarch_init): Ditto.
5856
5857 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5858
5859 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5860 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5861 (syms_from_objfile): Ditto.
5862
5863 2003-06-03 Andreas Schwab <schwab@suse.de>
5864
5865 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5866 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5867
5868 2003-06-02 Richard Henderson <rth@redhat.com>
5869
5870 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5871 a member of all_reggroup.
5872
5873 2003-06-02 Richard Henderson <rth@redhat.com>
5874
5875 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5876 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5877 (alpha_lds, alpha_sts): New.
5878 (alpha_convert_register_p): Change from _register_convertible.
5879 (alpha_register_to_value): Change from _convert_to_virtual;
5880 restructure and fail for type sizes other than 4 or 8.
5881 (alpha_value_to_register): Similarly.
5882 (alpha_extract_return_value): Use alpha_sts.
5883 (alpha_store_return_value): Use alpha_lds.
5884 (alpha_gdbarch_init): Update hooks.
5885
5886 2003-06-02 Richard Henderson <rth@redhat.com>
5887
5888 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5889 regnum identifiers.
5890 (alpha_sigtramp_register_address): Likewise.
5891
5892 2003-06-02 Richard Henderson <rth@redhat.com>
5893
5894 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5895 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5896 * alpha-tdep.h: Declare them.
5897
5898 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5899 Remove zerobuf. Don't error on UNIQUE.
5900 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5901 (ALPHA_REGSET_UNIQUE): Provide default.
5902 (supply_gregset): Use alpha_supply_int_regs.
5903 (fill_gregset): Use alpha_fill_int_regs.
5904 (supply_fpregset): Use alpha_supply_fp_regs.
5905 (fill_fpregset): Use alpha_fill_fp_regs.
5906 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5907 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5908 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5909 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5910 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5911 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5912
5913 2003-06-02 Richard Henderson <rth@redhat.com>
5914
5915 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5916
5917 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5918 (alpha_store_return_value): Likewise.
5919
5920 2003-06-02 David Carlton <carlton@math.stanford.edu>
5921
5922 * block.c (contained_in): Add 'const' to arguments.
5923 (block_function): Ditto.
5924 * block.h: Update declarations for block_function and
5925 contained_in.
5926
5927 2003-06-02 David Carlton <carlton@math.stanford.edu>
5928
5929 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5930 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5931 * p-valprint.c (pascal_val_print): Ditto.
5932 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5933
5934 2003-06-02 Richard Henderson <rth@redhat.com>
5935
5936 * alpha-tdep.c (alpha_push_dummy_call): Use
5937 builtin_type_ieee_double_little instead of builtin_type_double.
5938
5939 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
5940 sign-extension of 32-bit values.
5941 (alpha_store_return_value): Similarly.
5942
5943 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5944 (alpha_extract_return_value): Likewise.
5945 (alpha_store_return_value): Likewise.
5946
5947 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5948 (alpha_store_return_value): Error on IEEE Quad floats.
5949
5950 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5951 (alpha_extract_struct_value_address): Likewise.
5952 (alpha_store_return_value): Likewise.
5953 (alpha_store_struct_return): Remove.
5954 (alpha_gdbarch_init): Update hook registration to match.
5955
5956 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5957 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5958 macros where appropriate.
5959 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5960 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
5961
5962 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5963 for SP, GP; void_func_ptr for PC; non-language-specific types
5964 for all others.
5965 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
5966
5967 2003-06-02 Richard Henderson <rth@redhat.com>
5968
5969 * top.h (lim_at_start): Declare.
5970 * main.c (captured_main): Set it.
5971 * top.c (lim_at_start): Define.
5972 (command_loop): Use it instead of &environ.
5973 * event-top.c (command_handler): Likewise.
5974
5975 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5976
5977 * mipsnbsd-tdep.c: Update copyright years.
5978 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5979
5980 2003-06-01 Richard Henderson <rth@redhat.com>
5981
5982 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5983 (alpha-linux-tdep.o): Update dependencies.
5984 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5985 * alpha-mdebug-tdep.c: Remove unneeded includes.
5986
5987 2003-06-01 Richard Henderson <rth@redhat.com>
5988
5989 * alpha-tdep.c (alpha_register_reggroup_p): New.
5990 (alpha_gdbarch_init): Register it.
5991
5992 2003-06-02 Andrew Cagney <cagney@redhat.com>
5993
5994 * dwarfread.c: Eliminate "register"
5995 (decode_die_type): Eliminate assignment within "if".
5996 (struct_type, decode_array_element_type): Ditto.
5997 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
5998 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
5999 (decode_modified_type, completedieinfo): Ditto.
6000 * block.c: Eliminate "register".
6001 (blockvector_for_pc_sect): Eliminate assignment within "if".
6002 * cp-support.h (struct symbol): Opaque declaration.
6003 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6004
6005 2003-06-01 Richard Henderson <rth@redhat.com>
6006
6007 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6008 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6009
6010 2003-06-01 Adam Fedor <fedor@gnu.org>
6011
6012 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6013 * gdbarch.[ch]: Regenerate.
6014 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6015 (hppa_gdbarch_init): Set it in the gdbarch vector.
6016 * i386-tdep.c (i386_fetch_pointer_argument): New
6017 (i386_gdbarch_init): Set it into gdbarch.
6018 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6019 (rs6000_gdbarch_init): Set it in gdbarch.
6020 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6021 (sparc_gdbarch_init): Set it in gdbarch.
6022
6023 2003-06-01 Andrew Cagney <cagney@redhat.com>
6024
6025 * defs.h (extract_address): Delete declaration.
6026 * findvar.c (extract_address): Delete function.
6027 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6028 extract_address with the inline equivalent,
6029 extract_unsigned_integer.
6030 (xstormy16_extract_struct_value_address): Ditto.
6031 (xstormy16_pointer_to_address): Ditto.
6032 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6033 * v850-tdep.c (v850_push_arguments): Ditto.
6034 (v850_extract_return_value): Ditto.
6035 (v850_extract_struct_value_address): Ditto.
6036 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6037 (sparcnbsd_get_longjmp_target_64): Ditto.
6038 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6039 (get_longjmp_target): Ditto.
6040 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6041 (sh64_extract_struct_value_address): Ditto.
6042 (sh_push_arguments): Ditto.
6043 (sh64_push_arguments): Ditto.
6044 * remote-vxsparc.c (vx_read_register): Ditto.
6045 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6046 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6047 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6048 * mipsv4-nat.c (get_longjmp_target): Ditto.
6049 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6050 * mips-nat.c (get_longjmp_target): Ditto.
6051 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6052 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6053 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6054 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6055 * irix5-nat.c (get_longjmp_target): Ditto.
6056 * irix4-nat.c (get_longjmp_target): Ditto.
6057 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6058 (ia64_push_arguments): Ditto.
6059 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6060 * h8300-tdep.c (h8300_push_arguments): Ditto.
6061 (h8300_store_return_value): Ditto.
6062 (h8300_extract_struct_value_address): Ditto.
6063 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6064 (frv_push_arguments): Ditto.
6065 * avr-tdep.c (avr_pointer_to_address): Ditto.
6066 (avr_push_arguments): Ditto.
6067 * arm-tdep.c (arm_push_dummy_call): Ditto.
6068 (arm_get_longjmp_target): Ditto.
6069 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6070 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6071 (alpha_get_longjmp_target): Ditto.
6072
6073 * solib-irix.c (extract_mips_address): Inline extract_address,
6074 replacing it with extract_signed_integer.
6075 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6076 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6077 (first_link_map_member, open_symbol_file_object): Ditto.
6078 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6079 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6080 (LM_NEXT, LM_NAME): Ditto.
6081
6082 2003-06-01 Richard Henderson <rth@redhat.com>
6083
6084 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6085 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6086 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6087 (alpha_cannot_store_register): Likewise.
6088 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6089 * alpha-nat.c (supply_gregset): Likewise.
6090 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6091
6092 2003-06-01 Andrew Cagney <cagney@redhat.com>
6093
6094 * infcall.c (call_function_by_hand): Update comment on
6095 DEPRECATED_DUMMY_WRITE_SP.
6096
6097 * mips-tdep.c (mips_gdbarch_init): Do not set
6098 deprecated_dummy_write_sp.
6099 (mips_eabi_push_dummy_call): Set the SP register.
6100 (mips_o64_push_dummy_call): Set the SP register.
6101 (mips_o32_push_dummy_call): Set the SP register.
6102 (mips_n32n64_push_dummy_call): Set the SP register.
6103
6104 2003-06-01 Richard Henderson <rth@redhat.com>
6105
6106 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6107 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6108 (supply_gregset): Likewise.
6109 * alpha-tdep.c (alpha_store_return_value): Likewise.
6110 (alpha_get_longjmp_target): Likewise.
6111 (alpha_register_name): Constify array.
6112 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6113 deprecated_register_size, deprecated_register_bytes,
6114 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6115 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6116 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6117
6118 2003-06-01 Richard Henderson <rth@redhat.com>
6119
6120 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6121 from arg_reg_buffer to regcache to avoid double conversion.
6122
6123 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6124
6125 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6126 SP_REGNUM.
6127 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6128 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6129
6130 2003-06-01 Richard Henderson <rth@redhat.com>
6131
6132 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6133 (decode_frame_entry): Set it. Skip FDE augmentation.
6134
6135 2003-06-01 Richard Henderson <rth@redhat.com>
6136
6137 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6138 not overlapping PC_REGNUM.
6139
6140 2003-06-01 Richard Henderson <rth@redhat.com>
6141
6142 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6143 alpha_push_arguments. Don't dump argument register data to
6144 the target stack. Fix float and 128-bit long double semantics.
6145 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6146 (alpha_fix_call_dummy): Remove.
6147 (alpha_call_dummy_words): Remove.
6148 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6149
6150 2003-06-01 Richard Henderson <rth@redhat.com>
6151
6152 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6153
6154 2003-06-01 Andrew Cagney <cagney@redhat.com>
6155
6156 * mips-tdep.c (is_mips16_addr): New function.
6157 (make_mips16_addr, unmake_mips16_addr): New functions.
6158 (pc_is_mips16, mips_fetch_instruction): Use.
6159 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6160 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6161 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6162 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6163 TARGET_MIPS.
6164 * config/mips/tm-mips.h: Update copyright.
6165 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6166 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6167 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6168 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6169 (TM_PRINT_INSN_MACH): Delete.
6170 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6171
6172 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6173 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6174 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6175 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6176 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6177 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6178 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6179 mips*-*-riscos* and mips*-*-sysv* onto mips.
6180 * config/mips/mips64.mt: New file.
6181 * config/mips/mips.mt: New file.
6182 * config/mips/littlemips.mt: Delete file.
6183 * config/mips/decstation.mt: Delete file.
6184 * config/mips/vr4300el.mt: Delete file.
6185 * config/mips/vr5000el.mt: Delete file.
6186 * config/mips/vr5000.mt: Delete file.
6187 * config/mips/vr4100.mt: Delete file.
6188 * config/mips/vr4xxxel.mt: Delete file.
6189 * config/mips/vr4300.mt: Delete file.
6190 * config/mips/vr4xxx.mt: Delete file.
6191 * config/mips/bigmips.mt: Delete file.
6192 * config/mips/bigmips64.mt: Delete file.
6193 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6194 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6195 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6196 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6197 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6198 "tm-bigmips.h".
6199 * config/mips/tm-irix3.h: Ditto.
6200 * config/mips/tm-mipsv4.h: Ditto.
6201 * config/mips/tm-embed.h: Ditto.
6202 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6203 "tm-bigmips64.h".
6204 * config/mips/tm-vr5000el.h: Delete file.
6205 * config/mips/tm-tx39l.h: Delete file.
6206 * config/mips/tm-vr4300el.h: Delete file.
6207 * config/mips/tm-vr4xxxel.h: Delete file.
6208 * config/mips/tm-vr4300.h: Delete file.
6209 * config/mips/tm-vr4100.h: Delete file.
6210 * config/mips/tm-vr4xxx.h: Delete file.
6211 * config/mips/tm-vr5000.h: Delete file.
6212 * config/mips/tm-embedl64.h: Delete file.
6213 * config/mips/tm-embedl.h: Delete file.
6214 * config/mips/tm-embed64.h: Delete file.
6215 * config/mips/tm-bigmips64.h: Delete file.
6216 * config/mips/tm-bigmips.h: Delete file.
6217
6218 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6219
6220 Fix gdb/1216.
6221 * shnbsd-nat.c: Include "sh-tdep.h".
6222
6223 From Richard Henderson <rth@redhat.com>:
6224 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6225
6226 2003-05-31 Andrew Cagney <cagney@redhat.com>
6227
6228 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6229 forward declaration.
6230 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6231 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6232 (mips_find_saved_regs): Use set_reg_offset.
6233 (mips_frame_init_saved_regs): Delete function.
6234 (mips_pop_frame): Call mips_find_saved_regs instead of
6235 DEPRECATED_FRAME_INIT_SAVED_REGS.
6236
6237 2003-05-31 Andrew Cagney <cagney@redhat.com>
6238
6239 * mips-tdep.c (mips_gdbarch_init): Do not set
6240 deprecated_max_register_raw_size, register_virtual_size, and
6241 deprecated_max_register_virtual_size.
6242
6243 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6244
6245 * i386-tdep.c: Include "dwarf2-frame.h".
6246 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6247 * Makefile.in (i386-tdep.o): Update dependencies.
6248
6249 * dwarf2-frame.c, dwarf2-frame.h: New files.
6250 * Makefile.in (SFILES): Add dwarf2-frame.c.
6251 (dwarf2_frame_h): Define.
6252 (COMMON_OBS): Add dwarf2-frame.o.
6253 (dwarf2-frame.o): Add dependencies.
6254
6255 2003-05-31 Andreas Jaeger <aj@suse.de>
6256
6257 * x86-64-linux-nat.c: Fix comment.
6258
6259 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6260
6261 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6262 function signature.
6263
6264 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6265 have a sigcontext_addr handler.
6266 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6267 sigcontext_addr handler.
6268
6269 2003-05-31 Andrew Cagney <cagney@redhat.com>
6270
6271 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6272 (print_fp_register_row): Replace do_fp_register_row.
6273 (mips_print_fp_register): Add "file" and "frame" parameters.
6274 (mips_print_register): Add "file" and "frame" parameters.
6275 (mips_print_registers_info): Replace mips_do_registers_info.
6276 (mips_gdbarch_init): Set print_registers_info instead of
6277 deprecated_do_registers_info.
6278 (mips_read_fp_register_single): Add "frame" parameter.
6279 (mips_read_fp_register_double): Add "frame" parameter.
6280
6281 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6282
6283 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6284 Fixes a bug where GDB would print the wrong register names for
6285 targets without SSE.
6286
6287 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6288 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6289 registers.
6290
6291 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6292 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6293 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6294 TDEP->sc_sp_offset.
6295
6296 From Michal Ludvig <mludvig@suse.cz>:
6297 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6298 and `sc_num_regs'.
6299 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6300 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6301 I386_ST0_REGNUM): Move here from...
6302 * i386-tdep.c: ... here.
6303 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6304 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6305 registers if possible.
6306 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6307 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6308 Remove variables.
6309 (i386bsd_sc_reg_offset): New variable.
6310 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6311 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6312 TDEP->sc_sp_offset.
6313 (i386fbsd_sc_reg_offset): New variable.
6314 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6315 TDEP->sc_num_regs.
6316 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6317 variables.
6318 (i386fbsd4_sc_reg_offset): New variable.
6319 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6320 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6321 TDEP->sc_sp_offset.
6322 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6323 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6324 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6325 Remove variables.
6326 (i386nbsd_sc_reg_offset): New variable.
6327 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6328 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6329 TDEP->sc_sp_offset.
6330 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6331 Remove variables.
6332 (i386obsd_sc_reg_offset): New variable.
6333 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6334 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6335 TDEP->sc_sp_offset.
6336 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6337 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6338 for frame pointer offset in `struct sigcontext'.
6339
6340 2003-05-31 Andrew Cagney <cagney@redhat.com>
6341
6342 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6343 architecture methods call_dummy_words, sizeof_call_dummy_words,
6344 push_return_address, store_struct_return, and fix_call_dummy. Set
6345 push_dummy_call instead of deprecated_push_arguments.
6346 (mips_store_struct_return): Delete function.
6347 (mips_fix_call_dummy): Delete function.
6348 (mips_push_return_address): Delete function.
6349 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6350 RA_REGNUM and T9_REGNUM.
6351 (mips_n32n64_push_dummy_call): Ditto for
6352 mips_n32n64_push_arguments.
6353 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6354 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6355
6356 2003-05-31 Andrew Cagney <cagney@redhat.com>
6357
6358 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6359 "dummy_addr" to "bp_addr".
6360 * infcall.c (call_function_by_hand): Pass "funaddr" to
6361 gdbarch_push_dummy_call.
6362 * gdbarch.h, gdbarch.c: Re-generate.
6363 * i386-tdep.c (i386_push_dummy_call): Update.
6364 * arm-tdep.c (arm_push_dummy_call): Update.
6365 * d10v-tdep.c (d10v_push_dummy_call): Update.
6366
6367 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6368
6369 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6370 variable declarations.
6371 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6372 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6373 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6374 x86_64_init_frame_pc, x86_64_init_frame_pc,
6375 x86_64_function_has_prologue): Remove prototypes.
6376 (X86_64_NUM_GREGS): New define.
6377 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6378 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6379 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6380 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6381 XMM1_REGNUM): Remove defines.
6382 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6383 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6384 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6385 X86_64_XMM1_REGNUM): New defines.
6386 (struct x86_64_register_info): Renamed from `struct
6387 register_info'. Remove `size' member.
6388 (x86_64_register_info_table): Remove variable.
6389 (x86_64_register_info): New variable.
6390 (X86_64_NUM_REGS): New define.
6391 (X86_64_NUM_GREGS): Remove define.
6392 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6393 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6394 Remove variables.
6395 (x86_54_dwarf2_reg_to_regnum): Remove function.
6396 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6397 (x86_64_dwarf_reg_to_regnum): New function.
6398 (x86_64_register_name): Rewrite.
6399 (x86_64_register_raw_size): Remove function.
6400 (x86_64_register_byte_table): Remove variable.
6401 (x86_64_register_byte): Remove function.
6402 (x86_64_register_virtual_type): Remove function.
6403 (x86_64_register_type): New function.
6404 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6405 x86_64_register_convert_to_raw): Remove functions.
6406 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6407 (x86_64_use_struct_convention): Make static. Adjust for renamed
6408 defines.
6409 (x86_64_frame_init_saved_regs): Remove function.
6410 (x86_64_push_arguments): Make static. Change to accept a regcache
6411 as argument.
6412 (x86_64_store_return_value, x86_64_extract_return_value): Make
6413 static. Rewrite based on i386 counterparts.
6414 (x86_64_push_dummy_call): New function.
6415 (X86_64_NUM_SAVED_REGS): New define.
6416 (x86_64_register_number): Remove function.
6417 (x86_64_store_struct_return): Remove function.
6418 (x86_64_frameless_function_invocation,
6419 x86_64_function_has_prologue): Remove functions.
6420 (PROLOG_BUFSIZE): Remove define.
6421 (struct x86_64_frame_cache): New structure.
6422 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6423 x86_64_frame_cache, x86_64_frame_this_id,
6424 x86_64_frame_prev_register, x86_64_frame_p,
6425 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6426 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6427 functions.
6428 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6429 variables.
6430 (x86_64_skip_prologue): Rewrite in terms of
6431 x86_64_analyze_prologue.
6432 (x86_64_frame_base_address): New function.
6433 (x86_64_frame_base): New variable.
6434 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6435 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6436 set deprecated_fp_regnum, deprecated_register_size,
6437 deprecated_register_bytes, register_raw_size, register_byte,
6438 register_virtual_type, register_convertiable,
6439 register_convert_to_virtual, convert_to_raw,
6440 deprecated_get_saved_register, deprecated_target_read_fp,
6441 deprecated_push_arguments, deprecated_push_return_address,
6442 deprecated_pop_frame, deprecated_store_struct_return,
6443 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6444 frameless_function_invocation, deprecated_frame_saved_pc,
6445 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6446 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6447 deprecated_init_frame_pc and virtual_frame_pointer. Call
6448 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6449 and x86_64_frame_p. Call frame_base_set_default to register
6450 x86_64_frame_base.
6451 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6452 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6453 (_initialize_x86_64_tdep): Remove function.
6454 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6455 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6456 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6457 define.
6458 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6459 (x86_64_linux_sigcontext_addr): Rewrite.
6460 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6461 x86_64_linux_frame_saved_pc): Remove functions.
6462 (x86_64_linux_pc_in_sigtramp): Renamed from
6463 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6464 trampoline.
6465 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6466 Remove_functions.
6467 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6468 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6469 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6470 (x86_64_regmap): Rename to regmap.
6471 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6472 x86_64_num_gregs.
6473 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6474 x86_64_regmap.
6475 (x86_64_fxsave_offset): Remove function.
6476 (supply_fpregset): Simply call x86_64_supply_fxsave.
6477 (fill_fpregset): Simply call x86_64_fill_fxsave.
6478 (fetch_inferior_registers, store_inferior_registers): Avoid
6479 asignment in if-statement.
6480 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6481 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6482 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6483 (fetch_core_registers): Remove function.
6484 (linux_elf_core_fns): Remove.
6485 (offsetoff): Don't define.
6486 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6487 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6488 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6489 add core-regset.o.
6490 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6491 protection against multiple includes instead of NM_X86_64_h. Add
6492 various comments. Include "config/nm-linux.h". Don't include
6493 <signal.h>.
6494 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6495 GET_THREAD_SIGNALS): Remove defines.
6496 (x86_64_register_u_addr, kernel_u_size,
6497 lin_thread_get_thread_signals): Remove prototypes.
6498 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6499 [HAVE_LINK_H]: Don't include "solib.h".
6500 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6501 * config/i386/tm-x86-64linux.h: Fix comments.
6502 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6503 x86-64-tdep.o): Update dependencies.
6504
6505 2003-05-30 Andrew Cagney <cagney@redhat.com>
6506
6507 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6508 Change parameter type to a "struct regcache *".
6509
6510 * gdbarch.sh: Regardless of the multi-arch level, always define
6511 the macro when not already defined.
6512 * gdbarch.h, gdbarch.c: Re-generate.
6513
6514 2003-05-30 Richard Henderson <rth@redhat.com>
6515
6516 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6517 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6518 (alpha_mdebug_frame_this_id): Likewise.
6519 (alpha_mdebug_frame_prev_register): Likewise.
6520 (alpha_mdebug_frame_base_address): Likewise.
6521 (alpha_mdebug_frame_locals_address): Likewise.
6522 (alpha_mdebug_frame_args_address): Likewise.
6523 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6524 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6525 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6526 loop increment.
6527 (alpha_heuristic_frame_this_id): Make static.
6528 (alpha_heuristic_frame_prev_register): Likewise.
6529 (alpha_heuristic_frame_base_address): Likewise.
6530 * alpha-tdep.h: Update.
6531
6532 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6533
6534 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6535 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6536 defenitions.
6537 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6538 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6539 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6540 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6541 I386_ST0_REGNUM): New defines.
6542 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6543 codestream_get): Remove define.
6544 (codestream_next_addr, condestream_addr, condestream_buf,
6545 codestream_off, codestream_cnt): Remove variables.
6546 (codestream_fill, codestream_seek, codestream_read): Remove
6547 functions.
6548 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6549 functionality.
6550 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6551 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6552 i386_frame_saved_pc, i386_saved_pc_after_call,
6553 i386_frame_num_args, i386_frame_init_saved_regs,
6554 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6555 i386_push_arguments): Remove functions.
6556 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6557 functionality. Use i386_analyze_prologue instead of
6558 i386_get_frame_setup.
6559 (I386_NUM_SAVED_REGS): New define.
6560 (struct i386_frame_cache): New structure.
6561 (i386_alloc_frame_cache, i386_analyze_struct_return,
6562 i386_skip_probe, i386_analyze_frame_setup,
6563 i386_analyze_register_saves, i386_analyze_prologue,
6564 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6565 i386_frame_prev_register, i386_sigtramp_frame_cache,
6566 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6567 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6568 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6569 New functions.
6570 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6571 New variables.
6572 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6573 I386_EAX_REGNUM and I386_EDX_REGNUM.
6574 (i386_extract_return_value, i386_store_return_value): Use
6575 I386_ST0_REGNUM where appropriate.
6576 (i386_extract_struct_value_address): Rewrite to use extract_address.
6577 (i386_svr4_pc_in_sigtramp): Add comment.
6578 (i386_svr4_sigcontext_addr): Rewrite.
6579 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6580 TDEP->sc_sp_offset.
6581 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6582 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6583 of new defines. Set push_dummy_call, don't set
6584 deprecated_push_arguments, deprecated_push_return_address,
6585 deprecated_pop_frame. Don't set parm_boundary. Don't set
6586 deprecated_frame_chain, deprecated_frame_saved_pc,
6587 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6588 save_dummy_frame_tos, unwind_pc. Call
6589 frame_unwind_append_predicate and frame_base_set_default. Don't
6590 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6591 Don't set frameless_function_invocation. Don't set
6592 deprecated_register_bytes, deprecated_register_size,
6593 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6594 * i386-linux-tdep.c: Fix formatting in some comments.
6595 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6596 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6597 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6598 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6599 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6600 redundant parentheses.
6601 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6602 (i386_linux_sigcontext_addr): Use it. Rewrite.
6603 (find_minsym_and_objfile): Change name of second argument.
6604 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6605 changed. Use frame_pc_unwind instead of
6606 DEPRECATED_SAVED_PC_AFTER_CALL.
6607 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6608 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6609 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6610 unwinder.
6611 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6612 "dummy-frame.h".
6613 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6614 (_initialize_i386_cygwin_tdep): New prototype.
6615 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6616 deprecated_frame_chain_valid.
6617 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6618 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6619 Rely on the SVR4 defaults.
6620 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6621 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6622
6623 2003-05-30 Andrew Cagney <cagney@redhat.com>
6624
6625 * infcall.c (call_function_by_hand): Always call
6626 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6627
6628 2003-05-30 Richard Henderson <rth@redhat.com>
6629
6630 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6631 increment.
6632
6633 2003-05-29 Jim Blandy <jimb@redhat.com>
6634
6635 Use gdbarch methods for solib stuff on PowerPC Linux.
6636 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6637 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6638 show through.
6639 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6640 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6641 giving the same effect as the #definitions above.
6642
6643 2003-05-29 Adam Fedor <fedor@gnu.org>
6644
6645 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6646 (find_implementation_from_class): Replace it with the standard
6647 case i.e. do nothing.
6648
6649 2003-05-29 Richard Henderson <rth@redhat.com>
6650
6651 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6652 (alpha_linux_sigtramp_offset): Use it. Make static.
6653 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6654 update for new frame model.
6655 * alpha-mdebug-tdep.c: New file.
6656 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6657 (alpha_osf1_init_abi): Install it.
6658 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6659 (linked_proc_desc_table): Remove.
6660 (alpha_frame_past_sigtramp_frame): Remove.
6661 (alpha_dynamic_sigtramp_offset): Remove.
6662 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6663 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6664 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6665 (push_sigtramp_desc): Remove.
6666 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6667 (alpha_cannot_store_register): Likewise.
6668 (alpha_sigcontext_addr): Remove.
6669 (alpha_find_saved_regs): Remove.
6670 (alpha_frame_init_saved_regs): Remove.
6671 (alpha_init_frame_pc_first): Remove.
6672 (read_next_frame_reg): Remove.
6673 (alpha_frame_saved_pc): Remove.
6674 (alpha_saved_pc_after_call): Remove.
6675 (temp_proc_desc, temp_saved_regs): Remove.
6676 (alpha_about_to_return): Remove.
6677 (cached_proc_desc): Remove.
6678 (alpha_frame_chain): Remove.
6679 (alpha_print_extra_frame_info): Remove.
6680 (alpha_init_extra_frame_info): Remove.
6681 (alpha_frame_locals_address): Remove.
6682 (alpha_frame_args_address): Remove.
6683 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6684 (alpha_push_dummy_frame): Remove.
6685 (alpha_pop_frame): Remove.
6686 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6687 (alpha_read_insn): New.
6688 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6689 for different insn encodings.
6690 (alpha_in_lenient_prologue): Remove.
6691 (struct alpha_sigtramp_unwind_cache): New.
6692 (alpha_sigtramp_frame_unwind_cache): New.
6693 (alpha_sigtramp_register_address): New.
6694 (alpha_sigtramp_frame_this_id): New.
6695 (alpha_sigtramp_frame_prev_register): New.
6696 (alpha_sigtramp_frame_unwind): New.
6697 (alpha_sigtramp_frame_p): New.
6698 (struct alpha_heuristic_unwind_cache): New.
6699 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6700 don't count nop insns that occur between functions.
6701 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6702 heuristic_proc_desc, but without the mdebug wrapping.
6703 (alpha_heuristic_frame_this_id): New.
6704 (alpha_heuristic_frame_prev_register): New.
6705 (alpha_heuristic_frame_unwind): New.
6706 (alpha_heuristic_frame_p): New.
6707 (alpha_heuristic_frame_base_address): New.
6708 (alpha_heuristic_frame_base): New.
6709 (alpha_unwind_dummy_id): New.
6710 (alpha_unwind_pc): New.
6711 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6712 frame related deprecated initializations; install replacements.
6713 (alpha_dump_tdep): Remove.
6714 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6715 (alpha_read_insn, alpha_after_prologue,
6716 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6717 alpha_heuristic_frame_prev_register,
6718 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6719 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6720 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6721 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6722
6723 2003-05-29 Andrew Cagney <cagney@redhat.com>
6724
6725 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6726 dependant on the availability of ASSERT_FUNCTION.
6727 (ASSERT_FUNCTION): Do not define when there is no function name.
6728
6729 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6730
6731 From Jimi X <jimix@watson.ibm.com>:
6732 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6733
6734 2003-05-28 Jim Blandy <jimb@redhat.com>
6735
6736 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6737 argument to ptrace to int; the system headers should give it the
6738 right type, and pointers don't fit in ints on powerpc64-*-*.
6739
6740 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6741
6742 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6743 DW_TAG_catch_block.
6744
6745 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6746
6747 * stabsread.c (dbx_lookup_type): Make static.
6748 (read_type): Ditto.
6749 (add_undefined_type): Ditto.
6750 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6751 not export.
6752
6753 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6754
6755 * hpread.c (hpread_has_name): Make static.
6756 (hpread_psymtab_to_symtab): Ditto.
6757 (file_exists): Ditto.
6758 (hpread_call_pxdb): Ditto.
6759 (hpread_pxdb_needed): Ditto.
6760 (hpread_quick_traverse): Ditto.
6761 (hpread_get_header): Ditto.
6762 (hpread_get_lntt): Ditto.
6763 (hpread_get_slt): Ditto.
6764 (class_of): Ditto.
6765
6766 2003-05-25 Andreas Schwab <schwab@suse.de>
6767
6768 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6769 stack_align and deprecated_extra_stack_alignment_needed.
6770 (m68k_stack_align): Delete.
6771
6772 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6773 (m68k_register_virtual_size): Likewise.
6774 (altos_skip_prologue): Remove obsolete function.
6775 (isi_frame_num_args): Likewise.
6776 (news_frame_num_args): Likewise.
6777 (m68k_fix_call_dummy): Make static.
6778 (m68k_push_dummy_frame): Likewise.
6779 (m68k_pop_frame): Likewise.
6780 (m68k_skip_prologue): Likewise.
6781 (m68k_frame_init_saved_regs): Likewise.
6782 (m68k_saved_pc_after_call): Likewise.
6783 (m68k_get_longjmp_target): Make multi-arch.
6784 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6785 structure. Register m68k_get_longjmp_target if enabled.
6786 * m68k-tdep.h (struct gdbarch_tdep): Define.
6787 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6788
6789 * Makefile.in (config.status): Also depend on configure.tgt
6790 and configure.host.
6791 (m68klinux-tdep.o): Update dependencies.
6792 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6793 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6794 (M68K_LINUX_JB_PC): Define.
6795 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6796 and take additional parameter.
6797 (m68k_linux_sigtramp_saved_pc): Update.
6798 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6799 m68k_linux_pc_in_sigtramp, in_plt_section,
6800 find_solib_trampoline_target.
6801 * config/m68k/tm-linux.h: Don't include any tm headers.
6802 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6803 (JB_ELEMENT_SIZE): Likewise.
6804 (JB_PC): Likewise.
6805 (GET_LONGJMP_TARGET): Likewise.
6806 (IN_SIGTRAMP): Likewise.
6807 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6808
6809 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6810
6811 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6812 (sparc32_push_arguments): Re-implement by calling
6813 sparc32_do_push_arguments.
6814
6815 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6816
6817 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6818 SPARC_O1_REGNUM): New defines.
6819 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6820 (sparc32_store_return_value): New function.
6821 (sparc_extract_struct_value_address): Rewrite to operate on a
6822 regcache.
6823 (sparc_gdbarch_init): Don't set
6824 deprecated_extract_struct_value_address. Set
6825 extract_struct_value_address instead. Don't set
6826 deprecated_extract_return_value and deprecated_store_return_value
6827 for 32-bit targets. Set extract_return_value and
6828 store_return_value instead.
6829 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6830 DEPRECTAED_EXTRACT_RETURN_VALUE,
6831 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6832 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6833 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6834 (sparc_store_return_value): Remove prototype.
6835 (sparc32_store_return_value): New prototype.
6836 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6837 Adjust prototypes.
6838
6839 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6840
6841 * sparcnbsd-tdep.c: Include "gdb_string.h".
6842
6843 2003-05-23 Andrew Cagney <cagney@redhat.com>
6844
6845 * p-valprint.c (pascal_val_print): Replace extract_address with
6846 the inline equivalent extract_unsigned_integer.
6847 * jv-valprint.c (java_value_print): Ditto.
6848 * ada-valprint.c (ada_val_print_1): Ditto.
6849 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6850
6851 2003-05-23 Theodore A. Roth <troth@openavr.org>
6852
6853 * blockframe.c (frameless_look_for_prologue): Remove unused
6854 after_prologue variable.
6855
6856 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6857
6858 * blockframe.c (get_pc_function_start): Rewrite to avoid
6859 asignments in if-statements.
6860
6861 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6862
6863 Committed by Elena Zannoni <ezannoni@redhat.com>.
6864 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6865 files, don't relocate absolute symbols (and do use mst_abs).
6866
6867 2003-05-23 Andrew Cagney <cagney@redhat.com>
6868
6869 * objc-lang.c: Include "gdb_assert.h".
6870 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6871 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6872 (gdb_check, gdb_check_fatal): Delete functions.
6873 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6874 gdb_assert.
6875 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6876 * Makefile.in (objc-lang.o): Update dependencies.
6877
6878 2003-05-22 Ian Lance Taylor <ian@airs.com>
6879
6880 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6881 with fprintf_filtered, not fprintf_unfiltered.
6882
6883 2003-05-22 Andrew Cagney <cagney@redhat.com>
6884
6885 * stack.c (frame_info): Inline extract_address, replacing it with
6886 extract_unsigned_integer.
6887 * findvar.c (unsigned_pointer_to_address): Ditto.
6888 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6889 * dwarf2expr.c (dwarf2_read_address): Ditto.
6890 * frame.c (frame_pc_unwind): Update comment.
6891 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6892
6893 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6894
6895 * infptrace.c (detach): Call print_sys_errmsg rather than
6896 perror_with_name to issue warning message when errno is non-zero
6897 after calling ptrace detach.
6898
6899 2003-05-21 J. Brobecker <brobecker@gnat.com>
6900
6901 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6902 macro definitions from here...
6903 * hppa-tdep.c: ...to there.
6904
6905 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6906
6907 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6908 register_ptrace_addr(). Fix all callers.
6909
6910 2003-05-21 Andreas Schwab <schwab@suse.de>
6911
6912 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6913 dependencies.
6914 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6915 end.
6916 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6917 (_initialize_m68k_linux_tdep): New function.
6918 (m68k_linux_frame_saved_pc): Make static.
6919 (m68k_linux_extract_return_value): Likewise.
6920 (m68k_linux_store_return_value): Likewise.
6921 (m68k_linux_extract_struct_value_address): Likewise.
6922 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6923 Remove.
6924 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6925 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6926 (DEPRECATED_FRAME_SAVED_PC): Remove.
6927
6928 2003-05-20 Kris Warkentin <kewarken@qnx.com>
6929
6930 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6931 regset numbering rather than our own.
6932
6933 2003-05-19 David Carlton <carlton@bactrian.org>
6934
6935 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6936
6937 2003-05-19 David Carlton <carlton@bactrian.org>
6938
6939 Partial fix for PR c++/827.
6940 * cp-support.h: Include symtab.h.
6941 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6942 * cp-namespace.c: Update contributors.
6943 (cp_lookup_symbol_nonlocal): New.
6944 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6945 (lookup_symbol_file): Ditto.
6946 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6947 * block.h: Declare block_scope, block_using, block_global_block.
6948 * block.c (block_scope): New.
6949 (block_using, block_global_block): Ditto.
6950 * Makefile.in (cp_support_h): Depend on symtab_h.
6951 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6952
6953 2003-05-19 David Carlton <carlton@bactrian.org>
6954
6955 * language.h (struct language_defn): Add 'la_value_of_this'
6956 and 'la_lookup_symbol_nonlocal' members.
6957 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6958 lookup_symbol_static, lookup_symbol_global,
6959 lookup_symbol_aux_block.
6960 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6961 if we should search fields of this and how to do static/global
6962 lookup.
6963 (lookup_symbol_aux_block): Make extern.
6964 (basic_lookup_symbol_nonlocal): New.
6965 (lookup_symbol_static, lookup_symbol_global): Ditto.
6966 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6967 'la_lookup_symbol_nonlocal' members.
6968 * c-lang.c (c_language_defn, cplus_language_defn)
6969 (asm_language_defn, minimal_language_defn): Ditto.
6970 * jv-lang.c (java_language_defn): Ditto.
6971 * language.c (unknown_language_defn, auto_language_defn)
6972 (local_language_defn): Ditto.
6973 * m2-lang.c (m2_language_defn): Ditto.
6974 * objc-lang.c (objc_language_defn): Ditto.
6975 * scm-lang.c (scm_language_defn): Ditto.
6976 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6977 * p-lang.c (pascal_language_defn): Ditto for both.
6978 * Makefile.in (f-lang.o): Depend on value_h.
6979 (p-lang.o): Ditto.
6980
6981 2003-05-19 David Carlton <carlton@bactrian.org>
6982
6983 * block.h: Declare block_static_block.
6984 * block.c (block_static_block): New.
6985 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6986 lookup_symbol_aux_local, calling block_static_block instead.
6987 (lookup_symbol_aux_local): Delete 'static_block' argument.
6988
6989 2003-05-19 David Carlton <carlton@bactrian.org>
6990
6991 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
6992
6993 2003-05-19 Michal Ludvig <mludvig@suse.cz>
6994
6995 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
6996 register numbers mapping.
6997
6998 2003-05-18 Adam Fedor <fedor@gnu.org>
6999
7000 * symtab.c (completion_list_objc_symbol): New function.
7001 (make_symbol_completion_list): Use it to add ObjC symbols
7002 when looking though the list.
7003 (language_search_unquoted_string): New function.
7004 (make_file_symbol_completion_list): Use it.
7005
7006 2003-05-18 Andreas Schwab <schwab@suse.de>
7007
7008 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7009 dependencies.
7010 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7011 as m68k_linux_extract_return_value.
7012 (DEPRECATED_STORE_RETURN_VALUE): Define as
7013 m68k_linux_store_return_value.
7014 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7015 m68k_linux_extract_struct_value_address.
7016 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7017 get_next_frame, get_frame_base, get_frame_pc.
7018 (m68k_linux_frame_saved_pc): Use get_frame_base.
7019 (m68k_linux_extract_return_value): New function.
7020 (m68k_linux_store_return_value): New function.
7021 (m68k_linux_extract_struct_value_address): New function.
7022 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7023
7024 * c-exp.y (typebase): Remove duplicate occurence of
7025 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7026 of lookup_signed_typename.
7027
7028 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7029
7030 * dwarf2loc.c (find_location_expression): Change type of second
7031 argument to `size_t *'.
7032 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7033 for size variable.
7034
7035 2003-05-18 David Carlton <carlton@bactrian.org>
7036
7037 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7038 'linkage_name'. Add comment.
7039 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7040 'linkage_name'.
7041 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7042 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7043 (lookup_block_symbol): Ditto.
7044
7045 2003-05-16 Andrew Cagney <cagney@redhat.com>
7046
7047 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7048 * gdbarch.h, gdbarch.c: Re-generate.
7049 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7050 * TODO (REGISTER_BYTES): Delete reference.
7051 * alpha-tdep.c (alpha_gdbarch_init): Update.
7052 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7053 * x86-64-tdep.c (x86_64_init_abi): Update.
7054 * vax-tdep.c (vax_gdbarch_init): Update.
7055 * v850-tdep.c (v850_gdbarch_init): Update.
7056 * sparc-tdep.c (sparc_gdbarch_init): Update.
7057 * sh-tdep.c (sh_gdbarch_init): Update.
7058 * s390-tdep.c (s390_gdbarch_init): Update.
7059 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7060 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7061 (ns32k_gdbarch_init_32382): Update.
7062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7063 * mcore-tdep.c (mcore_gdbarch_init): Update.
7064 * m68k-tdep.c (m68k_gdbarch_init): Update.
7065 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7066 * ia64-tdep.c (ia64_gdbarch_init): Update.
7067 * i386-tdep.c (i386_gdbarch_init): Update.
7068 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7069 * hppa-tdep.c (hppa_gdbarch_init): Update.
7070 * h8300-tdep.c (h8300_gdbarch_init): Update.
7071 * frv-tdep.c (frv_gdbarch_init): Update.
7072 * cris-tdep.c (cris_gdbarch_init): Update.
7073 * avr-tdep.c (avr_gdbarch_init): Update.
7074 * arm-tdep.c (arm_gdbarch_init): Update.
7075 * sparc-tdep.c (sparc_pop_frame): Update.
7076 * rs6000-tdep.c (rs6000_pop_frame): Update.
7077 * remote.c (init_remote_state): Update.
7078 (remote_prepare_to_store): Update.
7079 * remote-vx.c (vx_prepare_to_store): Update.
7080 * remote-sds.c (sds_fetch_registers): Update.
7081 (sds_prepare_to_store): Update.
7082 * remote-array.c: Update.
7083 * regcache.c (init_legacy_regcache_descr): Update.
7084 (init_regcache_descr): Update.
7085 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7086 (mips_o64_extract_return_value): Update.
7087 * irix5-nat.c (fetch_core_registers): Update.
7088 * irix4-nat.c (fetch_core_registers): Update.
7089 * i386-tdep.h: Update.
7090 * hppa-tdep.c (pa_do_registers_info): Update.
7091 (pa_do_strcat_registers_info): Update.
7092 * cris-tdep.c (cris_register_bytes_ok): Update.
7093 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7094 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7095 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7096 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7097 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7098 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7099 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7100 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7101 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7102 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7103 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7104 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7105 (REGISTER_BYTES_OK): Update.
7106 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7107 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7108
7109 2003-05-16 Ian Lance Taylor <ian@airs.com>
7110
7111 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7112 (vax_print_insn, print_insn_arg): Remove static functions.
7113 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7114 print_insn_vax from opcodes library.
7115 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7116
7117 2003-05-15 Andrew Cagney <cagney@redhat.com>
7118
7119 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7120 * target.h (memory_breakpoint_from_pc): Delete declaration.
7121 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7122 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7123 * monitor.c (monitor_insert_breakpoint): Use
7124 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7125 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7126 * gdbarch.h, gdbarch.c: Re-generate.
7127 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7128 (sparc_gdbarch_init): Set breakpoint_from_pc to
7129 sparc_breakpoint_from_pc.
7130 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7131 (BREAKPOINT_FROM_PC): Define.
7132 (sparc_breakpoint_from_pc): Declare.
7133 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7134 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7135 (BREAKPOINT_FROM_PC): Define.
7136 (BREAKPOINT): Delete macro.
7137 * target.h: Update comment.
7138 * s390-tdep.c (s390_gdbarch_init): Update comments.
7139 * remote.c: Update comments.
7140 * remote-mips.c: Update comments.
7141 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7142 * mem-break.c: Update comment.
7143 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7144 (ia64_memory_insert_breakpoint): Update.
7145 * config/sparc/tm-sparc.h: Update comment.
7146 * config/pa/tm-hppa64.h: Update comment.
7147 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7148 (rs6000_breakpoint_from_pc): Update.
7149 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7150 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7151 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7152 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7153 (mips_breakpoint_from_pc): Update.
7154 (mips_dump_tdep): Update.
7155
7156 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7157 * minsyms.c (lookup_minimal_symbol): Inline
7158 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7159
7160 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7161 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7162 * p-lang.c (pascal_printstr): Ditto.
7163 * objc-lang.c (objc_printstr): Ditto.
7164 * m2-lang.c (m2_printstr): Ditto.
7165 * jv-valprint.c (java_print_value_fields): Ditto.
7166 * f-lang.c (f_printstr): Ditto.
7167 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7168 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7169 for repeat_count_threshold.
7170 * Makefile.in (cp-valprint.o): Update dependencies.
7171
7172 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7173
7174 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7175 (examine_prologue): Support looking through leaf functions, knowing
7176 they start with mov r2,r12. Support skipping over indirect stores
7177 of the input registers. Upon hitting a non-nop branch instruction
7178 or predicated instruction, bail out by setting lim_pc to the current
7179 pc value in the loop. At the end, if the lim_pc value is still
7180 beyond our calculated value and we have trust_limit set,
7181 use the lim_pc value.
7182
7183 2003-05-15 Andrew Cagney <cagney@redhat.com>
7184
7185 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7186 generic_find_dummy_frame.
7187 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7188 (deprecated_generic_find_dummy_frame): Update.
7189 (deprecated_read_register_dummy): Update.
7190 * frame.c (deprecated_generic_get_saved_register): Update.
7191
7192 2003-05-15 Theodore A. Roth <troth@openavr.org>
7193
7194 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7195 (avr_gdbarch_init): Set breakpoint_from_pc method.
7196
7197 2003-05-15 Andrew Cagney <cagney@redhat.com>
7198
7199 * regcache.c (build_regcache): Set deprecated_register_valid
7200 directly.
7201 (deprecated_grub_regcache_for_register_valid): Delete function.
7202 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7203 declaration.
7204
7205 2003-05-15 David Carlton <carlton@bactrian.org>
7206
7207 Committed by Elena Zannoni <ezannoni@redhat.com>
7208 * symtab.c (lookup_symbol_aux): Delete calls to
7209 lookup_symbol_aux_minsyms.
7210 (lookup_symbol_aux_minsyms): Comment out function and
7211 prototype. Delete lookup by mangled name.
7212
7213 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7214
7215 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7216 correctly indicate an empty stack and ``stack_allocated'' to the
7217 indicate the number of elements initially allocated.
7218 (dwarf_expr_grow_stack): Simplify method for computing new
7219 stack size. Don't loop infinitely if ``stack_len'' is zero.
7220 (execute_stack_op): Move ``ctx->in_reg'' initialization
7221 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7222 be used in conjuction with DW_OP_piece. Revise error message
7223 accordingly.
7224
7225 2003-05-14 Theodore A. Roth <troth@openavr.org>
7226
7227 * MAINTAINERS: Update my email address.
7228 * avr-tdep.c: Ditto.
7229
7230 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7231
7232 * symtab.h (enum domain_enum): Rename from namespace_enum.
7233 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7234 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7235 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7236 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7237 TYPES_NAMESPACE, METHODS_NAMESPACE.
7238 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7239 (struct symbol, struct partial_symbol): Rename field
7240 'namespace_enum namespace' to 'domain_enum domain'.
7241 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7242 Delete old define kludge for namespace.
7243
7244 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7245 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7246 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7247 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7248 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7249 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7250 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7251 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7252 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7253 occurrences of the above.
7254
7255 2003-05-14 Ian Lance Taylor <ian@airs.com>
7256
7257 * Makefile.in (install-only): Use $(SHELL) when running
7258 mkinstalldirs.
7259
7260 2003-05-13 Ian Lance Taylor <ian@airs.com>
7261
7262 * MAINTAINERS (write after approval): Add myself.
7263
7264 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7265 second and third arguments.
7266 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7267 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7268
7269 2003-05-13 Andrew Cagney <cagney@redhat.com>
7270
7271 * defs.h (store_address): Delete declaration.
7272 findvar.c (store_address): Delete function.
7273 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7274 store_unsigned_integer.
7275 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7276 * v850-tdep.c (v850_push_arguments): Ditto.
7277 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7278 * sh-tdep.c (sh64_get_saved_register): Ditto.
7279 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7280 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7281 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7282 (mips_get_saved_register): Ditto.
7283 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7284 (find_func_descr, ia64_push_arguments): Ditto.
7285 * i386-tdep.c (i386_push_arguments): Ditto.
7286 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7287 * frv-tdep.c (frv_push_arguments): Ditto.
7288 * frame.c (legacy_saved_regs_prev_register): Ditto.
7289 (deprecated_generic_get_saved_register): Ditto.
7290 * findvar.c (unsigned_address_to_pointer): Ditto.
7291 * dwarf2read.c (dwarf2_const_value): Ditto.
7292 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7293 * alpha-tdep.c (alpha_push_arguments): Ditto.
7294
7295 2003-05-12 J. Brobecker <brobecker@gnat.com>
7296
7297 * NEWS: Mention that the hppa-hpux port has been partially
7298 multiarched (32bit ABIT only, so far).
7299
7300 2003-05-11 Andrew Cagney <cagney@redhat.com>
7301
7302 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7303 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7304 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7305 sim/testsuite/sim/arm/misaligned2.ms, and
7306 sim/testsuite/sim/arm/misaligned3.ms.
7307 * disasm.h (struct ui_file): Add opaque struct declaration.
7308 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7309 * frame.h (struct ui_file): Ditto.
7310
7311 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7312
7313 * value.h: Pretty print.
7314
7315 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7316
7317 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7318
7319 2003-05-08 Andrew Cagney <cagney@redhat.com>
7320
7321 * regcache.h (max_register_size): Delete declaration.
7322 * regcache.c (max_register_size): Delete function.
7323 (struct regcache_descr): Delete field "max_register_size".
7324 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7325 registers fit in MAX_REGISTER_SIZE.
7326 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7327 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7328 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7329 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7330 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7331 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7332 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7333 * dve3900-rom.c, hppa-tdep.c: Ditto.
7334
7335 2003-05-08 David Carlton <carlton@math.stanford.edu>
7336
7337 * valops.c (push_word): Fix typo.
7338
7339 2003-05-08 Andrew Cagney <cagney@redhat.com>
7340
7341 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7342 * gdbarch.h: Re-generate.
7343 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7344 (legacy_max_register_raw_size): Delete declaration.
7345 * regcache.c (legacy_max_register_raw_size): Delete function.
7346 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7347 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7348 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7349 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7350 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7351 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7352 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7353 * findvar.c, dwarf2cfi.c: Ditto.
7354
7355 2003-05-08 Andrew Cagney <cagney@redhat.com>
7356
7357 * mips-tdep.c (read_signed_register): New function, moved to here
7358 from "regcache.c".
7359 (read_signed_register_pid): Ditto.
7360 * regcache.c (read_signed_register_pid): Delete function, moved to
7361 "mips-tdep.c".
7362 (read_signed_register): Ditto.
7363 * regcache.h (read_signed_register): Delete declaration.
7364 (read_signed_register_pid): Delete declaration.
7365
7366 2003-05-08 Andrew Cagney <cagney@redhat.com>
7367
7368 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7369 * gdbarch.h: Re-generate.
7370 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7371 (legacy_max_register_virtual_size): Delete declaration.
7372 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7373 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7374 * tracepoint.c (memrange_sortmerge): Ditto.
7375 * sparc-tdep.c (sparc_print_registers): Ditto.
7376 * regcache.c (legacy_max_register_virtual_size): Delete function.
7377
7378 2002-05-08 J. Brobecker <brobecker@gnat.com>
7379
7380 * fork-child.c (escape_bang_in_quoted_argument): New function.
7381 (fork_inferior): Escape '!' characters in quoted arguments
7382 only when needed.
7383
7384 2003-05-08 J. Brobecker <brobecker@gnat.com>
7385
7386 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7387 the language of the CU is not currently supported by GDB.
7388
7389 2003-05-08 J. Brobecker <brobecker@gnat.com>
7390
7391 * defs.h (language): Add language_minimal enum value.
7392 * c-lang.c (minimal_language_defn): New language definition.
7393 (_initialize_c_language): Add the new minimal language to the list
7394 of languages known to GDB.
7395
7396 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7397
7398 * frame.c (get_frame_type): Don't attempt to lazily initialize
7399 frame's unwinder for legacy frames.
7400
7401 2003-05-07 Andrew Cagney <cagney@redhat.com>
7402
7403 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7404 and "regcache" parameters.
7405 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7406
7407 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7408
7409 * dwarf2read.c (dwarf_decode_lines): Only use output of
7410 check_cu_functions() when calling record_line(). Do not update
7411 the current address.
7412
7413 2003-05-07 Andrew Cagney <cagney@redhat.com>
7414
7415 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7416 code.
7417
7418 2003-05-07 Jim Blandy <jimb@redhat.com>
7419
7420 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7421 'maint info symtabs' and 'maint info psymtabs'.
7422 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7423 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7424 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7425 Declarations updated.
7426 * maint.c (maintenance_list_command): Delete.
7427 (_initialize_maint_cmds): Update calls to add_cmd.
7428 * gdbcmd.h (maintenancelistlist): Delete declaration.
7429 * cli/cli-cmds.c (maintenancelistlist): Delete.
7430 (init_cmd_lists): Don't initialize it.
7431 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7432
7433 2003-05-07 Andrew Cagney <cagney@redhat.com>
7434
7435 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7436 "regcache".
7437 (d10v_print_registers_info): Update.
7438 (d10v_dmap_register, d10v_imap_register): Delete functions.
7439 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7440 and "imap_register".
7441 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7442 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7443 * arch-utils.c (generic_remote_translate_xfer_address): Add
7444 "regcache" and "gdbarch" parameters.
7445 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7446 parameter. Change class to multi-arch.
7447 * gdbarch.h, gdbarch.c: Re-generate.
7448 * remote.c (remote_xfer_memory): Use
7449 gdbarch_remote_translate_xfer_address.
7450
7451 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7452
7453 * infrun.c (prev_pc): Move declaration ahead of proceed().
7454 (proceed): Refresh prev_pc value before resuming.
7455 (stop_stepping): Remove code to refresh prev_pc.
7456
7457 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7458
7459 * nto-tdep.c: Removed stray comment.
7460
7461 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7462
7463 * i386-nto-tdep.c: Fix old K&R function definitions.
7464 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7465 Also change add_show_from_set() call to add_setshow_cmd().
7466 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7467
7468 2003-05-05 Andrew Cagney <cagney@redhat.com>
7469
7470 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7471 (fprint_dummy_frames): New function.
7472 (maintenance_print_dummy_frames): New function.
7473 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7474 * frame.c (fprint_frame_id): Make global.
7475 * frame.h (fprint_frame_id): Declare.
7476 * Makefile.in (dummy-frame.o): Update dependencies.
7477
7478 2003-05-05 Andrew Cagney <cagney@redhat.com>
7479
7480 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7481 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7482 SIZEOF_CALL_DUMMY_WORDS.
7483 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7484 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7485 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7486 CALL_DUMMY_BREAKPOINT_OFFSET.
7487 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7488 CALL_DUMMY_START_OFFSET.
7489 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7490 * gdbarch.h, gdbarch.c: Re-generate.
7491 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7492 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7493 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7494 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7495 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7496 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7497 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7498 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7499 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7500 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7501 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7502 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7503 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7504 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7505 * config/sparc/tm-sparc.h: Update.
7506
7507 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7508
7509 * configure.tgt: Add i[3456]86-*-nto*.
7510 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7511 * nto-tdep.c: New file. Neutrino target support routines.
7512 * nto-tdep.h: New file. Neutrino target header.
7513 * config/tm-qnxnto.h: New file.
7514 * config/i386/i386nto.mt: New file.
7515 * config/i386/tm-i386nto.h: New file.
7516
7517 2003-05-04 Andrew Cagney <cagney@redhat.com>
7518
7519 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7520 (load_infrun_state): Ditto.
7521 (struct thread_info): Drop "prev_func_name" field.
7522 * thread.c (load_infrun_state): Update.
7523 (save_infrun_state): Update.
7524 * infrun.c (prev_func_name): Delete variable.
7525 (init_wait_for_inferior): Do not clear prev_func_name.
7526 (stop_stepping, keep_going, context_switch): Do not swap
7527 prev_func_name.
7528 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7529 instead of PC_IN_SIGTRAMP.
7530
7531 2003-05-04 Andrew Cagney <cagney@redhat.com>
7532
7533 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7534 REGISTER_BYTE with register_offset_hack.
7535 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7536 that REGISTER_BYTE is consistent with the regcache.
7537 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7538 * gdbarch.h, gdbarch.c: Regenerate.
7539
7540 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7541
7542 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7543 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7544
7545 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7546
7547 2003-05-03 J. Brobecker <brobecker@gnat.com>
7548
7549 From Thierry Schneider <tpschneider1@yahoo.com>
7550 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7551 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7552 (mi-cmd-symbol.o): Add rule.
7553
7554 2003-05-03 Andrew Cagney <cagney@redhat.com>
7555
7556 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7557 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7558 * gdbarch.h, gdbarch.c: Re-generate.
7559 * d10v-tdep.c (d10v_push_dummy_code): New function.
7560 (d10v_gdbarch_init): Set push_dummy_code.
7561 * infcall.c (legacy_push_dummy_code): New function.
7562 (generic_push_dummy_code): New function.
7563 (push_dummy_code): New function.
7564 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7565 instead of dummy_addr, to push_dummy_call. Move call to
7566 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7567 switch.
7568 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7569
7570 2003-05-03 Andrew Cagney <cagney@redhat.com>
7571
7572 * disasm.h (print_insn): Declare.
7573 * disasm.c (init_gdb_disassemble_info): New function.
7574 (gdb_disassembly): Call init_gdb_disassemble_info.
7575 (gdb_print_insn): New function.
7576 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7577 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7578 * mcore-tdep.c: Include "disasm.h"
7579 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7580 * d10v-tdep.c: Include "disasm.h".
7581 (display_trace): Call gdb_print_insn, instead of print_insn.
7582 (print_insn): Delete function.
7583 * printcmd.c: Include "disasm.h".
7584 (print_insn): Delete function.
7585 (print_formatted): Call gdb_print_insn, instead of print_insn.
7586 * Makefile.in (printcmd.o): Update dependencies.
7587 (mcore-tdep.o, d10v-tdep.o): Ditto.
7588
7589 2003-05-02 Andrew Cagney <cagney@redhat.com>
7590
7591 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7592 PC_REGNUM, re-indent.
7593 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7594 PC_REGNUM isn't set.
7595
7596 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7597 * gdbarch.h, gdbarch.c: Re-generate.
7598 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7599 register_virtual_size, pc_regnum, or register_bytes.
7600 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7601 (d10v_register_type): Use D10V_PC_REGNUM.
7602 (d10v_print_registers_info, d10v_read_pc): Ditto.
7603 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7604 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7605
7606 2003-05-02 David Carlton <carlton@bactrian.org>
7607
7608 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7609 the name with mstrsave.
7610
7611 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7612
7613 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7614 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7615 (host_charset_name, target_charset_name): New vars for use by
7616 set/show commands.
7617 (host_charset_enum, target_charset_enum): New enums for set/show
7618 commands.
7619 (set_charset_sfunc, set_host_charset_sfunc,
7620 set_target_charset_sfunc): New functions.
7621 (set_host_charset, set_target_charset): Make static.
7622 (list_charsets, set_host_charset_command,
7623 set_target_charset_command): Delete functions.
7624 (show_charset_command): Rewrite as....
7625 (show_charset): Hook this up with the set/show command mechanism.
7626 (_initialize_charset): Change names of charsets to match the
7627 set/show enums. Use host_charset_name and target_charset_name.
7628 Use set/show mechanism for charset, host-charset, target-charset
7629 commands. Do not make 'show host-charset' and 'show
7630 target-charset' be aliases of 'show charset'.
7631
7632 * charset.h (set_host_charset, set_target_charset): Don't export,
7633 they are not used outside the file.
7634
7635 2003-05-01 Andrew Cagney <cagney@redhat.com>
7636
7637 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7638 (gdb_disassembly): Make "di" non static, always initialize and
7639 cleanup. Always use dis_asm_read_memory.
7640 (gdb_dis_asm_read_memory): Delete function.
7641
7642 2003-05-01 Andrew Cagney <cagney@redhat.com>
7643
7644 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7645 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7646
7647 2003-04-30 Andrew Cagney <cagney@redhat.com>
7648
7649 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7650 "tm_print_insn_info".
7651 (TARGET_PRINT_INSN_INFO): Delete macro.
7652 (dis_asm_read_memory): Delete function declaration.
7653 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7654 (tm_print_insn_info): Delete variable definition.
7655 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7656 * gdbarch.h, gdbarch.c: Re-generate.
7657 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7658 "deprecated_tm_print_insn_info".
7659 * mcore-tdep.c (mcore_dump_insn): Ditto.
7660 * mips-tdep.c (mips_gdbarch_init): Ditto.
7661 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7662 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7663 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7664 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7665 instead of TARGET_PRINT_INSN_INFO, add comment.
7666 * s390-tdep.c (s390_get_frame_info): Instead of
7667 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7668 (s390_check_function_end, s390_is_sigreturn): Ditto.
7669 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7670 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7671 * disasm.c: Include "gdbcore.h".
7672 (_initialize_disasm): New function, initialize
7673 "deprecated_tm_print_insn_info".
7674 (deprecated_tm_print_insn_info): New variable.
7675 (dis_asm_read_memory): Moved from "corefile.c", made static.
7676 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7677 * Makefile.in (disasm.o): Update dependencies.
7678
7679 2003-04-30 Andrew Cagney <cagney@redhat.com>
7680
7681 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7682
7683 2003-04-29 Adam Fedor <fedor@gnu.org>
7684
7685 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7686 * infcall.c (find_function_addr): Make non-static.
7687 * infcall.h (find_function_addr): Declare.
7688 * Makefile.in (eval.o): Update dependencies.
7689
7690 2003-04-28 Adam Fedor <fedor@gnu.org>
7691
7692 * symtab.c (symbol_find_demangled_name): Check for and demangle
7693 ObjC symbols.
7694 (symbol_init_demangled_name): Init for language_objc as well.
7695
7696 2003-04-28 Andrew Cagney <cagney@redhat.com>
7697
7698 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7699 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7700 * gdbarch.h, gdbarch.c: Re-generate.
7701 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7702 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7703 * inferior.h (deprecated_read_fp): Rename read_fp.
7704 (generic_target_read_fp): Delete declaration.
7705 * regcache.c (generic_target_read_fp): Delete function.
7706 (deprecated_read_fp): Replace read_fp, use
7707 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7708 * d10v-tdep.c (d10v_read_fp): Delete function.
7709 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7710
7711 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7712 deprecated_target_read_fp to generic_target_read_fp.
7713 * sh-tdep.c (sh_gdbarch_init): Ditto.
7714 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7715 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7716 * frv-tdep.c (frv_gdbarch_init): Ditto.
7717
7718 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7719 deprecated_fp_regnum.
7720 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7721 * vax-tdep.c (vax_gdbarch_init): Ditto.
7722 * v850-tdep.c (v850_gdbarch_init): Ditto.
7723 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7724 * sh-tdep.c (sh_gdbarch_init): Ditto.
7725 * s390-tdep.c (s390_gdbarch_init): Ditto.
7726 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7727 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7728 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7729 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7730 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7731 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7732 * i386-tdep.c (i386_gdbarch_init): Ditto.
7733 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7734 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7735 * frv-tdep.c (frv_gdbarch_init): Ditto.
7736 * cris-tdep.c (cris_gdbarch_init): Ditto.
7737 * avr-tdep.c (avr_gdbarch_init): Ditto.
7738 * arm-tdep.c (arm_gdbarch_init): Ditto.
7739 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7740
7741 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7742 * v850-tdep.c (v850_gdbarch_init): Ditto.
7743 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7744 * sh-tdep.c (sh_gdbarch_init): Ditto.
7745 * s390-tdep.c (s390_gdbarch_init): Ditto.
7746 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7747 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7748 * mips-tdep.c (mips_gdbarch_init): Ditto.
7749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7750 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7751 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7752 * frv-tdep.c (frv_gdbarch_init): Ditto.
7753 * avr-tdep.c (avr_gdbarch_init): Ditto.
7754 * arm-tdep.c (arm_gdbarch_init): Ditto.
7755
7756 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7757 DEPRECATED_FP_REGNUM.
7758 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7759 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7760 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7761 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7762 (sparc32_register_virtual_type): Ditto.
7763 * sh-tdep.c (sh64_frame_chain): Ditto.
7764 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7765 (sh_nofp_frame_init_saved_regs): Ditto.
7766 (sh64_nofp_frame_init_saved_regs): Ditto.
7767 (sh_fp_frame_init_saved_regs): Ditto.
7768 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7769 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7770 * procfs.c (procfs_fetch_registers): Ditto.
7771 (procfs_store_registers): Ditto.
7772 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7773 (store_inferior_registers, fetch_core_registers): Ditto.
7774 (fetch_kcore_registers, clear_regs): Ditto.
7775 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7776 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7777 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7778 * nlm/i386.c (do_status): Ditto.
7779 * mipsv4-nat.c (supply_gregset): Ditto.
7780 * mips-tdep.c: Ditto for comments.
7781 * mips-nat.c (fetch_inferior_registers): Ditto.
7782 (store_inferior_registers, fetch_core_registers): Ditto.
7783 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7784 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7785 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7786 (i386_do_pop_frame, i386_register_type): Ditto.
7787 * hppa-tdep.c (hppa_frame_chain): Ditto.
7788 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7789 (hppa_pop_frame, hppa_read_fp): Ditto.
7790 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7791 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7792 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7793 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7794 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7795 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7796 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7797 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7798 * blockframe.c: Ditto for comments.
7799 * arch-utils.h: Ditto for comments.
7800 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7801 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7802 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7803 * alpha-tdep.h: Ditto for comments.
7804 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7805 (alpha_cannot_store_register): Ditto.
7806 (alpha_push_dummy_frame): Ditto.
7807 * alpha-nat.c (supply_gregset): Ditto.
7808
7809 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7810 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7811 * config/sparc/tm-sparc.h: Update comment.
7812
7813 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7814 deprecated_read_fp instead of TARGET_READ_FP.
7815 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7816 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7817 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7818 deprecated_read_fp instead of read_fp.
7819 * s390-tdep.c (s390_push_arguments): Ditto.
7820 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7821 * frame.h: Ditto in comments.
7822 * frame.c (legacy_get_prev_frame): Ditto.
7823 * dummy-frame.c (dummy_frame_this_id): Ditto.
7824 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7825
7826 2003-04-28 Andrew Cagney <cagney@redhat.com>
7827
7828 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7829 * gdbarch.h, gdbarch.c: Re-generate.
7830 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7831 * vax-tdep.c (_initialize_vax_tdep): Update.
7832 * v850-tdep.c (_initialize_v850_tdep): Update.
7833 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7834 * s390-tdep.c (_initialize_s390_tdep): Update.
7835 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7836 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7837 * mips-tdep.c (_initialize_mips_tdep): Update.
7838 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7839 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7840 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7841 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7842 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7843 * frv-tdep.c (_initialize_frv_tdep): Update.
7844 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7845 (_initialize_cris_tdep): Update.
7846 * arch-utils.c (legacy_print_insn): Update.
7847 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7848
7849 2003-04-26 Adam Fedor <fedor@gnu.org>
7850
7851 * linespec.c (decode_objc): New function to decode ObjC calls
7852 (decode_line_1): Check for ObjC calls (using decode_objc)
7853 * Makefile (linespec.o): Update dependencies.
7854
7855 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7856
7857 * breakpoint.h (struct breakpoint_ops): New.
7858 (struct breakpoint): Add ops member.
7859
7860 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7861 (mention): Use new breakpoint ops member.
7862 (set_raw_breakpoint): Initialize ops field to NULL.
7863 (print_exception_catchpoint, print_one_exception_catchpoint)
7864 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7865 (gnu_v3_exception_catchpoint_ops): New.
7866 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7867
7868 2003-04-25 Adam Fedor <fedor@gnu.org>
7869
7870 * Makefile.in (COMMON_OBS): Add objc-lang.o
7871
7872 2003-04-25 Andrew Cagney <cagney@redhat.com>
7873
7874 * d10v-tdep.c (print_insn): Delete function.
7875 (display_trace): Use TARGET_PRINT_INSN.
7876 (_initialize_d10v_tdep): Do not set tm_print_insn.
7877 (d10v_gdbarch_init): Set print_insn.
7878
7879 2003-04-25 Andrew Cagney <cagney@redhat.com>
7880
7881 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7882 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7883 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7884 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7885 (nr_dmap_regs, a0_regnum): ... new functions.
7886 (d10v_print_registers_info): Use a0_regnum, use register_size.
7887 (d10v_register_byte): Delete function.
7888 (d10v_register_raw_size): Delete function.
7889 (d10v_register_type): Use a0_regnum.
7890 (d10v_print_registers_info): Use a0_regnum.
7891 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7892 (d10v_gdbarch_init): Do not set register_byte or
7893 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7894 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7895 extract_address.
7896 (trace_command): Use XCALLOC.
7897 (print_insn): Delete reference to tm_print_insn.
7898 (saved_regs_unwinder): Use store_unsigned_integer instead of
7899 store_address.
7900 * frame.h (FRAME_OBSTACK_CALLOC): Define
7901
7902 2003-04-25 David Carlton <carlton@bactrian.org>
7903
7904 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7905
7906 2003-04-24 Adam Fedor <fedor@gnu.org>
7907
7908 * objc-lang.c: Include "valprint.h"
7909 * Makefile.in (objc-lang.o): Update dependencies.
7910
7911 2003-04-24 Adam Fedor <fedor@gnu.org>
7912
7913 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7914 architecture dependant compilation and mark as unimplemented
7915 (until they get put in the gdbarch vector).
7916
7917 2003-04-23 David Carlton <carlton@bactrian.org>
7918
7919 * cp-support.c (cp_find_first_component): Accept 'operator' in
7920 more locations.
7921
7922 2003-04-23 Andrew Cagney <cagney@redhat.com>
7923
7924 * infcall.c (call_function_by_hand): Eliminate redundant
7925 indentation. Move "saved_async" and "old_cleanups" to where they
7926 are needed.
7927
7928 2003-04-23 Andrew Cagney <cagney@redhat.com>
7929
7930 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7931 and "buffer". Move the "name" code to where it is needed.
7932
7933 2003-04-23 Andrew Cagney <cagney@redhat.com>
7934
7935 * infcall.c (call_function_by_hand): Move variables "start_sp",
7936 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7937 code to ON_STACK switch branch.
7938
7939 2003-04-23 Andrew Cagney <cagney@redhat.com>
7940
7941 * infcall.c (call_function_by_hand): Make declaration of "i",
7942 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7943 lint.
7944
7945 2003-04-23 Andrew Cagney <cagney@redhat.com>
7946
7947 * infcall.c (call_function_by_hand): Delete variable
7948 "n_method_args". Localize "param_type"'s declaration to the loop
7949 that it is used. Reinstate code assigning to said variable -
7950 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7951 Rationalize code using "param_type".
7952
7953 2003-04-22 Andrew Cagney <cagney@redhat.com>
7954
7955 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7956 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7957 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7958 to DEPRECATED_PUSH_RETURN_ADDRESS.
7959
7960 2003-04-22 Kevin Buettner <kevinb@redhat.com>
7961
7962 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7963 on the DWARF2 register number prior to fetching a register.
7964
7965 2003-04-22 J. Brobecker <brobecker@gnat.com>
7966
7967 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7968 Update all the tests using SOFT_FLOAT considering the fact that
7969 this macro was always set to 0.
7970 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7971 considering the fact that this macro was always set to 0.
7972 * hppa-tdep.h (hppa_store_return_value): Likewise.
7973 (hppa_extract_return_value): Likewise.
7974
7975 2003-04-22 J. Brobecker <brobecker@gnat.com>
7976
7977 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7978 the hppa-pro target only.
7979
7980 2003-04-21 J. Brobecker <brobecker@gnat.com>
7981
7982 Ongoing multi-arch conversion effort for HP/UX:
7983 * config/pa/tm-hppa.h: Move all macro that are no longer
7984 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7985 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7986
7987 2003-04-21 J. Brobecker <brobecker@gnat.com>
7988
7989 * config/pa/tm-hppa.h: Obsolete a section that was only used
7990 for hppa-pro.
7991
7992 2003-04-21 J. Brobecker <brobecker@gnat.com>
7993
7994 Ongoing multi-arch conversion for HP/UX.
7995 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
7996 if already defined (allows hppa64 to stay non-multiarched for now).
7997 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
7998
7999 2003-04-21 Andrew Cagney <cagney@redhat.com>
8000
8001 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8002
8003 2003-04-21 Andrew Cagney <cagney@redhat.com>
8004
8005 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8006 "i386_num_mmx_regs".
8007
8008 2003-04-21 Andrew Cagney <cagney@redhat.com>
8009
8010 * infcall.c: New file.
8011 * infcall.h: New file.
8012 * valarith.c: Include "infcall.h".
8013 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8014 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8015 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8016 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8017 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8018 (SFILES): Add "infcall.c"
8019 (COMMON_OBS): Add "infcall.o".
8020 (infcall.o): Specify dependencies.
8021 * value.h (call_function_by_hand): Delete declaration.
8022 * inferior.h (run_stack_dummy): Delete declaration.
8023 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8024 (run_stack_dummy): Move to "infcall.c", merged into
8025 call_function_by_hand.
8026 * valops.c (call_function_by_hand): Moved to "infcall.c".
8027 (find_function_addr, value_arg_coerce): Ditto.
8028 (unwindonsignal_p, coerce_float_to_double): Ditto.
8029 (_initialize_valops): Move "set/show coerce-float-to-double", and
8030 "set/show unwindonsignal" commands to "infcall.c".
8031 * v850-tdep.c, target.h: Update comments.
8032 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8033 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8034 (sh64_init_extra_frame_info): Update comments.
8035 * mn10300-tdep.c: Update comments.
8036 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8037 * config/sparc/tm-sparc.h: Update comments.
8038 * breakpoint.h: Update comments.
8039 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8040 * arm-tdep.c: Update comment.
8041
8042 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8043
8044 * i386-tdep.c (i386_num_register_names): New variable.
8045 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8046 (MM0_REGNUM): Remove redundant parentheses in define.
8047 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8048 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8049 i386_mxcsr_regnum_p): Remove redundant parentheses.
8050 (i386_register_name): Use i386_num_register_names.
8051
8052 * i386-tdep.c (i386_extract_return_value,
8053 i386_store_return_value): Correct check for availability of
8054 floating-point registers.
8055
8056 * i386-tdep.c (i386_frame_num_args): Remove function.
8057 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8058
8059 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8060 mmx_regnum_to_fp_regnum. Adjust all callers.
8061
8062 * i386-tdep.c (i386_get_longjmp_target): Use
8063 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8064 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8065 extract_address.
8066
8067 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8068
8069 * core-regset.c: Update comments to reflect reality. Re-order
8070 includes.
8071 (fetch_core_registers): Use switch instead of if. Remove
8072 redundant prototype.
8073
8074 2003-04-18 Jim Blandy <jimb@redhat.com>
8075
8076 * s390-tdep.c (s390_frame_align): New function.
8077 (s390_gdbarch_init): Register it with the gdbarch object.
8078
8079 2003-04-17 Richard Henderson <rth@redhat.com>
8080
8081 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8082
8083 2003-04-17 Michael Snyder <msnyder@redhat.com>
8084 Karen Bennet <bennet@redhat.com>
8085
8086 Committed by Elena Zannoni <ezannoni@redhat.com>
8087 * gdb_gcore.sh: New script to create a core dump of a process.
8088
8089 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8090
8091 * values.c (value_being_returned): Don't fetch the return
8092 value if the return type is void.
8093
8094 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8095
8096 * thread-db.c: Reindented.
8097
8098 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8099
8100 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8101 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8102 as types.
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8129
8130 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8131 the size of ``long double'' to 16, instead of 8.
8132
8133 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8134
8135 * i386-linux-nat.c: Add some whitespace to make things more
8136 readable.
8137 (fetch_register, store_register, fetch_inferior_registers,
8138 store_inferior_registers): Get rid of assignment in if-statement.
8139 (store_register): Fix typo in error message.
8140
8141 2003-04-16 Andrew Cagney <cagney@redhat.com>
8142
8143 * utils.c (xmmalloc): Always allocate something, matches
8144 libiberty/xmalloc's semantics.
8145 (xmrealloc, xmcalloc): Ditto.
8146
8147 2003-04-16 Andrew Cagney <cagney@redhat.com>
8148
8149 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8150 update comments.
8151 (get_frame_type): Initialize unwind and type when needed.
8152 (get_frame_id, frame_register_unwind): Ditto.
8153
8154 2003-04-16 Andrew Cagney <cagney@redhat.com>
8155
8156 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8157 obsolete.
8158 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8159 * sparcl-stub.c: Obsolete file.
8160 * config/sparc/tm-sparclet.h: Obsolete file.
8161 * sparclet-stub.c: Obsolete file.
8162 * sparclet-rom.c: Obsolete file.
8163 * sparcl-tdep.c: Obsolete file.
8164 * config/sparc/tm-sparclite.h: Obsolete file.
8165 * config/sparc/sparclite.mt: Obsolete file.
8166 * config/sparc/sparclet.mt: Obsolete file.
8167 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8168 sparc86x-*-* obsolete.
8169
8170 2003-04-15 David Carlton <carlton@math.stanford.edu>
8171
8172 * Makefile.in (SFILES): Add cp-namespace.c.
8173 (COMMON_OBS): Add cp-namespace.o.
8174 (block.o): Depend on gdb_obstack_h and cp_support_h.
8175 (buildsym.o): Depend on cp_support_h.
8176 (cp-namespace.o): New.
8177 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8178 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8179 (dwarf2read.o): Depend on cp_support_h.
8180 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8181 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8182 processing_current_namespace.
8183 (read_namespace): Update processing_current_namespace; check for
8184 anonymous namespaces.
8185 (dwarf2_name): New function.
8186 (dwarf2_extension): Ditto.
8187 * cp-support.h: Update copyright, contributors.
8188 Add inclusion guards.
8189 Add opaque declaration for structs obstack, block, symbol.
8190 (struct using_direct): New struct.
8191 Add declarations for cp_find_first_component,
8192 cp_entire_prefix_len, processing_has_namespace_info,
8193 processing_current_namespace, cp_is_anonymous,
8194 cp_add_using_directive, cp_initialize_namespace,
8195 cp_finalize_namespace, cp_set_block_scope,
8196 cp_scan_for_anonymous_namespaces.
8197 * cp-namespace.c: New file.
8198 * cp-support.c: Update copyright.
8199 Include ctype.h, gdb_assert.h, gdbcmd.h.
8200 New variable maint_cplus_cmd_list.
8201 (cp_find_first_component): New function.
8202 (cp_entire_prefix_len, maint_cplus_command)
8203 (first_component_command, _initialize_cp_support): Ditto.
8204 * buildsym.c: Include cp-support.h.
8205 New variable using_list.
8206 (add_symbol_to_list): Check for anonymous namespaces.
8207 (finish_block): Set block's scope.
8208 (start_symtab): Initialize C++ namespace support.
8209 (end_symtab): Finalize C++ namespace support.
8210 * block.h: Add opaque declarations for structs
8211 block_namespace_info, using_direct, and obstack.
8212 Add declarations for block_set_scope and block_set_using.
8213 (struct block): Add 'language_specific' member.
8214 (BLOCK_NAMESPACE): New macro.
8215 * block.c: Include gdb_obstack.h and cp-support.h.
8216 (struct block_namespace_info): New struct.
8217 (block_set_scope): New function.
8218 (block_set_using, block_initialize_namespace): Ditto.
8219
8220 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8221
8222 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8223 (locate_base): Return early if there aren't any link map offsets.
8224 (svr4_solib_create_inferior_hook): Warn if shared library support
8225 is unavailable.
8226
8227 2003-04-14 David Carlton <carlton@math.stanford.edu>
8228
8229 * symtab.c (symbol_set_names): Add prefix when storing Java names
8230 in hash table. Fix for PR java/1039.
8231
8232 2003-04-14 David Carlton <carlton@math.stanford.edu>
8233
8234 * symtab.c (symbol_set_names): Rename 'name' arg to
8235 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8236 * symtab.h: Change 'name' argument in declaration of
8237 symbol_set_names to 'linkage_name'.
8238 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8239
8240 2003-04-14 Andrew Cagney <cagney@redhat.com>
8241
8242 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8243 return the fully sign-extended register value.
8244 (get_frame_pointer): Ditto.
8245 (mips_pop_frame): Initialize "proc_desc" after checking for a
8246 dummy frame.
8247
8248 2003-04-14 Andrew Cagney <cagney@redhat.com>
8249
8250 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8251 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8252 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8253 (mips_push_register): Delete function.
8254 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8255 PUSH_FP_REGNUM.
8256
8257 2003-04-14 Jim Blandy <jimb@redhat.com>
8258
8259 * symmisc.c: #include "gdb_regex.h".
8260 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8261 functions.
8262 * maint.c (maintenance_list_command): New function.
8263 (_initialize_maint_cmds): Register the above as commands.
8264 * symtab.h (maintenance_list_symtabs,
8265 maintenance_list_psymtabs): New declarations.
8266 * cli/cli-cmds.c (maintenancelistlist): New variable.
8267 (init_cmd_lists): Initialize it.
8268 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8269 * gdbcmd.h (maintenancelistlist): New declaration.
8270 * Makefile.in (symmisc.o): Update dependencies.
8271
8272 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8273
8274 * s390-nat.c: Include asm/types.h for addr_t.
8275
8276 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8277
8278 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8279 actually incoming type.
8280
8281 2003-04-13 Andrew Cagney <cagney@redhat.com>
8282
8283 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8284 get_next_frame and get_frame_saved_regs.
8285
8286 2003-04-13 Andrew Cagney <cagney@redhat.com>
8287
8288 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8289 of gdbarch_num_regs.
8290
8291 2003-04-13 Andrew Cagney <cagney@redhat.com>
8292
8293 * frame.h: Mention what replaced what in "struct frame_info".
8294 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8295 deprecated_update_frame_base_hack and
8296 deprecated_update_frame_pc_hack.
8297 * hppa-tdep.c: Ditto.
8298
8299 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8300
8301 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8302 to read_reg and update its comment. Remove regnum member.
8303 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8304 Don't call read_reg when setting in_reg. Call read_reg to get
8305 the frame base if it's in a register. Return the register number
8306 on the stack instead of in the context. Remove extra arguments
8307 to read_reg.
8308 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8309 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8310 the register number on the expression stack.
8311 (needs_frame_read_reg): Remove extra arguments.
8312
8313 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8314
8315 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8316 made non-static.
8317 (execute_stack_op): All callers updated.
8318 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8319 * dwarf2loc.c (find_location_expression): New function.
8320 (dwarf_expr_frame_base): Call it.
8321 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8322 (dwarf2_tracepoint_var_ref): New function, broken out from
8323 locexpr_tracepoint_var_ref.
8324 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8325 Make static.
8326 (loclist_read_variable, loclist_read_needs_frame): New functions.
8327 (loclist_describe_location, loclist_tracepoint_var_ref): New
8328 functions.
8329 (dwarf2_loclist_funcs): New struct location_funcs.
8330 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8331 (struct dwarf2_locexpr_baton): Add comments.
8332 (dwarf2_loclist_funcs): New extern.
8333 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8334 base_address and base_known.
8335 (dwarf_loc_buffer): New variable.
8336 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8337 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8338 (dwarf2_has_info): Initialize dwarf_loc_offset.
8339 (dwarf2_build_psymtabs): Read in .debug_loc.
8340 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8341 DWARF_LOC_SIZE.
8342 (psymtab_to_symtab_1): Likewise. Move base address calculation
8343 here, from...
8344 (dwarf2_get_pc_bounds): ... here. Use the base address from
8345 cu_header.
8346 (dwarf2_symbol_mark_computed): Handle location lists.
8347
8348 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8349
8350 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8351 if the linkage name demangled successfully.
8352
8353 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8354
8355 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8356 disassmbly_flavour): Removed.
8357
8358 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8359
8360 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8361
8362 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8363
8364 2003-04-12 Andrew Cagney <cagney@redhat.com>
8365
8366 * frame.h (struct frame_info): Move definition from here ...
8367 * frame.c (struct frame_info): ... to here.
8368
8369 2003-04-12 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbthread.h (save_infrun_state): Delete parameter
8372 "prev_func_start".
8373 (struct thread_info): Delete field "prev_func_start".
8374 (load_infrun_state): Ditto.
8375 * thread.c (load_infrun_state, save_infrun_state): Update.
8376 * infrun.c (prev_func_start): Delete variable.
8377 (context_switch, init_wait_for_inferior): Update.
8378 (stop_stepping, keep_going): Update.
8379
8380 2003-04-12 Andrew Cagney <cagney@redhat.com>
8381
8382 * gdbarch.sh: Add missing opaque declarations.
8383 * gdbarch.h: Regnerate.
8384 * symtab.h: Add missing opaque declarations.
8385 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8386 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8387 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8388 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8389 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8390 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8391 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8392 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8393 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8394 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8395 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8396 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8397 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8398
8399 2003-04-11 Andrew Cagney <cagney@redhat.com>
8400
8401 * frame.c (get_frame_id): Return this frame's "id".
8402 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8403 function start.
8404 (legacy_saved_regs_this_id): Replace function body with
8405 internal-error.
8406 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8407 FRAME_OBSTACK_ZALLOC.
8408 (create_new_frame): Mark the frame ID as valid.
8409
8410 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8411
8412 * Makefile.in (libbfd_h): Added missing setting.
8413 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8414 according to the selected ABI.
8415
8416 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8417
8418 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8419
8420 2003-04-11 Andrew Cagney <cagney@redhat.com>
8421
8422 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8423 SAVED_PC_AFTER_CALL.
8424 * gdbarch.h, gdbarch.c: Regenerate.
8425 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8426 * x86-64-tdep.c (x86_64_init_abi): Update.
8427 * vax-tdep.c (vax_gdbarch_init): Update.
8428 * v850-tdep.c (v850_gdbarch_init): Update.
8429 * sparc-tdep.c (sparc_gdbarch_init): Update.
8430 * sh-tdep.c (sh_gdbarch_init): Update.
8431 * s390-tdep.c (s390_gdbarch_init): Update.
8432 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8433 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8434 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8435 * mips-tdep.c (mips_gdbarch_init): Update.
8436 * mcore-tdep.c (mcore_gdbarch_init): Update.
8437 * m68k-tdep.c (m68k_gdbarch_init): Update.
8438 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8439 * ia64-tdep.c (ia64_gdbarch_init): Update.
8440 (ia64_saved_pc_after_call): Update declaration.
8441 * i386ly-tdep.c (i386lynx_init_abi): Update.
8442 * i386-tdep.c (i386_gdbarch_init): Update.
8443 * hppa-tdep.c (hppa_gdbarch_init): Update.
8444 * h8300-tdep.c (h8300_gdbarch_init): Update.
8445 * frv-tdep.c (frv_gdbarch_init): Update.
8446 * cris-tdep.c (cris_gdbarch_init): Update.
8447 * avr-tdep.c (avr_gdbarch_init): Update.
8448 * arm-tdep.c (arm_gdbarch_init): Update.
8449 * alpha-tdep.c (alpha_gdbarch_init): Update.
8450 * ns32knbsd-nat.c (frame_num_args): Update.
8451 * ns32k-tdep.c (umax_frame_num_args): Update.
8452 * mips-tdep.c (mips_init_frame_pc_first): Update.
8453 * infrun.c (step_over_function): Update.
8454 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8455 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8456 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8457 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8458 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8459 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8460 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8461 * arch-utils.c (init_frame_pc_default): Update.
8462 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8463 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8464 declaration.
8465
8466 2003-04-11 Andrew Cagney <cagney@redhat.com>
8467
8468 * i387-tdep.c: Update copyright.
8469 (i387_to_double): Delete function.
8470 (double_to_i387): Delete function.
8471
8472 2003-04-10 Andrew Cagney <cagney@redhat.com>
8473
8474 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8475 frame's function's address. Simplify.
8476 (d10v_frame_unwind_cache): Check that the frame's function is
8477 non-zero.
8478
8479 2003-04-10 Jim Blandy <jimb@redhat.com>
8480
8481 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8482 call to set_gdbarch_deprecated_push_arguments.
8483
8484 2003-04-10 Andrew Cagney <cagney@redhat.com>
8485
8486 * frame.c (fprint_frame_id): New function.
8487 (fprint_frame_type, fprint_frame): New function.
8488 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8489 (create_sentinel_frame, get_frame_id): Ditto.
8490 (frame_id_p, frame_id_eq): Ditto.
8491 (frame_id_inner, create_new_frame): Ditto.
8492 (legacy_get_prev_frame, get_prev_frame): Ditto.
8493 (deprecated_update_frame_pc_hack): Ditto.
8494 (frame_register_unwind): Ditto.
8495 (deprecated_update_frame_base_hack): Ditto.
8496
8497 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8498
8499 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8500 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8501 frame_chain function.
8502 * Makefile.in: Add dependencies due to above change.
8503
8504 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8505
8506 * blockframe.c (legacy_frame_chain_valid): Move call to
8507 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8508 inside_entry_file.
8509
8510 2003-04-09 Andrew Cagney <cagney@redhat.com>
8511
8512 * frame.h (struct frame_id): Replace "pc" and "base" with
8513 "stack_addr" and "code_addr". Update comments.
8514 (frame_id_build): Update parameter names and comment.
8515 (struct frame_info): Replace "id_p" and "id" with "this_id".
8516 * dummy-frame.c (dummy_frame_this_id): Update.
8517 * breakpoint.c (print_one_breakpoint): Update.
8518 * frame.c (get_frame_id): Update.
8519 (get_frame_base, frame_id_build): Update.
8520 (create_sentinel_frame, legacy_get_prev_frame): Update.
8521 (deprecated_update_frame_base_hack): Update.
8522 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8523 (frame_id_inner): Ditto.
8524
8525 2003-04-09 Andrew Cagney <cagney@redhat.com>
8526
8527 * defs.h (gdb_print_host_address): Make "addr" parameter a
8528 pointer constant.
8529 * utils.c (gdb_print_host_address): Update.
8530
8531 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8532
8533 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8534 register number for R0 is 0.
8535
8536 2003-04-09 J. Brobecker <brobecker@gnat.com>
8537
8538 * frame.h (struct gdbarch): Add opaque structure definition
8539 to avoid a compilation warning on LynxOS 4.0.
8540
8541 2003-04-09 Andrew Cagney <cagney@redhat.com>
8542
8543 * frame.h (struct frame_info): Delete field "pc". Replace
8544 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8545 structure.
8546 * frame.c (frame_pc_unwind): Update.
8547 (create_sentinel_frame): Do not set "pc".
8548 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8549 (get_frame_pc): Call frame_pc_unwind.
8550 (deprecated_update_frame_pc_hack): Update.
8551 (create_new_frame): Use "pc" not "->pc".
8552
8553 2003-04-09 Andrew Cagney <cagney@redhat.com>
8554
8555 * frame.c (get_frame_id): Eliminate code updating "frame".
8556 (legacy_get_prev_frame): Ditto.
8557 (get_frame_base): Return id.base directly.
8558 (deprecated_update_frame_base_hack): Update "id.base".
8559 * frame.h (struct frame_info): Delete field "frame".
8560
8561 2003-04-09 Andrew Cagney <cagney@redhat.com>
8562
8563 * NEWS: Mention that the "Sequent family" is obsolete.
8564 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8565 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8566 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8567 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8568 * config/i386/tm-ptx4.h: Obsolete file.
8569 * config/i386/tm-ptx.h: Obsolete file.
8570 * symm-tdep.c: Obsolete file.
8571 * config/i386/symmetry.mt: Obsolete file.
8572 * config/i386/tm-symmetry.h: Obsolete file.
8573 * symm-nat.c: Obsolete file.
8574 * config/i386/nm-symmetry.h: Obsolete file.
8575 * config/i386/xm-symmetry.h: Obsolete file.
8576 * config/i386/symmetry.mh: Obsolete file.
8577 * config/i386/nm-ptx4.h: Obsolete file.
8578 * config/i386/ptx4.mh: Obsolete file.
8579 * config/i386/ptx.mt: Obsolete file.
8580 * config/i386/ptx.mh: Obsolete file.
8581 * config/i386/xm-ptx4.h: Obsolete file.
8582 * config/i386/xm-ptx.h: Obsolete file.
8583
8584 2003-04-09 Andrew Cagney <cagney@redhat.com>
8585
8586 Obsolete mips*-*-mach3*.
8587 * NEWS: Mention that mips*-*-mach3* is obsolete.
8588 * m3-nat.c: Obsolete file.
8589 * config/nm-m3.h: Obsolete file.
8590 * config/mips/tm-mipsm3.h: Obsolete file.
8591 * config/mips/mipsm3.mt: Obsolete file.
8592 * config/mips/mipsm3.mh: Obsolete file.
8593 * config/mips/xm-mipsm3.h: Obsolete file.
8594 * mipsm3-nat.c: Obsolete file.
8595 * configure.host: Obsolete mips-dec-mach3*.
8596 * configure.tgt: Obsolete mips*-*-mach3*.
8597
8598 2003-04-09 Andrew Cagney <cagney@redhat.com>
8599
8600 * doublest.h: Update copyright.
8601 (deprecated_store_floating, deprecated_extract_floating): Rename
8602 store_floating and extract_floating. Update comments.
8603 * doublest.c: Update copyright.
8604 (extract_floating_by_length): Replace extract_floating.
8605 (store_floating_by_length): Replace store_floating.
8606 (deprecated_extract_floating): New function.
8607 (deprecated_store_floating): New function.
8608 (extract_typed_floating): Call extract_floating_by_length.
8609 (store_typed_floating): Call store_floating_by_length.
8610 * x86-64-tdep.c (x86_64_store_return_value): Update.
8611 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8612 (sh64_extract_return_value): Update.
8613 (sh_sh4_register_convert_to_virtual): Update.
8614 (sh_sh64_register_convert_to_virtual): Update.
8615 (sh_sh4_register_convert_to_raw): Update.
8616 (sh_sh64_register_convert_to_raw): Update.
8617 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8618 (rs6000_register_convert_to_raw): Update.
8619 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8620 (ia64_register_convert_to_raw): Update.
8621 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8622 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8623 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8624 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8625 (alpha_register_convert_to_raw): Update.
8626
8627 2003-04-08 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8630 * gdbarch.h, gdbarch.c: Re-generate.
8631 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8632 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8633 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8634 conditionally, use frame_pc_unwind as an alternative. Add
8635 comments.
8636 * arch-utils.c (init_frame_pc_default): Only call
8637 SAVED_PC_AFTER_CALL when available.
8638
8639 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8640
8641 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8642 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8643 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8644 (start_remote): Ditto.
8645 (handle_inferior_event): Ditto.
8646 (save_inferior_status): Ditto.
8647 (restore_inferior_status): Ditto.
8648 * infcmd.c (attach_command): Ditto.
8649 * fork-child.c (startup_inferior): Ditto.
8650 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8651 * alpha-tdep.c (heuristic_proc_start): Ditto.
8652 * mips-tdep.c (heuristic_proc_start): Ditto.
8653 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8654 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8655 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8656 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8657 * remote-vx.c (vx_create_inferior): Ditto.
8658
8659 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8660
8661 * infrun.c (stop_soon_quietly): Make it an enum, to better
8662 override the default behavior of handle_inferior_event.
8663 (clear_proceed_status): Update uses of stop_soon_quietly to
8664 reflect that it is now an enum.
8665 (start_remote): Ditto.
8666 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8667 is set to handle the new GNU/Linux kernel behavior for
8668 attach/sigstop. Update uses of stop_soon_quietly.
8669 * inferior.h (enum stop_kind): New enum.
8670 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8671 Reset normal handle_inferior_event behavior, afterwards.
8672 * fork-child.c (startup_inferior): Update.
8673 * alpha-tdep.c (heuristic_proc_start): Update.
8674 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8675 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8676 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8677 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8678 * remote-vx.c (vx_create_inferior): Update.
8679 * mips-tdep.c (heuristic_proc_start): Update.
8680
8681 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8682
8683 * disasm.c (dump_insns): Move variables inside loop, or they will
8684 be freed more than once, causing wild memory corruptions.
8685 (gdb_disassembly): Look for the substring "-thread",
8686 instead of "-threads" in the target name, to make sure to find
8687 the 'multi-thread' target. Also, make sure we do the right thing
8688 with the "core" target.
8689
8690 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8691
8692 * mips-tdep.c (mips_print_fp_register): New function, created from
8693 do_fp_register_row(). Registers are now (also) printed as hex.
8694 Only one register is printed per row.
8695 (mips_print_register, do_fp_register_row): Print floating point
8696 registers with mips_print_fp_register().
8697
8698 2003-04-06 Andrew Cagney <cagney@redhat.com>
8699
8700 * valprint.h (inspect_it): Add extern declaration.
8701 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8702 (selectors_info, classes_info): Ditto.
8703 (find_objc_msgcall): Fix indentation.
8704 (objc_printstr): Delete extern declarations.
8705
8706 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8707
8708 2003-04-06 Andrew Cagney <cagney@redhat.com>
8709
8710 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8711 Update comment.
8712 * frame.c (legacy_saved_regs_this_id): Update.
8713 (legacy_get_prev_frame): Update.
8714 * xstormy16-tdep.c: Update comment.
8715 * sparc-tdep.c (sparc_frame_chain): Update comment.
8716 * blockframe.c (legacy_frame_chain_valid): Update.
8717
8718 2003-04-06 Andrew Cagney <cagney@redhat.com>
8719
8720 * valprint.c (val_print_type_code_int): Delete #ifdef
8721 PRINT_TYPELESS_INTEGER code.
8722
8723 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8724 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8725 multi-arch definition.
8726 * gdbarch.h: Re-generate.
8727
8728 2003-04-05 Andrew Cagney <cagney@redhat.com>
8729
8730 Eliminate FRAME_FIND_SAVED_REGS.
8731 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8732 Change FSR parameter to a pointer.
8733 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8734 Assume FSR parameter is a pointer.
8735 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8736 Make fsr a pointer.
8737 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8738 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8739 saved_regs a pointer.
8740 (hppa_frame_saved_pc): Ditto.
8741 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8742 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8743 pointer.
8744 (restore_pc_queue): Make fsr a pointer.
8745 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8746 (hppa_frame_chain): Make saved_regs a pointer, call
8747 hppa_frame_init_saved_regs.
8748 * sparc-tdep.c: Include "gdb_assert.h".
8749 (sparc_frame_find_saved_regs): Replace internal_error with
8750 gdb_assert.
8751 * remote-vxsparc.c (vx_read_register): Delete reference to
8752 FRAME_FIND_SAVED_REGS.
8753 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8754 * gdbarch.h: Regenerate.
8755 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8756 (deprecated_get_frame_saved_regs): Delete declaration.
8757 (struct frame_saved_regs): Delete definition.
8758 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8759 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8760 (hppa_frame_find_saved_regs): Delete declaration.
8761 (FRAME_FIND_SAVED_REGS): Delete macro.
8762 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8763 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8764 FRAME_FIND_SAVED_REGS in comment.
8765
8766 2003-04-05 Andrew Cagney <cagney@redhat.com>
8767
8768 * frame.c (frame_func_unwind, get_frame_func): New functions.
8769 * frame.h (get_frame_func, frame_func_unwind): Declare.
8770 (struct frame_info): Add field "prev_func" for caching the
8771 previous frame's function address.
8772 * arm-tdep.c (arm_frameless_function_invocation): Combine
8773 get_pc_function_start and get_frame_pc into get_frame_func.
8774 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8775 (sh64_nofp_frame_init_saved_regs): Ditto.
8776 * s390-tdep.c (s390_function_start): Ditto.
8777 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8778 (rs6000_frameless_function_invocation): Ditto.
8779 (rs6000_frame_saved_pc): Ditto.
8780 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8781 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8782 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8783 (i386_frame_init_saved_regs): Ditto.
8784 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8785 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8786 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8787 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8788 * blockframe.c (frameless_look_for_prologue): Ditto.
8789
8790 2003-04-05 Andrew Cagney <cagney@redhat.com>
8791
8792 * frame.c (legacy_get_prev_frame): Link prev to next at the
8793 function start. Update comments.
8794
8795 2003-04-05 Andrew Cagney <cagney@redhat.com>
8796
8797 * frame.c (get_frame_id): Update comment.
8798 (legacy_get_prev_frame): Update comment.
8799 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8800 * gdbarch.h: Regenerate.
8801 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8802 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8803
8804 2003-04-05 Andrew Cagney <cagney@redhat.com>
8805
8806 * stack.c (print_frame_info): Use get_frame_pc.
8807
8808 2003-04-04 Andrew Cagney <cagney@redhat.com>
8809
8810 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8811 the frame's type from the unwinder.
8812 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8813 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8814 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8815 (get_frame_base_address): Use get_frame_type.
8816 (get_frame_locals_address, get_frame_args_address): Ditto.
8817 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8818 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8819 (struct frame_info): Add comment explaining why the frame contains
8820 a "type" field.
8821 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8822 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8823 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8824 NORMAL_FRAME.
8825 * frame-unwind.h: Include "frame.h".
8826 (struct frame_unwind): Add "type" field.
8827 * Makefile.in (frame_unwind_h): Add $(frame_h).
8828
8829 2003-04-04 Andrew Cagney <cagney@redhat.com>
8830
8831 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8832 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8833 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8834 get_frame_base.
8835 (d10v_unwind_dummy_id): Use frame_id_build.
8836 * frame.c (find_frame_sal): Use get_frame_pc.
8837 (create_new_frame): Use deprecated_update_frame_pc_hack and
8838 deprecated_update_frame_base_hack.
8839 (create_sentinel_frame): Add comment about ->pc going away.
8840 (get_prev_frame): Add comment about ->pc going away.
8841 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8842 frame_id_build, deprecated_update_frame_pc_hack and
8843 deprecated_update_frame_base_hack.
8844 (select_frame): Use get_frame_pc.
8845 (legacy_saved_regs_this_id): Use frame_id_build.
8846
8847 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8848
8849 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8850 signed integer case.
8851 (classify_argument): Handle enumerations and references.
8852
8853 2003-04-04 Andrew Cagney <cagney@redhat.com>
8854
8855 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8856 ID to NULL.
8857
8858 2003-04-01 Adam Fedor <fedor@gnu.org>
8859
8860 * gdb/objc-lang.c (selectors_info): Replace calls to
8861 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8862 SYMBOL_NATURAL_NAME.
8863 (classes_info, find_methods): Likewise.
8864
8865 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8866
8867 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8868 ``mach'' to the value determined by bfd_default_set_arch_mach().
8869
8870 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8871
8872 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8873 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8874 (mi-cmd-file.o): Update dependencies.
8875
8876 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8877
8878 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8879 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8880
8881 2003-04-01 Adam Fedor <fedor@gnu.org>
8882
8883 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8884 * language.h (struct language_defn): Add la_demangle.
8885 (language_demangle): Declare.
8886 * language.c (language_demangle): New function.
8887 (unk_lang_demangle): Likewise.
8888 (unknown_language_defn, auto_language_defn, local_language_defn):
8889 Add ukn_lang_demangle.
8890 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8891 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8892 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8893 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8894 * jv-lang.c (java_demangle): New function
8895 (java_language_defn): Use it for la_demangle element.
8896 * objc-lang.c (objc_demangle): Add options argument
8897 (objc_language_defn): Use objc_demangle for la_demangle element.
8898 * maint.c (maintenance_demangle): Replace switch with
8899 call to language_demangle.
8900 * utils.c (fprintf_symbol_filtered): Likewise.
8901
8902 2003-04-01 Andrew Cagney <cagney@redhat.com>
8903
8904 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8905 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8906 PRINT_TYPELESS_INTEGER.
8907 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8908 PUSH_RETURN_ADDRESS.
8909
8910 2003-04-01 Andrew Cagney <cagney@redhat.com>
8911
8912 * Makefile.in (d10v-tdep.o): Update dependencies.
8913 * d10v-tdep.c: Include "frame-base.h".
8914 (d10v_frame_unwind): Make constant.
8915 (d10v_frame_base_address): New function.
8916 (d10v_frame_base): New variable.
8917 (d10v_gdbarch_init): Set frame_base default.
8918 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8919 comment for base.
8920 (d10v_frame_unwind_cache): Set and use "prev_sp".
8921 (d10v_frame_this_id): Use the previous frame's inner most stack
8922 address and this frame's func address for the frame ID. Use
8923 frame_id_build. Don't analyze beyond the current instruction.
8924
8925 2003-04-01 Andrew Cagney <cagney@redhat.com>
8926
8927 * frame.h (get_frame_locals_address, get_frame_args_address):
8928 Refer to the base address, instead of the address of the first
8929 local or parameter.
8930
8931 2003-04-01 Andrew Cagney <cagney@redhat.com>
8932
8933 Add frame debug info addresses:
8934 * frame-base.c: New file.
8935 * frame-base.h: New file.
8936 * frame.h (struct frame_base): Add opaque declaration.
8937 (get_frame_base): Update comment.
8938 (get_frame_base_address): Declare.
8939 (get_frame_locals_address): Declare.
8940 (get_frame_args_address): Declare.
8941 (struct frame_info): Add "base" and "base_cache". Update
8942 comments on the unwinder.
8943 * frame.c: Include "frame-base.h".
8944 (get_frame_locals_address): New function.
8945 (get_frame_base_address): New function.
8946 (get_frame_args_address): New function.
8947 * findvar.c (read_var_value): Use get_frame_locals_address and
8948 get_frame_args_address.
8949 * stack.c (frame_info): Use get_frame_locals_address and
8950 get_frame_args_address.
8951 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8952 moved to "frame-base.c".
8953 * printcmd.c (print_frame_nameless_args): Ditto.
8954 * symtab.h (address_class): Update comments.
8955 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8956 get_frame_base_address.
8957 * dwarf2expr.c (execute_stack_op): Ditto.
8958 * Makefile.in (frame_base_h): Define.
8959 (frame.o): Update dependencies.
8960 (frame-base.o): Add dependencies.
8961 (SFILES): Add frame-base.c.
8962 (COMMON_OBS): Add frame-base.o.
8963
8964 2003-04-01 Andrew Cagney <cagney@redhat.com>
8965
8966 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8967 CALL_DUMMY_LENGTH): Ditto.
8968 * gdbarch.c: Re-generate.
8969 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8970 (CALL_DUMMY_LENGTH): Delete macro.
8971 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8972 * arm-tdep.c (arm_gdbarch_init): Ditto.
8973 * avr-tdep.c (avr_gdbarch_init): Ditto.
8974 * cris-tdep.c (cris_gdbarch_init): Ditto.
8975 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8976 * frv-tdep.c (frv_gdbarch_init): Ditto.
8977 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8978 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8979 * i386-tdep.c (i386_gdbarch_init): Ditto.
8980 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8982 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8983 * mips-tdep.c (mips_gdbarch_init): Ditto.
8984 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8985 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8986 * s390-tdep.c (s390_gdbarch_init): Ditto.
8987 * sh-tdep.c (sh_gdbarch_init): Ditto.
8988 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8989 * v850-tdep.c (v850_gdbarch_init): Ditto.
8990 * vax-tdep.c (vax_gdbarch_init): Ditto.
8991 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8992
8993 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
8994
8995 * frame.c (get_prev_frame): Disable call to inside_entry_file().
8996
8997 2003-04-01 Andrew Cagney <cagney@redhat.com>
8998
8999 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9000 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9001 * gdbarch.h, gdbarch.c: Re-generate.
9002 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9003 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9004 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9005 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9006 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9007 * infcmd.c (run_stack_dummy): Simplify assuming
9008 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9009 * infrun.c (handle_inferior_event): Ditto.
9010 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9011 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9012 * arm-tdep.c (arm_gdbarch_init): Ditto.
9013 * avr-tdep.c (avr_gdbarch_init): Ditto.
9014 * cris-tdep.c (cris_gdbarch_init): Ditto.
9015 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9016 * frv-tdep.c (frv_gdbarch_init): Ditto.
9017 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9018 * i386-tdep.c (i386_gdbarch_init): Ditto.
9019 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9021 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9022 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9023 * mips-tdep.c (mips_gdbarch_init): Ditto.
9024 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9025 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9026 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9027 * s390-tdep.c (s390_gdbarch_init): Ditto.
9028 * sh-tdep.c (sh_gdbarch_init): Ditto.
9029 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9030 * v850-tdep.c (v850_gdbarch_init): Ditto.
9031 * vax-tdep.c (vax_gdbarch_init): Ditto.
9032 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9033
9034 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9035
9036 * symfile.c (symfile_relocate_debug_section): Update call to
9037 bfd_simple_get_relocated_section_contents.
9038
9039 2003-03-31 Andrew Cagney <cagney@redhat.com>
9040
9041 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9042 * gdbarch.h, gdbarch.c: Regenerate.
9043 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9044 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9045 available.
9046 * frame.h (generic_fix_call_dummy): Delete declaration.
9047 * dummy-frame.h: Update comment.
9048 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9050 fix_call_dummy.
9051 * sh-tdep.c (sh_gdbarch_init): Ditto.
9052 * s390-tdep.c (s390_gdbarch_init): Ditto.
9053 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9054 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9055 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9056 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9057 * i386-tdep.c (i386_gdbarch_init): Ditto.
9058 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9059 * frv-tdep.c (frv_gdbarch_init): Ditto.
9060 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9061 * cris-tdep.c (cris_gdbarch_init): Ditto.
9062 * avr-tdep.c (avr_gdbarch_init): Ditto.
9063 * arm-tdep.c (arm_gdbarch_init): Ditto.
9064
9065 2003-03-31 J. Brobecker <brobecker@gnat.com>
9066
9067 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9068 (INIT_FRAME_AP): Likewise.
9069 (EXTRA_FRAME_INFO): Likewise.
9070
9071 2003-03-31 Andrew Cagney <cagney@redhat.com>
9072
9073 * gdbarch.sh: Include "symfile.h".
9074 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9075 * gdbarch.h, gdbarch.c: Re-generate.
9076 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9077 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9078 call_dummy_address, the default is at entry_point_address.
9079 * v850-tdep.c (v850_gdbarch_init): Ditto.
9080 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9081 * sh-tdep.c (sh_gdbarch_init): Ditto.
9082 * s390-tdep.c (s390_gdbarch_init): Ditto.
9083 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9084 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9085 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9086 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9087 * i386-tdep.c (i386_gdbarch_init): Ditto.
9088 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9089 * frv-tdep.c (frv_gdbarch_init): Ditto.
9090 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9091 * cris-tdep.c (cris_gdbarch_init): Ditto.
9092 * arm-tdep.c (arm_gdbarch_init): Ditto.
9093
9094 2003-03-31 Andrew Cagney <cagney@redhat.com>
9095
9096 * gdbarch.sh (CALL_DUMMY_P): Delete.
9097 * gdbarch.h, gdbarch.c: Re-generate.
9098 * inferior.h (CALL_DUMMY_P): Delete macro.
9099 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9100 * vax-tdep.c (vax_gdbarch_init): Update.
9101 * v850-tdep.c (v850_gdbarch_init): Update.
9102 * sparc-tdep.c (sparc_gdbarch_init): Update.
9103 * sh-tdep.c (sh_gdbarch_init): Update.
9104 * s390-tdep.c (s390_gdbarch_init): Update.
9105 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9106 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9107 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9108 * mips-tdep.c (mips_gdbarch_init): Update.
9109 * mcore-tdep.c (mcore_gdbarch_init): Update.
9110 * m68k-tdep.c (m68k_gdbarch_init): Update.
9111 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9112 * ia64-tdep.c (ia64_gdbarch_init): Update.
9113 * i386-tdep.c (i386_gdbarch_init): Update.
9114 * h8300-tdep.c (h8300_gdbarch_init): Update.
9115 * frv-tdep.c (frv_gdbarch_init): Update.
9116 * d10v-tdep.c (d10v_gdbarch_init): Update.
9117 * cris-tdep.c (cris_gdbarch_init): Update.
9118 * breakpoint.c (deprecated_frame_in_dummy): Update.
9119 * avr-tdep.c (avr_gdbarch_init): Update.
9120 * alpha-tdep.c (alpha_gdbarch_init): Update.
9121 * arm-tdep.c (arm_gdbarch_init): Update.
9122 * dummy-frame.c (dummy_frame_this_id): Update comments.
9123 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9124 * frame.c (legacy_get_prev_frame): Ditto.
9125 * valops.c (call_function_by_hand): Delete function.
9126 (hand_function_call): Rename to call_function_by_hand
9127
9128 2003-03-30 Andrew Cagney <cagney@redhat.com>
9129
9130 2002-11-10 Klee Dienes <kdienes@apple.com>
9131 * value.h (struct value): Update comment.
9132
9133 2003-03-30 Andrew Cagney <cagney@redhat.com>
9134
9135 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9136 D10V_FP_REGNUM.
9137 (d10v_gdbarch_init): Do not set fp_regnum.
9138
9139 * frame.c (get_frame_base): Force ID initialization.
9140 (get_prev_frame): Move computation of the frame ID from here ...
9141 (get_frame_id): ... to here.
9142 (legacy_get_prev_frame): Mark the frame ID as valid.
9143 * frame.h (struct frame_info): Add field "id_p".
9144
9145 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9146
9147 * i386-tdep.c (i386_store_struct_return): Removed.
9148 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9149
9150 2003-03-30 Andrew Cagney <cagney@redhat.com>
9151
9152 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9153 * gdbarch.h, gdbarch.c: Regenerate.
9154 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9155 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9156 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9157 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9158 * i386-tdep.c (i386_gdbarch_init): Ditto.
9159 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9160 * cris-tdep.c (cris_gdbarch_init): Ditto.
9161 * vax-tdep.c (vax_gdbarch_init): Ditto.
9162 * s390-tdep.c (s390_gdbarch_init): Ditto.
9163 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9164 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9165 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9166 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9167 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9168 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9169 * sparc-tdep.c (sparc_gdbarch_init): Update.
9170 * sh-tdep.c (sh_gdbarch_init): Update.
9171 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9172 * mips-tdep.c (mips_gdbarch_init): Update.
9173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9174 * ia64-tdep.c (ia64_gdbarch_init): Update.
9175 * frv-tdep.c (frv_gdbarch_init): Update.
9176 * avr-tdep.c (avr_gdbarch_init): Update.
9177 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9178 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9179 instead of when push_dummy_call is not available.
9180
9181 2003-03-30 Andrew Cagney <cagney@redhat.com>
9182
9183 * infttrace.c: Include "gdbthread.h".
9184 (parent_attach_all): Fix function signature.
9185 (call_ptrace): Update call.
9186 * Makefile.in (infttrace.o): Update dependencies.
9187
9188 2003-03-30 Andrew Cagney <cagney@redhat.com>
9189
9190 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9191 PUSH_RETURN_ADDRESS.
9192 * gdbarch.h, gdbarch.c: Regenerate.
9193 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9194 * x86-64-tdep.c (x86_64_init_abi): Update.
9195 * v850-tdep.c (v850_gdbarch_init): Update.
9196 * sparc-tdep.c (sparc_gdbarch_init): Update.
9197 * sh-tdep.c (sh_gdbarch_init): Update.
9198 * s390-tdep.c (s390_gdbarch_init): Update.
9199 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9200 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9201 * mips-tdep.c (mips_gdbarch_init): Update.
9202 * mcore-tdep.c (mcore_gdbarch_init): Update.
9203 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9204 * ia64-tdep.c (ia64_gdbarch_init): Update.
9205 * i386-tdep.c (i386_gdbarch_init): Update.
9206 * h8300-tdep.c (h8300_gdbarch_init): Update.
9207 * frv-tdep.c (frv_gdbarch_init): Update.
9208 * cris-tdep.c (cris_gdbarch_init): Update.
9209 * avr-tdep.c (avr_gdbarch_init): Update.
9210 * arm-tdep.c (arm_gdbarch_init): Update.
9211 * valops.c (hand_function_call): Update.
9212
9213 2003-03-29 Andrew Cagney <cagney@redhat.com>
9214
9215 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9216 sizeof_call_dummy_words.
9217 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9218 define.
9219 * gdbarch.h: Regenerate.
9220
9221 2003-03-29 Andrew Cagney <cagney@redhat.com>
9222
9223 * infttrace.h: New file.
9224 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9225 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9226 (hpread_read_doc_function_type): Detect an initialized type1.
9227 (hpread_quick_traverse): Initialize mod_name_string.
9228 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9229 (som_solib_get_solib_by_pc): Declare.
9230 (so_lib_thread_start_addr): Declare.
9231 (no_shared_libraries): Declare.
9232 * somread.c (init_import_symbols): Make static. Add forward
9233 declaration.
9234 * config/pa/nm-hppah.h: Include "infttrace.h" for
9235 parent_attach_all.
9236 (hppa_insert_hw_watchpoint): Declare.
9237 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9238 * hppah-nat.c: Include "gdb_string.h".
9239 (parent_attach_all): Delete extern declaration, moved to
9240 "infttrace.h".
9241 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9242 int.
9243 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9244 * Makefile.in (infttrace_h): Define.
9245 (hpread.o): Update dependencies.
9246 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9247 * hppa-hpux-tdep.c: Include "gdb_string.h".
9248 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9249 * infrun.c (handle_inferior_event): Always initialize
9250 stepped_after_stopped_by_watchpoint. Add default and remove
9251 fallthrough in switch statement.
9252 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9253 parameter to int.
9254 (hppa_remove_hw_watchpoint): Ditto.
9255
9256 2003-03-29 Andrew Cagney <cagney@redhat.com>
9257
9258 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9259 offset.
9260
9261 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9262
9263 * arm-tdep.c (arm_push_arguments): Delete.
9264 (struct stack_item): New type.
9265 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9266 (arm_store_struct_return): Delte.
9267 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9268 arm_push_arguments or arm_store_struct_return.
9269
9270 2003-03-28 Andrew Cagney <cagney@redhat.com>
9271
9272 * Makefile.in (d10v-tdep.o): Update dependencies.
9273 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9274 * d10v-tdep.c: Include "remote.h".
9275 (target_resume_hook): Delete extern declaration.
9276 (target_wait_loop_hook): Ditto.
9277 (tdisassemble_command): Eliminate assignment in "if" conditional.
9278 (d10v_ts2_register_sim_regno): Eliminate call to
9279 legacy_register_sim_regno.
9280 (d10v_ts3_register_sim_regno): Ditto.
9281
9282 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9283
9284 * thread.c: Reindented.
9285 * lin-lwp.c: Ditto.
9286 * linux-proc.c: Ditto.
9287
9288 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9289
9290 * MAINTAINERS (write after approval): Add myself.
9291
9292 2003-03-27 Theodore A. Roth <troth@openavr.org>
9293
9294 * objc-exp.y: Add missing semi-colons.
9295
9296 2003-03-27 Andrew Cagney <cagney@redhat.com>
9297
9298 * regcache.c (write_sp): Delete function and references.
9299 * inferior.h (write_sp): Delete declaration.
9300 * valops.c (hand_function_call): Replace write_sp with
9301 TARGET_WRITE_SP.
9302 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9303 (sparc_pop_frame): Ditto.
9304
9305 2003-03-27 Andrew Cagney <cagney@redhat.com>
9306
9307 * NEWS: Mention removal of support for hppa*-*-bsd* and
9308 hppa*-*-osf* natives, and hppa*-*-pro* target.
9309 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9310 * config/pa/xm-pa.h: Obsolete file.
9311 * config/pa/xm-hppab.h: Obsolete file.
9312 * config/pa/nm-hppab.h: Obsolete file.
9313 * config/pa/tm-hppab.h: Obsolete file.
9314 * config/pa/tm-hppao.h: Obsolete file.
9315 * config/pa/nm-hppao.h: Obsolete file.
9316 * config/pa/tm-pro.h: Obsolete file.
9317 * config/pa/hppaosf.mt: Obsolete file.
9318 * config/pa/hppaosf.mh: Obsolete file.
9319 * config/pa/hppapro.mt: Obsolete file.
9320 * config/pa/hppabsd.mt: Obsolete file.
9321 * config/pa/hppabsd.mh: Obsolete file.
9322 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9323 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9324 hppa*-*-osf*.
9325
9326 2003-03-27 Andrew Cagney <cagney@redhat.com>
9327
9328 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9329 push_arguments. Don't set push_return_address or write_sp.
9330 (d10v_push_dummy_call): Replace d10v_push_arguments.
9331 (d10v_push_return_address, d10v_write_sp): Delete function,
9332 handled by push_dummy_call.
9333
9334 2003-03-26 Andrew Cagney <cagney@redhat.com>
9335
9336 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9337 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9338 regcache and dummy_addr parameters.
9339 * gdbarch.h, gdbarch.c: Re-generate.
9340 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9341 available; assume it will handle stack alignment and return
9342 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9343 legacy_push_arguments.
9344 (legacy_push_arguments): Rename default_push_arguments.
9345 * value.h (legacy_push_arguments): Rename default_push_arguments.
9346 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9347 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9348 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9349 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9350 * config/i386/tm-symmetry.h: Update.
9351 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9352 * x86-64-tdep.c (x86_64_init_abi): Update.
9353 * v850-tdep.c (v850_gdbarch_init): Update.
9354 * sparc-tdep.c (sparc_gdbarch_init): Update.
9355 * sh-tdep.c (sh_gdbarch_init): Update.
9356 * s390-tdep.c (s390_gdbarch_init): Update.
9357 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9358 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9359 * mips-tdep.c (mips_gdbarch_init): Update.
9360 * mcore-tdep.c (mcore_gdbarch_init): Update.
9361 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9362 * ia64-tdep.c (ia64_gdbarch_init): Update.
9363 * i386-tdep.c (i386_gdbarch_init): Update.
9364 * hppa-tdep.c (hppa_gdbarch_init): Update.
9365 * h8300-tdep.c (h8300_gdbarch_init): Update.
9366 * frv-tdep.c (frv_gdbarch_init): Update.
9367 * d10v-tdep.c (d10v_gdbarch_init): Update.
9368 * cris-tdep.c (cris_gdbarch_init): Update.
9369 * avr-tdep.c (avr_gdbarch_init): Update.
9370 * arm-tdep.c (arm_gdbarch_init): Update.
9371 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9372 * alpha-tdep.c (alpha_gdbarch_init): Update.
9373
9374 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9375
9376 * signals/signals.c (do_target_signal_to_host): Correct realtime
9377 signal range test.
9378
9379 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9380
9381 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9382 (struct sal_chain, map_catch_names): Remove.
9383 (catch_exception_command_1): Don't call
9384 handle_gnu_4_16_catch_command.
9385
9386 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9387
9388 From Mark Dettinger <dettinge@de.ibm.com>:
9389 * dwarf2cfi.c (read_2u): Increment pointer by two.
9390
9391 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9392
9393 * signals/signals.c: Fix typos in last change.
9394
9395 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9396
9397 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9398 not already defined. Use __SIGRTMIN if available.
9399 (target_signal_from_host): Remove SIGRTMIN block.
9400 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9401 the signal is within the realtime range.
9402
9403 2003-03-25 Adam Fedor <fedor@gnu.org>
9404
9405 * Makefile.in (infrun.o): Add $(language_h)
9406 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9407 for language specific trampolines.
9408 * language.h (struct language_defn): Add skip_trampoline.
9409 (skip_language_trampoline): Declare.
9410 * language.c (unk_lang_trampoline, skip_language_trampoline):
9411 New functions.
9412 (unknown_language_defn, auto_language_defn, local_language_defn):
9413 Add ukn_lang_trampoline.
9414 * ada-lang.c (ada_language_defn): Add NULL for language
9415 specific skip_trampoline.
9416 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9417 scm-lang.c: Likewise.
9418 * objc-lang.c (objc_skip_trampoline): New function.
9419 (objc_language_defn): Add objc_skip_trampoline.
9420
9421 2003-03-25 Andrew Cagney <cagney@redhat.com>
9422
9423 * frame.c (get_prev_frame): Delay validating a frame's ID -
9424 non-NULL, didn't go backwards - until an attempt to unwind it to
9425 the previous frame.
9426
9427 2003-03-25 Andrew Cagney <cagney@redhat.com>
9428
9429 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9430 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9431 * gdbarch.h, gdbarch.c: Re-generate.
9432 * config/sparc/tm-sparc.h
9433 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9434 * sparc-tdep.c (sparc_gdbarch_init): Set
9435 deprecated_extra_stack_alignment_needed.
9436 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9437 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9438 extra_stack_alignment_needed.
9439 * v850-tdep.c (v850_gdbarch_init): Ditto.
9440 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9441 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9442 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9443 * cris-tdep.c (cris_gdbarch_init): Ditto.
9444 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9446
9447 2003-03-25 Andrew Cagney <cagney@redhat.com>
9448
9449 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9450 STORE_STRUCT_RETURN.
9451 * gdbarch.h, gdbarch.c: Regenerate.
9452 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9453 (d10v_push_arguments): Set the struct return register.
9454 (d10v_gdbarch_init): Update.
9455 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9456 * x86-64-tdep.c (x86_64_init_abi): Update.
9457 * vax-tdep.c (vax_gdbarch_init): Update.
9458 * v850-tdep.c (v850_gdbarch_init): Update.
9459 * sparc-tdep.c (sparc_gdbarch_init): Update.
9460 * sh-tdep.c (sh_gdbarch_init): Update.
9461 * s390-tdep.c (s390_gdbarch_init): Update.
9462 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9463 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9464 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9465 * mips-tdep.c (mips_gdbarch_init): Update.
9466 * mcore-tdep.c (mcore_gdbarch_init): Update.
9467 * m68k-tdep.c (m68k_gdbarch_init): Update.
9468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9469 * ia64-tdep.c (ia64_gdbarch_init): Update.
9470 * i386-tdep.c (i386_gdbarch_init): Update.
9471 * hppa-tdep.c (hppa_gdbarch_init): Update.
9472 * h8300-tdep.c (h8300_gdbarch_init): Update.
9473 * frv-tdep.c (frv_gdbarch_init): Update.
9474 * cris-tdep.c (cris_gdbarch_init): Update.
9475 * avr-tdep.c (avr_gdbarch_init): Update.
9476 * arm-tdep.c (arm_gdbarch_init): Update.
9477 * alpha-tdep.c (alpha_gdbarch_init): Update.
9478
9479 2003-03-25 Andrew Cagney <cagney@redhat.com>
9480
9481 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9482 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9483 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9484 * gdbarch.h, gdbarch.c: Regenerate.
9485 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9486 call_dummy_stack_adjust_p.
9487 * vax-tdep.c (vax_gdbarch_init): Ditto.
9488 * v850-tdep.c (v850_gdbarch_init): Ditto.
9489 * sh-tdep.c (sh_gdbarch_init): Ditto.
9490 * s390-tdep.c (s390_gdbarch_init): Ditto.
9491 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9492 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9493 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9494 * mips-tdep.c (mips_gdbarch_init): Ditto.
9495 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9496 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9498 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9499 * i386-tdep.c (i386_gdbarch_init): Ditto.
9500 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9501 * frv-tdep.c (frv_gdbarch_init): Ditto.
9502 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9503 * cris-tdep.c (cris_gdbarch_init): Ditto.
9504 * avr-tdep.c (avr_gdbarch_init): Ditto.
9505 * arm-tdep.c (arm_gdbarch_init): Ditto.
9506 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9507 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9508 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9509 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9510 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9511 call_dummy_stack_adjust_p.
9512 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9513 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9514 * sparc-tdep.c (sparc32_push_arguments): Update.
9515 * valops.c (hand_function_call): Update.
9516
9517 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9518
9519 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9520 set_gdbarch_char_signed.
9521
9522 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9523
9524 PR cli/548
9525 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9526
9527 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9528
9529 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9530 (_initialize_arm_tdep): Don't set tm_print_insn.
9531
9532 2003-03-24 Adam Fedor <fedor@gnu.org>
9533
9534 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9535 * objc-lang.h: Add multiple inclusion protection.
9536 (start_msglist, add_msglist, end_msglist): Additional declarations.
9537
9538 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9539
9540 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9541 value was renamed to ARM_FLOAT_SOFT_FPA.
9542
9543 2003-03-23 Andrew Cagney <cagney@redhat.com>
9544
9545 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9546 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9547 * gdbarch.h, gdbarch.c: Regenerate.
9548 * valops.c (hand_function_call): Update.
9549 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9550 * frame.c (legacy_saved_regs_this_id): Update.
9551 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9552 * dummy-frame.h: Update.
9553 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9554 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9555 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9556 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9557 * config/m68k/tm-sun3.h: Update.
9558 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9559 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9560 * x86-64-tdep.c (x86_64_init_abi): Update.
9561 * vax-tdep.c (vax_gdbarch_init): Update.
9562 * v850-tdep.c (v850_gdbarch_init): Update.
9563 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9564 * sh-tdep.c (sh_gdbarch_init): Update.
9565 * s390-tdep.c (s390_gdbarch_init): Update.
9566 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9567 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9568 (frame_get_saved_regs): Update.
9569 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9570 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9571 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9572 * mips-tdep.c (mips_gdbarch_init): Update.
9573 * mcore-tdep.c (mcore_gdbarch_init): Update.
9574 * m68k-tdep.c (m68k_gdbarch_init): Update.
9575 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9576 * ia64-tdep.c (ia64_gdbarch_init): Update.
9577 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9578 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9579 (i386_interix_back_one_frame): Update.
9580 * hppa-tdep.c (hppa_gdbarch_init): Update.
9581 (hppa_init_extra_frame_info): Update.
9582 * h8300-tdep.c (h8300_gdbarch_init): Update.
9583 * frv-tdep.c (frv_gdbarch_init): Update.
9584 * cris-tdep.c (cris_gdbarch_init): Update.
9585 * avr-tdep.c (avr_gdbarch_init): Update.
9586 * arm-tdep.c (arm_gdbarch_init): Update.
9587 * alpha-tdep.c (alpha_gdbarch_init): Update.
9588
9589 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9590
9591 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9592 (arm_get_fp_model): Declare.
9593 * arm-tdep.c (fp_model_strings): New string array.
9594 (arm_fp_model, current_fp_model): New variables.
9595 (arm_get_fp_model): New function.
9596 (arm_set_fp): New function.
9597 (set_fp_model_sfunc): New function.
9598 (show_fp_model): New function.
9599 (_initialize_arm_tdep): Add new command to set/show the FPU.
9600 (arm_extract_return_value): Use arm_get_fp_model.
9601 (arm_store_return_value): Likewise.
9602 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9603 to initialize the floating-point data types.
9604 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9605 model is FPA.
9606
9607 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9608
9609 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9610 the current setting of each value.
9611 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9612 new_set and new_show. Use add_setshow_cmd_full and
9613 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9614 commands and add new version as subcommands of "set/show arm".
9615
9616 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9617
9618 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9619 (set_arm_command, show_arm_command): New functions.
9620 (_initialize_arm_tdep): Add them.
9621 (num_disassembly_options): Renamed from num_flavor_options.
9622 (valid_disassembly_styles): Renamed from valid_flavors.
9623 (disassembly_style): Renamed from disassembly_flavor.
9624 (set_disassembly_style_sfunc): Renamed from
9625 set_disassembly_flavor_sfunc.
9626 (set_disassembly_style): Renamed from set_disassembly_flavor.
9627 (arm_othernames): Updated.
9628 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9629 command. Add "set/show arm disassembly" commands. Deprecate
9630 "othernames" command.
9631
9632 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9633
9634 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9635 (arm-tdep.o): Depend on elf_arm_h.
9636
9637 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9638
9639 * Makefile.in (coff_internal_h): Define.
9640 (arm-tdep.o): Update dependencies.
9641
9642 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9643
9644 * arm-tdep.c (prologue_cache): Delete.
9645 (check_prologue_cache, save_prologue_cache): Delete.
9646 (arm_scan_prologue): Don't check or update the prologue_cache.
9647 (arm_gdb_arch_init): Don't initialize it.
9648 (_initialize_arm_tdep): Likewise.
9649
9650 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9651
9652 * MAINTAINERS (tui): Maintainer of tui code.
9653
9654 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9655
9656 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9657 (i386-cygwin-tdep.o): Add dependencies.
9658 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9659 * i386-cygwin-tdep.c: New file.
9660 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9661 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9662
9663 2003-03-20 Andrew Cagney <cagney@redhat.com>
9664
9665 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9666 (handle_inferior_event): Remove code calling
9667 DYNAMIC_TRAMPOLINE_NEXTPC.
9668
9669 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9670 already has a full path.
9671
9672 * main.c (gdb_main): Return 1.
9673 (captured_main): Call error to report an invalid interpreter.
9674
9675 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9676 * alpha-osf1-tdep.c: Include "gdb_string.h".
9677
9678 2003-03-19 J. Brobecker <brobecker@gnat.com>
9679
9680 Continuing work to convert the hppa targets to multiarch partial.
9681
9682 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9683 method, now that hppa_push_dummy_frame has a conformant prototype.
9684 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9685 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9686 for the switch to multiarch partial.
9687
9688 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9689
9690 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9691 when iss is issNull.
9692
9693 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9694
9695 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9696 NUM_REGS bounds check.
9697
9698 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9699
9700 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9701 * mips-tdep.c (gdb_assert.h): Include.
9702 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9703 (mips_register_name): Handle integer registers explicitly. Add
9704 bounds checking.
9705 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9706 (mips_lsi33k_reg_names): Don't list integer registers; they're
9707 handled by mips_register_name() now.
9708 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9709 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9710 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9711 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9712 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9713
9714 2003-03-18 Andrew Cagney <cagney@redhat.com>
9715
9716 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9717 a void pointer.
9718 * gdbtypes.h (print_scalar_formatted): Update declaration.
9719 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9720
9721 2003-03-18 J. Brobecker <brobecker@gnat.com>
9722
9723 * infrun.c (observer.h): Add #include.
9724 (normal_stop): Add call to observer_notify_normal_stop.
9725 * Makefile.in (infrun.o): Add dependency on observer.h.
9726
9727 2003-03-18 J. Brobecker <brobecker@gnat.com>
9728
9729 Continuing work to convert the hppa targets to multiarch partial.
9730 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9731 parameter. Reformat comment.
9732 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9733 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9734 to match new profile.
9735
9736 2003-03-18 J. Brobecker <brobecker@gnat.com>
9737
9738 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9739 appear to be working in any case.
9740
9741 2003-03-18 J. Brobecker <brobecker@gnat.com>
9742
9743 * observer.c (observer_test_first_observer): New static variable.
9744 (observer_test_second_observer): Likewise.
9745 (observer_test_third_observer): Likewise.
9746 (observer_test_first_notification_function): New static function.
9747 (observer_test_second_notification_function): Likewise.
9748 (observer_test_third_notification_function): Likewise.
9749
9750 2003-03-17 J. Brobecker <brobecker@gnat.com>
9751
9752 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9753 * somsolib.c (gdb_assert.h): Likewise.
9754 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9755 (somsolib.o): Likewise.
9756
9757 2003-03-17 Andrew Cagney <cagney@redhat.com>
9758
9759 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9760 BFD. Simplify setting of di.endian.
9761
9762 2003-03-17 Andrew Cagney <cagney@redhat.com>
9763
9764 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9765 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9766
9767 From Elena Zannoni <ezannoni@redhat.com>
9768 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9769 vector and floating-point parameters.
9770 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9771 convention.
9772 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9773
9774 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9775
9776 * MAINTAINERS: Remove my name from several maintainership roles.
9777
9778 2003-03-17 Andrew Cagney <cagney@redhat.com>
9779
9780 Fix frame off-by-one bug.
9781 * frame-unwind.h (frame_this_id_ftype): Replace
9782 frame_unwind_id_ftype.
9783 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9784 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9785 with "prev_register".
9786 * frame-unwind.c (frame_unwind_find_by_pc): Return
9787 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9788 comment.
9789 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9790 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9791 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9792 (dummy_frame_unwind): Update.
9793 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9794 sentinel_frame_register_unwind.
9795 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9796 (sentinel_frame_unwinder): Update.
9797 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9798 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9799 * frame.c (create_sentinel_frame): Update. Initialize
9800 "prologue_cache" instead of "unwind_cache".
9801 (frame_register_unwind): Call this frame's prev_register with the
9802 next frame and this frame's prologue cache.
9803 (get_prev_frame): Simplify. Always call prev frame's this_id with
9804 this frame and prev frame's prologue cache. Document that this
9805 call is shifted one to the left when compared to the
9806 frame_register_unwind call.
9807 (legacy_saved_regs_prev_register): Replace
9808 frame_saved_regs_register_unwind.
9809 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9810 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9811 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9812 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9813 (d10v_frame_unwind): Update.
9814 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9815 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9816 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9817 "saved_regs" with "this_saved_regs".
9818
9819 2003-03-16 Andrew Cagney <cagney@redhat.com>
9820
9821 * frame.c (frame_pop): Don't call target_store_registers. Fix
9822 problem reported by Mark Kettenis.
9823
9824 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9825
9826 * i386-tdep.c (i386_register_type): Renamed from
9827 i386_register_virtual_type. Adjust function signature.
9828 (i386_gdbarch_init): Set register_type instead of
9829 deprecated_max_register_raw_size,
9830 deprecated_max_register_virtual_size and register_virtual_type.
9831
9832 2003-03-14 Andrew Cagney <cagney@redhat.com>
9833
9834 * frame.c (get_prev_frame): When a legacy frame, always call
9835 legacy_get_prev_frame. Simplify unwind code using assumption that
9836 the unwinder is new.
9837 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9838 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9839 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9840
9841 2003-03-14 Andrew Cagney <cagney@redhat.com>
9842
9843 * frame.c (get_saved_register): Delete function.
9844 * frame.h (get_saved_register): Delete declaration.
9845 * xstormy16-tdep.c: Update comment.
9846 * regcache.h: Update comments.
9847 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9848 get_saved_register and extract_address, use
9849 frame_read_unsigned_register.
9850 (sparc_frame_saved_pc): Ditto.
9851 (sparc_get_saved_register): Instead of get_saved_register, use
9852 frame_register.
9853 (sparc_pop_frame): Ditto.
9854 * findvar.c: Update comments.
9855 (value_of_register): Call frame_register instead of
9856 get_saved_register.
9857 (value_from_register): Ditto.
9858 * config/sparc/tm-sparc.h: Update comment.
9859 * breakpoint.c: Update comment.
9860
9861 2003-03-14 Andrew Cagney <cagney@redhat.com>
9862
9863 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9864 GET_SAVED_REGISTER.
9865 * gdbarch.h, gdbarch.c: Re-generate.
9866 * frame.h: Update comments.
9867 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9868 * x86-64-tdep.c (x86_64_init_abi): Update.
9869 * sparc-tdep.c (sparc_gdbarch_init): Update.
9870 * sh-tdep.c (sh_gdbarch_init): Update.
9871 * mips-tdep.c (mips_gdbarch_init): Update.
9872 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9873 * cris-tdep.c (cris_gdbarch_init): Update.
9874 * ia64-tdep.c (ia64_gdbarch_init): Update.
9875 * frame.c (frame_register): Update.
9876 (get_saved_register): Update.
9877 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9878
9879 2003-03-13 Andrew Cagney <cagney@redhat.com>
9880
9881 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9882 * gdbarch.h, gdbarch.c: Regenerate.
9883 * valops.c (hand_function_call): Update comment.
9884 * stack.c (return_command): Update comment.
9885 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9886 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9887 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9888 * x86-64-tdep.c (x86_64_init_abi): Update.
9889 * vax-tdep.c (vax_gdbarch_init): Update.
9890 * v850-tdep.c (v850_gdbarch_init): Update.
9891 * sparc-tdep.c (sparc_gdbarch_init): Update.
9892 * sh-tdep.c (sh_gdbarch_init): Update.
9893 * s390-tdep.c (s390_gdbarch_init): Update.
9894 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9895 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9896 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9897 * mips-tdep.c (mips_gdbarch_init): Update.
9898 * mcore-tdep.c (mcore_gdbarch_init): Update.
9899 * m68k-tdep.c (m68k_gdbarch_init): Update.
9900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9901 * ia64-tdep.c (ia64_gdbarch_init): Update.
9902 * i386-tdep.c (i386_gdbarch_init): Update.
9903 * hppa-tdep.c (hppa_gdbarch_init): Update.
9904 * h8300-tdep.c (h8300_gdbarch_init): Update.
9905 * frv-tdep.c (frv_gdbarch_init): Update.
9906 * cris-tdep.c (cris_gdbarch_init): Update.
9907 * avr-tdep.c (avr_gdbarch_init): Update.
9908 * arm-tdep.c (arm_gdbarch_init): Update.
9909 * alpha-tdep.c (alpha_gdbarch_init): Update.
9910
9911 2003-03-13 Andrew Cagney <cagney@redhat.com>
9912
9913 * frame.c (legacy_frame_p): New function.
9914 (get_prev_frame): Use legacy_frame_p.
9915 * frame.h (legacy_frame_p): Declare.
9916
9917 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9918
9919 * MAINTAINERS (write after approval): Alphabetically
9920 listing corrected.
9921
9922 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9923
9924 * MAINTAINERS (write after approval): Add myself.
9925
9926 2003-03-12 Andrew Cagney <cagney@redhat.com>
9927
9928 * frame.c (get_prev_frame): Rename the frame parameter to
9929 "this_frame".
9930 (get_next_frame, legacy_get_prev_frame): Ditto.
9931
9932 2003-03-12 Andrew Cagney <cagney@redhat.com>
9933
9934 * frame.c (get_current_frame): Check target_has_registers before
9935 checking target_has_stack.
9936 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9937 instead of deprecated_selected_frame.
9938 * findvar.c (value_of_register): Pass "frame", not
9939 deprecated_selected_frame, to value_of_builtin_reg.
9940
9941 2003-03-12 Andrew Cagney <cagney@redhat.com>
9942
9943 * regcache.c (regcache_cooked_write_signed): New function.
9944 (regcache_cooked_write_unsigned): New function.
9945 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9946 (regcache_cooked_read_signed): Fix regnum in range assertion.
9947 * regcache.h (regcache_cooked_write_signed): Declare.
9948 (regcache_cooked_write_unsigned): Declare.
9949
9950 2003-03-12 Andrew Cagney <cagney@redhat.com>
9951
9952 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9953 * gdbarch.h, gdbarch.c: Re-generate.
9954 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9955 * x86-64-tdep.h: Update.
9956 * x86-64-tdep.c (x86_64_init_abi): Update.
9957 * v850-tdep.c (v850_gdbarch_init): Update.
9958 * sparc-tdep.c (sparc_gdbarch_init): Update.
9959 * sh-tdep.c (sh_gdbarch_init): Update.
9960 * s390-tdep.c (s390_gdbarch_init): Update.
9961 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9962 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9963 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9964 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9965 * mips-tdep.c (mips_gdbarch_init): Update.
9966 * mcore-tdep.c (mcore_gdbarch_init): Update.
9967 * m68k-tdep.c (m68k_gdbarch_init): Update.
9968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9969 * ia64-tdep.c (ia64_gdbarch_init): Update.
9970 * i386-tdep.c (i386_gdbarch_init): Update.
9971 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9972 * hppa-tdep.c (hppa_gdbarch_init): Update.
9973 * h8300-tdep.c (h8300_gdbarch_init): Update.
9974 * frv-tdep.c (frv_gdbarch_init): Update.
9975 * cris-tdep.c (cris_gdbarch_init): Update.
9976 * avr-tdep.c (avr_gdbarch_init): Update.
9977 * arm-tdep.c (arm_gdbarch_init): Update.
9978 * alpha-tdep.c (alpha_gdbarch_init): Update.
9979 * sh-tdep.c (sh_init_extra_frame_info): Update.
9980 (sh64_init_extra_frame_info): Update.
9981 * ns32knbsd-nat.c (frame_num_args): Update.
9982 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9983 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9984 (xstormy16_frame_chain_valid): Update.
9985 * vax-tdep.c (vax_saved_pc_after_call): Update.
9986 * v850-tdep.c (v850_frame_chain): Update.
9987 (v850_pop_frame): Update.
9988 (v850_init_extra_frame_info): Update.
9989 * sparc-tdep.c (setup_arbitrary_frame): Update.
9990 * ns32k-tdep.c (umax_frame_num_args): Update.
9991 * s390-tdep.c (s390_pop_frame_regular): Update.
9992 * mn10300-tdep.c (mn10300_frame_chain): Update.
9993 (mn10300_pop_frame_regular): Update.
9994 (mn10300_init_extra_frame_info): Update.
9995 * mips-tdep.c (mips_init_frame_pc_first): Update.
9996 (mips_frame_chain): Update.
9997 (mips_pop_frame): Update.
9998 * mcore-tdep.c (mcore_frame_chain): Update.
9999 (mcore_pop_frame): Update.
10000 (mcore_init_extra_frame_info): Update.
10001 * arch-utils.c (init_frame_pc_default): Update.
10002 * m68k-tdep.c (isi_frame_num_args): Update.
10003 (delta68_frame_num_args): Update.
10004 (news_frame_num_args): Update.
10005 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10006 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10007 (alpha_frame_chain): Update.
10008 (alpha_pop_frame): Update.
10009 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10010 (hppa_init_extra_frame_info): Update.
10011 (hppa_frame_chain): Update.
10012 (hppa_frame_chain_valid): Update.
10013 * cris-tdep.c (cris_init_extra_frame_info): Update.
10014 * avr-tdep.c (avr_init_extra_frame_info): Update.
10015 * arm-tdep.c (arm_frame_chain_valid): Update.
10016 (arm_init_extra_frame_info): Update.
10017 (arm_pop_frame): Update.
10018 * frame.c (frame_pc_unwind): Update.
10019 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10020 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10021 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10022 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10023 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10024 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10025
10026 2003-03-12 Andrew Cagney <cagney@redhat.com>
10027
10028 Eliminate the need for POP_FRAME.
10029 * frame.c (do_frame_unwind_register): New function.
10030 (frame_pop): When no POP_FRAME, pop the frame using register
10031 unwind and a scratch regcache.
10032 (frame_saved_regs_pop): Delete function.
10033 (trad_frame_unwinder): Update.
10034 * d10v-tdep.c (d10v_frame_pop): Delete function.
10035 (d10v_frame_unwind): Update.
10036 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10037 (sentinel_frame_unwinder): Update.
10038 * dummy-frame.c (dummy_frame_pop): Delete function.
10039 (dummy_frame_unwind): Update.
10040 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10041 (struct frame_unwind): Update.
10042
10043 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10044
10045 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10046 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10047 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10048 Do range checks on register number obtained from debugging info.
10049 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10050 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10051 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10052 mapping function.
10053 (do_fp_register_row): Fix typo which caused double type to be
10054 used when attempting to unpack a float.
10055
10056 2003-03-11 J. Brobecker <brobecker@gnat.com>
10057
10058 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10059
10060 2003-03-11 Andrew Cagney <cagney@redhat.com>
10061
10062 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10063 frame. Problem found by Corinna Vinschen.
10064
10065 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10066
10067 * doublest.c (floatformat_from_length): Accept also
10068 the real size of 'long double' type.
10069
10070 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10071
10072 From Klee Dienes <kdienes@apple.com>:
10073 * breakpoint.c (bpstat_copy): Copy the command lines as well
10074 as the old value, to match what is freed in bpstat_clear.
10075
10076 2003-03-10 David Carlton <carlton@math.stanford.edu>
10077
10078 * minsyms.c (add_minsym_to_hash_table): Replace
10079 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10080 (compare_minimal_symbols, compact_minimal_symbols)
10081 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10082 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10083 of DEPRECATED_SYMBOL_MATCHES_NAME.
10084 (lookup_minimal_symbol_solib_trampoline): Ditto.
10085
10086 2003-03-10 Andrew Cagney <cagney@redhat.com>
10087
10088 * regcache.h (regcache_cooked_read_ftype): Define.
10089 (regcache_save, regcache_restore): Add a cooked_read parameter.
10090 * regcache.c (regcache_save, regcache_restore): Update.
10091 (do_cooked_read): New function.
10092 (regcache_cpy): Pass do_cooked_read to regcache_save and
10093 regcache_restore.
10094
10095 2003-03-10 Andrew Cagney <cagney@redhat.com>
10096
10097 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10098 * gdbarch.h, gdbarch.c: Re-generate.
10099 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10100 * x86-64-tdep.h: Update.
10101 * x86-64-tdep.c (x86_64_init_abi): Update.
10102 * v850-tdep.c (v850_gdbarch_init): Update.
10103 * sparc-tdep.c (sparc_gdbarch_init): Update.
10104 * sh-tdep.c (sh_gdbarch_init): Update.
10105 * s390-tdep.c (s390_gdbarch_init): Update.
10106 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10107 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10108 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10109 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10110 * mips-tdep.c (mips_gdbarch_init): Update.
10111 * mcore-tdep.c (mcore_gdbarch_init): Update.
10112 * m68k-tdep.c (m68k_gdbarch_init): Update.
10113 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10114 * ia64-tdep.c (ia64_gdbarch_init): Update.
10115 * i386-tdep.c (i386_gdbarch_init): Update.
10116 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10117 * hppa-tdep.c (hppa_gdbarch_init): Update.
10118 * h8300-tdep.c (h8300_gdbarch_init): Update.
10119 * frv-tdep.c (frv_gdbarch_init): Update.
10120 * cris-tdep.c (cris_gdbarch_init): Update.
10121 * avr-tdep.c (avr_gdbarch_init): Update.
10122 * arm-tdep.c (arm_gdbarch_init): Update.
10123 * alpha-tdep.c (alpha_gdbarch_init): Update.
10124 * sh-tdep.c (sh_init_extra_frame_info): Update.
10125 (sh64_init_extra_frame_info): Update.
10126 * ns32knbsd-nat.c (frame_num_args): Update.
10127 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10128 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10129 (xstormy16_frame_chain_valid): Update.
10130 * vax-tdep.c (vax_saved_pc_after_call): Update.
10131 * v850-tdep.c (v850_frame_chain): Update.
10132 (v850_pop_frame): Update.
10133 (v850_init_extra_frame_info): Update.
10134 * sparc-tdep.c (setup_arbitrary_frame): Update.
10135 * ns32k-tdep.c (umax_frame_num_args): Update.
10136 * s390-tdep.c (s390_pop_frame_regular): Update.
10137 * mn10300-tdep.c (mn10300_frame_chain): Update.
10138 (mn10300_pop_frame_regular): Update.
10139 (mn10300_init_extra_frame_info): Update.
10140 * mips-tdep.c (mips_init_frame_pc_first): Update.
10141 (mips_frame_chain): Update.
10142 (mips_pop_frame): Update.
10143 * mcore-tdep.c (mcore_frame_chain): Update.
10144 (mcore_pop_frame): Update.
10145 (mcore_init_extra_frame_info): Update.
10146 * arch-utils.c (init_frame_pc_default): Update.
10147 * m68k-tdep.c (isi_frame_num_args): Update.
10148 (delta68_frame_num_args): Update.
10149 (news_frame_num_args): Update.
10150 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10151 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10152 (alpha_frame_chain): Update.
10153 (alpha_pop_frame): Update.
10154 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10155 (hppa_init_extra_frame_info): Update.
10156 (hppa_frame_chain): Update.
10157 (hppa_frame_chain_valid): Update.
10158 * cris-tdep.c (cris_init_extra_frame_info): Update.
10159 * avr-tdep.c (avr_init_extra_frame_info): Update.
10160 * arm-tdep.c (arm_frame_chain_valid): Update.
10161 (arm_init_extra_frame_info): Update.
10162 (arm_pop_frame): Update.
10163 * frame.c (frame_pc_unwind): Update.
10164 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10165 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10166 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10167 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10168 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10169 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10170
10171 2003-03-10 Andrew Cagney <cagney@redhat.com>
10172
10173 * gdbarch.sh (gdbarch_unwind_pc): New method.
10174 * gdbarch.h, gdbarch.c: Regenerate.
10175 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10176 but use read_pc and FRAME_SAVED_PC as fall backs.
10177 (frame_saved_regs_pc_unwind): Delete function.
10178 (trad_frame_unwinder): Update.
10179 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10180 (struct frame_unwind): Update.
10181 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10182 (dummy_frame_unwind): Update.
10183 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10184 (sentinel_frame_unwinder): Update.
10185 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10186 (d10v_frame_unwind): Update.
10187 (d10v_unwind_pc): New function.
10188 (d10v_gdbarch_init): Set unwind_pc.
10189
10190 2003-03-10 Andrew Cagney <cagney@redhat.com>
10191
10192 * gdbarch.h: Re-generate.
10193
10194 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10195 PC.
10196 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10197 the PC register.
10198
10199 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10200
10201 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10202
10203 2003-03-08 Andrew Cagney <cagney@redhat.com>
10204
10205 * cli-out.c: Update copyright.
10206 (cli_out_data): Define typedef. Use instead of ui_out_data.
10207
10208 2003-03-08 Andrew Cagney <cagney@redhat.com>
10209
10210 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10211 the result.
10212
10213 2003-03-07 Andrew Cagney <cagney@redhat.com>
10214
10215 * gdbarch.sh: Don't generate two macro definitions when an
10216 undefined macro taking no arguments.
10217 * gdbarch.h: Regenerate.
10218
10219 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10220
10221 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10222 (x86_64_unwind_dummy_id): New functions.
10223 (x86_64_init_abi): Register these two new functions.
10224
10225 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10226
10227 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10228 (x86_64_skip_prologue): Move prologue detection to
10229 separate function.
10230 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10231
10232 2003-03-05 Andrew Cagney <cagney@redhat.com>
10233
10234 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10235 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10236 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10237 to use unwind_dummy_id when a dummy frame.
10238 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10239 predicate.
10240 * gdbarch.h, gdbarch.c: Regneerate.
10241
10242 2003-03-05 Andrew Cagney <cagney@redhat.com>
10243
10244 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10245 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10246 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10247 values.
10248
10249 2003-03-05 Andrew Cagney <cagney@redhat.com>
10250
10251 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10252 (struct d10v_unwind_cache): Delete field "frameless". Replace
10253 "next_addr" with "sp_offset". Add "r11_offset".
10254 (d10v_frame_unwind_cache): Update.
10255 (prologue_find_regs): Update. When "mv r11, sp", save the
10256 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10257 RN was saved in r11_offset.
10258
10259 2003-03-05 Andrew Cagney <cagney@redhat.com>
10260
10261 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10262 cached PC value in the next frame.
10263
10264 2003-03-05 Andrew Cagney <cagney@redhat.com>
10265
10266 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10267 "id_unwind_cache" with "id".
10268 (frame_id_unwind): Delete declaration.
10269 * frame.c (frame_id_unwind): Delete function.
10270 (get_prev_frame): Call the frame id unwind method directly. Store
10271 the returned next frame's ID value in NEXT_FRAME. Note that there
10272 is a problem with the wrong unwind ID being called with the wrong
10273 unwind cache.
10274
10275 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10276
10277 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10278
10279 2003-03-05 James Ingham <jingham@apple.com>
10280 Daniel Jacobowitz <drow@mvista.com>
10281
10282 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10283 (auto_cp_abi): New variable.
10284 (current_cp_abi, num_cp_abis): Make static.
10285 (CP_ABI_MAX): Define.
10286 (cp_abis): Turn into an array.
10287 (value_virtual_fn_field): Fix formatting.
10288 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10289 takes a pointer.
10290 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10291 (list_cp_abis, _initialize_cp_abi): New functions.
10292 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10293 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10294 switch_to_cp_abi. Update prototype for register_cp_abi.
10295 * Makefile.in (cp-abi.o): Update dependencies.
10296 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10297 instead of switch_to_cp_abi.
10298 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10299 register_cp_abi.
10300 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10301 register_cp_abi.
10302 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10303
10304 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10305
10306 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10307 * dwarf2loc.c: Include "regcache.h".
10308 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10309 register_size.
10310 * Makefile.in (dwarf2loc.o): Update dependencies.
10311
10312 2003-03-04 Theodore A. Roth <troth@openavr.org>
10313
10314 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10315 number of io registers reported by remote target is not a multiple of
10316 step.
10317
10318 2003-03-04 David Carlton <carlton@math.stanford.edu>
10319
10320 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10321 (lookup_symbol_aux_psymtabs): Update call to
10322 lookup_partial_symbol.
10323 (lookup_transparent_type, find_main_psymtab)
10324 (make_symbol_overload_list): Ditto.
10325
10326 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10327
10328 * MAINTAINERS (Write after approval): Update my email address.
10329
10330 2003-03-03 Andrew Cagney <cagney@redhat.com>
10331
10332 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10333 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10334 predicate. Replace MAX_REGISTER_RAW_SIZE.
10335 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10336 MAX_REGISTER_VIRTUAL_SIZE.
10337 * regcache.c (legacy_max_register_raw_size): New function.
10338 (legacy_max_register_virtual_size): New function.
10339 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10340 (MAX_REGISTER_RAW_SIZE): Define.
10341 (legacy_max_register_raw_size): Declare.
10342 (legacy_max_register_virtual_size): Declare.
10343 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10344 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10345 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10346 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10347 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10348 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10349 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10350 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10351 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10352 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10353 * vax-tdep.c (vax_gdbarch_init): Update.
10354 * v850-tdep.c (v850_gdbarch_init): Update.
10355 * sparc-tdep.c (sparc_gdbarch_init): Update.
10356 * sh-tdep.c (sh_gdbarch_init): Update.
10357 * s390-tdep.c (s390_gdbarch_init): Update.
10358 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10359 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10360 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10361 * mips-tdep.c (mips_gdbarch_init): Update.
10362 * mcore-tdep.c (mcore_gdbarch_init): Update.
10363 * m68k-tdep.c (m68k_gdbarch_init): Update.
10364 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10365 * ia64-tdep.c (ia64_gdbarch_init): Update.
10366 * i386-tdep.c (i386_gdbarch_init): Update.
10367 * hppa-tdep.c (hppa_gdbarch_init): Update.
10368 * h8300-tdep.c (h8300_gdbarch_init): Update.
10369 * frv-tdep.c (frv_gdbarch_init): Update.
10370 * cris-tdep.c (cris_gdbarch_init): Update.
10371 * avr-tdep.c (avr_gdbarch_init): Update.
10372 * arm-tdep.c (arm_gdbarch_init): Update.
10373 * alpha-tdep.c (alpha_gdbarch_init): Update.
10374 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10375 max_register_raw_size or max_register_virtual_size.
10376
10377 2003-03-03 David Carlton <carlton@math.stanford.edu>
10378
10379 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10380 SYMBOL_MATCHES_NAME, add comment.
10381 (SYMBOL_MATCHES_NATURAL_NAME): New.
10382 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10383 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10384 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10385 * symtab.c (lookup_partial_symbol): Use
10386 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10387 unhelpful comment.
10388 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10389 SYMBOL_MATCHES_NAME.
10390 Fix for PR c++/33.
10391
10392 2003-03-03 David Carlton <carlton@math.stanford.edu>
10393
10394 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10395 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10396 by regexp matching against SYMBOL_NATURAL_NAME.
10397
10398 2003-03-03 David Carlton <carlton@math.stanford.edu>
10399
10400 * linespec.c (find_method): Extract code into collect_methods.
10401 (collect_methods): New.
10402
10403 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10404
10405 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10406 get_frame_base.
10407
10408 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10409 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10410
10411 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10412
10413 * arch-utils.c (generic_register_byte): Fix to use the loop index
10414 and not regnum when summing the size of all registers up to regnum.
10415
10416 2003-03-01 Andrew Cagney <cagney@redhat.com>
10417
10418 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10419 FRAME_INIT_SAVED_REGS.
10420 * gdbarch.h, gdbarch.c: Regenerate.
10421 * stack.c (frame_info): Update.
10422 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10423 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10424 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10425 * ns32k-tdep.c (ns32k_pop_frame): Update.
10426 * mips-tdep.c (mips_pop_frame): Update.
10427 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10428 * ia64-tdep.c (ia64_frame_chain): Update.
10429 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10430 (ia64_frameless_function_invocation): Update.
10431 (ia64_init_extra_frame_info): Update.
10432 (ia64_pop_frame_regular): Update.
10433 * frame.h (struct frame_info): Update comment.
10434 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10435 * frame.c (frame_saved_regs_register_unwind): Update.
10436 (frame_saved_regs_register_unwind): Update.
10437 (deprecated_generic_get_saved_register): Update.
10438 * cris-tdep.c: Update comment.
10439 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10440 Rename macro.
10441 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10442 * x86-64-tdep.c (x86_64_init_abi): Update.
10443 * vax-tdep.c (vax_gdbarch_init): Update.
10444 * v850-tdep.c (v850_gdbarch_init): Update.
10445 * sparc-tdep.c (sparc_gdbarch_init): Update.
10446 * sh-tdep.c (sh_gdbarch_init): Update.
10447 * s390-tdep.c (s390_gdbarch_init): Update.
10448 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10449 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10450 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10451 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10452 * mips-tdep.c (mips_gdbarch_init): Update.
10453 * mcore-tdep.c (mcore_gdbarch_init): Update.
10454 * m68k-tdep.c (m68k_gdbarch_init): Update.
10455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10456 * ia64-tdep.c (ia64_gdbarch_init): Update.
10457 * i386-tdep.c (i386_gdbarch_init): Update.
10458 * frv-tdep.c (frv_gdbarch_init): Update.
10459 * avr-tdep.c (avr_gdbarch_init): Update.
10460 * arm-tdep.c (arm_gdbarch_init): Update.
10461 * alpha-tdep.c (alpha_gdbarch_init): Update.
10462
10463 2003-03-01 Andrew Cagney <cagney@redhat.com>
10464
10465 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10466 option enum and switch. When no windows, set the interpreter to
10467 INTERP_CONSOLE.
10468
10469 2003-03-01 Andrew Cagney <cagney@redhat.com>
10470
10471 * main.c (captured_main): Replace magic option characters with an
10472 enum.
10473
10474 2003-03-01 Andrew Cagney <cagney@redhat.com>
10475
10476 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10477 INIT_EXTRA_FRAME_INFO.
10478 * gdbarch.h, gdbarch.c: Regenerate.
10479 * arm-tdep.c: Update comments.
10480 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10481 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10482 * frame.h, avr-tdep.c: Ditto.
10483 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10484 (create_new_frame, legacy_get_prev_frame): Ditto.
10485 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10486 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10487 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10488 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10489 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10490 * v850-tdep.c (v850_gdbarch_init): Ditto.
10491 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10492 * sh-tdep.c (sh_gdbarch_init): Ditto.
10493 * s390-tdep.c (s390_gdbarch_init): Ditto.
10494 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10495 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10496 * mips-tdep.c (mips_gdbarch_init): Ditto.
10497 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10498 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10499 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10500 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10501 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10502 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10503 * frv-tdep.c (frv_gdbarch_init): Ditto.
10504 * cris-tdep.c (cris_gdbarch_init): Ditto.
10505 * avr-tdep.c (avr_gdbarch_init): Ditto.
10506 * arm-tdep.c (arm_gdbarch_init): Ditto.
10507 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10508 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10509
10510 2003-03-01 Andrew Cagney <cagney@redhat.com>
10511
10512 * gdbarch.sh (register_type): New function with predicate.
10513 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10514 * gdbarch.h, gdbarch.c: Re-generate.
10515 * arch-utils.c (generic_register_byte): Use generic_register_size.
10516 (generic_register_size): When available, use
10517 gdbarch_register_type.
10518 * regcache.c (init_regcache_descr): When available, initialize the
10519 register type array using gdbarch_register_type. If the
10520 architecture supplies gdbarch_register_type, do not use the legacy
10521 regcache layout.
10522 * d10v-tdep.c (d10v_register_type): Replace
10523 d10v_register_virtual_type.
10524 (d10v_gdbarch_init): Set register_type instead of
10525 register_virtual_type.
10526
10527 2003-03-01 Andrew Cagney <cagney@redhat.com>
10528
10529 * Makefile.in (ax-gdb.o): Update dependencies.
10530 * ax-gdb.c: Include "regcache.h".
10531 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10532 * findvar.c (value_of_register): Ditto.
10533 * infcmd.c (default_print_registers_info): Ditto.
10534
10535 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10536
10537 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10538 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10539
10540 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10541
10542 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10543 of STREQ.
10544
10545 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10546
10547 * Makefile.in (dwarf2loc.o): Update dependencies.
10548 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10549 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10550 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10551 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10552 (locexpr_tracepoint_var_ref): New function.
10553 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10554
10555 2003-02-28 Andrew Cagney <cagney@redhat.com>
10556
10557 * regcache.c (register_size): New function.
10558 * regcache.h (register_size): Declare
10559 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10560 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10561
10562 2003-02-28 David Carlton <carlton@math.stanford.edu>
10563
10564 * linespec.c (decode_compound): Extract code into find_method.
10565 (find_method): New.
10566
10567 2003-02-28 J. Brobecker <brobecker@gnat.com>
10568
10569 * Makefile.in: Add rules to build and link in observer.o.
10570
10571 2003-02-27 J. Brobecker <brobecker@gnat.com>
10572
10573 * observer.c: Minor comments edits.
10574
10575 2003-02-27 J. Brobecker <brobecker@gnat.com>
10576
10577 * observer.h, observer.c: New file.
10578
10579 2003-02-27 Andrew Cagney <cagney@redhat.com>
10580
10581 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10582
10583 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10584
10585 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10586 (M6812_OP_STS_EXT): Likewise.
10587 (m6811_prologue): Use the above to recognize prologue.
10588 (m6812_prologue): Likewise.
10589
10590 2003-02-27 David Carlton <carlton@math.stanford.edu>
10591
10592 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10593 SYMBOL_PRINT_NAME.
10594 (compare_psymbols): Ditto.
10595 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10596
10597 2003-02-27 Michael Snyder <msnyder@redhat.com>
10598
10599 * f-lang.c (build_fortran_types): New function.
10600 (_initialize_f_language): Gdbarch-register built-in fortran types.
10601 * doublest.c (extract_floating): Fix warning text.
10602
10603 2003-02-27 Andrew Cagney <cagney@redhat.com>
10604
10605 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10606 predicate. Replaces PUSH_DUMMY_FRAME.
10607 * gdbarch.h, gdbarch.c: Regnerate.
10608 * valops.c (hand_function_call): Update. Call
10609 generic_push_dummy_frame directly.
10610 * vax-tdep.c (vax_gdbarch_init): Update.
10611 * sparc-tdep.c (sparc_gdbarch_init): Update.
10612 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10613 * m68k-tdep.c (m68k_gdbarch_init): Update.
10614 * hppa-tdep.c (hppa_gdbarch_init): Update.
10615 * alpha-tdep.c (alpha_gdbarch_init): Update.
10616 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10617 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10618 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10619 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10620 push_dummy_frame to generic_push_dummy_frame.
10621 * v850-tdep.c (v850_gdbarch_init): Ditto.
10622 * sh-tdep.c (sh_gdbarch_init): Ditto.
10623 * s390-tdep.c (s390_gdbarch_init): Ditto.
10624 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10625 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10626 * mips-tdep.c (mips_gdbarch_init): Ditto.
10627 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10628 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10629 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10630 * i386-tdep.c (i386_gdbarch_init): Ditto.
10631 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10632 * frv-tdep.c (frv_gdbarch_init): Ditto.
10633 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10634 * cris-tdep.c (cris_gdbarch_init): Ditto.
10635 * avr-tdep.c (avr_gdbarch_init): Ditto.
10636 * arm-tdep.c (arm_gdbarch_init): Ditto.
10637
10638 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10639
10640 * mips-tdep.c (show_mips_abi): New function.
10641 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10642 command ``show mips abi''.
10643
10644 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10645
10646 From Elena Zannoni <ezannoni@redhat.com>
10647 * dbxread.c (process_one_symbol): Only record line 0 if one or
10648 more sline entries have been seen for the function.
10649
10650 2003-02-26 Michael Chastain <mec@shout.net>
10651
10652 * configure: Regenerate with autoconf 000227.
10653
10654 2003-02-26 Michael Chastain <mec@shout.net>
10655
10656 Close PR build/660.
10657 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10658 for old libc5/glibc.
10659 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10660
10661 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10662
10663 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10664 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10665
10666 2003-02-26 Michael Chastain <mec@shout.net>
10667
10668 * configure.in: New variable HAVE_UINTPTR_T.
10669 * configure, config.in: Regenerated.
10670
10671 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10672
10673 Fix PR build/1097.
10674 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10675
10676 2003-02-25 Andrew Cagney <cagney@redhat.com>
10677
10678 * frame.c (get_prev_frame): Add comment on check for
10679 inside_entry_func. Only check for inside_entry_file when not a
10680 dummy and not a sentinel. Check that the new frame is not inner
10681 to the old frame.
10682
10683 2003-02-25 Andrew Cagney <cagney@redhat.com>
10684
10685 * frame.c (frame_debug): New variable.
10686 (_initialize_frame): Add "set/show debug frame" command.
10687 (get_prev_frame): When frame_debug, print reason why unwind
10688 failed.
10689
10690 2003-02-25 Michael Chastain <mec@shout.net>
10691
10692 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10693 to avoid uintptr_t definition problems.
10694
10695 2003-02-25 David Carlton <carlton@math.stanford.edu>
10696
10697 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10698 (SYMBOL_LINKAGE_NAME): Ditto.
10699 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10700 SYMBOL_LINKAGE_NAME.
10701 (struct general_symbol_info): Expand comment.
10702 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10703 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10704 (SYMBOL_MATCHES_REGEXP): Ditto.
10705 * symtab.c (symbol_natural_name): New function.
10706 * objfiles.h: Replace all uses of SYMBOL_NAME by
10707 DEPRECATED_SYMBOL_NAME.
10708 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10709 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10710 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10711 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10712 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10713 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10714 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10715 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10716 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10717 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10718 * ada-exp.y: Ditto.
10719 * ada-exp.y: Update copyright.
10720 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10721 * cp-valprint.c: Ditto.
10722
10723 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10724
10725 * infptrace.c (detach): Do not flag error if ptrace detach fails
10726 and errno is set to ESRCH.
10727
10728 2003-02-24 Andrew Cagney <cagney@redhat.com>
10729
10730 * infptrace.c (udot_info): Change type of udot_off to long. Use
10731 paddr when printing udot_off's value.
10732
10733 2003-02-24 David Carlton <carlton@math.stanford.edu>
10734
10735 * symtab.c (make_symbol_overload_list): Only read in partial
10736 symtabs containing a matching partial symbol.
10737
10738 2003-02-24 David Carlton <carlton@math.stanford.edu>
10739
10740 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10741 do the comparison, not strcmp.
10742 * symfile.c (compare_psymbols): Ditto.
10743 * defs.h: Declare strcmp_iw_ordered.
10744 * utils.c (strcmp_iw_ordered): New function.
10745
10746 2003-02-24 Jim Blandy <jimb@redhat.com>
10747
10748 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10749 support, shared libs): Remove my name from here, to better reflect
10750 reality.
10751
10752 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10753
10754 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10755 (target_ops): Add to_have_continuable_watchpoint.
10756 * target.c (update_current_target): Add INHERIT line for
10757 to_have_continuable_watchpoint.
10758 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10759 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10760 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10761 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10762
10763 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10764
10765 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10766 maintainership.
10767
10768 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10769
10770 * solib.c (solib_open): Call target defined search function after
10771 failing with solib-search-path.
10772 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10773 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10774
10775 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10776
10777 * MAINTAINERS: Add myself to Write After section.
10778
10779 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10780
10781 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10782
10783 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10784
10785 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10786 (m68hc11_add_reggroups): New function.
10787 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10788 (m68hc11_gdbarch_init): Install the reggroups.
10789 (_initialize_m68hc11_tdep): Initialize them.
10790
10791 2003-02-21 James E Wilson <wilson@tuliptree.org>
10792
10793 * MAINTAINERS: Update my email address.
10794
10795 2003-02-21 David Carlton <carlton@math.stanford.edu>
10796
10797 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10798
10799 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10800
10801 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10802 * symtab.h: Add opaque declarations of struct axs_value and
10803 struct agent_expr.
10804 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10805 (struct location_funcs): New type.
10806 (struct symbol): Add "loc" to aux_value.
10807 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10808 * dwarf2read.c: Include "dwarf2expr.h".
10809 (dwarf2_symbol_mark_computed): New function.
10810 (read_func_scope): Use it.
10811 (var_decode_location): New function.
10812 (new_symbol): Use it.
10813 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10814
10815 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10816 (dwarf2expr_h, dwarf2loc_h): New variables.
10817 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10818 (dwarf2expr.o, dwarf2loc.o): New rules.
10819 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10820 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10821 LOC_COMPUTED_ARG.
10822 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10823 * m2-exp.y (yylex): Likewise.
10824 * printcmd.c (address_info, print_frame_args): Likewise.
10825 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10826 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10827 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10828 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10829 * symtab.c (lookup_block_symbol): Likewise.
10830
10831 2003-02-20 Adam Fedor <fedor@gnu.org>
10832
10833 * symtab.h: Remove objc_specific struct
10834 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10835 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10836 Have language_objc use cplus_specific struct.
10837
10838 2003-02-20 Tom Tromey <tromey@redhat.com>
10839
10840 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10841 TYPE_NAME, when printing a String value. PR java/1075.
10842
10843 2003-02-20 Adam Fedor <fedor@gnu.org>
10844
10845 * objc-lang.h (find_methods): Remove declaration.
10846 * objc-lang.c (find_methods): Make static.
10847
10848 2003-02-20 Christopher Faylor <cgf@redhat.com>
10849
10850 * win32-nat.c (get_image_name): Check return value from
10851 ReadProcessMemory.
10852 (child_xfer_memory): Ditto.
10853
10854 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10855
10856 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10857 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10858 '${exec_prefix}' (in addition to the expansion thereof) as
10859 relocatable.
10860 * configure: Rebuilt.
10861
10862 2003-02-20 David Carlton <carlton@math.stanford.edu>
10863
10864 * symtab.c (search_symbols): Revert the search_symbols part of my
10865 2002-12-23 patch. Add comment.
10866
10867 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10868
10869 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10870 * dbxread.c (elfstab_build_psymtabs): Don't call
10871 install_minimal_symbols.
10872 (stabsect_build_psymtabs): Likewise.
10873 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10874 earlier.
10875 * somread.c (som_symfile_read): Call install_minimal_symbols
10876 and do_cleanups earlier.
10877 * nlmread.c (nlm_symfile_read): Likewise.
10878 * mdebugread.c (elfmdebug_build_psymtabs): Call
10879 install_minimal_symbols and make appropriate cleanups.
10880
10881 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10882
10883 * solib.c (reload_shared_libraries): New function.
10884 (_initialize_solib): Add callbacks for ``set solib-search-path''
10885 and ``set solib-absolute-prefix''.
10886
10887 2003-02-20 David Carlton <carlton@math.stanford.edu>
10888
10889 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10890 expand comment.
10891 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10892 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10893 * ada-typeprint.c (ada_typedef_print): Ditto.
10894 * ax-gdb.c (gen_var_ref): Ditto.
10895 * breakpoint.c (print_one_breakpoint): Ditto.
10896 * buildsym.c (finish_block): Ditto.
10897 * c-valprint.c (c_val_print): Ditto.
10898 * expprint.c (print_subexp): Ditto.
10899 * findvar.c (locate_var_value): Ditto.
10900 * infcmd.c (jump_command): Ditto.
10901 * linespec.c (decode_line_2, decode_compound): Ditto.
10902 * maint.c (maintenance_translate_address): Ditto.
10903 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10904 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10905 Ditto.
10906 * p-valprint.c (pascal_val_print): Ditto.
10907 * stabsread.c (define_symbol): Ditto.
10908 * stack.c (print_frame, frame_info, print_block_frame_locals)
10909 (print_frame_arg_vars, return_command): Ditto.
10910 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10911 * symmisc.c (print_symbol): Ditto.
10912 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10913 (compare_search_syms, print_symbol_info, print_msymbol_info)
10914 (rbreak_command): Ditto.
10915 * tracepoint.c (tracepoints_info): Ditto.
10916 * typeprint.c (typedef_print): Ditto.
10917 * valops.c (value_of_variable, hand_function_call): Ditto.
10918 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10919 * ada-typeprint.c: Update Copyright.
10920 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10921 * tracepoint.c, cli/cli-cmds.c: Ditto.
10922
10923 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10924
10925 * frame.c (generic_unwind_get_saved_register): Make non-static.
10926 * frame.h (generic_unwind_get_saved_register): Declare.
10927 * mips-tdep.c (read_next_frame_reg): Fetch register from
10928 current regcache when frame is NULL.
10929 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10930 that must be NULL.
10931 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10932 instead of frame_register_unwind().
10933
10934 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10935
10936 * remote-sim.c (gdbsim_insert_breakpoint)
10937 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10938 code.
10939
10940 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10941
10942 * remote.c (_initialize_remote): Add commands "set/show remote
10943 hardware-watchpoint-limit" and "set/show remote
10944 hardware-breakpoint-limit".
10945 (remote_hw_watchpoint_limit): Initialize to -1.
10946 (remote_hw_breakpoint_limit): Ditto.
10947 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10948
10949 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10950
10951 * coff-pe-read.c: New file - support reading of minimal symbols from a
10952 portable executable using the export table.
10953 * coff-pe-read.h: New file.
10954 * coffread.c: Include coff-pe-read.h.
10955 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10956 debugging symbols found.
10957 * Makefile.in (SFILES): Add coff-pe-read.o.
10958 (coff_pe_read_h): Define.
10959 (COMMON_OBS): Add coff-pe-read.o.
10960 (coffread.o): Add coff_pe_read_h dependency.
10961 (coff-pe-read.o): New target.
10962
10963 2003-02-19 David Carlton <carlton@math.stanford.edu>
10964
10965 * Makefile.in (SFILES): Add block.c.
10966 (block_h): New.
10967 (COMMON_OBS): Add block.o.
10968 (block.o): New.
10969 (x86-64-tdep.o): Add $(block_h).
10970 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10971 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10972 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10973 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10974 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10975 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10976 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10977 * value.h: Add opaque declaration for struct block.
10978 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10979 * ada-lang.h: Ditto.
10980 * x86-64-tdep.c: #include "block.h"
10981 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10982 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10983 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10984 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10985 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10986 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
10987 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
10988 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
10989 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
10990 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
10991 * symtab.c (block_function): Ditto.
10992 (contained_in): Ditto.
10993 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
10994 block.h. Add opaque declaration for struct block.
10995 * symtab.h: Move block_function and contained_in declarations to
10996 block.h. Add opaque declarations for struct block, struct
10997 blockvector.
10998 (struct block): Move to block.h.
10999 (struct blockvector): Ditto.
11000 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11001 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11002 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11003 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11004 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11005 Ditto.
11006 * block.c: New file.
11007 * block.h: New file.
11008
11009 2003-02-19 Theodore A. Roth <troth@openavr.org>
11010
11011 * avr-tdep.c (avr_extract_return_value): Remove function.
11012 (avr_store_return_value): Remove function.
11013 (avr_extract_struct_value_address): Remove function.
11014 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11015
11016 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11017
11018 * rs6000-tdep.c: Include "gdb_assert.h".
11019 (registers_e500): Add "acc" and "spefscr".
11020 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11021 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11022 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11023 really is "r0".
11024 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11025
11026 2003-02-18 Keith Seitz <keiths@redhat.com>
11027
11028 * Makefile.in: Add gdbtk-interps.c.
11029
11030 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11031
11032 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11033 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11034
11035 2003-02-18 Andrew Cagney <cagney@redhat.com>
11036
11037 * symtab.h (struct objfile): Add opaque declaration.
11038
11039 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11040
11041 From Jim Ingham <jingham@apple.com>:
11042 * dbxread.c (process_one_symbol): Use last_function_start rather
11043 than function_start_offset to find the real beginning of the
11044 current function. The latter is just the text section offset on
11045 some systems, the former is always the real function start.
11046
11047 2003-02-17 Andrew Cagney <cagney@redhat.com>
11048
11049 * configure.in: Revert ${target} != ${host}.
11050
11051 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11052
11053 * configure.in (Makefile): Use the test ${target} != ${host},
11054 instead of the absence of the "nm.h" file, to determine of the
11055 configuration non-native.
11056 * configure: Regenerate.
11057
11058 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11059
11060 From Brian Ford <ford@vss.fsi.com>
11061
11062 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11063 conditionalize tui_active test.
11064 (lookup_cmd_1): Ditto.
11065
11066 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11067
11068 * configure.in: Add check for _etext.
11069 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11070 available.
11071 * config.in, configure: regenerated.
11072
11073 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11074
11075 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11076
11077 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11078
11079 * main.c (tui_version): Delete variable.
11080 (captured_main): When --tui, set interpreter_p to "tui" instead of
11081 enabling tui_version.
11082 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11083 tui_version.
11084 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11085 * cli/cli-cmds.c (disassemble_command): Ditto.
11086 * defs.h (tui_version): Delete declaration.
11087 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11088 (tui-interp.o): Add rules.
11089 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11090
11091 2003-02-14 Christopher Faylor <cgf@redhat.com>
11092
11093 * win32-nat.c (register_loaded_dll): Correctly set address range for
11094 just-loaded dll.
11095
11096 2003-02-12 Jason Molenda (jmolenda@apple.com)
11097
11098 * symmisc.c (print_objfile_statistics): Include information about
11099 the number of psymtabs and symtabs in each object file.
11100
11101 2003-02-13 Keith R Seitz <keiths@redhat.com>
11102
11103 * main.h (struct captured_main_args): Add interpreter_p.
11104 * main.c (captured_main): Initialize interpreter_p from context.
11105 * gdb.c (main): Set interpreter_p argument.
11106 * Makefile.in (gdb.o): Add dependency for interps.h.
11107
11108 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11109
11110 * event-top.c (cli_command_loop): Delete declaration.
11111 (_initialize_event_loop): Delete function setting event_loop_hook.
11112 * event-top.h (cli_command_loop): Declare. Update copyright.
11113 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11114 * interps.c (current_interp_command_loop): When event_loop_p, call
11115 cli_command_loop.
11116
11117 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11118
11119 * interps.h (interp_command_loop_ftype): Change return type to
11120 void.
11121
11122 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11123
11124 * x86-64-tdep.c (x86_64_extract_return_value)
11125 (x86_64_store_return_value): Use regcache instead of regbuf.
11126 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11127 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11128
11129 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11130
11131 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11132 * aclocal.m4: Regenerate.
11133 * configure: Regenerate.
11134
11135 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11136 TCL_LD_SEARCH_FLAGS.
11137
11138 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11139
11140 * dwarf2cfi.c: Reindented.
11141
11142 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11143
11144 * interps.c (clear_interpreter_hooks): Convert function definition
11145 to ISO C.
11146
11147 2003-02-07 David Carlton <carlton@math.stanford.edu>
11148
11149 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11150
11151 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11152
11153 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11154 (struct type): ...to here.
11155 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11156 field.
11157 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11158 (replace_type): Set length on all type variants for a given type.
11159
11160 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11161
11162 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11163 <sys/stat.h>.
11164 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11165
11166 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11167
11168 * Makefile.in (symm-nat.o): Update dependencies.
11169 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11170 (lynx-nat.o, ia64-linux-nat.): Ditto.
11171 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11172 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11173 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11174
11175 * Makefile.in (inflow_h): Define.
11176 (procfs.o, inflow.o, procfs.o): Update dependencies.
11177 * inftarg.c (child_stop): Delete extern declaration of
11178 inferior_process_group. Include "inflow.h".
11179 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11180 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11181 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11182 (our_process_group, inferior_process_group): Extern declarations.
11183
11184 * procfs.c: Include "gdb_assert.h".
11185
11186 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11187 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11188 * jv-typeprint.c (java_type_print_base): Ditto.
11189 * typeprint.c (typedef_print): Eliminate STREQ.
11190 * cli/cli-script.c (define_command, define_command): Ditto.
11191 * main.c (captured_main): Ditto.
11192 * values.c (lookup_internalvar): Ditto.
11193 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11194 within `if' conditional.
11195 * linespec.c (decode_line_2): Ditto.
11196 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11197 (bfd_openw_with_cleanup): Ditto.
11198
11199 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11200
11201 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11202 legacy_extract_return_value and store_return_value to
11203 legacy_return_value.
11204
11205 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11206
11207 * win32-nat.c (get_relocated_section_addrs): New function. Find
11208 section load addresses for symbol handling in relocated DLLs.
11209 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11210
11211 2003-02-05 Fred Fish <fnf@intrinsity.com>
11212
11213 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11214 '=' and '!='.
11215 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11216 with '&' and '=='.
11217 (angel_RDI_info): Ditto.
11218 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11219 with '&' and '!='.
11220 (threads_continue_all_with_signals): Ditto.
11221
11222 2003-02-05 Jim Ingham <jingham@apple.com>
11223 Keith Seitz <keiths@redhat.com>
11224 Elena Zannoni <ezannoni@redhat.com>
11225 Andrew Cagney <ac131313@redhat.com>
11226
11227 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11228 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11229 (SUBDIR_MI_OBS): Add "mi-interp.o".
11230 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11231 (SFILES): Add "interps.c".
11232 (COMMON_OBS): Add "interps.o".
11233 (interps_h, mi_main_h): Define.
11234 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11235 (mi-main.o, main.o, event-top.o): Update dependencies.
11236 * cli/cli-interp.c: New file.
11237 * interps.h, interps.c: New files.
11238 * top.c: (gdb_init): Don't install the default interpreter, handed
11239 by captured_main.
11240 * main.c: Include "interps.h".
11241 (interpreter_p): Note that it should malloc'ed.
11242 (captured_command_loop): Call current_interp_command_loop.
11243 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11244 xfree and xstrdup when updating interpreter_p. Install the
11245 default interpreter. Add hack to stop mi1's copyright notice
11246 being encoded.
11247 * event-top.h (gdb_setup_readline): Declare.
11248 (gdb_disable_readline): Declare.
11249 * event-top.c: Include "interps.h".
11250 (display_gdb_prompt): Call current_interp_display_prompt_p.
11251 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11252 gdb_stdlog, and gdb_stdtarg.
11253 (_initialize_event_loop): Don't call gdb_setup_readline.
11254 * cli-out.c (cli_out_set_stream): New function.
11255 * cli-out.h (cli_out_set_stream): Declare.
11256
11257 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11258
11259 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11260 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11261 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11262 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11263 config/i386/i386v42mp.mt: Removed.
11264
11265 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11266
11267 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11268 GDB_OSABI_SOLARIS.
11269
11270 2003-02-05 Michael Chastain <mec@shout.net>
11271
11272 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11273 2.12.1 and earlier versions.
11274
11275 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11276
11277 Remove orphaned hosts, targets and files.
11278 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11279 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11280 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11281 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11282 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11283 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11284 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11285 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11286 * config/sparc/tm-sp64sim.h: Delete.
11287 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11288 hosts.
11289 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11290 mips*-dec-mach3* targets.
11291
11292 2003-02-04 Michael Chastain <mec@shout.net>
11293
11294 * NEWS: Fix typo: sepcifying -> specifying.
11295
11296 2003-02-04 Michael Chastain <mec@shout.net>
11297
11298 * dwarfread.c: Add documentation on the state of dwarf-1,
11299 looking towards obsoletion.
11300
11301 2003-02-03 Michael Chastain <mec@shout.net>
11302
11303 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11304 gdb/testsuite/gdb.c++/pr-1023.exp.
11305
11306 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11307
11308 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11309 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11310
11311 * utils.c (init_page_info): Delete reference to MPW in comments.
11312 * main.c (captured_main): Delete #ifdef MPW.
11313
11314 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11315
11316 * NEWS: Note that the m32r-*-elf* is obsolete.
11317 * monitor.c (monitor_expect): Obsolete reference to m32r.
11318 * configure.tgt: Mark m32r-*-elf* as obsolete.
11319 * MAINTAINERS: Mark m32k as obsolete.
11320 * m32r-rom.c: Obsolete file.
11321 * config/m32r/m32r.mt: Obsolete file.
11322 * config/m32r/tm-m32r.h: Obsolete file.
11323 * m32r-stub.c: Obsolete file.
11324 * m32r-tdep.c: Obsolete file.
11325
11326 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11327
11328 * NEWS: Mention that the z8k-zilog-none is obsolete.
11329 * MAINTAINERS: Mark z8k as obsolete.
11330 * configure.tgt: Obsolete the z8k-*-coff* target.
11331 * config/z8k/z8k.mt: Obsolete file.
11332 * config/z8k/tm-z8k.h: Obsolete file.
11333 * z8k-tdep.c: Obsolete file.
11334
11335 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11336
11337 * NEWS: Mention that the mn10200-elf is obsolete.
11338 * configure.tgt: Obsolete mn10200-*-* target.
11339 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11340 mention that the mn10200 is obsolete.
11341 * breakpoint.h: Ditto.
11342 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11343 * config/mn10200/mn10200.mt: Obsolete file.
11344 * config/mn10200/tm-mn10200.h: Obsolete file.
11345 * mn10200-tdep.c: Obsolete file.
11346
11347 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11348
11349 * MAINTAINERS: Mark h8500 as obsolete.
11350 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11351 * findvar.c (value_from_register): Ditto.
11352 * h8500-tdep.c: Mark file as obsolete.
11353 * config/h8500/h8500.mt: Ditto.
11354 * config/h8500/tm-h8500.h: Ditto.
11355 * NEWS: Mention that h8500 is obsolete.
11356
11357 2003-02-04 David Carlton <carlton@math.stanford.edu>
11358
11359 * objfiles.c (allocate_objfile): Always set name. Add comment at
11360 start of function.
11361 * jv-lang.c (get_dynamics_objfile): Add comment.
11362
11363 2003-02-04 David Carlton <carlton@math.stanford.edu>
11364
11365 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11366 * printcmd.c (build_address_symbolic): Replace uses of
11367 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11368 SYMBOL_NAME, and asm_demangle.
11369 Update copyright.
11370
11371 2003-02-04 David Carlton <carlton@math.stanford.edu>
11372
11373 * linespec.c (decode_compound): Extract code into
11374 lookup_prefix_sym.
11375 (lookup_prefix_sym): New function.
11376
11377 2003-02-04 David Carlton <carlton@math.stanford.edu>
11378
11379 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11380 FLOAT_COERCION_BADNESS.
11381 * gdbtypes.c (rank_one_type): Replace all uses of
11382 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11383
11384 2003-02-04 Jim Blandy <jimb@redhat.com>
11385
11386 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11387 section, let dwarf_macinfo_section point to it, not
11388 dwarf_loc_section.
11389
11390 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11391
11392 Pointed out by Anton Blanchard <anton@samba.org>.
11393 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11394 (ppc_linux_at_sigtramp_return_path): Use it.
11395
11396 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11397
11398 * defs.h (streq): Add prototype.
11399 * utils.c (streq): New function.
11400
11401 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11402 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11403 * mdebugread.c (new_symbol): Likewise.
11404 * stabsread.c (define_symbol): Likewise.
11405 * coffread.c (process_coff_symbol): Likewise.
11406 * dwarfread.c (new_symbol): Likewise.
11407
11408 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11409 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11410 here.
11411 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11412 SYMBOL_INIT_DEMANGLED_NAME.
11413 * objfiles.c: Include "hashtab.h".
11414 (allocate_objfile): Call htab_set_functions_ex for the
11415 demangled_names_hash.
11416 (free_objfile): Call htab_delete for the demangled_names_hash.
11417 * objfiles.h (struct htab): Add declaration.
11418 (struct objfile): Add demangled_names_hash.
11419 * symfile.c: Include "hashtab.h".
11420 (reread_symbols): Call htab_delete for the demangled_names_hash.
11421 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11422 SYMBOL_NAME in the bcache.
11423 * symtab.c: Include "hashtab.h". Update comments.
11424 (create_demangled_names_hash, symbol_set_names): New functions.
11425 (symbol_find_demangled_name): New function, broken out from
11426 symbol_init_demangled_names.
11427 (symbol_init_demangled_names): Use it.
11428 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11429 (SYMBOL_SET_NAMES): New macro.
11430 (symbol_set_names): Add prototype.
11431
11432 2003-02-03 Jim Blandy <jimb@redhat.com>
11433
11434 Use a single, consistent representation for an empty minimal
11435 symbol table in an objfile.
11436 * objfiles.c (terminate_minimal_symbol_table): New function.
11437 (allocate_objfile): Call it.
11438 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11439 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11440 non-NULL.
11441 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11442 objfile has minimal symbols, compare minimal_symbol_count to zero,
11443 instead of comparing msymbols with NULL.
11444 * objfiles.c (have_minimal_symbols): Same.
11445 * solib-sunos.c (solib_add_common_symbols): Call
11446 terminate_minimal_symbol_table.
11447 * symfile.c (reread_symbols): Same.
11448
11449 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11450
11451 * s390-tdep.c (s390_address_class_type_flags)
11452 (s390_address_class_type_flags_to_name)
11453 (s390_address_class_name_to_type_flags): New functions.
11454 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11455 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11456
11457 2003-02-03 Michael Snyder <msnyder@redhat.com>
11458
11459 * arm-tdep.c: Fix spell-o in comment.
11460
11461 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11462
11463 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11464 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11465 error messages to contain BFD filename.
11466
11467 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11468
11469 Fix PR gdb/742 gdb/743 gdb/877
11470 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11471 (do_mixed_source_and_assembly): Use
11472 make_cleanup_ui_out_tuple_begin_end and
11473 make_cleanup_ui_out_tuple_begin_end.
11474 (do_mixed_source_and_assembly): Ditto.
11475 * thread.c (do_captured_list_thread_ids): Ditto.
11476 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11477 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11478 ui_out_tuple_end): Delete prototypes.
11479 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11480 ui_out_list_end, ui_out_tuple_end): Delete.
11481
11482 From Kevin Buettner <kevinb@redhat.com>:
11483 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11484 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11485 (do_cleanup_table_end): New functions.
11486 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11487 Use cleanups to invoke_ui_out_tuple_end().
11488 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11489 * cli/cli-setshow.c (cmd_show_list): Use
11490 make_cleanup_ui_out_tuple_begin_end.
11491
11492 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11493
11494 * frame.c (frame_unwind_register): New function.
11495 (frame_unwind_unsigned_register): Use.
11496 (frame_unwind_signed_register): Use.
11497 (frame_read_register): New function.
11498 * frame.h (frame_unwind_register): Declare.
11499 (frame_read_register): Declare.
11500
11501 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11502 and frame_unwind_register instead of read_memory, write_register
11503 and deprecated_write_register_bytes.
11504
11505 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11506
11507 * frame.h: Note that namelen can be negative.
11508 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11509 NAME's length.
11510
11511 * NEWS: Mention that the d10v's `regs' command is deprecated.
11512 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11513 (d10v_print_registers_info): New function.
11514 (show_regs): Call d10v_print_registers_info.
11515 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11516
11517 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11518
11519 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11520 lost in the previous patch.
11521
11522 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11523
11524 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11525 * stack.c (print_frame_info_base): Output complete FRAME tuple
11526 for synthesized frames.
11527
11528 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11529
11530 * mips-nat.c (zerobuf): Delete.
11531 (fetch_inferior_registers): Alloc local zerobuf.
11532 (fetch_core_registers): Alloc local zerobuf.
11533 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11534 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11535 * thread-db.c (thread_db_store_registers): Ditto.
11536 * sh-tdep.c (sh_do_register): Ditto.
11537 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11538 * remote-sim.c (gdbsim_store_register): Ditto.
11539 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11540 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11541 * monitor.c (monitor_supply_register): Ditto.
11542 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11543 * mips-nat.c (fetch_inferior_registers): Ditto.
11544 * m68klinux-nat.c (fetch_register): Ditto.
11545 * lynx-nat.c (fetch_inferior_registers): Ditto.
11546 (fetch_inferior_registers): Ditto.
11547 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11548 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11549 (hpux_thread_store_registers): Ditto.
11550 * hppah-nat.c (fetch_register): Ditto.
11551 * hppab-nat.c (fetch_register): Ditto.
11552 * hppa-tdep.c (pa_register_look_aside): Ditto.
11553 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11554 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11555
11556 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11557
11558 * gdbarch.sh: Explictly specify all method levels. When a
11559 variable with an empty level, provide a non-multi-arch default.
11560 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11561 * gdbarch.h: Re-generate.
11562 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11563 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11564
11565 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11566
11567 * defs.h (host_pointer_to_address): Delete declaration.
11568 (address_to_host_pointer): Delete declaration.
11569 * utils.c (host_pointer_to_address): Delete function.
11570 (address_to_host_pointer): Delete function.
11571 * procfs.c (procfs_address_to_host_pointer): New function.
11572 * procfs.c (proc_set_watchpoint): Use.
11573 (procfs_can_use_hw_breakpoint): Update comments.
11574 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11575 (som_solib_add): Use.
11576 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11577 * hppa-tdep.c (unwind_command): Use.
11578
11579 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11580
11581 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11582 strlen d_name.
11583
11584 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11585 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11586 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11587 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11588 (define_symbol): Update.
11589 * symfile.c (generic_load): Remove references to nindy.
11590 * symtab.c: Remove references to nindy.
11591
11592 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11593
11594 * infcmd.c (print_float_info): Delete code conditional on
11595 FLOAT_INFO.
11596 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11597 * config/m68k/nm-apollo68b.h: Ditto.
11598 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11599 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11600 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11601
11602 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11603
11604 * config/i386/tm-i386os9k.h: Removed.
11605
11606 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11607 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11608 they're identical to i[3456]86-*-sysv* now.
11609 * config/i386/i386v32.mh: Removed.
11610 * config/i386/xm-i386v32.h: Removed.
11611 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11612
11613 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11614
11615 * config/i386/i386dgux.mh: Removed.
11616 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11617
11618 * configure.in: Fix typo.
11619 * configure: Regenerated.
11620
11621 2003-01-31 David Carlton <carlton@math.stanford.edu>
11622
11623 * dwarf2read.c (dwarf2_locate_sections): Set
11624 dwarf_ranges_section.
11625
11626 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11627
11628 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11629 * utils.c: Update comments documenting legitimate uses of PTR.
11630
11631 * utils.c: Re-indent.
11632
11633 * config/djgpp/fnchange.lst: Delete nindy files.
11634 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11635 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11636 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11637 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11638 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11639 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11640 * Makefile.in (init.c): Remove nindy references.
11641 (saber_gdb): Delete rule.
11642 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11643 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11644 and a68v-nat.c.
11645 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11646 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11647 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11648 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11649 nindy-share/stop.h.
11650 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11651 * saber.suppress: Delete file.
11652
11653 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11654
11655 * dbxread.c (stabs_data): New static variable.
11656 (fill_symbuf): Support an in-memory buffer for stabs data.
11657 (stabs_seek): New function.
11658 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11659 (read_ofile_symtab): Use stabs_seek.
11660 (elfstab_build_psymtabs): Take an asection* instead of
11661 an offset and size. Relocate the stabs data if necessary.
11662 Save the section* for dbx_psymtab_to_symtab.
11663 * dwarf2read.c: Add section variables for each debug section.
11664 (dwarf2_locate_sections): Fill them in.
11665 (dwarf2_read_section): Take an asection* argument.
11666 Relocate the section contents if necessary.
11667 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11668 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11669 it to dwarf2_read_section.
11670 (dwarf2_build_frame_info): Update callers.
11671 * elfread.c (elf_symfile_read): Update call to
11672 elfstab_build_psymtabs.
11673 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11674 (DBX_STAB_SECTION): New macro.
11675 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11676 * symfile.c (symfile_dummy_outputs): New function.
11677 (symfile_relocate_debug_section): New function.
11678 * symfile.h (symfile_relocate_debug_section): Add prototype.
11679
11680 2003-01-31 Richard Henderson <rth@redhat.com>
11681
11682 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11683 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11684 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11685 * alpha-tdep.c (alpha_register_name): Add "unique".
11686 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11687 (ALPHA_UNIQUE_REGNUM): New.
11688 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11689
11690 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11691
11692 * README: Remove reference to Ericsson 1800 monitor.
11693 * Makefile.in (remote-es.o): Delete rule.
11694 (ALLDEPFILES): Delete remote-es.c.
11695 * remote-es.c: Delete file.
11696 * config/m68k/es1800.mt: Delete file.
11697 * config/djgpp/fnchange.lst: Update.
11698 * configure.tgt: Delete m68*-ericsson-* target.
11699
11700 2003-01-31 Adam Fedor <fedor@gnu.org>
11701
11702 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11703 Remove duplicate/shadowing variable of same name.
11704
11705 2003-01-30 Jim Blandy <jimb@redhat.com>
11706
11707 * symfile.c (find_separate_debug_file): Assert that the objfile's
11708 directory name we compute ends with a slash, and then assume that
11709 that's so everywhere we use it.
11710
11711 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11712
11713 * valops.c (value_assign): Flush frame cache after stores to memory
11714 also.
11715
11716 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11717
11718 * Makefile.in (mon960-rom.o): Delete rule.
11719 * mon960-rom.c: Delete file.
11720
11721 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11722
11723 * d10v-tdep.c: Include "frame-unwind.h".
11724 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11725 list.
11726 (next_addr, uses_frame): Delete.
11727 (struct d10v_unwind_cache): Define.
11728 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11729 Use info instead of next_addr and uses_frame globals.
11730 (d10v_frame_init_saved_regs): Delete function.
11731 (d10v_init_extra_frame_info): Delete function.
11732 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11733 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11734 init_frame_pc or frame_saved_pc.
11735 (d10v_pop_frame): Delete function.
11736 (do_d10v_pop_frame): Delete function.
11737 (d10v_frame_chain): Delete function.
11738 (d10v_frame_chain_valid): Delete function.
11739 (d10v_frame_pc_unwind): New function.
11740 (d10v_frame_id_unwind): New function.
11741 (saved_regs_unwinder): New function.
11742 (d10v_frame_register_unwind): New function.
11743 (d10v_frame_pop): New function.
11744 (d10v_frame_unwind): New variable.
11745 (d10v_frame_p): New function.
11746 (d10v_frame_saved_pc): Delete function.
11747 * Makefile.in (d10v-tdep.o): Update dependencies.
11748
11749 2003-01-30 J. Brobecker <brobecker@gnat.com>
11750
11751 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11752 causing some regressions due to a change in the default value
11753 for this macro.
11754
11755 2003-01-29 Richard Henderson <rth@redhat.com>
11756 Elena Zannoni <ezannoni@redhat.com>
11757 Daniel Jacobowitz <drow@mvista.com>
11758
11759 Fix PR gdb/961.
11760 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11761 variables.
11762 (RANGES_SECTION): New.
11763 (dwarf_ranges_buffer): New variable.
11764 (struct comp_unit_head): Add member "die".
11765 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11766 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11767 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11768 (dwarf2_locate_sections): Likewise.
11769 (dwarf2_build_psymtabs): Read .debug_ranges.
11770 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11771 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11772 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11773 Look for DW_AT_ranges and return the bounding box.
11774
11775 2003-01-29 Brian Ford <ford@vss.fsi.com>
11776
11777 * win32-nat.c (cygwin_pid): Removed as unused.
11778 (child_attach): Try fall back to Cygwin pid.
11779
11780 2003-01-29 Jim Blandy <jimb@redhat.com>
11781
11782 * objfiles.h (struct objfile): Doc fix.
11783
11784 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11785
11786 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11787 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11788 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11789 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11790 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11791 (FRAME_SAVED_PC): Change to a function with predicate.
11792 * gdbarch.h, gdbarch.c: Re-generate.
11793
11794 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11795
11796 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11797
11798 * complaints.c (complain): Delete function.
11799 * complaints.h (struct deprecated_complaint): Delete definition.
11800 (complain): Delete declaration.
11801
11802 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11803
11804 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11805 dummy frames.
11806
11807 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11808
11809 * sentinel-frame.h, sentinel-frame.c: New files.
11810 * Makefile.in (frame.o): Update dependencies.
11811 (SFILES): Add sentinel-frame.c.
11812 (sentinel_frame_h): Define.
11813 (COMMON_OBS): Add sentinel-frame.o.
11814 (sentinel-frame.o): Specify dependencies.
11815 * frame.c: Include "sentinel-frame.h".
11816 (frame_register_unwind): Rewrite assuming that there is always a a
11817 ->next frame.
11818 (frame_register, generic_unwind_get_saved_register): Ditto.
11819 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11820 (create_sentinel_frame, unwind_to_current_frame): New functions.
11821 (get_current_frame): Rewrite using create_sentinel_frame and
11822 unwind_to_current_frame. When possible, always create a frame.
11823 (create_new_frame): Set next to the sentinel frame.
11824 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11825 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11826 ID cache when necessary.
11827 (frame_saved_regs_id_unwind): Use frame_relative_level.
11828 (deprecated_generic_get_saved_register): Use frame_relative_level,
11829 get_frame_saved_regs, get_frame_pc, get_frame_base and
11830 get_next_frame.
11831 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11832 frame_register.
11833
11834 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11835
11836 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11837
11838 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11839
11840 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11841 (maintenance_set_profile_cmd): Use error () instead of warning ().
11842
11843 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11844
11845 * configure.in: Check that -pg works if using --enable-profiling.
11846 Check for monstartup and _mcleanup regardless of --enable-profiling.
11847 * maint.c: Check for monstartup and _mcleanup before using them.
11848 * config.in: Regenerated.
11849 * configure: Regenerated.
11850
11851 2003-01-24 Nick Clifton <nickc@redhat.com>
11852
11853 * Add sh2e support:
11854
11855 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11856
11857 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11858 (sh2e_show_regs): New.
11859 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11860 * config/sh/tm-sh.h: Added sh2e to comments.
11861
11862 2003-01-23 Jim Blandy <jimb@redhat.com>
11863
11864 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11865 symbols found)" message here; we haven't checked for a separate
11866 debug info file yet, so we don't know yet.
11867 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11868 we've looked everywhere. Also, there's no need to print a special
11869 message when we're loading the separate debug info file: the one
11870 symbol_file_add prints is fine.
11871
11872 2003-01-23 Alexander Larsson <alexl@redhat.com>
11873 Jim Blandy <jimb@redhat.com>
11874
11875 Add support for executables whose debug info has been separated
11876 out into a separate file, leaving only a link behind.
11877 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11878 and separate_debug_objfile_backlink.
11879 (put_objfile_before): New declaration.
11880 * symfile.c: #include "filenames.h".
11881 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11882 debug info in a separate file, read that, too. Save the addrs
11883 argument, so we can use it again to read the separated debug info;
11884 syms_from_objfile modifies the table we pass it.
11885 (reread_symbols): After re-reading an objfile, call
11886 reread_separate_symbols to refresh its separate debug info
11887 objfile, if it has one.
11888 (reread_separate_symbols, find_separate_debug_file,
11889 get_debug_link_info, separate_debug_file_exists): New functions.
11890 (debug_file_directory): New global var.
11891 (_initialize_symfile): Initialize debug_file_directory, and
11892 provide the new `set debug-file-directory' command to let the user
11893 change it.
11894 * objfiles.c (free_objfile): If this objfile has its debug info in
11895 a separate objfile, free that one too. If this is itself a
11896 separate debug info objfile, clear our parent's backlink.
11897 (put_objfile_before): New function.
11898 * utils.c (gnu_debuglink_crc32): New function.
11899 * defs.h (gnu_debuglink_crc32): New declaration.
11900 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11901 * configure.in: Handle --with-separate-debug-dir config option.
11902 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11903 * acconfig.h (DEBUGDIR): New macro.
11904 * configure, aclocal.m4, config.in: Regenerated.
11905
11906 2003-01-22 Jim Blandy <jimb@redhat.com>
11907
11908 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11909 like the old symbol_file_add, but taking new arguments: you can
11910 now pass in either a `struct section_addr_info' list to say where
11911 each section is loaded, or a `struct section_offsets' table. Pass
11912 these new arguments through to syms_from_objfile as appropriate.
11913 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11914 with the appropriate quiescent values for the new arguments.
11915
11916 * symfile.c: #include "gdb_assert.h".
11917 (syms_from_objfile): Add the ability to pass in a section offset
11918 table directly, as an alternative to the section_addr_info table.
11919 Document arguments better.
11920 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11921 * symfile.h (syms_from_objfile): Update declaration.
11922 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11923 syms_from_objfile.
11924 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11925
11926 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11927
11928 Original patch by Tom Tromey <tromey@cygnus.com> and
11929 Jason Molenda <jmolenda@apple.com>.
11930 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11931 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11932 * NEWS: Mention profiling.
11933 * configure.in (--enable-gdbtk): Fix typo.
11934 (--enable-profiling): New. Set PROFILE_CFLAGS.
11935 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11936 Fill in function.
11937 (profiling_state): New variable.
11938 (mcleanup_wrapper): New function.
11939 (_initialize_maint): Remove NOTYET, fix call to
11940 add_setshow_boolean_cmd for "maint set profile".
11941 * configure: Regenerated.
11942
11943 2003-01-21 Martin M. Hunt <hunt@redhat.com>
11944
11945 * Makefile.in (install-gdbtk): Install PNG images too.
11946
11947 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11948
11949 * exec.c (text_start): Delete global variable.
11950 (exec_file_attach): Make text_start local to the function.
11951 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11952 * valops.c (hand_function_call): Delete code that handles
11953 BEFORE_TEXT_END and AFTER_TEXT_END.
11954 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11955 of CALL_DUMMY_LOCATION.
11956 * gdbarch.c: Regenerate.
11957 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11958 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11959 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11960 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11961 (text_end): Delete extern declaration.
11962
11963 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11964
11965 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11966 * blockframe.c (backtrace_below_main): Move to "frame.c".
11967 (frame_chain_valid): Delete check for backtrace_below_main.
11968 (_initialize_blockframe): Delete initialization, move ``set
11969 backtrace-below-main'' command to "frame.c".
11970 (do_flush_frames_sfunc): Delete function.
11971 * frame.c: Include "command.h" and "gdbcmd.h".
11972 (frame_type_from_pc): New function.
11973 (create_new_frame): Use frame_type_from_pc.
11974 (legacy_get_prev_frame): New function.
11975 (get_prev_frame): Rewrite. When an old style frame, call
11976 legacy_get_prev_frame. Otherwize, unwind the PC first.
11977 (_initialize_frame): Add ``set backtrace-below-main'' command.
11978 * Makefile.in (frame.o): Update dependencies.
11979
11980 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11981
11982 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11983 DEPRECATED_REGISTERS_INFO.
11984
11985 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11986
11987 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
11988 Maintainers'. Update `Various Maintainers'.
11989
11990 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11991
11992 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
11993 * gdbarch.sh (POP_FRAME): Change to function with predicate.
11994 Suppress actual parameters when `-'.
11995 * gdbarch.h, gdbarch.c: Regenerate.
11996
11997 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11998
11999 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12000 code handling dummy frames.
12001
12002 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12003
12004 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12005 (struct frame_unwind): Add field pop.
12006 * frame.h (frame_pop): Declare.
12007 * frame.c (frame_saved_regs_pop): New function.
12008 (trad_frame_unwinder): Add frame_saved_regs_pop.
12009 (frame_pop): New function.
12010 * dummy-frame.c (dummy_frame_pop): New function.
12011 (discard_innermost_dummy): New function.
12012 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12013 (dummy_frame_unwind): Add dummy_frame_pop.
12014 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12015 * valops.c (hand_function_call): Ditto.
12016 * stack.c (return_command): Ditto.
12017
12018 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12019
12020 * cris-tdep.c: Fix function declaration indentation.
12021 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12022 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12023 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12024 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12025 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12026 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12027
12028 2003-01-18 Michael Chastain <mec@shout.net>
12029
12030 * README (Unpacking and Installation -- quick overview):
12031 Warn against ".../gdb-5.3/gdb/configure".
12032
12033 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12034
12035 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12036 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12037 (struct frame_unwind): Declare opaque.
12038 (dummy_frame_p): Declare function.
12039 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12040 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12041 * dummy-frame.c: Include "frame-unwind.h".
12042 (dummy_frame_p): New function.
12043 (dummy_frame_unwind): New variable.
12044 * frame.c: Include "frame-unwind.h".
12045 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12046 to use the new unwind field.
12047 (set_unwind_by_pc): Delete function.
12048 (create_new_frame, get_prev_frame): Set unwind field using
12049 frame_unwind_find_by_pc.
12050 (trad_frame_unwind, trad_frame_unwinder): New variables.
12051 * frame.h (trad_frame_unwind): Declare variable.
12052 (frame_id_unwind_ftype): Delete declaration.
12053 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12054 (struct frame_unwind): Declare opaque.
12055 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12056 register_unwind with a single unwind pointer.
12057 * frame-unwind.h, frame-unwind.c: New files.
12058 * Makefile.in (SFILES): Add frame-unwind.c.
12059 (frame_unwind_h): Define.
12060 (COMMON_OBS): Add frame-unwind.o.
12061 (frame-unwind.o): Specify dependencies.
12062 (frame.o, dummy-frame.o): Update dependencies.
12063
12064 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12065
12066 * ada-valprint.c: Eliminate PTR.
12067 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12068 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12069 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12070 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12071 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12072 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12073 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12074
12075 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12076
12077 * main.c (captured_main): Don't use PTR.
12078 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12079 * gdbtypes.c (lookup_primitive_typename): Ditto.
12080 (lookup_struct_elt_type): Ditto.
12081 * f-valprint.c (info_common_command): Ditto.
12082 (list_all_visible_commons): Ditto.
12083 * jv-typeprint.c (java_type_print_base): Ditto.
12084
12085 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12086 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12087 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12088 i386-interix-nat.c and i386-interix-tdep.c. Rename
12089 m68klinux-nat.c and m68klinux-tdep.c. Rename
12090 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12091 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12092 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12093 * main.c (captured_main): Use xfree, not free.
12094
12095 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12096
12097 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12098 ID back using a parameter.
12099 * frame.c (frame_id_unwind): Update call.
12100 (frame_saved_regs_id_unwind): Update.
12101 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12102 * dummy-frame.h (struct frame_id): Add opaque declaration.
12103 (dummy_frame_id_unwind): Update declaration.
12104
12105 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12106
12107 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12108
12109 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12110
12111 * MAINTAINERS (Stephen P. Smith): Updated email address.
12112
12113 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12114
12115 Fix PR gdb/898
12116 * breakpoint.c (until_break_command): Add new argument. Use it to
12117 decide whether to stop only at the current frame or not.
12118 * breakpoint.h (until_break_command): Update prototype.
12119 * infcmd.c (until_command): Add new argument to until_break_command
12120 call.
12121 (advance_command): New function.
12122 (_initialize_infcmd): Update help string for 'until' command.
12123 Add new 'advance' command.
12124
12125 2003-01-14 David Carlton <carlton@math.stanford.edu>
12126
12127 * linespec.c (decode_line_1): Normalize comments.
12128 (set_flags): Ditto.
12129 (locate_first_half): Ditto.
12130 (decode_compound): Ditto.
12131 (symtab_from_filename): Ditto.
12132 (decode_all_digits): Ditto.
12133 (decode_dollar): Ditto.
12134 (find_methods): Ditto.
12135 (find_toplevel_char): Ditto.
12136
12137 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12138
12139 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12140 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12141 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12142 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12143 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12144 * language.c, language.h, m32r-tdep.c: Update copyright.
12145 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12146 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12147 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12148 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12149 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12150 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12151
12152 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12153
12154 * stabsread.h (process_later, resolve_cfront_continuation):
12155 Obsolete.
12156 Update copyright years.
12157 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12158 Update copyright year.
12159 * dbxread.c(struct cont_elem): Obsolete.
12160 (process_later, process_now): Obsolete functions.
12161 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12162 Update copyright year.
12163 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12164 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12165 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12166 (parse_partial_symbols): Obsolete cfront support.
12167 * stabsread.c
12168 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12169 macros.
12170 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12171 read_cfront_baseclasses, read_cfront_member_functions,
12172 resolve_cfront_continuation,read_cfront_static_fields,
12173 copy_cfront_struct_fields): Obsolete functions.
12174 (define_symbol, read_one_struct_field): Obsolete cfront support.
12175 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12176 Update Copyright year.
12177
12178 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12179
12180 * stack.c (print_frame_info, print_stack_frame_base_stub,
12181 print_stack_frame_base, show_and_print_stack_frame_stub,
12182 show_and_print_stack_frame, print_only_stack_frame_stub,
12183 print_only_stack_frame): Delete functions.
12184 (print_stack_frame_stub): Call print_frame_info instead of
12185 print_frame_info_base.
12186 (print_frame_info_base): Rename to print_frame_info.
12187 (backtrace_command_1): Call print_frame_info, instead of
12188 print_frame_info_base.
12189 (current_frame_command): Call print_stack_frame, instead of
12190 print_only_stack_frame.
12191 (frame_command): Call print_stack_frame, instead of
12192 show_and_print_stack_frame.
12193 (up_command): Ditto.
12194 (down_command): Ditto.
12195 * frame.h (print_only_stack_frame): Delete prototype.
12196 * infrun.c (normal_stop): Call print_stack_frame, instead of
12197 show_and_print_stack_frame.
12198 * thread.c (info_threads_command): Call print_stack_frame, instead
12199 of print_only_stack_frame.
12200
12201 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12202
12203 * README (Graphical interface to GDB): Update URL. Point at
12204 gdb/links/.
12205
12206 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12207 version match.
12208
12209 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12210
12211 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12212 lines.
12213
12214 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12215
12216 * thread-db.c (attach_thread): Prototype.
12217 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12218 thread information (ti), and valid flags (th_valid, ti_valid).
12219 (attach_thread): Move target_pid_to_str call to after the thread
12220 is added to GDB's list. Initialize the cache.
12221 (thread_get_info_callback, thread_db_map_id2thr)
12222 (thread_db_get_info): New functions.
12223 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12224 (thread_db_store_registers, thread_db_thread_alive)
12225 (thread_db_get_thread_local_address): Use them.
12226 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12227 of calling error() for threads in unknown state.
12228
12229 (clear_lwpid_callback): New function.
12230 (thread_db_resume): Use it to clear the cache.
12231
12232 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12233
12234 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12235 (resume_callback): Remove dead code.
12236
12237 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12238
12239 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12240 predicate.
12241 * gdbarch.h, gdbarch.c: Regenerate.
12242 * stack.c (frame_info): Only initialize the saved registers when
12243 FRAME_INIT_SAVED_REGS_P.
12244 * frame.c (frame_saved_regs_register_unwind): Assert
12245 FRAME_INIT_SAVED_REGS_P.
12246 (deprecated_generic_get_saved_register): Ditto.
12247
12248 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12249
12250 * source.c (openp): Squelch warning about "filename".
12251
12252 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12253
12254 * source.c (openp): If the file does not exist don't necessarily
12255 search the path.
12256
12257 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12258
12259 Fix PR gdb/872.
12260 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12261 (integer_types_same_name_p): New function.
12262 (rank_one_type): Use it.
12263 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12264
12265 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12266
12267 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12268 variables.
12269 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12270 * configure.in: Add --with-sysroot.
12271 * configure: Regenerated.
12272 * main.c (gdb_sysroot): New variable.
12273 (captured_main): Initialize gdb_sysroot.
12274 * defs.h (gdb_sysroot): New extern declaration.
12275 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12276
12277 2003-01-12 Michael Chastain <mec@shout.net>
12278
12279 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12280
12281 2003-01-12 Michael Chastain <mec@shout.net>
12282
12283 * top.c (print_gdb_version): Bump copyright year to 2003.
12284
12285 2003-01-12 David Carlton <carlton@bactrian.org>
12286
12287 * linespec.c (symtab_from_filename): Rename variable 's' to
12288 'file_symtab'.
12289
12290 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12291
12292 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12293 dummy frame.
12294 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12295
12296 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12297
12298 * d10v-tdep.c: Include "gdb_assert.h".
12299 (d10v_store_return_value): Rewrite to match current interface.
12300 (d10v_extract_struct_value_address): Ditto.
12301 (d10v_extract_return_value): Ditto.
12302 (d10v_gdbarch_init): Set store_restore_value,
12303 extract_struct_value_address and extract_return_value.
12304
12305 2003-01-12 J. Brobecker <brobecker@gnat.com>
12306
12307 * hpread.c (set_namestring): New procedure replacing the
12308 SET_NAMESTRING macro.
12309 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12310 by calls to set_namestring.
12311
12312 2003-01-11 J. Brobecker <brobecker@gnat.com>
12313
12314 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12315 a compilation warning.
12316 (hpread_process_one_debug_symbol): Likewise.
12317
12318 2003-01-10 David Carlton <carlton@math.stanford.edu>
12319
12320 * linespec.c (decode_line_1): Rename variable 's' to
12321 'file_symtab'.
12322 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12323 (decode_dollar): Ditto.
12324 (decode_variable): Ditto.
12325 (symbol_found): Ditto.
12326
12327 2003-01-09 Michael Chastain <mec@shout.net>
12328
12329 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12330
12331 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12332
12333 * win32-nat.c (set_process_privilege): New function.
12334 (child_attach): Call set_process_privilege() to enable the
12335 SE_DEBUG_NAME user privilege if available in process token.
12336
12337 2003-01-10 J. Brobecker <brobecker@gnat.com>
12338
12339 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12340 compilation error in the previous revision.
12341
12342 2003-01-09 David Carlton <carlton@math.stanford.edu>
12343
12344 * linespec.c: Update copyright.
12345
12346 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12347
12348 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12349 than inferior_ptid.
12350 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12351
12352 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12353
12354 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12355 Update comments.
12356 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12357 (frame_saved_regs_zalloc): Update.
12358 (frame_saved_regs_register_unwind): Update.
12359 (create_new_frame): Update.
12360 (get_prev_frame): Update.
12361 (frame_extra_info_zalloc): Update.
12362 (deprecated_get_frame_saved_regs): Update.
12363 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12364 * cris-tdep.c: Update comment.
12365
12366 * somsolib.h: Fix function indentation.
12367 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12368 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12369 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12370 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12371 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12372
12373 * infrun.c (follow_fork): Use ISO C definition.
12374 * expprint.c (print_subexp): Use xfree instead of free.
12375 * charset.c: Include "gdb_string.h" instead of <string.h>.
12376 (register_iconv_charsets): Use ISO C definition.
12377 (host_charset, target_charset): Ditto.
12378 * Makefile.in (charset.o): Update dependencies.
12379 (mi-cmd-env.o): Update dependencies.
12380
12381 2003-01-08 Andrew Cagney <cagney@redhat.com>
12382
12383 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12384 get_frame_base.
12385
12386 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12387
12388 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12389 build directories. Save edited gdb output in Mbuild.log. If a
12390 build fails, remove any final GDB executable.
12391
12392 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12393
12394 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12395 replacing hex constants with function names and stripping leading
12396 file name directory prefixes.
12397
12398 2003-01-08 Andrew Cagney <cagney@redhat.com>
12399
12400 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12401 get_frame_base.
12402
12403 2003-01-08 David Carlton <carlton@math.stanford.edu>
12404
12405 * linespec.c (decode_line_1): Move code into decode_variable.
12406 (decode_variable): New function.
12407
12408 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12409
12410 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12411
12412 2003-01-08 Andrew Cagney <cagney@redhat.com>
12413
12414 * cris-tdep.c (cris_frame_init_saved_regs): Use
12415 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12416 saved_regs buffer.
12417 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12418 (sh64_nofp_frame_init_saved_regs): Ditto.
12419 (sh_fp_frame_init_saved_regs): Ditto.
12420 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12421 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12422 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12423 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12424
12425 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12426
12427 * minsyms.c (lookup_minimal_symbol): Update comment.
12428 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12429 (lookup_minimal_symbol_solib_trampoline): Likewise.
12430
12431 2003-01-08 Andrew Cagney <cagney@redhat.com>
12432
12433 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12434 frame_relative_level.
12435
12436 * alpha-tdep.c: Use get_frame_extra_info.
12437 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12438 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12439 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12440 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12441
12442 * alpha-tdep.c: Use get_next_frame.
12443 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12444 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12445 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12446 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12447 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12448 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12449 * xstormy16-tdep.c: Ditto.
12450
12451 2003-01-07 Andrew Cagney <cagney@redhat.com>
12452
12453 * alpha-tdep.c: Use get_frame_base.
12454 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12455 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12456 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12457 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12458 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12459 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12460 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12461 * config/sparc/tm-sparc.h: Ditto.
12462
12463 2003-01-07 Andrew Cagney <cagney@redhat.com>
12464
12465 * frame.c (deprecated_get_frame_context): New function.
12466 (deprecated_set_frame_context): New function.
12467 * frame.h (deprecated_get_frame_context): Declare.
12468 (deprecated_set_frame_context): Declare.
12469 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12470 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12471
12472 2003-01-07 Andrew Cagney <cagney@redhat.com>
12473
12474 * frame.c (deprecated_set_frame_next_hack): New function.
12475 (deprecated_set_frame_prev_hack): New function.
12476 * frame.h (deprecated_set_frame_next_hack): Declare.
12477 (deprecated_set_frame_prev_hack): Declare.
12478 * mcore-tdep.c (analyze_dummy_frame): Use
12479 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12480 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12481
12482 2003-01-07 David Carlton <carlton@math.stanford.edu>
12483
12484 * linespec.c (decode_line_1): Move code into decode_dollar.
12485 (decode_dollar): New function.
12486
12487 2003-01-07 Andrew Cagney <cagney@redhat.com>
12488
12489 * arm-tdep.c (arm_init_extra_frame_info): Use
12490 deprecated_update_frame_base_hack.
12491 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12492 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12493 (fix_frame_pointer): Ditto.
12494 (mn10300_analyze_prologue): Ditto.
12495
12496 2003-01-07 Andrew Cagney <cagney@redhat.com>
12497
12498 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12499 extra_info using frame_extra_info_zalloc.
12500 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12501 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12502 (sh64_init_extra_frame_info): Ditto.
12503 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12504 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12505 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12506 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12507 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12508 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12509 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12510 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12511 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12512 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12513 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12514 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12515
12516 * mn10300-tdep.c (analyze_dummy_frame): Use
12517 deprecated_set_frame_extra_info_hack.
12518 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12519
12520 2003-01-07 J. Brobecker <brobecker@gnat.com>
12521
12522 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12523 class is not scText. These do not define "real" procedures.
12524 (parse_partial_symbols): Likewise.
12525
12526 2003-01-06 Michael Snyder <msnyder@redhat.com>
12527
12528 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12529
12530 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12531
12532 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12533 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12534 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12535 deprecated_frame_xmalloc_with_cleanup.
12536 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12537 deprecated_frame_xmalloc.
12538 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12539 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12540
12541 2003-01-06 Andrew Cagney <cagney@redhat.com>
12542
12543 * x86-64-linux-tdep.c: Include "osabi.h".
12544 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12545
12546 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12547
12548 2003-01-06 Andrew Cagney <cagney@redhat.com>
12549
12550 * MAINTAINERS (Target Instruction Set Architectures): Update
12551 arm-elf. Can be built with -Werror, has been multiarched.
12552
12553 * value.h (unpack_long): Make buffer parameter constant.
12554 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12555 * scm-lang.h (scm_parse): Ditto.
12556 * defs.h (extract_typed_address, extract_address): Ditto.
12557 (extract_long_unsigned_integer): Ditto.
12558 * inferior.h (unsigned_pointer_to_address): Ditto.
12559 (signed_pointer_to_address): Ditto.
12560 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12561 * gdbarch.h, gdbarch.c: Regenerate.
12562 * findvar.c (extract_long_unsigned_integer): Update.
12563 (extract_address): Update.
12564 (extract_typed_address): Update.
12565 (unsigned_pointer_to_address): Update.
12566 * values.c (unpack_long): Update.
12567 (unpack_double): Update.
12568 (unpack_pointer): Update.
12569 (unpack_field_as_long): Update.
12570 * d10v-tdep.c (d10v_pointer_to_address): Update.
12571 * avr-tdep.c (avr_pointer_to_address): Update.
12572 * scm-lang.c (scm_unpack): Update.
12573 * findvar.c (signed_pointer_to_address): Update.
12574
12575 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12576
12577 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12578 since it is in i386-tdep.c.
12579
12580 2003-01-06 J. Brobecker <brobecker@gnat.com>
12581
12582 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12583 failure introduced in the previous change.
12584
12585 2003-01-05 Michael Chastain <mec@shout.net>
12586
12587 * README: Remove references to deleted remote-*.c files:
12588 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12589 remote-nrom.c, remote-os9k.c, remote-udi.c.
12590
12591 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12592
12593 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12594 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12595 i386_get_longjmp_target.
12596
12597 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12598
12599 * arm-tdep.c (prologue_cache): Change to a pointer.
12600 (_initialize_arm_tdep): Allocate prologue_cache.
12601 (check_prologue_cache): Update.
12602 (save_prologue_cache): Update.
12603 (arm_gdbarch_init): Update.
12604
12605 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12606
12607 * stabsread.c (update_method_name_from_physname): Call complaint()
12608 instead of error.
12609
12610 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12611
12612 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12613 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12614 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12615
12616 * blockframe.c: Include "gdbcmd.h" and "command.h".
12617 (backtrace_below_main): New variable.
12618 (file_frame_chain_valid, func_frame_chain_valid)
12619 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12620 (generic_func_frame_chain_valid): Remove functions.
12621 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12622 (_initialize_blockframe): New function.
12623 * Makefile.in (blockframe.o): Update dependencies.
12624 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12625 comment. Call frame_chain_valid ().
12626 * frame.h: Remove old prototypes. Add prototype for
12627 frame_chain_valid and update comments to match.
12628 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12629 Remove old comment.
12630 * gdbarch.h: Regenerated.
12631 * gdbarch.c: Regenerated.
12632
12633 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12634 set_gdbarch_frame_chain_valid.
12635 * avr-tdep.c (avr_gdbarch_init): Likewise.
12636 * cris-tdep.c (cris_gdbarch_init): Likewise.
12637 * frv-tdep.c (frv_gdbarch_init): Likewise.
12638 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12639 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12640 (i386_nw_init_abi): Likewise.
12641 (i386_gdbarch_init): Likewise.
12642 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12644 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12645 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12646 * mips-tdep.c (mips_gdbarch_init): Likewise.
12647 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12648 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12649 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12650 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12651 * s390-tdep.c (s390_gdbarch_init): Likewise.
12652 * sh-tdep.c (sh_gdbarch_init): Likewise.
12653 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12654 * v850-tdep.c (v850_gdbarch_init): Likewise.
12655 * vax-tdep.c (vax_gdbarch_init): Likewise.
12656 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12657
12658 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12659 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12660 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12661 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12662 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12663 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12664 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12665 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12666
12667 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12668
12669 * Makefile.in (acconfig_h): Remove incorrect macro.
12670 (config_h): Define.
12671 (osabi.o): Update dependencies.
12672 * configure.tgt: Set gdb_osabi based on target triplet.
12673 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12674 * configure: Regenerated.
12675 * config.in: Regenerated.
12676 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12677 (GDB_OSABI_DEFAULT): Define if not already defined.
12678 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12679 (set_osabi_string): New variables.
12680 (gdbarch_register_osabi): Add new OS ABI to
12681 gdb_osabi_available_names.
12682 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12683 (set_osabi, show_osabi): New functions.
12684 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12685
12686 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12687
12688 * arch-utils.c (gdbarch_info_init): Set osabi to
12689 GDB_OSABI_UNINITIALIZED.
12690 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12691 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12692 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12693 * gdbarch.c: Regenerated.
12694 * gdbarch.h: Regenerated.
12695 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12696 there's no BFD.
12697 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12698 * osabi.h (enum gdb_osabi): Move to defs.h.
12699 (gdbarch_init_osabi): Update prototype.
12700 * defs.h (enum gdb_osabi): Moved here.
12701 * Makefile.in: Update dependencies.
12702
12703 * alpha-tdep.h: Don't include "osabi.h".
12704 (struct gdbarch_tdep): Remove osabi member.
12705 * alpha-tdep.c: Include "osabi.h".
12706 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12707 iterate over arches. Update call to gdbarch_init_osabi.
12708 (alpha_dump_tdep): Don't dump osabi.
12709 * alpha-linux-tdep.c: Include "osabi.h".
12710 * alpha-osf1-tdep.c: Include "osabi.h".
12711 * alphafbsd-tdep.c: Include "osabi.h".
12712 * alphanbsd-tdep.c: Include "osabi.h".
12713
12714 * arm-tdep.h: Don't include "osabi.h".
12715 (struct gdbarch_tdep): Remove osabi member.
12716 * arm-tdep.c: Include "osabi.h".
12717 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12718 iterate over arches. Update call to gdbarch_init_osabi.
12719 (arm_dump_tdep): Don't dump osabi.
12720 * arm-linux-tdep.c: Include "osabi.h".
12721 * armnbsd-tdep.c: Include "osabi.h".
12722
12723 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12724 Update call to gdbarch_init_osabi.
12725
12726 * i386-tdep.h: Don't include "osabi.h".
12727 (struct gdbarch_tdep): Remove osabi member.
12728 * i386-tdep.c: Include "osabi.h".
12729 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12730 iterate over arches. Update call to gdbarch_init_osabi.
12731 (i386_dump_tdep): Don't dump osabi.
12732 * i386-linux-tdep.c: Include "osabi.h".
12733 * i386-sol2-tdep.c: Include "osabi.h".
12734 * i386bsd-tdep.c: Include "osabi.h".
12735 * i386gnu-tdep.c: Include "osabi.h".
12736 * i386ly-tdep.c: Include "osabi.h".
12737 * i386nbsd-tdep.c: Include "osabi.h".
12738 * i386obsd-tdep.c: Include "osabi.h".
12739
12740 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12741 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12742 check osabi when iterating over arches. Update call to
12743 gdbarch_init_osabi.
12744 (mips_dump_tdep): Don't dump osabi.
12745
12746 * ns32k-tdep.h: Don't include "osabi.h".
12747 (struct gdbarch_tdep): Remove.
12748 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12749 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12750 allocate tdep. Update call to gdbarch_init_osabi.
12751 (ns32k_dump_tdep): Remove.
12752 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12753 * ns32knbsd-tdep.c: Include "osabi.h".
12754
12755 * ppc-tdep.h: Don't include "osabi.h".
12756 (struct gdbarch_tdep): Remove osabi member.
12757 * rs6000-tdep.c: Include "osabi.h".
12758 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12759 osabi when iterating over arches. Update call to
12760 gdbarch_init_osabi.
12761 (rs6000_dump_tdep): Don't dump osabi.
12762 * ppc-linux-tdep.c: Include "osabi.h".
12763 * ppcnbsd-tdep.c: Include "osabi.h".
12764
12765 * sh-tdep.h: Don't include "osabi.h".
12766 (struct gdbarch_tdep): Remove osabi member.
12767 * sh-tdep.c: Include "osabi.h".
12768 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12769 iterate over arches. Update call to gdbarch_init_osabi.
12770 (sh_dump_tdep): Don't dump osabi.
12771 * shnbsd-tdep.c: Include "osabi.h".
12772
12773 * sparc-tdep.c: Include "osabi.h".
12774 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12775 iterate over arches. Update call to gdbarch_init_osabi.
12776 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12777 tdep structure.
12778
12779 * vax-tdep.h: Don't include "osabi.h".
12780 (struct gdbarch_tdep): Remove.
12781 * vax-tdep.c: Include "osabi.h".
12782 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12783 iterate over arches. Don't allocate tdep. Update call
12784 to gdbarch_init_osabi.
12785 (vax_dump_tdep): Remove.
12786 (_initialize_vax_tdep): Update call to gdbarch_register.
12787
12788 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12789
12790 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12791 entirely.
12792 (breakpoint_re_set_one): Don't fetch the value for a disabled
12793 watchpoint.
12794
12795 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12796
12797 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12798 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12799 (COERCE_FLOAT_TO_DOUBLE): Remove.
12800 * gdbarch.c: Regenerate.
12801 * gdbarch.h: Regenerate.
12802 * Makefile.in: Remove value_h from gdbarch_h.
12803 * valops.c (coerce_float_to_double): New variable.
12804 (default_coerce_float_to_double): Remove.
12805 (standard_coerce_float_to_double): Remove.
12806 (value_arg_coerce): Use coerce_float_to_double.
12807 (_initialize_valops): Add "set coerce-float-to-double".
12808 * value.h (default_coerce_float_to_double): Remove prototype.
12809 (standard_coerce_float_to_double): Remove prototype.
12810
12811 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12812 prototyped.
12813 * mdebugread.c (parse_symbol): Likewise.
12814 * stabsread.c (define_symbol): Mark all functions as prototyped.
12815
12816 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12817 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12818 set_gdbarch_coerce_float_to_double.
12819 * arm-tdep.c (arm_gdbarch_init): Likewise.
12820 * frv-tdep.c (frv_gdbarch_init): Likewise.
12821 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12822 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12823 * mips-tdep.c (mips_gdbarch_init): Likewise.
12824 (mips_coerce_float_to_double): Remove.
12825 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12826 (rs6000_coerce_float_to_double): Remove.
12827 * s390-tdep.c (s390_gdbarch_init): Likewise.
12828 * sh-tdep.c (sh_gdbarch_init): Likewise.
12829 (sh_coerce_float_to_double): Remove.
12830 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12831 (sparc_coerce_float_to_double): Remove.
12832 * v850-tdep.c (v850_gdbarch_init): Likewise.
12833 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12834 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12835 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12836 (hppa_coerce_float_to_double): Remove prototype.
12837 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12838
12839 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12840
12841 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12842
12843 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12844
12845 Suggested by Stewart Brown <sb24@avaya.com>:
12846 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12847 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12848 (c_type_print_varspec_suffix): Likewise.
12849
12850 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12851
12852 * configure.in: Don't set and AC_SUBST SUBDIRS.
12853 * configure: Regenerated.
12854
12855 * configure.in: Remove code dealing with shared libraries.
12856 * Makefile.in: Remove HLDFLAGS and HLDENV.
12857 * configure: Regenerated.
12858
12859 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12860
12861 * frame.c (deprecated_frame_xmalloc): New function.
12862 (deprecated_set_frame_saved_regs_hack): New function.
12863 (deprecated_set_frame_extra_info_hack): New function.
12864 * frame.h (deprecated_frame_xmalloc): Declare.
12865 (deprecated_set_frame_saved_regs_hack): Declare.
12866 (deprecated_set_frame_extra_info_hack): Declare.
12867
12868 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12869
12870 * configure.in: Move code that provides the --enable-gdbtk option
12871 right after the code that handles the --enable-tui option, and
12872 polish it somewhat.
12873 * configure: Regenerated.
12874
12875 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12876 AC_CHECK_FUNCS and remove the old check for pread64.
12877 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12878 * acconfig.h (_GNU_SOURCE): Add.
12879 (HAVE_PREAD64): Remove.
12880 * configure, aclocal.m4, config.in: Regenerated.
12881
12882 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12883
12884 * alpha-tdep.c: Use get_frame_saved_regs.
12885 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12886 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12887 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12888 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12889 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12890
12891 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12892
12893 * configure.in: Remove all use of the SUBDIRS variable; add
12894 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12895 code providing the --enable-multi-ice option, and move it right in
12896 front of the code that checks whether gdbserver is supported.
12897 Polish that too.
12898 * configure: Regenerated.
12899 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12900 @SUBDIRS@.
12901
12902 2003-01-03 Andrew Cagney <cagney@redhat.com>
12903
12904 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12905 * avr-tdep.c, cris-tdep.c: Ditto.
12906 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12907 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12908
12909 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12910
12911 * configure.in: Remove --enable-netrom option.
12912 * configure: Regenerated.
12913
12914 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12915
12916 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12917 declaration for `struct re_pattern_buffer' instead.
12918 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12919
12920 2003-01-03 J. Brobecker <brobecker@gnat.com>
12921
12922 * mdebugread.c (parse_symbol): Count until the stEnd matching
12923 the structure name.
12924
12925 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12926
12927 * configure.in: Remove --with-cpu option.
12928 subscripts. Remove evil changequotes here.
12929 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12930 * config.in, configure: Regenerated.
12931
12932 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12933 * configure.in: Cleanup section that sources GDB and BFD configure
12934 subscripts. Remove evil changequotes here.
12935 * config.in, configure: Regenerated.
12936
12937 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12938
12939 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12940 frame accessor methods.
12941 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12942 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12943 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12944 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12945 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12946 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12947 * z8k-tdep.c: Ditto.
12948
12949 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12950
12951 * configure.in: Remove UI_OUT configuration code.
12952 * ada-lang.c: Update assuming UI_OUT is always true.
12953 * Makefile.in (UIOUT_CFLAGS): Remove.
12954 * configure: Regenerated.
12955 * TODO: Remove blurb about elimination of -DUI_OUT.
12956
12957 * configure.in: Move code that provides the --enable-gdbcli,
12958 --enable-gdbmi options right before the code that handles the
12959 --enable-tui option. Polish a bit.
12960 * configure: Regenerated.
12961
12962 * configure.in: Rewrite check for GNU regex and the
12963 --without-included regex option, and move it into the "Checks for
12964 library functions" section. This makes us use the system regex
12965 again by default on systems with version 2 of the GNU C library.
12966 This was apparently broken.
12967 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12968 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12969 * config.in, configure: Regenerated.
12970
12971 * configure.in: Move code that provides the --enable-tui option
12972 before the "Checks for libraries" section. Polish the code
12973 somewhat and set need_curses to yes if we build the TUI. Rewrite
12974 code that looks for a library providing termcap functionality to
12975 match more closely what's done in the Readline library, and move
12976 it into to the "Checks for libraries" section.
12977 * configure: Regenerated.
12978 * Makefile.in (TERMCAP): Remove variable.
12979 * config/i386/go32.mh (TERMCAP): Remove variable.
12980
12981 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12982
12983 * MAINTAINERS: Mention gdb_mbuild.sh.
12984 * gdb_mbuild.sh: Rewrite.
12985
12986 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12987
12988 * configure.in: Fix typo in last change.
12989 * config.in, configure: Regenerated.
12990
12991 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12992
12993 * valarith.c (value_binop): Delete obsolete code and comments.
12994 * configure.host: Ditto.
12995 * buildsym.h (make_blockvector): Ditto.
12996 * buildsym.c (make_blockvector): Ditto.
12997 * defs.h (enum language): Ditto.
12998 (chill_demangle): Ditto.
12999 * elfread.c (elf_symtab_read): Ditto.
13000 * dwarfread.c (CHILL_PRODUCER): Ditto.
13001 (set_cu_language): Ditto.
13002 (handle_producer): Ditto.
13003 * expprint.c (print_subexp): Ditto.
13004 * gdbtypes.c (chill_varying_type): Ditto.
13005 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13006 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13007 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13008 (chill_varying_type): Ditto.
13009 * language.h (_LANG_chill): Ditto.
13010 * language.c (binop_result_type, integral_type): Ditto.
13011 (character_type, string_type, structured_type): Ditto.
13012 (lang_bool_type, binop_type_check): Ditto.
13013 * stabsread.h (os9k_stabs): Ditto.
13014 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13015 (define_symbol, read_type, read_struct_fields): Ditto.
13016 (read_array_type, read_enum_type, read_huge_number): Ditto.
13017 (read_range_type, start_stabs): Ditto.
13018 * symfile.c (init_filename_language_table): Ditto.
13019 (add_psymbol_with_dem_name_to_list): Ditto.
13020 * symtab.c (symbol_init_language_specific): Ditto.
13021 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13022 * symtab.h (struct general_symbol_info): Ditto.
13023 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13024 * typeprint.c (typedef_print): Ditto.
13025 * utils.c (fprintf_symbol_filtered): Ditto.
13026 * valops.c (value_cast, search_struct_field, value_slice): Delete
13027 obsolete code.
13028 (varying_to_slice): Delete function.
13029 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13030 (varying_to_slice): Delete declaration.
13031 * MAINTAINERS: Update.
13032
13033 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13034
13035 * configure.in: Reorganize "Checks for library functions section"
13036 a bit. Remove check for `btowc' and `isascii' functions.
13037 * configure: Regenerated.
13038
13039 * acconfig.h (_MSE_INT_H): Remove.
13040 * configure.in: Create "Checks for header files" section, and move
13041 appropriate tests there. Don't check for objlist.h, wchar.h,
13042 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13043 misdetection fix. Also add "Checks for types", "Checks for
13044 compiler characteristics" and "Checks for library functions"
13045 sections.
13046 * config.in, configure: Regenerated.
13047
13048 * configure.in: Create "Checks for programs" section, and move
13049 appropriate tests there.
13050
13051 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13052
13053 * configure.in: Create "Checks for libraries" section, and move
13054 appropriate tests there. Cleanup check for wctype in libw. Use
13055 AC_SEARCH_LIBS to see whether we need libsocket.
13056 * configure: Regenerated.
13057
13058 For older changes see ChangeLog-2002
13059 \f
13060 Local Variables:
13061 mode: change-log
13062 left-margin: 8
13063 fill-column: 74
13064 version-control: never
13065 End: