20e05f37741949e0fa1b6af22bed5a3f0b2ee18e
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-11 Mark Kettenis <kettenis@gnu.org>
2
3 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
4 (x86_64_init_abi): Initialize regset_from_core_section if
5 appropriate.
6
7 * i386-tdep.c (i386_regset_from_core_section): New function.
8 (i386_gdbarch_init): Initialize regset_from_core_section if
9 appropriate.
10 * i386-tdep.h (i386_regset_from_core_section): New declaration.
11
12 * i386-tdep.h (struct regset): Declare opaque.
13
14 * gdbarch.sh (regset_from_core_section): New method.
15 (struct regset): Declare opaque.
16 * gdbarch.c, gdbarch.h: Regenerated.
17
18 2003-10-11 Alan Modra <amodra@bigpond.net.au>
19
20 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
21 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
22 Correct test for pc within section.
23
24 2003-10-11 Mark Kettenis <kettenis@gnu.org>
25
26 * gdbarch.sh: Remove trailing whitepsace from comments.
27
28 2003-10-08 Roland McGrath <roland@redhat.com>
29
30 * gcore.c (make_mem_sec): Function removed, folded into ...
31 (gcore_create_callback): ... here. To omit a section, clear its
32 SEC_LOAD bit rather than zeroing its size.
33 Omit read-only sections only if they correspond to a known disk file.
34 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
35
36 2003-10-10 Michael Snyder <msnyder@redhat.com>
37
38 * d10v-tdep.c: Fix typo in comment.
39
40 2003-10-10 Andrew Cagney <cagney@redhat.com>
41
42 * rs6000-tdep.c (e500_store_return_value): Delete function.
43 (e500_extract_return_value): Delete function.
44 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
45 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
46 "ppc_sysv_abi_restore_return_value" where applicable.
47 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
48 (ppc_sysv_abi_extract_return_value): Declare.
49 (ppc_sysv_abi_broken_store_return_value): Declare.
50 (ppc_sysv_abi_broken_extract_return_value): Declare.
51 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
52 * ppc-sysv-tdep.c (return_value_convention): Move definition to
53 start of file.
54 (do_ppc_sysv_return_value): New function.
55 (ppc_sysv_abi_extract_return_value): New function.
56 (ppc_sysv_abi_store_return_value): New function.
57 (ppc_sysv_abi_broken_extract_return_value): New function.
58 (ppc_sysv_abi_broken_store_return_value): New function.
59 (ppc_sysv_abi_use_struct_convention): Call
60 do_ppc_sysv_return_value.
61
62 2003-10-10 J. Brobecker <brobecker@gnat.com>
63
64 * blockframe.c (inside_main_func): No longer use symbol_lookup()
65 to lookup the main function symbol.
66
67 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
68
69 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
70 types correctly.
71 (sh_push_dummy_call_fpu): Fix argument passing rules.
72 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
73 float types.
74 (sh3e_sh4_store_return_value): Ditto.
75
76 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
77
78 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
79 comment.
80
81 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
82
83 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
84 more readable code. Accomodate passing of bitfields.
85
86 2003-10-10 Andrew Cagney <cagney@redhat.com>
87
88 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
89 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
90 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
91 * ppc-sysv-tdep.c: Include "gdb_assert.h".
92 (ppc64_sysv_abi_push_dummy_call): New function.
93 (ppc64_sysv_abi_broken_push_dummy_call): New function.
94 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
95 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
96
97 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
98
99 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
100 * README: Ditto.
101 * d10v-tdep.c: Ditto.
102 * h8300-tdep.c: Ditto.
103 * remote-e7000.c: Ditto.
104 * remote-hms.c: Ditto.
105 * ser-e7kpc.c: Ditto.
106 * sh-stub.c: Ditto.
107 * sh-tdep.c: Ditto.
108 * sh-tdep.h: Ditto.
109 * sh3-rom.c: Ditto.
110 * sh64-tdep.c: Ditto.
111 * top.c: Ditto.
112 * wince.c: Ditto.
113 * config/d10v/d10v.mt: Ditto.
114 * config/sh/embed.mt: Ditto.
115 * config/sh/linux.mt: Ditto.
116 * config/sh/tm-linux.h: Ditto.
117 * config/sh/tm-sh.h: Ditto.
118 * config/sh/wince.mt: Ditto.
119
120 2003-10-09 Andrew Cagney <cagney@redhat.com>
121
122 * ppc-tdep.h (struct type): Declare opaque.
123 * x86-64-tdep.h (struct regcache): Declare opaque.
124 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
125 coding style.
126
127 2003-10-09 Andrew Cagney <cagney@redhat.com>
128
129 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
130 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
131 (SOFTWARE_SINGLE_STEP_P): Ditto.
132 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
133 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
134 (SOFTWARE_SINGLE_STEP_P): Ditto.
135 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
136 software_single_step to rs6000_software_single_step.
137
138 2003-10-09 Andrew Cagney <cagney@redhat.com>
139
140 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
141
142 2003-10-09 Michael Snyder <msnyder@redhat.com>
143
144 * frame.h: Fix typo in comment.
145 * dummy-frame.c: Fix typo in comment.
146 * d10v-tdep.c: Random whitespace/comment tweaks.
147
148 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
149
150 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
151 (sh_push_dummy_code): Delete function, it's only used for dummy calls
152 on stack.
153
154 Based on input by Stephen Clarke (stephen.clarke@superh.com):
155 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
156 in detail.
157
158 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
159
160 * remote-mips.c (mips_initialize): Remove unneeded call to
161 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
162
163 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
164
165 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
166 a memory pointer.
167
168 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
169
170 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
171 for any lwp we resume.
172 (running_callback): Add lwps that have pending status events
173 against them to be considered running.
174
175 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
176
177 * m32r-tdep.c : Include "dis-asm.h".
178 * Makefile.in (m32r-tdep.o): Update dependencies.
179
180 2003-10-06 J. Brobecker <brobecker@gnat.com>
181
182 * completer.h (get_gdb_completer_word_break_characters): Delete.
183 * completer.c: include language.h.
184 (gdb_completer_word_break_characters): Delete.
185 (get_gdb_completer_word_break_characters): Delete.
186 (location_completer): Use the word break characters of the current
187 language.
188 (complete_line): Likewise.
189 (line_completion_function): Likewise.
190 (skip_quoted_chars): Likewise.
191 * Makefile.in (completer.o): Add dependency on language.h.
192 * top.c (init_main): Set the readline word break characters
193 to GDB's default word break characters.
194
195 2003-10-06 J. Brobecker <brobecker@gnat.com>
196
197 * language.h (language_defn): new field, la_word_break_characters.
198 * language.c (unknown_language_defn): Set new field to
199 default_word_break_characters.
200 (auto_language_defn): Likewise.
201 (local_language_defn): Likewise.
202 * ada-lang.c (ada_language_defn): Likewise.
203 * c-lang.c (c_language_defn): Likewise.
204 (cplus_language_defn): Likewise.
205 (asm_language_defn): Likewise.
206 (minimal_language_defn): Likewise.
207 * f-lang.c (f_language_defn): Likewise.
208 * jv-lang.c (java_language_defn): Likewise.
209 * m2-lang.c (m2_language_defn): Likewise.
210 * objc-lang.c (objc_language_defn): Likewise.
211 * p-lang.c (pascal_language_defn): Likewise.
212 * scm-lang.c (scm_language_defn): Likewise.
213
214 2003-10-06 Andrew Cagney <cagney@redhat.com>
215
216 * ppc-sysv-tdep.c: Re-indent.
217
218 2003-10-06 J. Brobecker <brobecker@gnat.com>
219
220 * language.h (default_word_break_characters): Add prototype.
221 * language.c (default_word_break_characters): New function.
222
223 2003-10-06 Andreas Schwab <schwab@suse.de>
224
225 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
226 with %eax.
227
228 2003-10-06 Andrew Cagney <cagney@redhat.com>
229
230 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
231 "h8500-tdep.c".
232 (z8k-tdep.o): Delete custom build rule.
233
234 2003-10-06 Andrew Cagney <cagney@redhat.com>
235
236 * Makefile.in: Update all dependencies.
237
238 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
239 No longer list PA as as obsolete candidate. List m32r as
240 broken instead of obsolete.
241
242 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
243 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
244 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
245 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
246 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
247 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
248 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
249 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
250 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
251 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
252 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
253 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
254 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
255 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
256 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
257 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
258 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
259 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
260 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
261 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
262 * config/z8k/z8k.mt: Ditto.
263
264 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
265 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
266 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
267 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
268 sparclite were removed.
269 * configure.host, configure.tgt: Remove corresponding tuples.
270
271 * breakpoint.c, breakpoint.h: Remove obsolete code.
272 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
273 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
274 * stabsread.h, xcoffread.c: Ditto.
275
276 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
277 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
278 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
279 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
280
281 2003-10-06 David Lecomber <dsl@sources.redhat.com>
282
283 * f-valprint.c: Reformatting
284
285 2003-10-06 Mark Kettenis <kettenis@gnu.org>
286
287 * x86-64-tdep.c: Remove duplicate comment.
288
289 * x86-64-tdep.c (x86_64_store_return_value): Don't use
290 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
291 names for return values. This fixes a bug since we looked at %rbx
292 instead of %rdx.
293
294 2003-10-05 Mark Kettenis <kettenis@gnu.org>
295
296 * x86-64-tdep.c: Include "regset.h".
297
298 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
299 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
300 sizeof_fpregset.
301 * i386-tdep.c: Include "regset.h".
302 (i386_supply_gregset): New function.
303 (i386_supply_fpregset): New function.
304 (i386_gdbarch_init): Initialze register set-related members of
305 TDEP.
306 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
307 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
308
309 2003-10-03 Andrew Cagney <cagney@redhat.com>
310
311 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
312 set extract_return_value, store_return_value and
313 use_struct_convention to ppc64_sysv_abi_extract_return_value,
314 ppc64_sysv_abi_store_return_value and
315 ppc64_sysv_abi_use_struct_convention.
316 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
317 (ppc64_sysv_abi_store_return_value): Declare.
318 (ppc64_sysv_abi_use_struct_convention): Declare.
319 * ppc-sysv-tdep.c (enum return_value_convention): Define.
320 (ppc64_sysv_abi_extract_return_value): New function.
321 (ppc64_sysv_abi_store_return_value): New function.
322 (ppc64_sysv_abi_use_struct_convention): New function.
323 (ppc64_sysv_abi_return_value): New function.
324
325 2003-10-03 Andrew Cagney <cagney@redhat.com>
326
327 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
328 convert a descriptor to a function when it's in the ".opd"
329 section.
330
331 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
332
333 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
334 reg_size to keep GCC silent.
335
336 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
337
338 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
339 base for DW_EH_PE_textrel encodings.
340 (read_encoded_value): Add a DW_EH_PE_textrel case.
341 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
342 section.
343
344 2003-10-03 Mark Kettenis <kettenis@gnu.org>
345
346 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
347
348 2003-10-02 Andrew Cagney <cagney@redhat.com>
349
350 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
351 REGISTER_RAW_SIZE.
352 * gdbarch.h, gdbarch.c: Re-generate.
353 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
354 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
355 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
356 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
357 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
358 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
359 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
360 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
361 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
362 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
363 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
364 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
365 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
366 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
367 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
368 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
369
370 2003-10-02 Jim Blandy <jimb@redhat.com>
371
372 * dwarf2read.c (struct die_info): Doc fix.
373
374 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
375
376 * sh-tdep.c: Running thru gdb_indent.sh.
377
378 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
379
380 * sh-tdep.c (sh_justify_value_in_reg): New function.
381 (sh_stack_allocsize): Ditto.
382 (flt_argreg_array): New array used for floating point argument
383 passing.
384 (sh_init_flt_argreg): New function.
385 (sh_next_flt_argreg): Ditto.
386 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
387 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
388 Fix argument passing strategy.
389 (sh_push_dummy_call_nofpu): Ditto.
390
391 2003-10-01 Andrew Cagney <cagney@redhat.com>
392
393 * value.h (register_value_being_returned): Declare. Replace
394 "value_being_returned".
395 * infcall.c (call_function_by_hand): Use
396 register_value_being_returned.
397 * infcmd.c (print_return_value): Call
398 "register_value_being_returned", handle struct return locally.
399 * values.c (register_value_being_returned): New function. Replace
400 "value_being_returned".
401
402 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
403
404 * linux-proc.c (linux_do_registers): New function.
405 (linux_make_note_section): Use linux_do_registers in case of
406 single threaded inferior programs.
407
408 2003-10-01 Andrew Cagney <cagney@redhat.com>
409
410 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
411 use STRUCT_ADDR. When not using "struct return convention", pass
412 "0" to "value_being_returned". Add FIXMEs.
413 * infcmd.c (print_return_value): Pass an explicit 0/1 to
414 value_being_returned. Add comments.
415 * values.c (value_being_returned): Add fixme.
416 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
417 (hppa_value_returned_from_stack): Add FIXME.
418
419 2003-09-30 David Carlton <carlton@kealia.com>
420
421 * dwarf2read.c (struct die_info): Add 'parent' field; replace
422 'has_children' and 'next' by 'child' and 'sibling'.
423 (read_comp_unit): Rework algorithm, breaking body into
424 read_die_and_children and read_die_and_siblings.
425 (read_die_and_children, read_die_and_siblings): New.
426 (read_full_die): Add 'has_children' argument; set it instead of
427 the die's 'has_children' field. Minor formatting cleanup.
428 (free_die_list): Use die->child and die->sibling instead of
429 die->next.
430 (dump_die_list): Ditto.
431 (sibling_die): Use die->sibling.
432 (psymtab_to_symtab_1): Use die's 'child' field in place of its
433 'has_children' and 'next' fields.
434 (process_die, read_file_scope, read_func_scope)
435 (read_lexical_block_scope, read_structure_scope)
436 (read_enumeration, read_array_type, read_common_block)
437 (read_namespace, read_subroutine_type, dump_die): Ditto.
438
439 2003-09-30 Andrew Cagney <cagney@redhat.com>
440
441 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
442 to 224, not 220.
443
444 2003-09-30 Andrew Cagney <cagney@redhat.com>
445
446 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
447 REGISTER_VIRTUAL_SIZE.
448 * gdbarch.h, gdbarch.c: Regenerate.
449 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
450 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
451 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
452
453 2003-09-29 Andrew Cagney <cagney@redhat.com>
454
455 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
456 DEPRECATED_REGISTER_VIRTUAL_TYPE.
457 * gdbarch.h, gdbarch.c: Regenerate.
458 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
459 * sh64-tdep.c, sparc-tdep.c: Update.
460
461 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
462 * remote-vxmips.c (vx_read_register): Ditto.
463 * remote-vx68.c (vx_read_register): Ditto.
464 * gnu-nat.c (inf_validate_procs): Ditto.
465
466 2003-09-29 J. Brobecker <brobecker@gnat.com>
467
468 * infcall.c (call_function_by_hand): Fix build failure
469 introduced in the previous change to this file.
470
471 2003-09-29 Andrew Cagney <cagney@redhat.com>
472
473 * NEWS: Mention Objective-C.
474
475 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
476
477 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
478 test if the register has been saved on the stack.
479 (arm_scan_prologue_cache): When analysing the instruction
480 "str lr, [sp, #-4]", save the address where lr has been stored.
481
482 2003-09-28 Andrew Cagney <cagney@redhat.com>
483
484 * frame.c (frame_read_unsigned_register): Delete function.
485 * frame.h (frame_read_unsigned_register): Delete declaration.
486 * sparc-tdep.c (sparc_init_extra_frame_info): Use
487 get_frame_register_unsigned.
488 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
489 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
490 * d10v-tdep.c (d10v_print_registers_info): Ditto.
491
492 * frame.h (frame_read_register): Delete declaration.
493 * frame.c (frame_read_register): Delete function.
494 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
495 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
496 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
497 * mips-tdep.c (mips_register_to_value): Ditto.
498 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
499 * d10v-tdep.c (d10v_print_registers_info): Ditto.
500
501 * frame.c (frame_read_signed_register): Delete function.
502 (frame_read_unsigned_register): Update comments.
503 * frame.h (frame_read_signed_register): Delete declaration.
504 * h8300-tdep.c (h8300_print_register): Use
505 get_frame_register_signed.
506 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
507
508 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
509 Rename VALUE_RETURNED_FROM_STACK.
510 * infcmd.c (print_return_value): Update.
511 * infcall.c (call_function_by_hand): Update.
512
513 2003-09-28 Mark Kettenis <kettenis@gnu.org>
514
515 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
516 regcache argument and reverse the order of the other two
517 arguments. Remove local regcache variable. Determine
518 architecture from REGCACHE. Update comments.
519 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
520 reverse the order of the other two arguments. Remove local
521 regcache variable. Determine architecture from REGCACHE. Update
522 comments.
523 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
524 prototypes. Update comments.
525 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
526 comment.
527 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
528 Update.
529 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
530 * i386-interix-nat.c (supply_fpregset): Update.
531 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
532 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
533 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
534 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
535 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
536 Update.
537 * i386obsd-tdep.c (fetch_core_registers): Update.
538 * i386v4-nat.c (supply_fpregset): Update.
539 * x86-64-linux-nat.c (supply_fpregset): Update.
540 * x86-64-linux-tdep.c (fetch_core_registers): Update.
541
542 2003-09-27 Mark Kettenis <kettenis@gnu.org>
543
544 * i386-tdep.h: Put opaque declarations in alphabetical
545 order. Remove spurious whitespace.
546 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
547 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
548 * i386-tdep.c (MM0_REGNUM): Remove define.
549 (i386_mmx_regnum_p): Add gdbarch argument.
550 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
551 Rewrite using new macro definitions for FPU/SSE registers.
552 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
553 definitions from i387-tdep.h.
554 (i386_register_name): Update.
555 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
556 new macro definitions for FPU/SSE registers.
557 (i386_extract_return_value): Determine whether floating-point
558 registers are present by examining REGCACHE's architecture.
559 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
560 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
561 FPU/SSE registers.
562 (i386_register_type): Update.
563 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
564 definitions for FPU registers. Use REGCACHE's architecture to
565 determine the appropriate register numbers.
566 (i386_pseudo_register_read, i386_pseudo_register_write,
567 i386_register_reggroup_p): Update.
568 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
569 TDEP->mm0_regnum.
570 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
571 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
572 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
573 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
574 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
575 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
576 *' to `void *'.
577 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
578 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
579 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
580 definitions for FPU/SSE registers.
581 (FXSAVE_MXCSR_ADDR): New define.
582 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
583 TDEP->mm0_regnum.
584 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
585 (I387_ST0_REGNUM): Define.
586
587 * regcache.h (get_regcache_arch): New prototype.
588 * regcache.c (get_regcache_arch): New function.
589
590 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
591 whitespace.
592
593 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
594 Initialize using ARRAY_SIZE.
595
596 2003-09-27 Andrew Cagney <cagney@redhat.com>
597
598 * arch-utils.c (deprecated_init_frame_pc_default): Rename
599 "init_frame_pc_default".
600 * arch-utils.h (deprecated_init_frame_pc_default): Update.
601 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
602 * vax-tdep.c (vax_gdbarch_init): Update.
603 * v850-tdep.c (v850_gdbarch_init): Update.
604 * sh64-tdep.c (sh64_gdbarch_init): Update.
605 * s390-tdep.c (s390_gdbarch_init): Update.
606 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
607 * mcore-tdep.c (mcore_gdbarch_init): Update.
608 * h8300-tdep.c (h8300_gdbarch_init): Update.
609 * cris-tdep.c (cris_gdbarch_init): Update.
610 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
611
612 2003-09-26 Mark Kettenis <kettenis@gnu.org>
613
614 * regset.h: New file.
615 * Makefile.in (regset_h): Add.
616
617 2003-09-25 Andrew Cagney <cagney@redhat.com>
618
619 * frame.h (deprecated_frame_saved_regs): Rename
620 get_frame_saved_regs.
621 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
622 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
623 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
624 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
625 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
626
627 2003-09-25 Andrew Cagney <cagney@redhat.com>
628
629 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
630 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
631 and Java.
632 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
633 arm*-*-* do not use the new frame code.
634
635 2003-09-25 David Carlton <carlton@kealia.com>
636
637 * c-exp.y: Remove 'register' declarations.
638 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
639
640 2003-09-25 David Carlton <carlton@kealia.com>
641
642 * c-exp.y: Include cp-support.h. Add qualified_type.
643 (yylex): Delete nested type hack; add comments.
644 * cp-namespace.c (cp_lookup_nested_type): New function.
645 * cp-support.h: Declare cp_lookup_nested_type.
646 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
647 instead of value_struct_elt_for_reference.
648 * valops.c: Include cp-support.h.
649 (value_aggregate_elt): New function.
650 (value_namespace_elt): Ditto.
651 (value_struct_elt_for_reference): Make static.
652 * value.h: Delete declaration of value_struct_elt_for_reference;
653 add declaration for value_aggregate_elt.
654 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
655 (valops.o): Ditto.
656
657 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
658
659 * stack.c: Include "reggroups.h".
660 (frame_info): Only display registers in all_reggroup.
661 * Makefile.in (stack.o): Update dependencies.
662
663 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
664
665 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
666 "add ip, sp #n" in the prologue.
667 (arm_scan_prologue): Ditto.
668
669 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
670
671 * MAINTAINERS (write after approval): Add myself.
672
673 2003-09-25 Andreas Schwab <schwab@suse.de>
674
675 * m68k-tdep.c: Include "dwarf2-frame.h".
676 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
677 * Makefile.in (m68k-tdep.o): Update dependencies.
678
679 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
680
681 * sh-tdep.c (struct frame_extra_info): Remove.
682 (struct sh_frame_cache): New structure.
683 (GET_SOURCE_REG): New macro extracting source register of an opcode.
684 (GET_TARGET_REG): Ditto but target register.
685 (GET_PUSHED_REG): Remove.
686 (IS_MOV_ARG_TO_REG): New macro.
687 (IS_MOV_ARG_TO_IND_R14): New macro.
688 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
689 (IS_MOVW_PCREL_TO_REG): New macro.
690 (IS_MOVL_PCREL_TO_REG): New macro.
691 (IS_SUB_REG_FROM_SP): New macro.
692 (IS_ARG_MOV): Remove.
693 (IS_MOV_TO_R14): Remove.
694 (IS_RESTORE_FP): New macro.
695 (IS_RTS): New macro.
696 (IS_LDS): New macro.
697 (IS_MOV_FP_SP): New macro.
698 (IS_ADD_REG_TO_FP): New macro.
699 (IS_ADD_IMM_FP): New macro.
700 (sh_skip_prologue_hard_way): Remove.
701 (sh_saved_pc_after_call): Remove.
702 (sh_frame_chain): Remove.
703 (sh_find_callers_reg): Remove.
704 (sh_nofp_frame_init_saved_regs): Remove.
705 (sh_fp_frame_init_saved_regs): Remove.
706 (sh_init_extra_frame_info): Remove.
707 (sh_analyze_prologue): New function.
708 (sh_skip_prologue): Remove deprecated code. Rely on new function
709 sh_analyze_prologue when after_prologue fails.
710 (sh_frame_saved_pc): Remove.
711 (sh_alloc_frame_cache): New function.
712 (sh_frame_cache): Ditto.
713 (sh_frame_prev_register): Ditto.
714 (sh_frame_this_id): Ditto.
715 (sh_frame_unwind): New structure defining the heuristic frame
716 sniffer interface.
717 (sh_frame_sniffer): New function.
718 (sh_unwind_sp): Ditto.
719 (sh_unwind_pc): Ditto.
720 (sh_unwind_dummy_id): Ditto.
721 (sh_frame_base_address): Ditto.
722 (sh_frame_base): New structure defining new frame base code.
723 (sh_in_function_epilogue_p): New function.
724 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
725 code and to call all new code instead. Initialize dwarf2 and
726 heuristic frame sniffer.
727
728 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
729
730 * parser-defs.h (struct exp_descriptor): New definition, containing
731 language-specific info for printing, prefixifying, dumping, and
732 evaluating expressions.
733 (exp_descriptor_standard): Declare new variable.
734 (print_subexp): Make global and declare here (from expprint.c).
735 (dump_subexp): Ditto.
736 (dump_subexp_body_standard): Declare.
737 (operator_length_standard): Declare.
738 (op_name_standard): Declare.
739 (print_subexp): Declare.
740 (print_subexp_standard): Declare.
741
742 * language.h (struct language_defn): Add la_exp_desc field to hold
743 pointer to table for language-specific operators.
744 Remove evaluate_exp field, which is now in struct exp_descriptor.
745
746 * parse.c (operator_length): Move most code to new
747 operator_length_standard function. Use language-specific information.
748 (operator_length_standard): New function taking most code from
749 operator_length.
750 (exp_descriptor_standard): New constant.
751
752 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
753 and OP_EXTENDED_LAST.
754
755 * expprint.c (print_subexp): Use language-specific print_subexp.
756 Make global; remove static declaration.
757 Move most code to print_subexp_standard.
758 (print_subexp_standard): New function, containing code formerly in
759 print_subexp.
760 (op_name): Add expression to argument signature.
761 Use langauge-specific op_name.
762 Move most code to op_name_standard.
763 (op_name_standard): New function, containing code formerly in op_name.
764 (dump_subexp): Use new version of op_name function.
765 Use language-specific dump_subexp_body, and move most existing code to
766 dump_subexp_body_standard.
767 (dump_raw_expression): Use new op_name interface.
768 (dump_subexp_body): Move most code to dump_subexp_body_standard.
769 (dump_subexp_body_standard): New function, containing code formerly
770 in dump_subexp_body.
771
772 * language.c (unknown_language): Add default la_exp_desc field and
773 remove evaluate_exp field.
774 (auto_language): Ditto.
775 (local_language): Ditto.
776 * f-lang.c (f_language_defn): Ditto.
777 * c-lang.c (c_language_defn): Ditto.
778 (cplus_language_defn): Ditto.
779 (asm_language_defn): Ditto.
780 (minimal_language_defn): Ditto.
781 * p-lang.c (pascal_language_defn): Ditto.
782 * m2-lang.c (m2_language_defn): Ditto.
783 * objc-lang.c (objc_language_defn): Ditto.
784
785 * jv-lang.c (exp_descriptor_java): New variable, containing
786 Java-specific expression evaluator.
787 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
788 field.
789 * scm-lang.c (exp_descriptor_scm): New variable, containing
790 Scheme-specific expression evaluator.
791 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
792 field.
793 * objc-lang.c (print_object_command): Take evaluate_exp from the
794 la_exp_desc field.
795
796 * Makefile.in (eval.o): Add dependency on parser-defs.h.
797
798 * eval.c: Include parser-defs.h for the full declaration of
799 la_exp_desc's type.
800 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
801
802 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
803
804 * parser-defs.h (operator_length): Declare.
805
806 * parse.c (length_of_subexp): Use operator_length to get operator
807 lengths and arities for operators.
808 Move most code to new operator_length function.
809 (operator_length): New function absorbing most code from
810 length_of_subexp.
811 (prefixify_subexp): Remove large case and use operator_length instead.
812 (parse_exp_1): Use renamings:
813 dump_prefix_expression => dump_raw_expression and
814 dump_postfix_expression => dump_prefix_expression.
815
816 * expression.h (dump_prefix_expression): Rename to ...
817 (dump_raw_expression): New name.
818 (dump_postfix_expression): Rename to ...
819 (dump_prefix_expression): New name.
820
821 * expprint.c (dump_subexp): Make global. Add comment.
822 Move most existing code to dump_subexp_body.
823 (dump_subexp_body): New function.
824 (dump_prefix_expression): Rename to dump_raw_expression.
825 Remove attempt to print the expression via print_expression: it can't
826 work before the expression is prefixified.
827 (dump_raw_expression): Renamed from dump_prefix_expression.
828 (dump_postfix_expression): Rename to dump_prefix_expression, since
829 that's what it does.
830 Remove 'note' parameter, since this routine must be used on
831 prefixified expression.
832 (dump_prefix_expression): Renamed from dump_postfix_expression.
833
834 2003-09-22 Jim Blandy <jimb@redhat.com>
835
836 * dwarf2read.c (read_array_type): When building the type for an
837 array of unspecified length, make sure to choose the upper bound
838 so that the array's total length comes out to be zero --- that's
839 how we represent such arrays.
840
841 2003-09-22 Michael Chastain <mec@shout.net>
842
843 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
844
845 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
846
847 * top.c (quit_force): Fix indirect call to quit_target so
848 a struct qt_args pointer is passed.
849
850 2003-09-22 Andrew Cagney <cagney@redhat.com>
851
852 * arch-utils.h (init_frame_pc_noop): Delete declaration.
853 * arch-utils.c (init_frame_pc_noop): Delete function.
854 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
855 "init_frame_pc".
856 * mips-tdep.c (mips_gdbarch_init): Ditto.
857 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
858 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
859 declaration.
860 (DEPRECATED_INIT_FRAME_PC): Delete macro.
861 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
862 declaration.
863 (DEPRECATED_INIT_FRAME_PC): Delete macro.
864
865 2003-09-22 Anthony Green <green@redhat.com>
866
867 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
868 declaration.
869
870 2003-09-20 Andrew Cagney <cagney@redhat.com>
871
872 * breakpoint.c: Eliminate ARGSUSED.
873 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
874 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
875 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
876 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
877 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
878 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
879 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
880 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
881 * wince.c, remote-vx.c: Ditto.
882
883 * cli/cli-script.c: Remove "register" attributes.
884 * config/pa/tm-hppa.h: Ditto.
885 * cli/cli-decode.c: Ditto.
886 * cli/cli-cmds.c: Ditto.
887
888 2003-09-19 Andrew Cagney <cagney@redhat.com>
889
890 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
891 DEPRECATED_NPC_REGNUM.
892 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
893
894 2003-09-19 Christopher Faylor <cgf@redhat.com>
895
896 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
897
898 2003-09-19 Jim Blandy <jimb@redhat.com>
899
900 * macrotab.c (macro_include): Use the correct comparison to find
901 the appropriate place for this inclusion in the list.
902
903 2003-09-19 Andrew Cagney <cagney@redhat.com>
904
905 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
906 (DEPRECATED_HPUX_TEXT_END): Define.
907 (deprecated_hpux_text_end): Declare.
908 (struct target_ops): Declare opaque.
909 * hppah-nat.c (text_end): Make static.
910 (deprecated_hpux_text_end): New function.
911 * exec.c (text_end): Delete global variable.
912 (NEED_TEXT_START_END): Do not define.
913 (exec_file_attach): Replace code computing "text_end" code with
914 call to DEPRECATED_HPUX_TEXT_END.
915
916 2003-09-19 Andrew Cagney <cagney@redhat.com>
917
918 * utils.c (align_up, align_down): New functions.
919 * defs.h (align_up, align_down): Declare.
920 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
921 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
922 and "align_down".
923 (round_up, round_down): Delete functions.
924 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
925 "align_down".
926 (ROUND_DOWN, ROUND_UP): Delete macros.
927 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
928 * h8300-tdep.c: Replace "round_up" and "round_down" with
929 "align_up" and "align_down".
930 (round_up, round_down): Delete macros.
931 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
932 "align_down".
933 (ROUND_UP, ROUND_DOWN): Delete macros.
934
935 2003-09-18 J. Brobecker <brobecker@gnat.com>
936
937 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
938 hard-coded constant. Use the proper machine name instead.
939
940 2003-09-17 Andrew Cagney <cagney@redhat.com>
941
942 * sparc-tdep.c (legacy_register_name): Delete function.
943 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
944 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
945 * infcmd.c (gdb_register_name): Delete variable.
946 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
947 REGISTER_NAME and "tm.h".
948 * gdbarch.h, gdbarch.c: Regenerate.
949 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
950 REGISTER_NAMES in comments.
951 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
952 * m68klinux-nat.c (regmap): Ditto.
953
954 2003-09-17 Jim Blandy <jimb@redhat.com>
955
956 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
957
958 2003-09-17 Andrew Cagney <cagney@redhat.com>
959
960 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
961 (ppcnbsd_init_abi): Set "use_struct_convention" to
962 "ppcnbsd_use_struct_convention".
963
964 2003-09-17 Mark Kettenis <kettenis@gnu.org>
965
966 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
967 * gdbarch.h, gdbarch.c: Regenerate.
968 (stabs_argument_has_addr): New architecture method.
969 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
970 * arch-utils.c: Include "buildsym.h".
971 (default_stabs_argument_has_addr): New function.
972 * stabsread.c (define_symbol): Use stabs_argument_has_addr
973 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
974
975 2003-09-17 Andrew Cagney <cagney@redhat.com>
976
977 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
978 * gdbarch.h, gdbarch.c: Regenerate.
979 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
980 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
981 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
982 * sparcnbsd-tdep.c: Update.
983
984 2003-09-17 Andrew Cagney <cagney@redhat.com>
985
986 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
987 * gdbarch.h, gdbarch.c: Regenerate.
988 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
989 * d10v-tdep.c, frame.c: Update.
990 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
991 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
992 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
993 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
994 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
995 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
996 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
997 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
998 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
999 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1000 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1001 * config/pa/nm-hppah.h: Update.
1002
1003 2003-09-16 Andrew Cagney <cagney@redhat.com>
1004
1005 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1006 "use_struct_convention" to "ppc_linux_use_struct_convention".
1007 (ppc_linux_use_struct_convention): New function.
1008 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1009 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1010 "rs6000_use_struct_convention".
1011 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1012 declaration.
1013 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1014 Delete function.
1015
1016 2003-09-16 Andrew Cagney <cagney@redhat.com>
1017
1018 * buildsym.c: Remove more occurances of "register".
1019 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1020 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1021 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1022 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1023 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1024 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1025 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1026 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1027
1028 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1029
1030 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1031 numbers to enumeration values.
1032 * sh-tdep.c: Accomodate above change.
1033 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1034 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1035 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1036 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1037 (IS_FPUSH): Rename from IS_FMOV.
1038 (sh_extract_struct_value_address): Remove useless comment.
1039 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1040 instead of own local values.
1041 (sh_dump_tdep): Remove.
1042 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1043 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1044
1045 2003-09-15 Andrew Cagney <cagney@redhat.com>
1046
1047 * doublest.c (convert_floatformat_to_doublest): No longer need to
1048 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1049
1050 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1051
1052 * values.c (unpack_double): Call floatformat_is_valid.
1053
1054 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1055
1056 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1057 ps_strings into a long.
1058
1059 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1060 _initialize_am64fbsd_nat.
1061
1062 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1063
1064 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1065 associated with DW_AT_ranges attribute is out of bounds.
1066
1067 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1068
1069 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1070
1071 2003-09-14 Michael Chastain <mec@shout.net>
1072
1073 * config/m68k/nm-apollo68v.h: Delete.
1074 * config/m68k/xm-apollo68v.h: Delete.
1075
1076 2003-09-14 Andrew Cagney <cagney@redhat.com>
1077
1078 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1079 * dcache.c: Update copyrights and descriptions.
1080 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1081
1082 2003-09-14 Andrew Cagney <cagney@redhat.com>
1083
1084 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1085 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1086
1087 2003-09-14 Andrew Cagney <cagney@redhat.com>
1088
1089 * alpha-nat.c: Remove some occurances of "register".
1090 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1091 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1092 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1093 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1094 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1095 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1096 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1097 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1098 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1099 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1100 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1101 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1102 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1103 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1104 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1105 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1106 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1107 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1108 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1109 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1110 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1111 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1112
1113 2003-09-13 Andrew Cagney <cagney@redhat.com>
1114
1115 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1116 * ppc-tdep.h (struct regcache): Declare opaque.
1117 * objfiles.h (struct objfile_data): Declare opaque.
1118 * cp-support.h (struct objfile): Declare opaque.
1119 * linux-nat.h (target_waitstatus): Declare opaque.
1120
1121 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1122
1123 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1124 (stabs_argument_has_addr): New architecture method.
1125 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1126 * arch-utils.c: Include "buildsym.h".
1127 (default_stabs_argument_has_addr): New function.
1128 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1129 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1130
1131 * cris-tdep.c (cris_gdbarch_init): Set
1132 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1133 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1134 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1135 * mips-tdep.c (mips_gdbarch_init): Likewise.
1136 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1137 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1138
1139 2003-09-13 Andrew Cagney <cagney@redhat.com>
1140
1141 * values.c (using_struct_return): Delete "function" and "funcaddr"
1142 parameters.
1143 * value.h (using_struct_return): Update declaration.
1144 * infcmd.c (finish_command_continuation): Update.
1145 (finish_command): Update.
1146 * infcall.c (call_function_by_hand): Update.
1147 * eval.c (evaluate_subexp_standard): Update.
1148
1149 2003-09-13 Christopher Faylor <cgf@redhat.com>
1150
1151 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1152 SSE registers since gdb will not operate correctly without this.
1153 Restore include file ordering munged in previous change.
1154 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1155
1156 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1157
1158 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1159 REG_STRUCT_HAS_ADDR.
1160 * gdbarch.c, gdbarch.h: Updated.
1161 * infcall.c (call_function_by_hand): Update.
1162 * stabsread.c (define_symbol): Updated.
1163
1164 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1165
1166 2003-09-12 Christopher Faylor <cgf@redhat.com>
1167
1168 * win32-nat.c: Reorganize so that defines used by target headers are
1169 actually defined by the system headers.
1170 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1171 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1172
1173 2003-09-12 Jim Blandy <jimb@redhat.com>
1174
1175 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1176 the file has no .data, .bss, or .rodata sections. Instead wait
1177 until we see a variable alleged to live in one of those sections.
1178
1179 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1180 .bss section, presume that any variables we find live in the
1181 .rodata section.
1182
1183 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1184 offsets for global and static variables.
1185
1186 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1187 symbol types are, by definition, in the .data section, so it is
1188 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1189 If there is no .data section, there should be no N_DATA or N_DATA
1190 | N_EXT symbols.
1191
1192 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1193
1194 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1195 (amd64fbsd_sigcontext_addr): Rewrite.
1196 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1197 with correct values.
1198 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1199 (amd64fbsd_init_abi): Fix typo.
1200
1201 2003-09-12 Andrew Cagney <cagney@redhat.com>
1202
1203 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1204 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1205
1206 2003-09-12 Andrew Cagney <cagney@redhat.com>
1207
1208 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1209 "entry_file_highpc". Update comments.
1210 * defs.h (deprecated_inside_entry_file): Rename
1211 "inside_entry_file".
1212 * blockframe.c (deprecated_inside_entry_file): Rename
1213 "inside_entry_file".
1214 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1215 * vax-tdep.c (vax_frame_chain): Update.
1216 * sh64-tdep.c (sh64_frame_chain): Update.
1217 * sh-tdep.c (sh_frame_chain): Update.
1218 * rs6000-tdep.c (rs6000_frame_chain): Update.
1219 * ns32k-tdep.c (ns32k_frame_chain): Update.
1220 * mips-tdep.c (mips_frame_chain): Update.
1221 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1222 * m32r-tdep.c (m32r_frame_this_id): Update.
1223 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1224 * frv-tdep.c (frv_frame_this_id): Update.
1225 * d10v-tdep.c (d10v_frame_this_id): Update.
1226 * cris-tdep.c (cris_frame_chain): Update.
1227 * blockframe.c (legacy_frame_chain_valid): Update.
1228 * avr-tdep.c (avr_frame_this_id): Update.
1229 * arm-tdep.c (arm_prologue_this_id): Update.
1230 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1231 * objfiles.c (objfile_relocate): Update.
1232 * mipsread.c (mipscoff_symfile_read): Update.
1233 (mipscoff_symfile_read): Update.
1234 * mdebugread.c (parse_partial_symbols): Update.
1235 * dwarfread.c (read_file_scope): Update.
1236 * dwarf2read.c (read_file_scope): Update.
1237 * dbxread.c (read_dbx_symtab): Update.
1238 (read_dbx_symtab): Update.
1239 * coffread.c (complete_symtab): Update.
1240
1241 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1242
1243 * top.c (quit_target): New static helper function.
1244 (quit_force): Moved code to quit_target(). Call quit_target()
1245 via catch_errors() to catch errors during quit.
1246
1247 2003-09-11 David Carlton <carlton@kealia.com>
1248
1249 * buildsym.c (finish_block): Use allocate_block to allocate the
1250 block.
1251 * mdebugread.c (new_block): Add FIXME.
1252
1253 2003-09-11 David Carlton <carlton@kealia.com>
1254
1255 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1256 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1257 (recursive_dump_type): Ditto.
1258 * printcmd.c (print_formatted): Ditto.
1259 * typeprint.c (print_type_scalar): Ditto.
1260 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1261 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1262 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1263 maint_cplus_cmd_list.
1264 * cp-support.c: Make maint_cplus_cmd_list extern.
1265 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1266 command.h.
1267 (lookup_symbol_file): Look in possible namespace blocks when
1268 appropriate.
1269 (initialize_namespace_symtab): New.
1270 (get_possible_namespace_block, free_namespace_block)
1271 (check_possible_namespace_symbols)
1272 (check_possible_namespace_symbols_loop)
1273 (check_one_possible_namespace_symbol)
1274 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1275 (_initialize_cp_namespace): Ditto.
1276 * block.h: Declare allocate_block.
1277 * block.c (allocate_block): New.
1278 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1279 allocate_block.
1280 * symfile.h: Update declaration of add_psymbol_to_list.
1281 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1282 question.
1283 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1284 scan_partial_symbols_call.
1285 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1286 helper functions.
1287 (add_partial_symbol): If necessary, scan mangled names for names
1288 of namespaces.
1289 (add_partial_namespace): Add NAMESPACE argument; generate partial
1290 symbols associated to namespaces.
1291 (add_partial_enumeration): Add NAMESPACE argument.
1292 (new_symbol): Allow namespace syms.
1293 (read_namespace): Generate namespace syms.
1294 * objfiles.h: Add opaque declaration of struct symtab.
1295 (struct objfile): Add cp_namespace_symtab member.
1296 * objfiles.c (allocate_objfile): Set
1297 objfile->cp_namespace_symtab.
1298 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1299 dictionary_h, command_h.
1300
1301 2003-09-11 Andrew Cagney <cagney@redhat.com>
1302
1303 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1304 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1305 near the function's end.
1306 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1307 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1308 regcache_raw_write_signed to set SP_REGNUM.
1309
1310 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1311
1312 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1313 orig_addrs is set up properly.
1314
1315 2003-09-11 Andrew Cagney <cagney@redhat.com>
1316
1317 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1318 * gdbarch.h, gdbarch.c: Re-generate.
1319 * infcall.c (call_function_by_hand): Update.
1320 * hppa-tdep.c (hppa_push_arguments): Update.
1321 * ada-lang.c (place_on_stack): Update.
1322 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1323 * sparc-tdep.c (sparc_gdbarch_init): Update.
1324 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1325 * hppa-tdep.c (hppa_gdbarch_init): Update.
1326 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1327 stack_align.
1328
1329 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1330
1331 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1332 register do need a frame.
1333
1334 2003-09-11 Andrew Cagney <cagney@redhat.com>
1335
1336 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1337 buildable since GDB 5.0.
1338 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1339 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1340 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1341 * irix4-nat.c: Delete file.
1342 * config/mips/irix4.mh: Delete file.
1343 * config/mips/irix3.mh: Delete file.
1344 * config/mips/irix3.mt: Delete file.
1345 * config/mips/tm-irix3.h: Delete file.
1346 * config/mips/nm-irix3.h: Delete file.
1347 * config/mips/xm-irix3.h: Delete file.
1348 * config/mips/nm-irix4.h: Delete file.
1349 * config/mips/xm-irix4.h: Delete file.
1350 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1351
1352 2003-09-10 J. Brobecker <brobecker@gnat.com>
1353
1354 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1355 * Makefile.in (hppa-tdep.o): Update dependencies.
1356
1357 2003-09-10 James E Wilson <wilson@specifixinc.com>
1358
1359 * MAINTAINERS: Change my e-mail address. Move to paper trail
1360 section.
1361
1362 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1363
1364 * MAINTAINERS (frv): New ISA entry.
1365
1366 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1367
1368 * frv-tdep.c (dis-asm.h): Include.
1369 * Makefile.in (frv-tdep.o): Update dependencies.
1370
1371 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1372
1373 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1374 Fix typo for high range of floating registers.
1375
1376 2003-09-09 David Carlton <carlton@kealia.com>
1377
1378 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1379 highpc initialization here out of scan_partial_symbols.
1380 (scan_partial_symbols): Restructure into a recursive version,
1381 calling add_partial_namespace and add_partial_enumeration when
1382 appropriate.
1383 (add_partial_namespace): New.
1384 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1385
1386 2003-09-09 Andrew Cagney <cagney@redhat.com>
1387
1388 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1389 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1390 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1391 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1392
1393 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1394 (rs6000_push_dummy_call): Set the "TOC" register.
1395
1396 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1397 methods "max_register_raw_size", "max_register_virtual_size" or
1398 "register_virtual_size".
1399
1400 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1401
1402 * MAINTAINERS: Update my e-mail address.
1403
1404 2003-09-09 Andrew Cagney <cagney@redhat.com>
1405
1406 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1407 (rs6000_push_dummy_call): Store the struct return address.
1408 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1409
1410 2003-09-09 Andrew Cagney <cagney@redhat.com>
1411
1412 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1413 "ppc_sysv_abi_push_arguments".
1414 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1415 "ppc_sysv_abi_push_arguments".
1416 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1417 instead of "push_arguments".
1418 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1419
1420 2003-09-09 Andrew Cagney <cagney@redhat.com>
1421
1422 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1423 instead of CALL_DUMMY_ADDRESS.
1424
1425 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1426
1427 * p-lang.c: Eliminate "register".
1428 * c-lang.c: Ditto.
1429 * expprint.c: Ditto.
1430 * f-lang.c: Ditto.
1431 * jv-lang.c: Ditto.
1432 * language.c: Ditto.
1433 * m2-lang.c: Ditto.
1434 * parse.c: Ditto.
1435 * scm-lang.c: Ditto.
1436 * objc-lang.c: Ditto.
1437
1438 2003-09-09 Nick Clifton <nickc@redhat.com>
1439
1440 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1441
1442 2003-09-04 Andrew Cagney <cagney@redhat.com>
1443
1444 * avr-tdep.c: Include "dis-asm.h".
1445 * cris-tdep.c: Include "dis-asm.h".
1446 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1447 instead of corresponding typedef.
1448 * h8300-tdep.c: Include "dis-asm.h".
1449 * ia64-tdep.c: Include "dis-asm.h".
1450 * i386-tdep.c: Include "dis-asm.h".
1451 (i386_print_insn): Use "struct disassemble_info" instead of
1452 corresponding typedef.
1453 * m68k-tdep.c: Include "dis-asm.h".
1454 * mcore-tdep.c: Include "dis-asm.h".
1455 * mips-tdep.c: Include "dis-asm.h".
1456 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1457 instead of corresponding typedef.
1458 * ns32k-tdep.c: Include "dis-asm.h".
1459 * s390-tdep.c: Include "dis-asm.h".
1460 * sparc-tdep.c: Include "dis-asm.h".
1461 * vax-tdep.c: Include "dis-asm.h".
1462 * v850-tdep.c: Include "dis-asm.h".
1463 * mn10300-tdep.c: Include "dis-asm.h".
1464 * rs6000-tdep.c: Include "dis-asm.h".
1465 * xstormy16-tdep.c: Include "dis-asm.h".
1466 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1467 print_insn_xstormy16.
1468 * Makefile.in (v850-tdep.o): Update dependencies.
1469 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1470 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1471 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1472 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1473 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1474 (gdbarch_h): Remove $(dis_asm_h).
1475 * disasm.c: Include "dis-asm.h".
1476 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1477 corresponding typedef.
1478 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1479 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1480 * gdbarch.sh: Do not include "dis-asm.h".
1481 (struct disassemble_info): Declare opaque.
1482 (TARGET_PRINT_INSN): Update declaration.
1483 * gdbarch.h, gdbarch.c: Re-generate.
1484
1485 2003-09-08 Andrew Cagney <cagney@redhat.com>
1486
1487 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1488 CALL_DUMMY_ADDRESS, change to a predicate.
1489 * gdbarch.h, gdbarch.c: Re-generate.
1490 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1491 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1492 * infcall.c (call_function_by_hand): Ditto.
1493 * sparc-tdep.c (sparc_push_return_address): Ditto.
1494 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1495 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1496 CALL_DUMMY_ADDRESS with entry_point_address.
1497 * v850-tdep.c (v850_push_return_address): Ditto.
1498 * s390-tdep.c (s390_push_return_address): Ditto.
1499 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1500 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1501 * mcore-tdep.c (mcore_push_return_address): Ditto.
1502 * cris-tdep.c (cris_push_return_address): Ditto.
1503 * arm-tdep.c (arm_push_return_address): Ditto.
1504
1505 2003-09-08 Andrew Cagney <cagney@redhat.com>
1506
1507 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1508 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1509 and REG_UNMODIFIED to REG_SAME_VALUE.
1510 (execute_cfa_program): Update.
1511 (dwarf2_frame_cache): Update. Initialize table to
1512 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1513 location.
1514 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1515
1516 2003-09-08 Andrew Cagney <cagney@redhat.com>
1517
1518 * gnu-nat.c: Remove "inline" function attribute.
1519 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1520
1521 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1522
1523 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1524 target.
1525
1526 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1527
1528 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1529 (frame_extra_info): Rename this struct to frv_unwind_cache.
1530 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1531 Add fields ``prev_sp'' and ``base''.
1532 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1533 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1534 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1535 Delete.
1536 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1537 Revise all callers. Fill in the unwind cache argument and make
1538 other adjustments to account for new frame mechanisms.
1539 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1540 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1541 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1542 (frv_frame_unwind, frv_frame_base): New structs.
1543 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1544 additional arguments expected by this method and adjust function
1545 body accordingly.
1546 (frv_gdbarch_init): Remove calls to the following functions:
1547 set_gdbarch_deprecated_init_frame_pc(),
1548 set_gdbarch_deprecated_saved_pc_after_call(),
1549 set_gdbarch_deprecated_frame_chain(),
1550 set_gdbarch_deprecated_frame_saved_pc(),
1551 set_gdbarch_deprecated_frame_init_saved_regs(),
1552 set_gdbarch_deprecated_push_arguments(),
1553 set_gdbarch_deprecated_push_return_address(),
1554 set_gdbarch_deprecated_pop_frame(),
1555 set_gdbarch_deprecated_call_dummy_words(),
1556 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1557 set_gdbarch_deprecated_init_extra_frame_info(),
1558 set_gdbarch_deprecated_dummy_write_sp(), and
1559 set_gdbarch_deprecated_pc_in_call_dummy().
1560 Add calls to the following functions:
1561 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1562 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1563 frame_base_set_default().
1564 * Makefile.in (frv-tdep.o): Update dependencies.
1565
1566 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1567
1568 * dwarf2-frame.c (read_encoded_value): Add support for
1569 DW_EH_PE_aligned encoding.
1570
1571 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1572
1573 * infrun.c (normal_stop): Don't print a message if the inferior
1574 has exited.
1575
1576 2003-09-08 Jim Blandy <jimb@redhat.com>
1577
1578 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1579 * dbxread.c: #include "gdb_assert.h".
1580 (read_dbx_symtab): If the objfile has no .data section, use the
1581 section index for the .bss section instead.
1582
1583 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * frame.c (deprecated_safe_get_selected_frame): New function.
1586 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1587 * findvar.c (read_var_value): Call it.
1588
1589 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1590
1591 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1592 (sh64-tdep.o): Add dependencies.
1593 * configure.tgt: Add FIXME to sh-*-linux*.
1594 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1595 (sh_gdbarch_init): Always set correct sh_show_regs function
1596 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1597 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1598 * sh64-tdep.c: New file, containing all sh64 related code from
1599 sh-tdep.c.
1600 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1601 * config/sh/linux.mt (TDEPFILES): Ditto.
1602 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1603 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1604 * config/sh/wince.mt (TDEPFILES): Ditto.
1605
1606 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1607
1608 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1609 (stop_wait_callback): Handle !lp->signalled also.
1610 (lin_lwp_has_pending, flush_callback): New functions.
1611 (lin_lwp_wait): Call flush_callback.
1612 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1613 (linux_proc_pending_signals): New function.
1614 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1615
1616 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1617
1618 From Nick Kelsey <nickk@ubicom.com>:
1619 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1620 when the stop PC is at the beginning of a function also.
1621
1622 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1623
1624 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1625 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1626
1627 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1628
1629 * sol-thread.c: Include "gdb_string.h".
1630
1631 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1632
1633 * gcore.c: Reorder include files in alphabetical order. Include
1634 "gdb_assert.h". Various coding style fixes.
1635 (derive_stack_segment, derive_heap_segment): Replace check for
1636 non-null BOTTOM and TOP with gdb_assert.
1637 (derive_heap_segment): Replace check for successful creation of
1638 ZERO with gdb_assert.
1639 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1640
1641 2003-09-04 Andrew Cagney <cagney@redhat.com>
1642
1643 * thread-db.c (verbose_dlsym): New function.
1644 (thread_db_load): Use verbose_dlsym
1645 (thread_db_new_objfile): Print that libthread_db was loaded, and
1646 that thread debugging was enabled.
1647
1648 2003-09-04 Andrew Cagney <cagney@redhat.com>
1649
1650 * configure.tgt: Add "mips64*-*-*" target. Delete
1651 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1652 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1653 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1654 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1655 mips*-sony-*, and mips64*-*-elf* targets.
1656 * config/mips/embedl.mt: Delete file.
1657 * config/mips/embedl64.mt: Delete file.
1658 * config/mips/mips.mt: Delete file.
1659 * config/mips/mips64.mt: Delete file.
1660 * config/mips/tm-embed.h: Delete file.
1661 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1662 * config/mips/embed64.mt: Delete out-of-date comment.
1663
1664 2003-09-04 Andrew Cagney <cagney@redhat.com>
1665
1666 * hppa-tdep.c (hppa_gdbarch_init): Set
1667 "have_nonsteppable_watchpoint".
1668 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1669 * mips-tdep.c (mips_dump_tdep): Do not print
1670 HAVE_NONSTEPPABLE_WATCHPOINT.
1671 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1672 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1673 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1674 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1675
1676 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1677
1678 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1679 unused code. Add comment.
1680
1681 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1682
1683 * breakpoint.c (watchpoint_check): Check for pc being in an
1684 epilogue if watchpoint frame couldn't be found.
1685
1686 2003-09-04 Andrew Cagney <cagney@redhat.com>
1687
1688 * Makefile.in: Re-generate all dependencies.
1689
1690 2003-09-03 Andrew Cagney <cagney@redhat.com>
1691
1692 * arch-utils.h (legacy_print_insn): Delete declaration.
1693 * arch-utils.c (legacy_print_insn): Delete function.
1694 * disasm.c (deprecated_tm_print_insn_info): Delete.
1695 (_initialize_disasm): Delete function, contained code initializing
1696 deprecated_tm_print_insn_info.
1697 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1698 (deprecated_tm_print_insn_info): Delete.
1699 (TARGET_PRINT_INSN): Do not provide a default.
1700 * gdbarch.h, gdbarch.c: Re-generate.
1701
1702 2003-09-03 Andrew Cagney <cagney@redhat.com>
1703
1704 * disasm.c (fprintf_disasm): New function.
1705 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1706 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1707 reverts 2003-08-14 change.
1708 (_initialize_disasm): Call "init_disassemble_info", instead of
1709 INIT_DISASSEMBLE_INFO_NO_ARCH.
1710
1711 2003-09-03 Michael Snyder <msnyder@redhat.com>
1712
1713 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1714
1715 2003-09-03 Andrew Cagney <cagney@redhat.com>
1716
1717 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1718 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1719 * symfile.c (syms_from_objfile): Update.
1720 (reread_symbols): `Update
1721 * exec.c (exec_file_attach): Update.
1722 (exec_file_attach): Update.
1723 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1724 2003-08-29 change.
1725 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1726
1727 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1728
1729 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1730 trad-frame.h.
1731 (arm_get_cache): Delete macro.
1732 (struct arm_prologue_cache): Update comments. Make saved_regs into
1733 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1734 to prev_sp.
1735 (thumb_scan_prologue): Update for cache changes. Don't call
1736 DEPRECATED_PC_IN_CALL_DUMMY.
1737 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1738 argument and use it in desperation search for our prologue. Do not
1739 search past the specified PC.
1740 (arm_make_prologue_cache): Simplify.
1741
1742 (arm_prologue_this_id, arm_prologue_prev_register)
1743 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1744 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1745 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1746 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1747 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1748
1749 (arm_frame_chain_valid, arm_find_callers_reg)
1750 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1751 (arm_pop_frame): Delete obsolete methods.
1752 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1753
1754 (arm_gdbarch_init): Update for new frame methods. Register prologue
1755 and sigtramp unwinders. Set the default frame base method.
1756
1757 * Makefile.in (arm-tdep.o): Update dependencies.
1758 * varobj.c (find_frame_addr_in_frame_chain): Call
1759 get_frame_base_address.
1760 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1761
1762 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1763
1764 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1765 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1766 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1767 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1768 Take NEXT_FRAME and CACHE arguments. Call
1769 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1770 Set unwound_pc in CACHE instead of modifying the frame argument.
1771 Don't bother checking the frame type when looking for sigtramp
1772 frames.
1773 (arm_make_prologue_cache, arm_frame_chain)
1774 (arm_init_extra_frame_info): New functions.
1775
1776 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1777
1778 * arm-tdep.c (arm_get_cache): Define.
1779 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1780 unwound_sp, unwound_pc, and saved_regs.
1781 (thumb_scan_prologue): Take a cache instead of the frame.
1782 (arm_scan_prologue): Likewise.
1783 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1784 instead of a temporary frame.
1785 (arm_init_extra_frame_info): Allocate and use a cache.
1786 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1787
1788 2003-09-03 Andrew Cagney <cagney@redhat.com>
1789
1790 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1791 * config/mips/wince.mt (TM_CLIBS): Ditto.
1792 * config/sh/wince.mt (TM_CLIBS): Ditto.
1793 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1794 * config/sparc/sp64.mt (CC): Delete.
1795
1796 2003-09-03 Andrew Cagney <cagney@redhat.com>
1797
1798 * defs.h: Do not include "arch-utils.h".
1799 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1800 GDB_MULTI_ARCH_PURE.
1801 * configure.in (GDB_MULTI_ARCH): Do not define.
1802 * configure, config.in: Regenerate.
1803 * configure.tgt: Do not set variable "gdb_multi_arch".
1804 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1805 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1806 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1807 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1808 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1809 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1810 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1811 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1812 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1813 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1814 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1815 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1816 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1817 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1818 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1819 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1820 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1821 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1822
1823 2003-08-30 Michael Chastain <mec@shout.net>
1824
1825 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1826 * config/m68k/nm-hp300hpux.h: Delete.
1827 * config/m68k/tm-hp300hpux.h: Delete.
1828 * config/m68k/xm-hp300hpux.h: Delete.
1829 * config/m68k/xm-hp300bsd.h: Delete.
1830 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1831 tm-hp300hpux.h, xm-hp300hpux.h.
1832 * somsolib.c: Remove comment about hp300 shared libraries.
1833
1834 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1835
1836 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1837 Only define PTRACE_GET_THREAD_AREA is not already defined.
1838 Various style fixes in code and comments and some additional
1839 spelling fixes in comments. Move after functions dealing with
1840 debug registers.
1841 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1842 Fix coding-style.
1843
1844 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1845 frame_unwind_register_unsigned instead of
1846 frame_unwind_unsigned_register.
1847
1848 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1849
1850 * configure.in: Search for gethostbyname in libnsl.
1851 * configure: Regenerated.
1852
1853 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1854
1855 * configure.in: Remove redundant AC_MSG_RESULT in check for
1856 uintptr_t in stdint.h.
1857 * configure: Regenerated.
1858
1859 * amd64-nat.h (struct regcache): Add opaque declaration.
1860
1861 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1862 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1863 Change "register array" to "register cache" in comments.
1864 (x86_64_linux_gregset64_reg_offset): New variable.
1865 (GETREGS_SUPPLIES): Remove macro.
1866 (supply_gregset): Call amd64_supply_native_gregset instead of
1867 x86_64_linux_supply_gregset.
1868 (fill_gregset): Rename `regno' to `regnum'. Call
1869 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1870 (store_regs): Rename `regno' to `regnum'.
1871 (store_fpregs): Rename `regno' to `regnum'.
1872 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1873 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1874 Reorganize function a bit.
1875 (store_inferior_registers): Rename `regno' to `regnum'. Use
1876 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1877 Reorganize function a bit.
1878 (_initialize_x86_64_linux_nat): New function.
1879 * config/i386/x86-64linux.mh.
1880
1881 2003-08-29 Andrew Cagney <cagney@redhat.com>
1882
1883 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1884 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1885 (target_remove_watchpoint): Delete macro.
1886 (target_insert_watchpoint): Delete macro.
1887 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1888 (remote_mips_stopped_by_watchpoint): Delete declaration.
1889 (remote_mips_remove_watchpoint): Delete declaration.
1890 (remote_mips_set_watchpoint): Delete declaration.
1891 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1892 * remote-mips.c (_initialize_remote_mips): Set
1893 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1894 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1895 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1896 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1897 (mips_stopped_by_watchpoint): Rename
1898 remote_mips_stopped_by_watchpoint.
1899 (mips_can_hardware_watchpoint): Rename
1900 remote_mips_can_use_hardware_watchpoint, update function
1901 signature.
1902
1903 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1904
1905 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1906 USER_DS. We haven't given them a register number yet.
1907
1908 * amd64-nat.h: New file.
1909 * amd64-nat.c: New file.
1910 * amd64fbsd-nat.c: Include "amd64-nat.h".
1911 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1912 (amd64fbsd32_r_reg_offset): New variable.
1913 (supply_gregset): Simply call amd64_supply_native_gregset.
1914 (fill_gregset): Rename `regno' to `regnum'. Simply call
1915 amd64_collect_native_gregset.
1916 (fill_fpregset): Rename `regno' to `regnum'.
1917 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1918 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1919 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1920 `fpregset_t'. Call amd64_supply_native_gregset instead of
1921 supply_gregset. Call x86_64_supply_fxsave instead of
1922 supply_fpregset.
1923 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1924 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1925 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1926 `fpregset_t'. Call amd64_collect_native_gregset instead of
1927 fill_gregset. Call x86_64_collect_fxsave instead of
1928 fill_fpregset.
1929 (_initialize_am64fbsd_nat): Initialize
1930 amd64_native_gregset32_reg_offset and
1931 amd64_native_gregset64_reg_offset.
1932 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1933
1934 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1935 null pointer. Fix typo in comment.
1936
1937 * regcache.c (supply_register): Reimplement to call
1938 regcache_raw_supply.
1939 (regcache_collect): Reimplement by calling regcache_raw_collect.
1940
1941 2003-08-28 Mark Kettenis <kettenis@gnu.org>
1942
1943 * regcache.c (register_buffer): Consitify first argument.
1944 (regcache_raw_supply, regcache_raw_collect): New
1945 functions.
1946
1947 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1948
1949 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1950 by Nathan J. Williams.
1951
1952 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1953
1954 * lin-lwp.c (wait_lwp): New function, copied from
1955 stop_wait_callback. Clean up.
1956 (stop_wait_callback): Use wait_lwp.
1957
1958 2003-08-28 Andrew Cagney <cagney@redhat.com>
1959
1960 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1961 flavour and disassembler options.
1962 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1963 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1964 deprecated_tm_print_insn_info.
1965
1966 2003-08-27 Andrew Cagney <cagney@redhat.com>
1967
1968 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1969 Use target_read_memory.
1970 (s390_get_frame_info): Update. Do not reference
1971 deprecated_tm_print_insn_info.
1972 (s390_check_function_end, s390_is_sigreturn): Ditto.
1973
1974 2003-08-27 Andrew Cagney <cagney@redhat.com>
1975
1976 * Makefile.in (cris-tdep.o): Update dependencies.
1977 * cris-tdep.c: Include "gdb_assert.h".
1978 (cris_gdbarch_init): Set print_insn.
1979 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1980 (cris_delayed_get_disassembler): Simplify, directly call the
1981 disassembler returned by cris_get_disassembler.
1982 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1983 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1984 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1985 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1986 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1987 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1988 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1989 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1990 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1991 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1992 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1993 (gdb_print_insn_sparc): Delete function.
1994 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1995 deprecated_tm_print_insn_info.
1996 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1997 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1998 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1999 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2000 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2001 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2002 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2003 (s390_gdbarch_init): Set print_insn.
2004
2005 2003-08-27 Andrew Cagney <cagney@redhat.com>
2006
2007 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2008 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2009 * infcall.c (call_function_by_hand): Convert the entry point
2010 address into a code address.
2011
2012 2003-08-27 Andrew Cagney <cagney@redhat.com>
2013
2014 * dsrec.c: Include "gdb_string.h".
2015 * Makefile.in (dsrec.o): Update dependencies.
2016
2017 2003-08-27 Michael Chastain <mec@shout.net>
2018
2019 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2020
2021 2003-08-27 Andrew Cagney <cagney@redhat.com>
2022
2023 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2024 (alpha_osf1_init_abi): Do not set call_dummy_address.
2025
2026 2003-08-27 David Carlton <carlton@kealia.com>
2027
2028 From Randolph Chung <tausq@debian.org>:
2029 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2030 compiles with -Wformat-nonliteral -Werror.
2031
2032 2003-08-26 Jim Blandy <jimb@redhat.com>
2033
2034 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2035 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2036 bfd_lookup_symbol, since we only want symbols in code sections.
2037 (look_for_base): Pass zero as the SECT_FLAGS argument to
2038 bfd_lookup_symbol, since we're not concerned about which section
2039 the symbol is in.
2040
2041 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2042
2043 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2044 we are frameless or the return address register is already known.
2045
2046 2003-08-26 Andrew Cagney <cagney@redhat.com>
2047
2048 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2049 in size. Add comments.
2050
2051 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2052
2053 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2054 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2055
2056 2003-08-26 Jason Merrill <jason@redhat.com>
2057
2058 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2059 case out of #ifdef MIPS block.
2060
2061 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2062
2063 PR java/1322
2064 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2065 available before calling SECT_OFF_TEXT.
2066 * PROBLEMS: Remove description of java/1322.
2067
2068 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2069
2070 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2071 bof, and nat0-nat127 as pseudo-registers.
2072 (ia64_frame_cache): New struct used to cache frame info.
2073 (ia64_register_reggroup_p): New routine used to override default
2074 register grouping so registers without names are still saved and
2075 restored.
2076 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2077 pseudo values.
2078 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2079 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2080 (ia64_alloc_frame_cache): New routine to create a new
2081 ia64_frame_cache.
2082 (examine_prologue): Change prototype to add next_frame pointer.
2083 Assume frameless until otherwise proven. Verify that the cfm for
2084 current frame matches the cfm that should occur for the prologues
2085 alloc insn and if equal, mark as not frameless. At end of routine,
2086 if not frameless, calculate registers for the previous frame and store
2087 in the cache, if a cache is provided.
2088 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2089 and pass 0 for next_frame.
2090 (ia64_store_return_value): Change to use convert_typed_floating()
2091 instead of calling ia64_convert_to_raw().
2092 (ia64_extract_return_value): Change to use convert_typed_floating()
2093 instead of calling ia64_convert_to_virtual().
2094 (ia64_frame_cache): New routine to support new frame model.
2095 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2096 (ia64_frame_sniffer): Ditto.
2097 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2098 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2099 (ia64_sigtramp_frame_prev_register): Ditto.
2100 (ia64_sigtramp_frame_sniffer): Ditto.
2101 (ia64_frame_base_address): Ditto.
2102 (ia64_extract_struct_value_address): Change to issue error message.
2103 (ia64_frame_align): New routine to align sp.
2104 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2105 (ia64_push_arguments): Removed. Logic moved to
2106 ia64_push_dummy_call().
2107 (ia64_push_return_address): Ditto.
2108 (ia64_unwind_dummy_id): New function.
2109 (ia64_unwind_pc): Ditto.
2110 (ia64_convert_register_p): Ditto.
2111 (ia64_register_to_value): Ditto.
2112 (ia64_value_to_register): Ditto.
2113 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2114 (ia64_register_byte, ia64_register_raw_size): Ditto.
2115 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2116 (ia64_saved_pc_after_call): Ditto.
2117 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2118 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2119 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2120 (ia64_register_convert_to_raw): Ditto.
2121 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2122 (ia64_init_extra_frame_info): Ditto.
2123 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2124 (ia64_gdbarch_init): Remove registering of deprecated functions that
2125 are no longer used. Add registration of new gdbarch functions.
2126 Remove registering deprecated_write_sp. Replace
2127 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2128 Delete set_gdbarch_deprecated_register_convertible(),
2129 set_gdbarch_deprecated_register_convert_to_virtual(), and
2130 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2131 set_gdbarch_deprecated_register_size(),
2132 set_gdbarch_deprecated_register_bytes(),
2133 set_gdbarch_pcregnum(),
2134 set_gdbarch_deprecated_register_byte(),
2135 set_gdbarch_deprecated_register_raw_size(),
2136 set_gdbarch_deprecated_max_register_raw_size(),
2137 set_gdbarch_deprecated_register_virtual_size(),
2138 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2139 Replace set_gdbarch_deprecated_extract_return_value() with
2140 set_gdbarch_extract_return_value(). Remove calls to:
2141 set_gdbarch_deprecated_saved_pc_after_call();
2142 set_gdbarch_deprecated_frame_chain(),
2143 set_gdbarch_deprecated_frame_saved_pc(),
2144 set_gdbarch_deprecated_frame_init_saved_regs(),
2145 set_gdbarch_deprecated_get_saved_register(),
2146 set_gdbarch_deprecated_call_dummy_words(),
2147 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2148 set_gdbarch_deprecated_init_extra_frame_info(),
2149 set_gdbarch_deprecated_frame_args_address(),
2150 set_gdbarch_deprecated_frame_locals_address(),
2151 and set_gdbarch_deprecated_dummy_write_sp().
2152 Add set_gdbarch_convert_register_p(),
2153 set_gdbarch_register_to_value(),
2154 set_gdbarch_value_to_register(),
2155 set_gdbarch_push_dummy_call(),
2156 set_gdbarch_frame_align(),
2157 set_gdbarch_unwind_dummy_id(),
2158 set_gdbarch_unwind_pc(),
2159 frame_unwind_append_sniffer(),
2160 frame_unwind_append_sniffer(),
2161 and frame_base_set_default().
2162
2163 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2164
2165 * configure.tgt: Document need for special "mipsisa64" handling.
2166 (mipsisa64*-*-linux64): Handle as target linux64.
2167 (mipsisa64*-*-*): Handle as target embed64.
2168
2169 2003-08-18 Michael Chastain <mec@shout.net>
2170
2171 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2172 objfile bug.
2173
2174 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2175
2176 * i387-tdep.h: Update copyright date.
2177 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2178
2179 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2180 CFLAGS games to reflect reality.
2181
2182 2003-08-24 Andrew Cagney <cagney@redhat.com>
2183
2184 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2185 GDB_MULTI_ARCH is always non-zero.
2186 * osabi.c (_initialize_gdb_osabi): Ditto.
2187 (gdbarch_init_osabi): Ditto.
2188 * sparc-tdep.c: Ditto for #if code.
2189
2190 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2191
2192 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2193 Update comments.
2194 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2195 comments.
2196 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2197 x86_64_supply_fxsave.
2198 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2199 x86_64_supply_fxsave.
2200 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2201 x86_64_supply_fxsave.
2202
2203 2003-08-23 Andreas Jaeger <aj@suse.de>
2204
2205 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2206 i387_supply_fxsave.
2207
2208 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2209
2210 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2211 i387_supply_register.
2212 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2213 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2214 i387_supply_fsave.
2215 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2216 i387_supply_fxsave.
2217 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2218 i387_supply_fsave.
2219 * i386bsd-nat.c (supply_fpregset): Adjust call to
2220 i387_supply_fsave.
2221 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2222 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2223 supply_fpregset.
2224 (store_inferior_registers): Remove extraneous whitespace. Call
2225 i387_fill_fsave instead of fill_fpregset.
2226 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2227 (supply_fpregset): Likewise.
2228 * i386v4-nat.c (supply_fpregset): Adjust call to
2229 i387_supply_fsave.
2230 * i386-interix-nat.c (supply_fpregset): Adjust call to
2231 i387_supply_fsave.
2232 * i386-linux-nat.c (supply_fpregset): Adjust call to
2233 i387_supply_fsave.
2234 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2235 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2236 i387supply_fsave and i387_supply_fxsave.
2237 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2238 Incorporate code from `i387_supply_register.
2239 (i387_supply_register): Remove.
2240 (i387_supply_fxsave): Add `regnum' argument.
2241 Update comments.
2242 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2243 prototype.
2244 (i387_supply_register): remove prototype.
2245 Update comments.
2246
2247 2003-08-22 Michael Chastain <mec@shout.net>
2248
2249 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2250 Add lines for files in gdb/testsuite/gdb.cp/* that are
2251 still not 8.3 unique.
2252
2253 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2254
2255 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2256 TYPE_VPTR_FIELDNO is valid.
2257
2258 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2259
2260 * utils.c (set_width_command): Remove prototypes.
2261 (set_screen_size): New prototype.
2262 (init_page_info): Simplify by fetching the screen size from
2263 Readline. Call set_screen_size.
2264 (set_screen_size): New function.
2265 (set_width): Add missing whitespace in comment.
2266 (set_width_command): Call set_screen_size.
2267 (set_height_command): New function.
2268 (initialize_utils): Fix formatting. Make "set height" command
2269 call set_height_command. Remove redundant code that turns off
2270 pagination if output isn't a terminal. Remove redundant call to
2271 set_width_command.
2272
2273 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2274
2275 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2276 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2277 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2278 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2279 `case' keyword.
2280 (sparc64_register_info): Give the reister with number
2281 SPARC64_STATE_REGNUM a name.
2282 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2283 %asi and %ccr.
2284 (sparc64_push_dummy_call): Take BIAS into account when checking
2285 stcak alignment.
2286 (sparc_software_single_step): Remove assertions that check whether
2287 NPC and NNPC were zero.
2288 (sparc_supply_rwindow): Make public. Merge functionality with
2289 sparc64_supply_rwindow.
2290 (sparc_fill_rwindow): Make public. Merge functionality with
2291 sparc64_fill_rwindow.
2292 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2293 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2294 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2295 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2296 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2297
2298 * reggroups.c: Add whitespace after declarations of local
2299 variables in functions.
2300
2301 2003-08-21 Michael Chastain <mec@shout.net>
2302
2303 * gdbtypes.h: Change array bound type from an int to enum.
2304
2305 2003-08-21 Andrew Cagney <cagney@redhat.com>
2306
2307 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2308 * config/sparc/tm-sparc.h: Ditto.
2309 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2310 unconditionally.
2311 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2312
2313 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2314
2315 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2316 (register_objfile_data, set_objfile_data, objfile_data): New
2317 prototypes.
2318 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2319 prototypes.
2320 (allocate_objfile): Call objfile_alloc_data.
2321 (free_objfile): Call objfile_free_data.
2322 (struct objfile_data): New.
2323 (struct objfile_data_registration): New.
2324 (struct objfile_data_registry): New.
2325 (objfile_data_registry): New variable.
2326 (register_objfile_data): New function.
2327 (objfile_alloc_data, objfile_free_data): New functions.
2328 (set_objfile_data, objfile_data): New functions.
2329 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2330 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2331 (_initialize_dwarf2_frame): New function and prototype.
2332
2333 2003-08-21 Andrew Cagney <cagney@redhat.com>
2334
2335 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2336 a specific architecture.
2337 * arch-utils.h (set_architecture_from_arch_mach): Delete
2338 declaration.
2339 (target_architecture_hook): Delete declaration.
2340 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2341 (default_float_format): Assume GDB_MULTI_ARCH.
2342 (default_double_format): Assume GDB_MULTI_ARCH.
2343 (set_endian_from_file): Delete function.
2344 (arch_ok): Delete function.
2345 (set_arch): Delete function.
2346 (set_architecture_from_arch_mach): Delete function.
2347 (set_architecture_from_file): Delete function.
2348 (set_architecture): Assume GDB_MULTI_ARCH.
2349 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2350
2351 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2352
2353 Rewrite FreeBSD/sparc64 native configuration.
2354 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2355 * sparc64fbsd-nat.c: New file.
2356 * sparc64fbsd-tdep.c: New file.
2357 * sparc64-tdep.c sparc64-tdep.h: New files.
2358 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2359 sparc64fbsd-tdep.o): New dependencies.
2360 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2361 and sparc64fbsd-tdep.c.
2362 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2363 * config/sparc/fbsd.mh: Remove copyright notice.
2364 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2365 sparcbsd-nat.o.
2366 * config/sparc/fbsd.mt: Remove copyright notice.
2367 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2368 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2369 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2370 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2371 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2372 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2373 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2374 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2375 "sparc/tm-sp64.h".
2376 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2377 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2378
2379 2003-08-21 Michael Chastain <mec@shout.net>
2380
2381 * symtab.h: Add doco on the space critical structures and
2382 some measurements of space usage.
2383
2384 2003-08-21 Michael Snyder <msnyder@redhat.com>
2385
2386 * tracepoint.c (trace_dump_command): Trace break address
2387 is subject to DECR_PC_AFTER_BREAK.
2388 (set_traceframe_context): Make "trace_line" an int.
2389 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2390
2391 2003-08-20 Michael Snyder <msnyder@redhat.com>
2392
2393 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2394 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2395 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2396 argument passing.
2397 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2398 functions, replace sh_push_dummy_call.
2399 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2400
2401 2003-08-20 Michael Chastain <mec@shout.net>
2402
2403 * gdbtypes.h (struct main_type): Rearrange to save space.
2404
2405 2003-08-20 Michael Snyder <msnyder@redhat.com>
2406
2407 * trad-frame.c: Comment typo fix.
2408
2409 2003-08-20 Michael Snyder <msnyder@redhat.com>
2410 Kevin Buettner <kevinb@redhat.com>
2411
2412 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2413 (frv_frame_init_saved_regs): Add declaration.
2414 (frame_extra_info): Add new field ``saved_regs''.
2415 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2416 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2417 Update frame related code.
2418 (frv_extract_struct_value_address): Adjust formatting.
2419 * Makefile.in (frv-tdep.o): Update dependencies.
2420 * config/frv/tm-frv.h (target_insert_watchpoint)
2421 (target_remove_watchpoint, target_insert_hw_breakpoint)
2422 (target_remove_hw_breakpoint): Delete these macros.
2423 (remote_insert_watchpoint, remote_remove_watchpoint)
2424 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2425 these declarations.
2426
2427 2003-08-20 Michael Chastain <mec@shout.net>
2428
2429 * defs.h (ENUM_BITFIELD): New macro.
2430 * symtab.h (ENUM_BITFIELD): Use it.
2431 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2432
2433 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2434
2435 * MAINTAINERS (write after approval): Add myself.
2436
2437 2003-08-18 Andrew Cagney <cagney@redhat.com>
2438
2439 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2440 * gdbarch.h, gdbarch.c: Re-generate.
2441 * infcall.c (call_function_by_hand): Adjust the SP by
2442 frame_red_zone_size before allocating any stack space.
2443 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2444 * x86-64-tdep.c (x86_64_frame_align): New function.
2445 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2446
2447 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2448 Remove code adjusting SP so that it skips over the Red Zone.
2449
2450 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2451
2452 * NEWS (New native configurations): Mention FreeBSD/amd64.
2453
2454 2003-08-18 Andrew Cagney <cagney@redhat.com>
2455
2456 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2457 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2458 "m68k_frame_p".
2459 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2460
2461 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2462
2463 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2464
2465 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2466
2467 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2468 Define.
2469 * i386-linux-nat.c: Include "linux-nat.h".
2470 (child_post_startup_inferior): New function.
2471
2472 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2473
2474 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2475 at the start of a frameless function. This probably fixes PR
2476 backtrace/1338.
2477
2478 2003-08-17 Michael Chastain <mec@shout.net>
2479
2480 * symfile.c (find_sym_fns): Remove special case for apollo target.
2481
2482 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2483
2484 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2485 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2486 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2487 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2488 (linux_supports_tracevforkdone): New function.
2489 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2490 TRACEVFORKDONE.
2491 (child_follow_fork): Handle vfork.
2492 (linux_handle_extended_wait): Likewise. Also handle exec.
2493 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2494 * NEWS: Mention fork tracing.
2495
2496 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2497
2498 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2499
2500 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2501
2502 * Makefile.in (i386-linux-nat.o): Update dependencies.
2503 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2504 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2505 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2506 * i386-linux-nat.c: Include "linux-nat.h".
2507 (child_post_startup_inferior): New function.
2508 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2509 * infptrace.c (kill_inferior): Wrap in #ifdef.
2510 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2511 attaching to each LWP.
2512 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2513 (init_lin_lwp_ops): Fill in some more operations.
2514 * linux-nat.h (linux_enable_event_reporting)
2515 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2516 prototypes.
2517 * linux-nat.c (linux_enable_event_reporting): New function.
2518 (child_post_attach, linux_child_post_startup_inferior)
2519 (child_post_startup_inferior, child_follow_fork)
2520 (linux_handle_extended_wait, kill_inferior): New functions.
2521
2522 2003-08-16 Andrew Cagney <cagney@redhat.com>
2523
2524 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2525 * gdbarch.h, gdbarch.c: Re-generate.
2526
2527 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2528
2529 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2530
2531 2003-08-16 Andrew Cagney <cagney@redhat.com>
2532
2533 * NEWS: Mention that "set prompt-escape-char" was deleted.
2534 * top.c (get_prompt_1): Delete function.
2535 (gdb_prompt_escape):
2536 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2537 prompt-escape-char" command.
2538 (MAX_PROMPT_SIZE): Delete macro.
2539 (get_prompt): Simplify, do not call get_prompt_1.
2540
2541 2003-08-16 Andrew Cagney <cagney@redhat.com>
2542
2543 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2544 -Werror. -Wformat-nonliteral problems.
2545
2546 2003-08-15 J. Brobecker <brobecker@gnat.com>
2547
2548 Further multiarching work mostly for hppa64-*-hpux11:
2549 * hppa-tdep.h: New file.
2550 * hppa-tdep.c: #include hppa-tdep.c.
2551 (hppa32_num_regs): Renamed from hppa_num_regs.
2552 (hppa64_num_regs): New constant.
2553 (hppa64_call_dummy_breakpoint_offset): New constant.
2554 (hppa32_call_dummy_length): New constant.
2555 (hppa64_call_dummy_length): New constant.
2556 (hppa32_stack_align): Make name 32bit explicit.
2557 (hppa32_register_virtual_type): Likewise.
2558 (hppa32_extract_return_value): Likewise.
2559 (hppa32_use_struct_convention): Likewise.
2560 (hppa32_store_return_value): Likewise.
2561 (hppa64_register_virtual_type): New function.
2562 (hppa64_extract_return_value): New function.
2563 (hppa64_use_struct_convention): New function.
2564 (hppa64_store_return_value): New function.
2565 (hppa_frame_locals_address): Remove declaration, function does
2566 not exist anymore.
2567 (hppa_register_byte): Add support for PA64 ABI.
2568 (hppa_gdbarch_init): Add support for PA64 ABI.
2569 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2570 Make name 32bit explicit.
2571 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2572 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2573 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2574 (hppa64_hpux_frame_base_before_sigtramp): New function.
2575 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2576 * config/pa/tm-hppa64.h: Remove macros that are no longer
2577 necessary now that the gdbarch vector is properly setup.
2578 Transform some macros into function calls. Some minor cleanup.
2579 * config/pa/tm-hppah.h: Update function calls in macros
2580 following the function renaming in hppa-hpux-tdep.c.
2581 * Makefile.in (hppa_tdep_h): New variable.
2582 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2583
2584 2003-08-14 Michael Snyder <msnyder@redhat.com>
2585
2586 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2587
2588 2003-08-13 J. Brobecker <brobecker@gnat.com>
2589
2590 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2591 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2592 routine.
2593
2594 2003-08-13 Michael Snyder <msnyder@redhat.com>
2595
2596 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2597 (frv_saved_pc_after_call): Use deprecated ftype.
2598 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2599 (frv_remote_translate_xfer_address): Remove.
2600 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2601
2602 2003-08-13 J. Brobecker <brobecker@gnat.com>
2603
2604 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2605 initialization after the common gdbarch initialization, not before.
2606
2607 2003-08-13 J. Brobecker <brobecker@gnat.com>
2608
2609 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2610 (ADDR_BITS_REMOVE): Remove, redundant.
2611
2612 2003-08-13 J. Brobecker <brobecker@gnat.com>
2613
2614 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2615 gdbarch method to clear the 2 low bits of text addresses.
2616
2617 2003-08-12 Andrew Cagney <cagney@redhat.com>
2618
2619 * Makefile.in (dsrec.o): Update dependencies.
2620 * dsrec.c: Include "gdb_assert.h".
2621 (make_srec): Use snprintf instead of sprintf, use a literal format
2622 string.
2623
2624 2003-08-12 Andrew Cagney <cagney@redhat.com>
2625
2626 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2627 FRAME_OBSTACK_ZALLOC.
2628
2629 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2630
2631 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2632 SSE registers.
2633
2634 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2635
2636 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2637 amd64fbsd_sc_reg_offset): Add extern declarations.
2638 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2639 declarations.
2640
2641 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2642
2643 * MAINTAINERS (write after approval): Update my mail address.
2644
2645 2003-08-10 Andrew Cagney <cagney@redhat.com>
2646
2647 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2648
2649 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2650
2651 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2652 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2653 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2654 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2655 i386bsd_sc_reg_offset): Add extern declarations.
2656 * i386obsd-nat.c: Include "i386-tdep.h"
2657 (_initialize_i386obsd_nat): Remove extern declarations.
2658 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2659 declarations.
2660 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2661 declarations.
2662
2663 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2664 instead of frame_read_register.
2665 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2666 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2667 SP_REGNUM.
2668 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2669 instead of frame_unwind_unsigned_register. Use
2670 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2671 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2672 instead of read_register. Use builtin_type_void_data_ptr instead
2673 of builtin_type_void_func_ptr when extracting the address of the
2674 jmp_buf.
2675 (i386_extract_return_value, i386_store_return_value,
2676 i386_pseudo_register_read, i386_pseudo_register_write): Use
2677 register_size instead REGISTER_RAW_SIZE.
2678
2679 2003-08-10 Andrew Cagney <cagney@redhat.com>
2680
2681 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2682 sprintf. Make "name" constant.
2683
2684 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2685
2686 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2687 instead of frame_read_register.
2688 (i387_print_float_info): Use get_frame_register and
2689 get_frame_register_unsigned instead of frame_register_read.
2690
2691 * i386fbsd-nat.c: Include "i386-tdep.h".
2692 (child_resume): Make `eflags' an ULONGEST. Use
2693 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2694 instead of register_read and register_write.
2695
2696 * i386bsd-nat.c (fetch_inferior_registers,
2697 store_inferior_registers): Don't use && at the end of a line.
2698 (_initialize_i386bsd_nat): Fix typo.
2699
2700 * frame.c (_initialize_frame): Add missing backslash.
2701
2702 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2703 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2704 and supply_register instead of manipulating the register buffer
2705 directly.
2706
2707 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2708 * config/i386/nm-i386sol2.h
2709 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2710
2711 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2712 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2713 instructions that GCC likes to mingle into the prologue. Fixes
2714 gdb/1253 and gdb/1255.
2715
2716 2003-08-09 Andrew Cagney <cagney@redhat.com>
2717
2718 Fix GDB PR cli/926.
2719 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2720 * command.h (add_setshow_uinteger_cmd): Declare.
2721 * frame.c (set_backtrace_cmd): New function.
2722 (show_backtrace_cmd): New function.
2723 * frame.c (_initialize_frame): Replace "set/show
2724 backtrace-below-main" with "set/show backtrace past-main". Add
2725 command "set/show backtrace limit".
2726 (backtrace_past_main): Rename "backtrace_below_main".
2727 (backtrace_limit): New variable.
2728 (get_prev_frame): Update. Check the backtrace_limit.
2729
2730 2003-08-09 Andrew Cagney <cagney@redhat.com>
2731
2732 * defs.h (xstrprintf): Declare.
2733 * utils.c (xstrprintf): New function.
2734 * breakpoint.c (insert_breakpoints): Replace sprintf and
2735 non-literal format strings, with xstrprintf and cleanups.
2736 (delete_breakpoint,breakpoint_re_set): Ditto.
2737 (commands_command, insert_breakpoints): Ditto.
2738 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2739 (break_at_finish_command_1): Ditto.
2740
2741 2003-08-09 Andrew Cagney <cagney@redhat.com>
2742
2743 * MAINTAINERS (language support): List Adam Fedor as Objective C
2744 maintainer.
2745
2746 2003-08-08 J. Brobecker <brobecker@gnat.com>
2747
2748 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2749 are now multiarched.
2750
2751 2003-08-08 J. Brobecker <brobecker@gnat.com>
2752
2753 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2754 longer necessary now that hppa64 is partially multiarch'ed.
2755
2756 2003-08-08 Andrew Cagney <cagney@redhat.com>
2757
2758 * interps.c (interp_set): Check for a NULL "old_interp".
2759
2760 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2761
2762 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2763 (install-only): Support DESTDIR.
2764 (uninstall): Likewise.
2765 (install-gdbtk): Likewise.
2766
2767 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2768
2769 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2770 contains something meaningful at all times.
2771
2772 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2773
2774 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2775
2776 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2777
2778 * MAINTAINERS (write after approval): Added self.
2779
2780 2003-08-07 Andrew Cagney <cagney@redhat.com>
2781
2782 * inferior.h (AT_SYMBOL): Define.
2783 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2784 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2785 * mips-tdep.c (mips_call_dummy_address): Delete function.
2786 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2787 set call_dummy_address.
2788
2789 2003-08-07 Andrew Cagney <cagney@redhat.com>
2790
2791 * language.c (op_error): Delete function.
2792 (binop_type_check): Delete function.
2793 * language.h (type_op_error, range_op_error): Delete macros.
2794 (op_error): Delete declaration.
2795
2796 2003-08-07 Andrew Cagney <cagney@redhat.com>
2797
2798 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2799
2800 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2801
2802 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2803 (x86_64_push_arguments): Skip the red zone.
2804
2805 2003-08-05 Andrew Cagney <cagney@redhat.com>
2806
2807 * reggroups.c (reggroup_next): Check for the final entry.
2808
2809 2003-08-04 Andrew Cagney <cagney@redhat.com>
2810
2811 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2812 * cli/cli-script.c (define_command): Call query directly, instead
2813 of passing it a buffer.
2814 * ocd.c (ocd_error): Pass error a constant format string.
2815 * remote-mips.c (mips_error): Use fputs_filtered.
2816
2817 * solib-svr4.c (_initialize_svr4_solib): Update
2818 register_gdbarch_data call.
2819 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2820
2821 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2822 (register_gdbarch_data): Delete "free" parameter. Update
2823 comments.
2824 * gdbarch.h, gdbarch.c: Re-generate.
2825 * reggroups.c (_initialize_reggroup): Update.
2826 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2827 * frame-base.c (_initialize_frame_base): Update.
2828 * frame-unwind.c (_initialize_frame_unwind): Update.
2829 * user-regs.c (_initialize_user_regs): Update.
2830 * remote.c (_initialize_remote): Update.
2831 * regcache.c (_initialize_regcache): Update.
2832
2833 * regcache.c (xfree_regcache_descr): Delete function.
2834 (_initialize_regcache): Update call to register_gdbarch_data.
2835 (init_regcache_descr, init_legacy_regcache_descr): Use
2836 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2837
2838 * remote.c (free_remote_state): Delete function.
2839 (_initialize_remote): Update register_gdbarch_data.
2840 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2841 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2842
2843 2003-08-04 Andrew Cagney <cagney@redhat.com>
2844
2845 * reggroups.c (struct reggroup_el): Define.
2846 (struct reggroups): Delete field "nr_group". Replace array
2847 "group" with a "first" to "last" linked list.
2848 (reggroups_init): Update. Allocate using gdbarch's obstack.
2849 (reggroups_free): Delete function.
2850 (add_group): Update. Add "el" parameter.
2851 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2852 (default_groups): Update.
2853 (reggroup_next): Replace reggroups.
2854 (reggroups_dump): Update.
2855 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2856 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2857 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2858
2859 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2860
2861 * Makefile.in (tui-interp.o): Update dependencies.
2862
2863 2003-08-04 David Carlton <carlton@kealia.com>
2864
2865 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2866 to internal_error call.
2867 * source.c (forward_search_command): Add "%s" format argument.
2868 (reverse_search_command): Ditto.
2869 * top.c (quit_confirm): Ditto.
2870 * cli/cli-setshow.c (do_setshow_command): Ditto.
2871 * cp-valprint.c (cp_print_class_method): Replace
2872 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2873 (cp_print_class_member): Ditto.
2874 * event-top.c (command_line_handler): Ditto.
2875 * linux-proc.c (linux_info_proc_cmd): Ditto.
2876 * p-typeprint.c (pascal_type_print_base): Ditto.
2877 * p-valprint.c (pascal_object_print_class_method): Ditto.
2878 (pascal_object_print_class_member): Ditto.
2879 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2880 * remote.c (remote_cisco_section_offsets): Ditto.
2881 * top.c (command_line_input): Ditto.
2882 * utils.c (vwarning,error_stream,quit): Ditto.
2883 * valprint.c (print_floating,print_binary_chars)
2884 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2885
2886 2003-08-04 Andrew Cagney <cagney@redhat.com>
2887
2888 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2889
2890 2003-08-02 Andrew Cagney <cagney@redhat.com>
2891
2892 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2893 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2894 amd64fbsd-nat.c.
2895
2896 2003-08-02 Andrew Cagney <cagney@redhat.com>
2897
2898 * Makefile.in: Update all dependencies and definitions.
2899
2900 2003-08-02 Adam Fedor <fedor@gnu.org>
2901
2902 * linespec.c (is_objc_method_format): New function
2903 (decode_line_1, locate_first_half): Use it.
2904 Fixes PR objc/1298
2905
2906 2003-08-01 Andrew Cagney <cagney@redhat.com>
2907
2908 * NEWS: Mention that m32r is multi-arch.
2909 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2910 * configure.tgt: Recognize m32r-*-*.
2911 * config/m32r/tm-m32r.h: Delete file.
2912 * config/m32r/m32r.mt: New file.
2913 * m32r-rom.c (m32r_upload_command): Use hostent only when
2914 gethostname succeeds, in order to avoid a compilation
2915 warning.
2916 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2917 compiler warning.
2918
2919 2003-08-01 Michael Snyder <msnyder@redhat.com>
2920
2921 * sh-tdep.c (sh_frame_align): New gdbarch method.
2922 (sh_gdbarch_init): Set up frame_align method.
2923
2924 2003-07-31 Michael Snyder <msnyder@redhat.com>
2925
2926 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2927 which is already covered by the new frames infrastructure.
2928
2929 2003-07-31 Andrew Cagney <cagney@redhat.com>
2930
2931 * user-regs.c (struct user_reg): Add "next" link.
2932 (struct user_regs): Replace "user" with "first" and "last" links.
2933 (append_user_reg): Add pre-allocated "reg" parameter.
2934 (builtin_user_regs): Provide initial value for "last".
2935 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2936 (user_regs_init): Allocate memory from the gdbarch obstack.
2937 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2938 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2939 linked list.
2940 (usernum_to_user_reg): New function.
2941 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2942 (value_of_user_reg): Use usernum_to_user_reg.
2943 (user_regs_free): Delete function.
2944 (_initialize_user_regs): Update register_gdbarch_data call.
2945
2946 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
2947
2948 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2949
2950 2003-07-30 Michael Snyder <msnyder@redhat.com>
2951
2952 * value.h (value_being_returned): Add a struct_addr argument.
2953 * infcall.c (call_function_by_hand): Pass struct_addr to
2954 value_being_returned.
2955 * infcmd.c (print_return_value): Pass zero as struct_addr.
2956 * values.c (value_being_returned): If struct_addr is passed,
2957 use it instead of trying to recover it from the inferior.
2958
2959 2003-07-30 Kevin Buettner <kevinb@redhat.com>
2960
2961 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2962 the prologue analyzer won't need to attempt to extract the pc
2963 value from the woefully incomplete dummy frame.
2964 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2965 possible. Disable code which modifies the frame.
2966
2967 2003-07-28 Andrew Cagney <cagney@redhat.com>
2968
2969 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2970 to level 2.
2971 (annotate_breakpoints_table, annotate_record): Ditto.
2972 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2973 (annotate_field_name_end, annotate_field_value): Ditto.
2974 (annotate_field_end, annotate_frame_source_begin): Ditto.
2975 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2976 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2977 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2978 (annotate_frame_address_end, annotate_frame_address): Ditto.
2979 (annotate_frame_args, annotate_frame_end): Ditto.
2980 (annotate_frame_where, annotate_arg_begin): Ditto.
2981 (annotate_arg_name_end, annotate_arg_value): Ditto.
2982 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2983 (annotate_function_call, annotate_signal_name): Ditto.
2984 (annotate_signal_string, annotate_signal_name_end): Ditto.
2985 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2986 (annotate_value_begin, annotate_value_history_value): Ditto.
2987 (annotate_value_history_end, annotate_value_end): Ditto.
2988 (annotate_display_begin, annotate_display_number_end): Ditto.
2989 (annotate_display_format, annotate_display_expression): Ditto.
2990 (annotate_display_expression_end, annotate_display_value): Ditto.
2991 (annotate_display_end, annotate_array_section_begin): Ditto.
2992 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2993 (annotate_elt, annotate_array_section_end): Ditto.
2994
2995 2003-07-28 Andrew Cagney <cagney@redhat.com>
2996
2997 * regcache.c (struct regcache_descr): Update comments on
2998 nr_raw_registers.
2999 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3000 sizeof_raw_register_valid_p.
3001 (init_regcache_descr): Set nr_raw_registers and
3002 sizeof_raw_register_valid_p before calling
3003 init_legacy_regcache_descr.
3004
3005 2003-07-28 Andrew Cagney <cagney@redhat.com>
3006
3007 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3008 MOD NUM_REGS.
3009
3010 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3011
3012 * thread.c (info_threads_command): Use get_selected_frame ().
3013 Check that there is at least one non-sentinel frame.
3014
3015 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3016
3017 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3018 (m68hc11_pop_frame): Remove.
3019 (m68hc11_frame_saved_pc): Remove.
3020 (m68hc11_frame_chain): Remove.
3021 (m68hc11_frame_init_saved_regs): Remove.
3022 (m68hc11_init_extra_frame_info): Remove.
3023 (m68hc11_store_struct_return): Remove.
3024 (m68hc11_saved_pc_after_call): Remove.
3025
3026 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3027
3028 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3029 frame unwind information.
3030 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3031 and adapted for frame unwinding.
3032 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3033 (m68hc11_unwind_pc): New function.
3034 (m68hc11_frame_unwind_cache): New function to analyze frames.
3035 (m68hc11_frame_this_id): New function to create new frame struct.
3036 (m68hc11_frame_prev_register): New function to unwind a register from
3037 the frame.
3038 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3039 (m68hc11_frame_p): New function for the above.
3040 (m68hc11_frame_base_address): New function to return fp of frame.
3041 (m68hc11_frame_args_address): Update for frame.
3042 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3043 (m68hc11_unwind_sp): New function.
3044 (m68hc11_unwind_dummy_id): New function.
3045 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3046 calls.
3047
3048 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3049
3050 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3051 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3052 when we are beyond the current pc.
3053
3054 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3055
3056 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3057 from m68hc11_push_arguments.
3058 (m68hc11_push_arguments): Remove.
3059 (m68hc11_push_return_address): Remove.
3060 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3061 handlers; remove deprecated_extra_stack_alignment_needed.
3062
3063 2003-07-27 Andrew Cagney <cagney@redhat.com>
3064
3065 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3066 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3067 REAL_PC and not the pointer.
3068 * hppa-hpux-tdep.c: Include frame.h
3069
3070 2003-07-27 Andrew Cagney <cagney@redhat.com>
3071
3072 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3073 GDB_MULTI_ACH_PARTIAL.
3074
3075 2003-07-27 Andrew Cagney <cagney@redhat.com>
3076
3077 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3078 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3079 operator at start and not end of line.
3080 (decode_prologue): Ditto.
3081 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3082 frame_unwind_register_unsigned instead of
3083 frame_unwind_unsigned_register.
3084 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3085 read_register.
3086 (m32r_push_dummy_call): Use register_size instead of
3087 REGISTER_RAW_SIZE.
3088 (m32r_frame_sniffer): Replace m32r_frame_p.
3089 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3090 * m32r-rom.c (report_transfer_performance): Delete extern
3091 declaration.
3092 (m32r_load, m32r_upload_command): Use print_transfer_performance
3093 instead of report_transfer_performance.
3094 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3095 / add_show_from_set.
3096
3097 2003-07-26 Andrew Cagney <cagney@redhat.com>
3098
3099 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3100 store_return_value and extract_struct_value_address.
3101
3102 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3103
3104 PR c++/1267
3105 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3106 NULL, default to the section containing PC.
3107
3108 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3109
3110 * NEWS: Mention "regs" deprecated for m68hc11 too.
3111
3112 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3113 (m68hc11_print_register): New function to print out one register.
3114 (m68hc11_print_registers_info): New function to print registers.
3115 (show_regs): Deprecate and use the above.
3116 (m68hc11_gdbarch_init): Install the print_registers_info.
3117
3118 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3119
3120 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3121 that we have a SIGTRAP before returning non-zero.
3122
3123 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3124 Elena Zannoni <ezannoni@redhat.com>
3125
3126 * linespec.c (decode_line_2): Avoid crash if
3127 find_function_start_sal() returns empty record.
3128
3129 2003-07-23 Andreas Schwab <schwab@suse.de>
3130
3131 * ia64-tdep.c (ia64_print_insn): New function.
3132 (ia64_gdbarch_init): Set print_insn to it.
3133 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3134 deprecated_tm_print_insn_info.
3135
3136 2003-07-22 Michael Snyder <msnyder@redhat.com>
3137
3138 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3139 handle 8-bit returns (long long).
3140 (h8300h_extract_return_value): Ditto.
3141 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3142
3143 2003-07-22 Andrew Cagney <cagney@redhat.com>
3144
3145 * gdbarch.c Include "gdb_obstack.h".
3146 (struct gdbarch): Add an "obstack".
3147 (alloc_gdbarch_data): Allocate the gdbarch data using
3148 GDBARCH_OBSTACK_CALLOC.
3149 (free_gdbarch_data): Delete function.
3150 (gdbarch_obstack_zalloc): New function.
3151 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3152 Assert that the architecture is not initialized.
3153 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3154 vector from the obstack.
3155 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3156 architecture obstack.
3157 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3158 (set_gdbarch_data): Assert that the data is not initialized.
3159 (struct gdbarch_data): Delete member "free".
3160 (register_gdbarch_data): Do not initialize "free".
3161 * gdbarch.h, gdbarch.c: Re-generate.
3162
3163 2003-07-22 Andrew Cagney <cagney@redhat.com>
3164
3165 * configure.in (build_warnings): Add -Wformat-nonliteral.
3166 * configure: Re-generate.
3167
3168 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3169
3170 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3171
3172 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3173
3174 * findvar.c (read_var_value): Remove case for thread local storage
3175 variables. It is now entirely handled by the dwarf2 location
3176 expression code.
3177 * printcmd.c (address_info): Ditto.
3178 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3179 enumeration value.
3180 (struct symbol): Remove objfile field, which was used by
3181 LOC_THREAD_LOCAL_STATIC only.
3182 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3183 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3184 usage of objfile pointer.
3185 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3186 thread local variables.
3187 Add include of objfiles.h.
3188 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3189 storage variables.
3190 * Makefile.in (dwarf2loc.o): Update dependencies.
3191
3192 2003-07-22 Andrew Cagney <cagney@redhat.com>
3193
3194 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3195 get_frame_base.
3196 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3197 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3198 (struct value): Add opaque declaration.
3199 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3200
3201 2003-07-21 Andrew Cagney <cagney@redhat.com>
3202
3203 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3204 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3205
3206 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3207
3208 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3209 regcache_cooked_read_unsigned instead of read_register.
3210 (m68hc11_saved_pc_after_call): Likewise.
3211 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3212 instead of write_register.
3213 (m68hc11_register_type): New function.
3214 (m68hc11_register_virtual_type): Remove.
3215 (m68hc11_store_return_value): Convert to use the regcache.
3216 (m68hc11_extract_struct_value_address): Likewise.
3217 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3218 m68hc11_register_type; undeprecate store_return_value and
3219 extract_struct_value_address.
3220
3221 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3222
3223 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3224 and translate to use regcache.
3225 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3226
3227 2003-07-18 Andrew Cagney <cagney@redhat.com>
3228
3229 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3230 * gdbarch.h, gdbarch.c: Re-generate.
3231 * i386-tdep.c (i386_gdbarch_init): Do not set
3232 DWARF2_BUILD_FRAME_INFO.
3233 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3234 unconditionally.
3235 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3236 DWARF2_BUILD_FRAME_INFO.
3237
3238 2003-07-18 Andrew Cagney <cagney@redhat.com>
3239
3240 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3241 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3242
3243 2003-07-18 Andrew Cagney <cagney@redhat.com>
3244
3245 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3246 frame_unwind_address_in_block, instead of frame_pc_unwind.
3247 (dwarf2_frame_cache): Ditto.
3248
3249 2003-07-18 Andrew Cagney <cagney@redhat.com>
3250
3251 * user-regs.h (struct gdbarch): Declare opaque.
3252 * ui-out.h (struct ui_file): Declare opaque.
3253 * dwarf2-frame.h (struct frame_info): Declare opaque.
3254
3255 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3256
3257 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3258 #include "...".
3259 (procfs_meminfo): Change strerror to safe_strerror.
3260 (procfs_can_run): Remove K&R badness.
3261
3262 2003-07-17 Michael Snyder <msnyder@redhat.com>
3263
3264 * remote-sim.c: Comment typo fix.
3265
3266 2003-07-17 Andrew Cagney <cagney@redhat.com>
3267
3268 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3269 configure.
3270 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3271 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3272 GDB_MULTI_ARCH_PARTIAL.
3273
3274 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3275
3276 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3277 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3278 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3279
3280 2003-07-16 Theodore A. Roth <troth@openavr.org>
3281
3282 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3283 found.
3284 (avr_frame_unwind_cache): Don't unwind FP for main.
3285 Update a comment.
3286 Save the computed prev_sp.
3287 (avr_saved_regs_unwinder): Remove function.
3288 (avr_frame_prev_register): Use PC unwind logic from
3289 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3290
3291 2003-07-16 Andrew Cagney <cagney@redhat.com>
3292
3293 * frame-base.h (frame_base_p_ftype): Delete definition.
3294 (frame_base_append_predicate): Delete declaration.
3295 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3296 (frame_unwind_append_predicate): Delete declaration.
3297 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3298 (append_predicate): Delete parameter "p".
3299 (frame_unwind_append_predicate): Delete function.
3300 (frame_unwind_append_sniffer): Update call to append_predicate.
3301 (frame_unwind_free): Delete function.
3302 (_initialize_frame_unwind): Pass NULL as "free" to
3303 register_gdbarch_data.
3304 (frame_unwind_init): Append the dummy_frame_sniffer.
3305 (frame_unwind_find_by_frame): Simplify.
3306 * frame-base.c (struct frame_base_table): Delete field "p".
3307 (append_predicate): Delete parameter "p".
3308 (frame_base_append_predicate): Delete function.
3309 (frame_base_append_sniffer): Update call to append_predicate.
3310 (frame_base_free): Delete function.
3311 (frame_base_find_by_frame): Simplify.
3312 (_initialize_frame_base): Pass NULL as "free" to
3313 register_gdbarch_data.
3314 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3315 (x86_64_sigtramp_frame_sniffer): Replace
3316 "x86_64_sigtramp_frame_p".
3317 (x86_64_init_abi): Set the frame unwind sniffers.
3318 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3319 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3320 (m68k_gdbarch_init): Set the frame unwind sniffers.
3321 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3322 "i386_sigtramp_frame_p".
3323 (i386_frame_sniffer): Replace "i386_frame_p".
3324 (i386_gdbarch_init): Set the frame unwind sniffers.
3325 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3326 (avr_gdbarch_init): Set the frame unwind sniffers.
3327 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3328 "alpha_sigtramp_frame_p"
3329 (alpha_heuristic_frame_sniffer): Replace
3330 "alpha_heuristic_frame_p".
3331 (alpha_gdbarch_init): Set the frame unwind sniffers.
3332 (alpha_dwarf2_init_abi): Ditto.
3333 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3334 "alpha_debug_frame_p".
3335 (alpha_mdebug_frame_base_sniffer): Replace
3336 "alpha_mdebug_frame_base_p".
3337 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3338 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3339 (d10v_gdbarch_init): Set the frame unwind sniffer.
3340 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3341 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3342 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3343 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3344 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3345 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3346
3347 2003-07-16 Michael Snyder <msnyder@redhat.com>
3348
3349 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3350 should go thru sh_dsp_register_sim_regno, else the dsp regs
3351 will not get the right values.
3352
3353 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3354
3355 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3356 deprecated_store_floating by call to store_typed_floating.
3357 (sh_sh4_register_convert_to_raw): Substitute call to
3358 deprecated_extract_floating by call to extract_typed_floating.
3359
3360 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3361
3362 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3363
3364 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3365
3366 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3367 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3368 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3369 as possible.
3370 (do_pseudo_register): Remove.
3371 (sh_push_dummy_code): New function.
3372 (sh64_store_struct_return): Rename from sh_store_struct_return.
3373 Only called for sh64 now.
3374 (sh_extract_struct_value_address): Regcache'ify.
3375 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3376 and accomodate new tasks.
3377 (sh64_push_return_address): Rename from sh_push_return_address.
3378 Only called for sh64 now.
3379 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3380 Regcache'ify.
3381 (sh3e_sh4_extract_return_value): Regcache'ify.
3382 (sh_default_store_return_value): Ditto.
3383 (sh3e_sh4_store_return_value): Ditto.
3384 (sh_default_register_byte): Remove.
3385 (sh_sh4_register_byte): Remove.
3386 (sh_default_register_raw_size): Remove.
3387 (sh_sh4_register_raw_size): Remove.
3388 (sh_register_virtual_size): Remove.
3389 (sh_sh3e_register_virtual_type): Remove.
3390 (sh_sh3e_register_type): New function.
3391 (sh_sh4_register_virtual_type): Remove.
3392 (sh_sh4_register_type): New function.
3393 (sh_default_register_virtual_type): Remove.
3394 (sh_default_register_type): New function.
3395 (do_fv_register_info): Add parameters to accomodate call from
3396 sh_print_registers_info.
3397 (do_dr_register_info): Ditto.
3398 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3399 Add parameters to accomodate call from sh_print_registers_info.
3400 (sh_do_fp_register): Ditto.
3401 (sh64_do_pseudo_register): Call do_dr_register_info,
3402 do_fv_register_info and sh_do_fp_register with default parameters.
3403 (sh_do_register): Add parameters to accomodate call from
3404 sh_print_registers_info.
3405 (sh_print_register): Ditto.
3406 (sh_print_registers_info): Rename from sh_do_registers_info.
3407 Add parameters to be used as gdbarch_print_registers_info
3408 implementation. Accomodate removed do_pseudo_register function
3409 pointer.
3410 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3411 function pointer. Call sh_print_register with default parameters.
3412 (sh64_do_registers_info): Call sh_print_registers_info instead of
3413 sh_do_registers_info.
3414 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3415 detection of deprecated vs. non-deprecated functionality.
3416 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3417 function pointer assignments by direct function calls.
3418
3419 2003-07-15 Andrew Cagney <cagney@redhat.com>
3420
3421 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3422 (frame_register_unwind, create_new_frame): Ditto.
3423 (legacy_get_prev_frame, get_frame_type): Ditto.
3424 (get_frame_base_address): Use frame_base_find_by_frame.
3425 (get_frame_locals_address): Use frame_base_find_by_frame.
3426 (get_frame_args_address): Use frame_base_find_by_frame.
3427 * frame-base.h (frame_base_sniffer_ftype): Declare.
3428 (frame_base_append_sniffer): Declare.
3429 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3430 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3431 (frame_base_append_sniffer): New function.
3432 (frame_base_append_predicate): Add a NULL sniffer.
3433 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3434 (struct frame_base_table): Add "sniffer".
3435 (frame_base_free): Free the "sniffer" table.
3436 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3437 (frame_unwind_append_sniffer): Declare.
3438 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3439 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3440 (struct frame_unwind_table): Add "sniffer", delete "middle".
3441 (append_predicate): Add "sniffer" parameter, append the sniffer.
3442 (frame_unwind_init): Update append_predicate call.
3443 (frame_unwind_append_sniffer): New function.
3444 (frame_unwind_append_predicate): Update append_predicate call.
3445 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3446
3447 2003-07-15 Andrew Cagney <cagney@redhat.com>
3448
3449 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3450 before code inhibiting repeated unwind attempts. Add to
3451 commentary on that test's problems.
3452 * blockframe.c (inside_main_func): Look for "main" in the minimal
3453 symbol table.
3454 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3455 identical.
3456
3457 2003-07-15 Andrew Cagney <cagney@redhat.com>
3458
3459 * complaints.c (struct explanation): Define.
3460 (struct complaints): Change type of "explanation" to "struct
3461 explanation".
3462 (symfile_explanations): Convert to a "struct explanation" table.
3463 (vcomplaint): Update.
3464
3465 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3466
3467 * x86-64-linux-nat.c (regmap): Removed.
3468 (supply_gregset, fill_gregset): Call
3469 x86_64_linux_(fill,supply)_gregset functions.
3470 * x86-64-linux-tdep.c (USER_*): New defines.
3471 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3472 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3473 New functions.
3474 (fetch_core_registers): Ditto.
3475 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3476 * x86-64-linux-tdep.h: New file.
3477 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3478 and core-regset.o.
3479 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3480
3481 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3482
3483 * x86-64-tdep.c (x86_64_store_return_value): Use
3484 regcache_cooked_write_part instead of regcache_cooked_write.
3485
3486 * configure.host: Add x86_64-*-freebsd*.
3487 * configure.tgt: Add x86_64-*-freebsd*.
3488 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3489 * amd64fbsd-nat.c: New file.
3490 * amd64fbsd-tdep.c: New file.
3491 * config/i386/nm-fbsd64.h: New file.
3492 * config/i386/fbsd64.mh: New file.
3493 * config/i386/fbsd64.mt: New file.
3494
3495 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3496
3497 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3498 `sc_regs_offset' and `sc_fpregs_offset'.
3499 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3500 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3501 (alpha_sigtramp_register_address): Rewrite to use new members of
3502 `struct gdbarch_tdep'.
3503 (alpha_gdbarch_init): Initialize new members of struct
3504 gdbarch_tdep'.
3505 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3506 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3507 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3508 (alphafbsd_pc_in_sigtramp): Implement.
3509 (alphafbsd_sigtramp_offset): New function.
3510 (alphafbsd_sigcontext_addr): New function.
3511 (alphafbsd_init_abi): Initialize signal trampoline related members
3512 of `struct gdbarch_tdep'.
3513 (_initialize_alphafbsd_tdep): Add prototype.
3514
3515 2003-07-11 Theodore A. Roth <troth@openavr.org>
3516
3517 * Makefile.in (install-only): Quote sed expression when generating
3518 transformed_name.
3519
3520 2003-07-11 Richard Henderson <rth@redhat.com>
3521
3522 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3523 * dwarf2-frame.c: Include complaints.h.
3524 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3525 variable initialization; return NULL on error.
3526 (decode_frame_entry): New.
3527
3528 2003-07-11 Andrew Cagney <cagney@redhat.com>
3529
3530 * frame.h (frame_address_in_block): Delete declaration.
3531 * blockframe.c (frame_address_in_block): Delete function.
3532 (get_frame_block): Use get_frame_address_in_block.
3533 (block_innermost_frame): Ditto.
3534 * stack.c (print_frame, backtrace_command_1): Ditto.
3535
3536 * frame.h (get_frame_address_in_block): Declare.
3537 (frame_unwind_address_in_block): Declare.
3538 * frame.c (frame_unwind_address_in_block): New function.
3539 (get_frame_address_in_block): New function.
3540
3541 2003-07-10 Andrew Cagney <cagney@redhat.com>
3542
3543 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3544 pre-default. Note: re-generate has no effect.
3545
3546 2003-07-10 Andrew Cagney <cagney@redhat.com>
3547
3548 * gdbarch.sh: When a variable, but not a function, compare against
3549 0. Fix problem in previous patch.
3550 * gdbarch.c: Re-generate.
3551
3552 2003-07-10 Andrew Cagney <cagney@redhat.com>
3553
3554 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3555 functions against NULL, not 0.
3556 * gdbarch.c: Re-generate.
3557
3558 2003-07-10 Fred Fish <fnf@ninemoons.com>
3559
3560 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3561 null string instead of a null pointer.
3562 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3563
3564 2003-07-09 Michael Snyder <msnyder@redhat.com>
3565
3566 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3567
3568 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3569
3570 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3571 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3572 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3573 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3574 * x86-64-tdep.c: ... from here.
3575
3576 2003-07-09 Andreas Schwab <schwab@suse.de>
3577
3578 * m68k-tdep.h (enum struct_return): Define.
3579 (struct gdbarch_tdep): Add struct_return.
3580 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3581 bytes are padded to the right, not to the left. Pass struct value
3582 address in register %a1, not on stack.
3583 (m68k_use_struct_convention): New function.
3584 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3585 struct_return in tdep to pcc_struct_return.
3586 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3587 reg_struct_return.
3588
3589 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3590
3591 * somread.c (som_symfile_offsets): Fix compilation error.
3592
3593 2003-07-09 Andrew Cagney <cagney@redhat.com>
3594
3595 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3596 Add comments about the checks.
3597
3598 2003-07-08 Andrew Cagney <cagney@redhat.com>
3599
3600 * Makefile.in: Make dependency section headers consistent.
3601 (config_h): Move to $BUILD headers section.
3602 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3603 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3604 (ada-exp.tab.c): Move to YACC/LEX section.
3605 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3606 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3607
3608 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3609
3610 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3611 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3612 of strerror with safe_strerror, use ISO C function definitions,
3613 and replace instances of sprintf with snprintf.
3614
3615 2003-07-07 Andrew Cagney <cagney@redhat.com>
3616
3617 * frame.c (get_prev_frame): Enable check for identical frames.
3618 Update comments. Update error messages.
3619
3620 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3621
3622 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3623
3624 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3625
3626 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3627 sort_symtab_syms, no longer necessary.
3628
3629 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3630
3631 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3632
3633 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3634
3635 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3636 (mips_register_byte): Likewise.
3637
3638 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3639
3640 * Makefile.in (sparc_tdep_h): New.
3641 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3642 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3643 * sparc-linux-nat.c: Include "sparc-tdep.h".
3644 * sparc-nat.c: Likewise.
3645 * sparc-tdep.c: Likewise.
3646 * sparc64nbsd-nat.c: Likewise.
3647 * sparcnbsd-nat.c: Likewise.
3648 * sparcnbsd-tdep.c: Likewise.
3649 * sparc-tdep.h: New file.
3650 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3651 and sparc_npc_regnum.
3652
3653 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3654
3655 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3656 (mips_linux_cannot_store_register): List supported instead of
3657 unsupported registers.
3658
3659 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3660
3661 * disasm.c (dump_insns): Separate instructions from addresses.
3662
3663 2003-07-07 Andreas Schwab <schwab@suse.de>
3664
3665 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3666 dependencies.
3667 * m68k-tdep.c (NUM_FREGS): Delete.
3668 (SIG_PC_FP_OFFSET): Delete.
3669 (TARGET_M68K): Delete.
3670 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3671 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3672 P_MOVEL_SP, P_MOVEML_SP): Define.
3673 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3674 P_TRAP): Delete.
3675 (m68k_register_raw_size): Delete.
3676 (m68k_register_virtual_size): Delete.
3677 (m68k_register_type): Renamed from m68k_register_virtual_type and
3678 add gdbarch argument.
3679 (m68k_store_struct_return): Delete.
3680 (m68k_deprecated_extract_return_value): Delete.
3681 (m68k_deprecated_extract_struct_value_address): Delete.
3682 (m68k_frame_chain): Delete.
3683 (m68k_frame_saved_pc): Delete.
3684 (m68k_fix_call_dummy): Delete.
3685 (m68k_push_dummy_frame): Delete.
3686 (m68k_pop_frame): Delete.
3687 (m68k_extract_return_value): New function.
3688 (m68k_store_return_value): Rewrite using regcache.
3689 (m68k_extract_struct_value_address): Rewrite using regcache.
3690 (m68k_push_dummy_call): New function.
3691 (struct m68k_frame_cache): Define.
3692 (m68k_alloc_frame_cache): New function.
3693 (m68k_analyze_frame_setup): New function.
3694 (m68k_analyze_register_saves): New function.
3695 (m68k_analyze_prologue): New function.
3696 (m68k_skip_prologue): Rewrite using above functions.
3697 (m68k_unwind_pc): New function.
3698 (m68k_frame_cache): New function.
3699 (m68k_frame_this_id): New function.
3700 (m68k_frame_prev_register): New function.
3701 (m68k_frame_unwind): New variable.
3702 (m68k_frame_p): New function.
3703 (m68k_sigtramp_frame_cache): New function.
3704 (m68k_sigtramp_frame_this_id): New function.
3705 (m68k_sigtramp_frame_prev_register): New function.
3706 (m68k_sigtramp_frame_unwind): New variable.
3707 (m68k_sigtramp_frame_p): New function.
3708 (m68k_frame_base_address): New function.
3709 (m68k_frame_base): New function.
3710 (m68k_unwind_dummy_id): New function.
3711 (fill_gregset): Use regcache_collect.
3712 (fill_fpregset): Likewise.
3713 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3714 defined.
3715 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3716 deprecated_init_frame_pc, deprecated_store_struct_return,
3717 deprecated_extract_return_value, deprecated_store_return_value,
3718 deprecated_frame_chain, deprecated_frame_saved_pc,
3719 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3720 deprecated_register_virtual_size,
3721 deprecated_max_register_raw_size,
3722 deprecated_max_register_virtual_size,
3723 deprecated_register_virtual_type, deprecated_register_size,
3724 deprecated_register_byte, deprecated_register_bytes,
3725 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3726 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3727 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3728 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3729 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3730 deprecated_push_dummy_frame, deprecated_pop_frame,
3731 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3732 only if SYSCALL_TRAP is defined. Set extract_return_value,
3733 store_return_value, extract_struct_value_address, register_type,
3734 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3735 predicates.
3736 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3737 M68K_MAX_REGISTER_SIZE): Define.
3738 (struct m68k_sigtramp_info): Define.
3739 (struct gdbarch_tdep): Add get_sigtramp_info.
3740 * m68klinux-nat.c (fetch_register): Use register_size instead of
3741 REGISTER_RAW_SIZE. Don't put assignment in if.
3742 (store_register): Likewise.
3743 (fetch_inferior_registers): Likewise.
3744 (store_inferior_registers): Likewise.
3745 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3746 (m68k_linux_frame_saved_pc): Delete.
3747 (m68k_linux_sigcontext_reg_offset,
3748 m68k_linux_ucontext_reg_offset): Define.
3749 (m68k_linux_get_sigtramp_info): New function.
3750 (m68k_linux_extract_return_value): Rewrite using regcache.
3751 (m68k_linux_store_return_value): Likewise.
3752 (m68k_linux_extract_struct_value_address): Likewise.
3753 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3754 Don't set deprecated_frame_saved_pc,
3755 deprecated_extract_return_value, deprecated_store_return_value,
3756 deprecated_extract_struct_value_address. Set
3757 extract_return_value, store_return_value,
3758 extract_struct_value_address.
3759
3760 2003-07-07 Andrew Cagney <cagney@redhat.com>
3761
3762 * expprint.c: Include "user-regs.h" instead of "frame.h".
3763 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3764 frame_map_regnum_to_name.
3765 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3766 (frame_map_name_to_regnum): Simplify, call
3767 user_reg_map_name_to_regnum.
3768 (frame_map_regnum_to_name): Simplify, call
3769 user_reg_map_regnum_to_name.
3770 (frame_register_unwind): Update.
3771 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3772 (_initialize_frame_reg): Call user_reg_add_builtin.
3773 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3774 (value_of_register): Use value_of_user_reg.
3775 * eval.c (evaluate_subexp_standard): Update.
3776 * parse.c (write_dollar_variable): Update.
3777 * d10v-tdep.c (d10v_print_registers_info): Update.
3778 * infcmd.c (registers_info): Update.
3779 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3780 (builtin_regs_h): Delete macro.
3781 (user_regs_h): Define.
3782 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3783 (builtin-regs.o): Delete target.
3784 (user-regs.o): Specify dependencies.
3785 (expprint.o): Update dependencies.
3786 (findvar.o): Update dependencies.
3787 (frame.o): Update dependencies.
3788 (std-regs.o): Update dependencies.
3789
3790 2003-07-06 Christopher Faylor <cgf@redhat.com>
3791
3792 * win32-nat.c (solib_symbols_add): Use one variable for all section
3793 address stuff. Pass variable rather than address of variable to
3794 safe_symbol_file_add.
3795
3796 2003-07-06 Andreas Schwab <schwab@suse.de>
3797
3798 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3799
3800 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3801
3802 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3803
3804 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3805
3806 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3807
3808 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3809
3810 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3811 * config/i386/nto.mh: New file.
3812 * config/i386/nm-nto.h: New file.
3813 * configure.host: Add i[3456]86-*-nto*.
3814
3815 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3816
3817 * remote-vx.c (vx_add_symbols): Fix compilation error.
3818
3819 2003-07-03 Andrew Cagney <cagney@redhat.com>
3820
3821 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3822 * gdbarch.h, gdbarch.c: Re-generate.
3823 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3824 (legacy_register_name): Declare.
3825 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3826 (REGISTER_NAME): Define.
3827 * sparc-tdep.c (legacy_register_name): New function.
3828 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3829 (REGISTER_NAME): Define.
3830 (hppa64_register_name): Declare.
3831 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3832 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3833 (hppa64_register_name): New function.
3834 (hppa_register_name): New function.
3835 * arch-utils.c (legacy_register_name): Delete.
3836 * arch-utils.h (legacy_register_name): Delete.
3837
3838 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3839
3840 * cli/cli-interp.c (cli_interpreter_resume): Update the
3841 cli_uiout's stream to gdb_stdout.
3842
3843 2003-07-03 Andrew Cagney <cagney@redhat.com>
3844
3845 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3846 predicate.
3847 * gdbarch.h, gdbarch.c: Re-generate.
3848 * regcache.c (init_regcache_descr): Use legacy code when either
3849 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3850
3851 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3852
3853 * NEWS: Move "set logging" entry into GDB 6.0 section.
3854
3855 2003-07-02 Jim Blandy <jimb@redhat.com>
3856
3857 * s390-tdep.c (struct frame_extra_info): new member:
3858 'stack_bought_valid'.
3859 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3860 initialize fextra_info->stack_bought.
3861 (s390_frameless_function_invocation): Don't trust the value of
3862 fextra_info_ptr->stack_bought unless
3863 fextra_info->stack_bought_valid is set.
3864
3865 New S390 prologue analyzer.
3866 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3867 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3868 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3869 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3870 compute_x_addr, s390_on_stack, s390_store,
3871 s390_get_signal_frame_info): New functions.
3872 (S390_NUM_SPILL_SLOTS): New macro.
3873 (s390_get_frame_info): Rewritten.
3874 (is_arg_reg): Deleted.
3875
3876 Break out the decoding of S/390 instructions into separate
3877 functions, to make it more legible, and easier to check
3878 against the spec.
3879 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3880 is_rx, is_rxe): New functions.
3881 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3882 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3883 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3884 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3885 enums for opcode values. (Is this an improvement?)
3886
3887 2003-07-02 Andrew Cagney <cagney@redhat.com>
3888
3889 * i386-tdep.c: Revert change committed as part of trad-frame code
3890 below.
3891
3892 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3893
3894 * breakpoint.c (insert_catchpoint): Make static.
3895
3896 2003-07-02 Andreas Schwab <schwab@suse.de>
3897
3898 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3899 former ia64_push_arguments and ia64_push_return_address, and use
3900 regcache functions instead of read/write_register.
3901 (ia64_gdbarch_init): Set push_dummy_call instead of
3902 deprecated_push_arguments and deprecated_push_return_address.
3903
3904 2003-07-01 Andreas Jaeger <aj@suse.de>
3905
3906 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3907 before the call.
3908 Set %rax only to number of SSE registers used.
3909
3910 2003-07-01 Andrew Cagney <cagney@redhat.com>
3911
3912 * trad-frame.h: Update comments, a -1 .addr is reserved.
3913 (trad_frame_value_p, trad_frame_addr_p): Declare.
3914 (trad_frame_reg_p): Declare.
3915 (trad_frame_set_value): Rename trad_frame_register_value.
3916 (trad_frame_set_unknown): Declare.
3917 * trad-frame.c (trad_frame_realreg_p): New function.
3918 (trad_frame_addr_p, trad_frame_value_p): New function.
3919 (trad_frame_set_unknown): New function.
3920 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3921 (trad_frame_prev_register): Use trad_frame_realreg_p,
3922 trad_frame_addr_p and trad_frame_value_p.
3923 (trad_frame_set_value): Rename trad_frame_register_value.
3924 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3925 and trad_frame_set_value.
3926
3927 2003-06-30 Jim Blandy <jimb@redhat.com>
3928
3929 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3930 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3931 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3932 for 16 registers, and then 32 more bytes.
3933 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3934 New macros.
3935 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3936 Move up in the file, since it's now used by is_simple_arg.
3937 (is_simple_arg): Don't assume registers are four bytes long.
3938 Exclude all double arguments. Extended floats are not simple
3939 args.
3940 (is_power_of_two): New function.
3941 (pass_by_copy_ref): Call is_power_of_two, and check that the
3942 length fits in a register, rather than listing all the acceptable
3943 sizes. Extended floats are not passed by reference.
3944 (s390_push_arguments): Don't assume registers are four bytes long.
3945 Reserve an argument register to point to the buffer for structures
3946 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3947 S390_STACK_FRAME_OVERHEAD.
3948
3949 2003-06-30 Andreas Schwab <schwab@suse.de>
3950
3951 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3952 format error message.
3953
3954 2003-06-30 Joel Brobecker <brobecker@gnat.com>
3955
3956 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3957
3958 2003-06-30 David Carlton <carlton@kealia.com>
3959
3960 Band-aid for PR c++/1245.
3961 * Makefile.in (cp-support.o): Depend on complaints_h.
3962 * cp-support.c: Include complaints.h. Add declaration for
3963 find_last_component.
3964 (cp_find_first_component): Separate code into
3965 cp_find_first_component_aux.
3966 (cp_find_first_component_aux): Call demangled_name_complaint.
3967 (demangled_name_complaint): New.
3968
3969 2003-06-30 Andrew Cagney <cagney@redhat.com>
3970
3971 * remote.c (remote_write_bytes): Explicitly compute and then use
3972 the payload size. Update comments to reflect. Fixes problem of
3973 GDB not sending small packets as found by Fred Fish.
3974
3975 2003-06-30 Andrew Cagney <cagney@redhat.com>
3976
3977 * remote.c (remote_async_wait): Fix -Wformat problem.
3978
3979 2003-06-29 Andrew Cagney <cagney@redhat.com>
3980
3981 * remote.c (remote_wait): Call error, and not warning, when the
3982 packet is corrupt.
3983 (remote_async_wait): Ditto.
3984
3985 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3986
3987 * sparc-tdep.c (sparc_y_regnum): Make external again.
3988
3989 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3990
3991 * cli/cli-logging.c (pop_output_files): Add void to function
3992 definition.
3993
3994 2003-06-29 Andrew Cagney <cagney@redhat.com>
3995
3996 * frame.c (frame_register_unwind): Use unsigned char when dumping
3997 the buffer contents.
3998
3999 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4000
4001 * cli/cli-logging.c: New file.
4002 * cli-out.c (struct ui_out_data): Add original_stream.
4003 (cli_redirect): New function.
4004 (cli_ui_out_impl): Add cli_redirect.
4005 (cli_out_new): Initialize original_stream.
4006 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4007 (uo_redirect, ui_out_redirect): New.
4008 * ui-out.h (struct ui_out_impl): Add redirect member.
4009 (redirect_ftype): New.
4010 (ui_out_redirect): Add prototype.
4011 * Makefile.in: Add rules for cli-logging.c.
4012 * NEWS: Mention "set logging".
4013
4014 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4015
4016 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4017
4018 2003-06-27 Andrew Cagney <cagney@redhat.com>
4019
4020 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4021 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4022 * avr-tdep.c (avr_call_dummy_address): Delete function.
4023 (avr_gdbarch_init): Do not set call_dummy_address.
4024
4025 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4026
4027 * symfile.c (syms_from_objfile): Move variables to inner block.
4028 Move the checks for the non-mainline case a bit earlier to avoid
4029 doing some useless computations.
4030
4031 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4032
4033 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4034
4035 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4036
4037 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4038 sections.
4039
4040 2003-06-26 Michael Chastain <mec@shout.net>
4041
4042 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4043 gdb/testsuite/gdb.c++/pr-1210.exp.
4044
4045 2003-06-26 Andrew Cagney <cagney@redhat.com>
4046
4047 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4048 altivec_expression.h and altivec_registers.h.
4049
4050 2003-06-26 Andrew Cagney <cagney@redhat.com>
4051
4052 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4053 info->mach when MIPS16. Patch suggested by Fred Fish.
4054
4055 2003-06-26 Andrew Cagney <cagney@redhat.com>
4056
4057 * utils.c (internal_vproblem): Print the problem to a reason
4058 buffer and then pass to query. Make the msg variable more local.
4059
4060 2003-06-26 Andrew Cagney <cagney@redhat.com>
4061
4062 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4063 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4064 * gdbarch.h, gdbarch.c: Re-generate.
4065 * frame-base.c (default_frame_args_address): Update. Use
4066 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4067 not available.
4068 (default_frame_locals_address): Ditto for
4069 DEPRECATED_FRAME_LOCALS_ADDRESS.
4070 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4071 (vax_frame_num_args): Update.
4072 (vax_gdbarch_init): Update.
4073 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4074 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4075 * mcore-tdep.c (mcore_gdbarch_init): Update.
4076 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4077 * ia64-tdep.c (ia64_gdbarch_init): Update.
4078 * symtab.h (address_class): Update comments.
4079 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4080 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4081 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4082 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4083 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4084 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4085 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4086 * alpha-mdebug-tdep.c: Update.
4087 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4088
4089 2003-06-26 Andreas Jaeger <aj@suse.de>
4090
4091 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4092 of SSE registers so that varargs functions work. Rework handling
4093 of passing arguments on the stack.
4094 (x86_64_store_return_value): Return double and float values in SSE
4095 register.
4096
4097 2003-06-24 Michael Chastain <mec@shout.net>
4098
4099 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4100 the "constructor breakpoints ignored" bug.
4101
4102 2003-06-25 David Carlton <carlton@kealia.com>
4103
4104 * MAINTAINERS: Update e-mail address.
4105
4106 2003-06-24 Jim Blandy <jimb@redhat.com>
4107
4108 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4109
4110 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4111 function.
4112 (ppc_linux_init_abi): Register it as the
4113 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4114
4115 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4116 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4117 method.
4118
4119 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4120 (ppc64_standard_linkage_target): Use it.
4121
4122 2003-06-23 Andrew Cagney <cagney@redhat.com>
4123
4124 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4125 for 0 "int0" and 4 "int32" sized registers.
4126 * gdbtypes.c (builtin_type_int0): Define.
4127 (build_gdbtypes): Initialize builtin_type_int0.
4128 * gdbtypes.h (builtin_type_int0): Declare.
4129
4130 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4131
4132 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4133 as characters are unsigned.
4134
4135 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4136
4137 PR gdb/1179
4138 * dwarfread.c (struct_type): Skip static fields without crashing.
4139
4140 2003-06-22 Andrew Cagney <cagney@redhat.com>
4141
4142 GDB 6.0 branch created.
4143 * README: Update.
4144 * PROBLEMS: Update. Empty.
4145 * NEWS: Update.
4146
4147 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4148
4149 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4150 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4151
4152 2003-06-22 Andrew Cagney <cagney@redhat.com>
4153
4154 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4155 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4156 Velikov.
4157
4158 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4159
4160 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4161 compilers.
4162
4163 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4164
4165 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4166 argument of val_print.
4167 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4168 to the address argument of baseclass_offset or target_read_memory.
4169 Do add it to the argument of cp_print_value_fields.
4170
4171 2003-06-21 Andrew Cagney <cagney@redhat.com>
4172
4173 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4174 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4175 instead of 0..NUM_REGS.
4176 (mips_register_reggroup_p): New function.
4177 (mips_pseudo_register_write): New function.
4178 (mips_pseudo_register_read): New function.
4179 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4180 based on the register's type.
4181 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4182 cooked.
4183 (mips_get_saved_register): Simplify. Assert that REGNO is a
4184 pseudo / cooked.
4185 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4186 (mips_register_type): Replace mips_register_virtual_type. Map
4187 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4188 when available.
4189 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4190 that the register is cooked / virtual.
4191 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4192 Only get the extra info when needed.
4193 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4194 (mips32_heuristic_proc_desc): Fetch the cooked register.
4195 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4196 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4197 (mips_print_register): Use gdbarch_register_type, instead of
4198 REGISTER_VIRTUAL_TYPE.
4199 (print_gp_register_row): Use gdbarch_register_type, instead of
4200 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4201 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4202 Print the pseudo / cooked registers.
4203 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4204 Print the pseudo / cooked registers.
4205 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4206 REG_NUM is pseudo / cooked.
4207 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4208 (mips_n32n64_xfer_return_value): Ditto.
4209 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4210 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4211 (mips_register_sim_regno): New function.
4212 (mips_gdbarch_init): Set deprecated_register_byte,
4213 register_group_p, pseudo_register_write, pseudo_register_read,
4214 register_sim_regno, and num_pseudo_regs. Set register_type,
4215 instead of register_virtual_type.
4216 * Makefile.in (mips-tdep.o): Update dependencies.
4217 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4218 REGISTER_VIRTUAL_TYPE.
4219 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4220 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4221 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4222 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4223 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4224
4225 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4226
4227 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4228 * cli/cli-cmds.c: Include "gdb_vfork.h".
4229 (shell_escape): Use vfork.
4230
4231 2003-06-21 Andrew Cagney <cagney@redhat.com>
4232
4233 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4234 32 bit floating-point register saves.
4235
4236 * frame.h (deprecated_unwind_get_saved_register): Delete.
4237 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4238 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4239 and deprecated_get_next_frame_hack instead of
4240 deprecated_unwind_get_saved_register.
4241
4242 * mips-tdep.c (mips_dump_tdep): Do not print
4243 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4244
4245 * frame.c (get_frame_register): New function.
4246 (frame_unwind_register_signed): New function.
4247 (get_frame_register_signed): New function.
4248 (frame_unwind_register_unsigned): New function.
4249 (get_frame_register_unsigned): New function.
4250 * frame.h: Add comments on naming schema.
4251 (get_frame_register, frame_unwind_register_signed): Declare.
4252 (get_frame_register_signed, get_frame_register_signed): Declare.
4253 (frame_unwind_register_unsigned): Declare.
4254 (get_frame_register_unsigned): Declare.
4255
4256 2003-06-20 Theodore A. Roth <troth@openavr.org>
4257
4258 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4259
4260 2003-06-20 Theodore A. Roth <troth@openavr.org>
4261
4262 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4263 (avr_read_sp): Ditto.
4264
4265 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4266
4267 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4268 * config/arm/nm-linux.h: Likewise.
4269 * config/arm/tm-linux.h: Likewise.
4270 * config/ia64/nm-linux.h: Likewise.
4271 * config/ia64/tm-ia64.h: Likewise.
4272 * config/s390/tm-linux.h: Likewise.
4273 * config/s390/tm-s390.h: Likewise.
4274 * s390-nat.c: Likewise.
4275 * s390-tdep.c: Likewise.
4276
4277 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4278 * config/ia64/linux.mt: Likewise.
4279 * config/m68k/linux.mh: Likewise.
4280 * config/mips/linux.mt: Likewise.
4281 * config/powerpc/linux.mh: Likewise.
4282 * config/sh/linux.mt: Likewise.
4283
4284 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4285
4286 * solib.c (solib_open): Change tests for whether to search
4287 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4288 comments.
4289
4290 2003-06-19 Theodore A. Roth <troth@openavr.org>
4291
4292 * avr-tdep.c (avr_frame_address): Delete function.
4293 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4294 set_gdbarch_frame_args_address.
4295
4296 2003-06-19 Andrew Cagney <cagney@redhat.com>
4297
4298 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4299 (REGISTER_CONVERT_FROM_TYPE): Delete.
4300 (mips_register_convert_to_type): Delete declaration.
4301 (mips_register_convert_from_type): Delete declaration.
4302 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4303 kernel/.
4304
4305 2003-06-19 Michael Snyder <msnyder@redhat.com>
4306
4307 * linux-nat.h: New file.
4308 * linux-nat.c: Include linux-nat.h.
4309 * lin-lwp.c: Include linux-nat.h.
4310 Move struct lwp_info def to linux-nat.h.
4311 * linux-proc.c: Include linux-nat.h.
4312 (linux_make_note_section): Iterate over lwps instead of threads.
4313 (linux_do_thread_registers): Use lwp instead of merged pid.
4314 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4315 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4316 Add dependency on linux_nat_h.
4317
4318 2003-06-19 Theodore A. Roth <troth@openavr.org>
4319
4320 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4321
4322 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4323
4324 * varobj.c (get_type, get_target_type): Use check_typedef.
4325
4326 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4327
4328 * breakpoint.c (insert_catchpoint): Call internal_error.
4329
4330 2003-06-19 Theodore A. Roth <troth@openavr.org>
4331
4332 * avr-tdep.c (avr_push_dummy_code): Delete function.
4333 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4334
4335 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4336
4337 * arch-utils.c (default_prepare_to_proceed): Remove.
4338 (generic_prepare_to_proceed): Remove.
4339 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4340 (generic_prepare_to_proceed): Remove prototype.
4341 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4342 * gdbarch.c: Regenerate.
4343 * gdbarch.h: Regenerate.
4344 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4345 * hppah-nat.c (hppa_switched_threads): Remove.
4346 * infrun.c (prepare_to_proceed): New static function, copied from
4347 generic_prepare_to_proceed. Remove select_it argument.
4348 (proceed): Call prepare_to_proceed.
4349 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4350 variables.
4351 (ptrace_wait): Don't set the removed variables.
4352 (hppa_switched_threads): Remove.
4353 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4354 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4355 (lin_lwp_prepare_to_proceed): Remove prototype.
4356 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4357 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4358
4359 2003-06-18 Theodore A. Roth <troth@openavr.org>
4360
4361 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4362 trad-frame.h.
4363 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4364 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4365 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4366 (AVR_PROLOGUE_*): Enumerate prologue types.
4367 (struct frame_extra_info): Remove.
4368 (struct avr_unwind_cache): Define.
4369 (avr_write_sp): Delete function.
4370 (avr_read_fp): Ditto.
4371 (avr_init_extra_frame_info): Ditto.
4372 (avr_pop_frame): Ditto.
4373 (avr_frame_saved_pc): Ditto.
4374 (avr_saved_pc_after_call): Ditto.
4375 (avr_push_return_address): Ditto.
4376 (avr_frame_chain): Ditto.
4377 (avr_store_struct_return): Ditto.
4378 (avr_push_arguments): Ditto.
4379 (avr_scan_prologue): Update comments. Changed to set up the info for
4380 cache unwinding. Now returns end of prologue PC.
4381 (avr_skip_prologue): Better handling of functions lacking a prologue
4382 by using avr_scan_prologue.
4383 (avr_scan_arg_moves): New function.
4384 (avr_saved_regs_unwinder): Ditto.
4385 (avr_frame_unwind_cache): Ditto.
4386 (avr_unwind_pc): Ditto.
4387 (avr_frame_this_id): Ditto.
4388 (avr_frame_prev_register): Ditto.
4389 (avr_frame_p): Ditto.
4390 (avr_frame_base_address ): Ditto.
4391 (avr_unwind_dummy_id): Ditto.
4392 (avr_push_dummy_code): Ditto.
4393 (push_stack_item): Ditto.
4394 (pop_stack_item): Ditto.
4395 (avr_push_dummy_call): Ditto.
4396 (struct stack_item): Define.
4397 (avr_frame_unwind): Declare structure.
4398 (avr_frame_base): Ditto.
4399 (avr_gdbarch_init): Remove calls to
4400 set_gdbarch_deprecated_init_frame_pc,
4401 set_gdbarch_deprecated_target_read_fp,
4402 set_gdbarch_deprecated_dummy_write_sp,
4403 set_gdbarch_deprecated_fp_regnum,
4404 set_gdbarch_deprecated_push_arguments,
4405 set_gdbarch_deprecated_push_return_address,
4406 set_gdbarch_deprecated_pop_frame,
4407 set_gdbarch_deprecated_store_struct_return,
4408 set_gdbarch_deprecated_frame_init_saved_regs,
4409 set_gdbarch_deprecated_init_extra_frame_info,
4410 set_gdbarch_deprecated_frame_chain,
4411 set_gdbarch_deprecated_frame_saved_pc,
4412 set_gdbarch_deprecated_saved_pc_after_call.
4413 Add calls to set_gdbarch_push_dummy_call,
4414 set_gdbarch_push_dummy_code,
4415 frame_unwind_append_predicate,
4416 frame_base_set_default,
4417 set_gdbarch_unwind_dummy_id,
4418 set_gdbarch_unwind_pc.
4419 Wrap a long line.
4420
4421 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4422
4423 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4424 registers for H8/300S.
4425 (h8300_print_registers_info): Ditto.
4426 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4427
4428 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4429
4430 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4431 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4432 (lin_lwp_wait): Likewise. Update comments.
4433 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4434 (pull_pid_from_list, linux_record_stopped_pid): New.
4435
4436 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4437
4438 * ada-lang.c (scan_discrim_bound): Name first argument.
4439 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4440 declared by ALL_BLOCK_SYMBOLS.
4441
4442 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4443
4444 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4445 ("regcache.h"): Include it.
4446 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4447
4448 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4449
4450 * NEWS: Mention gdbserver detach change and "disconnect" command.
4451 * infcmd.c (disconnect_command): New function.
4452 (_initialize_infcmd): Add ``disconnect'' command.
4453 * remote.c (remote_async_detach): Delete.
4454 (remote_detach): Merge remote_async_detach.
4455 (remote_disconnect): New.
4456 (init_remote_ops): Set to_disconnect.
4457 (init_remote_cisco_ops): Likewise.
4458 (init_remote_async_ops): Likewise. Use remote_detach.
4459 * target.c (cleanup_target): Default to_disconnect.
4460 (update_current_target): Inherit to_disconnect.
4461 (target_disconnect, debug_to_disconnect): New functions.
4462 (setup_target_debug): Set to_disconnect.
4463 * target.h (struct target_ops): Add to_disconnect.
4464 (target_disconnect): Add prototype.
4465
4466 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4467
4468 * breakpoint.c (insert_catchpoint): New function.
4469 (insert_breakpoints): Use catch_exceptions to call
4470 insert_catchpoint. Disable catchpoints if they fail to insert.
4471
4472 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * symfile.c (reread_symbols): Clear sym_private.
4475
4476 2003-06-17 Andrew Cagney <cagney@redhat.com>
4477
4478 * trad-frame.h (struct frame_info): Add opaque declaration.
4479 * remote-fileio.h (struct cmd_list_element): Add opaque
4480 declaration.
4481 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4482 comments.
4483
4484 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4485
4486 * remote.c (remote_prepare_to_store): Replace call to
4487 deprecated_read_register_bytes with multiple regcache_raw_read
4488 calls.
4489
4490 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4491
4492 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4493 (nto_find_and_open_solib): Likewise.
4494 (nto_init_solib_absolute_prefix): Likewise.
4495 (_initialize_nto_tdep): Fix indentation.
4496
4497 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4498
4499 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4500
4501 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4502
4503 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4504
4505 2003-06-17 Jim Blandy <jimb@redhat.com>
4506
4507 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4508
4509 2003-06-16 Theodore A. Roth <troth@openavr.org>
4510
4511 * avr-tdep.c (avr_extract_return_value): New function.
4512 (avr_gdbarch_init): Set extract_return_value method.
4513
4514 2003-06-16 Andrew Cagney <cagney@redhat.com>
4515
4516 * frame.h (deprecated_get_next_frame_hack): Declare.
4517 * frame.c (legacy_saved_regs_prev_register): Only require
4518 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4519 there are always saved regs.
4520 (deprecated_generic_get_saved_register): Do not require
4521 DEPRECATED_FRAME_INIT_SAVED_REGS.
4522 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4523 use frame ID unwind instead.
4524 (deprecated_get_next_frame_hack): New function.
4525
4526 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4527
4528 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4529 (h8300_push_dummy_call): ...this function. Some minor optimization.
4530 (h8300_push_return_address): Remove.
4531 (h8300_gdbarch_init): Remove calls to
4532 set_gdbarch_deprecated_dummy_write_sp,
4533 set_gdbarch_deprecated_push_arguments and
4534 set_gdbarch_deprecated_push_return_address.
4535 Add call to set_gdbarch_push_dummy_call.
4536
4537 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4538
4539 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4540 (E_PSEUDO_EXR_REGNUM): Ditto.
4541 (h8300_is_argument_spill): Check for instructions moving argument
4542 registers into safe registers.
4543 (h8300_skip_prologue): Check for stm instruction to push registers
4544 used for register variables onto stack.
4545 (gdb_print_insn_h8300): Remove.
4546 (h8300_examine_prologue): Add a comment.
4547 (h8300_register_name): Take pseudo registers into account.
4548 (h8300s_register_name): Ditto.
4549 (h8300sx_register_name): Ditto.
4550 (h8300_print_register): Ditto.
4551 (h8300_print_registers_info): Define "nice" printing order.
4552 (h8300_saved_pc_after_call): Take pseudo registers into account.
4553 (h8300_register_type): Ditto. Return type used for remote connection
4554 when requesting real CCR or EXR register, return actual type when
4555 requesting pseudo CCR or EXR.
4556 (h8300_pseudo_register_read): New function.
4557 (h8300_pseudo_register_write): Ditto.
4558 (h8300_dbg_reg_to_regnum): Ditto.
4559 (h8300s_dbg_reg_to_regnum): Ditto.
4560 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4561 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4562 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4563 set_gdbarch_print_insn architecture dependent.
4564 Call set_gdbarch_pseudo_register_read and
4565 set_gdbarch_pseudo_register_write.
4566 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4567
4568 2003-06-16 Andrew Cagney <cagney@redhat.com>
4569
4570 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4571 * gdbarch.h, gdbarch.c: Re-generate.
4572 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4573 * s390-tdep.c (s390_gdbarch_init): Update.
4574 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4575 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4576 * mips-tdep.c (mips_gdbarch_init): Update.
4577 * mcore-tdep.c (mcore_gdbarch_init): Update.
4578 * cris-tdep.c (cris_gdbarch_init): Update.
4579 * infcall.c (call_function_by_hand): Update.
4580 * ia64-tdep.c (ia64_push_arguments): Update comment.
4581 * frame.c (legacy_get_prev_frame): Do not assume
4582 SAVE_DUMMY_FRAME_TOS_P.
4583 * dummy-frame.c (find_dummy_frame): Update comment.
4584
4585 2003-06-16 Andrew Cagney <cagney@redhat.com>
4586
4587 * regcache.c (do_cooked_read): Do not use register_valid_p.
4588
4589 2003-06-15 Theodore A. Roth <troth@openavr.org>
4590
4591 * avr-tdep.c (avr_register_type): Remove a blank line.
4592 (avr_scan_prologue): Correct some comments.
4593
4594 2003-06-15 Theodore A. Roth <troth@openavr.org>
4595
4596 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4597 prologue types.
4598 Properly scan prologues generated by gcc with the -mcall-prologues
4599 option.
4600 Add code to scan -mcall-prologues for mega devices.
4601
4602 2003-06-15 Theodore A. Roth <troth@openavr.org>
4603
4604 * avr-tdep.c (avr_register_byte): Delete function.
4605 (avr_register_raw_size): Delete function.
4606 (avr_register_virtual_size): Delete function.
4607 (avr_register_virtual_type): Delete function.
4608 (avr_register_type): New function.
4609 (avr_address_to_pointer): Remove unused code.
4610 (avr_read_fp): Need to read FP as two separate bytes due to change to
4611 avr_register_type() usage.
4612 (avr_gdbarch_init): Don't set deprecated_register_size.
4613 Don't set deprecated_register_bytes.
4614 Don't set deprecated_register_byte.
4615 Don't set deprecated_register_raw_size.
4616 Don't set deprecated_max_register_raw_size.
4617 Don't set deprecated_register_virtual_size.
4618 Don't set deprecated_max_register_virtual_size.
4619 Don't set deprecated_register_virtual_type.
4620 Set register_type method.
4621
4622 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4623
4624 * Makefile.in (linux-nat.o): Add rule.
4625 * linux-nat.c: New file.
4626 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4627 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4628 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4629 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4630 * config/arm/linux.mh (NATDEPFILES): Likewise.
4631 * config/i386/linux.mh (NATDEPFILES): Likewise.
4632 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4633 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4634 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4635 * config/mips/linux.mh (NATDEPFILES): Likewise.
4636 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4637 * config/s390/s390.mh (NATDEPFILES): Likewise.
4638 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4639
4640 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4641
4642 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4643 replace out-of-date comment.
4644
4645 2003-06-15 Andrew Cagney <cagney@redhat.com>
4646
4647 * rdi-share/host.h (Fail): Change to a varargs function.
4648 * remote-rdi.c (Fail): Update.
4649
4650 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4651
4652 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4653 (i386_convert_register_p, i386_register_to_value,
4654 i386_register_from_value): Handle types longer than 8 bytes.
4655
4656 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4657
4658 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4659 Move floating-point code to new function in i387-tdep.c.
4660 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4661 New functions containing code moved here from i386-tdep.c.
4662 * i387-tdep.h: Add opaque declaration for `struct type'.
4663 (i387_register_to_value, i387_value_to_register): New prototypes.
4664 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4665 (x86_64_init_abi): Set convert_register_p, register_to_value and
4666 value_to_register here.
4667
4668 2003-06-14 Andrew Cagney <cagney@redhat.com>
4669
4670 * mips-tdep.c (mips_register_to_value): Make static.
4671 (mips_value_to_register): Make static.
4672 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4673 * ia64-tdep.c (ia64_register_raw_size): Make static.
4674 (ia64_register_virtual_size): Make static.
4675 (ia64_register_byte): Make static.
4676 * i387-tdep.c: Include "i387-tdep.h".
4677 (print_387_control_word): Delete function.
4678 (print_387_status_word): Delete function.
4679 (print_387_status_bits): Delete function.
4680 (print_387_control_bits): Delete function.
4681 * Makefile.in (i387-tdep.o): Update dependencies.
4682 * rdi-share/host.h (Fail): Declare.
4683 * remote-rdi.c (Fail): Update to match declaration.
4684
4685 2003-06-14 Andrew Cagney <cagney@redhat.com>
4686
4687 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4688 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4689 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4690 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4691 * README: Delete reference to remote-array.
4692 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4693 (remote-array.o): Delete target.
4694 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4695 * remote-array.c: Delete file.
4696
4697 2003-06-14 Andrew Cagney <cagney@redhat.com>
4698 Mark Kettenis <kettenis@gnu.org>
4699
4700 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4701 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4702 parameter with "frame".
4703 * gdbarch.h, gdbarch.c: Re-generate.
4704 * frame.h (put_frame_register): Declare.
4705 * frame.c (put_frame_register): New function.
4706 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4707 (legacy_register_to_value): Rewrite, use "frame" to get the
4708 register value.
4709 (legacy_value_to_register): Rewrite, use "frame" to find the
4710 register's location before storing.
4711 * arch-utils.h (legacy_convert_register_p): Update.
4712 (legacy_register_to_value, legacy_value_to_register): Update.
4713 * findvar.c (value_from_register): Rewrite, eliminate use of
4714 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4715 "frame" to REGISTER_TO_VALUE.
4716 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4717 lval_reg_frame_relative + lval_register branch of the switch. Do
4718 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4719 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4720 I386_EDI_REGNUM): New defines.
4721 (i386_next_regnum, i386_convert_register_p,
4722 i386_register_to_value, i386_value_to_register): New functions.
4723 (i386_register_convertible, i386_register_convert_to_virtual,
4724 i386_convert_to_raw): Remove functions.
4725 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4726 value_to_register instead of register_convertible,
4727 register_convert_to_virtual and register_convert_to_raw.
4728 * mips-tdep.c (mips_convert_register_p): New function.
4729 (mips_value_to_register): Replace mips_register_convert_from_type.
4730 (mips_register_to_value): Replace mips_register_convert_to_type.
4731 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4732 register_to_value.
4733 * alpha-tdep.c (alpha_convert_register_p): Update.
4734 (alpha_value_to_register): Update, store the register.
4735 (alpha_register_to_value): Update, fetch the register.
4736
4737 2003-06-14 Theodore A. Roth <troth@openavr.org>
4738
4739 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4740 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4741 Don't set deprecated_call_dummy_words.
4742 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4743 Don't set remote_translate_xfer_address.
4744 (avr_io_reg_read_command): Remove commented out debug printf.
4745 Wrap a long line.
4746
4747 2003-06-14 Theodore A. Roth <troth@openavr.org>
4748
4749 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4750 causes gdb to seg fault.
4751
4752 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4753
4754 * sparc-nat.c (fetch_inferior_registers): Correct
4755 a reference to "registers".
4756
4757 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4758
4759 * Makefile.in (exc_request_U_h): Define
4760 (exc_request_S_h): Likewise.
4761 (msg_reply_S_h): Likewise.
4762 (msg_U_h): Likewise.
4763 (notify_S_h): Likewise.
4764 (process_reply_S_h): Likewise.
4765 (gnu-nat.o): Depend on gdb_obstack_h
4766 * gnu-nat.c: Include "gdb_obstack.h".
4767
4768 2003-06-13 Andrew Cagney <cagney@redhat.com>
4769
4770 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4771 * gdbarch.h, gdbarch.c: Re-generate.
4772
4773 2003-06-13 Andrew Cagney <cagney@redhat.com>
4774
4775 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4776 when deprecated REGISTER macros can be deleted.
4777 * gdbarch.h, gdbarch.c: Re-generate.
4778
4779 2003-06-13 Jim Blandy <jimb@redhat.com>
4780
4781 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4782 Linux entry point symbols for _dl_debug_state, too.
4783
4784 2003-06-13 Andrew Cagney <cagney@redhat.com>
4785
4786 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4787 available, do not use the FP register, and always save the TOS.
4788 * dummy-frame.c (dummy_frame_this_id): Do not assert
4789 SAVE_DUMMY_FRAME_TOS.
4790 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4791 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4792 (i386_push_dummy_call): Add 8 to the returned SP.
4793 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4794 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4795 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4796 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4797 (x86_64_push_dummy_call): Return "sp + 16".
4798 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4799 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4800 save_dummy_frame_tos.
4801
4802 2003-06-13 Jim Blandy <jimb@redhat.com>
4803
4804 * frv-tdep.c (frv_use_struct_convention): Delete static
4805 declaration for function deleted in my change of 2003-06-12.
4806
4807 2003-06-13 Theodore A. Roth <troth@openavr.org>
4808
4809 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4810 (avr_pointer_to_address): Shift code addrs left 1 bit.
4811 (avr_convert_from_func_ptr_addr): Delete function since operation is
4812 better handled by avr_address_to_pointer and avr_pointer_to_address.
4813 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4814
4815 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4816
4817 From Kelley Cook <kelleycook@wideopenwest.com>:
4818 * configure.host: Accept i[34567]86 variants.
4819 * configure.tgt: Likewise.
4820 * nlm/configure.in: Likewise.
4821 * nlm/configure: Regenerated.
4822
4823 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4824
4825 * arm-tdep.c (solib-svr4.h): Dont' include it.
4826 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4827 * arm-linux-tdep.c: ... here. Make static.
4828 (arm_linux_init_abi): Register it.
4829 (solib-svr4.h): Include it.
4830 * Makefile.in: Update dependencies.
4831 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4832 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4833
4834 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4835
4836 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4837 indicate registers used for return values.
4838 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4839 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4840 members.
4841 (h8300_init_extra_frame_info): Ditto.
4842 (h8300_frame_locals_address): Removed.
4843 (h8300_frame_args_address): Removed.
4844 (h8300_extract_return_value): Use new regcache structure. Only care
4845 for 16 bit CPUs.
4846 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4847 (h8300_store_return_value): Use new regcache structure. Only care
4848 for 16 bit CPUs.
4849 (h8300h_store_return_value): Same function for 32 bit CPUs.
4850 (h8300_store_struct_return): Removed.
4851 (h8300_extract_struct_value_address): Use new regcache structure.
4852 (h8300h_extract_struct_value_address): Removed.
4853 (h8300_push_dummy_code): New function.
4854 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4855 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4856 set_gdbarch_store_return_value architecture dependent.
4857 Call set_gdbarch_push_dummy_code and
4858 set_gdbarch_extract_struct_value_address.
4859 Remove calls to set_gdbarch_frame_args_address,
4860 set_gdbarch_frame_locals_address,
4861 set_gdbarch_deprecated_store_struct_return,
4862 set_gdbarch_deprecated_extract_return_value,
4863 set_gdbarch_deprecated_extract_struct_value_address,
4864 set_gdbarch_deprecated_call_dummy_words and
4865 set_gdbarch_deprecated_sizeof_call_dummy_words.
4866
4867 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4868
4869 * h8300-tdep.c (h8300_register_byte): Remove.
4870 (h8300h_register_byte): Remove.
4871 (h8300_register_virtual_type): Remove. Substitute by...
4872 (h8300_register_type): New function.
4873 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4874 (h8300h_extract_struct_value_address): Ditto.
4875 (h8300_gdbarch_init): Drop calls to
4876 set_gdbarch_deprecated_register_byte and
4877 set_gdbarch_deprecated_register_virtual_type.
4878 Add call to set_gdbarch_register_type.
4879
4880 2003-06-13 Andrew Cagney <cagney@redhat.com>
4881
4882 * gdbarch.sh: Update comments on registers.
4883 (deprecated_register_byte): Rename register_byte.
4884 (deprecated_register_raw_size): Rename register_raw_size.
4885 (deprecated_register_virtual_size): Rename register_virtual_size.
4886 (deprecated_register_virtual_type): Rename register_virtual_type.
4887 * gdbarch.h, gdbarch.c: Re-generate.
4888 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4889 * vax-tdep.c (vax_gdbarch_init): Update.
4890 * v850-tdep.c (v850_gdbarch_init): Update.
4891 * sparc-tdep.c (sparc_gdbarch_init): Update.
4892 * sh-tdep.c (sh_gdbarch_init): Update.
4893 * s390-tdep.c (s390_gdbarch_init): Update.
4894 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4895 * ns32k-tdep.c: Update.
4896 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4897 * mips-tdep.c (mips_gdbarch_init): Update.
4898 * mcore-tdep.c (mcore_gdbarch_init): Update.
4899 * m68k-tdep.c (m68k_gdbarch_init): Update.
4900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4901 * ia64-tdep.c (ia64_gdbarch_init): Update.
4902 * hppa-tdep.c (hppa_gdbarch_init): Update.
4903 * h8300-tdep.c (h8300_gdbarch_init): Update.
4904 * frv-tdep.c (frv_gdbarch_init): Update.
4905 * cris-tdep.c (cris_gdbarch_init): Update.
4906 * avr-tdep.c (avr_gdbarch_init): Update.
4907 * alpha-tdep.c (alpha_gdbarch_init): Update.
4908 * arm-tdep.c (arm_gdbarch_init): Update.
4909
4910 2003-06-13 Andrew Cagney <cagney@redhat.com>
4911
4912 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4913 mips_o32_use_struct_convention with always_use_struct_convention.
4914
4915 2003-06-12 David Carlton <carlton@kealia.com>
4916
4917 * cp-namespace.c (cp_set_block_scope): Comment out
4918 processing_has_namespace_info branch.
4919
4920 2003-06-12 Jim Blandy <jimb@redhat.com>
4921
4922 Recognize and skip 64-bit PowerPC Linux linkage functions.
4923 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4924 insn_pattern, insns_match_pattern, d_field, ds_field): New
4925 functions, macros, and types for working with PPC instructions.
4926 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4927 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4928 ppc64_skip_trampoline_code): New functions, variables, and macros
4929 for recognizing and skipping linkage functions.
4930 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4931 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4932
4933 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4934 register offsets for both the 32- and 64-bit interfaces.
4935
4936 Actually finish the job started by my change of 2003-05-29.
4937 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4938 other #definition of this.
4939 (ppc_linux_skip_trampoline_code): Remove declaration.
4940 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4941 static.
4942 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4943 method for GDBARCH.
4944
4945 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4946 'long' on ppc64-*-linux*.
4947
4948 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4949 isn't #defined, assume the register doesn't exist: act as if
4950 tdep->ppc_mq_regnum were -1.
4951
4952 * configure.host, configure.tgt: Add entries for
4953 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4954 powerpc/linux.mt.
4955 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4956 New files.
4957
4958 * arch-utils.c (always_use_struct_convention): New function.
4959 * arch-utils.h (always_use_struct_convention): New prototype.
4960 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4961 (alpha_gdbarch_init): Register always_use_struct_convention,
4962 instead of alpha_use_struct_convention.
4963 * cris-tdep.c (cris_use_struct_convention): Delete.
4964 (cris_gdbarch_init): Register always_use_struct_convention,
4965 instead of cris_use_struct_convention.
4966 * frv-tdep.c (frv_use_struct_convention): Delete.
4967 (frv_gdbarch_init): Register always_use_struct_convention,
4968 instead of frv_use_struct_convention.
4969 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4970 (h8300_gdbarch_init): Register always_use_struct_convention,
4971 instead of h8300_use_struct_convention.
4972 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
4973 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4974 instead of mips_o32_use_struct_convention.
4975
4976 2003-06-12 Andrew Cagney <cagney@redhat.com>
4977
4978 * wince.c: Include "mips-tdep.h".
4979 * mips-tdep.h (mips_next_pc): Declare.
4980 * mcore-tdep.c: Make more local functions static.
4981 * Makefile.in (wince.o): Update dependencies.
4982
4983 2003-06-12 David Carlton <carlton@kealia.com>
4984
4985 * symtab.c (lookup_symbol_aux_minsyms): Replace
4986 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4987 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4988 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4989 SYMBOL_NATURAL_NAME.
4990
4991 2003-06-12 Andreas Schwab <schwab@suse.de>
4992
4993 * Makefile.in (tuiDisassem.o): Update dependencies.
4994
4995 2003-06-12 David Carlton <carlton@bactrian.org>
4996
4997 * symtab.h: Delete declaration of make_symbol_overload_list.
4998 Add declaration of lookup_partial_symbol.
4999 * symtab.c (remove_params): Move to cp-support.c.
5000 (overload_list_add_symbol, make_symbol_overload_list)
5001 (sym_return_val_size, sym_return_val_index): Ditto.
5002 (lookup_partial_symbol): Make extern.
5003 * cp-support.h: Add declaration of make_symbol_overload_list.
5004 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5005 symtab.h, and block.h.
5006 (remove_params): Move here from symtab.c.
5007 (overload_list_add_symbol, make_symbol_overload_list)
5008 (sym_return_val_size, sym_return_val_index): Ditto.
5009 * valops.c: Include cp-support.h.
5010 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5011 frame_h, and block_h.
5012 (valops.o): Depend on cp_support_h.
5013
5014 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5015
5016 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5017 substitute by NUM_REGS throughout.
5018 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5019 (h8300s_register_name): New function for H8S registers.
5020 (h8300sx_register_name): Ditto for H8SX registers.
5021 (h8300_print_register): Revise register printing, avoid depending
5022 on 32 bit long.
5023 (h8300_register_byte): Only care for H8/300 registers.
5024 (h8300h_register_byte): New function for any other architecture.
5025 (h8300_register_raw_size): Remove.
5026 (h8300_register_virtual_type): Revise to return actually useful
5027 type.
5028 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5029 (h8300h_extract_struct_value_address): New function for any other
5030 architecture.
5031 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5032 set_gdbarch_register_name, set_gdbarch_register_byte,
5033 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5034 Remove calls to set_gdbarch_deprecated_register_size,
5035 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5036 set_gdbarch_deprecated_max_register_raw_size,
5037 set_gdbarch_register_virtual_size and
5038 set_gdbarch_deprecated_max_register_virtual_size entirely.
5039 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5040 set_gdbarch_long_double_bit.
5041
5042 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5043
5044 * doublest.c (convert_doublest_to_floatformat): When dealing
5045 with the implied integer bit, only alter mant_bits if we are
5046 processing a full 32 bits of mantissa.
5047
5048 2003-06-11 David Carlton <carlton@bactrian.org>
5049
5050 * dictionary.h: New.
5051 * dictionary.c: New.
5052 * block.h: Add opaque declaration for struct dictionary.
5053 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5054 'sym' members.
5055 (BLOCK_DICT): New macro.
5056 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5057 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5058 BLOCK_SHOULD_SORT.
5059 (ALL_BLOCK_SYMBOLS): Update definition.
5060 * Makefile.in (SFILES): Add dictionary.c.
5061 (dictionary_h): New.
5062 (COMMON_OBS): Add dictionary.o.
5063 (dictionary.o): New.
5064 (ada-lang.o): Depend on dictionary_h.
5065 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5066 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5067 (mi-cmd-stack.o): Ditto.
5068 (gdbtk-cmds.o): Update dependencies.
5069 (gdbtk-stack.o): Ditto.
5070 * ada-lang.c: Include dictionary.h.
5071 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5072 (fill_in_ada_prototype, debug_print_block): Ditto.
5073 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5074 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5075 'is_sorted'.
5076 * mdebugread.c: Include dictionary.h.
5077 (struct parse_stack): Delete 'maxsyms' member.
5078 (parse_symbol): Update calls to new_block. Delete calls to
5079 shrink_block. Use dictionary methods.
5080 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5081 Update calls to new_symtab. Don't maintain maxsyms data.
5082 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5083 (add_symbol): Just call dict_add_symbol.
5084 (new_symtab): Delete 'maxsyms' argument.
5085 (new_symtab): Update calls to new_block.
5086 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5087 (shrink_block): Delete function.
5088 (fixup_sigtramp): Update call to new_block. Add symbol via
5089 dict_add_symbol.
5090 * jv-lang.c: Include dictionary.h.
5091 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5092 appropriately. Set class_symtab->free_func. Make sure the
5093 blockvector is big enough to hold two blocks.
5094 (add_class_symtab_symbol): Use dictionary methods.
5095 (free_class_block): New function.
5096 (type_from_class): Replace explicit iteration by
5097 ALL_BLOCK_SYMBOLS.
5098 * symtab.h (struct symtab): Replace 'free_ptr' method by
5099 'free_func'.
5100 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5101 sort_symtab_syms.
5102 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5103 sort_symtab_syms.
5104 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5105 Include dictionary.h.
5106 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5107 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5108 sort_symtab_syms.
5109 * objfiles.c: Include dictionary.h.
5110 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5111 * buildsym.c: Include dictionary.h.
5112 (finish_block): Use dictionary methods.
5113 (end_symtab): Set free_func to NULL, not free_ptr.
5114 * tracepoint.c: Include dictionary.h.
5115 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5116 (scope_info): Ditto.
5117 * stack.c: Include dictionary.h.
5118 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5119 (print_block_frame_labels, print_frame_arg_vars)
5120 (print_frame_args): Ditto.
5121 * symmisc.c (free_symtab_block): Use dictionary methods.
5122 (dump_symtab): Ditto.
5123 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5124 Include dictionary.h.
5125 * symfile.h: Delete declarations of sort_block_syms,
5126 sort_symtab_syms.
5127 * symfile.c (sort_block_syms): Delete.
5128 (sort_symtab_syms): Delete.
5129 * symtab.c: Include dictionary.h.
5130 (lookup_block_symbol): Use dictionary iterators.
5131 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5132 (search_symbols, make_symbol_completion_list): Ditto.
5133 (make_symbol_overload_list): Ditto.
5134 * valops.c (value_of_local): Use dict_empty.
5135 Include dictionary.h.
5136
5137 2003-06-11 J. Brobecker <brobecker@gnat.com>
5138
5139 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5140
5141 2003-06-11 David Carlton <carlton@bactrian.org>
5142
5143 * block.h (BLOCK_SHOULD_SORT): Delete.
5144 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5145 blocks.
5146 * ada-lang.c (ada_add_block_symbols): Ditto.
5147 * symfile.c (sort_block_syms): Delete.
5148 (sort_symtab_syms): Ditto.
5149 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5150 declarations.
5151 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5152 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5153 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5154 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5155 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5156 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5157 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5158
5159 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5160
5161 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5162 bits to 128.
5163
5164 2003-06-11 Andrew Cagney <cagney@redhat.com>
5165
5166 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5167 REGISTER_CONVERTIBLE.
5168 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5169 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5170 * gdbarch.h, gdbarch.c: Re-generate.
5171 * arch-utils.h (deprecated_register_convertible_not): Rename
5172 generic_register_convertible_not.
5173 * arch-utils.c (deprecated_register_convertible_not): Rename
5174 generic_register_convertible.
5175 (legacy_convert_register_p, legacy_register_to_value): Update.
5176 * sh-tdep.c (sh64_push_arguments): Update.
5177 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5178 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5179 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5180 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5181 * arch-utils.c (legacy_value_to_register): Update.
5182 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5183 (rs6000_register_convert_to_raw): Make parameter "from" const.
5184 * mips-tdep.c (mips_gdbarch_init): Update.
5185 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5186 * infcmd.c (default_print_registers_info): Update.
5187 * ia64-tdep.c (ia64_gdbarch_init): Update.
5188 (ia64_register_convert_to_raw): Make parameter "from" const.
5189 * i386-tdep.c (i386_gdbarch_init): Update.
5190 (i386_register_convert_to_raw): Update.
5191
5192 2003-06-11 Andrew Cagney <cagney@redhat.com>
5193
5194 * remote-fileio.c: Include "remote-fileio.h".
5195 * Makefile.in (remote-fileio.o): Update dependencies.
5196 (remote_fileio_h): Fix typo.
5197
5198 2003-06-11 Andrew Cagney <cagney@redhat.com>
5199
5200 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5201 (xstormy16_save_dummy_frame_tos): Make static.
5202 (_initialize_xstormy16_tdep): Add declaration.
5203 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5204 * v850-tdep.c: Make local functions static.
5205 (_initialize_v850_tdep): Add declaration.
5206 * sparc-tdep.c: Make local functions static.
5207 (_initialize_sparc_tdep): Add declaration.
5208 * sh-tdep.c: Make local functions static.
5209 (_initialize_sh_tdep): Add declaration.
5210 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5211 * s390-tdep.c: Make local functions static.
5212 (_initialize_s390_tdep): Add declaration.
5213 * dbxread.c (find_stab_function_addr): Make static.
5214 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5215 * ocd.c (_initialize_remote_ocd): Add declaration.
5216 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5217 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5218 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5219 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5220 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5221 * remote-array.c (_initialize_array): Add declaration.
5222 (_initialize_remote_monitors): Add declaration.
5223 * remote-mips.c: Make local functions static.
5224 (_initialize_remote_mips): Add declaration.
5225 * mcore-tdep.c: Make all local functions static.
5226 (_initialize_mcore_tdep): Add declaration.
5227 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5228 * abug-rom.c (_initialize_abug_rom): Add declaration.
5229 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5230 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5231 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5232 * remote-est.c (_initialize_est): Add declaration.
5233 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5234 (m68hc11_call_dummy_address): Make static.
5235 * ia64-tdep.c: Make local functions static.
5236 (_initialize_ia64_tdep): Add declaration.
5237 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5238 * monitor.c (monitor_wait_filter): Make static.
5239 (_initialize_remote_monitors): Add declaration.
5240 * remote-hms.c (_initialize_remote_hms): Add declaration.
5241 * remote-e7000.c (fetch_regs_from_dump): Make static.
5242 (expect_n): Make static.
5243 (_initialize_remote_e7000): Add declaration.
5244 * ser-e7kpc.c: Always include "defs.h".
5245 (_initialize_ser_e7000pc): Add declaration.
5246 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5247 * cris-tdep.c: Make all but one function static.
5248 (_initialize_cris_tdep): Add declaration.
5249 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5250 * solib.c (update_solib_list): Make static.
5251 (_initialize_solib): Add declaration.
5252 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5253 (_initialize_avr_tdep): Add declaration.
5254 * remote-rdi.c (voiddummy): Make static.
5255 (_initialize_remote_rdi): Add declaration.
5256 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5257 * remote-rdp.c (send_rdp): Make static.
5258 (_initialize_remote_rdp): Add declaration.
5259 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5260
5261 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5262
5263 * remote-fileio.c: Make ari happy.
5264
5265 2003-06-10 J. Brobecker <brobecker@gnat.com>
5266
5267 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5268 fetching the trailing bytes of the buffer we are about to write.
5269
5270 2003-06-10 Andrew Cagney <cagney@redhat.com>
5271
5272 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5273 * Makefile.in (remote-fileio.o): Update dependencies.
5274 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5275 include <setjmp.h>, or <sys/types.h> conditional on USG.
5276 (remote_fio_jmp_buf): Delete global variable.
5277
5278 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5279 Martin M. Hunt <hunt@redhat.com>
5280
5281 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5282 (SFILES): Add remote-fileio.c.
5283 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5284 dependencies for building remote.o.
5285 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5286 * remote-fileio.h: New header file defining remote File-I/O interface.
5287 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5288 static storage class.
5289 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5290 'F' packet.
5291 (_initialize_remote): Call initialize_remote_fileio().
5292 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5293 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5294 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5295 (captured_main): Initialize new ui_files.
5296 * ui-file.c: Add read and fgets input functions.
5297 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5298 (null_file_read): New function.
5299 (ui_file_read): New function.
5300 (set_ui_file_read): New function.
5301 (stdio_file_read): New function.
5302 * ui-file.h: New type ui_file_read_ftype.
5303 (set_ui_file_read): Declare.
5304 (ui_file_read): Declare.
5305
5306 2003-06-09 Andrew Cagney <cagney@redhat.com>
5307
5308 * frame.h (deprecated_unwind_get_saved_register): Rename
5309 generic_unwind_get_saved_register, update comments.
5310 * mips-tdep.c (mips_get_saved_register): Update.
5311 * frame.c (deprecated_unwind_get_saved_register): Update.
5312
5313 2003-06-09 Andrew Cagney <cagney@redhat.com>
5314
5315 * vax-tdep.c (vax_frame_locals_address): Delete function.
5316 (vax_gdbarch_init): Do not set frame_locals_address.
5317 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5318 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5319 * s390-tdep.c (s390_frame_args_address): Delete function.
5320 (s390_gdbarch_init): Do not set frame_args_address or
5321 frame_locals_address.
5322 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5323 (ns32k_gdbarch_init): Do not set frame_locals_address.
5324 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5325 (hppa_frame_locals_address): Delete function.
5326 (hppa_gdbarch_init): Do not set frame_args_address, or
5327 frame_locals_address.
5328 * arm-tdep.c (arm_frame_args_address): Delete.
5329 (arm_frame_locals_address): Delete.
5330 (arm_gdbarch_init): Do not set frame_args_address, or
5331 frame_locals_address.
5332
5333 2003-06-09 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5336 * gdbarch.h, gdbarch.c: Re-generate.
5337 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5338 * arch-utils.c (frame_num_args_unknown): Delete function.
5339 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5340 (frame_info): Use FRAME_NUM_ARGS_P.
5341 * arm-tdep.c (arm_frame_num_args): Delete function.
5342 (arm_gdbarch_init): Do not set frame_num_args.
5343 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5344 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5345 (hppa_gdbarch_init): Do not set frame_num_args.
5346 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5347 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5348 frame_num_args to default frame_num_args_unknown.
5349 * v850-tdep.c (v850_gdbarch_init): Ditto.
5350 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5351 * sh-tdep.c (sh_gdbarch_init): Ditto.
5352 * s390-tdep.c (s390_gdbarch_init): Ditto.
5353 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5354 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5355 * mips-tdep.c (mips_gdbarch_init): Ditto.
5356 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5357 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5359 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5360 * i386-tdep.c (i386_gdbarch_init): Ditto.
5361 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5362 * frv-tdep.c (frv_gdbarch_init): Ditto.
5363 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5364 * cris-tdep.c (cris_gdbarch_init): Ditto.
5365 * avr-tdep.c (avr_gdbarch_init): Ditto.
5366 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5367
5368 2003-06-09 Andrew Cagney <cagney@redhat.com>
5369
5370 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5371 (print_frame_args): Moved to "stack.c".
5372 * stack.c: Include "gdb_assert.h".
5373 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5374 (print_frame_args): Moved from "printcmd.c".
5375 * frame.h (print_frame_args): Delete declaration.
5376 * Makefile.in (stack.o): Update dependencies.
5377
5378 2003-06-08 Andrew Cagney <cagney@redhat.com>
5379
5380 * frame.c (get_prev_frame): Remove reference to
5381 frame_args_address_correct in comments.
5382 * frame-base.c (default_frame_args_address): Delete code
5383 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5384 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5385 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5386 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5387 (vax_frame_args_address_correct): Delete declaration.
5388
5389 2003-06-08 Andrew Cagney <cagney@redhat.com>
5390
5391 * gdbarch.sh (UNWIND_SP): Add.
5392 * gdbarch.h, gdbarch.c: Re-generate.
5393 * frame.c (frame_sp_unwind): New function.
5394 (get_frame_sp): New function.
5395 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5396 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5397 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5398 value.
5399 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5400 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5401
5402 2003-06-08 Andrew Cagney <cagney@redhat.com>
5403
5404 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5405 REMOTE_BREAKPOINT.
5406 * remote.c: Update.
5407 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5408 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5409 * config/m68k/tm-sun3.h: Update.
5410 * config/m68k/tm-m68klynx.h: Update.
5411 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5412
5413 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5414 trad_frame". Update comments.
5415 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5416 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5417 (trad_frame_register_value, trad_frame_prev_register): Update.
5418
5419 2003-06-08 Andrew Cagney <cagney@redhat.com>
5420
5421 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5422 from GCC's acinclude.m4.
5423 * configure.in: Check for getopt's delcaration.
5424 * aclocal.m4, config.in, configure: Re-generate.
5425 * main.c (error_init): Delete declaration.
5426 * defs.h (error_init): Declare.
5427 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5428 (rs6000_convert_from_func_ptr_addr): Make static.
5429 (_initialize_rs6000_tdep): Add declaration.
5430 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5431 (show_commands, set_verbose, show_history): Delete declaration.
5432 * top.h (set_verbose): Add declaration.
5433 (show_history, set_history, show_commands): Add declaration.
5434 (do_restore_instream_cleanup): Add declaration.
5435 * objc-lang.c (specialcmp): Make static.
5436 (print_object_command): Make static.
5437 (find_objc_msgsend): Make static.
5438 (find_objc_msgcall_submethod_helper): Make static.
5439 (find_objc_msgcall_submethod): Make static.
5440 (_initialize_objc_language): Add declaration.
5441 (find_implementation_from_class): Make static.
5442 (find_implementation): Make static.
5443 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5444 * objc-lang.h (lookup_struct_typedef): Add declaration.
5445 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5446 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5447 (do_restore_user_call_depth): Make static.
5448 (do_restore_instream_cleanup): Delete declaration.
5449 (dont_repeat): Delete declaration.
5450 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5451 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5452 * reggroups.c (_initialize_reggroup): Add declaration.
5453 * cp-support.c (_initialize_cp_support): Add declaration.
5454 * cp-abi.c (_initialize_cp_abi): Add declaration.
5455 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5456 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5457 (_initialize_gnu_v3_abi): Add declaration.
5458 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5459 (_initialize_gnu_v2_abi): Add declaration.
5460 * frame-base.c (_initialize_frame_base): Add declaration.
5461 * doublest.c (floatformat_from_length): Make static.
5462 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5463 * frame.c (create_sentinel_frame): Make static.
5464 (_initialize_frame): Add declaration.
5465 * top.c (do_catch_errors): Make static.
5466 (gdb_rl_operate_and_get_next_completion): Make static.
5467 * typeprint.c: Include "typeprint.h".
5468 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5469 (sentinel_frame_this_id): Make static.
5470 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5471 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5472 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5473 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5474 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5475 * maint.c (maintenance_print_architecture): Make static.
5476 * signals/signals.c (_initialize_signals): Add declaration.
5477 * std-regs.c (_initialize_frame_reg): Add declaration.
5478 * jv-exp.y (push_variable): ISO C definition.
5479 (push_qualified_expression_name): Ditto.
5480 * memattr.c (_initialize_mem): Add declaration.
5481 * remote.c (remote_check_watch_resources): Make static.
5482 (remote_stopped_by_watchpoint): Make static.
5483 (remote_stopped_data_address): Make static.
5484 * d10v-tdep.c (nr_dmap_regs): Make static.
5485 (a0_regnum): Make static.
5486 (d10v_frame_unwind_cache): Make static.
5487 (d10v_frame_p): Make static.
5488 * osabi.c (show_osabi): Make static.
5489 (_initialize_gdb_osabi): Add extern declaration.
5490 * gdbtypes.c (make_qualified_type): Make static.
5491 (safe_parse_type): Make static.
5492 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5493 * macrotab.c (macro_bcache_free): Make static.
5494 * interps.c (interp_set_quiet): Make static.
5495 (interpreter_exec_cmd): Make static.
5496 * stack.h (select_frame_command): New file.
5497 * stack.c: Include "stack.h".
5498 (select_frame_command_wrapper): Delete function.
5499 (select_frame_command): Make global.
5500 * infcall.c: Include "infcall.h".
5501 * linespec.c: Include "linespec.h".
5502 * symfile.c (sections_overlap): Make static.
5503 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5504 * charset.c (_initialize_charset): Add missing prototype.
5505 * regcache.c (init_legacy_regcache_descr): Make static.
5506 (do_regcache_xfree): Make static.
5507 (regcache_xfer_part): Make static.
5508 (_initialize_regcache): Add missing prototype.
5509 * breakpoint.c (parse_breakpoint_sals): Make static.
5510 (breakpoint_sals_to_pc): Make static.
5511 * interps.h (clear_interpreter_hooks): ISO C declaration.
5512 * Makefile.in (stack_h): Define.
5513 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5514 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5515
5516 2003-06-08 Andrew Cagney <cagney@redhat.com>
5517
5518 * Makefile.in (d10v-tdep.o): Update dependencies.
5519 (SFILES): Add trad-frame.c.
5520 (trad_frame_h): Define.
5521 (COMMON_OBS): Add trad-frame.o.
5522 (trad-frame.o): Specify dependencies.
5523 * d10v-tdep.c: Include "trad-frame.h".
5524 (saved_regs_unwinder): Delete function.
5525 (d10v_frame_prev_register): Use trad_frame_prev_register.
5526 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5527 trad_frame", delete "regs" and "prev_sp".
5528 (prologue_find_regs): Use trad-frame.
5529 * trad-frame.h, trad-frame.c: New files.
5530
5531 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5532
5533 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5534
5535 2003-06-07 Adam Fedor <fedor@gnu.org>
5536
5537 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5538 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5539 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5540 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5541 resolve_msgsend_super, resolve_msgsend_super_stret):
5542 Use it.
5543
5544 2003-06-07 Andrew Cagney <cagney@redhat.com>
5545
5546 * symfile.h: Re-indent, clean up comments.
5547
5548 2003-06-07 Andrew Cagney <cagney@redhat.com>
5549
5550 * inferior.h (deprecated_write_sp): Replace
5551 generic_target_write_sp.
5552 * regcache.c (deprecated_write_sp): Replace
5553 generic_target_write_sp.
5554 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5555 * vax-tdep.c (vax_gdbarch_init): Update.
5556 * v850-tdep.c (v850_gdbarch_init): Update.
5557 * sparc-tdep.c (sparc_gdbarch_init): Update.
5558 * sh-tdep.c (sh_gdbarch_init): Update.
5559 * s390-tdep.c (s390_gdbarch_init): Update.
5560 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5561 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5562 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5563 * mcore-tdep.c (mcore_gdbarch_init): Update.
5564 * m68k-tdep.c (m68k_gdbarch_init): Update.
5565 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5566 * ia64-tdep.c (ia64_gdbarch_init): Update.
5567 * h8300-tdep.c (h8300_gdbarch_init): Update.
5568 * frv-tdep.c (frv_gdbarch_init): Update.
5569 * cris-tdep.c (cris_gdbarch_init): Update.
5570 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5571
5572 2003-06-07 Andrew Cagney <cagney@redhat.com>
5573
5574 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5575 Assert that PC_REGNUM is valid.
5576 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5577
5578 2003-06-07 Andrew Cagney <cagney@redhat.com>
5579
5580 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5581 * gdbarch.h, gdbarch.c: Regenerate.
5582 * mn10300-tdep.c: Include "gdb_assert.h".
5583 (mn10300_read_fp): New function.
5584 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5585 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5586 * ia64-tdep.c: Include "gdb_assert.h".
5587 (ia64_read_fp): New function.
5588 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5589 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5590 * regcache.c (generic_target_read_sp): Delete function.
5591 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5592 * inferior.h (generic_target_read_sp): Delete declaration.
5593 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5594 generic_target_read_sp.
5595 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5596 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5597 * sh-tdep.c (sh_gdbarch_init): Ditto.
5598 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5599 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5600
5601 2003-06-07 Andrew Cagney <cagney@redhat.com>
5602
5603 * gdbarch.sh: Comment each field of startup_gdbarch.
5604 * gdbarch.h, gdbarch.c: Re-generate.
5605
5606 2003-06-07 Andrew Cagney <cagney@redhat.com>
5607
5608 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5609 * gdbarch.h, gdbarch.c: Re-generate.
5610 * regcache.c: Update comments on read_pc et.al.
5611 (generic_target_read_pc): Delete function.
5612 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5613 * inferior.h (generic_target_read_pc): Delete declaration.
5614 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5615 generic_target_read_pc.
5616 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5617 * sh-tdep.c (sh_gdbarch_init): Ditto.
5618 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5619 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5620
5621 2003-06-07 Andrew Cagney <cagney@redhat.com>
5622
5623 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5624 "index" with "special_local_sect". Use strcmp instead of STREQ.
5625 Append period to coments.
5626
5627 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5628
5629 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5630 (elfstab_offset_sections): Likewise.
5631 * gdb-stabs.h (stab_section_info): Likewise.
5632 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5633 * objfiles.c (objfile_relocate): Likewise.
5634 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5635 * remote.c (get_offsets): Likewise.
5636 (remote_cisco_objfile_relocate): Likewise.
5637 * somread.c (som_symfile_offsets): Likewise.
5638 * symfile.c (alloc_section_addr_info): New function.
5639 (build_section_addr_info_from_section_tab): Use it.
5640 (free_section_addr_info): Adjust.
5641 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5642 (syms_from_objfile): Allocate local_addr dynamically.
5643 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5644 dynamically.
5645 (add_symbol_file_command): Allocate sect_opts dynamically.
5646 (reread_symbols): Avoid use of SECT_OFF_MAX.
5647 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5648 (alloc_section_addr_info): Declare it.
5649 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5650 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5651 dynamically.
5652 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5653
5654 2003-06-06 Andrew Cagney <cagney@redhat.com>
5655
5656 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5657 (d10v_frame_unwind_cache): Do not set "return_pc".
5658
5659 2003-06-06 Michael Snyder <msnyder@redhat.com>
5660
5661 * h8300-tdep.c: Make tidy (long lines).
5662
5663 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5664
5665 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5666 to regcache_collect().
5667
5668 2003-06-05 J. Brobecker <brobecker@gnat.com>
5669
5670 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5671 pc_in_sigtramp multiarch method.
5672 (hppa_hpux_som_init_abi): Use it.
5673 (hppa_hpux_elf_init_abi): Likewise.
5674 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5675 macro has been multiarched.
5676 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5677 macro here, as hppa64 isn't multiarched yet.
5678
5679 2003-06-05 Andrew Cagney <cagney@redhat.com>
5680
5681 * Makefile.in (value_h): Add $(frame_h).
5682 * value.h: Include "frame.h".
5683 (struct value): Replace "frame_addr" with "frame_id".
5684 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5685 * values.c (allocate_value): Use VALUE_FRAME_ID.
5686 (value_copy): Use VALUE_FRAME_ID.
5687 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5688 * valops.c (value_assign): Update. Use frame_find_by_id.
5689
5690 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5691
5692 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5693 in each pass.
5694
5695 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5696
5697 * thread-db.c (check_event): For create/death event breakpoints,
5698 loop through all messages to ensure that we read the message
5699 corresponding to the breakpoint we are at.
5700
5701 2003-06-04 Michael Snyder <msnyder@redhat.com>
5702
5703 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5704
5705 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5706
5707 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5708 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5709 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5710 when handling .eh_frame sections.
5711
5712 2003-06-04 J. Brobecker <brobecker@gnat.com>
5713
5714 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5715 prepare_to_proceed procedure instead of the hppa-specific one.
5716 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5717
5718 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5719
5720 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5721 * config.in: Regenerated.
5722 * configure.in: Add test for syscall function and check for
5723 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5724 * configure: Regenerated.
5725 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5726 <sys/syscall.h>.
5727 (kill_lwp): New function that uses tkill syscall or
5728 uses kill, depending on whether threading model is nptl or not.
5729 All callers of kill() changed to use kill_lwp().
5730 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5731 see if all threads have already exited in the nptl model.
5732 (stop_and_resume_callback): New callback function used by the
5733 lin_lwp_wait thread exit handling code.
5734 (stop_wait_callback): Check for threads already having exited and
5735 delete such threads fromt the lwp list when discovered.
5736 (stop_callback): Don't assert retcode of kill call.
5737
5738 Roland McGrath <roland@redhat.com>
5739 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5740 nptl libthread_db.
5741
5742 2003-06-03 Richard Henderson <rth@redhat.com>
5743
5744 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5745 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5746 (alpha_sigtramp_frame_prev_register): Likewise.
5747 (alpha_heuristic_frame_prev_register): Likewise.
5748 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5749
5750 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5751 alpha-specific register id names.
5752 (alpha_mdebug_frame_unwind_cache): Likewise.
5753 (alpha_mdebug_frame_prev_register): Likewise.
5754
5755 2003-06-03 Richard Henderson <rth@redhat.com>
5756
5757 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5758 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5759 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5760 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5761 unwind routines.
5762 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5763 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5764 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5765
5766 * alpha-linux-tdep.c: Remove unnecessary includes.
5767 * Makefile.in (alpha-linux-tdep.o): Update.
5768
5769 2003-06-03 Richard Henderson <rth@redhat.com>
5770
5771 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5772 (alphabsd_fill_fpreg): Likewise.
5773
5774 2003-06-03 J. Brobecker <brobecker@gnat.com>
5775
5776 * alphanbsd-tdep.c (alphanbsd_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 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5783 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5784 structure, field no longer exists.
5785
5786 2003-06-03 J. Brobecker <brobecker@gnat.com>
5787
5788 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5789 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5790
5791 2003-06-03 J. Brobecker <brobecker@gnat.com>
5792
5793 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5794 references to struct frame_info fields by calls to the equivalent
5795 accessors. Necessary now that frame_info is opaque.
5796
5797 2003-06-03 J. Brobecker <brobecker@gnat.com>
5798
5799 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5800 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5801 structure, field no longer exists.
5802
5803 2003-06-03 Theodore A. Roth <troth@openavr.org>
5804
5805 * remote.c (init_remote_state): Compute sizeof_g_packet by
5806 accumulation of the size of all registers instead of blindly using
5807 DEPRECATED_REGISTER_BYTES.
5808
5809 2003-06-03 Michael Snyder <msnyder@redhat.com>
5810
5811 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5812 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5813 for h8300sx.
5814
5815 2003-06-03 J. Brobecker <brobecker@gnat.com>
5816
5817 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5818 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5819
5820 2003-06-03 Andrew Cagney <cagney@redhat.com>
5821
5822 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5823 (sparc_convert_to_raw): Delete function.
5824 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5825 register_convert_to_virtual.
5826
5827 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5828
5829 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5830 layer if not dealing with a statically-linked threaded program.
5831
5832 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5833
5834 * solib.c (solib_open): Update comment to reflect actual search order.
5835
5836 2003-06-03 Andrew Cagney <cagney@redhat.com>
5837
5838 * frame.c (get_frame_memory_signed): New function.
5839 (get_frame_memory, get_frame_memory_unsigned): New function.
5840 (get_frame_arch): New function.
5841 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5842 (get_frame_memory, get_frame_unsigned_memory): Declare.
5843 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5844 get_frame_memory_unsigned and get_frame_arch.
5845 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5846
5847 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5848
5849 * MAINTAINERS (write after approval): Add myself.
5850
5851 2003-06-03 Jim Blandy <jimb@redhat.com>
5852
5853 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5854 elements of gregset_t are 64 bits each, but access registers
5855 are still 32 bits, so they're packed two per gregset_t
5856 element. Unpack/pack them properly.
5857
5858 2003-06-02 David Carlton <carlton@bactrian.org>
5859
5860 * linespec.c (find_methods): Break out code into
5861 add_matching_methods and add_constructors.
5862 (add_matching_methods): New.
5863 (add_constructors): Ditto.
5864
5865 2003-06-02 Andrew Cagney <cagney@redhat.com>
5866
5867 * sparc-tdep.c (sparc_print_registers): Delete call to
5868 REGISTER_CONVERTIBLE.
5869 (sparc_gdbarch_init): Do not set register_convertible.
5870 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5871 * frv-tdep.c (frv_gdbarch_init): Ditto.
5872 * cris-tdep.c (cris_gdbarch_init): Ditto.
5873
5874 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5875
5876 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5877 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5878 (syms_from_objfile): Ditto.
5879
5880 2003-06-03 Andreas Schwab <schwab@suse.de>
5881
5882 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5883 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5884
5885 2003-06-02 Richard Henderson <rth@redhat.com>
5886
5887 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5888 a member of all_reggroup.
5889
5890 2003-06-02 Richard Henderson <rth@redhat.com>
5891
5892 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5893 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5894 (alpha_lds, alpha_sts): New.
5895 (alpha_convert_register_p): Change from _register_convertible.
5896 (alpha_register_to_value): Change from _convert_to_virtual;
5897 restructure and fail for type sizes other than 4 or 8.
5898 (alpha_value_to_register): Similarly.
5899 (alpha_extract_return_value): Use alpha_sts.
5900 (alpha_store_return_value): Use alpha_lds.
5901 (alpha_gdbarch_init): Update hooks.
5902
5903 2003-06-02 Richard Henderson <rth@redhat.com>
5904
5905 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5906 regnum identifiers.
5907 (alpha_sigtramp_register_address): Likewise.
5908
5909 2003-06-02 Richard Henderson <rth@redhat.com>
5910
5911 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5912 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5913 * alpha-tdep.h: Declare them.
5914
5915 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5916 Remove zerobuf. Don't error on UNIQUE.
5917 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5918 (ALPHA_REGSET_UNIQUE): Provide default.
5919 (supply_gregset): Use alpha_supply_int_regs.
5920 (fill_gregset): Use alpha_fill_int_regs.
5921 (supply_fpregset): Use alpha_supply_fp_regs.
5922 (fill_fpregset): Use alpha_fill_fp_regs.
5923 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5924 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5925 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5926 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5927 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5928 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5929
5930 2003-06-02 Richard Henderson <rth@redhat.com>
5931
5932 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5933
5934 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5935 (alpha_store_return_value): Likewise.
5936
5937 2003-06-02 David Carlton <carlton@math.stanford.edu>
5938
5939 * block.c (contained_in): Add 'const' to arguments.
5940 (block_function): Ditto.
5941 * block.h: Update declarations for block_function and
5942 contained_in.
5943
5944 2003-06-02 David Carlton <carlton@math.stanford.edu>
5945
5946 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5947 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5948 * p-valprint.c (pascal_val_print): Ditto.
5949 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5950
5951 2003-06-02 Richard Henderson <rth@redhat.com>
5952
5953 * alpha-tdep.c (alpha_push_dummy_call): Use
5954 builtin_type_ieee_double_little instead of builtin_type_double.
5955
5956 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
5957 sign-extension of 32-bit values.
5958 (alpha_store_return_value): Similarly.
5959
5960 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5961 (alpha_extract_return_value): Likewise.
5962 (alpha_store_return_value): Likewise.
5963
5964 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5965 (alpha_store_return_value): Error on IEEE Quad floats.
5966
5967 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5968 (alpha_extract_struct_value_address): Likewise.
5969 (alpha_store_return_value): Likewise.
5970 (alpha_store_struct_return): Remove.
5971 (alpha_gdbarch_init): Update hook registration to match.
5972
5973 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5974 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5975 macros where appropriate.
5976 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5977 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
5978
5979 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5980 for SP, GP; void_func_ptr for PC; non-language-specific types
5981 for all others.
5982 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
5983
5984 2003-06-02 Richard Henderson <rth@redhat.com>
5985
5986 * top.h (lim_at_start): Declare.
5987 * main.c (captured_main): Set it.
5988 * top.c (lim_at_start): Define.
5989 (command_loop): Use it instead of &environ.
5990 * event-top.c (command_handler): Likewise.
5991
5992 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5993
5994 * mipsnbsd-tdep.c: Update copyright years.
5995 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5996
5997 2003-06-01 Richard Henderson <rth@redhat.com>
5998
5999 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6000 (alpha-linux-tdep.o): Update dependencies.
6001 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6002 * alpha-mdebug-tdep.c: Remove unneeded includes.
6003
6004 2003-06-01 Richard Henderson <rth@redhat.com>
6005
6006 * alpha-tdep.c (alpha_register_reggroup_p): New.
6007 (alpha_gdbarch_init): Register it.
6008
6009 2003-06-02 Andrew Cagney <cagney@redhat.com>
6010
6011 * dwarfread.c: Eliminate "register"
6012 (decode_die_type): Eliminate assignment within "if".
6013 (struct_type, decode_array_element_type): Ditto.
6014 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6015 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6016 (decode_modified_type, completedieinfo): Ditto.
6017 * block.c: Eliminate "register".
6018 (blockvector_for_pc_sect): Eliminate assignment within "if".
6019 * cp-support.h (struct symbol): Opaque declaration.
6020 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6021
6022 2003-06-01 Richard Henderson <rth@redhat.com>
6023
6024 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6025 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6026
6027 2003-06-01 Adam Fedor <fedor@gnu.org>
6028
6029 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6030 * gdbarch.[ch]: Regenerate.
6031 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6032 (hppa_gdbarch_init): Set it in the gdbarch vector.
6033 * i386-tdep.c (i386_fetch_pointer_argument): New
6034 (i386_gdbarch_init): Set it into gdbarch.
6035 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6036 (rs6000_gdbarch_init): Set it in gdbarch.
6037 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6038 (sparc_gdbarch_init): Set it in gdbarch.
6039
6040 2003-06-01 Andrew Cagney <cagney@redhat.com>
6041
6042 * defs.h (extract_address): Delete declaration.
6043 * findvar.c (extract_address): Delete function.
6044 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6045 extract_address with the inline equivalent,
6046 extract_unsigned_integer.
6047 (xstormy16_extract_struct_value_address): Ditto.
6048 (xstormy16_pointer_to_address): Ditto.
6049 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6050 * v850-tdep.c (v850_push_arguments): Ditto.
6051 (v850_extract_return_value): Ditto.
6052 (v850_extract_struct_value_address): Ditto.
6053 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6054 (sparcnbsd_get_longjmp_target_64): Ditto.
6055 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6056 (get_longjmp_target): Ditto.
6057 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6058 (sh64_extract_struct_value_address): Ditto.
6059 (sh_push_arguments): Ditto.
6060 (sh64_push_arguments): Ditto.
6061 * remote-vxsparc.c (vx_read_register): Ditto.
6062 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6063 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6064 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6065 * mipsv4-nat.c (get_longjmp_target): Ditto.
6066 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6067 * mips-nat.c (get_longjmp_target): Ditto.
6068 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6069 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6070 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6071 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6072 * irix5-nat.c (get_longjmp_target): Ditto.
6073 * irix4-nat.c (get_longjmp_target): Ditto.
6074 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6075 (ia64_push_arguments): Ditto.
6076 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6077 * h8300-tdep.c (h8300_push_arguments): Ditto.
6078 (h8300_store_return_value): Ditto.
6079 (h8300_extract_struct_value_address): Ditto.
6080 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6081 (frv_push_arguments): Ditto.
6082 * avr-tdep.c (avr_pointer_to_address): Ditto.
6083 (avr_push_arguments): Ditto.
6084 * arm-tdep.c (arm_push_dummy_call): Ditto.
6085 (arm_get_longjmp_target): Ditto.
6086 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6087 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6088 (alpha_get_longjmp_target): Ditto.
6089
6090 * solib-irix.c (extract_mips_address): Inline extract_address,
6091 replacing it with extract_signed_integer.
6092 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6093 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6094 (first_link_map_member, open_symbol_file_object): Ditto.
6095 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6096 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6097 (LM_NEXT, LM_NAME): Ditto.
6098
6099 2003-06-01 Richard Henderson <rth@redhat.com>
6100
6101 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6102 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6103 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6104 (alpha_cannot_store_register): Likewise.
6105 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6106 * alpha-nat.c (supply_gregset): Likewise.
6107 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6108
6109 2003-06-01 Andrew Cagney <cagney@redhat.com>
6110
6111 * infcall.c (call_function_by_hand): Update comment on
6112 DEPRECATED_DUMMY_WRITE_SP.
6113
6114 * mips-tdep.c (mips_gdbarch_init): Do not set
6115 deprecated_dummy_write_sp.
6116 (mips_eabi_push_dummy_call): Set the SP register.
6117 (mips_o64_push_dummy_call): Set the SP register.
6118 (mips_o32_push_dummy_call): Set the SP register.
6119 (mips_n32n64_push_dummy_call): Set the SP register.
6120
6121 2003-06-01 Richard Henderson <rth@redhat.com>
6122
6123 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6124 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6125 (supply_gregset): Likewise.
6126 * alpha-tdep.c (alpha_store_return_value): Likewise.
6127 (alpha_get_longjmp_target): Likewise.
6128 (alpha_register_name): Constify array.
6129 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6130 deprecated_register_size, deprecated_register_bytes,
6131 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6132 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6133 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6134
6135 2003-06-01 Richard Henderson <rth@redhat.com>
6136
6137 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6138 from arg_reg_buffer to regcache to avoid double conversion.
6139
6140 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6141
6142 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6143 SP_REGNUM.
6144 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6145 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6146
6147 2003-06-01 Richard Henderson <rth@redhat.com>
6148
6149 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6150 (decode_frame_entry): Set it. Skip FDE augmentation.
6151
6152 2003-06-01 Richard Henderson <rth@redhat.com>
6153
6154 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6155 not overlapping PC_REGNUM.
6156
6157 2003-06-01 Richard Henderson <rth@redhat.com>
6158
6159 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6160 alpha_push_arguments. Don't dump argument register data to
6161 the target stack. Fix float and 128-bit long double semantics.
6162 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6163 (alpha_fix_call_dummy): Remove.
6164 (alpha_call_dummy_words): Remove.
6165 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6166
6167 2003-06-01 Richard Henderson <rth@redhat.com>
6168
6169 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6170
6171 2003-06-01 Andrew Cagney <cagney@redhat.com>
6172
6173 * mips-tdep.c (is_mips16_addr): New function.
6174 (make_mips16_addr, unmake_mips16_addr): New functions.
6175 (pc_is_mips16, mips_fetch_instruction): Use.
6176 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6177 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6178 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6179 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6180 TARGET_MIPS.
6181 * config/mips/tm-mips.h: Update copyright.
6182 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6183 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6184 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6185 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6186 (TM_PRINT_INSN_MACH): Delete.
6187 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6188
6189 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6190 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6191 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6192 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6193 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6194 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6195 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6196 mips*-*-riscos* and mips*-*-sysv* onto mips.
6197 * config/mips/mips64.mt: New file.
6198 * config/mips/mips.mt: New file.
6199 * config/mips/littlemips.mt: Delete file.
6200 * config/mips/decstation.mt: Delete file.
6201 * config/mips/vr4300el.mt: Delete file.
6202 * config/mips/vr5000el.mt: Delete file.
6203 * config/mips/vr5000.mt: Delete file.
6204 * config/mips/vr4100.mt: Delete file.
6205 * config/mips/vr4xxxel.mt: Delete file.
6206 * config/mips/vr4300.mt: Delete file.
6207 * config/mips/vr4xxx.mt: Delete file.
6208 * config/mips/bigmips.mt: Delete file.
6209 * config/mips/bigmips64.mt: Delete file.
6210 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6211 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6212 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6213 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6214 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6215 "tm-bigmips.h".
6216 * config/mips/tm-irix3.h: Ditto.
6217 * config/mips/tm-mipsv4.h: Ditto.
6218 * config/mips/tm-embed.h: Ditto.
6219 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6220 "tm-bigmips64.h".
6221 * config/mips/tm-vr5000el.h: Delete file.
6222 * config/mips/tm-tx39l.h: Delete file.
6223 * config/mips/tm-vr4300el.h: Delete file.
6224 * config/mips/tm-vr4xxxel.h: Delete file.
6225 * config/mips/tm-vr4300.h: Delete file.
6226 * config/mips/tm-vr4100.h: Delete file.
6227 * config/mips/tm-vr4xxx.h: Delete file.
6228 * config/mips/tm-vr5000.h: Delete file.
6229 * config/mips/tm-embedl64.h: Delete file.
6230 * config/mips/tm-embedl.h: Delete file.
6231 * config/mips/tm-embed64.h: Delete file.
6232 * config/mips/tm-bigmips64.h: Delete file.
6233 * config/mips/tm-bigmips.h: Delete file.
6234
6235 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6236
6237 Fix gdb/1216.
6238 * shnbsd-nat.c: Include "sh-tdep.h".
6239
6240 From Richard Henderson <rth@redhat.com>:
6241 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6242
6243 2003-05-31 Andrew Cagney <cagney@redhat.com>
6244
6245 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6246 forward declaration.
6247 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6248 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6249 (mips_find_saved_regs): Use set_reg_offset.
6250 (mips_frame_init_saved_regs): Delete function.
6251 (mips_pop_frame): Call mips_find_saved_regs instead of
6252 DEPRECATED_FRAME_INIT_SAVED_REGS.
6253
6254 2003-05-31 Andrew Cagney <cagney@redhat.com>
6255
6256 * mips-tdep.c (mips_gdbarch_init): Do not set
6257 deprecated_max_register_raw_size, register_virtual_size, and
6258 deprecated_max_register_virtual_size.
6259
6260 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6261
6262 * i386-tdep.c: Include "dwarf2-frame.h".
6263 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6264 * Makefile.in (i386-tdep.o): Update dependencies.
6265
6266 * dwarf2-frame.c, dwarf2-frame.h: New files.
6267 * Makefile.in (SFILES): Add dwarf2-frame.c.
6268 (dwarf2_frame_h): Define.
6269 (COMMON_OBS): Add dwarf2-frame.o.
6270 (dwarf2-frame.o): Add dependencies.
6271
6272 2003-05-31 Andreas Jaeger <aj@suse.de>
6273
6274 * x86-64-linux-nat.c: Fix comment.
6275
6276 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6277
6278 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6279 function signature.
6280
6281 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6282 have a sigcontext_addr handler.
6283 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6284 sigcontext_addr handler.
6285
6286 2003-05-31 Andrew Cagney <cagney@redhat.com>
6287
6288 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6289 (print_fp_register_row): Replace do_fp_register_row.
6290 (mips_print_fp_register): Add "file" and "frame" parameters.
6291 (mips_print_register): Add "file" and "frame" parameters.
6292 (mips_print_registers_info): Replace mips_do_registers_info.
6293 (mips_gdbarch_init): Set print_registers_info instead of
6294 deprecated_do_registers_info.
6295 (mips_read_fp_register_single): Add "frame" parameter.
6296 (mips_read_fp_register_double): Add "frame" parameter.
6297
6298 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6299
6300 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6301 Fixes a bug where GDB would print the wrong register names for
6302 targets without SSE.
6303
6304 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6305 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6306 registers.
6307
6308 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6309 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6310 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6311 TDEP->sc_sp_offset.
6312
6313 From Michal Ludvig <mludvig@suse.cz>:
6314 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6315 and `sc_num_regs'.
6316 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6317 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6318 I386_ST0_REGNUM): Move here from...
6319 * i386-tdep.c: ... here.
6320 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6321 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6322 registers if possible.
6323 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6324 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6325 Remove variables.
6326 (i386bsd_sc_reg_offset): New variable.
6327 (i386bsd_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 (i386fbsd_sc_reg_offset): New variable.
6331 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6332 TDEP->sc_num_regs.
6333 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6334 variables.
6335 (i386fbsd4_sc_reg_offset): New variable.
6336 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6337 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6338 TDEP->sc_sp_offset.
6339 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6340 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6341 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6342 Remove variables.
6343 (i386nbsd_sc_reg_offset): New variable.
6344 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6345 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6346 TDEP->sc_sp_offset.
6347 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6348 Remove variables.
6349 (i386obsd_sc_reg_offset): New variable.
6350 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6351 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6352 TDEP->sc_sp_offset.
6353 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6354 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6355 for frame pointer offset in `struct sigcontext'.
6356
6357 2003-05-31 Andrew Cagney <cagney@redhat.com>
6358
6359 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6360 architecture methods call_dummy_words, sizeof_call_dummy_words,
6361 push_return_address, store_struct_return, and fix_call_dummy. Set
6362 push_dummy_call instead of deprecated_push_arguments.
6363 (mips_store_struct_return): Delete function.
6364 (mips_fix_call_dummy): Delete function.
6365 (mips_push_return_address): Delete function.
6366 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6367 RA_REGNUM and T9_REGNUM.
6368 (mips_n32n64_push_dummy_call): Ditto for
6369 mips_n32n64_push_arguments.
6370 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6371 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6372
6373 2003-05-31 Andrew Cagney <cagney@redhat.com>
6374
6375 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6376 "dummy_addr" to "bp_addr".
6377 * infcall.c (call_function_by_hand): Pass "funaddr" to
6378 gdbarch_push_dummy_call.
6379 * gdbarch.h, gdbarch.c: Re-generate.
6380 * i386-tdep.c (i386_push_dummy_call): Update.
6381 * arm-tdep.c (arm_push_dummy_call): Update.
6382 * d10v-tdep.c (d10v_push_dummy_call): Update.
6383
6384 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6385
6386 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6387 variable declarations.
6388 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6389 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6390 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6391 x86_64_init_frame_pc, x86_64_init_frame_pc,
6392 x86_64_function_has_prologue): Remove prototypes.
6393 (X86_64_NUM_GREGS): New define.
6394 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6395 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6396 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6397 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6398 XMM1_REGNUM): Remove defines.
6399 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6400 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6401 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6402 X86_64_XMM1_REGNUM): New defines.
6403 (struct x86_64_register_info): Renamed from `struct
6404 register_info'. Remove `size' member.
6405 (x86_64_register_info_table): Remove variable.
6406 (x86_64_register_info): New variable.
6407 (X86_64_NUM_REGS): New define.
6408 (X86_64_NUM_GREGS): Remove define.
6409 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6410 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6411 Remove variables.
6412 (x86_54_dwarf2_reg_to_regnum): Remove function.
6413 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6414 (x86_64_dwarf_reg_to_regnum): New function.
6415 (x86_64_register_name): Rewrite.
6416 (x86_64_register_raw_size): Remove function.
6417 (x86_64_register_byte_table): Remove variable.
6418 (x86_64_register_byte): Remove function.
6419 (x86_64_register_virtual_type): Remove function.
6420 (x86_64_register_type): New function.
6421 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6422 x86_64_register_convert_to_raw): Remove functions.
6423 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6424 (x86_64_use_struct_convention): Make static. Adjust for renamed
6425 defines.
6426 (x86_64_frame_init_saved_regs): Remove function.
6427 (x86_64_push_arguments): Make static. Change to accept a regcache
6428 as argument.
6429 (x86_64_store_return_value, x86_64_extract_return_value): Make
6430 static. Rewrite based on i386 counterparts.
6431 (x86_64_push_dummy_call): New function.
6432 (X86_64_NUM_SAVED_REGS): New define.
6433 (x86_64_register_number): Remove function.
6434 (x86_64_store_struct_return): Remove function.
6435 (x86_64_frameless_function_invocation,
6436 x86_64_function_has_prologue): Remove functions.
6437 (PROLOG_BUFSIZE): Remove define.
6438 (struct x86_64_frame_cache): New structure.
6439 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6440 x86_64_frame_cache, x86_64_frame_this_id,
6441 x86_64_frame_prev_register, x86_64_frame_p,
6442 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6443 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6444 functions.
6445 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6446 variables.
6447 (x86_64_skip_prologue): Rewrite in terms of
6448 x86_64_analyze_prologue.
6449 (x86_64_frame_base_address): New function.
6450 (x86_64_frame_base): New variable.
6451 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6452 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6453 set deprecated_fp_regnum, deprecated_register_size,
6454 deprecated_register_bytes, register_raw_size, register_byte,
6455 register_virtual_type, register_convertiable,
6456 register_convert_to_virtual, convert_to_raw,
6457 deprecated_get_saved_register, deprecated_target_read_fp,
6458 deprecated_push_arguments, deprecated_push_return_address,
6459 deprecated_pop_frame, deprecated_store_struct_return,
6460 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6461 frameless_function_invocation, deprecated_frame_saved_pc,
6462 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6463 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6464 deprecated_init_frame_pc and virtual_frame_pointer. Call
6465 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6466 and x86_64_frame_p. Call frame_base_set_default to register
6467 x86_64_frame_base.
6468 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6469 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6470 (_initialize_x86_64_tdep): Remove function.
6471 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6472 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6473 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6474 define.
6475 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6476 (x86_64_linux_sigcontext_addr): Rewrite.
6477 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6478 x86_64_linux_frame_saved_pc): Remove functions.
6479 (x86_64_linux_pc_in_sigtramp): Renamed from
6480 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6481 trampoline.
6482 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6483 Remove_functions.
6484 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6485 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6486 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6487 (x86_64_regmap): Rename to regmap.
6488 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6489 x86_64_num_gregs.
6490 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6491 x86_64_regmap.
6492 (x86_64_fxsave_offset): Remove function.
6493 (supply_fpregset): Simply call x86_64_supply_fxsave.
6494 (fill_fpregset): Simply call x86_64_fill_fxsave.
6495 (fetch_inferior_registers, store_inferior_registers): Avoid
6496 asignment in if-statement.
6497 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6498 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6499 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6500 (fetch_core_registers): Remove function.
6501 (linux_elf_core_fns): Remove.
6502 (offsetoff): Don't define.
6503 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6504 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6505 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6506 add core-regset.o.
6507 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6508 protection against multiple includes instead of NM_X86_64_h. Add
6509 various comments. Include "config/nm-linux.h". Don't include
6510 <signal.h>.
6511 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6512 GET_THREAD_SIGNALS): Remove defines.
6513 (x86_64_register_u_addr, kernel_u_size,
6514 lin_thread_get_thread_signals): Remove prototypes.
6515 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6516 [HAVE_LINK_H]: Don't include "solib.h".
6517 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6518 * config/i386/tm-x86-64linux.h: Fix comments.
6519 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6520 x86-64-tdep.o): Update dependencies.
6521
6522 2003-05-30 Andrew Cagney <cagney@redhat.com>
6523
6524 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6525 Change parameter type to a "struct regcache *".
6526
6527 * gdbarch.sh: Regardless of the multi-arch level, always define
6528 the macro when not already defined.
6529 * gdbarch.h, gdbarch.c: Re-generate.
6530
6531 2003-05-30 Richard Henderson <rth@redhat.com>
6532
6533 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6534 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6535 (alpha_mdebug_frame_this_id): Likewise.
6536 (alpha_mdebug_frame_prev_register): Likewise.
6537 (alpha_mdebug_frame_base_address): Likewise.
6538 (alpha_mdebug_frame_locals_address): Likewise.
6539 (alpha_mdebug_frame_args_address): Likewise.
6540 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6541 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6542 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6543 loop increment.
6544 (alpha_heuristic_frame_this_id): Make static.
6545 (alpha_heuristic_frame_prev_register): Likewise.
6546 (alpha_heuristic_frame_base_address): Likewise.
6547 * alpha-tdep.h: Update.
6548
6549 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6550
6551 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6552 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6553 defenitions.
6554 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6555 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6556 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6557 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6558 I386_ST0_REGNUM): New defines.
6559 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6560 codestream_get): Remove define.
6561 (codestream_next_addr, condestream_addr, condestream_buf,
6562 codestream_off, codestream_cnt): Remove variables.
6563 (codestream_fill, codestream_seek, codestream_read): Remove
6564 functions.
6565 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6566 functionality.
6567 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6568 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6569 i386_frame_saved_pc, i386_saved_pc_after_call,
6570 i386_frame_num_args, i386_frame_init_saved_regs,
6571 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6572 i386_push_arguments): Remove functions.
6573 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6574 functionality. Use i386_analyze_prologue instead of
6575 i386_get_frame_setup.
6576 (I386_NUM_SAVED_REGS): New define.
6577 (struct i386_frame_cache): New structure.
6578 (i386_alloc_frame_cache, i386_analyze_struct_return,
6579 i386_skip_probe, i386_analyze_frame_setup,
6580 i386_analyze_register_saves, i386_analyze_prologue,
6581 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6582 i386_frame_prev_register, i386_sigtramp_frame_cache,
6583 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6584 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6585 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6586 New functions.
6587 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6588 New variables.
6589 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6590 I386_EAX_REGNUM and I386_EDX_REGNUM.
6591 (i386_extract_return_value, i386_store_return_value): Use
6592 I386_ST0_REGNUM where appropriate.
6593 (i386_extract_struct_value_address): Rewrite to use extract_address.
6594 (i386_svr4_pc_in_sigtramp): Add comment.
6595 (i386_svr4_sigcontext_addr): Rewrite.
6596 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6597 TDEP->sc_sp_offset.
6598 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6599 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6600 of new defines. Set push_dummy_call, don't set
6601 deprecated_push_arguments, deprecated_push_return_address,
6602 deprecated_pop_frame. Don't set parm_boundary. Don't set
6603 deprecated_frame_chain, deprecated_frame_saved_pc,
6604 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6605 save_dummy_frame_tos, unwind_pc. Call
6606 frame_unwind_append_predicate and frame_base_set_default. Don't
6607 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6608 Don't set frameless_function_invocation. Don't set
6609 deprecated_register_bytes, deprecated_register_size,
6610 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6611 * i386-linux-tdep.c: Fix formatting in some comments.
6612 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6613 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6614 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6615 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6616 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6617 redundant parentheses.
6618 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6619 (i386_linux_sigcontext_addr): Use it. Rewrite.
6620 (find_minsym_and_objfile): Change name of second argument.
6621 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6622 changed. Use frame_pc_unwind instead of
6623 DEPRECATED_SAVED_PC_AFTER_CALL.
6624 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6625 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6626 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6627 unwinder.
6628 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6629 "dummy-frame.h".
6630 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6631 (_initialize_i386_cygwin_tdep): New prototype.
6632 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6633 deprecated_frame_chain_valid.
6634 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6635 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6636 Rely on the SVR4 defaults.
6637 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6638 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6639
6640 2003-05-30 Andrew Cagney <cagney@redhat.com>
6641
6642 * infcall.c (call_function_by_hand): Always call
6643 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6644
6645 2003-05-30 Richard Henderson <rth@redhat.com>
6646
6647 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6648 increment.
6649
6650 2003-05-29 Jim Blandy <jimb@redhat.com>
6651
6652 Use gdbarch methods for solib stuff on PowerPC Linux.
6653 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6654 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6655 show through.
6656 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6657 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6658 giving the same effect as the #definitions above.
6659
6660 2003-05-29 Adam Fedor <fedor@gnu.org>
6661
6662 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6663 (find_implementation_from_class): Replace it with the standard
6664 case i.e. do nothing.
6665
6666 2003-05-29 Richard Henderson <rth@redhat.com>
6667
6668 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6669 (alpha_linux_sigtramp_offset): Use it. Make static.
6670 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6671 update for new frame model.
6672 * alpha-mdebug-tdep.c: New file.
6673 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6674 (alpha_osf1_init_abi): Install it.
6675 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6676 (linked_proc_desc_table): Remove.
6677 (alpha_frame_past_sigtramp_frame): Remove.
6678 (alpha_dynamic_sigtramp_offset): Remove.
6679 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6680 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6681 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6682 (push_sigtramp_desc): Remove.
6683 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6684 (alpha_cannot_store_register): Likewise.
6685 (alpha_sigcontext_addr): Remove.
6686 (alpha_find_saved_regs): Remove.
6687 (alpha_frame_init_saved_regs): Remove.
6688 (alpha_init_frame_pc_first): Remove.
6689 (read_next_frame_reg): Remove.
6690 (alpha_frame_saved_pc): Remove.
6691 (alpha_saved_pc_after_call): Remove.
6692 (temp_proc_desc, temp_saved_regs): Remove.
6693 (alpha_about_to_return): Remove.
6694 (cached_proc_desc): Remove.
6695 (alpha_frame_chain): Remove.
6696 (alpha_print_extra_frame_info): Remove.
6697 (alpha_init_extra_frame_info): Remove.
6698 (alpha_frame_locals_address): Remove.
6699 (alpha_frame_args_address): Remove.
6700 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6701 (alpha_push_dummy_frame): Remove.
6702 (alpha_pop_frame): Remove.
6703 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6704 (alpha_read_insn): New.
6705 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6706 for different insn encodings.
6707 (alpha_in_lenient_prologue): Remove.
6708 (struct alpha_sigtramp_unwind_cache): New.
6709 (alpha_sigtramp_frame_unwind_cache): New.
6710 (alpha_sigtramp_register_address): New.
6711 (alpha_sigtramp_frame_this_id): New.
6712 (alpha_sigtramp_frame_prev_register): New.
6713 (alpha_sigtramp_frame_unwind): New.
6714 (alpha_sigtramp_frame_p): New.
6715 (struct alpha_heuristic_unwind_cache): New.
6716 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6717 don't count nop insns that occur between functions.
6718 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6719 heuristic_proc_desc, but without the mdebug wrapping.
6720 (alpha_heuristic_frame_this_id): New.
6721 (alpha_heuristic_frame_prev_register): New.
6722 (alpha_heuristic_frame_unwind): New.
6723 (alpha_heuristic_frame_p): New.
6724 (alpha_heuristic_frame_base_address): New.
6725 (alpha_heuristic_frame_base): New.
6726 (alpha_unwind_dummy_id): New.
6727 (alpha_unwind_pc): New.
6728 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6729 frame related deprecated initializations; install replacements.
6730 (alpha_dump_tdep): Remove.
6731 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6732 (alpha_read_insn, alpha_after_prologue,
6733 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6734 alpha_heuristic_frame_prev_register,
6735 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6736 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6737 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6738 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6739
6740 2003-05-29 Andrew Cagney <cagney@redhat.com>
6741
6742 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6743 dependant on the availability of ASSERT_FUNCTION.
6744 (ASSERT_FUNCTION): Do not define when there is no function name.
6745
6746 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6747
6748 From Jimi X <jimix@watson.ibm.com>:
6749 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6750
6751 2003-05-28 Jim Blandy <jimb@redhat.com>
6752
6753 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6754 argument to ptrace to int; the system headers should give it the
6755 right type, and pointers don't fit in ints on powerpc64-*-*.
6756
6757 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6758
6759 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6760 DW_TAG_catch_block.
6761
6762 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6763
6764 * stabsread.c (dbx_lookup_type): Make static.
6765 (read_type): Ditto.
6766 (add_undefined_type): Ditto.
6767 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6768 not export.
6769
6770 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6771
6772 * hpread.c (hpread_has_name): Make static.
6773 (hpread_psymtab_to_symtab): Ditto.
6774 (file_exists): Ditto.
6775 (hpread_call_pxdb): Ditto.
6776 (hpread_pxdb_needed): Ditto.
6777 (hpread_quick_traverse): Ditto.
6778 (hpread_get_header): Ditto.
6779 (hpread_get_lntt): Ditto.
6780 (hpread_get_slt): Ditto.
6781 (class_of): Ditto.
6782
6783 2003-05-25 Andreas Schwab <schwab@suse.de>
6784
6785 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6786 stack_align and deprecated_extra_stack_alignment_needed.
6787 (m68k_stack_align): Delete.
6788
6789 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6790 (m68k_register_virtual_size): Likewise.
6791 (altos_skip_prologue): Remove obsolete function.
6792 (isi_frame_num_args): Likewise.
6793 (news_frame_num_args): Likewise.
6794 (m68k_fix_call_dummy): Make static.
6795 (m68k_push_dummy_frame): Likewise.
6796 (m68k_pop_frame): Likewise.
6797 (m68k_skip_prologue): Likewise.
6798 (m68k_frame_init_saved_regs): Likewise.
6799 (m68k_saved_pc_after_call): Likewise.
6800 (m68k_get_longjmp_target): Make multi-arch.
6801 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6802 structure. Register m68k_get_longjmp_target if enabled.
6803 * m68k-tdep.h (struct gdbarch_tdep): Define.
6804 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6805
6806 * Makefile.in (config.status): Also depend on configure.tgt
6807 and configure.host.
6808 (m68klinux-tdep.o): Update dependencies.
6809 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6810 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6811 (M68K_LINUX_JB_PC): Define.
6812 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6813 and take additional parameter.
6814 (m68k_linux_sigtramp_saved_pc): Update.
6815 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6816 m68k_linux_pc_in_sigtramp, in_plt_section,
6817 find_solib_trampoline_target.
6818 * config/m68k/tm-linux.h: Don't include any tm headers.
6819 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6820 (JB_ELEMENT_SIZE): Likewise.
6821 (JB_PC): Likewise.
6822 (GET_LONGJMP_TARGET): Likewise.
6823 (IN_SIGTRAMP): Likewise.
6824 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6825
6826 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6827
6828 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6829 (sparc32_push_arguments): Re-implement by calling
6830 sparc32_do_push_arguments.
6831
6832 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6833
6834 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6835 SPARC_O1_REGNUM): New defines.
6836 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6837 (sparc32_store_return_value): New function.
6838 (sparc_extract_struct_value_address): Rewrite to operate on a
6839 regcache.
6840 (sparc_gdbarch_init): Don't set
6841 deprecated_extract_struct_value_address. Set
6842 extract_struct_value_address instead. Don't set
6843 deprecated_extract_return_value and deprecated_store_return_value
6844 for 32-bit targets. Set extract_return_value and
6845 store_return_value instead.
6846 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6847 DEPRECTAED_EXTRACT_RETURN_VALUE,
6848 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6849 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6850 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6851 (sparc_store_return_value): Remove prototype.
6852 (sparc32_store_return_value): New prototype.
6853 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6854 Adjust prototypes.
6855
6856 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6857
6858 * sparcnbsd-tdep.c: Include "gdb_string.h".
6859
6860 2003-05-23 Andrew Cagney <cagney@redhat.com>
6861
6862 * p-valprint.c (pascal_val_print): Replace extract_address with
6863 the inline equivalent extract_unsigned_integer.
6864 * jv-valprint.c (java_value_print): Ditto.
6865 * ada-valprint.c (ada_val_print_1): Ditto.
6866 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6867
6868 2003-05-23 Theodore A. Roth <troth@openavr.org>
6869
6870 * blockframe.c (frameless_look_for_prologue): Remove unused
6871 after_prologue variable.
6872
6873 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6874
6875 * blockframe.c (get_pc_function_start): Rewrite to avoid
6876 asignments in if-statements.
6877
6878 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6879
6880 Committed by Elena Zannoni <ezannoni@redhat.com>.
6881 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6882 files, don't relocate absolute symbols (and do use mst_abs).
6883
6884 2003-05-23 Andrew Cagney <cagney@redhat.com>
6885
6886 * objc-lang.c: Include "gdb_assert.h".
6887 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6888 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6889 (gdb_check, gdb_check_fatal): Delete functions.
6890 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6891 gdb_assert.
6892 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6893 * Makefile.in (objc-lang.o): Update dependencies.
6894
6895 2003-05-22 Ian Lance Taylor <ian@airs.com>
6896
6897 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6898 with fprintf_filtered, not fprintf_unfiltered.
6899
6900 2003-05-22 Andrew Cagney <cagney@redhat.com>
6901
6902 * stack.c (frame_info): Inline extract_address, replacing it with
6903 extract_unsigned_integer.
6904 * findvar.c (unsigned_pointer_to_address): Ditto.
6905 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6906 * dwarf2expr.c (dwarf2_read_address): Ditto.
6907 * frame.c (frame_pc_unwind): Update comment.
6908 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6909
6910 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6911
6912 * infptrace.c (detach): Call print_sys_errmsg rather than
6913 perror_with_name to issue warning message when errno is non-zero
6914 after calling ptrace detach.
6915
6916 2003-05-21 J. Brobecker <brobecker@gnat.com>
6917
6918 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6919 macro definitions from here...
6920 * hppa-tdep.c: ...to there.
6921
6922 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6923
6924 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6925 register_ptrace_addr(). Fix all callers.
6926
6927 2003-05-21 Andreas Schwab <schwab@suse.de>
6928
6929 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6930 dependencies.
6931 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6932 end.
6933 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6934 (_initialize_m68k_linux_tdep): New function.
6935 (m68k_linux_frame_saved_pc): Make static.
6936 (m68k_linux_extract_return_value): Likewise.
6937 (m68k_linux_store_return_value): Likewise.
6938 (m68k_linux_extract_struct_value_address): Likewise.
6939 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6940 Remove.
6941 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6942 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6943 (DEPRECATED_FRAME_SAVED_PC): Remove.
6944
6945 2003-05-20 Kris Warkentin <kewarken@qnx.com>
6946
6947 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6948 regset numbering rather than our own.
6949
6950 2003-05-19 David Carlton <carlton@bactrian.org>
6951
6952 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6953
6954 2003-05-19 David Carlton <carlton@bactrian.org>
6955
6956 Partial fix for PR c++/827.
6957 * cp-support.h: Include symtab.h.
6958 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6959 * cp-namespace.c: Update contributors.
6960 (cp_lookup_symbol_nonlocal): New.
6961 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6962 (lookup_symbol_file): Ditto.
6963 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6964 * block.h: Declare block_scope, block_using, block_global_block.
6965 * block.c (block_scope): New.
6966 (block_using, block_global_block): Ditto.
6967 * Makefile.in (cp_support_h): Depend on symtab_h.
6968 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6969
6970 2003-05-19 David Carlton <carlton@bactrian.org>
6971
6972 * language.h (struct language_defn): Add 'la_value_of_this'
6973 and 'la_lookup_symbol_nonlocal' members.
6974 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6975 lookup_symbol_static, lookup_symbol_global,
6976 lookup_symbol_aux_block.
6977 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6978 if we should search fields of this and how to do static/global
6979 lookup.
6980 (lookup_symbol_aux_block): Make extern.
6981 (basic_lookup_symbol_nonlocal): New.
6982 (lookup_symbol_static, lookup_symbol_global): Ditto.
6983 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6984 'la_lookup_symbol_nonlocal' members.
6985 * c-lang.c (c_language_defn, cplus_language_defn)
6986 (asm_language_defn, minimal_language_defn): Ditto.
6987 * jv-lang.c (java_language_defn): Ditto.
6988 * language.c (unknown_language_defn, auto_language_defn)
6989 (local_language_defn): Ditto.
6990 * m2-lang.c (m2_language_defn): Ditto.
6991 * objc-lang.c (objc_language_defn): Ditto.
6992 * scm-lang.c (scm_language_defn): Ditto.
6993 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6994 * p-lang.c (pascal_language_defn): Ditto for both.
6995 * Makefile.in (f-lang.o): Depend on value_h.
6996 (p-lang.o): Ditto.
6997
6998 2003-05-19 David Carlton <carlton@bactrian.org>
6999
7000 * block.h: Declare block_static_block.
7001 * block.c (block_static_block): New.
7002 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7003 lookup_symbol_aux_local, calling block_static_block instead.
7004 (lookup_symbol_aux_local): Delete 'static_block' argument.
7005
7006 2003-05-19 David Carlton <carlton@bactrian.org>
7007
7008 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7009
7010 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7011
7012 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7013 register numbers mapping.
7014
7015 2003-05-18 Adam Fedor <fedor@gnu.org>
7016
7017 * symtab.c (completion_list_objc_symbol): New function.
7018 (make_symbol_completion_list): Use it to add ObjC symbols
7019 when looking though the list.
7020 (language_search_unquoted_string): New function.
7021 (make_file_symbol_completion_list): Use it.
7022
7023 2003-05-18 Andreas Schwab <schwab@suse.de>
7024
7025 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7026 dependencies.
7027 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7028 as m68k_linux_extract_return_value.
7029 (DEPRECATED_STORE_RETURN_VALUE): Define as
7030 m68k_linux_store_return_value.
7031 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7032 m68k_linux_extract_struct_value_address.
7033 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7034 get_next_frame, get_frame_base, get_frame_pc.
7035 (m68k_linux_frame_saved_pc): Use get_frame_base.
7036 (m68k_linux_extract_return_value): New function.
7037 (m68k_linux_store_return_value): New function.
7038 (m68k_linux_extract_struct_value_address): New function.
7039 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7040
7041 * c-exp.y (typebase): Remove duplicate occurence of
7042 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7043 of lookup_signed_typename.
7044
7045 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7046
7047 * dwarf2loc.c (find_location_expression): Change type of second
7048 argument to `size_t *'.
7049 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7050 for size variable.
7051
7052 2003-05-18 David Carlton <carlton@bactrian.org>
7053
7054 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7055 'linkage_name'. Add comment.
7056 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7057 'linkage_name'.
7058 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7059 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7060 (lookup_block_symbol): Ditto.
7061
7062 2003-05-16 Andrew Cagney <cagney@redhat.com>
7063
7064 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7065 * gdbarch.h, gdbarch.c: Re-generate.
7066 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7067 * TODO (REGISTER_BYTES): Delete reference.
7068 * alpha-tdep.c (alpha_gdbarch_init): Update.
7069 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7070 * x86-64-tdep.c (x86_64_init_abi): Update.
7071 * vax-tdep.c (vax_gdbarch_init): Update.
7072 * v850-tdep.c (v850_gdbarch_init): Update.
7073 * sparc-tdep.c (sparc_gdbarch_init): Update.
7074 * sh-tdep.c (sh_gdbarch_init): Update.
7075 * s390-tdep.c (s390_gdbarch_init): Update.
7076 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7077 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7078 (ns32k_gdbarch_init_32382): Update.
7079 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7080 * mcore-tdep.c (mcore_gdbarch_init): Update.
7081 * m68k-tdep.c (m68k_gdbarch_init): Update.
7082 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7083 * ia64-tdep.c (ia64_gdbarch_init): Update.
7084 * i386-tdep.c (i386_gdbarch_init): Update.
7085 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7086 * hppa-tdep.c (hppa_gdbarch_init): Update.
7087 * h8300-tdep.c (h8300_gdbarch_init): Update.
7088 * frv-tdep.c (frv_gdbarch_init): Update.
7089 * cris-tdep.c (cris_gdbarch_init): Update.
7090 * avr-tdep.c (avr_gdbarch_init): Update.
7091 * arm-tdep.c (arm_gdbarch_init): Update.
7092 * sparc-tdep.c (sparc_pop_frame): Update.
7093 * rs6000-tdep.c (rs6000_pop_frame): Update.
7094 * remote.c (init_remote_state): Update.
7095 (remote_prepare_to_store): Update.
7096 * remote-vx.c (vx_prepare_to_store): Update.
7097 * remote-sds.c (sds_fetch_registers): Update.
7098 (sds_prepare_to_store): Update.
7099 * remote-array.c: Update.
7100 * regcache.c (init_legacy_regcache_descr): Update.
7101 (init_regcache_descr): Update.
7102 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7103 (mips_o64_extract_return_value): Update.
7104 * irix5-nat.c (fetch_core_registers): Update.
7105 * irix4-nat.c (fetch_core_registers): Update.
7106 * i386-tdep.h: Update.
7107 * hppa-tdep.c (pa_do_registers_info): Update.
7108 (pa_do_strcat_registers_info): Update.
7109 * cris-tdep.c (cris_register_bytes_ok): Update.
7110 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7111 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7112 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7113 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7114 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7115 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7116 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7117 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7118 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7119 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7120 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7121 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7122 (REGISTER_BYTES_OK): Update.
7123 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7124 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7125
7126 2003-05-16 Ian Lance Taylor <ian@airs.com>
7127
7128 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7129 (vax_print_insn, print_insn_arg): Remove static functions.
7130 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7131 print_insn_vax from opcodes library.
7132 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7133
7134 2003-05-15 Andrew Cagney <cagney@redhat.com>
7135
7136 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7137 * target.h (memory_breakpoint_from_pc): Delete declaration.
7138 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7139 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7140 * monitor.c (monitor_insert_breakpoint): Use
7141 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7142 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7143 * gdbarch.h, gdbarch.c: Re-generate.
7144 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7145 (sparc_gdbarch_init): Set breakpoint_from_pc to
7146 sparc_breakpoint_from_pc.
7147 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7148 (BREAKPOINT_FROM_PC): Define.
7149 (sparc_breakpoint_from_pc): Declare.
7150 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7151 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7152 (BREAKPOINT_FROM_PC): Define.
7153 (BREAKPOINT): Delete macro.
7154 * target.h: Update comment.
7155 * s390-tdep.c (s390_gdbarch_init): Update comments.
7156 * remote.c: Update comments.
7157 * remote-mips.c: Update comments.
7158 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7159 * mem-break.c: Update comment.
7160 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7161 (ia64_memory_insert_breakpoint): Update.
7162 * config/sparc/tm-sparc.h: Update comment.
7163 * config/pa/tm-hppa64.h: Update comment.
7164 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7165 (rs6000_breakpoint_from_pc): Update.
7166 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7167 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7168 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7169 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7170 (mips_breakpoint_from_pc): Update.
7171 (mips_dump_tdep): Update.
7172
7173 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7174 * minsyms.c (lookup_minimal_symbol): Inline
7175 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7176
7177 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7178 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7179 * p-lang.c (pascal_printstr): Ditto.
7180 * objc-lang.c (objc_printstr): Ditto.
7181 * m2-lang.c (m2_printstr): Ditto.
7182 * jv-valprint.c (java_print_value_fields): Ditto.
7183 * f-lang.c (f_printstr): Ditto.
7184 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7185 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7186 for repeat_count_threshold.
7187 * Makefile.in (cp-valprint.o): Update dependencies.
7188
7189 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7190
7191 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7192 (examine_prologue): Support looking through leaf functions, knowing
7193 they start with mov r2,r12. Support skipping over indirect stores
7194 of the input registers. Upon hitting a non-nop branch instruction
7195 or predicated instruction, bail out by setting lim_pc to the current
7196 pc value in the loop. At the end, if the lim_pc value is still
7197 beyond our calculated value and we have trust_limit set,
7198 use the lim_pc value.
7199
7200 2003-05-15 Andrew Cagney <cagney@redhat.com>
7201
7202 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7203 generic_find_dummy_frame.
7204 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7205 (deprecated_generic_find_dummy_frame): Update.
7206 (deprecated_read_register_dummy): Update.
7207 * frame.c (deprecated_generic_get_saved_register): Update.
7208
7209 2003-05-15 Theodore A. Roth <troth@openavr.org>
7210
7211 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7212 (avr_gdbarch_init): Set breakpoint_from_pc method.
7213
7214 2003-05-15 Andrew Cagney <cagney@redhat.com>
7215
7216 * regcache.c (build_regcache): Set deprecated_register_valid
7217 directly.
7218 (deprecated_grub_regcache_for_register_valid): Delete function.
7219 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7220 declaration.
7221
7222 2003-05-15 David Carlton <carlton@bactrian.org>
7223
7224 Committed by Elena Zannoni <ezannoni@redhat.com>
7225 * symtab.c (lookup_symbol_aux): Delete calls to
7226 lookup_symbol_aux_minsyms.
7227 (lookup_symbol_aux_minsyms): Comment out function and
7228 prototype. Delete lookup by mangled name.
7229
7230 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7231
7232 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7233 correctly indicate an empty stack and ``stack_allocated'' to the
7234 indicate the number of elements initially allocated.
7235 (dwarf_expr_grow_stack): Simplify method for computing new
7236 stack size. Don't loop infinitely if ``stack_len'' is zero.
7237 (execute_stack_op): Move ``ctx->in_reg'' initialization
7238 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7239 be used in conjuction with DW_OP_piece. Revise error message
7240 accordingly.
7241
7242 2003-05-14 Theodore A. Roth <troth@openavr.org>
7243
7244 * MAINTAINERS: Update my email address.
7245 * avr-tdep.c: Ditto.
7246
7247 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7248
7249 * symtab.h (enum domain_enum): Rename from namespace_enum.
7250 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7251 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7252 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7253 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7254 TYPES_NAMESPACE, METHODS_NAMESPACE.
7255 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7256 (struct symbol, struct partial_symbol): Rename field
7257 'namespace_enum namespace' to 'domain_enum domain'.
7258 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7259 Delete old define kludge for namespace.
7260
7261 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7262 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7263 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7264 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7265 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7266 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7267 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7268 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7269 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7270 occurrences of the above.
7271
7272 2003-05-14 Ian Lance Taylor <ian@airs.com>
7273
7274 * Makefile.in (install-only): Use $(SHELL) when running
7275 mkinstalldirs.
7276
7277 2003-05-13 Ian Lance Taylor <ian@airs.com>
7278
7279 * MAINTAINERS (write after approval): Add myself.
7280
7281 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7282 second and third arguments.
7283 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7284 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7285
7286 2003-05-13 Andrew Cagney <cagney@redhat.com>
7287
7288 * defs.h (store_address): Delete declaration.
7289 findvar.c (store_address): Delete function.
7290 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7291 store_unsigned_integer.
7292 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7293 * v850-tdep.c (v850_push_arguments): Ditto.
7294 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7295 * sh-tdep.c (sh64_get_saved_register): Ditto.
7296 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7297 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7298 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7299 (mips_get_saved_register): Ditto.
7300 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7301 (find_func_descr, ia64_push_arguments): Ditto.
7302 * i386-tdep.c (i386_push_arguments): Ditto.
7303 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7304 * frv-tdep.c (frv_push_arguments): Ditto.
7305 * frame.c (legacy_saved_regs_prev_register): Ditto.
7306 (deprecated_generic_get_saved_register): Ditto.
7307 * findvar.c (unsigned_address_to_pointer): Ditto.
7308 * dwarf2read.c (dwarf2_const_value): Ditto.
7309 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7310 * alpha-tdep.c (alpha_push_arguments): Ditto.
7311
7312 2003-05-12 J. Brobecker <brobecker@gnat.com>
7313
7314 * NEWS: Mention that the hppa-hpux port has been partially
7315 multiarched (32bit ABIT only, so far).
7316
7317 2003-05-11 Andrew Cagney <cagney@redhat.com>
7318
7319 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7320 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7321 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7322 sim/testsuite/sim/arm/misaligned2.ms, and
7323 sim/testsuite/sim/arm/misaligned3.ms.
7324 * disasm.h (struct ui_file): Add opaque struct declaration.
7325 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7326 * frame.h (struct ui_file): Ditto.
7327
7328 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7329
7330 * value.h: Pretty print.
7331
7332 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7333
7334 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7335
7336 2003-05-08 Andrew Cagney <cagney@redhat.com>
7337
7338 * regcache.h (max_register_size): Delete declaration.
7339 * regcache.c (max_register_size): Delete function.
7340 (struct regcache_descr): Delete field "max_register_size".
7341 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7342 registers fit in MAX_REGISTER_SIZE.
7343 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7344 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7345 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7346 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7347 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7348 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7349 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7350 * dve3900-rom.c, hppa-tdep.c: Ditto.
7351
7352 2003-05-08 David Carlton <carlton@math.stanford.edu>
7353
7354 * valops.c (push_word): Fix typo.
7355
7356 2003-05-08 Andrew Cagney <cagney@redhat.com>
7357
7358 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7359 * gdbarch.h: Re-generate.
7360 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7361 (legacy_max_register_raw_size): Delete declaration.
7362 * regcache.c (legacy_max_register_raw_size): Delete function.
7363 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7364 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7365 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7366 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7367 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7368 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7369 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7370 * findvar.c, dwarf2cfi.c: Ditto.
7371
7372 2003-05-08 Andrew Cagney <cagney@redhat.com>
7373
7374 * mips-tdep.c (read_signed_register): New function, moved to here
7375 from "regcache.c".
7376 (read_signed_register_pid): Ditto.
7377 * regcache.c (read_signed_register_pid): Delete function, moved to
7378 "mips-tdep.c".
7379 (read_signed_register): Ditto.
7380 * regcache.h (read_signed_register): Delete declaration.
7381 (read_signed_register_pid): Delete declaration.
7382
7383 2003-05-08 Andrew Cagney <cagney@redhat.com>
7384
7385 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7386 * gdbarch.h: Re-generate.
7387 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7388 (legacy_max_register_virtual_size): Delete declaration.
7389 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7390 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7391 * tracepoint.c (memrange_sortmerge): Ditto.
7392 * sparc-tdep.c (sparc_print_registers): Ditto.
7393 * regcache.c (legacy_max_register_virtual_size): Delete function.
7394
7395 2002-05-08 J. Brobecker <brobecker@gnat.com>
7396
7397 * fork-child.c (escape_bang_in_quoted_argument): New function.
7398 (fork_inferior): Escape '!' characters in quoted arguments
7399 only when needed.
7400
7401 2003-05-08 J. Brobecker <brobecker@gnat.com>
7402
7403 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7404 the language of the CU is not currently supported by GDB.
7405
7406 2003-05-08 J. Brobecker <brobecker@gnat.com>
7407
7408 * defs.h (language): Add language_minimal enum value.
7409 * c-lang.c (minimal_language_defn): New language definition.
7410 (_initialize_c_language): Add the new minimal language to the list
7411 of languages known to GDB.
7412
7413 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7414
7415 * frame.c (get_frame_type): Don't attempt to lazily initialize
7416 frame's unwinder for legacy frames.
7417
7418 2003-05-07 Andrew Cagney <cagney@redhat.com>
7419
7420 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7421 and "regcache" parameters.
7422 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7423
7424 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7425
7426 * dwarf2read.c (dwarf_decode_lines): Only use output of
7427 check_cu_functions() when calling record_line(). Do not update
7428 the current address.
7429
7430 2003-05-07 Andrew Cagney <cagney@redhat.com>
7431
7432 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7433 code.
7434
7435 2003-05-07 Jim Blandy <jimb@redhat.com>
7436
7437 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7438 'maint info symtabs' and 'maint info psymtabs'.
7439 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7440 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7441 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7442 Declarations updated.
7443 * maint.c (maintenance_list_command): Delete.
7444 (_initialize_maint_cmds): Update calls to add_cmd.
7445 * gdbcmd.h (maintenancelistlist): Delete declaration.
7446 * cli/cli-cmds.c (maintenancelistlist): Delete.
7447 (init_cmd_lists): Don't initialize it.
7448 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7449
7450 2003-05-07 Andrew Cagney <cagney@redhat.com>
7451
7452 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7453 "regcache".
7454 (d10v_print_registers_info): Update.
7455 (d10v_dmap_register, d10v_imap_register): Delete functions.
7456 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7457 and "imap_register".
7458 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7459 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7460 * arch-utils.c (generic_remote_translate_xfer_address): Add
7461 "regcache" and "gdbarch" parameters.
7462 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7463 parameter. Change class to multi-arch.
7464 * gdbarch.h, gdbarch.c: Re-generate.
7465 * remote.c (remote_xfer_memory): Use
7466 gdbarch_remote_translate_xfer_address.
7467
7468 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7469
7470 * infrun.c (prev_pc): Move declaration ahead of proceed().
7471 (proceed): Refresh prev_pc value before resuming.
7472 (stop_stepping): Remove code to refresh prev_pc.
7473
7474 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7475
7476 * nto-tdep.c: Removed stray comment.
7477
7478 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7479
7480 * i386-nto-tdep.c: Fix old K&R function definitions.
7481 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7482 Also change add_show_from_set() call to add_setshow_cmd().
7483 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7484
7485 2003-05-05 Andrew Cagney <cagney@redhat.com>
7486
7487 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7488 (fprint_dummy_frames): New function.
7489 (maintenance_print_dummy_frames): New function.
7490 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7491 * frame.c (fprint_frame_id): Make global.
7492 * frame.h (fprint_frame_id): Declare.
7493 * Makefile.in (dummy-frame.o): Update dependencies.
7494
7495 2003-05-05 Andrew Cagney <cagney@redhat.com>
7496
7497 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7498 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7499 SIZEOF_CALL_DUMMY_WORDS.
7500 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7501 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7502 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7503 CALL_DUMMY_BREAKPOINT_OFFSET.
7504 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7505 CALL_DUMMY_START_OFFSET.
7506 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7507 * gdbarch.h, gdbarch.c: Re-generate.
7508 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7509 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7510 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7511 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7512 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7513 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7514 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7515 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7516 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7517 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7518 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7519 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7520 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7521 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7522 * config/sparc/tm-sparc.h: Update.
7523
7524 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7525
7526 * configure.tgt: Add i[3456]86-*-nto*.
7527 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7528 * nto-tdep.c: New file. Neutrino target support routines.
7529 * nto-tdep.h: New file. Neutrino target header.
7530 * config/tm-qnxnto.h: New file.
7531 * config/i386/i386nto.mt: New file.
7532 * config/i386/tm-i386nto.h: New file.
7533
7534 2003-05-04 Andrew Cagney <cagney@redhat.com>
7535
7536 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7537 (load_infrun_state): Ditto.
7538 (struct thread_info): Drop "prev_func_name" field.
7539 * thread.c (load_infrun_state): Update.
7540 (save_infrun_state): Update.
7541 * infrun.c (prev_func_name): Delete variable.
7542 (init_wait_for_inferior): Do not clear prev_func_name.
7543 (stop_stepping, keep_going, context_switch): Do not swap
7544 prev_func_name.
7545 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7546 instead of PC_IN_SIGTRAMP.
7547
7548 2003-05-04 Andrew Cagney <cagney@redhat.com>
7549
7550 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7551 REGISTER_BYTE with register_offset_hack.
7552 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7553 that REGISTER_BYTE is consistent with the regcache.
7554 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7555 * gdbarch.h, gdbarch.c: Regenerate.
7556
7557 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7558
7559 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7560 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7561
7562 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7563
7564 2003-05-03 J. Brobecker <brobecker@gnat.com>
7565
7566 From Thierry Schneider <tpschneider1@yahoo.com>
7567 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7568 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7569 (mi-cmd-symbol.o): Add rule.
7570
7571 2003-05-03 Andrew Cagney <cagney@redhat.com>
7572
7573 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7574 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7575 * gdbarch.h, gdbarch.c: Re-generate.
7576 * d10v-tdep.c (d10v_push_dummy_code): New function.
7577 (d10v_gdbarch_init): Set push_dummy_code.
7578 * infcall.c (legacy_push_dummy_code): New function.
7579 (generic_push_dummy_code): New function.
7580 (push_dummy_code): New function.
7581 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7582 instead of dummy_addr, to push_dummy_call. Move call to
7583 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7584 switch.
7585 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7586
7587 2003-05-03 Andrew Cagney <cagney@redhat.com>
7588
7589 * disasm.h (print_insn): Declare.
7590 * disasm.c (init_gdb_disassemble_info): New function.
7591 (gdb_disassembly): Call init_gdb_disassemble_info.
7592 (gdb_print_insn): New function.
7593 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7594 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7595 * mcore-tdep.c: Include "disasm.h"
7596 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7597 * d10v-tdep.c: Include "disasm.h".
7598 (display_trace): Call gdb_print_insn, instead of print_insn.
7599 (print_insn): Delete function.
7600 * printcmd.c: Include "disasm.h".
7601 (print_insn): Delete function.
7602 (print_formatted): Call gdb_print_insn, instead of print_insn.
7603 * Makefile.in (printcmd.o): Update dependencies.
7604 (mcore-tdep.o, d10v-tdep.o): Ditto.
7605
7606 2003-05-02 Andrew Cagney <cagney@redhat.com>
7607
7608 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7609 PC_REGNUM, re-indent.
7610 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7611 PC_REGNUM isn't set.
7612
7613 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7614 * gdbarch.h, gdbarch.c: Re-generate.
7615 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7616 register_virtual_size, pc_regnum, or register_bytes.
7617 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7618 (d10v_register_type): Use D10V_PC_REGNUM.
7619 (d10v_print_registers_info, d10v_read_pc): Ditto.
7620 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7621 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7622
7623 2003-05-02 David Carlton <carlton@bactrian.org>
7624
7625 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7626 the name with mstrsave.
7627
7628 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7629
7630 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7631 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7632 (host_charset_name, target_charset_name): New vars for use by
7633 set/show commands.
7634 (host_charset_enum, target_charset_enum): New enums for set/show
7635 commands.
7636 (set_charset_sfunc, set_host_charset_sfunc,
7637 set_target_charset_sfunc): New functions.
7638 (set_host_charset, set_target_charset): Make static.
7639 (list_charsets, set_host_charset_command,
7640 set_target_charset_command): Delete functions.
7641 (show_charset_command): Rewrite as....
7642 (show_charset): Hook this up with the set/show command mechanism.
7643 (_initialize_charset): Change names of charsets to match the
7644 set/show enums. Use host_charset_name and target_charset_name.
7645 Use set/show mechanism for charset, host-charset, target-charset
7646 commands. Do not make 'show host-charset' and 'show
7647 target-charset' be aliases of 'show charset'.
7648
7649 * charset.h (set_host_charset, set_target_charset): Don't export,
7650 they are not used outside the file.
7651
7652 2003-05-01 Andrew Cagney <cagney@redhat.com>
7653
7654 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7655 (gdb_disassembly): Make "di" non static, always initialize and
7656 cleanup. Always use dis_asm_read_memory.
7657 (gdb_dis_asm_read_memory): Delete function.
7658
7659 2003-05-01 Andrew Cagney <cagney@redhat.com>
7660
7661 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7662 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7663
7664 2003-04-30 Andrew Cagney <cagney@redhat.com>
7665
7666 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7667 "tm_print_insn_info".
7668 (TARGET_PRINT_INSN_INFO): Delete macro.
7669 (dis_asm_read_memory): Delete function declaration.
7670 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7671 (tm_print_insn_info): Delete variable definition.
7672 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7673 * gdbarch.h, gdbarch.c: Re-generate.
7674 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7675 "deprecated_tm_print_insn_info".
7676 * mcore-tdep.c (mcore_dump_insn): Ditto.
7677 * mips-tdep.c (mips_gdbarch_init): Ditto.
7678 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7679 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7680 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7681 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7682 instead of TARGET_PRINT_INSN_INFO, add comment.
7683 * s390-tdep.c (s390_get_frame_info): Instead of
7684 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7685 (s390_check_function_end, s390_is_sigreturn): Ditto.
7686 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7687 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7688 * disasm.c: Include "gdbcore.h".
7689 (_initialize_disasm): New function, initialize
7690 "deprecated_tm_print_insn_info".
7691 (deprecated_tm_print_insn_info): New variable.
7692 (dis_asm_read_memory): Moved from "corefile.c", made static.
7693 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7694 * Makefile.in (disasm.o): Update dependencies.
7695
7696 2003-04-30 Andrew Cagney <cagney@redhat.com>
7697
7698 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7699
7700 2003-04-29 Adam Fedor <fedor@gnu.org>
7701
7702 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7703 * infcall.c (find_function_addr): Make non-static.
7704 * infcall.h (find_function_addr): Declare.
7705 * Makefile.in (eval.o): Update dependencies.
7706
7707 2003-04-28 Adam Fedor <fedor@gnu.org>
7708
7709 * symtab.c (symbol_find_demangled_name): Check for and demangle
7710 ObjC symbols.
7711 (symbol_init_demangled_name): Init for language_objc as well.
7712
7713 2003-04-28 Andrew Cagney <cagney@redhat.com>
7714
7715 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7716 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7717 * gdbarch.h, gdbarch.c: Re-generate.
7718 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7719 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7720 * inferior.h (deprecated_read_fp): Rename read_fp.
7721 (generic_target_read_fp): Delete declaration.
7722 * regcache.c (generic_target_read_fp): Delete function.
7723 (deprecated_read_fp): Replace read_fp, use
7724 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7725 * d10v-tdep.c (d10v_read_fp): Delete function.
7726 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7727
7728 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7729 deprecated_target_read_fp to generic_target_read_fp.
7730 * sh-tdep.c (sh_gdbarch_init): Ditto.
7731 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7732 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7733 * frv-tdep.c (frv_gdbarch_init): Ditto.
7734
7735 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7736 deprecated_fp_regnum.
7737 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7738 * vax-tdep.c (vax_gdbarch_init): Ditto.
7739 * v850-tdep.c (v850_gdbarch_init): Ditto.
7740 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7741 * sh-tdep.c (sh_gdbarch_init): Ditto.
7742 * s390-tdep.c (s390_gdbarch_init): Ditto.
7743 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7744 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7745 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7746 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7747 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7748 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7749 * i386-tdep.c (i386_gdbarch_init): Ditto.
7750 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7751 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7752 * frv-tdep.c (frv_gdbarch_init): Ditto.
7753 * cris-tdep.c (cris_gdbarch_init): Ditto.
7754 * avr-tdep.c (avr_gdbarch_init): Ditto.
7755 * arm-tdep.c (arm_gdbarch_init): Ditto.
7756 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7757
7758 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7759 * v850-tdep.c (v850_gdbarch_init): Ditto.
7760 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7761 * sh-tdep.c (sh_gdbarch_init): Ditto.
7762 * s390-tdep.c (s390_gdbarch_init): Ditto.
7763 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7764 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7765 * mips-tdep.c (mips_gdbarch_init): Ditto.
7766 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7767 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7768 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7769 * frv-tdep.c (frv_gdbarch_init): Ditto.
7770 * avr-tdep.c (avr_gdbarch_init): Ditto.
7771 * arm-tdep.c (arm_gdbarch_init): Ditto.
7772
7773 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7774 DEPRECATED_FP_REGNUM.
7775 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7776 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7777 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7778 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7779 (sparc32_register_virtual_type): Ditto.
7780 * sh-tdep.c (sh64_frame_chain): Ditto.
7781 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7782 (sh_nofp_frame_init_saved_regs): Ditto.
7783 (sh64_nofp_frame_init_saved_regs): Ditto.
7784 (sh_fp_frame_init_saved_regs): Ditto.
7785 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7786 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7787 * procfs.c (procfs_fetch_registers): Ditto.
7788 (procfs_store_registers): Ditto.
7789 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7790 (store_inferior_registers, fetch_core_registers): Ditto.
7791 (fetch_kcore_registers, clear_regs): Ditto.
7792 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7793 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7794 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7795 * nlm/i386.c (do_status): Ditto.
7796 * mipsv4-nat.c (supply_gregset): Ditto.
7797 * mips-tdep.c: Ditto for comments.
7798 * mips-nat.c (fetch_inferior_registers): Ditto.
7799 (store_inferior_registers, fetch_core_registers): Ditto.
7800 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7801 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7802 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7803 (i386_do_pop_frame, i386_register_type): Ditto.
7804 * hppa-tdep.c (hppa_frame_chain): Ditto.
7805 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7806 (hppa_pop_frame, hppa_read_fp): Ditto.
7807 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7808 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7809 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7810 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7811 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7812 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7813 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7814 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7815 * blockframe.c: Ditto for comments.
7816 * arch-utils.h: Ditto for comments.
7817 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7818 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7819 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7820 * alpha-tdep.h: Ditto for comments.
7821 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7822 (alpha_cannot_store_register): Ditto.
7823 (alpha_push_dummy_frame): Ditto.
7824 * alpha-nat.c (supply_gregset): Ditto.
7825
7826 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7827 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7828 * config/sparc/tm-sparc.h: Update comment.
7829
7830 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7831 deprecated_read_fp instead of TARGET_READ_FP.
7832 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7833 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7834 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7835 deprecated_read_fp instead of read_fp.
7836 * s390-tdep.c (s390_push_arguments): Ditto.
7837 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7838 * frame.h: Ditto in comments.
7839 * frame.c (legacy_get_prev_frame): Ditto.
7840 * dummy-frame.c (dummy_frame_this_id): Ditto.
7841 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7842
7843 2003-04-28 Andrew Cagney <cagney@redhat.com>
7844
7845 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7846 * gdbarch.h, gdbarch.c: Re-generate.
7847 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7848 * vax-tdep.c (_initialize_vax_tdep): Update.
7849 * v850-tdep.c (_initialize_v850_tdep): Update.
7850 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7851 * s390-tdep.c (_initialize_s390_tdep): Update.
7852 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7853 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7854 * mips-tdep.c (_initialize_mips_tdep): Update.
7855 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7856 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7857 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7858 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7859 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7860 * frv-tdep.c (_initialize_frv_tdep): Update.
7861 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7862 (_initialize_cris_tdep): Update.
7863 * arch-utils.c (legacy_print_insn): Update.
7864 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7865
7866 2003-04-26 Adam Fedor <fedor@gnu.org>
7867
7868 * linespec.c (decode_objc): New function to decode ObjC calls
7869 (decode_line_1): Check for ObjC calls (using decode_objc)
7870 * Makefile (linespec.o): Update dependencies.
7871
7872 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7873
7874 * breakpoint.h (struct breakpoint_ops): New.
7875 (struct breakpoint): Add ops member.
7876
7877 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7878 (mention): Use new breakpoint ops member.
7879 (set_raw_breakpoint): Initialize ops field to NULL.
7880 (print_exception_catchpoint, print_one_exception_catchpoint)
7881 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7882 (gnu_v3_exception_catchpoint_ops): New.
7883 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7884
7885 2003-04-25 Adam Fedor <fedor@gnu.org>
7886
7887 * Makefile.in (COMMON_OBS): Add objc-lang.o
7888
7889 2003-04-25 Andrew Cagney <cagney@redhat.com>
7890
7891 * d10v-tdep.c (print_insn): Delete function.
7892 (display_trace): Use TARGET_PRINT_INSN.
7893 (_initialize_d10v_tdep): Do not set tm_print_insn.
7894 (d10v_gdbarch_init): Set print_insn.
7895
7896 2003-04-25 Andrew Cagney <cagney@redhat.com>
7897
7898 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7899 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7900 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7901 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7902 (nr_dmap_regs, a0_regnum): ... new functions.
7903 (d10v_print_registers_info): Use a0_regnum, use register_size.
7904 (d10v_register_byte): Delete function.
7905 (d10v_register_raw_size): Delete function.
7906 (d10v_register_type): Use a0_regnum.
7907 (d10v_print_registers_info): Use a0_regnum.
7908 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7909 (d10v_gdbarch_init): Do not set register_byte or
7910 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7911 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7912 extract_address.
7913 (trace_command): Use XCALLOC.
7914 (print_insn): Delete reference to tm_print_insn.
7915 (saved_regs_unwinder): Use store_unsigned_integer instead of
7916 store_address.
7917 * frame.h (FRAME_OBSTACK_CALLOC): Define
7918
7919 2003-04-25 David Carlton <carlton@bactrian.org>
7920
7921 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7922
7923 2003-04-24 Adam Fedor <fedor@gnu.org>
7924
7925 * objc-lang.c: Include "valprint.h"
7926 * Makefile.in (objc-lang.o): Update dependencies.
7927
7928 2003-04-24 Adam Fedor <fedor@gnu.org>
7929
7930 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7931 architecture dependant compilation and mark as unimplemented
7932 (until they get put in the gdbarch vector).
7933
7934 2003-04-23 David Carlton <carlton@bactrian.org>
7935
7936 * cp-support.c (cp_find_first_component): Accept 'operator' in
7937 more locations.
7938
7939 2003-04-23 Andrew Cagney <cagney@redhat.com>
7940
7941 * infcall.c (call_function_by_hand): Eliminate redundant
7942 indentation. Move "saved_async" and "old_cleanups" to where they
7943 are needed.
7944
7945 2003-04-23 Andrew Cagney <cagney@redhat.com>
7946
7947 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7948 and "buffer". Move the "name" code to where it is needed.
7949
7950 2003-04-23 Andrew Cagney <cagney@redhat.com>
7951
7952 * infcall.c (call_function_by_hand): Move variables "start_sp",
7953 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7954 code to ON_STACK switch branch.
7955
7956 2003-04-23 Andrew Cagney <cagney@redhat.com>
7957
7958 * infcall.c (call_function_by_hand): Make declaration of "i",
7959 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7960 lint.
7961
7962 2003-04-23 Andrew Cagney <cagney@redhat.com>
7963
7964 * infcall.c (call_function_by_hand): Delete variable
7965 "n_method_args". Localize "param_type"'s declaration to the loop
7966 that it is used. Reinstate code assigning to said variable -
7967 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7968 Rationalize code using "param_type".
7969
7970 2003-04-22 Andrew Cagney <cagney@redhat.com>
7971
7972 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7973 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7974 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7975 to DEPRECATED_PUSH_RETURN_ADDRESS.
7976
7977 2003-04-22 Kevin Buettner <kevinb@redhat.com>
7978
7979 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7980 on the DWARF2 register number prior to fetching a register.
7981
7982 2003-04-22 J. Brobecker <brobecker@gnat.com>
7983
7984 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7985 Update all the tests using SOFT_FLOAT considering the fact that
7986 this macro was always set to 0.
7987 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7988 considering the fact that this macro was always set to 0.
7989 * hppa-tdep.h (hppa_store_return_value): Likewise.
7990 (hppa_extract_return_value): Likewise.
7991
7992 2003-04-22 J. Brobecker <brobecker@gnat.com>
7993
7994 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7995 the hppa-pro target only.
7996
7997 2003-04-21 J. Brobecker <brobecker@gnat.com>
7998
7999 Ongoing multi-arch conversion effort for HP/UX:
8000 * config/pa/tm-hppa.h: Move all macro that are no longer
8001 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8002 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8003
8004 2003-04-21 J. Brobecker <brobecker@gnat.com>
8005
8006 * config/pa/tm-hppa.h: Obsolete a section that was only used
8007 for hppa-pro.
8008
8009 2003-04-21 J. Brobecker <brobecker@gnat.com>
8010
8011 Ongoing multi-arch conversion for HP/UX.
8012 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8013 if already defined (allows hppa64 to stay non-multiarched for now).
8014 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8015
8016 2003-04-21 Andrew Cagney <cagney@redhat.com>
8017
8018 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8019
8020 2003-04-21 Andrew Cagney <cagney@redhat.com>
8021
8022 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8023 "i386_num_mmx_regs".
8024
8025 2003-04-21 Andrew Cagney <cagney@redhat.com>
8026
8027 * infcall.c: New file.
8028 * infcall.h: New file.
8029 * valarith.c: Include "infcall.h".
8030 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8031 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8032 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8033 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8034 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8035 (SFILES): Add "infcall.c"
8036 (COMMON_OBS): Add "infcall.o".
8037 (infcall.o): Specify dependencies.
8038 * value.h (call_function_by_hand): Delete declaration.
8039 * inferior.h (run_stack_dummy): Delete declaration.
8040 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8041 (run_stack_dummy): Move to "infcall.c", merged into
8042 call_function_by_hand.
8043 * valops.c (call_function_by_hand): Moved to "infcall.c".
8044 (find_function_addr, value_arg_coerce): Ditto.
8045 (unwindonsignal_p, coerce_float_to_double): Ditto.
8046 (_initialize_valops): Move "set/show coerce-float-to-double", and
8047 "set/show unwindonsignal" commands to "infcall.c".
8048 * v850-tdep.c, target.h: Update comments.
8049 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8050 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8051 (sh64_init_extra_frame_info): Update comments.
8052 * mn10300-tdep.c: Update comments.
8053 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8054 * config/sparc/tm-sparc.h: Update comments.
8055 * breakpoint.h: Update comments.
8056 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8057 * arm-tdep.c: Update comment.
8058
8059 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8060
8061 * i386-tdep.c (i386_num_register_names): New variable.
8062 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8063 (MM0_REGNUM): Remove redundant parentheses in define.
8064 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8065 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8066 i386_mxcsr_regnum_p): Remove redundant parentheses.
8067 (i386_register_name): Use i386_num_register_names.
8068
8069 * i386-tdep.c (i386_extract_return_value,
8070 i386_store_return_value): Correct check for availability of
8071 floating-point registers.
8072
8073 * i386-tdep.c (i386_frame_num_args): Remove function.
8074 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8075
8076 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8077 mmx_regnum_to_fp_regnum. Adjust all callers.
8078
8079 * i386-tdep.c (i386_get_longjmp_target): Use
8080 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8081 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8082 extract_address.
8083
8084 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8085
8086 * core-regset.c: Update comments to reflect reality. Re-order
8087 includes.
8088 (fetch_core_registers): Use switch instead of if. Remove
8089 redundant prototype.
8090
8091 2003-04-18 Jim Blandy <jimb@redhat.com>
8092
8093 * s390-tdep.c (s390_frame_align): New function.
8094 (s390_gdbarch_init): Register it with the gdbarch object.
8095
8096 2003-04-17 Richard Henderson <rth@redhat.com>
8097
8098 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8099
8100 2003-04-17 Michael Snyder <msnyder@redhat.com>
8101 Karen Bennet <bennet@redhat.com>
8102
8103 Committed by Elena Zannoni <ezannoni@redhat.com>
8104 * gdb_gcore.sh: New script to create a core dump of a process.
8105
8106 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8107
8108 * values.c (value_being_returned): Don't fetch the return
8109 value if the return type is void.
8110
8111 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8112
8113 * thread-db.c: Reindented.
8114
8115 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8116
8117 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8118 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8119 as types.
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8146
8147 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8148 the size of ``long double'' to 16, instead of 8.
8149
8150 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8151
8152 * i386-linux-nat.c: Add some whitespace to make things more
8153 readable.
8154 (fetch_register, store_register, fetch_inferior_registers,
8155 store_inferior_registers): Get rid of assignment in if-statement.
8156 (store_register): Fix typo in error message.
8157
8158 2003-04-16 Andrew Cagney <cagney@redhat.com>
8159
8160 * utils.c (xmmalloc): Always allocate something, matches
8161 libiberty/xmalloc's semantics.
8162 (xmrealloc, xmcalloc): Ditto.
8163
8164 2003-04-16 Andrew Cagney <cagney@redhat.com>
8165
8166 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8167 update comments.
8168 (get_frame_type): Initialize unwind and type when needed.
8169 (get_frame_id, frame_register_unwind): Ditto.
8170
8171 2003-04-16 Andrew Cagney <cagney@redhat.com>
8172
8173 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8174 obsolete.
8175 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8176 * sparcl-stub.c: Obsolete file.
8177 * config/sparc/tm-sparclet.h: Obsolete file.
8178 * sparclet-stub.c: Obsolete file.
8179 * sparclet-rom.c: Obsolete file.
8180 * sparcl-tdep.c: Obsolete file.
8181 * config/sparc/tm-sparclite.h: Obsolete file.
8182 * config/sparc/sparclite.mt: Obsolete file.
8183 * config/sparc/sparclet.mt: Obsolete file.
8184 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8185 sparc86x-*-* obsolete.
8186
8187 2003-04-15 David Carlton <carlton@math.stanford.edu>
8188
8189 * Makefile.in (SFILES): Add cp-namespace.c.
8190 (COMMON_OBS): Add cp-namespace.o.
8191 (block.o): Depend on gdb_obstack_h and cp_support_h.
8192 (buildsym.o): Depend on cp_support_h.
8193 (cp-namespace.o): New.
8194 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8195 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8196 (dwarf2read.o): Depend on cp_support_h.
8197 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8198 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8199 processing_current_namespace.
8200 (read_namespace): Update processing_current_namespace; check for
8201 anonymous namespaces.
8202 (dwarf2_name): New function.
8203 (dwarf2_extension): Ditto.
8204 * cp-support.h: Update copyright, contributors.
8205 Add inclusion guards.
8206 Add opaque declaration for structs obstack, block, symbol.
8207 (struct using_direct): New struct.
8208 Add declarations for cp_find_first_component,
8209 cp_entire_prefix_len, processing_has_namespace_info,
8210 processing_current_namespace, cp_is_anonymous,
8211 cp_add_using_directive, cp_initialize_namespace,
8212 cp_finalize_namespace, cp_set_block_scope,
8213 cp_scan_for_anonymous_namespaces.
8214 * cp-namespace.c: New file.
8215 * cp-support.c: Update copyright.
8216 Include ctype.h, gdb_assert.h, gdbcmd.h.
8217 New variable maint_cplus_cmd_list.
8218 (cp_find_first_component): New function.
8219 (cp_entire_prefix_len, maint_cplus_command)
8220 (first_component_command, _initialize_cp_support): Ditto.
8221 * buildsym.c: Include cp-support.h.
8222 New variable using_list.
8223 (add_symbol_to_list): Check for anonymous namespaces.
8224 (finish_block): Set block's scope.
8225 (start_symtab): Initialize C++ namespace support.
8226 (end_symtab): Finalize C++ namespace support.
8227 * block.h: Add opaque declarations for structs
8228 block_namespace_info, using_direct, and obstack.
8229 Add declarations for block_set_scope and block_set_using.
8230 (struct block): Add 'language_specific' member.
8231 (BLOCK_NAMESPACE): New macro.
8232 * block.c: Include gdb_obstack.h and cp-support.h.
8233 (struct block_namespace_info): New struct.
8234 (block_set_scope): New function.
8235 (block_set_using, block_initialize_namespace): Ditto.
8236
8237 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8238
8239 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8240 (locate_base): Return early if there aren't any link map offsets.
8241 (svr4_solib_create_inferior_hook): Warn if shared library support
8242 is unavailable.
8243
8244 2003-04-14 David Carlton <carlton@math.stanford.edu>
8245
8246 * symtab.c (symbol_set_names): Add prefix when storing Java names
8247 in hash table. Fix for PR java/1039.
8248
8249 2003-04-14 David Carlton <carlton@math.stanford.edu>
8250
8251 * symtab.c (symbol_set_names): Rename 'name' arg to
8252 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8253 * symtab.h: Change 'name' argument in declaration of
8254 symbol_set_names to 'linkage_name'.
8255 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8256
8257 2003-04-14 Andrew Cagney <cagney@redhat.com>
8258
8259 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8260 return the fully sign-extended register value.
8261 (get_frame_pointer): Ditto.
8262 (mips_pop_frame): Initialize "proc_desc" after checking for a
8263 dummy frame.
8264
8265 2003-04-14 Andrew Cagney <cagney@redhat.com>
8266
8267 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8268 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8269 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8270 (mips_push_register): Delete function.
8271 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8272 PUSH_FP_REGNUM.
8273
8274 2003-04-14 Jim Blandy <jimb@redhat.com>
8275
8276 * symmisc.c: #include "gdb_regex.h".
8277 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8278 functions.
8279 * maint.c (maintenance_list_command): New function.
8280 (_initialize_maint_cmds): Register the above as commands.
8281 * symtab.h (maintenance_list_symtabs,
8282 maintenance_list_psymtabs): New declarations.
8283 * cli/cli-cmds.c (maintenancelistlist): New variable.
8284 (init_cmd_lists): Initialize it.
8285 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8286 * gdbcmd.h (maintenancelistlist): New declaration.
8287 * Makefile.in (symmisc.o): Update dependencies.
8288
8289 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8290
8291 * s390-nat.c: Include asm/types.h for addr_t.
8292
8293 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8294
8295 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8296 actually incoming type.
8297
8298 2003-04-13 Andrew Cagney <cagney@redhat.com>
8299
8300 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8301 get_next_frame and get_frame_saved_regs.
8302
8303 2003-04-13 Andrew Cagney <cagney@redhat.com>
8304
8305 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8306 of gdbarch_num_regs.
8307
8308 2003-04-13 Andrew Cagney <cagney@redhat.com>
8309
8310 * frame.h: Mention what replaced what in "struct frame_info".
8311 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8312 deprecated_update_frame_base_hack and
8313 deprecated_update_frame_pc_hack.
8314 * hppa-tdep.c: Ditto.
8315
8316 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8317
8318 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8319 to read_reg and update its comment. Remove regnum member.
8320 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8321 Don't call read_reg when setting in_reg. Call read_reg to get
8322 the frame base if it's in a register. Return the register number
8323 on the stack instead of in the context. Remove extra arguments
8324 to read_reg.
8325 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8326 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8327 the register number on the expression stack.
8328 (needs_frame_read_reg): Remove extra arguments.
8329
8330 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8331
8332 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8333 made non-static.
8334 (execute_stack_op): All callers updated.
8335 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8336 * dwarf2loc.c (find_location_expression): New function.
8337 (dwarf_expr_frame_base): Call it.
8338 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8339 (dwarf2_tracepoint_var_ref): New function, broken out from
8340 locexpr_tracepoint_var_ref.
8341 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8342 Make static.
8343 (loclist_read_variable, loclist_read_needs_frame): New functions.
8344 (loclist_describe_location, loclist_tracepoint_var_ref): New
8345 functions.
8346 (dwarf2_loclist_funcs): New struct location_funcs.
8347 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8348 (struct dwarf2_locexpr_baton): Add comments.
8349 (dwarf2_loclist_funcs): New extern.
8350 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8351 base_address and base_known.
8352 (dwarf_loc_buffer): New variable.
8353 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8354 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8355 (dwarf2_has_info): Initialize dwarf_loc_offset.
8356 (dwarf2_build_psymtabs): Read in .debug_loc.
8357 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8358 DWARF_LOC_SIZE.
8359 (psymtab_to_symtab_1): Likewise. Move base address calculation
8360 here, from...
8361 (dwarf2_get_pc_bounds): ... here. Use the base address from
8362 cu_header.
8363 (dwarf2_symbol_mark_computed): Handle location lists.
8364
8365 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8366
8367 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8368 if the linkage name demangled successfully.
8369
8370 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8371
8372 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8373 disassmbly_flavour): Removed.
8374
8375 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8376
8377 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8378
8379 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8380
8381 2003-04-12 Andrew Cagney <cagney@redhat.com>
8382
8383 * frame.h (struct frame_info): Move definition from here ...
8384 * frame.c (struct frame_info): ... to here.
8385
8386 2003-04-12 Andrew Cagney <cagney@redhat.com>
8387
8388 * gdbthread.h (save_infrun_state): Delete parameter
8389 "prev_func_start".
8390 (struct thread_info): Delete field "prev_func_start".
8391 (load_infrun_state): Ditto.
8392 * thread.c (load_infrun_state, save_infrun_state): Update.
8393 * infrun.c (prev_func_start): Delete variable.
8394 (context_switch, init_wait_for_inferior): Update.
8395 (stop_stepping, keep_going): Update.
8396
8397 2003-04-12 Andrew Cagney <cagney@redhat.com>
8398
8399 * gdbarch.sh: Add missing opaque declarations.
8400 * gdbarch.h: Regnerate.
8401 * symtab.h: Add missing opaque declarations.
8402 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8403 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8404 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8405 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8406 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8407 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8408 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8409 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8410 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8411 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8412 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8413 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8414 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8415
8416 2003-04-11 Andrew Cagney <cagney@redhat.com>
8417
8418 * frame.c (get_frame_id): Return this frame's "id".
8419 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8420 function start.
8421 (legacy_saved_regs_this_id): Replace function body with
8422 internal-error.
8423 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8424 FRAME_OBSTACK_ZALLOC.
8425 (create_new_frame): Mark the frame ID as valid.
8426
8427 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8428
8429 * Makefile.in (libbfd_h): Added missing setting.
8430 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8431 according to the selected ABI.
8432
8433 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8434
8435 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8436
8437 2003-04-11 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8440 SAVED_PC_AFTER_CALL.
8441 * gdbarch.h, gdbarch.c: Regenerate.
8442 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8443 * x86-64-tdep.c (x86_64_init_abi): Update.
8444 * vax-tdep.c (vax_gdbarch_init): Update.
8445 * v850-tdep.c (v850_gdbarch_init): Update.
8446 * sparc-tdep.c (sparc_gdbarch_init): Update.
8447 * sh-tdep.c (sh_gdbarch_init): Update.
8448 * s390-tdep.c (s390_gdbarch_init): Update.
8449 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8450 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8451 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8452 * mips-tdep.c (mips_gdbarch_init): Update.
8453 * mcore-tdep.c (mcore_gdbarch_init): Update.
8454 * m68k-tdep.c (m68k_gdbarch_init): Update.
8455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8456 * ia64-tdep.c (ia64_gdbarch_init): Update.
8457 (ia64_saved_pc_after_call): Update declaration.
8458 * i386ly-tdep.c (i386lynx_init_abi): Update.
8459 * i386-tdep.c (i386_gdbarch_init): Update.
8460 * hppa-tdep.c (hppa_gdbarch_init): Update.
8461 * h8300-tdep.c (h8300_gdbarch_init): Update.
8462 * frv-tdep.c (frv_gdbarch_init): Update.
8463 * cris-tdep.c (cris_gdbarch_init): Update.
8464 * avr-tdep.c (avr_gdbarch_init): Update.
8465 * arm-tdep.c (arm_gdbarch_init): Update.
8466 * alpha-tdep.c (alpha_gdbarch_init): Update.
8467 * ns32knbsd-nat.c (frame_num_args): Update.
8468 * ns32k-tdep.c (umax_frame_num_args): Update.
8469 * mips-tdep.c (mips_init_frame_pc_first): Update.
8470 * infrun.c (step_over_function): Update.
8471 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8472 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8473 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8474 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8475 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8476 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8477 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8478 * arch-utils.c (init_frame_pc_default): Update.
8479 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8480 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8481 declaration.
8482
8483 2003-04-11 Andrew Cagney <cagney@redhat.com>
8484
8485 * i387-tdep.c: Update copyright.
8486 (i387_to_double): Delete function.
8487 (double_to_i387): Delete function.
8488
8489 2003-04-10 Andrew Cagney <cagney@redhat.com>
8490
8491 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8492 frame's function's address. Simplify.
8493 (d10v_frame_unwind_cache): Check that the frame's function is
8494 non-zero.
8495
8496 2003-04-10 Jim Blandy <jimb@redhat.com>
8497
8498 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8499 call to set_gdbarch_deprecated_push_arguments.
8500
8501 2003-04-10 Andrew Cagney <cagney@redhat.com>
8502
8503 * frame.c (fprint_frame_id): New function.
8504 (fprint_frame_type, fprint_frame): New function.
8505 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8506 (create_sentinel_frame, get_frame_id): Ditto.
8507 (frame_id_p, frame_id_eq): Ditto.
8508 (frame_id_inner, create_new_frame): Ditto.
8509 (legacy_get_prev_frame, get_prev_frame): Ditto.
8510 (deprecated_update_frame_pc_hack): Ditto.
8511 (frame_register_unwind): Ditto.
8512 (deprecated_update_frame_base_hack): Ditto.
8513
8514 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8515
8516 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8517 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8518 frame_chain function.
8519 * Makefile.in: Add dependencies due to above change.
8520
8521 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8522
8523 * blockframe.c (legacy_frame_chain_valid): Move call to
8524 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8525 inside_entry_file.
8526
8527 2003-04-09 Andrew Cagney <cagney@redhat.com>
8528
8529 * frame.h (struct frame_id): Replace "pc" and "base" with
8530 "stack_addr" and "code_addr". Update comments.
8531 (frame_id_build): Update parameter names and comment.
8532 (struct frame_info): Replace "id_p" and "id" with "this_id".
8533 * dummy-frame.c (dummy_frame_this_id): Update.
8534 * breakpoint.c (print_one_breakpoint): Update.
8535 * frame.c (get_frame_id): Update.
8536 (get_frame_base, frame_id_build): Update.
8537 (create_sentinel_frame, legacy_get_prev_frame): Update.
8538 (deprecated_update_frame_base_hack): Update.
8539 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8540 (frame_id_inner): Ditto.
8541
8542 2003-04-09 Andrew Cagney <cagney@redhat.com>
8543
8544 * defs.h (gdb_print_host_address): Make "addr" parameter a
8545 pointer constant.
8546 * utils.c (gdb_print_host_address): Update.
8547
8548 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8549
8550 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8551 register number for R0 is 0.
8552
8553 2003-04-09 J. Brobecker <brobecker@gnat.com>
8554
8555 * frame.h (struct gdbarch): Add opaque structure definition
8556 to avoid a compilation warning on LynxOS 4.0.
8557
8558 2003-04-09 Andrew Cagney <cagney@redhat.com>
8559
8560 * frame.h (struct frame_info): Delete field "pc". Replace
8561 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8562 structure.
8563 * frame.c (frame_pc_unwind): Update.
8564 (create_sentinel_frame): Do not set "pc".
8565 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8566 (get_frame_pc): Call frame_pc_unwind.
8567 (deprecated_update_frame_pc_hack): Update.
8568 (create_new_frame): Use "pc" not "->pc".
8569
8570 2003-04-09 Andrew Cagney <cagney@redhat.com>
8571
8572 * frame.c (get_frame_id): Eliminate code updating "frame".
8573 (legacy_get_prev_frame): Ditto.
8574 (get_frame_base): Return id.base directly.
8575 (deprecated_update_frame_base_hack): Update "id.base".
8576 * frame.h (struct frame_info): Delete field "frame".
8577
8578 2003-04-09 Andrew Cagney <cagney@redhat.com>
8579
8580 * NEWS: Mention that the "Sequent family" is obsolete.
8581 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8582 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8583 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8584 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8585 * config/i386/tm-ptx4.h: Obsolete file.
8586 * config/i386/tm-ptx.h: Obsolete file.
8587 * symm-tdep.c: Obsolete file.
8588 * config/i386/symmetry.mt: Obsolete file.
8589 * config/i386/tm-symmetry.h: Obsolete file.
8590 * symm-nat.c: Obsolete file.
8591 * config/i386/nm-symmetry.h: Obsolete file.
8592 * config/i386/xm-symmetry.h: Obsolete file.
8593 * config/i386/symmetry.mh: Obsolete file.
8594 * config/i386/nm-ptx4.h: Obsolete file.
8595 * config/i386/ptx4.mh: Obsolete file.
8596 * config/i386/ptx.mt: Obsolete file.
8597 * config/i386/ptx.mh: Obsolete file.
8598 * config/i386/xm-ptx4.h: Obsolete file.
8599 * config/i386/xm-ptx.h: Obsolete file.
8600
8601 2003-04-09 Andrew Cagney <cagney@redhat.com>
8602
8603 Obsolete mips*-*-mach3*.
8604 * NEWS: Mention that mips*-*-mach3* is obsolete.
8605 * m3-nat.c: Obsolete file.
8606 * config/nm-m3.h: Obsolete file.
8607 * config/mips/tm-mipsm3.h: Obsolete file.
8608 * config/mips/mipsm3.mt: Obsolete file.
8609 * config/mips/mipsm3.mh: Obsolete file.
8610 * config/mips/xm-mipsm3.h: Obsolete file.
8611 * mipsm3-nat.c: Obsolete file.
8612 * configure.host: Obsolete mips-dec-mach3*.
8613 * configure.tgt: Obsolete mips*-*-mach3*.
8614
8615 2003-04-09 Andrew Cagney <cagney@redhat.com>
8616
8617 * doublest.h: Update copyright.
8618 (deprecated_store_floating, deprecated_extract_floating): Rename
8619 store_floating and extract_floating. Update comments.
8620 * doublest.c: Update copyright.
8621 (extract_floating_by_length): Replace extract_floating.
8622 (store_floating_by_length): Replace store_floating.
8623 (deprecated_extract_floating): New function.
8624 (deprecated_store_floating): New function.
8625 (extract_typed_floating): Call extract_floating_by_length.
8626 (store_typed_floating): Call store_floating_by_length.
8627 * x86-64-tdep.c (x86_64_store_return_value): Update.
8628 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8629 (sh64_extract_return_value): Update.
8630 (sh_sh4_register_convert_to_virtual): Update.
8631 (sh_sh64_register_convert_to_virtual): Update.
8632 (sh_sh4_register_convert_to_raw): Update.
8633 (sh_sh64_register_convert_to_raw): Update.
8634 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8635 (rs6000_register_convert_to_raw): Update.
8636 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8637 (ia64_register_convert_to_raw): Update.
8638 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8639 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8640 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8641 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8642 (alpha_register_convert_to_raw): Update.
8643
8644 2003-04-08 Andrew Cagney <cagney@redhat.com>
8645
8646 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8647 * gdbarch.h, gdbarch.c: Re-generate.
8648 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8649 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8650 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8651 conditionally, use frame_pc_unwind as an alternative. Add
8652 comments.
8653 * arch-utils.c (init_frame_pc_default): Only call
8654 SAVED_PC_AFTER_CALL when available.
8655
8656 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8657
8658 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8659 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8660 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8661 (start_remote): Ditto.
8662 (handle_inferior_event): Ditto.
8663 (save_inferior_status): Ditto.
8664 (restore_inferior_status): Ditto.
8665 * infcmd.c (attach_command): Ditto.
8666 * fork-child.c (startup_inferior): Ditto.
8667 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8668 * alpha-tdep.c (heuristic_proc_start): Ditto.
8669 * mips-tdep.c (heuristic_proc_start): Ditto.
8670 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8671 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8672 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8673 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8674 * remote-vx.c (vx_create_inferior): Ditto.
8675
8676 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8677
8678 * infrun.c (stop_soon_quietly): Make it an enum, to better
8679 override the default behavior of handle_inferior_event.
8680 (clear_proceed_status): Update uses of stop_soon_quietly to
8681 reflect that it is now an enum.
8682 (start_remote): Ditto.
8683 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8684 is set to handle the new GNU/Linux kernel behavior for
8685 attach/sigstop. Update uses of stop_soon_quietly.
8686 * inferior.h (enum stop_kind): New enum.
8687 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8688 Reset normal handle_inferior_event behavior, afterwards.
8689 * fork-child.c (startup_inferior): Update.
8690 * alpha-tdep.c (heuristic_proc_start): Update.
8691 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8692 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8693 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8694 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8695 * remote-vx.c (vx_create_inferior): Update.
8696 * mips-tdep.c (heuristic_proc_start): Update.
8697
8698 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8699
8700 * disasm.c (dump_insns): Move variables inside loop, or they will
8701 be freed more than once, causing wild memory corruptions.
8702 (gdb_disassembly): Look for the substring "-thread",
8703 instead of "-threads" in the target name, to make sure to find
8704 the 'multi-thread' target. Also, make sure we do the right thing
8705 with the "core" target.
8706
8707 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8708
8709 * mips-tdep.c (mips_print_fp_register): New function, created from
8710 do_fp_register_row(). Registers are now (also) printed as hex.
8711 Only one register is printed per row.
8712 (mips_print_register, do_fp_register_row): Print floating point
8713 registers with mips_print_fp_register().
8714
8715 2003-04-06 Andrew Cagney <cagney@redhat.com>
8716
8717 * valprint.h (inspect_it): Add extern declaration.
8718 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8719 (selectors_info, classes_info): Ditto.
8720 (find_objc_msgcall): Fix indentation.
8721 (objc_printstr): Delete extern declarations.
8722
8723 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8724
8725 2003-04-06 Andrew Cagney <cagney@redhat.com>
8726
8727 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8728 Update comment.
8729 * frame.c (legacy_saved_regs_this_id): Update.
8730 (legacy_get_prev_frame): Update.
8731 * xstormy16-tdep.c: Update comment.
8732 * sparc-tdep.c (sparc_frame_chain): Update comment.
8733 * blockframe.c (legacy_frame_chain_valid): Update.
8734
8735 2003-04-06 Andrew Cagney <cagney@redhat.com>
8736
8737 * valprint.c (val_print_type_code_int): Delete #ifdef
8738 PRINT_TYPELESS_INTEGER code.
8739
8740 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8741 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8742 multi-arch definition.
8743 * gdbarch.h: Re-generate.
8744
8745 2003-04-05 Andrew Cagney <cagney@redhat.com>
8746
8747 Eliminate FRAME_FIND_SAVED_REGS.
8748 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8749 Change FSR parameter to a pointer.
8750 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8751 Assume FSR parameter is a pointer.
8752 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8753 Make fsr a pointer.
8754 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8755 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8756 saved_regs a pointer.
8757 (hppa_frame_saved_pc): Ditto.
8758 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8759 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8760 pointer.
8761 (restore_pc_queue): Make fsr a pointer.
8762 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8763 (hppa_frame_chain): Make saved_regs a pointer, call
8764 hppa_frame_init_saved_regs.
8765 * sparc-tdep.c: Include "gdb_assert.h".
8766 (sparc_frame_find_saved_regs): Replace internal_error with
8767 gdb_assert.
8768 * remote-vxsparc.c (vx_read_register): Delete reference to
8769 FRAME_FIND_SAVED_REGS.
8770 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8771 * gdbarch.h: Regenerate.
8772 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8773 (deprecated_get_frame_saved_regs): Delete declaration.
8774 (struct frame_saved_regs): Delete definition.
8775 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8776 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8777 (hppa_frame_find_saved_regs): Delete declaration.
8778 (FRAME_FIND_SAVED_REGS): Delete macro.
8779 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8780 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8781 FRAME_FIND_SAVED_REGS in comment.
8782
8783 2003-04-05 Andrew Cagney <cagney@redhat.com>
8784
8785 * frame.c (frame_func_unwind, get_frame_func): New functions.
8786 * frame.h (get_frame_func, frame_func_unwind): Declare.
8787 (struct frame_info): Add field "prev_func" for caching the
8788 previous frame's function address.
8789 * arm-tdep.c (arm_frameless_function_invocation): Combine
8790 get_pc_function_start and get_frame_pc into get_frame_func.
8791 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8792 (sh64_nofp_frame_init_saved_regs): Ditto.
8793 * s390-tdep.c (s390_function_start): Ditto.
8794 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8795 (rs6000_frameless_function_invocation): Ditto.
8796 (rs6000_frame_saved_pc): Ditto.
8797 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8798 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8799 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8800 (i386_frame_init_saved_regs): Ditto.
8801 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8802 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8803 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8804 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8805 * blockframe.c (frameless_look_for_prologue): Ditto.
8806
8807 2003-04-05 Andrew Cagney <cagney@redhat.com>
8808
8809 * frame.c (legacy_get_prev_frame): Link prev to next at the
8810 function start. Update comments.
8811
8812 2003-04-05 Andrew Cagney <cagney@redhat.com>
8813
8814 * frame.c (get_frame_id): Update comment.
8815 (legacy_get_prev_frame): Update comment.
8816 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8817 * gdbarch.h: Regenerate.
8818 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8819 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8820
8821 2003-04-05 Andrew Cagney <cagney@redhat.com>
8822
8823 * stack.c (print_frame_info): Use get_frame_pc.
8824
8825 2003-04-04 Andrew Cagney <cagney@redhat.com>
8826
8827 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8828 the frame's type from the unwinder.
8829 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8830 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8831 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8832 (get_frame_base_address): Use get_frame_type.
8833 (get_frame_locals_address, get_frame_args_address): Ditto.
8834 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8835 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8836 (struct frame_info): Add comment explaining why the frame contains
8837 a "type" field.
8838 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8839 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8840 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8841 NORMAL_FRAME.
8842 * frame-unwind.h: Include "frame.h".
8843 (struct frame_unwind): Add "type" field.
8844 * Makefile.in (frame_unwind_h): Add $(frame_h).
8845
8846 2003-04-04 Andrew Cagney <cagney@redhat.com>
8847
8848 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8849 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8850 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8851 get_frame_base.
8852 (d10v_unwind_dummy_id): Use frame_id_build.
8853 * frame.c (find_frame_sal): Use get_frame_pc.
8854 (create_new_frame): Use deprecated_update_frame_pc_hack and
8855 deprecated_update_frame_base_hack.
8856 (create_sentinel_frame): Add comment about ->pc going away.
8857 (get_prev_frame): Add comment about ->pc going away.
8858 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8859 frame_id_build, deprecated_update_frame_pc_hack and
8860 deprecated_update_frame_base_hack.
8861 (select_frame): Use get_frame_pc.
8862 (legacy_saved_regs_this_id): Use frame_id_build.
8863
8864 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8865
8866 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8867 signed integer case.
8868 (classify_argument): Handle enumerations and references.
8869
8870 2003-04-04 Andrew Cagney <cagney@redhat.com>
8871
8872 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8873 ID to NULL.
8874
8875 2003-04-01 Adam Fedor <fedor@gnu.org>
8876
8877 * gdb/objc-lang.c (selectors_info): Replace calls to
8878 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8879 SYMBOL_NATURAL_NAME.
8880 (classes_info, find_methods): Likewise.
8881
8882 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8883
8884 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8885 ``mach'' to the value determined by bfd_default_set_arch_mach().
8886
8887 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8888
8889 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8890 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8891 (mi-cmd-file.o): Update dependencies.
8892
8893 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8894
8895 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8896 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8897
8898 2003-04-01 Adam Fedor <fedor@gnu.org>
8899
8900 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8901 * language.h (struct language_defn): Add la_demangle.
8902 (language_demangle): Declare.
8903 * language.c (language_demangle): New function.
8904 (unk_lang_demangle): Likewise.
8905 (unknown_language_defn, auto_language_defn, local_language_defn):
8906 Add ukn_lang_demangle.
8907 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8908 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8909 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8910 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8911 * jv-lang.c (java_demangle): New function
8912 (java_language_defn): Use it for la_demangle element.
8913 * objc-lang.c (objc_demangle): Add options argument
8914 (objc_language_defn): Use objc_demangle for la_demangle element.
8915 * maint.c (maintenance_demangle): Replace switch with
8916 call to language_demangle.
8917 * utils.c (fprintf_symbol_filtered): Likewise.
8918
8919 2003-04-01 Andrew Cagney <cagney@redhat.com>
8920
8921 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8922 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8923 PRINT_TYPELESS_INTEGER.
8924 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8925 PUSH_RETURN_ADDRESS.
8926
8927 2003-04-01 Andrew Cagney <cagney@redhat.com>
8928
8929 * Makefile.in (d10v-tdep.o): Update dependencies.
8930 * d10v-tdep.c: Include "frame-base.h".
8931 (d10v_frame_unwind): Make constant.
8932 (d10v_frame_base_address): New function.
8933 (d10v_frame_base): New variable.
8934 (d10v_gdbarch_init): Set frame_base default.
8935 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8936 comment for base.
8937 (d10v_frame_unwind_cache): Set and use "prev_sp".
8938 (d10v_frame_this_id): Use the previous frame's inner most stack
8939 address and this frame's func address for the frame ID. Use
8940 frame_id_build. Don't analyze beyond the current instruction.
8941
8942 2003-04-01 Andrew Cagney <cagney@redhat.com>
8943
8944 * frame.h (get_frame_locals_address, get_frame_args_address):
8945 Refer to the base address, instead of the address of the first
8946 local or parameter.
8947
8948 2003-04-01 Andrew Cagney <cagney@redhat.com>
8949
8950 Add frame debug info addresses:
8951 * frame-base.c: New file.
8952 * frame-base.h: New file.
8953 * frame.h (struct frame_base): Add opaque declaration.
8954 (get_frame_base): Update comment.
8955 (get_frame_base_address): Declare.
8956 (get_frame_locals_address): Declare.
8957 (get_frame_args_address): Declare.
8958 (struct frame_info): Add "base" and "base_cache". Update
8959 comments on the unwinder.
8960 * frame.c: Include "frame-base.h".
8961 (get_frame_locals_address): New function.
8962 (get_frame_base_address): New function.
8963 (get_frame_args_address): New function.
8964 * findvar.c (read_var_value): Use get_frame_locals_address and
8965 get_frame_args_address.
8966 * stack.c (frame_info): Use get_frame_locals_address and
8967 get_frame_args_address.
8968 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8969 moved to "frame-base.c".
8970 * printcmd.c (print_frame_nameless_args): Ditto.
8971 * symtab.h (address_class): Update comments.
8972 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8973 get_frame_base_address.
8974 * dwarf2expr.c (execute_stack_op): Ditto.
8975 * Makefile.in (frame_base_h): Define.
8976 (frame.o): Update dependencies.
8977 (frame-base.o): Add dependencies.
8978 (SFILES): Add frame-base.c.
8979 (COMMON_OBS): Add frame-base.o.
8980
8981 2003-04-01 Andrew Cagney <cagney@redhat.com>
8982
8983 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8984 CALL_DUMMY_LENGTH): Ditto.
8985 * gdbarch.c: Re-generate.
8986 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8987 (CALL_DUMMY_LENGTH): Delete macro.
8988 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8989 * arm-tdep.c (arm_gdbarch_init): Ditto.
8990 * avr-tdep.c (avr_gdbarch_init): Ditto.
8991 * cris-tdep.c (cris_gdbarch_init): Ditto.
8992 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8993 * frv-tdep.c (frv_gdbarch_init): Ditto.
8994 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8995 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8996 * i386-tdep.c (i386_gdbarch_init): Ditto.
8997 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8998 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8999 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9000 * mips-tdep.c (mips_gdbarch_init): Ditto.
9001 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9002 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9003 * s390-tdep.c (s390_gdbarch_init): Ditto.
9004 * sh-tdep.c (sh_gdbarch_init): Ditto.
9005 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9006 * v850-tdep.c (v850_gdbarch_init): Ditto.
9007 * vax-tdep.c (vax_gdbarch_init): Ditto.
9008 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9009
9010 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9011
9012 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9013
9014 2003-04-01 Andrew Cagney <cagney@redhat.com>
9015
9016 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9017 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9018 * gdbarch.h, gdbarch.c: Re-generate.
9019 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9020 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9021 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9022 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9023 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9024 * infcmd.c (run_stack_dummy): Simplify assuming
9025 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9026 * infrun.c (handle_inferior_event): Ditto.
9027 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9028 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9029 * arm-tdep.c (arm_gdbarch_init): Ditto.
9030 * avr-tdep.c (avr_gdbarch_init): Ditto.
9031 * cris-tdep.c (cris_gdbarch_init): Ditto.
9032 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9033 * frv-tdep.c (frv_gdbarch_init): Ditto.
9034 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9035 * i386-tdep.c (i386_gdbarch_init): Ditto.
9036 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9037 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9038 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9039 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9040 * mips-tdep.c (mips_gdbarch_init): Ditto.
9041 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9042 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9043 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9044 * s390-tdep.c (s390_gdbarch_init): Ditto.
9045 * sh-tdep.c (sh_gdbarch_init): Ditto.
9046 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9047 * v850-tdep.c (v850_gdbarch_init): Ditto.
9048 * vax-tdep.c (vax_gdbarch_init): Ditto.
9049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9050
9051 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9052
9053 * symfile.c (symfile_relocate_debug_section): Update call to
9054 bfd_simple_get_relocated_section_contents.
9055
9056 2003-03-31 Andrew Cagney <cagney@redhat.com>
9057
9058 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9059 * gdbarch.h, gdbarch.c: Regenerate.
9060 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9061 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9062 available.
9063 * frame.h (generic_fix_call_dummy): Delete declaration.
9064 * dummy-frame.h: Update comment.
9065 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9066 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9067 fix_call_dummy.
9068 * sh-tdep.c (sh_gdbarch_init): Ditto.
9069 * s390-tdep.c (s390_gdbarch_init): Ditto.
9070 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9071 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9072 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9073 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9074 * i386-tdep.c (i386_gdbarch_init): Ditto.
9075 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9076 * frv-tdep.c (frv_gdbarch_init): Ditto.
9077 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9078 * cris-tdep.c (cris_gdbarch_init): Ditto.
9079 * avr-tdep.c (avr_gdbarch_init): Ditto.
9080 * arm-tdep.c (arm_gdbarch_init): Ditto.
9081
9082 2003-03-31 J. Brobecker <brobecker@gnat.com>
9083
9084 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9085 (INIT_FRAME_AP): Likewise.
9086 (EXTRA_FRAME_INFO): Likewise.
9087
9088 2003-03-31 Andrew Cagney <cagney@redhat.com>
9089
9090 * gdbarch.sh: Include "symfile.h".
9091 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9092 * gdbarch.h, gdbarch.c: Re-generate.
9093 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9094 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9095 call_dummy_address, the default is at entry_point_address.
9096 * v850-tdep.c (v850_gdbarch_init): Ditto.
9097 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9098 * sh-tdep.c (sh_gdbarch_init): Ditto.
9099 * s390-tdep.c (s390_gdbarch_init): Ditto.
9100 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9101 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9102 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9103 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9104 * i386-tdep.c (i386_gdbarch_init): Ditto.
9105 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9106 * frv-tdep.c (frv_gdbarch_init): Ditto.
9107 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9108 * cris-tdep.c (cris_gdbarch_init): Ditto.
9109 * arm-tdep.c (arm_gdbarch_init): Ditto.
9110
9111 2003-03-31 Andrew Cagney <cagney@redhat.com>
9112
9113 * gdbarch.sh (CALL_DUMMY_P): Delete.
9114 * gdbarch.h, gdbarch.c: Re-generate.
9115 * inferior.h (CALL_DUMMY_P): Delete macro.
9116 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9117 * vax-tdep.c (vax_gdbarch_init): Update.
9118 * v850-tdep.c (v850_gdbarch_init): Update.
9119 * sparc-tdep.c (sparc_gdbarch_init): Update.
9120 * sh-tdep.c (sh_gdbarch_init): Update.
9121 * s390-tdep.c (s390_gdbarch_init): Update.
9122 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9123 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9124 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9125 * mips-tdep.c (mips_gdbarch_init): Update.
9126 * mcore-tdep.c (mcore_gdbarch_init): Update.
9127 * m68k-tdep.c (m68k_gdbarch_init): Update.
9128 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9129 * ia64-tdep.c (ia64_gdbarch_init): Update.
9130 * i386-tdep.c (i386_gdbarch_init): Update.
9131 * h8300-tdep.c (h8300_gdbarch_init): Update.
9132 * frv-tdep.c (frv_gdbarch_init): Update.
9133 * d10v-tdep.c (d10v_gdbarch_init): Update.
9134 * cris-tdep.c (cris_gdbarch_init): Update.
9135 * breakpoint.c (deprecated_frame_in_dummy): Update.
9136 * avr-tdep.c (avr_gdbarch_init): Update.
9137 * alpha-tdep.c (alpha_gdbarch_init): Update.
9138 * arm-tdep.c (arm_gdbarch_init): Update.
9139 * dummy-frame.c (dummy_frame_this_id): Update comments.
9140 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9141 * frame.c (legacy_get_prev_frame): Ditto.
9142 * valops.c (call_function_by_hand): Delete function.
9143 (hand_function_call): Rename to call_function_by_hand
9144
9145 2003-03-30 Andrew Cagney <cagney@redhat.com>
9146
9147 2002-11-10 Klee Dienes <kdienes@apple.com>
9148 * value.h (struct value): Update comment.
9149
9150 2003-03-30 Andrew Cagney <cagney@redhat.com>
9151
9152 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9153 D10V_FP_REGNUM.
9154 (d10v_gdbarch_init): Do not set fp_regnum.
9155
9156 * frame.c (get_frame_base): Force ID initialization.
9157 (get_prev_frame): Move computation of the frame ID from here ...
9158 (get_frame_id): ... to here.
9159 (legacy_get_prev_frame): Mark the frame ID as valid.
9160 * frame.h (struct frame_info): Add field "id_p".
9161
9162 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9163
9164 * i386-tdep.c (i386_store_struct_return): Removed.
9165 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9166
9167 2003-03-30 Andrew Cagney <cagney@redhat.com>
9168
9169 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9170 * gdbarch.h, gdbarch.c: Regenerate.
9171 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9172 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9173 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9174 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9175 * i386-tdep.c (i386_gdbarch_init): Ditto.
9176 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9177 * cris-tdep.c (cris_gdbarch_init): Ditto.
9178 * vax-tdep.c (vax_gdbarch_init): Ditto.
9179 * s390-tdep.c (s390_gdbarch_init): Ditto.
9180 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9181 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9182 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9183 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9184 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9185 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9186 * sparc-tdep.c (sparc_gdbarch_init): Update.
9187 * sh-tdep.c (sh_gdbarch_init): Update.
9188 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9189 * mips-tdep.c (mips_gdbarch_init): Update.
9190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9191 * ia64-tdep.c (ia64_gdbarch_init): Update.
9192 * frv-tdep.c (frv_gdbarch_init): Update.
9193 * avr-tdep.c (avr_gdbarch_init): Update.
9194 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9195 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9196 instead of when push_dummy_call is not available.
9197
9198 2003-03-30 Andrew Cagney <cagney@redhat.com>
9199
9200 * infttrace.c: Include "gdbthread.h".
9201 (parent_attach_all): Fix function signature.
9202 (call_ptrace): Update call.
9203 * Makefile.in (infttrace.o): Update dependencies.
9204
9205 2003-03-30 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9208 PUSH_RETURN_ADDRESS.
9209 * gdbarch.h, gdbarch.c: Regenerate.
9210 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9211 * x86-64-tdep.c (x86_64_init_abi): Update.
9212 * v850-tdep.c (v850_gdbarch_init): Update.
9213 * sparc-tdep.c (sparc_gdbarch_init): Update.
9214 * sh-tdep.c (sh_gdbarch_init): Update.
9215 * s390-tdep.c (s390_gdbarch_init): Update.
9216 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9217 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9218 * mips-tdep.c (mips_gdbarch_init): Update.
9219 * mcore-tdep.c (mcore_gdbarch_init): Update.
9220 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9221 * ia64-tdep.c (ia64_gdbarch_init): Update.
9222 * i386-tdep.c (i386_gdbarch_init): Update.
9223 * h8300-tdep.c (h8300_gdbarch_init): Update.
9224 * frv-tdep.c (frv_gdbarch_init): Update.
9225 * cris-tdep.c (cris_gdbarch_init): Update.
9226 * avr-tdep.c (avr_gdbarch_init): Update.
9227 * arm-tdep.c (arm_gdbarch_init): Update.
9228 * valops.c (hand_function_call): Update.
9229
9230 2003-03-29 Andrew Cagney <cagney@redhat.com>
9231
9232 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9233 sizeof_call_dummy_words.
9234 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9235 define.
9236 * gdbarch.h: Regenerate.
9237
9238 2003-03-29 Andrew Cagney <cagney@redhat.com>
9239
9240 * infttrace.h: New file.
9241 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9242 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9243 (hpread_read_doc_function_type): Detect an initialized type1.
9244 (hpread_quick_traverse): Initialize mod_name_string.
9245 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9246 (som_solib_get_solib_by_pc): Declare.
9247 (so_lib_thread_start_addr): Declare.
9248 (no_shared_libraries): Declare.
9249 * somread.c (init_import_symbols): Make static. Add forward
9250 declaration.
9251 * config/pa/nm-hppah.h: Include "infttrace.h" for
9252 parent_attach_all.
9253 (hppa_insert_hw_watchpoint): Declare.
9254 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9255 * hppah-nat.c: Include "gdb_string.h".
9256 (parent_attach_all): Delete extern declaration, moved to
9257 "infttrace.h".
9258 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9259 int.
9260 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9261 * Makefile.in (infttrace_h): Define.
9262 (hpread.o): Update dependencies.
9263 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9264 * hppa-hpux-tdep.c: Include "gdb_string.h".
9265 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9266 * infrun.c (handle_inferior_event): Always initialize
9267 stepped_after_stopped_by_watchpoint. Add default and remove
9268 fallthrough in switch statement.
9269 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9270 parameter to int.
9271 (hppa_remove_hw_watchpoint): Ditto.
9272
9273 2003-03-29 Andrew Cagney <cagney@redhat.com>
9274
9275 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9276 offset.
9277
9278 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9279
9280 * arm-tdep.c (arm_push_arguments): Delete.
9281 (struct stack_item): New type.
9282 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9283 (arm_store_struct_return): Delte.
9284 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9285 arm_push_arguments or arm_store_struct_return.
9286
9287 2003-03-28 Andrew Cagney <cagney@redhat.com>
9288
9289 * Makefile.in (d10v-tdep.o): Update dependencies.
9290 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9291 * d10v-tdep.c: Include "remote.h".
9292 (target_resume_hook): Delete extern declaration.
9293 (target_wait_loop_hook): Ditto.
9294 (tdisassemble_command): Eliminate assignment in "if" conditional.
9295 (d10v_ts2_register_sim_regno): Eliminate call to
9296 legacy_register_sim_regno.
9297 (d10v_ts3_register_sim_regno): Ditto.
9298
9299 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9300
9301 * thread.c: Reindented.
9302 * lin-lwp.c: Ditto.
9303 * linux-proc.c: Ditto.
9304
9305 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9306
9307 * MAINTAINERS (write after approval): Add myself.
9308
9309 2003-03-27 Theodore A. Roth <troth@openavr.org>
9310
9311 * objc-exp.y: Add missing semi-colons.
9312
9313 2003-03-27 Andrew Cagney <cagney@redhat.com>
9314
9315 * regcache.c (write_sp): Delete function and references.
9316 * inferior.h (write_sp): Delete declaration.
9317 * valops.c (hand_function_call): Replace write_sp with
9318 TARGET_WRITE_SP.
9319 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9320 (sparc_pop_frame): Ditto.
9321
9322 2003-03-27 Andrew Cagney <cagney@redhat.com>
9323
9324 * NEWS: Mention removal of support for hppa*-*-bsd* and
9325 hppa*-*-osf* natives, and hppa*-*-pro* target.
9326 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9327 * config/pa/xm-pa.h: Obsolete file.
9328 * config/pa/xm-hppab.h: Obsolete file.
9329 * config/pa/nm-hppab.h: Obsolete file.
9330 * config/pa/tm-hppab.h: Obsolete file.
9331 * config/pa/tm-hppao.h: Obsolete file.
9332 * config/pa/nm-hppao.h: Obsolete file.
9333 * config/pa/tm-pro.h: Obsolete file.
9334 * config/pa/hppaosf.mt: Obsolete file.
9335 * config/pa/hppaosf.mh: Obsolete file.
9336 * config/pa/hppapro.mt: Obsolete file.
9337 * config/pa/hppabsd.mt: Obsolete file.
9338 * config/pa/hppabsd.mh: Obsolete file.
9339 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9340 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9341 hppa*-*-osf*.
9342
9343 2003-03-27 Andrew Cagney <cagney@redhat.com>
9344
9345 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9346 push_arguments. Don't set push_return_address or write_sp.
9347 (d10v_push_dummy_call): Replace d10v_push_arguments.
9348 (d10v_push_return_address, d10v_write_sp): Delete function,
9349 handled by push_dummy_call.
9350
9351 2003-03-26 Andrew Cagney <cagney@redhat.com>
9352
9353 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9354 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9355 regcache and dummy_addr parameters.
9356 * gdbarch.h, gdbarch.c: Re-generate.
9357 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9358 available; assume it will handle stack alignment and return
9359 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9360 legacy_push_arguments.
9361 (legacy_push_arguments): Rename default_push_arguments.
9362 * value.h (legacy_push_arguments): Rename default_push_arguments.
9363 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9364 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9365 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9366 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9367 * config/i386/tm-symmetry.h: Update.
9368 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9369 * x86-64-tdep.c (x86_64_init_abi): Update.
9370 * v850-tdep.c (v850_gdbarch_init): Update.
9371 * sparc-tdep.c (sparc_gdbarch_init): Update.
9372 * sh-tdep.c (sh_gdbarch_init): Update.
9373 * s390-tdep.c (s390_gdbarch_init): Update.
9374 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9375 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9376 * mips-tdep.c (mips_gdbarch_init): Update.
9377 * mcore-tdep.c (mcore_gdbarch_init): Update.
9378 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9379 * ia64-tdep.c (ia64_gdbarch_init): Update.
9380 * i386-tdep.c (i386_gdbarch_init): Update.
9381 * hppa-tdep.c (hppa_gdbarch_init): Update.
9382 * h8300-tdep.c (h8300_gdbarch_init): Update.
9383 * frv-tdep.c (frv_gdbarch_init): Update.
9384 * d10v-tdep.c (d10v_gdbarch_init): Update.
9385 * cris-tdep.c (cris_gdbarch_init): Update.
9386 * avr-tdep.c (avr_gdbarch_init): Update.
9387 * arm-tdep.c (arm_gdbarch_init): Update.
9388 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9389 * alpha-tdep.c (alpha_gdbarch_init): Update.
9390
9391 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9392
9393 * signals/signals.c (do_target_signal_to_host): Correct realtime
9394 signal range test.
9395
9396 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9397
9398 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9399 (struct sal_chain, map_catch_names): Remove.
9400 (catch_exception_command_1): Don't call
9401 handle_gnu_4_16_catch_command.
9402
9403 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9404
9405 From Mark Dettinger <dettinge@de.ibm.com>:
9406 * dwarf2cfi.c (read_2u): Increment pointer by two.
9407
9408 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * signals/signals.c: Fix typos in last change.
9411
9412 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9413
9414 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9415 not already defined. Use __SIGRTMIN if available.
9416 (target_signal_from_host): Remove SIGRTMIN block.
9417 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9418 the signal is within the realtime range.
9419
9420 2003-03-25 Adam Fedor <fedor@gnu.org>
9421
9422 * Makefile.in (infrun.o): Add $(language_h)
9423 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9424 for language specific trampolines.
9425 * language.h (struct language_defn): Add skip_trampoline.
9426 (skip_language_trampoline): Declare.
9427 * language.c (unk_lang_trampoline, skip_language_trampoline):
9428 New functions.
9429 (unknown_language_defn, auto_language_defn, local_language_defn):
9430 Add ukn_lang_trampoline.
9431 * ada-lang.c (ada_language_defn): Add NULL for language
9432 specific skip_trampoline.
9433 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9434 scm-lang.c: Likewise.
9435 * objc-lang.c (objc_skip_trampoline): New function.
9436 (objc_language_defn): Add objc_skip_trampoline.
9437
9438 2003-03-25 Andrew Cagney <cagney@redhat.com>
9439
9440 * frame.c (get_prev_frame): Delay validating a frame's ID -
9441 non-NULL, didn't go backwards - until an attempt to unwind it to
9442 the previous frame.
9443
9444 2003-03-25 Andrew Cagney <cagney@redhat.com>
9445
9446 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9447 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9448 * gdbarch.h, gdbarch.c: Re-generate.
9449 * config/sparc/tm-sparc.h
9450 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9451 * sparc-tdep.c (sparc_gdbarch_init): Set
9452 deprecated_extra_stack_alignment_needed.
9453 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9454 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9455 extra_stack_alignment_needed.
9456 * v850-tdep.c (v850_gdbarch_init): Ditto.
9457 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9458 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9459 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9460 * cris-tdep.c (cris_gdbarch_init): Ditto.
9461 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9462 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9463
9464 2003-03-25 Andrew Cagney <cagney@redhat.com>
9465
9466 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9467 STORE_STRUCT_RETURN.
9468 * gdbarch.h, gdbarch.c: Regenerate.
9469 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9470 (d10v_push_arguments): Set the struct return register.
9471 (d10v_gdbarch_init): Update.
9472 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9473 * x86-64-tdep.c (x86_64_init_abi): Update.
9474 * vax-tdep.c (vax_gdbarch_init): Update.
9475 * v850-tdep.c (v850_gdbarch_init): Update.
9476 * sparc-tdep.c (sparc_gdbarch_init): Update.
9477 * sh-tdep.c (sh_gdbarch_init): Update.
9478 * s390-tdep.c (s390_gdbarch_init): Update.
9479 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9480 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9481 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9482 * mips-tdep.c (mips_gdbarch_init): Update.
9483 * mcore-tdep.c (mcore_gdbarch_init): Update.
9484 * m68k-tdep.c (m68k_gdbarch_init): Update.
9485 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9486 * ia64-tdep.c (ia64_gdbarch_init): Update.
9487 * i386-tdep.c (i386_gdbarch_init): Update.
9488 * hppa-tdep.c (hppa_gdbarch_init): Update.
9489 * h8300-tdep.c (h8300_gdbarch_init): Update.
9490 * frv-tdep.c (frv_gdbarch_init): Update.
9491 * cris-tdep.c (cris_gdbarch_init): Update.
9492 * avr-tdep.c (avr_gdbarch_init): Update.
9493 * arm-tdep.c (arm_gdbarch_init): Update.
9494 * alpha-tdep.c (alpha_gdbarch_init): Update.
9495
9496 2003-03-25 Andrew Cagney <cagney@redhat.com>
9497
9498 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9499 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9500 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9501 * gdbarch.h, gdbarch.c: Regenerate.
9502 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9503 call_dummy_stack_adjust_p.
9504 * vax-tdep.c (vax_gdbarch_init): Ditto.
9505 * v850-tdep.c (v850_gdbarch_init): Ditto.
9506 * sh-tdep.c (sh_gdbarch_init): Ditto.
9507 * s390-tdep.c (s390_gdbarch_init): Ditto.
9508 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9509 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9510 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9511 * mips-tdep.c (mips_gdbarch_init): Ditto.
9512 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9513 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9514 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9515 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9516 * i386-tdep.c (i386_gdbarch_init): Ditto.
9517 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9518 * frv-tdep.c (frv_gdbarch_init): Ditto.
9519 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9520 * cris-tdep.c (cris_gdbarch_init): Ditto.
9521 * avr-tdep.c (avr_gdbarch_init): Ditto.
9522 * arm-tdep.c (arm_gdbarch_init): Ditto.
9523 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9524 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9525 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9526 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9527 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9528 call_dummy_stack_adjust_p.
9529 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9530 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9531 * sparc-tdep.c (sparc32_push_arguments): Update.
9532 * valops.c (hand_function_call): Update.
9533
9534 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9535
9536 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9537 set_gdbarch_char_signed.
9538
9539 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9540
9541 PR cli/548
9542 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9543
9544 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9545
9546 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9547 (_initialize_arm_tdep): Don't set tm_print_insn.
9548
9549 2003-03-24 Adam Fedor <fedor@gnu.org>
9550
9551 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9552 * objc-lang.h: Add multiple inclusion protection.
9553 (start_msglist, add_msglist, end_msglist): Additional declarations.
9554
9555 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9556
9557 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9558 value was renamed to ARM_FLOAT_SOFT_FPA.
9559
9560 2003-03-23 Andrew Cagney <cagney@redhat.com>
9561
9562 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9563 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9564 * gdbarch.h, gdbarch.c: Regenerate.
9565 * valops.c (hand_function_call): Update.
9566 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9567 * frame.c (legacy_saved_regs_this_id): Update.
9568 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9569 * dummy-frame.h: Update.
9570 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9571 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9572 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9573 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9574 * config/m68k/tm-sun3.h: Update.
9575 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9576 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9577 * x86-64-tdep.c (x86_64_init_abi): Update.
9578 * vax-tdep.c (vax_gdbarch_init): Update.
9579 * v850-tdep.c (v850_gdbarch_init): Update.
9580 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9581 * sh-tdep.c (sh_gdbarch_init): Update.
9582 * s390-tdep.c (s390_gdbarch_init): Update.
9583 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9584 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9585 (frame_get_saved_regs): Update.
9586 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9587 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9588 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9589 * mips-tdep.c (mips_gdbarch_init): Update.
9590 * mcore-tdep.c (mcore_gdbarch_init): Update.
9591 * m68k-tdep.c (m68k_gdbarch_init): Update.
9592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9593 * ia64-tdep.c (ia64_gdbarch_init): Update.
9594 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9595 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9596 (i386_interix_back_one_frame): Update.
9597 * hppa-tdep.c (hppa_gdbarch_init): Update.
9598 (hppa_init_extra_frame_info): Update.
9599 * h8300-tdep.c (h8300_gdbarch_init): Update.
9600 * frv-tdep.c (frv_gdbarch_init): Update.
9601 * cris-tdep.c (cris_gdbarch_init): Update.
9602 * avr-tdep.c (avr_gdbarch_init): Update.
9603 * arm-tdep.c (arm_gdbarch_init): Update.
9604 * alpha-tdep.c (alpha_gdbarch_init): Update.
9605
9606 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9607
9608 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9609 (arm_get_fp_model): Declare.
9610 * arm-tdep.c (fp_model_strings): New string array.
9611 (arm_fp_model, current_fp_model): New variables.
9612 (arm_get_fp_model): New function.
9613 (arm_set_fp): New function.
9614 (set_fp_model_sfunc): New function.
9615 (show_fp_model): New function.
9616 (_initialize_arm_tdep): Add new command to set/show the FPU.
9617 (arm_extract_return_value): Use arm_get_fp_model.
9618 (arm_store_return_value): Likewise.
9619 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9620 to initialize the floating-point data types.
9621 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9622 model is FPA.
9623
9624 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9625
9626 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9627 the current setting of each value.
9628 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9629 new_set and new_show. Use add_setshow_cmd_full and
9630 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9631 commands and add new version as subcommands of "set/show arm".
9632
9633 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9634
9635 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9636 (set_arm_command, show_arm_command): New functions.
9637 (_initialize_arm_tdep): Add them.
9638 (num_disassembly_options): Renamed from num_flavor_options.
9639 (valid_disassembly_styles): Renamed from valid_flavors.
9640 (disassembly_style): Renamed from disassembly_flavor.
9641 (set_disassembly_style_sfunc): Renamed from
9642 set_disassembly_flavor_sfunc.
9643 (set_disassembly_style): Renamed from set_disassembly_flavor.
9644 (arm_othernames): Updated.
9645 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9646 command. Add "set/show arm disassembly" commands. Deprecate
9647 "othernames" command.
9648
9649 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9650
9651 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9652 (arm-tdep.o): Depend on elf_arm_h.
9653
9654 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9655
9656 * Makefile.in (coff_internal_h): Define.
9657 (arm-tdep.o): Update dependencies.
9658
9659 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9660
9661 * arm-tdep.c (prologue_cache): Delete.
9662 (check_prologue_cache, save_prologue_cache): Delete.
9663 (arm_scan_prologue): Don't check or update the prologue_cache.
9664 (arm_gdb_arch_init): Don't initialize it.
9665 (_initialize_arm_tdep): Likewise.
9666
9667 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9668
9669 * MAINTAINERS (tui): Maintainer of tui code.
9670
9671 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9672
9673 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9674 (i386-cygwin-tdep.o): Add dependencies.
9675 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9676 * i386-cygwin-tdep.c: New file.
9677 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9678 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9679
9680 2003-03-20 Andrew Cagney <cagney@redhat.com>
9681
9682 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9683 (handle_inferior_event): Remove code calling
9684 DYNAMIC_TRAMPOLINE_NEXTPC.
9685
9686 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9687 already has a full path.
9688
9689 * main.c (gdb_main): Return 1.
9690 (captured_main): Call error to report an invalid interpreter.
9691
9692 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9693 * alpha-osf1-tdep.c: Include "gdb_string.h".
9694
9695 2003-03-19 J. Brobecker <brobecker@gnat.com>
9696
9697 Continuing work to convert the hppa targets to multiarch partial.
9698
9699 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9700 method, now that hppa_push_dummy_frame has a conformant prototype.
9701 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9702 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9703 for the switch to multiarch partial.
9704
9705 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9706
9707 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9708 when iss is issNull.
9709
9710 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9711
9712 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9713 NUM_REGS bounds check.
9714
9715 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9716
9717 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9718 * mips-tdep.c (gdb_assert.h): Include.
9719 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9720 (mips_register_name): Handle integer registers explicitly. Add
9721 bounds checking.
9722 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9723 (mips_lsi33k_reg_names): Don't list integer registers; they're
9724 handled by mips_register_name() now.
9725 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9726 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9727 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9728 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9729 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9730
9731 2003-03-18 Andrew Cagney <cagney@redhat.com>
9732
9733 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9734 a void pointer.
9735 * gdbtypes.h (print_scalar_formatted): Update declaration.
9736 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9737
9738 2003-03-18 J. Brobecker <brobecker@gnat.com>
9739
9740 * infrun.c (observer.h): Add #include.
9741 (normal_stop): Add call to observer_notify_normal_stop.
9742 * Makefile.in (infrun.o): Add dependency on observer.h.
9743
9744 2003-03-18 J. Brobecker <brobecker@gnat.com>
9745
9746 Continuing work to convert the hppa targets to multiarch partial.
9747 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9748 parameter. Reformat comment.
9749 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9750 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9751 to match new profile.
9752
9753 2003-03-18 J. Brobecker <brobecker@gnat.com>
9754
9755 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9756 appear to be working in any case.
9757
9758 2003-03-18 J. Brobecker <brobecker@gnat.com>
9759
9760 * observer.c (observer_test_first_observer): New static variable.
9761 (observer_test_second_observer): Likewise.
9762 (observer_test_third_observer): Likewise.
9763 (observer_test_first_notification_function): New static function.
9764 (observer_test_second_notification_function): Likewise.
9765 (observer_test_third_notification_function): Likewise.
9766
9767 2003-03-17 J. Brobecker <brobecker@gnat.com>
9768
9769 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9770 * somsolib.c (gdb_assert.h): Likewise.
9771 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9772 (somsolib.o): Likewise.
9773
9774 2003-03-17 Andrew Cagney <cagney@redhat.com>
9775
9776 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9777 BFD. Simplify setting of di.endian.
9778
9779 2003-03-17 Andrew Cagney <cagney@redhat.com>
9780
9781 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9782 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9783
9784 From Elena Zannoni <ezannoni@redhat.com>
9785 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9786 vector and floating-point parameters.
9787 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9788 convention.
9789 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9790
9791 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9792
9793 * MAINTAINERS: Remove my name from several maintainership roles.
9794
9795 2003-03-17 Andrew Cagney <cagney@redhat.com>
9796
9797 Fix frame off-by-one bug.
9798 * frame-unwind.h (frame_this_id_ftype): Replace
9799 frame_unwind_id_ftype.
9800 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9801 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9802 with "prev_register".
9803 * frame-unwind.c (frame_unwind_find_by_pc): Return
9804 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9805 comment.
9806 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9807 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9808 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9809 (dummy_frame_unwind): Update.
9810 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9811 sentinel_frame_register_unwind.
9812 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9813 (sentinel_frame_unwinder): Update.
9814 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9815 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9816 * frame.c (create_sentinel_frame): Update. Initialize
9817 "prologue_cache" instead of "unwind_cache".
9818 (frame_register_unwind): Call this frame's prev_register with the
9819 next frame and this frame's prologue cache.
9820 (get_prev_frame): Simplify. Always call prev frame's this_id with
9821 this frame and prev frame's prologue cache. Document that this
9822 call is shifted one to the left when compared to the
9823 frame_register_unwind call.
9824 (legacy_saved_regs_prev_register): Replace
9825 frame_saved_regs_register_unwind.
9826 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9827 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9828 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9829 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9830 (d10v_frame_unwind): Update.
9831 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9832 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9833 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9834 "saved_regs" with "this_saved_regs".
9835
9836 2003-03-16 Andrew Cagney <cagney@redhat.com>
9837
9838 * frame.c (frame_pop): Don't call target_store_registers. Fix
9839 problem reported by Mark Kettenis.
9840
9841 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9842
9843 * i386-tdep.c (i386_register_type): Renamed from
9844 i386_register_virtual_type. Adjust function signature.
9845 (i386_gdbarch_init): Set register_type instead of
9846 deprecated_max_register_raw_size,
9847 deprecated_max_register_virtual_size and register_virtual_type.
9848
9849 2003-03-14 Andrew Cagney <cagney@redhat.com>
9850
9851 * frame.c (get_prev_frame): When a legacy frame, always call
9852 legacy_get_prev_frame. Simplify unwind code using assumption that
9853 the unwinder is new.
9854 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9855 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9856 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9857
9858 2003-03-14 Andrew Cagney <cagney@redhat.com>
9859
9860 * frame.c (get_saved_register): Delete function.
9861 * frame.h (get_saved_register): Delete declaration.
9862 * xstormy16-tdep.c: Update comment.
9863 * regcache.h: Update comments.
9864 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9865 get_saved_register and extract_address, use
9866 frame_read_unsigned_register.
9867 (sparc_frame_saved_pc): Ditto.
9868 (sparc_get_saved_register): Instead of get_saved_register, use
9869 frame_register.
9870 (sparc_pop_frame): Ditto.
9871 * findvar.c: Update comments.
9872 (value_of_register): Call frame_register instead of
9873 get_saved_register.
9874 (value_from_register): Ditto.
9875 * config/sparc/tm-sparc.h: Update comment.
9876 * breakpoint.c: Update comment.
9877
9878 2003-03-14 Andrew Cagney <cagney@redhat.com>
9879
9880 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9881 GET_SAVED_REGISTER.
9882 * gdbarch.h, gdbarch.c: Re-generate.
9883 * frame.h: Update comments.
9884 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9885 * x86-64-tdep.c (x86_64_init_abi): Update.
9886 * sparc-tdep.c (sparc_gdbarch_init): Update.
9887 * sh-tdep.c (sh_gdbarch_init): Update.
9888 * mips-tdep.c (mips_gdbarch_init): Update.
9889 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9890 * cris-tdep.c (cris_gdbarch_init): Update.
9891 * ia64-tdep.c (ia64_gdbarch_init): Update.
9892 * frame.c (frame_register): Update.
9893 (get_saved_register): Update.
9894 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9895
9896 2003-03-13 Andrew Cagney <cagney@redhat.com>
9897
9898 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9899 * gdbarch.h, gdbarch.c: Regenerate.
9900 * valops.c (hand_function_call): Update comment.
9901 * stack.c (return_command): Update comment.
9902 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9903 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9904 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9905 * x86-64-tdep.c (x86_64_init_abi): Update.
9906 * vax-tdep.c (vax_gdbarch_init): Update.
9907 * v850-tdep.c (v850_gdbarch_init): Update.
9908 * sparc-tdep.c (sparc_gdbarch_init): Update.
9909 * sh-tdep.c (sh_gdbarch_init): Update.
9910 * s390-tdep.c (s390_gdbarch_init): Update.
9911 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9912 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9913 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9914 * mips-tdep.c (mips_gdbarch_init): Update.
9915 * mcore-tdep.c (mcore_gdbarch_init): Update.
9916 * m68k-tdep.c (m68k_gdbarch_init): Update.
9917 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9918 * ia64-tdep.c (ia64_gdbarch_init): Update.
9919 * i386-tdep.c (i386_gdbarch_init): Update.
9920 * hppa-tdep.c (hppa_gdbarch_init): Update.
9921 * h8300-tdep.c (h8300_gdbarch_init): Update.
9922 * frv-tdep.c (frv_gdbarch_init): Update.
9923 * cris-tdep.c (cris_gdbarch_init): Update.
9924 * avr-tdep.c (avr_gdbarch_init): Update.
9925 * arm-tdep.c (arm_gdbarch_init): Update.
9926 * alpha-tdep.c (alpha_gdbarch_init): Update.
9927
9928 2003-03-13 Andrew Cagney <cagney@redhat.com>
9929
9930 * frame.c (legacy_frame_p): New function.
9931 (get_prev_frame): Use legacy_frame_p.
9932 * frame.h (legacy_frame_p): Declare.
9933
9934 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9935
9936 * MAINTAINERS (write after approval): Alphabetically
9937 listing corrected.
9938
9939 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9940
9941 * MAINTAINERS (write after approval): Add myself.
9942
9943 2003-03-12 Andrew Cagney <cagney@redhat.com>
9944
9945 * frame.c (get_prev_frame): Rename the frame parameter to
9946 "this_frame".
9947 (get_next_frame, legacy_get_prev_frame): Ditto.
9948
9949 2003-03-12 Andrew Cagney <cagney@redhat.com>
9950
9951 * frame.c (get_current_frame): Check target_has_registers before
9952 checking target_has_stack.
9953 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9954 instead of deprecated_selected_frame.
9955 * findvar.c (value_of_register): Pass "frame", not
9956 deprecated_selected_frame, to value_of_builtin_reg.
9957
9958 2003-03-12 Andrew Cagney <cagney@redhat.com>
9959
9960 * regcache.c (regcache_cooked_write_signed): New function.
9961 (regcache_cooked_write_unsigned): New function.
9962 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9963 (regcache_cooked_read_signed): Fix regnum in range assertion.
9964 * regcache.h (regcache_cooked_write_signed): Declare.
9965 (regcache_cooked_write_unsigned): Declare.
9966
9967 2003-03-12 Andrew Cagney <cagney@redhat.com>
9968
9969 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9970 * gdbarch.h, gdbarch.c: Re-generate.
9971 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9972 * x86-64-tdep.h: Update.
9973 * x86-64-tdep.c (x86_64_init_abi): Update.
9974 * v850-tdep.c (v850_gdbarch_init): Update.
9975 * sparc-tdep.c (sparc_gdbarch_init): Update.
9976 * sh-tdep.c (sh_gdbarch_init): Update.
9977 * s390-tdep.c (s390_gdbarch_init): Update.
9978 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9979 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9980 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9981 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9982 * mips-tdep.c (mips_gdbarch_init): Update.
9983 * mcore-tdep.c (mcore_gdbarch_init): Update.
9984 * m68k-tdep.c (m68k_gdbarch_init): Update.
9985 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9986 * ia64-tdep.c (ia64_gdbarch_init): Update.
9987 * i386-tdep.c (i386_gdbarch_init): Update.
9988 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9989 * hppa-tdep.c (hppa_gdbarch_init): Update.
9990 * h8300-tdep.c (h8300_gdbarch_init): Update.
9991 * frv-tdep.c (frv_gdbarch_init): Update.
9992 * cris-tdep.c (cris_gdbarch_init): Update.
9993 * avr-tdep.c (avr_gdbarch_init): Update.
9994 * arm-tdep.c (arm_gdbarch_init): Update.
9995 * alpha-tdep.c (alpha_gdbarch_init): Update.
9996 * sh-tdep.c (sh_init_extra_frame_info): Update.
9997 (sh64_init_extra_frame_info): Update.
9998 * ns32knbsd-nat.c (frame_num_args): Update.
9999 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10000 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10001 (xstormy16_frame_chain_valid): Update.
10002 * vax-tdep.c (vax_saved_pc_after_call): Update.
10003 * v850-tdep.c (v850_frame_chain): Update.
10004 (v850_pop_frame): Update.
10005 (v850_init_extra_frame_info): Update.
10006 * sparc-tdep.c (setup_arbitrary_frame): Update.
10007 * ns32k-tdep.c (umax_frame_num_args): Update.
10008 * s390-tdep.c (s390_pop_frame_regular): Update.
10009 * mn10300-tdep.c (mn10300_frame_chain): Update.
10010 (mn10300_pop_frame_regular): Update.
10011 (mn10300_init_extra_frame_info): Update.
10012 * mips-tdep.c (mips_init_frame_pc_first): Update.
10013 (mips_frame_chain): Update.
10014 (mips_pop_frame): Update.
10015 * mcore-tdep.c (mcore_frame_chain): Update.
10016 (mcore_pop_frame): Update.
10017 (mcore_init_extra_frame_info): Update.
10018 * arch-utils.c (init_frame_pc_default): Update.
10019 * m68k-tdep.c (isi_frame_num_args): Update.
10020 (delta68_frame_num_args): Update.
10021 (news_frame_num_args): Update.
10022 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10023 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10024 (alpha_frame_chain): Update.
10025 (alpha_pop_frame): Update.
10026 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10027 (hppa_init_extra_frame_info): Update.
10028 (hppa_frame_chain): Update.
10029 (hppa_frame_chain_valid): Update.
10030 * cris-tdep.c (cris_init_extra_frame_info): Update.
10031 * avr-tdep.c (avr_init_extra_frame_info): Update.
10032 * arm-tdep.c (arm_frame_chain_valid): Update.
10033 (arm_init_extra_frame_info): Update.
10034 (arm_pop_frame): Update.
10035 * frame.c (frame_pc_unwind): Update.
10036 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10037 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10038 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10039 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10040 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10041 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10042
10043 2003-03-12 Andrew Cagney <cagney@redhat.com>
10044
10045 Eliminate the need for POP_FRAME.
10046 * frame.c (do_frame_unwind_register): New function.
10047 (frame_pop): When no POP_FRAME, pop the frame using register
10048 unwind and a scratch regcache.
10049 (frame_saved_regs_pop): Delete function.
10050 (trad_frame_unwinder): Update.
10051 * d10v-tdep.c (d10v_frame_pop): Delete function.
10052 (d10v_frame_unwind): Update.
10053 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10054 (sentinel_frame_unwinder): Update.
10055 * dummy-frame.c (dummy_frame_pop): Delete function.
10056 (dummy_frame_unwind): Update.
10057 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10058 (struct frame_unwind): Update.
10059
10060 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10061
10062 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10063 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10064 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10065 Do range checks on register number obtained from debugging info.
10066 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10067 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10068 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10069 mapping function.
10070 (do_fp_register_row): Fix typo which caused double type to be
10071 used when attempting to unpack a float.
10072
10073 2003-03-11 J. Brobecker <brobecker@gnat.com>
10074
10075 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10076
10077 2003-03-11 Andrew Cagney <cagney@redhat.com>
10078
10079 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10080 frame. Problem found by Corinna Vinschen.
10081
10082 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10083
10084 * doublest.c (floatformat_from_length): Accept also
10085 the real size of 'long double' type.
10086
10087 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10088
10089 From Klee Dienes <kdienes@apple.com>:
10090 * breakpoint.c (bpstat_copy): Copy the command lines as well
10091 as the old value, to match what is freed in bpstat_clear.
10092
10093 2003-03-10 David Carlton <carlton@math.stanford.edu>
10094
10095 * minsyms.c (add_minsym_to_hash_table): Replace
10096 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10097 (compare_minimal_symbols, compact_minimal_symbols)
10098 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10099 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10100 of DEPRECATED_SYMBOL_MATCHES_NAME.
10101 (lookup_minimal_symbol_solib_trampoline): Ditto.
10102
10103 2003-03-10 Andrew Cagney <cagney@redhat.com>
10104
10105 * regcache.h (regcache_cooked_read_ftype): Define.
10106 (regcache_save, regcache_restore): Add a cooked_read parameter.
10107 * regcache.c (regcache_save, regcache_restore): Update.
10108 (do_cooked_read): New function.
10109 (regcache_cpy): Pass do_cooked_read to regcache_save and
10110 regcache_restore.
10111
10112 2003-03-10 Andrew Cagney <cagney@redhat.com>
10113
10114 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10115 * gdbarch.h, gdbarch.c: Re-generate.
10116 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10117 * x86-64-tdep.h: Update.
10118 * x86-64-tdep.c (x86_64_init_abi): Update.
10119 * v850-tdep.c (v850_gdbarch_init): Update.
10120 * sparc-tdep.c (sparc_gdbarch_init): Update.
10121 * sh-tdep.c (sh_gdbarch_init): Update.
10122 * s390-tdep.c (s390_gdbarch_init): Update.
10123 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10124 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10125 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10126 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10127 * mips-tdep.c (mips_gdbarch_init): Update.
10128 * mcore-tdep.c (mcore_gdbarch_init): Update.
10129 * m68k-tdep.c (m68k_gdbarch_init): Update.
10130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10131 * ia64-tdep.c (ia64_gdbarch_init): Update.
10132 * i386-tdep.c (i386_gdbarch_init): Update.
10133 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10134 * hppa-tdep.c (hppa_gdbarch_init): Update.
10135 * h8300-tdep.c (h8300_gdbarch_init): Update.
10136 * frv-tdep.c (frv_gdbarch_init): Update.
10137 * cris-tdep.c (cris_gdbarch_init): Update.
10138 * avr-tdep.c (avr_gdbarch_init): Update.
10139 * arm-tdep.c (arm_gdbarch_init): Update.
10140 * alpha-tdep.c (alpha_gdbarch_init): Update.
10141 * sh-tdep.c (sh_init_extra_frame_info): Update.
10142 (sh64_init_extra_frame_info): Update.
10143 * ns32knbsd-nat.c (frame_num_args): Update.
10144 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10145 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10146 (xstormy16_frame_chain_valid): Update.
10147 * vax-tdep.c (vax_saved_pc_after_call): Update.
10148 * v850-tdep.c (v850_frame_chain): Update.
10149 (v850_pop_frame): Update.
10150 (v850_init_extra_frame_info): Update.
10151 * sparc-tdep.c (setup_arbitrary_frame): Update.
10152 * ns32k-tdep.c (umax_frame_num_args): Update.
10153 * s390-tdep.c (s390_pop_frame_regular): Update.
10154 * mn10300-tdep.c (mn10300_frame_chain): Update.
10155 (mn10300_pop_frame_regular): Update.
10156 (mn10300_init_extra_frame_info): Update.
10157 * mips-tdep.c (mips_init_frame_pc_first): Update.
10158 (mips_frame_chain): Update.
10159 (mips_pop_frame): Update.
10160 * mcore-tdep.c (mcore_frame_chain): Update.
10161 (mcore_pop_frame): Update.
10162 (mcore_init_extra_frame_info): Update.
10163 * arch-utils.c (init_frame_pc_default): Update.
10164 * m68k-tdep.c (isi_frame_num_args): Update.
10165 (delta68_frame_num_args): Update.
10166 (news_frame_num_args): Update.
10167 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10168 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10169 (alpha_frame_chain): Update.
10170 (alpha_pop_frame): Update.
10171 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10172 (hppa_init_extra_frame_info): Update.
10173 (hppa_frame_chain): Update.
10174 (hppa_frame_chain_valid): Update.
10175 * cris-tdep.c (cris_init_extra_frame_info): Update.
10176 * avr-tdep.c (avr_init_extra_frame_info): Update.
10177 * arm-tdep.c (arm_frame_chain_valid): Update.
10178 (arm_init_extra_frame_info): Update.
10179 (arm_pop_frame): Update.
10180 * frame.c (frame_pc_unwind): Update.
10181 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10182 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10183 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10184 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10185 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10186 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10187
10188 2003-03-10 Andrew Cagney <cagney@redhat.com>
10189
10190 * gdbarch.sh (gdbarch_unwind_pc): New method.
10191 * gdbarch.h, gdbarch.c: Regenerate.
10192 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10193 but use read_pc and FRAME_SAVED_PC as fall backs.
10194 (frame_saved_regs_pc_unwind): Delete function.
10195 (trad_frame_unwinder): Update.
10196 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10197 (struct frame_unwind): Update.
10198 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10199 (dummy_frame_unwind): Update.
10200 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10201 (sentinel_frame_unwinder): Update.
10202 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10203 (d10v_frame_unwind): Update.
10204 (d10v_unwind_pc): New function.
10205 (d10v_gdbarch_init): Set unwind_pc.
10206
10207 2003-03-10 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdbarch.h: Re-generate.
10210
10211 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10212 PC.
10213 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10214 the PC register.
10215
10216 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10217
10218 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10219
10220 2003-03-08 Andrew Cagney <cagney@redhat.com>
10221
10222 * cli-out.c: Update copyright.
10223 (cli_out_data): Define typedef. Use instead of ui_out_data.
10224
10225 2003-03-08 Andrew Cagney <cagney@redhat.com>
10226
10227 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10228 the result.
10229
10230 2003-03-07 Andrew Cagney <cagney@redhat.com>
10231
10232 * gdbarch.sh: Don't generate two macro definitions when an
10233 undefined macro taking no arguments.
10234 * gdbarch.h: Regenerate.
10235
10236 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10237
10238 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10239 (x86_64_unwind_dummy_id): New functions.
10240 (x86_64_init_abi): Register these two new functions.
10241
10242 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10243
10244 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10245 (x86_64_skip_prologue): Move prologue detection to
10246 separate function.
10247 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10248
10249 2003-03-05 Andrew Cagney <cagney@redhat.com>
10250
10251 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10252 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10253 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10254 to use unwind_dummy_id when a dummy frame.
10255 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10256 predicate.
10257 * gdbarch.h, gdbarch.c: Regneerate.
10258
10259 2003-03-05 Andrew Cagney <cagney@redhat.com>
10260
10261 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10262 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10263 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10264 values.
10265
10266 2003-03-05 Andrew Cagney <cagney@redhat.com>
10267
10268 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10269 (struct d10v_unwind_cache): Delete field "frameless". Replace
10270 "next_addr" with "sp_offset". Add "r11_offset".
10271 (d10v_frame_unwind_cache): Update.
10272 (prologue_find_regs): Update. When "mv r11, sp", save the
10273 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10274 RN was saved in r11_offset.
10275
10276 2003-03-05 Andrew Cagney <cagney@redhat.com>
10277
10278 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10279 cached PC value in the next frame.
10280
10281 2003-03-05 Andrew Cagney <cagney@redhat.com>
10282
10283 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10284 "id_unwind_cache" with "id".
10285 (frame_id_unwind): Delete declaration.
10286 * frame.c (frame_id_unwind): Delete function.
10287 (get_prev_frame): Call the frame id unwind method directly. Store
10288 the returned next frame's ID value in NEXT_FRAME. Note that there
10289 is a problem with the wrong unwind ID being called with the wrong
10290 unwind cache.
10291
10292 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10293
10294 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10295
10296 2003-03-05 James Ingham <jingham@apple.com>
10297 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10300 (auto_cp_abi): New variable.
10301 (current_cp_abi, num_cp_abis): Make static.
10302 (CP_ABI_MAX): Define.
10303 (cp_abis): Turn into an array.
10304 (value_virtual_fn_field): Fix formatting.
10305 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10306 takes a pointer.
10307 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10308 (list_cp_abis, _initialize_cp_abi): New functions.
10309 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10310 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10311 switch_to_cp_abi. Update prototype for register_cp_abi.
10312 * Makefile.in (cp-abi.o): Update dependencies.
10313 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10314 instead of switch_to_cp_abi.
10315 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10316 register_cp_abi.
10317 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10318 register_cp_abi.
10319 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10320
10321 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10322
10323 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10324 * dwarf2loc.c: Include "regcache.h".
10325 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10326 register_size.
10327 * Makefile.in (dwarf2loc.o): Update dependencies.
10328
10329 2003-03-04 Theodore A. Roth <troth@openavr.org>
10330
10331 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10332 number of io registers reported by remote target is not a multiple of
10333 step.
10334
10335 2003-03-04 David Carlton <carlton@math.stanford.edu>
10336
10337 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10338 (lookup_symbol_aux_psymtabs): Update call to
10339 lookup_partial_symbol.
10340 (lookup_transparent_type, find_main_psymtab)
10341 (make_symbol_overload_list): Ditto.
10342
10343 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10344
10345 * MAINTAINERS (Write after approval): Update my email address.
10346
10347 2003-03-03 Andrew Cagney <cagney@redhat.com>
10348
10349 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10350 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10351 predicate. Replace MAX_REGISTER_RAW_SIZE.
10352 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10353 MAX_REGISTER_VIRTUAL_SIZE.
10354 * regcache.c (legacy_max_register_raw_size): New function.
10355 (legacy_max_register_virtual_size): New function.
10356 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10357 (MAX_REGISTER_RAW_SIZE): Define.
10358 (legacy_max_register_raw_size): Declare.
10359 (legacy_max_register_virtual_size): Declare.
10360 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10361 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10362 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10363 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10364 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10365 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10366 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10367 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10368 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10370 * vax-tdep.c (vax_gdbarch_init): Update.
10371 * v850-tdep.c (v850_gdbarch_init): Update.
10372 * sparc-tdep.c (sparc_gdbarch_init): Update.
10373 * sh-tdep.c (sh_gdbarch_init): Update.
10374 * s390-tdep.c (s390_gdbarch_init): Update.
10375 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10376 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10377 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10378 * mips-tdep.c (mips_gdbarch_init): Update.
10379 * mcore-tdep.c (mcore_gdbarch_init): Update.
10380 * m68k-tdep.c (m68k_gdbarch_init): Update.
10381 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10382 * ia64-tdep.c (ia64_gdbarch_init): Update.
10383 * i386-tdep.c (i386_gdbarch_init): Update.
10384 * hppa-tdep.c (hppa_gdbarch_init): Update.
10385 * h8300-tdep.c (h8300_gdbarch_init): Update.
10386 * frv-tdep.c (frv_gdbarch_init): Update.
10387 * cris-tdep.c (cris_gdbarch_init): Update.
10388 * avr-tdep.c (avr_gdbarch_init): Update.
10389 * arm-tdep.c (arm_gdbarch_init): Update.
10390 * alpha-tdep.c (alpha_gdbarch_init): Update.
10391 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10392 max_register_raw_size or max_register_virtual_size.
10393
10394 2003-03-03 David Carlton <carlton@math.stanford.edu>
10395
10396 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10397 SYMBOL_MATCHES_NAME, add comment.
10398 (SYMBOL_MATCHES_NATURAL_NAME): New.
10399 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10400 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10401 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10402 * symtab.c (lookup_partial_symbol): Use
10403 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10404 unhelpful comment.
10405 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10406 SYMBOL_MATCHES_NAME.
10407 Fix for PR c++/33.
10408
10409 2003-03-03 David Carlton <carlton@math.stanford.edu>
10410
10411 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10412 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10413 by regexp matching against SYMBOL_NATURAL_NAME.
10414
10415 2003-03-03 David Carlton <carlton@math.stanford.edu>
10416
10417 * linespec.c (find_method): Extract code into collect_methods.
10418 (collect_methods): New.
10419
10420 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10421
10422 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10423 get_frame_base.
10424
10425 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10426 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10427
10428 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10429
10430 * arch-utils.c (generic_register_byte): Fix to use the loop index
10431 and not regnum when summing the size of all registers up to regnum.
10432
10433 2003-03-01 Andrew Cagney <cagney@redhat.com>
10434
10435 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10436 FRAME_INIT_SAVED_REGS.
10437 * gdbarch.h, gdbarch.c: Regenerate.
10438 * stack.c (frame_info): Update.
10439 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10440 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10441 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10442 * ns32k-tdep.c (ns32k_pop_frame): Update.
10443 * mips-tdep.c (mips_pop_frame): Update.
10444 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10445 * ia64-tdep.c (ia64_frame_chain): Update.
10446 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10447 (ia64_frameless_function_invocation): Update.
10448 (ia64_init_extra_frame_info): Update.
10449 (ia64_pop_frame_regular): Update.
10450 * frame.h (struct frame_info): Update comment.
10451 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10452 * frame.c (frame_saved_regs_register_unwind): Update.
10453 (frame_saved_regs_register_unwind): Update.
10454 (deprecated_generic_get_saved_register): Update.
10455 * cris-tdep.c: Update comment.
10456 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10457 Rename macro.
10458 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10459 * x86-64-tdep.c (x86_64_init_abi): Update.
10460 * vax-tdep.c (vax_gdbarch_init): Update.
10461 * v850-tdep.c (v850_gdbarch_init): Update.
10462 * sparc-tdep.c (sparc_gdbarch_init): Update.
10463 * sh-tdep.c (sh_gdbarch_init): Update.
10464 * s390-tdep.c (s390_gdbarch_init): Update.
10465 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10466 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10467 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10468 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10469 * mips-tdep.c (mips_gdbarch_init): Update.
10470 * mcore-tdep.c (mcore_gdbarch_init): Update.
10471 * m68k-tdep.c (m68k_gdbarch_init): Update.
10472 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10473 * ia64-tdep.c (ia64_gdbarch_init): Update.
10474 * i386-tdep.c (i386_gdbarch_init): Update.
10475 * frv-tdep.c (frv_gdbarch_init): Update.
10476 * avr-tdep.c (avr_gdbarch_init): Update.
10477 * arm-tdep.c (arm_gdbarch_init): Update.
10478 * alpha-tdep.c (alpha_gdbarch_init): Update.
10479
10480 2003-03-01 Andrew Cagney <cagney@redhat.com>
10481
10482 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10483 option enum and switch. When no windows, set the interpreter to
10484 INTERP_CONSOLE.
10485
10486 2003-03-01 Andrew Cagney <cagney@redhat.com>
10487
10488 * main.c (captured_main): Replace magic option characters with an
10489 enum.
10490
10491 2003-03-01 Andrew Cagney <cagney@redhat.com>
10492
10493 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10494 INIT_EXTRA_FRAME_INFO.
10495 * gdbarch.h, gdbarch.c: Regenerate.
10496 * arm-tdep.c: Update comments.
10497 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10498 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10499 * frame.h, avr-tdep.c: Ditto.
10500 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10501 (create_new_frame, legacy_get_prev_frame): Ditto.
10502 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10503 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10504 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10505 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10506 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10507 * v850-tdep.c (v850_gdbarch_init): Ditto.
10508 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10509 * sh-tdep.c (sh_gdbarch_init): Ditto.
10510 * s390-tdep.c (s390_gdbarch_init): Ditto.
10511 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10512 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10513 * mips-tdep.c (mips_gdbarch_init): Ditto.
10514 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10515 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10516 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10517 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10518 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10519 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10520 * frv-tdep.c (frv_gdbarch_init): Ditto.
10521 * cris-tdep.c (cris_gdbarch_init): Ditto.
10522 * avr-tdep.c (avr_gdbarch_init): Ditto.
10523 * arm-tdep.c (arm_gdbarch_init): Ditto.
10524 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10525 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10526
10527 2003-03-01 Andrew Cagney <cagney@redhat.com>
10528
10529 * gdbarch.sh (register_type): New function with predicate.
10530 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10531 * gdbarch.h, gdbarch.c: Re-generate.
10532 * arch-utils.c (generic_register_byte): Use generic_register_size.
10533 (generic_register_size): When available, use
10534 gdbarch_register_type.
10535 * regcache.c (init_regcache_descr): When available, initialize the
10536 register type array using gdbarch_register_type. If the
10537 architecture supplies gdbarch_register_type, do not use the legacy
10538 regcache layout.
10539 * d10v-tdep.c (d10v_register_type): Replace
10540 d10v_register_virtual_type.
10541 (d10v_gdbarch_init): Set register_type instead of
10542 register_virtual_type.
10543
10544 2003-03-01 Andrew Cagney <cagney@redhat.com>
10545
10546 * Makefile.in (ax-gdb.o): Update dependencies.
10547 * ax-gdb.c: Include "regcache.h".
10548 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10549 * findvar.c (value_of_register): Ditto.
10550 * infcmd.c (default_print_registers_info): Ditto.
10551
10552 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10553
10554 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10555 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10556
10557 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10558
10559 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10560 of STREQ.
10561
10562 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10563
10564 * Makefile.in (dwarf2loc.o): Update dependencies.
10565 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10566 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10567 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10568 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10569 (locexpr_tracepoint_var_ref): New function.
10570 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10571
10572 2003-02-28 Andrew Cagney <cagney@redhat.com>
10573
10574 * regcache.c (register_size): New function.
10575 * regcache.h (register_size): Declare
10576 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10577 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10578
10579 2003-02-28 David Carlton <carlton@math.stanford.edu>
10580
10581 * linespec.c (decode_compound): Extract code into find_method.
10582 (find_method): New.
10583
10584 2003-02-28 J. Brobecker <brobecker@gnat.com>
10585
10586 * Makefile.in: Add rules to build and link in observer.o.
10587
10588 2003-02-27 J. Brobecker <brobecker@gnat.com>
10589
10590 * observer.c: Minor comments edits.
10591
10592 2003-02-27 J. Brobecker <brobecker@gnat.com>
10593
10594 * observer.h, observer.c: New file.
10595
10596 2003-02-27 Andrew Cagney <cagney@redhat.com>
10597
10598 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10599
10600 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10601
10602 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10603 (M6812_OP_STS_EXT): Likewise.
10604 (m6811_prologue): Use the above to recognize prologue.
10605 (m6812_prologue): Likewise.
10606
10607 2003-02-27 David Carlton <carlton@math.stanford.edu>
10608
10609 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10610 SYMBOL_PRINT_NAME.
10611 (compare_psymbols): Ditto.
10612 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10613
10614 2003-02-27 Michael Snyder <msnyder@redhat.com>
10615
10616 * f-lang.c (build_fortran_types): New function.
10617 (_initialize_f_language): Gdbarch-register built-in fortran types.
10618 * doublest.c (extract_floating): Fix warning text.
10619
10620 2003-02-27 Andrew Cagney <cagney@redhat.com>
10621
10622 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10623 predicate. Replaces PUSH_DUMMY_FRAME.
10624 * gdbarch.h, gdbarch.c: Regnerate.
10625 * valops.c (hand_function_call): Update. Call
10626 generic_push_dummy_frame directly.
10627 * vax-tdep.c (vax_gdbarch_init): Update.
10628 * sparc-tdep.c (sparc_gdbarch_init): Update.
10629 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10630 * m68k-tdep.c (m68k_gdbarch_init): Update.
10631 * hppa-tdep.c (hppa_gdbarch_init): Update.
10632 * alpha-tdep.c (alpha_gdbarch_init): Update.
10633 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10634 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10635 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10636 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10637 push_dummy_frame to generic_push_dummy_frame.
10638 * v850-tdep.c (v850_gdbarch_init): Ditto.
10639 * sh-tdep.c (sh_gdbarch_init): Ditto.
10640 * s390-tdep.c (s390_gdbarch_init): Ditto.
10641 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10642 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10643 * mips-tdep.c (mips_gdbarch_init): Ditto.
10644 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10645 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10646 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10647 * i386-tdep.c (i386_gdbarch_init): Ditto.
10648 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10649 * frv-tdep.c (frv_gdbarch_init): Ditto.
10650 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10651 * cris-tdep.c (cris_gdbarch_init): Ditto.
10652 * avr-tdep.c (avr_gdbarch_init): Ditto.
10653 * arm-tdep.c (arm_gdbarch_init): Ditto.
10654
10655 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10656
10657 * mips-tdep.c (show_mips_abi): New function.
10658 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10659 command ``show mips abi''.
10660
10661 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10662
10663 From Elena Zannoni <ezannoni@redhat.com>
10664 * dbxread.c (process_one_symbol): Only record line 0 if one or
10665 more sline entries have been seen for the function.
10666
10667 2003-02-26 Michael Chastain <mec@shout.net>
10668
10669 * configure: Regenerate with autoconf 000227.
10670
10671 2003-02-26 Michael Chastain <mec@shout.net>
10672
10673 Close PR build/660.
10674 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10675 for old libc5/glibc.
10676 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10677
10678 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10679
10680 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10681 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10682
10683 2003-02-26 Michael Chastain <mec@shout.net>
10684
10685 * configure.in: New variable HAVE_UINTPTR_T.
10686 * configure, config.in: Regenerated.
10687
10688 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10689
10690 Fix PR build/1097.
10691 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10692
10693 2003-02-25 Andrew Cagney <cagney@redhat.com>
10694
10695 * frame.c (get_prev_frame): Add comment on check for
10696 inside_entry_func. Only check for inside_entry_file when not a
10697 dummy and not a sentinel. Check that the new frame is not inner
10698 to the old frame.
10699
10700 2003-02-25 Andrew Cagney <cagney@redhat.com>
10701
10702 * frame.c (frame_debug): New variable.
10703 (_initialize_frame): Add "set/show debug frame" command.
10704 (get_prev_frame): When frame_debug, print reason why unwind
10705 failed.
10706
10707 2003-02-25 Michael Chastain <mec@shout.net>
10708
10709 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10710 to avoid uintptr_t definition problems.
10711
10712 2003-02-25 David Carlton <carlton@math.stanford.edu>
10713
10714 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10715 (SYMBOL_LINKAGE_NAME): Ditto.
10716 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10717 SYMBOL_LINKAGE_NAME.
10718 (struct general_symbol_info): Expand comment.
10719 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10720 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10721 (SYMBOL_MATCHES_REGEXP): Ditto.
10722 * symtab.c (symbol_natural_name): New function.
10723 * objfiles.h: Replace all uses of SYMBOL_NAME by
10724 DEPRECATED_SYMBOL_NAME.
10725 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10726 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10727 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10728 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10729 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10730 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10731 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10732 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10733 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10734 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10735 * ada-exp.y: Ditto.
10736 * ada-exp.y: Update copyright.
10737 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10738 * cp-valprint.c: Ditto.
10739
10740 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10741
10742 * infptrace.c (detach): Do not flag error if ptrace detach fails
10743 and errno is set to ESRCH.
10744
10745 2003-02-24 Andrew Cagney <cagney@redhat.com>
10746
10747 * infptrace.c (udot_info): Change type of udot_off to long. Use
10748 paddr when printing udot_off's value.
10749
10750 2003-02-24 David Carlton <carlton@math.stanford.edu>
10751
10752 * symtab.c (make_symbol_overload_list): Only read in partial
10753 symtabs containing a matching partial symbol.
10754
10755 2003-02-24 David Carlton <carlton@math.stanford.edu>
10756
10757 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10758 do the comparison, not strcmp.
10759 * symfile.c (compare_psymbols): Ditto.
10760 * defs.h: Declare strcmp_iw_ordered.
10761 * utils.c (strcmp_iw_ordered): New function.
10762
10763 2003-02-24 Jim Blandy <jimb@redhat.com>
10764
10765 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10766 support, shared libs): Remove my name from here, to better reflect
10767 reality.
10768
10769 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10770
10771 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10772 (target_ops): Add to_have_continuable_watchpoint.
10773 * target.c (update_current_target): Add INHERIT line for
10774 to_have_continuable_watchpoint.
10775 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10776 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10777 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10778 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10779
10780 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10781
10782 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10783 maintainership.
10784
10785 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10786
10787 * solib.c (solib_open): Call target defined search function after
10788 failing with solib-search-path.
10789 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10790 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10791
10792 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10793
10794 * MAINTAINERS: Add myself to Write After section.
10795
10796 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10797
10798 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10799
10800 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10801
10802 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10803 (m68hc11_add_reggroups): New function.
10804 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10805 (m68hc11_gdbarch_init): Install the reggroups.
10806 (_initialize_m68hc11_tdep): Initialize them.
10807
10808 2003-02-21 James E Wilson <wilson@tuliptree.org>
10809
10810 * MAINTAINERS: Update my email address.
10811
10812 2003-02-21 David Carlton <carlton@math.stanford.edu>
10813
10814 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10815
10816 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10817
10818 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10819 * symtab.h: Add opaque declarations of struct axs_value and
10820 struct agent_expr.
10821 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10822 (struct location_funcs): New type.
10823 (struct symbol): Add "loc" to aux_value.
10824 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10825 * dwarf2read.c: Include "dwarf2expr.h".
10826 (dwarf2_symbol_mark_computed): New function.
10827 (read_func_scope): Use it.
10828 (var_decode_location): New function.
10829 (new_symbol): Use it.
10830 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10831
10832 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10833 (dwarf2expr_h, dwarf2loc_h): New variables.
10834 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10835 (dwarf2expr.o, dwarf2loc.o): New rules.
10836 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10837 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10838 LOC_COMPUTED_ARG.
10839 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10840 * m2-exp.y (yylex): Likewise.
10841 * printcmd.c (address_info, print_frame_args): Likewise.
10842 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10843 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10844 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10845 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10846 * symtab.c (lookup_block_symbol): Likewise.
10847
10848 2003-02-20 Adam Fedor <fedor@gnu.org>
10849
10850 * symtab.h: Remove objc_specific struct
10851 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10852 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10853 Have language_objc use cplus_specific struct.
10854
10855 2003-02-20 Tom Tromey <tromey@redhat.com>
10856
10857 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10858 TYPE_NAME, when printing a String value. PR java/1075.
10859
10860 2003-02-20 Adam Fedor <fedor@gnu.org>
10861
10862 * objc-lang.h (find_methods): Remove declaration.
10863 * objc-lang.c (find_methods): Make static.
10864
10865 2003-02-20 Christopher Faylor <cgf@redhat.com>
10866
10867 * win32-nat.c (get_image_name): Check return value from
10868 ReadProcessMemory.
10869 (child_xfer_memory): Ditto.
10870
10871 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10872
10873 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10874 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10875 '${exec_prefix}' (in addition to the expansion thereof) as
10876 relocatable.
10877 * configure: Rebuilt.
10878
10879 2003-02-20 David Carlton <carlton@math.stanford.edu>
10880
10881 * symtab.c (search_symbols): Revert the search_symbols part of my
10882 2002-12-23 patch. Add comment.
10883
10884 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10885
10886 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10887 * dbxread.c (elfstab_build_psymtabs): Don't call
10888 install_minimal_symbols.
10889 (stabsect_build_psymtabs): Likewise.
10890 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10891 earlier.
10892 * somread.c (som_symfile_read): Call install_minimal_symbols
10893 and do_cleanups earlier.
10894 * nlmread.c (nlm_symfile_read): Likewise.
10895 * mdebugread.c (elfmdebug_build_psymtabs): Call
10896 install_minimal_symbols and make appropriate cleanups.
10897
10898 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10899
10900 * solib.c (reload_shared_libraries): New function.
10901 (_initialize_solib): Add callbacks for ``set solib-search-path''
10902 and ``set solib-absolute-prefix''.
10903
10904 2003-02-20 David Carlton <carlton@math.stanford.edu>
10905
10906 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10907 expand comment.
10908 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10909 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10910 * ada-typeprint.c (ada_typedef_print): Ditto.
10911 * ax-gdb.c (gen_var_ref): Ditto.
10912 * breakpoint.c (print_one_breakpoint): Ditto.
10913 * buildsym.c (finish_block): Ditto.
10914 * c-valprint.c (c_val_print): Ditto.
10915 * expprint.c (print_subexp): Ditto.
10916 * findvar.c (locate_var_value): Ditto.
10917 * infcmd.c (jump_command): Ditto.
10918 * linespec.c (decode_line_2, decode_compound): Ditto.
10919 * maint.c (maintenance_translate_address): Ditto.
10920 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10921 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10922 Ditto.
10923 * p-valprint.c (pascal_val_print): Ditto.
10924 * stabsread.c (define_symbol): Ditto.
10925 * stack.c (print_frame, frame_info, print_block_frame_locals)
10926 (print_frame_arg_vars, return_command): Ditto.
10927 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10928 * symmisc.c (print_symbol): Ditto.
10929 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10930 (compare_search_syms, print_symbol_info, print_msymbol_info)
10931 (rbreak_command): Ditto.
10932 * tracepoint.c (tracepoints_info): Ditto.
10933 * typeprint.c (typedef_print): Ditto.
10934 * valops.c (value_of_variable, hand_function_call): Ditto.
10935 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10936 * ada-typeprint.c: Update Copyright.
10937 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10938 * tracepoint.c, cli/cli-cmds.c: Ditto.
10939
10940 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10941
10942 * frame.c (generic_unwind_get_saved_register): Make non-static.
10943 * frame.h (generic_unwind_get_saved_register): Declare.
10944 * mips-tdep.c (read_next_frame_reg): Fetch register from
10945 current regcache when frame is NULL.
10946 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10947 that must be NULL.
10948 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10949 instead of frame_register_unwind().
10950
10951 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10952
10953 * remote-sim.c (gdbsim_insert_breakpoint)
10954 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10955 code.
10956
10957 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10958
10959 * remote.c (_initialize_remote): Add commands "set/show remote
10960 hardware-watchpoint-limit" and "set/show remote
10961 hardware-breakpoint-limit".
10962 (remote_hw_watchpoint_limit): Initialize to -1.
10963 (remote_hw_breakpoint_limit): Ditto.
10964 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10965
10966 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10967
10968 * coff-pe-read.c: New file - support reading of minimal symbols from a
10969 portable executable using the export table.
10970 * coff-pe-read.h: New file.
10971 * coffread.c: Include coff-pe-read.h.
10972 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10973 debugging symbols found.
10974 * Makefile.in (SFILES): Add coff-pe-read.o.
10975 (coff_pe_read_h): Define.
10976 (COMMON_OBS): Add coff-pe-read.o.
10977 (coffread.o): Add coff_pe_read_h dependency.
10978 (coff-pe-read.o): New target.
10979
10980 2003-02-19 David Carlton <carlton@math.stanford.edu>
10981
10982 * Makefile.in (SFILES): Add block.c.
10983 (block_h): New.
10984 (COMMON_OBS): Add block.o.
10985 (block.o): New.
10986 (x86-64-tdep.o): Add $(block_h).
10987 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10988 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10989 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10990 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10991 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10992 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10993 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10994 * value.h: Add opaque declaration for struct block.
10995 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10996 * ada-lang.h: Ditto.
10997 * x86-64-tdep.c: #include "block.h"
10998 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10999 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11000 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11001 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11002 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11003 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11004 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11005 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11006 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11007 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11008 * symtab.c (block_function): Ditto.
11009 (contained_in): Ditto.
11010 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11011 block.h. Add opaque declaration for struct block.
11012 * symtab.h: Move block_function and contained_in declarations to
11013 block.h. Add opaque declarations for struct block, struct
11014 blockvector.
11015 (struct block): Move to block.h.
11016 (struct blockvector): Ditto.
11017 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11018 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11019 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11020 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11021 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11022 Ditto.
11023 * block.c: New file.
11024 * block.h: New file.
11025
11026 2003-02-19 Theodore A. Roth <troth@openavr.org>
11027
11028 * avr-tdep.c (avr_extract_return_value): Remove function.
11029 (avr_store_return_value): Remove function.
11030 (avr_extract_struct_value_address): Remove function.
11031 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11032
11033 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11034
11035 * rs6000-tdep.c: Include "gdb_assert.h".
11036 (registers_e500): Add "acc" and "spefscr".
11037 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11038 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11039 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11040 really is "r0".
11041 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11042
11043 2003-02-18 Keith Seitz <keiths@redhat.com>
11044
11045 * Makefile.in: Add gdbtk-interps.c.
11046
11047 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11048
11049 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11050 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11051
11052 2003-02-18 Andrew Cagney <cagney@redhat.com>
11053
11054 * symtab.h (struct objfile): Add opaque declaration.
11055
11056 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11057
11058 From Jim Ingham <jingham@apple.com>:
11059 * dbxread.c (process_one_symbol): Use last_function_start rather
11060 than function_start_offset to find the real beginning of the
11061 current function. The latter is just the text section offset on
11062 some systems, the former is always the real function start.
11063
11064 2003-02-17 Andrew Cagney <cagney@redhat.com>
11065
11066 * configure.in: Revert ${target} != ${host}.
11067
11068 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11069
11070 * configure.in (Makefile): Use the test ${target} != ${host},
11071 instead of the absence of the "nm.h" file, to determine of the
11072 configuration non-native.
11073 * configure: Regenerate.
11074
11075 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11076
11077 From Brian Ford <ford@vss.fsi.com>
11078
11079 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11080 conditionalize tui_active test.
11081 (lookup_cmd_1): Ditto.
11082
11083 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11084
11085 * configure.in: Add check for _etext.
11086 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11087 available.
11088 * config.in, configure: regenerated.
11089
11090 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11093
11094 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11095
11096 * main.c (tui_version): Delete variable.
11097 (captured_main): When --tui, set interpreter_p to "tui" instead of
11098 enabling tui_version.
11099 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11100 tui_version.
11101 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11102 * cli/cli-cmds.c (disassemble_command): Ditto.
11103 * defs.h (tui_version): Delete declaration.
11104 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11105 (tui-interp.o): Add rules.
11106 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11107
11108 2003-02-14 Christopher Faylor <cgf@redhat.com>
11109
11110 * win32-nat.c (register_loaded_dll): Correctly set address range for
11111 just-loaded dll.
11112
11113 2003-02-12 Jason Molenda (jmolenda@apple.com)
11114
11115 * symmisc.c (print_objfile_statistics): Include information about
11116 the number of psymtabs and symtabs in each object file.
11117
11118 2003-02-13 Keith R Seitz <keiths@redhat.com>
11119
11120 * main.h (struct captured_main_args): Add interpreter_p.
11121 * main.c (captured_main): Initialize interpreter_p from context.
11122 * gdb.c (main): Set interpreter_p argument.
11123 * Makefile.in (gdb.o): Add dependency for interps.h.
11124
11125 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11126
11127 * event-top.c (cli_command_loop): Delete declaration.
11128 (_initialize_event_loop): Delete function setting event_loop_hook.
11129 * event-top.h (cli_command_loop): Declare. Update copyright.
11130 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11131 * interps.c (current_interp_command_loop): When event_loop_p, call
11132 cli_command_loop.
11133
11134 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11135
11136 * interps.h (interp_command_loop_ftype): Change return type to
11137 void.
11138
11139 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11140
11141 * x86-64-tdep.c (x86_64_extract_return_value)
11142 (x86_64_store_return_value): Use regcache instead of regbuf.
11143 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11144 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11145
11146 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11147
11148 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11149 * aclocal.m4: Regenerate.
11150 * configure: Regenerate.
11151
11152 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11153 TCL_LD_SEARCH_FLAGS.
11154
11155 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11156
11157 * dwarf2cfi.c: Reindented.
11158
11159 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11160
11161 * interps.c (clear_interpreter_hooks): Convert function definition
11162 to ISO C.
11163
11164 2003-02-07 David Carlton <carlton@math.stanford.edu>
11165
11166 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11167
11168 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11169
11170 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11171 (struct type): ...to here.
11172 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11173 field.
11174 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11175 (replace_type): Set length on all type variants for a given type.
11176
11177 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11178
11179 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11180 <sys/stat.h>.
11181 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11182
11183 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11184
11185 * Makefile.in (symm-nat.o): Update dependencies.
11186 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11187 (lynx-nat.o, ia64-linux-nat.): Ditto.
11188 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11189 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11190 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11191
11192 * Makefile.in (inflow_h): Define.
11193 (procfs.o, inflow.o, procfs.o): Update dependencies.
11194 * inftarg.c (child_stop): Delete extern declaration of
11195 inferior_process_group. Include "inflow.h".
11196 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11197 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11198 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11199 (our_process_group, inferior_process_group): Extern declarations.
11200
11201 * procfs.c: Include "gdb_assert.h".
11202
11203 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11204 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11205 * jv-typeprint.c (java_type_print_base): Ditto.
11206 * typeprint.c (typedef_print): Eliminate STREQ.
11207 * cli/cli-script.c (define_command, define_command): Ditto.
11208 * main.c (captured_main): Ditto.
11209 * values.c (lookup_internalvar): Ditto.
11210 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11211 within `if' conditional.
11212 * linespec.c (decode_line_2): Ditto.
11213 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11214 (bfd_openw_with_cleanup): Ditto.
11215
11216 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11217
11218 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11219 legacy_extract_return_value and store_return_value to
11220 legacy_return_value.
11221
11222 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11223
11224 * win32-nat.c (get_relocated_section_addrs): New function. Find
11225 section load addresses for symbol handling in relocated DLLs.
11226 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11227
11228 2003-02-05 Fred Fish <fnf@intrinsity.com>
11229
11230 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11231 '=' and '!='.
11232 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11233 with '&' and '=='.
11234 (angel_RDI_info): Ditto.
11235 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11236 with '&' and '!='.
11237 (threads_continue_all_with_signals): Ditto.
11238
11239 2003-02-05 Jim Ingham <jingham@apple.com>
11240 Keith Seitz <keiths@redhat.com>
11241 Elena Zannoni <ezannoni@redhat.com>
11242 Andrew Cagney <ac131313@redhat.com>
11243
11244 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11245 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11246 (SUBDIR_MI_OBS): Add "mi-interp.o".
11247 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11248 (SFILES): Add "interps.c".
11249 (COMMON_OBS): Add "interps.o".
11250 (interps_h, mi_main_h): Define.
11251 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11252 (mi-main.o, main.o, event-top.o): Update dependencies.
11253 * cli/cli-interp.c: New file.
11254 * interps.h, interps.c: New files.
11255 * top.c: (gdb_init): Don't install the default interpreter, handed
11256 by captured_main.
11257 * main.c: Include "interps.h".
11258 (interpreter_p): Note that it should malloc'ed.
11259 (captured_command_loop): Call current_interp_command_loop.
11260 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11261 xfree and xstrdup when updating interpreter_p. Install the
11262 default interpreter. Add hack to stop mi1's copyright notice
11263 being encoded.
11264 * event-top.h (gdb_setup_readline): Declare.
11265 (gdb_disable_readline): Declare.
11266 * event-top.c: Include "interps.h".
11267 (display_gdb_prompt): Call current_interp_display_prompt_p.
11268 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11269 gdb_stdlog, and gdb_stdtarg.
11270 (_initialize_event_loop): Don't call gdb_setup_readline.
11271 * cli-out.c (cli_out_set_stream): New function.
11272 * cli-out.h (cli_out_set_stream): Declare.
11273
11274 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11275
11276 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11277 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11278 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11279 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11280 config/i386/i386v42mp.mt: Removed.
11281
11282 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11283
11284 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11285 GDB_OSABI_SOLARIS.
11286
11287 2003-02-05 Michael Chastain <mec@shout.net>
11288
11289 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11290 2.12.1 and earlier versions.
11291
11292 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11293
11294 Remove orphaned hosts, targets and files.
11295 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11296 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11297 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11298 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11299 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11300 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11301 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11302 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11303 * config/sparc/tm-sp64sim.h: Delete.
11304 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11305 hosts.
11306 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11307 mips*-dec-mach3* targets.
11308
11309 2003-02-04 Michael Chastain <mec@shout.net>
11310
11311 * NEWS: Fix typo: sepcifying -> specifying.
11312
11313 2003-02-04 Michael Chastain <mec@shout.net>
11314
11315 * dwarfread.c: Add documentation on the state of dwarf-1,
11316 looking towards obsoletion.
11317
11318 2003-02-03 Michael Chastain <mec@shout.net>
11319
11320 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11321 gdb/testsuite/gdb.c++/pr-1023.exp.
11322
11323 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11324
11325 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11326 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11327
11328 * utils.c (init_page_info): Delete reference to MPW in comments.
11329 * main.c (captured_main): Delete #ifdef MPW.
11330
11331 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11332
11333 * NEWS: Note that the m32r-*-elf* is obsolete.
11334 * monitor.c (monitor_expect): Obsolete reference to m32r.
11335 * configure.tgt: Mark m32r-*-elf* as obsolete.
11336 * MAINTAINERS: Mark m32k as obsolete.
11337 * m32r-rom.c: Obsolete file.
11338 * config/m32r/m32r.mt: Obsolete file.
11339 * config/m32r/tm-m32r.h: Obsolete file.
11340 * m32r-stub.c: Obsolete file.
11341 * m32r-tdep.c: Obsolete file.
11342
11343 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11344
11345 * NEWS: Mention that the z8k-zilog-none is obsolete.
11346 * MAINTAINERS: Mark z8k as obsolete.
11347 * configure.tgt: Obsolete the z8k-*-coff* target.
11348 * config/z8k/z8k.mt: Obsolete file.
11349 * config/z8k/tm-z8k.h: Obsolete file.
11350 * z8k-tdep.c: Obsolete file.
11351
11352 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11353
11354 * NEWS: Mention that the mn10200-elf is obsolete.
11355 * configure.tgt: Obsolete mn10200-*-* target.
11356 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11357 mention that the mn10200 is obsolete.
11358 * breakpoint.h: Ditto.
11359 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11360 * config/mn10200/mn10200.mt: Obsolete file.
11361 * config/mn10200/tm-mn10200.h: Obsolete file.
11362 * mn10200-tdep.c: Obsolete file.
11363
11364 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11365
11366 * MAINTAINERS: Mark h8500 as obsolete.
11367 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11368 * findvar.c (value_from_register): Ditto.
11369 * h8500-tdep.c: Mark file as obsolete.
11370 * config/h8500/h8500.mt: Ditto.
11371 * config/h8500/tm-h8500.h: Ditto.
11372 * NEWS: Mention that h8500 is obsolete.
11373
11374 2003-02-04 David Carlton <carlton@math.stanford.edu>
11375
11376 * objfiles.c (allocate_objfile): Always set name. Add comment at
11377 start of function.
11378 * jv-lang.c (get_dynamics_objfile): Add comment.
11379
11380 2003-02-04 David Carlton <carlton@math.stanford.edu>
11381
11382 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11383 * printcmd.c (build_address_symbolic): Replace uses of
11384 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11385 SYMBOL_NAME, and asm_demangle.
11386 Update copyright.
11387
11388 2003-02-04 David Carlton <carlton@math.stanford.edu>
11389
11390 * linespec.c (decode_compound): Extract code into
11391 lookup_prefix_sym.
11392 (lookup_prefix_sym): New function.
11393
11394 2003-02-04 David Carlton <carlton@math.stanford.edu>
11395
11396 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11397 FLOAT_COERCION_BADNESS.
11398 * gdbtypes.c (rank_one_type): Replace all uses of
11399 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11400
11401 2003-02-04 Jim Blandy <jimb@redhat.com>
11402
11403 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11404 section, let dwarf_macinfo_section point to it, not
11405 dwarf_loc_section.
11406
11407 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11408
11409 Pointed out by Anton Blanchard <anton@samba.org>.
11410 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11411 (ppc_linux_at_sigtramp_return_path): Use it.
11412
11413 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11414
11415 * defs.h (streq): Add prototype.
11416 * utils.c (streq): New function.
11417
11418 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11419 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11420 * mdebugread.c (new_symbol): Likewise.
11421 * stabsread.c (define_symbol): Likewise.
11422 * coffread.c (process_coff_symbol): Likewise.
11423 * dwarfread.c (new_symbol): Likewise.
11424
11425 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11426 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11427 here.
11428 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11429 SYMBOL_INIT_DEMANGLED_NAME.
11430 * objfiles.c: Include "hashtab.h".
11431 (allocate_objfile): Call htab_set_functions_ex for the
11432 demangled_names_hash.
11433 (free_objfile): Call htab_delete for the demangled_names_hash.
11434 * objfiles.h (struct htab): Add declaration.
11435 (struct objfile): Add demangled_names_hash.
11436 * symfile.c: Include "hashtab.h".
11437 (reread_symbols): Call htab_delete for the demangled_names_hash.
11438 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11439 SYMBOL_NAME in the bcache.
11440 * symtab.c: Include "hashtab.h". Update comments.
11441 (create_demangled_names_hash, symbol_set_names): New functions.
11442 (symbol_find_demangled_name): New function, broken out from
11443 symbol_init_demangled_names.
11444 (symbol_init_demangled_names): Use it.
11445 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11446 (SYMBOL_SET_NAMES): New macro.
11447 (symbol_set_names): Add prototype.
11448
11449 2003-02-03 Jim Blandy <jimb@redhat.com>
11450
11451 Use a single, consistent representation for an empty minimal
11452 symbol table in an objfile.
11453 * objfiles.c (terminate_minimal_symbol_table): New function.
11454 (allocate_objfile): Call it.
11455 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11456 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11457 non-NULL.
11458 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11459 objfile has minimal symbols, compare minimal_symbol_count to zero,
11460 instead of comparing msymbols with NULL.
11461 * objfiles.c (have_minimal_symbols): Same.
11462 * solib-sunos.c (solib_add_common_symbols): Call
11463 terminate_minimal_symbol_table.
11464 * symfile.c (reread_symbols): Same.
11465
11466 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11467
11468 * s390-tdep.c (s390_address_class_type_flags)
11469 (s390_address_class_type_flags_to_name)
11470 (s390_address_class_name_to_type_flags): New functions.
11471 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11472 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11473
11474 2003-02-03 Michael Snyder <msnyder@redhat.com>
11475
11476 * arm-tdep.c: Fix spell-o in comment.
11477
11478 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11479
11480 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11481 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11482 error messages to contain BFD filename.
11483
11484 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11485
11486 Fix PR gdb/742 gdb/743 gdb/877
11487 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11488 (do_mixed_source_and_assembly): Use
11489 make_cleanup_ui_out_tuple_begin_end and
11490 make_cleanup_ui_out_tuple_begin_end.
11491 (do_mixed_source_and_assembly): Ditto.
11492 * thread.c (do_captured_list_thread_ids): Ditto.
11493 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11494 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11495 ui_out_tuple_end): Delete prototypes.
11496 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11497 ui_out_list_end, ui_out_tuple_end): Delete.
11498
11499 From Kevin Buettner <kevinb@redhat.com>:
11500 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11501 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11502 (do_cleanup_table_end): New functions.
11503 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11504 Use cleanups to invoke_ui_out_tuple_end().
11505 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11506 * cli/cli-setshow.c (cmd_show_list): Use
11507 make_cleanup_ui_out_tuple_begin_end.
11508
11509 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11510
11511 * frame.c (frame_unwind_register): New function.
11512 (frame_unwind_unsigned_register): Use.
11513 (frame_unwind_signed_register): Use.
11514 (frame_read_register): New function.
11515 * frame.h (frame_unwind_register): Declare.
11516 (frame_read_register): Declare.
11517
11518 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11519 and frame_unwind_register instead of read_memory, write_register
11520 and deprecated_write_register_bytes.
11521
11522 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11523
11524 * frame.h: Note that namelen can be negative.
11525 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11526 NAME's length.
11527
11528 * NEWS: Mention that the d10v's `regs' command is deprecated.
11529 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11530 (d10v_print_registers_info): New function.
11531 (show_regs): Call d10v_print_registers_info.
11532 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11533
11534 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11535
11536 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11537 lost in the previous patch.
11538
11539 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11540
11541 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11542 * stack.c (print_frame_info_base): Output complete FRAME tuple
11543 for synthesized frames.
11544
11545 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11546
11547 * mips-nat.c (zerobuf): Delete.
11548 (fetch_inferior_registers): Alloc local zerobuf.
11549 (fetch_core_registers): Alloc local zerobuf.
11550 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11551 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11552 * thread-db.c (thread_db_store_registers): Ditto.
11553 * sh-tdep.c (sh_do_register): Ditto.
11554 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11555 * remote-sim.c (gdbsim_store_register): Ditto.
11556 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11557 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11558 * monitor.c (monitor_supply_register): Ditto.
11559 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11560 * mips-nat.c (fetch_inferior_registers): Ditto.
11561 * m68klinux-nat.c (fetch_register): Ditto.
11562 * lynx-nat.c (fetch_inferior_registers): Ditto.
11563 (fetch_inferior_registers): Ditto.
11564 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11565 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11566 (hpux_thread_store_registers): Ditto.
11567 * hppah-nat.c (fetch_register): Ditto.
11568 * hppab-nat.c (fetch_register): Ditto.
11569 * hppa-tdep.c (pa_register_look_aside): Ditto.
11570 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11571 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11572
11573 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11574
11575 * gdbarch.sh: Explictly specify all method levels. When a
11576 variable with an empty level, provide a non-multi-arch default.
11577 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11578 * gdbarch.h: Re-generate.
11579 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11580 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11581
11582 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11583
11584 * defs.h (host_pointer_to_address): Delete declaration.
11585 (address_to_host_pointer): Delete declaration.
11586 * utils.c (host_pointer_to_address): Delete function.
11587 (address_to_host_pointer): Delete function.
11588 * procfs.c (procfs_address_to_host_pointer): New function.
11589 * procfs.c (proc_set_watchpoint): Use.
11590 (procfs_can_use_hw_breakpoint): Update comments.
11591 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11592 (som_solib_add): Use.
11593 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11594 * hppa-tdep.c (unwind_command): Use.
11595
11596 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11597
11598 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11599 strlen d_name.
11600
11601 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11602 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11603 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11604 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11605 (define_symbol): Update.
11606 * symfile.c (generic_load): Remove references to nindy.
11607 * symtab.c: Remove references to nindy.
11608
11609 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11610
11611 * infcmd.c (print_float_info): Delete code conditional on
11612 FLOAT_INFO.
11613 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11614 * config/m68k/nm-apollo68b.h: Ditto.
11615 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11616 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11617 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11618
11619 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11620
11621 * config/i386/tm-i386os9k.h: Removed.
11622
11623 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11624 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11625 they're identical to i[3456]86-*-sysv* now.
11626 * config/i386/i386v32.mh: Removed.
11627 * config/i386/xm-i386v32.h: Removed.
11628 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11629
11630 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11631
11632 * config/i386/i386dgux.mh: Removed.
11633 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11634
11635 * configure.in: Fix typo.
11636 * configure: Regenerated.
11637
11638 2003-01-31 David Carlton <carlton@math.stanford.edu>
11639
11640 * dwarf2read.c (dwarf2_locate_sections): Set
11641 dwarf_ranges_section.
11642
11643 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11644
11645 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11646 * utils.c: Update comments documenting legitimate uses of PTR.
11647
11648 * utils.c: Re-indent.
11649
11650 * config/djgpp/fnchange.lst: Delete nindy files.
11651 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11652 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11653 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11654 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11655 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11656 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11657 * Makefile.in (init.c): Remove nindy references.
11658 (saber_gdb): Delete rule.
11659 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11660 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11661 and a68v-nat.c.
11662 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11663 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11664 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11665 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11666 nindy-share/stop.h.
11667 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11668 * saber.suppress: Delete file.
11669
11670 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11671
11672 * dbxread.c (stabs_data): New static variable.
11673 (fill_symbuf): Support an in-memory buffer for stabs data.
11674 (stabs_seek): New function.
11675 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11676 (read_ofile_symtab): Use stabs_seek.
11677 (elfstab_build_psymtabs): Take an asection* instead of
11678 an offset and size. Relocate the stabs data if necessary.
11679 Save the section* for dbx_psymtab_to_symtab.
11680 * dwarf2read.c: Add section variables for each debug section.
11681 (dwarf2_locate_sections): Fill them in.
11682 (dwarf2_read_section): Take an asection* argument.
11683 Relocate the section contents if necessary.
11684 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11685 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11686 it to dwarf2_read_section.
11687 (dwarf2_build_frame_info): Update callers.
11688 * elfread.c (elf_symfile_read): Update call to
11689 elfstab_build_psymtabs.
11690 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11691 (DBX_STAB_SECTION): New macro.
11692 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11693 * symfile.c (symfile_dummy_outputs): New function.
11694 (symfile_relocate_debug_section): New function.
11695 * symfile.h (symfile_relocate_debug_section): Add prototype.
11696
11697 2003-01-31 Richard Henderson <rth@redhat.com>
11698
11699 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11700 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11701 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11702 * alpha-tdep.c (alpha_register_name): Add "unique".
11703 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11704 (ALPHA_UNIQUE_REGNUM): New.
11705 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11706
11707 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11708
11709 * README: Remove reference to Ericsson 1800 monitor.
11710 * Makefile.in (remote-es.o): Delete rule.
11711 (ALLDEPFILES): Delete remote-es.c.
11712 * remote-es.c: Delete file.
11713 * config/m68k/es1800.mt: Delete file.
11714 * config/djgpp/fnchange.lst: Update.
11715 * configure.tgt: Delete m68*-ericsson-* target.
11716
11717 2003-01-31 Adam Fedor <fedor@gnu.org>
11718
11719 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11720 Remove duplicate/shadowing variable of same name.
11721
11722 2003-01-30 Jim Blandy <jimb@redhat.com>
11723
11724 * symfile.c (find_separate_debug_file): Assert that the objfile's
11725 directory name we compute ends with a slash, and then assume that
11726 that's so everywhere we use it.
11727
11728 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11729
11730 * valops.c (value_assign): Flush frame cache after stores to memory
11731 also.
11732
11733 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11734
11735 * Makefile.in (mon960-rom.o): Delete rule.
11736 * mon960-rom.c: Delete file.
11737
11738 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11739
11740 * d10v-tdep.c: Include "frame-unwind.h".
11741 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11742 list.
11743 (next_addr, uses_frame): Delete.
11744 (struct d10v_unwind_cache): Define.
11745 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11746 Use info instead of next_addr and uses_frame globals.
11747 (d10v_frame_init_saved_regs): Delete function.
11748 (d10v_init_extra_frame_info): Delete function.
11749 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11750 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11751 init_frame_pc or frame_saved_pc.
11752 (d10v_pop_frame): Delete function.
11753 (do_d10v_pop_frame): Delete function.
11754 (d10v_frame_chain): Delete function.
11755 (d10v_frame_chain_valid): Delete function.
11756 (d10v_frame_pc_unwind): New function.
11757 (d10v_frame_id_unwind): New function.
11758 (saved_regs_unwinder): New function.
11759 (d10v_frame_register_unwind): New function.
11760 (d10v_frame_pop): New function.
11761 (d10v_frame_unwind): New variable.
11762 (d10v_frame_p): New function.
11763 (d10v_frame_saved_pc): Delete function.
11764 * Makefile.in (d10v-tdep.o): Update dependencies.
11765
11766 2003-01-30 J. Brobecker <brobecker@gnat.com>
11767
11768 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11769 causing some regressions due to a change in the default value
11770 for this macro.
11771
11772 2003-01-29 Richard Henderson <rth@redhat.com>
11773 Elena Zannoni <ezannoni@redhat.com>
11774 Daniel Jacobowitz <drow@mvista.com>
11775
11776 Fix PR gdb/961.
11777 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11778 variables.
11779 (RANGES_SECTION): New.
11780 (dwarf_ranges_buffer): New variable.
11781 (struct comp_unit_head): Add member "die".
11782 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11783 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11784 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11785 (dwarf2_locate_sections): Likewise.
11786 (dwarf2_build_psymtabs): Read .debug_ranges.
11787 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11788 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11789 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11790 Look for DW_AT_ranges and return the bounding box.
11791
11792 2003-01-29 Brian Ford <ford@vss.fsi.com>
11793
11794 * win32-nat.c (cygwin_pid): Removed as unused.
11795 (child_attach): Try fall back to Cygwin pid.
11796
11797 2003-01-29 Jim Blandy <jimb@redhat.com>
11798
11799 * objfiles.h (struct objfile): Doc fix.
11800
11801 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11802
11803 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11804 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11805 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11806 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11807 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11808 (FRAME_SAVED_PC): Change to a function with predicate.
11809 * gdbarch.h, gdbarch.c: Re-generate.
11810
11811 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11812
11813 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11814
11815 * complaints.c (complain): Delete function.
11816 * complaints.h (struct deprecated_complaint): Delete definition.
11817 (complain): Delete declaration.
11818
11819 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11820
11821 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11822 dummy frames.
11823
11824 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11825
11826 * sentinel-frame.h, sentinel-frame.c: New files.
11827 * Makefile.in (frame.o): Update dependencies.
11828 (SFILES): Add sentinel-frame.c.
11829 (sentinel_frame_h): Define.
11830 (COMMON_OBS): Add sentinel-frame.o.
11831 (sentinel-frame.o): Specify dependencies.
11832 * frame.c: Include "sentinel-frame.h".
11833 (frame_register_unwind): Rewrite assuming that there is always a a
11834 ->next frame.
11835 (frame_register, generic_unwind_get_saved_register): Ditto.
11836 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11837 (create_sentinel_frame, unwind_to_current_frame): New functions.
11838 (get_current_frame): Rewrite using create_sentinel_frame and
11839 unwind_to_current_frame. When possible, always create a frame.
11840 (create_new_frame): Set next to the sentinel frame.
11841 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11842 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11843 ID cache when necessary.
11844 (frame_saved_regs_id_unwind): Use frame_relative_level.
11845 (deprecated_generic_get_saved_register): Use frame_relative_level,
11846 get_frame_saved_regs, get_frame_pc, get_frame_base and
11847 get_next_frame.
11848 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11849 frame_register.
11850
11851 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11852
11853 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11854
11855 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11856
11857 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11858 (maintenance_set_profile_cmd): Use error () instead of warning ().
11859
11860 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11861
11862 * configure.in: Check that -pg works if using --enable-profiling.
11863 Check for monstartup and _mcleanup regardless of --enable-profiling.
11864 * maint.c: Check for monstartup and _mcleanup before using them.
11865 * config.in: Regenerated.
11866 * configure: Regenerated.
11867
11868 2003-01-24 Nick Clifton <nickc@redhat.com>
11869
11870 * Add sh2e support:
11871
11872 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11873
11874 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11875 (sh2e_show_regs): New.
11876 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11877 * config/sh/tm-sh.h: Added sh2e to comments.
11878
11879 2003-01-23 Jim Blandy <jimb@redhat.com>
11880
11881 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11882 symbols found)" message here; we haven't checked for a separate
11883 debug info file yet, so we don't know yet.
11884 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11885 we've looked everywhere. Also, there's no need to print a special
11886 message when we're loading the separate debug info file: the one
11887 symbol_file_add prints is fine.
11888
11889 2003-01-23 Alexander Larsson <alexl@redhat.com>
11890 Jim Blandy <jimb@redhat.com>
11891
11892 Add support for executables whose debug info has been separated
11893 out into a separate file, leaving only a link behind.
11894 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11895 and separate_debug_objfile_backlink.
11896 (put_objfile_before): New declaration.
11897 * symfile.c: #include "filenames.h".
11898 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11899 debug info in a separate file, read that, too. Save the addrs
11900 argument, so we can use it again to read the separated debug info;
11901 syms_from_objfile modifies the table we pass it.
11902 (reread_symbols): After re-reading an objfile, call
11903 reread_separate_symbols to refresh its separate debug info
11904 objfile, if it has one.
11905 (reread_separate_symbols, find_separate_debug_file,
11906 get_debug_link_info, separate_debug_file_exists): New functions.
11907 (debug_file_directory): New global var.
11908 (_initialize_symfile): Initialize debug_file_directory, and
11909 provide the new `set debug-file-directory' command to let the user
11910 change it.
11911 * objfiles.c (free_objfile): If this objfile has its debug info in
11912 a separate objfile, free that one too. If this is itself a
11913 separate debug info objfile, clear our parent's backlink.
11914 (put_objfile_before): New function.
11915 * utils.c (gnu_debuglink_crc32): New function.
11916 * defs.h (gnu_debuglink_crc32): New declaration.
11917 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11918 * configure.in: Handle --with-separate-debug-dir config option.
11919 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11920 * acconfig.h (DEBUGDIR): New macro.
11921 * configure, aclocal.m4, config.in: Regenerated.
11922
11923 2003-01-22 Jim Blandy <jimb@redhat.com>
11924
11925 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11926 like the old symbol_file_add, but taking new arguments: you can
11927 now pass in either a `struct section_addr_info' list to say where
11928 each section is loaded, or a `struct section_offsets' table. Pass
11929 these new arguments through to syms_from_objfile as appropriate.
11930 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11931 with the appropriate quiescent values for the new arguments.
11932
11933 * symfile.c: #include "gdb_assert.h".
11934 (syms_from_objfile): Add the ability to pass in a section offset
11935 table directly, as an alternative to the section_addr_info table.
11936 Document arguments better.
11937 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11938 * symfile.h (syms_from_objfile): Update declaration.
11939 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11940 syms_from_objfile.
11941 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11942
11943 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11944
11945 Original patch by Tom Tromey <tromey@cygnus.com> and
11946 Jason Molenda <jmolenda@apple.com>.
11947 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11948 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11949 * NEWS: Mention profiling.
11950 * configure.in (--enable-gdbtk): Fix typo.
11951 (--enable-profiling): New. Set PROFILE_CFLAGS.
11952 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11953 Fill in function.
11954 (profiling_state): New variable.
11955 (mcleanup_wrapper): New function.
11956 (_initialize_maint): Remove NOTYET, fix call to
11957 add_setshow_boolean_cmd for "maint set profile".
11958 * configure: Regenerated.
11959
11960 2003-01-21 Martin M. Hunt <hunt@redhat.com>
11961
11962 * Makefile.in (install-gdbtk): Install PNG images too.
11963
11964 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11965
11966 * exec.c (text_start): Delete global variable.
11967 (exec_file_attach): Make text_start local to the function.
11968 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11969 * valops.c (hand_function_call): Delete code that handles
11970 BEFORE_TEXT_END and AFTER_TEXT_END.
11971 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11972 of CALL_DUMMY_LOCATION.
11973 * gdbarch.c: Regenerate.
11974 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11975 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11976 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11977 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11978 (text_end): Delete extern declaration.
11979
11980 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11981
11982 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11983 * blockframe.c (backtrace_below_main): Move to "frame.c".
11984 (frame_chain_valid): Delete check for backtrace_below_main.
11985 (_initialize_blockframe): Delete initialization, move ``set
11986 backtrace-below-main'' command to "frame.c".
11987 (do_flush_frames_sfunc): Delete function.
11988 * frame.c: Include "command.h" and "gdbcmd.h".
11989 (frame_type_from_pc): New function.
11990 (create_new_frame): Use frame_type_from_pc.
11991 (legacy_get_prev_frame): New function.
11992 (get_prev_frame): Rewrite. When an old style frame, call
11993 legacy_get_prev_frame. Otherwize, unwind the PC first.
11994 (_initialize_frame): Add ``set backtrace-below-main'' command.
11995 * Makefile.in (frame.o): Update dependencies.
11996
11997 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11998
11999 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12000 DEPRECATED_REGISTERS_INFO.
12001
12002 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12003
12004 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12005 Maintainers'. Update `Various Maintainers'.
12006
12007 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12008
12009 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12010 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12011 Suppress actual parameters when `-'.
12012 * gdbarch.h, gdbarch.c: Regenerate.
12013
12014 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12015
12016 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12017 code handling dummy frames.
12018
12019 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12020
12021 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12022 (struct frame_unwind): Add field pop.
12023 * frame.h (frame_pop): Declare.
12024 * frame.c (frame_saved_regs_pop): New function.
12025 (trad_frame_unwinder): Add frame_saved_regs_pop.
12026 (frame_pop): New function.
12027 * dummy-frame.c (dummy_frame_pop): New function.
12028 (discard_innermost_dummy): New function.
12029 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12030 (dummy_frame_unwind): Add dummy_frame_pop.
12031 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12032 * valops.c (hand_function_call): Ditto.
12033 * stack.c (return_command): Ditto.
12034
12035 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12036
12037 * cris-tdep.c: Fix function declaration indentation.
12038 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12039 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12040 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12041 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12042 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12043 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12044
12045 2003-01-18 Michael Chastain <mec@shout.net>
12046
12047 * README (Unpacking and Installation -- quick overview):
12048 Warn against ".../gdb-5.3/gdb/configure".
12049
12050 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12051
12052 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12053 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12054 (struct frame_unwind): Declare opaque.
12055 (dummy_frame_p): Declare function.
12056 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12057 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12058 * dummy-frame.c: Include "frame-unwind.h".
12059 (dummy_frame_p): New function.
12060 (dummy_frame_unwind): New variable.
12061 * frame.c: Include "frame-unwind.h".
12062 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12063 to use the new unwind field.
12064 (set_unwind_by_pc): Delete function.
12065 (create_new_frame, get_prev_frame): Set unwind field using
12066 frame_unwind_find_by_pc.
12067 (trad_frame_unwind, trad_frame_unwinder): New variables.
12068 * frame.h (trad_frame_unwind): Declare variable.
12069 (frame_id_unwind_ftype): Delete declaration.
12070 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12071 (struct frame_unwind): Declare opaque.
12072 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12073 register_unwind with a single unwind pointer.
12074 * frame-unwind.h, frame-unwind.c: New files.
12075 * Makefile.in (SFILES): Add frame-unwind.c.
12076 (frame_unwind_h): Define.
12077 (COMMON_OBS): Add frame-unwind.o.
12078 (frame-unwind.o): Specify dependencies.
12079 (frame.o, dummy-frame.o): Update dependencies.
12080
12081 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12082
12083 * ada-valprint.c: Eliminate PTR.
12084 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12085 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12086 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12087 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12088 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12089 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12090 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12091
12092 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12093
12094 * main.c (captured_main): Don't use PTR.
12095 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12096 * gdbtypes.c (lookup_primitive_typename): Ditto.
12097 (lookup_struct_elt_type): Ditto.
12098 * f-valprint.c (info_common_command): Ditto.
12099 (list_all_visible_commons): Ditto.
12100 * jv-typeprint.c (java_type_print_base): Ditto.
12101
12102 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12103 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12104 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12105 i386-interix-nat.c and i386-interix-tdep.c. Rename
12106 m68klinux-nat.c and m68klinux-tdep.c. Rename
12107 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12108 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12109 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12110 * main.c (captured_main): Use xfree, not free.
12111
12112 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12113
12114 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12115 ID back using a parameter.
12116 * frame.c (frame_id_unwind): Update call.
12117 (frame_saved_regs_id_unwind): Update.
12118 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12119 * dummy-frame.h (struct frame_id): Add opaque declaration.
12120 (dummy_frame_id_unwind): Update declaration.
12121
12122 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12123
12124 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12125
12126 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12127
12128 * MAINTAINERS (Stephen P. Smith): Updated email address.
12129
12130 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12131
12132 Fix PR gdb/898
12133 * breakpoint.c (until_break_command): Add new argument. Use it to
12134 decide whether to stop only at the current frame or not.
12135 * breakpoint.h (until_break_command): Update prototype.
12136 * infcmd.c (until_command): Add new argument to until_break_command
12137 call.
12138 (advance_command): New function.
12139 (_initialize_infcmd): Update help string for 'until' command.
12140 Add new 'advance' command.
12141
12142 2003-01-14 David Carlton <carlton@math.stanford.edu>
12143
12144 * linespec.c (decode_line_1): Normalize comments.
12145 (set_flags): Ditto.
12146 (locate_first_half): Ditto.
12147 (decode_compound): Ditto.
12148 (symtab_from_filename): Ditto.
12149 (decode_all_digits): Ditto.
12150 (decode_dollar): Ditto.
12151 (find_methods): Ditto.
12152 (find_toplevel_char): Ditto.
12153
12154 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12155
12156 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12157 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12158 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12159 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12160 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12161 * language.c, language.h, m32r-tdep.c: Update copyright.
12162 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12163 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12164 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12165 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12166 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12167 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12168
12169 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12170
12171 * stabsread.h (process_later, resolve_cfront_continuation):
12172 Obsolete.
12173 Update copyright years.
12174 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12175 Update copyright year.
12176 * dbxread.c(struct cont_elem): Obsolete.
12177 (process_later, process_now): Obsolete functions.
12178 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12179 Update copyright year.
12180 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12181 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12182 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12183 (parse_partial_symbols): Obsolete cfront support.
12184 * stabsread.c
12185 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12186 macros.
12187 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12188 read_cfront_baseclasses, read_cfront_member_functions,
12189 resolve_cfront_continuation,read_cfront_static_fields,
12190 copy_cfront_struct_fields): Obsolete functions.
12191 (define_symbol, read_one_struct_field): Obsolete cfront support.
12192 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12193 Update Copyright year.
12194
12195 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12196
12197 * stack.c (print_frame_info, print_stack_frame_base_stub,
12198 print_stack_frame_base, show_and_print_stack_frame_stub,
12199 show_and_print_stack_frame, print_only_stack_frame_stub,
12200 print_only_stack_frame): Delete functions.
12201 (print_stack_frame_stub): Call print_frame_info instead of
12202 print_frame_info_base.
12203 (print_frame_info_base): Rename to print_frame_info.
12204 (backtrace_command_1): Call print_frame_info, instead of
12205 print_frame_info_base.
12206 (current_frame_command): Call print_stack_frame, instead of
12207 print_only_stack_frame.
12208 (frame_command): Call print_stack_frame, instead of
12209 show_and_print_stack_frame.
12210 (up_command): Ditto.
12211 (down_command): Ditto.
12212 * frame.h (print_only_stack_frame): Delete prototype.
12213 * infrun.c (normal_stop): Call print_stack_frame, instead of
12214 show_and_print_stack_frame.
12215 * thread.c (info_threads_command): Call print_stack_frame, instead
12216 of print_only_stack_frame.
12217
12218 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12219
12220 * README (Graphical interface to GDB): Update URL. Point at
12221 gdb/links/.
12222
12223 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12224 version match.
12225
12226 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12227
12228 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12229 lines.
12230
12231 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12232
12233 * thread-db.c (attach_thread): Prototype.
12234 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12235 thread information (ti), and valid flags (th_valid, ti_valid).
12236 (attach_thread): Move target_pid_to_str call to after the thread
12237 is added to GDB's list. Initialize the cache.
12238 (thread_get_info_callback, thread_db_map_id2thr)
12239 (thread_db_get_info): New functions.
12240 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12241 (thread_db_store_registers, thread_db_thread_alive)
12242 (thread_db_get_thread_local_address): Use them.
12243 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12244 of calling error() for threads in unknown state.
12245
12246 (clear_lwpid_callback): New function.
12247 (thread_db_resume): Use it to clear the cache.
12248
12249 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12250
12251 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12252 (resume_callback): Remove dead code.
12253
12254 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12255
12256 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12257 predicate.
12258 * gdbarch.h, gdbarch.c: Regenerate.
12259 * stack.c (frame_info): Only initialize the saved registers when
12260 FRAME_INIT_SAVED_REGS_P.
12261 * frame.c (frame_saved_regs_register_unwind): Assert
12262 FRAME_INIT_SAVED_REGS_P.
12263 (deprecated_generic_get_saved_register): Ditto.
12264
12265 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12266
12267 * source.c (openp): Squelch warning about "filename".
12268
12269 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12270
12271 * source.c (openp): If the file does not exist don't necessarily
12272 search the path.
12273
12274 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12275
12276 Fix PR gdb/872.
12277 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12278 (integer_types_same_name_p): New function.
12279 (rank_one_type): Use it.
12280 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12281
12282 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12283
12284 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12285 variables.
12286 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12287 * configure.in: Add --with-sysroot.
12288 * configure: Regenerated.
12289 * main.c (gdb_sysroot): New variable.
12290 (captured_main): Initialize gdb_sysroot.
12291 * defs.h (gdb_sysroot): New extern declaration.
12292 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12293
12294 2003-01-12 Michael Chastain <mec@shout.net>
12295
12296 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12297
12298 2003-01-12 Michael Chastain <mec@shout.net>
12299
12300 * top.c (print_gdb_version): Bump copyright year to 2003.
12301
12302 2003-01-12 David Carlton <carlton@bactrian.org>
12303
12304 * linespec.c (symtab_from_filename): Rename variable 's' to
12305 'file_symtab'.
12306
12307 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12308
12309 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12310 dummy frame.
12311 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12312
12313 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12314
12315 * d10v-tdep.c: Include "gdb_assert.h".
12316 (d10v_store_return_value): Rewrite to match current interface.
12317 (d10v_extract_struct_value_address): Ditto.
12318 (d10v_extract_return_value): Ditto.
12319 (d10v_gdbarch_init): Set store_restore_value,
12320 extract_struct_value_address and extract_return_value.
12321
12322 2003-01-12 J. Brobecker <brobecker@gnat.com>
12323
12324 * hpread.c (set_namestring): New procedure replacing the
12325 SET_NAMESTRING macro.
12326 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12327 by calls to set_namestring.
12328
12329 2003-01-11 J. Brobecker <brobecker@gnat.com>
12330
12331 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12332 a compilation warning.
12333 (hpread_process_one_debug_symbol): Likewise.
12334
12335 2003-01-10 David Carlton <carlton@math.stanford.edu>
12336
12337 * linespec.c (decode_line_1): Rename variable 's' to
12338 'file_symtab'.
12339 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12340 (decode_dollar): Ditto.
12341 (decode_variable): Ditto.
12342 (symbol_found): Ditto.
12343
12344 2003-01-09 Michael Chastain <mec@shout.net>
12345
12346 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12347
12348 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12349
12350 * win32-nat.c (set_process_privilege): New function.
12351 (child_attach): Call set_process_privilege() to enable the
12352 SE_DEBUG_NAME user privilege if available in process token.
12353
12354 2003-01-10 J. Brobecker <brobecker@gnat.com>
12355
12356 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12357 compilation error in the previous revision.
12358
12359 2003-01-09 David Carlton <carlton@math.stanford.edu>
12360
12361 * linespec.c: Update copyright.
12362
12363 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12364
12365 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12366 than inferior_ptid.
12367 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12368
12369 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12370
12371 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12372 Update comments.
12373 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12374 (frame_saved_regs_zalloc): Update.
12375 (frame_saved_regs_register_unwind): Update.
12376 (create_new_frame): Update.
12377 (get_prev_frame): Update.
12378 (frame_extra_info_zalloc): Update.
12379 (deprecated_get_frame_saved_regs): Update.
12380 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12381 * cris-tdep.c: Update comment.
12382
12383 * somsolib.h: Fix function indentation.
12384 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12385 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12386 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12387 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12388 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12389
12390 * infrun.c (follow_fork): Use ISO C definition.
12391 * expprint.c (print_subexp): Use xfree instead of free.
12392 * charset.c: Include "gdb_string.h" instead of <string.h>.
12393 (register_iconv_charsets): Use ISO C definition.
12394 (host_charset, target_charset): Ditto.
12395 * Makefile.in (charset.o): Update dependencies.
12396 (mi-cmd-env.o): Update dependencies.
12397
12398 2003-01-08 Andrew Cagney <cagney@redhat.com>
12399
12400 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12401 get_frame_base.
12402
12403 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12404
12405 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12406 build directories. Save edited gdb output in Mbuild.log. If a
12407 build fails, remove any final GDB executable.
12408
12409 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12410
12411 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12412 replacing hex constants with function names and stripping leading
12413 file name directory prefixes.
12414
12415 2003-01-08 Andrew Cagney <cagney@redhat.com>
12416
12417 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12418 get_frame_base.
12419
12420 2003-01-08 David Carlton <carlton@math.stanford.edu>
12421
12422 * linespec.c (decode_line_1): Move code into decode_variable.
12423 (decode_variable): New function.
12424
12425 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12426
12427 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12428
12429 2003-01-08 Andrew Cagney <cagney@redhat.com>
12430
12431 * cris-tdep.c (cris_frame_init_saved_regs): Use
12432 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12433 saved_regs buffer.
12434 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12435 (sh64_nofp_frame_init_saved_regs): Ditto.
12436 (sh_fp_frame_init_saved_regs): Ditto.
12437 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12438 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12439 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12440 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12441
12442 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12443
12444 * minsyms.c (lookup_minimal_symbol): Update comment.
12445 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12446 (lookup_minimal_symbol_solib_trampoline): Likewise.
12447
12448 2003-01-08 Andrew Cagney <cagney@redhat.com>
12449
12450 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12451 frame_relative_level.
12452
12453 * alpha-tdep.c: Use get_frame_extra_info.
12454 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12455 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12456 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12457 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12458
12459 * alpha-tdep.c: Use get_next_frame.
12460 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12461 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12462 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12463 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12464 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12465 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12466 * xstormy16-tdep.c: Ditto.
12467
12468 2003-01-07 Andrew Cagney <cagney@redhat.com>
12469
12470 * alpha-tdep.c: Use get_frame_base.
12471 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12472 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12473 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12474 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12475 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12476 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12477 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12478 * config/sparc/tm-sparc.h: Ditto.
12479
12480 2003-01-07 Andrew Cagney <cagney@redhat.com>
12481
12482 * frame.c (deprecated_get_frame_context): New function.
12483 (deprecated_set_frame_context): New function.
12484 * frame.h (deprecated_get_frame_context): Declare.
12485 (deprecated_set_frame_context): Declare.
12486 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12487 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12488
12489 2003-01-07 Andrew Cagney <cagney@redhat.com>
12490
12491 * frame.c (deprecated_set_frame_next_hack): New function.
12492 (deprecated_set_frame_prev_hack): New function.
12493 * frame.h (deprecated_set_frame_next_hack): Declare.
12494 (deprecated_set_frame_prev_hack): Declare.
12495 * mcore-tdep.c (analyze_dummy_frame): Use
12496 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12497 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12498
12499 2003-01-07 David Carlton <carlton@math.stanford.edu>
12500
12501 * linespec.c (decode_line_1): Move code into decode_dollar.
12502 (decode_dollar): New function.
12503
12504 2003-01-07 Andrew Cagney <cagney@redhat.com>
12505
12506 * arm-tdep.c (arm_init_extra_frame_info): Use
12507 deprecated_update_frame_base_hack.
12508 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12509 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12510 (fix_frame_pointer): Ditto.
12511 (mn10300_analyze_prologue): Ditto.
12512
12513 2003-01-07 Andrew Cagney <cagney@redhat.com>
12514
12515 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12516 extra_info using frame_extra_info_zalloc.
12517 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12518 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12519 (sh64_init_extra_frame_info): Ditto.
12520 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12521 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12522 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12523 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12524 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12525 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12526 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12527 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12528 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12529 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12530 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12531 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12532
12533 * mn10300-tdep.c (analyze_dummy_frame): Use
12534 deprecated_set_frame_extra_info_hack.
12535 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12536
12537 2003-01-07 J. Brobecker <brobecker@gnat.com>
12538
12539 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12540 class is not scText. These do not define "real" procedures.
12541 (parse_partial_symbols): Likewise.
12542
12543 2003-01-06 Michael Snyder <msnyder@redhat.com>
12544
12545 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12546
12547 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12548
12549 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12550 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12551 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12552 deprecated_frame_xmalloc_with_cleanup.
12553 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12554 deprecated_frame_xmalloc.
12555 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12556 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12557
12558 2003-01-06 Andrew Cagney <cagney@redhat.com>
12559
12560 * x86-64-linux-tdep.c: Include "osabi.h".
12561 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12562
12563 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12564
12565 2003-01-06 Andrew Cagney <cagney@redhat.com>
12566
12567 * MAINTAINERS (Target Instruction Set Architectures): Update
12568 arm-elf. Can be built with -Werror, has been multiarched.
12569
12570 * value.h (unpack_long): Make buffer parameter constant.
12571 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12572 * scm-lang.h (scm_parse): Ditto.
12573 * defs.h (extract_typed_address, extract_address): Ditto.
12574 (extract_long_unsigned_integer): Ditto.
12575 * inferior.h (unsigned_pointer_to_address): Ditto.
12576 (signed_pointer_to_address): Ditto.
12577 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12578 * gdbarch.h, gdbarch.c: Regenerate.
12579 * findvar.c (extract_long_unsigned_integer): Update.
12580 (extract_address): Update.
12581 (extract_typed_address): Update.
12582 (unsigned_pointer_to_address): Update.
12583 * values.c (unpack_long): Update.
12584 (unpack_double): Update.
12585 (unpack_pointer): Update.
12586 (unpack_field_as_long): Update.
12587 * d10v-tdep.c (d10v_pointer_to_address): Update.
12588 * avr-tdep.c (avr_pointer_to_address): Update.
12589 * scm-lang.c (scm_unpack): Update.
12590 * findvar.c (signed_pointer_to_address): Update.
12591
12592 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12593
12594 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12595 since it is in i386-tdep.c.
12596
12597 2003-01-06 J. Brobecker <brobecker@gnat.com>
12598
12599 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12600 failure introduced in the previous change.
12601
12602 2003-01-05 Michael Chastain <mec@shout.net>
12603
12604 * README: Remove references to deleted remote-*.c files:
12605 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12606 remote-nrom.c, remote-os9k.c, remote-udi.c.
12607
12608 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12609
12610 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12611 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12612 i386_get_longjmp_target.
12613
12614 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12615
12616 * arm-tdep.c (prologue_cache): Change to a pointer.
12617 (_initialize_arm_tdep): Allocate prologue_cache.
12618 (check_prologue_cache): Update.
12619 (save_prologue_cache): Update.
12620 (arm_gdbarch_init): Update.
12621
12622 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12623
12624 * stabsread.c (update_method_name_from_physname): Call complaint()
12625 instead of error.
12626
12627 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12628
12629 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12630 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12631 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12632
12633 * blockframe.c: Include "gdbcmd.h" and "command.h".
12634 (backtrace_below_main): New variable.
12635 (file_frame_chain_valid, func_frame_chain_valid)
12636 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12637 (generic_func_frame_chain_valid): Remove functions.
12638 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12639 (_initialize_blockframe): New function.
12640 * Makefile.in (blockframe.o): Update dependencies.
12641 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12642 comment. Call frame_chain_valid ().
12643 * frame.h: Remove old prototypes. Add prototype for
12644 frame_chain_valid and update comments to match.
12645 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12646 Remove old comment.
12647 * gdbarch.h: Regenerated.
12648 * gdbarch.c: Regenerated.
12649
12650 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12651 set_gdbarch_frame_chain_valid.
12652 * avr-tdep.c (avr_gdbarch_init): Likewise.
12653 * cris-tdep.c (cris_gdbarch_init): Likewise.
12654 * frv-tdep.c (frv_gdbarch_init): Likewise.
12655 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12656 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12657 (i386_nw_init_abi): Likewise.
12658 (i386_gdbarch_init): Likewise.
12659 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12660 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12661 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12662 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12663 * mips-tdep.c (mips_gdbarch_init): Likewise.
12664 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12665 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12666 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12667 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12668 * s390-tdep.c (s390_gdbarch_init): Likewise.
12669 * sh-tdep.c (sh_gdbarch_init): Likewise.
12670 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12671 * v850-tdep.c (v850_gdbarch_init): Likewise.
12672 * vax-tdep.c (vax_gdbarch_init): Likewise.
12673 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12674
12675 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12676 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12677 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12678 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12679 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12680 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12681 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12682 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12683
12684 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12685
12686 * Makefile.in (acconfig_h): Remove incorrect macro.
12687 (config_h): Define.
12688 (osabi.o): Update dependencies.
12689 * configure.tgt: Set gdb_osabi based on target triplet.
12690 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12691 * configure: Regenerated.
12692 * config.in: Regenerated.
12693 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12694 (GDB_OSABI_DEFAULT): Define if not already defined.
12695 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12696 (set_osabi_string): New variables.
12697 (gdbarch_register_osabi): Add new OS ABI to
12698 gdb_osabi_available_names.
12699 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12700 (set_osabi, show_osabi): New functions.
12701 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12702
12703 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12704
12705 * arch-utils.c (gdbarch_info_init): Set osabi to
12706 GDB_OSABI_UNINITIALIZED.
12707 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12708 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12709 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12710 * gdbarch.c: Regenerated.
12711 * gdbarch.h: Regenerated.
12712 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12713 there's no BFD.
12714 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12715 * osabi.h (enum gdb_osabi): Move to defs.h.
12716 (gdbarch_init_osabi): Update prototype.
12717 * defs.h (enum gdb_osabi): Moved here.
12718 * Makefile.in: Update dependencies.
12719
12720 * alpha-tdep.h: Don't include "osabi.h".
12721 (struct gdbarch_tdep): Remove osabi member.
12722 * alpha-tdep.c: Include "osabi.h".
12723 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12724 iterate over arches. Update call to gdbarch_init_osabi.
12725 (alpha_dump_tdep): Don't dump osabi.
12726 * alpha-linux-tdep.c: Include "osabi.h".
12727 * alpha-osf1-tdep.c: Include "osabi.h".
12728 * alphafbsd-tdep.c: Include "osabi.h".
12729 * alphanbsd-tdep.c: Include "osabi.h".
12730
12731 * arm-tdep.h: Don't include "osabi.h".
12732 (struct gdbarch_tdep): Remove osabi member.
12733 * arm-tdep.c: Include "osabi.h".
12734 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12735 iterate over arches. Update call to gdbarch_init_osabi.
12736 (arm_dump_tdep): Don't dump osabi.
12737 * arm-linux-tdep.c: Include "osabi.h".
12738 * armnbsd-tdep.c: Include "osabi.h".
12739
12740 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12741 Update call to gdbarch_init_osabi.
12742
12743 * i386-tdep.h: Don't include "osabi.h".
12744 (struct gdbarch_tdep): Remove osabi member.
12745 * i386-tdep.c: Include "osabi.h".
12746 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12747 iterate over arches. Update call to gdbarch_init_osabi.
12748 (i386_dump_tdep): Don't dump osabi.
12749 * i386-linux-tdep.c: Include "osabi.h".
12750 * i386-sol2-tdep.c: Include "osabi.h".
12751 * i386bsd-tdep.c: Include "osabi.h".
12752 * i386gnu-tdep.c: Include "osabi.h".
12753 * i386ly-tdep.c: Include "osabi.h".
12754 * i386nbsd-tdep.c: Include "osabi.h".
12755 * i386obsd-tdep.c: Include "osabi.h".
12756
12757 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12758 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12759 check osabi when iterating over arches. Update call to
12760 gdbarch_init_osabi.
12761 (mips_dump_tdep): Don't dump osabi.
12762
12763 * ns32k-tdep.h: Don't include "osabi.h".
12764 (struct gdbarch_tdep): Remove.
12765 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12766 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12767 allocate tdep. Update call to gdbarch_init_osabi.
12768 (ns32k_dump_tdep): Remove.
12769 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12770 * ns32knbsd-tdep.c: Include "osabi.h".
12771
12772 * ppc-tdep.h: Don't include "osabi.h".
12773 (struct gdbarch_tdep): Remove osabi member.
12774 * rs6000-tdep.c: Include "osabi.h".
12775 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12776 osabi when iterating over arches. Update call to
12777 gdbarch_init_osabi.
12778 (rs6000_dump_tdep): Don't dump osabi.
12779 * ppc-linux-tdep.c: Include "osabi.h".
12780 * ppcnbsd-tdep.c: Include "osabi.h".
12781
12782 * sh-tdep.h: Don't include "osabi.h".
12783 (struct gdbarch_tdep): Remove osabi member.
12784 * sh-tdep.c: Include "osabi.h".
12785 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12786 iterate over arches. Update call to gdbarch_init_osabi.
12787 (sh_dump_tdep): Don't dump osabi.
12788 * shnbsd-tdep.c: Include "osabi.h".
12789
12790 * sparc-tdep.c: Include "osabi.h".
12791 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12792 iterate over arches. Update call to gdbarch_init_osabi.
12793 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12794 tdep structure.
12795
12796 * vax-tdep.h: Don't include "osabi.h".
12797 (struct gdbarch_tdep): Remove.
12798 * vax-tdep.c: Include "osabi.h".
12799 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12800 iterate over arches. Don't allocate tdep. Update call
12801 to gdbarch_init_osabi.
12802 (vax_dump_tdep): Remove.
12803 (_initialize_vax_tdep): Update call to gdbarch_register.
12804
12805 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12806
12807 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12808 entirely.
12809 (breakpoint_re_set_one): Don't fetch the value for a disabled
12810 watchpoint.
12811
12812 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12813
12814 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12815 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12816 (COERCE_FLOAT_TO_DOUBLE): Remove.
12817 * gdbarch.c: Regenerate.
12818 * gdbarch.h: Regenerate.
12819 * Makefile.in: Remove value_h from gdbarch_h.
12820 * valops.c (coerce_float_to_double): New variable.
12821 (default_coerce_float_to_double): Remove.
12822 (standard_coerce_float_to_double): Remove.
12823 (value_arg_coerce): Use coerce_float_to_double.
12824 (_initialize_valops): Add "set coerce-float-to-double".
12825 * value.h (default_coerce_float_to_double): Remove prototype.
12826 (standard_coerce_float_to_double): Remove prototype.
12827
12828 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12829 prototyped.
12830 * mdebugread.c (parse_symbol): Likewise.
12831 * stabsread.c (define_symbol): Mark all functions as prototyped.
12832
12833 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12834 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12835 set_gdbarch_coerce_float_to_double.
12836 * arm-tdep.c (arm_gdbarch_init): Likewise.
12837 * frv-tdep.c (frv_gdbarch_init): Likewise.
12838 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12839 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12840 * mips-tdep.c (mips_gdbarch_init): Likewise.
12841 (mips_coerce_float_to_double): Remove.
12842 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12843 (rs6000_coerce_float_to_double): Remove.
12844 * s390-tdep.c (s390_gdbarch_init): Likewise.
12845 * sh-tdep.c (sh_gdbarch_init): Likewise.
12846 (sh_coerce_float_to_double): Remove.
12847 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12848 (sparc_coerce_float_to_double): Remove.
12849 * v850-tdep.c (v850_gdbarch_init): Likewise.
12850 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12851 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12852 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12853 (hppa_coerce_float_to_double): Remove prototype.
12854 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12855
12856 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12857
12858 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12859
12860 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12861
12862 Suggested by Stewart Brown <sb24@avaya.com>:
12863 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12864 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12865 (c_type_print_varspec_suffix): Likewise.
12866
12867 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12868
12869 * configure.in: Don't set and AC_SUBST SUBDIRS.
12870 * configure: Regenerated.
12871
12872 * configure.in: Remove code dealing with shared libraries.
12873 * Makefile.in: Remove HLDFLAGS and HLDENV.
12874 * configure: Regenerated.
12875
12876 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12877
12878 * frame.c (deprecated_frame_xmalloc): New function.
12879 (deprecated_set_frame_saved_regs_hack): New function.
12880 (deprecated_set_frame_extra_info_hack): New function.
12881 * frame.h (deprecated_frame_xmalloc): Declare.
12882 (deprecated_set_frame_saved_regs_hack): Declare.
12883 (deprecated_set_frame_extra_info_hack): Declare.
12884
12885 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12886
12887 * configure.in: Move code that provides the --enable-gdbtk option
12888 right after the code that handles the --enable-tui option, and
12889 polish it somewhat.
12890 * configure: Regenerated.
12891
12892 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12893 AC_CHECK_FUNCS and remove the old check for pread64.
12894 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12895 * acconfig.h (_GNU_SOURCE): Add.
12896 (HAVE_PREAD64): Remove.
12897 * configure, aclocal.m4, config.in: Regenerated.
12898
12899 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12900
12901 * alpha-tdep.c: Use get_frame_saved_regs.
12902 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12903 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12904 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12905 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12906 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12907
12908 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12909
12910 * configure.in: Remove all use of the SUBDIRS variable; add
12911 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12912 code providing the --enable-multi-ice option, and move it right in
12913 front of the code that checks whether gdbserver is supported.
12914 Polish that too.
12915 * configure: Regenerated.
12916 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12917 @SUBDIRS@.
12918
12919 2003-01-03 Andrew Cagney <cagney@redhat.com>
12920
12921 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12922 * avr-tdep.c, cris-tdep.c: Ditto.
12923 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12924 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12925
12926 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12927
12928 * configure.in: Remove --enable-netrom option.
12929 * configure: Regenerated.
12930
12931 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12932
12933 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12934 declaration for `struct re_pattern_buffer' instead.
12935 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12936
12937 2003-01-03 J. Brobecker <brobecker@gnat.com>
12938
12939 * mdebugread.c (parse_symbol): Count until the stEnd matching
12940 the structure name.
12941
12942 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12943
12944 * configure.in: Remove --with-cpu option.
12945 subscripts. Remove evil changequotes here.
12946 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12947 * config.in, configure: Regenerated.
12948
12949 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12950 * configure.in: Cleanup section that sources GDB and BFD configure
12951 subscripts. Remove evil changequotes here.
12952 * config.in, configure: Regenerated.
12953
12954 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12955
12956 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12957 frame accessor methods.
12958 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12959 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12960 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12961 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12962 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12963 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12964 * z8k-tdep.c: Ditto.
12965
12966 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12967
12968 * configure.in: Remove UI_OUT configuration code.
12969 * ada-lang.c: Update assuming UI_OUT is always true.
12970 * Makefile.in (UIOUT_CFLAGS): Remove.
12971 * configure: Regenerated.
12972 * TODO: Remove blurb about elimination of -DUI_OUT.
12973
12974 * configure.in: Move code that provides the --enable-gdbcli,
12975 --enable-gdbmi options right before the code that handles the
12976 --enable-tui option. Polish a bit.
12977 * configure: Regenerated.
12978
12979 * configure.in: Rewrite check for GNU regex and the
12980 --without-included regex option, and move it into the "Checks for
12981 library functions" section. This makes us use the system regex
12982 again by default on systems with version 2 of the GNU C library.
12983 This was apparently broken.
12984 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12985 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12986 * config.in, configure: Regenerated.
12987
12988 * configure.in: Move code that provides the --enable-tui option
12989 before the "Checks for libraries" section. Polish the code
12990 somewhat and set need_curses to yes if we build the TUI. Rewrite
12991 code that looks for a library providing termcap functionality to
12992 match more closely what's done in the Readline library, and move
12993 it into to the "Checks for libraries" section.
12994 * configure: Regenerated.
12995 * Makefile.in (TERMCAP): Remove variable.
12996 * config/i386/go32.mh (TERMCAP): Remove variable.
12997
12998 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12999
13000 * MAINTAINERS: Mention gdb_mbuild.sh.
13001 * gdb_mbuild.sh: Rewrite.
13002
13003 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13004
13005 * configure.in: Fix typo in last change.
13006 * config.in, configure: Regenerated.
13007
13008 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13009
13010 * valarith.c (value_binop): Delete obsolete code and comments.
13011 * configure.host: Ditto.
13012 * buildsym.h (make_blockvector): Ditto.
13013 * buildsym.c (make_blockvector): Ditto.
13014 * defs.h (enum language): Ditto.
13015 (chill_demangle): Ditto.
13016 * elfread.c (elf_symtab_read): Ditto.
13017 * dwarfread.c (CHILL_PRODUCER): Ditto.
13018 (set_cu_language): Ditto.
13019 (handle_producer): Ditto.
13020 * expprint.c (print_subexp): Ditto.
13021 * gdbtypes.c (chill_varying_type): Ditto.
13022 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13023 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13024 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13025 (chill_varying_type): Ditto.
13026 * language.h (_LANG_chill): Ditto.
13027 * language.c (binop_result_type, integral_type): Ditto.
13028 (character_type, string_type, structured_type): Ditto.
13029 (lang_bool_type, binop_type_check): Ditto.
13030 * stabsread.h (os9k_stabs): Ditto.
13031 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13032 (define_symbol, read_type, read_struct_fields): Ditto.
13033 (read_array_type, read_enum_type, read_huge_number): Ditto.
13034 (read_range_type, start_stabs): Ditto.
13035 * symfile.c (init_filename_language_table): Ditto.
13036 (add_psymbol_with_dem_name_to_list): Ditto.
13037 * symtab.c (symbol_init_language_specific): Ditto.
13038 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13039 * symtab.h (struct general_symbol_info): Ditto.
13040 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13041 * typeprint.c (typedef_print): Ditto.
13042 * utils.c (fprintf_symbol_filtered): Ditto.
13043 * valops.c (value_cast, search_struct_field, value_slice): Delete
13044 obsolete code.
13045 (varying_to_slice): Delete function.
13046 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13047 (varying_to_slice): Delete declaration.
13048 * MAINTAINERS: Update.
13049
13050 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13051
13052 * configure.in: Reorganize "Checks for library functions section"
13053 a bit. Remove check for `btowc' and `isascii' functions.
13054 * configure: Regenerated.
13055
13056 * acconfig.h (_MSE_INT_H): Remove.
13057 * configure.in: Create "Checks for header files" section, and move
13058 appropriate tests there. Don't check for objlist.h, wchar.h,
13059 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13060 misdetection fix. Also add "Checks for types", "Checks for
13061 compiler characteristics" and "Checks for library functions"
13062 sections.
13063 * config.in, configure: Regenerated.
13064
13065 * configure.in: Create "Checks for programs" section, and move
13066 appropriate tests there.
13067
13068 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13069
13070 * configure.in: Create "Checks for libraries" section, and move
13071 appropriate tests there. Cleanup check for wctype in libw. Use
13072 AC_SEARCH_LIBS to see whether we need libsocket.
13073 * configure: Regenerated.
13074
13075 For older changes see ChangeLog-2002
13076 \f
13077 Local Variables:
13078 mode: change-log
13079 left-margin: 8
13080 fill-column: 74
13081 version-control: never
13082 End: