* f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-13 Richard Henderson <rth@redhat.com>
2
3 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
4 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
5 match c_val_print a bit closer.
6
7 2003-10-13 Kevin Buettner <kevinb@redhat.com>
8
9 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
10 (frv_gdbarch_adjust_breakpoint_address): New function.
11 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
12 method.
13
14 2003-10-13 Kevin Buettner <kevinb@redhat.com>
15
16 * breakpoint.h (struct breakpoint): Add new member
17 ``requested_address''.
18 * breakpoint.c (breakpoint_adjustment_warning)
19 (adjust_breakpoint_address): New static functions.
20 (print_it_typical): Issue warning if breakpoint's address is different
21 from its requested address.
22 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
23 (breakpoint_re_set_one): Set breakpoint's
24 ``requested_address'' field. Set ``address'' field to the
25 result of calling adjust_breakpoint_address() on the requested
26 address.
27
28 2003-10-13 Kevin Buettner <kevinb@redhat.com>
29
30 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
31 * gdbarch.h, gdbarch.c: Regenerate.
32
33 2003-10-11 Mark Kettenis <kettenis@gnu.org>
34
35 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
36 TDEP->sc_num_regs.
37
38 * i386fbsd-tdep.c: New file.
39 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
40 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
41 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
42 i386bsd-tdep.c.
43 (_initialize_i386fbsd_tdep): New function.
44 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
45 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
46 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
47 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
48 TDEP->sc_num_regs.
49 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
50 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
51 to initialize TDEP->sc_num_regs.
52 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
53 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
54 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
55 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
56 FreeBSD ELF OS/ABI's here.
57 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
58 (i386fbsd-tdep.o): New target.
59 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
60 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
61
62 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
63 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
64 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
65 in initialization of TDEP->sc_num_regs.
66
67 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
68 (x86_64_init_abi): Initialize regset_from_core_section if
69 appropriate.
70
71 * i386-tdep.c (i386_regset_from_core_section): New function.
72 (i386_gdbarch_init): Initialize regset_from_core_section if
73 appropriate.
74 * i386-tdep.h (i386_regset_from_core_section): New declaration.
75
76 * i386-tdep.h (struct regset): Declare opaque.
77
78 * gdbarch.sh (regset_from_core_section): New method.
79 (struct regset): Declare opaque.
80 * gdbarch.c, gdbarch.h: Regenerated.
81
82 2003-10-11 Alan Modra <amodra@bigpond.net.au>
83
84 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
85 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
86 Correct test for pc within section.
87
88 2003-10-11 Mark Kettenis <kettenis@gnu.org>
89
90 * gdbarch.sh: Remove trailing whitepsace from comments.
91
92 2003-10-08 Roland McGrath <roland@redhat.com>
93
94 * gcore.c (make_mem_sec): Function removed, folded into ...
95 (gcore_create_callback): ... here. To omit a section, clear its
96 SEC_LOAD bit rather than zeroing its size.
97 Omit read-only sections only if they correspond to a known disk file.
98 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
99
100 2003-10-10 Michael Snyder <msnyder@redhat.com>
101
102 * d10v-tdep.c: Fix typo in comment.
103
104 2003-10-10 Andrew Cagney <cagney@redhat.com>
105
106 * rs6000-tdep.c (e500_store_return_value): Delete function.
107 (e500_extract_return_value): Delete function.
108 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
109 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
110 "ppc_sysv_abi_restore_return_value" where applicable.
111 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
112 (ppc_sysv_abi_extract_return_value): Declare.
113 (ppc_sysv_abi_broken_store_return_value): Declare.
114 (ppc_sysv_abi_broken_extract_return_value): Declare.
115 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
116 * ppc-sysv-tdep.c (return_value_convention): Move definition to
117 start of file.
118 (do_ppc_sysv_return_value): New function.
119 (ppc_sysv_abi_extract_return_value): New function.
120 (ppc_sysv_abi_store_return_value): New function.
121 (ppc_sysv_abi_broken_extract_return_value): New function.
122 (ppc_sysv_abi_broken_store_return_value): New function.
123 (ppc_sysv_abi_use_struct_convention): Call
124 do_ppc_sysv_return_value.
125
126 2003-10-10 J. Brobecker <brobecker@gnat.com>
127
128 * blockframe.c (inside_main_func): No longer use symbol_lookup()
129 to lookup the main function symbol.
130
131 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
132
133 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
134 types correctly.
135 (sh_push_dummy_call_fpu): Fix argument passing rules.
136 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
137 float types.
138 (sh3e_sh4_store_return_value): Ditto.
139
140 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
141
142 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
143 comment.
144
145 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
146
147 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
148 more readable code. Accomodate passing of bitfields.
149
150 2003-10-10 Andrew Cagney <cagney@redhat.com>
151
152 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
153 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
154 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
155 * ppc-sysv-tdep.c: Include "gdb_assert.h".
156 (ppc64_sysv_abi_push_dummy_call): New function.
157 (ppc64_sysv_abi_broken_push_dummy_call): New function.
158 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
159 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
160
161 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
162
163 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
164 * README: Ditto.
165 * d10v-tdep.c: Ditto.
166 * h8300-tdep.c: Ditto.
167 * remote-e7000.c: Ditto.
168 * remote-hms.c: Ditto.
169 * ser-e7kpc.c: Ditto.
170 * sh-stub.c: Ditto.
171 * sh-tdep.c: Ditto.
172 * sh-tdep.h: Ditto.
173 * sh3-rom.c: Ditto.
174 * sh64-tdep.c: Ditto.
175 * top.c: Ditto.
176 * wince.c: Ditto.
177 * config/d10v/d10v.mt: Ditto.
178 * config/sh/embed.mt: Ditto.
179 * config/sh/linux.mt: Ditto.
180 * config/sh/tm-linux.h: Ditto.
181 * config/sh/tm-sh.h: Ditto.
182 * config/sh/wince.mt: Ditto.
183
184 2003-10-09 Andrew Cagney <cagney@redhat.com>
185
186 * ppc-tdep.h (struct type): Declare opaque.
187 * x86-64-tdep.h (struct regcache): Declare opaque.
188 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
189 coding style.
190
191 2003-10-09 Andrew Cagney <cagney@redhat.com>
192
193 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
194 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
195 (SOFTWARE_SINGLE_STEP_P): Ditto.
196 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
197 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
198 (SOFTWARE_SINGLE_STEP_P): Ditto.
199 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
200 software_single_step to rs6000_software_single_step.
201
202 2003-10-09 Andrew Cagney <cagney@redhat.com>
203
204 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
205
206 2003-10-09 Michael Snyder <msnyder@redhat.com>
207
208 * frame.h: Fix typo in comment.
209 * dummy-frame.c: Fix typo in comment.
210 * d10v-tdep.c: Random whitespace/comment tweaks.
211
212 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
213
214 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
215 (sh_push_dummy_code): Delete function, it's only used for dummy calls
216 on stack.
217
218 Based on input by Stephen Clarke (stephen.clarke@superh.com):
219 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
220 in detail.
221
222 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
223
224 * remote-mips.c (mips_initialize): Remove unneeded call to
225 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
226
227 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
228
229 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
230 a memory pointer.
231
232 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
233
234 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
235 for any lwp we resume.
236 (running_callback): Add lwps that have pending status events
237 against them to be considered running.
238
239 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
240
241 * m32r-tdep.c : Include "dis-asm.h".
242 * Makefile.in (m32r-tdep.o): Update dependencies.
243
244 2003-10-06 J. Brobecker <brobecker@gnat.com>
245
246 * completer.h (get_gdb_completer_word_break_characters): Delete.
247 * completer.c: include language.h.
248 (gdb_completer_word_break_characters): Delete.
249 (get_gdb_completer_word_break_characters): Delete.
250 (location_completer): Use the word break characters of the current
251 language.
252 (complete_line): Likewise.
253 (line_completion_function): Likewise.
254 (skip_quoted_chars): Likewise.
255 * Makefile.in (completer.o): Add dependency on language.h.
256 * top.c (init_main): Set the readline word break characters
257 to GDB's default word break characters.
258
259 2003-10-06 J. Brobecker <brobecker@gnat.com>
260
261 * language.h (language_defn): new field, la_word_break_characters.
262 * language.c (unknown_language_defn): Set new field to
263 default_word_break_characters.
264 (auto_language_defn): Likewise.
265 (local_language_defn): Likewise.
266 * ada-lang.c (ada_language_defn): Likewise.
267 * c-lang.c (c_language_defn): Likewise.
268 (cplus_language_defn): Likewise.
269 (asm_language_defn): Likewise.
270 (minimal_language_defn): Likewise.
271 * f-lang.c (f_language_defn): Likewise.
272 * jv-lang.c (java_language_defn): Likewise.
273 * m2-lang.c (m2_language_defn): Likewise.
274 * objc-lang.c (objc_language_defn): Likewise.
275 * p-lang.c (pascal_language_defn): Likewise.
276 * scm-lang.c (scm_language_defn): Likewise.
277
278 2003-10-06 Andrew Cagney <cagney@redhat.com>
279
280 * ppc-sysv-tdep.c: Re-indent.
281
282 2003-10-06 J. Brobecker <brobecker@gnat.com>
283
284 * language.h (default_word_break_characters): Add prototype.
285 * language.c (default_word_break_characters): New function.
286
287 2003-10-06 Andreas Schwab <schwab@suse.de>
288
289 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
290 with %eax.
291
292 2003-10-06 Andrew Cagney <cagney@redhat.com>
293
294 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
295 "h8500-tdep.c".
296 (z8k-tdep.o): Delete custom build rule.
297
298 2003-10-06 Andrew Cagney <cagney@redhat.com>
299
300 * Makefile.in: Update all dependencies.
301
302 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
303 No longer list PA as as obsolete candidate. List m32r as
304 broken instead of obsolete.
305
306 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
307 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
308 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
309 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
310 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
311 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
312 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
313 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
314 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
315 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
316 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
317 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
318 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
319 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
320 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
321 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
322 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
323 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
324 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
325 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
326 * config/z8k/z8k.mt: Ditto.
327
328 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
329 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
330 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
331 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
332 sparclite were removed.
333 * configure.host, configure.tgt: Remove corresponding tuples.
334
335 * breakpoint.c, breakpoint.h: Remove obsolete code.
336 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
337 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
338 * stabsread.h, xcoffread.c: Ditto.
339
340 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
341 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
342 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
343 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
344
345 2003-10-06 David Lecomber <dsl@sources.redhat.com>
346
347 * f-valprint.c: Reformatting
348
349 2003-10-06 Mark Kettenis <kettenis@gnu.org>
350
351 * x86-64-tdep.c: Remove duplicate comment.
352
353 * x86-64-tdep.c (x86_64_store_return_value): Don't use
354 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
355 names for return values. This fixes a bug since we looked at %rbx
356 instead of %rdx.
357
358 2003-10-05 Mark Kettenis <kettenis@gnu.org>
359
360 * x86-64-tdep.c: Include "regset.h".
361
362 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
363 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
364 sizeof_fpregset.
365 * i386-tdep.c: Include "regset.h".
366 (i386_supply_gregset): New function.
367 (i386_supply_fpregset): New function.
368 (i386_gdbarch_init): Initialze register set-related members of
369 TDEP.
370 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
371 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
372
373 2003-10-03 Andrew Cagney <cagney@redhat.com>
374
375 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
376 set extract_return_value, store_return_value and
377 use_struct_convention to ppc64_sysv_abi_extract_return_value,
378 ppc64_sysv_abi_store_return_value and
379 ppc64_sysv_abi_use_struct_convention.
380 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
381 (ppc64_sysv_abi_store_return_value): Declare.
382 (ppc64_sysv_abi_use_struct_convention): Declare.
383 * ppc-sysv-tdep.c (enum return_value_convention): Define.
384 (ppc64_sysv_abi_extract_return_value): New function.
385 (ppc64_sysv_abi_store_return_value): New function.
386 (ppc64_sysv_abi_use_struct_convention): New function.
387 (ppc64_sysv_abi_return_value): New function.
388
389 2003-10-03 Andrew Cagney <cagney@redhat.com>
390
391 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
392 convert a descriptor to a function when it's in the ".opd"
393 section.
394
395 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
396
397 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
398 reg_size to keep GCC silent.
399
400 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
401
402 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
403 base for DW_EH_PE_textrel encodings.
404 (read_encoded_value): Add a DW_EH_PE_textrel case.
405 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
406 section.
407
408 2003-10-03 Mark Kettenis <kettenis@gnu.org>
409
410 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
411
412 2003-10-02 Andrew Cagney <cagney@redhat.com>
413
414 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
415 REGISTER_RAW_SIZE.
416 * gdbarch.h, gdbarch.c: Re-generate.
417 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
418 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
419 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
420 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
421 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
422 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
423 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
424 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
425 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
426 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
427 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
428 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
429 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
430 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
431 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
432 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
433
434 2003-10-02 Jim Blandy <jimb@redhat.com>
435
436 * dwarf2read.c (struct die_info): Doc fix.
437
438 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
439
440 * sh-tdep.c: Running thru gdb_indent.sh.
441
442 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
443
444 * sh-tdep.c (sh_justify_value_in_reg): New function.
445 (sh_stack_allocsize): Ditto.
446 (flt_argreg_array): New array used for floating point argument
447 passing.
448 (sh_init_flt_argreg): New function.
449 (sh_next_flt_argreg): Ditto.
450 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
451 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
452 Fix argument passing strategy.
453 (sh_push_dummy_call_nofpu): Ditto.
454
455 2003-10-01 Andrew Cagney <cagney@redhat.com>
456
457 * value.h (register_value_being_returned): Declare. Replace
458 "value_being_returned".
459 * infcall.c (call_function_by_hand): Use
460 register_value_being_returned.
461 * infcmd.c (print_return_value): Call
462 "register_value_being_returned", handle struct return locally.
463 * values.c (register_value_being_returned): New function. Replace
464 "value_being_returned".
465
466 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
467
468 * linux-proc.c (linux_do_registers): New function.
469 (linux_make_note_section): Use linux_do_registers in case of
470 single threaded inferior programs.
471
472 2003-10-01 Andrew Cagney <cagney@redhat.com>
473
474 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
475 use STRUCT_ADDR. When not using "struct return convention", pass
476 "0" to "value_being_returned". Add FIXMEs.
477 * infcmd.c (print_return_value): Pass an explicit 0/1 to
478 value_being_returned. Add comments.
479 * values.c (value_being_returned): Add fixme.
480 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
481 (hppa_value_returned_from_stack): Add FIXME.
482
483 2003-09-30 David Carlton <carlton@kealia.com>
484
485 * dwarf2read.c (struct die_info): Add 'parent' field; replace
486 'has_children' and 'next' by 'child' and 'sibling'.
487 (read_comp_unit): Rework algorithm, breaking body into
488 read_die_and_children and read_die_and_siblings.
489 (read_die_and_children, read_die_and_siblings): New.
490 (read_full_die): Add 'has_children' argument; set it instead of
491 the die's 'has_children' field. Minor formatting cleanup.
492 (free_die_list): Use die->child and die->sibling instead of
493 die->next.
494 (dump_die_list): Ditto.
495 (sibling_die): Use die->sibling.
496 (psymtab_to_symtab_1): Use die's 'child' field in place of its
497 'has_children' and 'next' fields.
498 (process_die, read_file_scope, read_func_scope)
499 (read_lexical_block_scope, read_structure_scope)
500 (read_enumeration, read_array_type, read_common_block)
501 (read_namespace, read_subroutine_type, dump_die): Ditto.
502
503 2003-09-30 Andrew Cagney <cagney@redhat.com>
504
505 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
506 to 224, not 220.
507
508 2003-09-30 Andrew Cagney <cagney@redhat.com>
509
510 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
511 REGISTER_VIRTUAL_SIZE.
512 * gdbarch.h, gdbarch.c: Regenerate.
513 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
514 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
515 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
516
517 2003-09-29 Andrew Cagney <cagney@redhat.com>
518
519 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
520 DEPRECATED_REGISTER_VIRTUAL_TYPE.
521 * gdbarch.h, gdbarch.c: Regenerate.
522 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
523 * sh64-tdep.c, sparc-tdep.c: Update.
524
525 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
526 * remote-vxmips.c (vx_read_register): Ditto.
527 * remote-vx68.c (vx_read_register): Ditto.
528 * gnu-nat.c (inf_validate_procs): Ditto.
529
530 2003-09-29 J. Brobecker <brobecker@gnat.com>
531
532 * infcall.c (call_function_by_hand): Fix build failure
533 introduced in the previous change to this file.
534
535 2003-09-29 Andrew Cagney <cagney@redhat.com>
536
537 * NEWS: Mention Objective-C.
538
539 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
540
541 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
542 test if the register has been saved on the stack.
543 (arm_scan_prologue_cache): When analysing the instruction
544 "str lr, [sp, #-4]", save the address where lr has been stored.
545
546 2003-09-28 Andrew Cagney <cagney@redhat.com>
547
548 * frame.c (frame_read_unsigned_register): Delete function.
549 * frame.h (frame_read_unsigned_register): Delete declaration.
550 * sparc-tdep.c (sparc_init_extra_frame_info): Use
551 get_frame_register_unsigned.
552 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
553 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
554 * d10v-tdep.c (d10v_print_registers_info): Ditto.
555
556 * frame.h (frame_read_register): Delete declaration.
557 * frame.c (frame_read_register): Delete function.
558 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
559 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
560 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
561 * mips-tdep.c (mips_register_to_value): Ditto.
562 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
563 * d10v-tdep.c (d10v_print_registers_info): Ditto.
564
565 * frame.c (frame_read_signed_register): Delete function.
566 (frame_read_unsigned_register): Update comments.
567 * frame.h (frame_read_signed_register): Delete declaration.
568 * h8300-tdep.c (h8300_print_register): Use
569 get_frame_register_signed.
570 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
571
572 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
573 Rename VALUE_RETURNED_FROM_STACK.
574 * infcmd.c (print_return_value): Update.
575 * infcall.c (call_function_by_hand): Update.
576
577 2003-09-28 Mark Kettenis <kettenis@gnu.org>
578
579 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
580 regcache argument and reverse the order of the other two
581 arguments. Remove local regcache variable. Determine
582 architecture from REGCACHE. Update comments.
583 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
584 reverse the order of the other two arguments. Remove local
585 regcache variable. Determine architecture from REGCACHE. Update
586 comments.
587 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
588 prototypes. Update comments.
589 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
590 comment.
591 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
592 Update.
593 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
594 * i386-interix-nat.c (supply_fpregset): Update.
595 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
596 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
597 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
598 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
599 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
600 Update.
601 * i386obsd-tdep.c (fetch_core_registers): Update.
602 * i386v4-nat.c (supply_fpregset): Update.
603 * x86-64-linux-nat.c (supply_fpregset): Update.
604 * x86-64-linux-tdep.c (fetch_core_registers): Update.
605
606 2003-09-27 Mark Kettenis <kettenis@gnu.org>
607
608 * i386-tdep.h: Put opaque declarations in alphabetical
609 order. Remove spurious whitespace.
610 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
611 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
612 * i386-tdep.c (MM0_REGNUM): Remove define.
613 (i386_mmx_regnum_p): Add gdbarch argument.
614 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
615 Rewrite using new macro definitions for FPU/SSE registers.
616 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
617 definitions from i387-tdep.h.
618 (i386_register_name): Update.
619 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
620 new macro definitions for FPU/SSE registers.
621 (i386_extract_return_value): Determine whether floating-point
622 registers are present by examining REGCACHE's architecture.
623 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
624 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
625 FPU/SSE registers.
626 (i386_register_type): Update.
627 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
628 definitions for FPU registers. Use REGCACHE's architecture to
629 determine the appropriate register numbers.
630 (i386_pseudo_register_read, i386_pseudo_register_write,
631 i386_register_reggroup_p): Update.
632 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
633 TDEP->mm0_regnum.
634 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
635 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
636 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
637 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
638 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
639 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
640 *' to `void *'.
641 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
642 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
643 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
644 definitions for FPU/SSE registers.
645 (FXSAVE_MXCSR_ADDR): New define.
646 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
647 TDEP->mm0_regnum.
648 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
649 (I387_ST0_REGNUM): Define.
650
651 * regcache.h (get_regcache_arch): New prototype.
652 * regcache.c (get_regcache_arch): New function.
653
654 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
655 whitespace.
656
657 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
658 Initialize using ARRAY_SIZE.
659
660 2003-09-27 Andrew Cagney <cagney@redhat.com>
661
662 * arch-utils.c (deprecated_init_frame_pc_default): Rename
663 "init_frame_pc_default".
664 * arch-utils.h (deprecated_init_frame_pc_default): Update.
665 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
666 * vax-tdep.c (vax_gdbarch_init): Update.
667 * v850-tdep.c (v850_gdbarch_init): Update.
668 * sh64-tdep.c (sh64_gdbarch_init): Update.
669 * s390-tdep.c (s390_gdbarch_init): Update.
670 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
671 * mcore-tdep.c (mcore_gdbarch_init): Update.
672 * h8300-tdep.c (h8300_gdbarch_init): Update.
673 * cris-tdep.c (cris_gdbarch_init): Update.
674 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
675
676 2003-09-26 Mark Kettenis <kettenis@gnu.org>
677
678 * regset.h: New file.
679 * Makefile.in (regset_h): Add.
680
681 2003-09-25 Andrew Cagney <cagney@redhat.com>
682
683 * frame.h (deprecated_frame_saved_regs): Rename
684 get_frame_saved_regs.
685 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
686 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
687 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
688 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
689 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
690
691 2003-09-25 Andrew Cagney <cagney@redhat.com>
692
693 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
694 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
695 and Java.
696 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
697 arm*-*-* do not use the new frame code.
698
699 2003-09-25 David Carlton <carlton@kealia.com>
700
701 * c-exp.y: Remove 'register' declarations.
702 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
703
704 2003-09-25 David Carlton <carlton@kealia.com>
705
706 * c-exp.y: Include cp-support.h. Add qualified_type.
707 (yylex): Delete nested type hack; add comments.
708 * cp-namespace.c (cp_lookup_nested_type): New function.
709 * cp-support.h: Declare cp_lookup_nested_type.
710 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
711 instead of value_struct_elt_for_reference.
712 * valops.c: Include cp-support.h.
713 (value_aggregate_elt): New function.
714 (value_namespace_elt): Ditto.
715 (value_struct_elt_for_reference): Make static.
716 * value.h: Delete declaration of value_struct_elt_for_reference;
717 add declaration for value_aggregate_elt.
718 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
719 (valops.o): Ditto.
720
721 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
722
723 * stack.c: Include "reggroups.h".
724 (frame_info): Only display registers in all_reggroup.
725 * Makefile.in (stack.o): Update dependencies.
726
727 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
728
729 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
730 "add ip, sp #n" in the prologue.
731 (arm_scan_prologue): Ditto.
732
733 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
734
735 * MAINTAINERS (write after approval): Add myself.
736
737 2003-09-25 Andreas Schwab <schwab@suse.de>
738
739 * m68k-tdep.c: Include "dwarf2-frame.h".
740 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
741 * Makefile.in (m68k-tdep.o): Update dependencies.
742
743 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
744
745 * sh-tdep.c (struct frame_extra_info): Remove.
746 (struct sh_frame_cache): New structure.
747 (GET_SOURCE_REG): New macro extracting source register of an opcode.
748 (GET_TARGET_REG): Ditto but target register.
749 (GET_PUSHED_REG): Remove.
750 (IS_MOV_ARG_TO_REG): New macro.
751 (IS_MOV_ARG_TO_IND_R14): New macro.
752 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
753 (IS_MOVW_PCREL_TO_REG): New macro.
754 (IS_MOVL_PCREL_TO_REG): New macro.
755 (IS_SUB_REG_FROM_SP): New macro.
756 (IS_ARG_MOV): Remove.
757 (IS_MOV_TO_R14): Remove.
758 (IS_RESTORE_FP): New macro.
759 (IS_RTS): New macro.
760 (IS_LDS): New macro.
761 (IS_MOV_FP_SP): New macro.
762 (IS_ADD_REG_TO_FP): New macro.
763 (IS_ADD_IMM_FP): New macro.
764 (sh_skip_prologue_hard_way): Remove.
765 (sh_saved_pc_after_call): Remove.
766 (sh_frame_chain): Remove.
767 (sh_find_callers_reg): Remove.
768 (sh_nofp_frame_init_saved_regs): Remove.
769 (sh_fp_frame_init_saved_regs): Remove.
770 (sh_init_extra_frame_info): Remove.
771 (sh_analyze_prologue): New function.
772 (sh_skip_prologue): Remove deprecated code. Rely on new function
773 sh_analyze_prologue when after_prologue fails.
774 (sh_frame_saved_pc): Remove.
775 (sh_alloc_frame_cache): New function.
776 (sh_frame_cache): Ditto.
777 (sh_frame_prev_register): Ditto.
778 (sh_frame_this_id): Ditto.
779 (sh_frame_unwind): New structure defining the heuristic frame
780 sniffer interface.
781 (sh_frame_sniffer): New function.
782 (sh_unwind_sp): Ditto.
783 (sh_unwind_pc): Ditto.
784 (sh_unwind_dummy_id): Ditto.
785 (sh_frame_base_address): Ditto.
786 (sh_frame_base): New structure defining new frame base code.
787 (sh_in_function_epilogue_p): New function.
788 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
789 code and to call all new code instead. Initialize dwarf2 and
790 heuristic frame sniffer.
791
792 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
793
794 * parser-defs.h (struct exp_descriptor): New definition, containing
795 language-specific info for printing, prefixifying, dumping, and
796 evaluating expressions.
797 (exp_descriptor_standard): Declare new variable.
798 (print_subexp): Make global and declare here (from expprint.c).
799 (dump_subexp): Ditto.
800 (dump_subexp_body_standard): Declare.
801 (operator_length_standard): Declare.
802 (op_name_standard): Declare.
803 (print_subexp): Declare.
804 (print_subexp_standard): Declare.
805
806 * language.h (struct language_defn): Add la_exp_desc field to hold
807 pointer to table for language-specific operators.
808 Remove evaluate_exp field, which is now in struct exp_descriptor.
809
810 * parse.c (operator_length): Move most code to new
811 operator_length_standard function. Use language-specific information.
812 (operator_length_standard): New function taking most code from
813 operator_length.
814 (exp_descriptor_standard): New constant.
815
816 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
817 and OP_EXTENDED_LAST.
818
819 * expprint.c (print_subexp): Use language-specific print_subexp.
820 Make global; remove static declaration.
821 Move most code to print_subexp_standard.
822 (print_subexp_standard): New function, containing code formerly in
823 print_subexp.
824 (op_name): Add expression to argument signature.
825 Use langauge-specific op_name.
826 Move most code to op_name_standard.
827 (op_name_standard): New function, containing code formerly in op_name.
828 (dump_subexp): Use new version of op_name function.
829 Use language-specific dump_subexp_body, and move most existing code to
830 dump_subexp_body_standard.
831 (dump_raw_expression): Use new op_name interface.
832 (dump_subexp_body): Move most code to dump_subexp_body_standard.
833 (dump_subexp_body_standard): New function, containing code formerly
834 in dump_subexp_body.
835
836 * language.c (unknown_language): Add default la_exp_desc field and
837 remove evaluate_exp field.
838 (auto_language): Ditto.
839 (local_language): Ditto.
840 * f-lang.c (f_language_defn): Ditto.
841 * c-lang.c (c_language_defn): Ditto.
842 (cplus_language_defn): Ditto.
843 (asm_language_defn): Ditto.
844 (minimal_language_defn): Ditto.
845 * p-lang.c (pascal_language_defn): Ditto.
846 * m2-lang.c (m2_language_defn): Ditto.
847 * objc-lang.c (objc_language_defn): Ditto.
848
849 * jv-lang.c (exp_descriptor_java): New variable, containing
850 Java-specific expression evaluator.
851 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
852 field.
853 * scm-lang.c (exp_descriptor_scm): New variable, containing
854 Scheme-specific expression evaluator.
855 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
856 field.
857 * objc-lang.c (print_object_command): Take evaluate_exp from the
858 la_exp_desc field.
859
860 * Makefile.in (eval.o): Add dependency on parser-defs.h.
861
862 * eval.c: Include parser-defs.h for the full declaration of
863 la_exp_desc's type.
864 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
865
866 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
867
868 * parser-defs.h (operator_length): Declare.
869
870 * parse.c (length_of_subexp): Use operator_length to get operator
871 lengths and arities for operators.
872 Move most code to new operator_length function.
873 (operator_length): New function absorbing most code from
874 length_of_subexp.
875 (prefixify_subexp): Remove large case and use operator_length instead.
876 (parse_exp_1): Use renamings:
877 dump_prefix_expression => dump_raw_expression and
878 dump_postfix_expression => dump_prefix_expression.
879
880 * expression.h (dump_prefix_expression): Rename to ...
881 (dump_raw_expression): New name.
882 (dump_postfix_expression): Rename to ...
883 (dump_prefix_expression): New name.
884
885 * expprint.c (dump_subexp): Make global. Add comment.
886 Move most existing code to dump_subexp_body.
887 (dump_subexp_body): New function.
888 (dump_prefix_expression): Rename to dump_raw_expression.
889 Remove attempt to print the expression via print_expression: it can't
890 work before the expression is prefixified.
891 (dump_raw_expression): Renamed from dump_prefix_expression.
892 (dump_postfix_expression): Rename to dump_prefix_expression, since
893 that's what it does.
894 Remove 'note' parameter, since this routine must be used on
895 prefixified expression.
896 (dump_prefix_expression): Renamed from dump_postfix_expression.
897
898 2003-09-22 Jim Blandy <jimb@redhat.com>
899
900 * dwarf2read.c (read_array_type): When building the type for an
901 array of unspecified length, make sure to choose the upper bound
902 so that the array's total length comes out to be zero --- that's
903 how we represent such arrays.
904
905 2003-09-22 Michael Chastain <mec@shout.net>
906
907 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
908
909 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
910
911 * top.c (quit_force): Fix indirect call to quit_target so
912 a struct qt_args pointer is passed.
913
914 2003-09-22 Andrew Cagney <cagney@redhat.com>
915
916 * arch-utils.h (init_frame_pc_noop): Delete declaration.
917 * arch-utils.c (init_frame_pc_noop): Delete function.
918 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
919 "init_frame_pc".
920 * mips-tdep.c (mips_gdbarch_init): Ditto.
921 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
922 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
923 declaration.
924 (DEPRECATED_INIT_FRAME_PC): Delete macro.
925 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
926 declaration.
927 (DEPRECATED_INIT_FRAME_PC): Delete macro.
928
929 2003-09-22 Anthony Green <green@redhat.com>
930
931 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
932 declaration.
933
934 2003-09-20 Andrew Cagney <cagney@redhat.com>
935
936 * breakpoint.c: Eliminate ARGSUSED.
937 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
938 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
939 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
940 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
941 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
942 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
943 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
944 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
945 * wince.c, remote-vx.c: Ditto.
946
947 * cli/cli-script.c: Remove "register" attributes.
948 * config/pa/tm-hppa.h: Ditto.
949 * cli/cli-decode.c: Ditto.
950 * cli/cli-cmds.c: Ditto.
951
952 2003-09-19 Andrew Cagney <cagney@redhat.com>
953
954 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
955 DEPRECATED_NPC_REGNUM.
956 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
957
958 2003-09-19 Christopher Faylor <cgf@redhat.com>
959
960 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
961
962 2003-09-19 Jim Blandy <jimb@redhat.com>
963
964 * macrotab.c (macro_include): Use the correct comparison to find
965 the appropriate place for this inclusion in the list.
966
967 2003-09-19 Andrew Cagney <cagney@redhat.com>
968
969 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
970 (DEPRECATED_HPUX_TEXT_END): Define.
971 (deprecated_hpux_text_end): Declare.
972 (struct target_ops): Declare opaque.
973 * hppah-nat.c (text_end): Make static.
974 (deprecated_hpux_text_end): New function.
975 * exec.c (text_end): Delete global variable.
976 (NEED_TEXT_START_END): Do not define.
977 (exec_file_attach): Replace code computing "text_end" code with
978 call to DEPRECATED_HPUX_TEXT_END.
979
980 2003-09-19 Andrew Cagney <cagney@redhat.com>
981
982 * utils.c (align_up, align_down): New functions.
983 * defs.h (align_up, align_down): Declare.
984 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
985 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
986 and "align_down".
987 (round_up, round_down): Delete functions.
988 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
989 "align_down".
990 (ROUND_DOWN, ROUND_UP): Delete macros.
991 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
992 * h8300-tdep.c: Replace "round_up" and "round_down" with
993 "align_up" and "align_down".
994 (round_up, round_down): Delete macros.
995 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
996 "align_down".
997 (ROUND_UP, ROUND_DOWN): Delete macros.
998
999 2003-09-18 J. Brobecker <brobecker@gnat.com>
1000
1001 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1002 hard-coded constant. Use the proper machine name instead.
1003
1004 2003-09-17 Andrew Cagney <cagney@redhat.com>
1005
1006 * sparc-tdep.c (legacy_register_name): Delete function.
1007 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1008 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1009 * infcmd.c (gdb_register_name): Delete variable.
1010 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1011 REGISTER_NAME and "tm.h".
1012 * gdbarch.h, gdbarch.c: Regenerate.
1013 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1014 REGISTER_NAMES in comments.
1015 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1016 * m68klinux-nat.c (regmap): Ditto.
1017
1018 2003-09-17 Jim Blandy <jimb@redhat.com>
1019
1020 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1021
1022 2003-09-17 Andrew Cagney <cagney@redhat.com>
1023
1024 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1025 (ppcnbsd_init_abi): Set "use_struct_convention" to
1026 "ppcnbsd_use_struct_convention".
1027
1028 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1029
1030 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1031 * gdbarch.h, gdbarch.c: Regenerate.
1032 (stabs_argument_has_addr): New architecture method.
1033 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1034 * arch-utils.c: Include "buildsym.h".
1035 (default_stabs_argument_has_addr): New function.
1036 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1037 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1038
1039 2003-09-17 Andrew Cagney <cagney@redhat.com>
1040
1041 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1042 * gdbarch.h, gdbarch.c: Regenerate.
1043 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1044 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1045 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1046 * sparcnbsd-tdep.c: Update.
1047
1048 2003-09-17 Andrew Cagney <cagney@redhat.com>
1049
1050 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1051 * gdbarch.h, gdbarch.c: Regenerate.
1052 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1053 * d10v-tdep.c, frame.c: Update.
1054 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1055 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1056 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1057 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1058 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1059 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1060 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1061 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1062 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1063 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1064 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1065 * config/pa/nm-hppah.h: Update.
1066
1067 2003-09-16 Andrew Cagney <cagney@redhat.com>
1068
1069 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1070 "use_struct_convention" to "ppc_linux_use_struct_convention".
1071 (ppc_linux_use_struct_convention): New function.
1072 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1073 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1074 "rs6000_use_struct_convention".
1075 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1076 declaration.
1077 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1078 Delete function.
1079
1080 2003-09-16 Andrew Cagney <cagney@redhat.com>
1081
1082 * buildsym.c: Remove more occurances of "register".
1083 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1084 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1085 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1086 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1087 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1088 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1089 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1090 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1091
1092 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1093
1094 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1095 numbers to enumeration values.
1096 * sh-tdep.c: Accomodate above change.
1097 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1098 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1099 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1100 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1101 (IS_FPUSH): Rename from IS_FMOV.
1102 (sh_extract_struct_value_address): Remove useless comment.
1103 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1104 instead of own local values.
1105 (sh_dump_tdep): Remove.
1106 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1107 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1108
1109 2003-09-15 Andrew Cagney <cagney@redhat.com>
1110
1111 * doublest.c (convert_floatformat_to_doublest): No longer need to
1112 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1113
1114 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1115
1116 * values.c (unpack_double): Call floatformat_is_valid.
1117
1118 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1119
1120 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1121 ps_strings into a long.
1122
1123 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1124 _initialize_am64fbsd_nat.
1125
1126 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1127
1128 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1129 associated with DW_AT_ranges attribute is out of bounds.
1130
1131 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1132
1133 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1134
1135 2003-09-14 Michael Chastain <mec@shout.net>
1136
1137 * config/m68k/nm-apollo68v.h: Delete.
1138 * config/m68k/xm-apollo68v.h: Delete.
1139
1140 2003-09-14 Andrew Cagney <cagney@redhat.com>
1141
1142 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1143 * dcache.c: Update copyrights and descriptions.
1144 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1145
1146 2003-09-14 Andrew Cagney <cagney@redhat.com>
1147
1148 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1149 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1150
1151 2003-09-14 Andrew Cagney <cagney@redhat.com>
1152
1153 * alpha-nat.c: Remove some occurances of "register".
1154 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1155 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1156 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1157 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1158 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1159 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1160 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1161 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1162 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1163 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1164 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1165 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1166 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1167 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1168 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1169 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1170 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1171 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1172 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1173 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1174 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1175 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1176
1177 2003-09-13 Andrew Cagney <cagney@redhat.com>
1178
1179 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1180 * ppc-tdep.h (struct regcache): Declare opaque.
1181 * objfiles.h (struct objfile_data): Declare opaque.
1182 * cp-support.h (struct objfile): Declare opaque.
1183 * linux-nat.h (target_waitstatus): Declare opaque.
1184
1185 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1186
1187 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1188 (stabs_argument_has_addr): New architecture method.
1189 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1190 * arch-utils.c: Include "buildsym.h".
1191 (default_stabs_argument_has_addr): New function.
1192 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1193 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1194
1195 * cris-tdep.c (cris_gdbarch_init): Set
1196 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1197 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1198 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1199 * mips-tdep.c (mips_gdbarch_init): Likewise.
1200 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1201 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1202
1203 2003-09-13 Andrew Cagney <cagney@redhat.com>
1204
1205 * values.c (using_struct_return): Delete "function" and "funcaddr"
1206 parameters.
1207 * value.h (using_struct_return): Update declaration.
1208 * infcmd.c (finish_command_continuation): Update.
1209 (finish_command): Update.
1210 * infcall.c (call_function_by_hand): Update.
1211 * eval.c (evaluate_subexp_standard): Update.
1212
1213 2003-09-13 Christopher Faylor <cgf@redhat.com>
1214
1215 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1216 SSE registers since gdb will not operate correctly without this.
1217 Restore include file ordering munged in previous change.
1218 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1219
1220 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1221
1222 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1223 REG_STRUCT_HAS_ADDR.
1224 * gdbarch.c, gdbarch.h: Updated.
1225 * infcall.c (call_function_by_hand): Update.
1226 * stabsread.c (define_symbol): Updated.
1227
1228 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1229
1230 2003-09-12 Christopher Faylor <cgf@redhat.com>
1231
1232 * win32-nat.c: Reorganize so that defines used by target headers are
1233 actually defined by the system headers.
1234 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1235 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1236
1237 2003-09-12 Jim Blandy <jimb@redhat.com>
1238
1239 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1240 the file has no .data, .bss, or .rodata sections. Instead wait
1241 until we see a variable alleged to live in one of those sections.
1242
1243 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1244 .bss section, presume that any variables we find live in the
1245 .rodata section.
1246
1247 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1248 offsets for global and static variables.
1249
1250 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1251 symbol types are, by definition, in the .data section, so it is
1252 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1253 If there is no .data section, there should be no N_DATA or N_DATA
1254 | N_EXT symbols.
1255
1256 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1257
1258 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1259 (amd64fbsd_sigcontext_addr): Rewrite.
1260 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1261 with correct values.
1262 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1263 (amd64fbsd_init_abi): Fix typo.
1264
1265 2003-09-12 Andrew Cagney <cagney@redhat.com>
1266
1267 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1268 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1269
1270 2003-09-12 Andrew Cagney <cagney@redhat.com>
1271
1272 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1273 "entry_file_highpc". Update comments.
1274 * defs.h (deprecated_inside_entry_file): Rename
1275 "inside_entry_file".
1276 * blockframe.c (deprecated_inside_entry_file): Rename
1277 "inside_entry_file".
1278 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1279 * vax-tdep.c (vax_frame_chain): Update.
1280 * sh64-tdep.c (sh64_frame_chain): Update.
1281 * sh-tdep.c (sh_frame_chain): Update.
1282 * rs6000-tdep.c (rs6000_frame_chain): Update.
1283 * ns32k-tdep.c (ns32k_frame_chain): Update.
1284 * mips-tdep.c (mips_frame_chain): Update.
1285 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1286 * m32r-tdep.c (m32r_frame_this_id): Update.
1287 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1288 * frv-tdep.c (frv_frame_this_id): Update.
1289 * d10v-tdep.c (d10v_frame_this_id): Update.
1290 * cris-tdep.c (cris_frame_chain): Update.
1291 * blockframe.c (legacy_frame_chain_valid): Update.
1292 * avr-tdep.c (avr_frame_this_id): Update.
1293 * arm-tdep.c (arm_prologue_this_id): Update.
1294 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1295 * objfiles.c (objfile_relocate): Update.
1296 * mipsread.c (mipscoff_symfile_read): Update.
1297 (mipscoff_symfile_read): Update.
1298 * mdebugread.c (parse_partial_symbols): Update.
1299 * dwarfread.c (read_file_scope): Update.
1300 * dwarf2read.c (read_file_scope): Update.
1301 * dbxread.c (read_dbx_symtab): Update.
1302 (read_dbx_symtab): Update.
1303 * coffread.c (complete_symtab): Update.
1304
1305 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1306
1307 * top.c (quit_target): New static helper function.
1308 (quit_force): Moved code to quit_target(). Call quit_target()
1309 via catch_errors() to catch errors during quit.
1310
1311 2003-09-11 David Carlton <carlton@kealia.com>
1312
1313 * buildsym.c (finish_block): Use allocate_block to allocate the
1314 block.
1315 * mdebugread.c (new_block): Add FIXME.
1316
1317 2003-09-11 David Carlton <carlton@kealia.com>
1318
1319 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1320 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1321 (recursive_dump_type): Ditto.
1322 * printcmd.c (print_formatted): Ditto.
1323 * typeprint.c (print_type_scalar): Ditto.
1324 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1325 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1326 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1327 maint_cplus_cmd_list.
1328 * cp-support.c: Make maint_cplus_cmd_list extern.
1329 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1330 command.h.
1331 (lookup_symbol_file): Look in possible namespace blocks when
1332 appropriate.
1333 (initialize_namespace_symtab): New.
1334 (get_possible_namespace_block, free_namespace_block)
1335 (check_possible_namespace_symbols)
1336 (check_possible_namespace_symbols_loop)
1337 (check_one_possible_namespace_symbol)
1338 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1339 (_initialize_cp_namespace): Ditto.
1340 * block.h: Declare allocate_block.
1341 * block.c (allocate_block): New.
1342 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1343 allocate_block.
1344 * symfile.h: Update declaration of add_psymbol_to_list.
1345 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1346 question.
1347 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1348 scan_partial_symbols_call.
1349 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1350 helper functions.
1351 (add_partial_symbol): If necessary, scan mangled names for names
1352 of namespaces.
1353 (add_partial_namespace): Add NAMESPACE argument; generate partial
1354 symbols associated to namespaces.
1355 (add_partial_enumeration): Add NAMESPACE argument.
1356 (new_symbol): Allow namespace syms.
1357 (read_namespace): Generate namespace syms.
1358 * objfiles.h: Add opaque declaration of struct symtab.
1359 (struct objfile): Add cp_namespace_symtab member.
1360 * objfiles.c (allocate_objfile): Set
1361 objfile->cp_namespace_symtab.
1362 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1363 dictionary_h, command_h.
1364
1365 2003-09-11 Andrew Cagney <cagney@redhat.com>
1366
1367 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1368 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1369 near the function's end.
1370 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1371 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1372 regcache_raw_write_signed to set SP_REGNUM.
1373
1374 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1375
1376 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1377 orig_addrs is set up properly.
1378
1379 2003-09-11 Andrew Cagney <cagney@redhat.com>
1380
1381 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1382 * gdbarch.h, gdbarch.c: Re-generate.
1383 * infcall.c (call_function_by_hand): Update.
1384 * hppa-tdep.c (hppa_push_arguments): Update.
1385 * ada-lang.c (place_on_stack): Update.
1386 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1387 * sparc-tdep.c (sparc_gdbarch_init): Update.
1388 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1389 * hppa-tdep.c (hppa_gdbarch_init): Update.
1390 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1391 stack_align.
1392
1393 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1394
1395 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1396 register do need a frame.
1397
1398 2003-09-11 Andrew Cagney <cagney@redhat.com>
1399
1400 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1401 buildable since GDB 5.0.
1402 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1403 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1404 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1405 * irix4-nat.c: Delete file.
1406 * config/mips/irix4.mh: Delete file.
1407 * config/mips/irix3.mh: Delete file.
1408 * config/mips/irix3.mt: Delete file.
1409 * config/mips/tm-irix3.h: Delete file.
1410 * config/mips/nm-irix3.h: Delete file.
1411 * config/mips/xm-irix3.h: Delete file.
1412 * config/mips/nm-irix4.h: Delete file.
1413 * config/mips/xm-irix4.h: Delete file.
1414 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1415
1416 2003-09-10 J. Brobecker <brobecker@gnat.com>
1417
1418 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1419 * Makefile.in (hppa-tdep.o): Update dependencies.
1420
1421 2003-09-10 James E Wilson <wilson@specifixinc.com>
1422
1423 * MAINTAINERS: Change my e-mail address. Move to paper trail
1424 section.
1425
1426 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1427
1428 * MAINTAINERS (frv): New ISA entry.
1429
1430 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1431
1432 * frv-tdep.c (dis-asm.h): Include.
1433 * Makefile.in (frv-tdep.o): Update dependencies.
1434
1435 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1436
1437 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1438 Fix typo for high range of floating registers.
1439
1440 2003-09-09 David Carlton <carlton@kealia.com>
1441
1442 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1443 highpc initialization here out of scan_partial_symbols.
1444 (scan_partial_symbols): Restructure into a recursive version,
1445 calling add_partial_namespace and add_partial_enumeration when
1446 appropriate.
1447 (add_partial_namespace): New.
1448 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1449
1450 2003-09-09 Andrew Cagney <cagney@redhat.com>
1451
1452 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1453 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1454 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1455 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1456
1457 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1458 (rs6000_push_dummy_call): Set the "TOC" register.
1459
1460 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1461 methods "max_register_raw_size", "max_register_virtual_size" or
1462 "register_virtual_size".
1463
1464 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1465
1466 * MAINTAINERS: Update my e-mail address.
1467
1468 2003-09-09 Andrew Cagney <cagney@redhat.com>
1469
1470 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1471 (rs6000_push_dummy_call): Store the struct return address.
1472 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1473
1474 2003-09-09 Andrew Cagney <cagney@redhat.com>
1475
1476 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1477 "ppc_sysv_abi_push_arguments".
1478 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1479 "ppc_sysv_abi_push_arguments".
1480 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1481 instead of "push_arguments".
1482 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1483
1484 2003-09-09 Andrew Cagney <cagney@redhat.com>
1485
1486 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1487 instead of CALL_DUMMY_ADDRESS.
1488
1489 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1490
1491 * p-lang.c: Eliminate "register".
1492 * c-lang.c: Ditto.
1493 * expprint.c: Ditto.
1494 * f-lang.c: Ditto.
1495 * jv-lang.c: Ditto.
1496 * language.c: Ditto.
1497 * m2-lang.c: Ditto.
1498 * parse.c: Ditto.
1499 * scm-lang.c: Ditto.
1500 * objc-lang.c: Ditto.
1501
1502 2003-09-09 Nick Clifton <nickc@redhat.com>
1503
1504 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1505
1506 2003-09-04 Andrew Cagney <cagney@redhat.com>
1507
1508 * avr-tdep.c: Include "dis-asm.h".
1509 * cris-tdep.c: Include "dis-asm.h".
1510 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1511 instead of corresponding typedef.
1512 * h8300-tdep.c: Include "dis-asm.h".
1513 * ia64-tdep.c: Include "dis-asm.h".
1514 * i386-tdep.c: Include "dis-asm.h".
1515 (i386_print_insn): Use "struct disassemble_info" instead of
1516 corresponding typedef.
1517 * m68k-tdep.c: Include "dis-asm.h".
1518 * mcore-tdep.c: Include "dis-asm.h".
1519 * mips-tdep.c: Include "dis-asm.h".
1520 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1521 instead of corresponding typedef.
1522 * ns32k-tdep.c: Include "dis-asm.h".
1523 * s390-tdep.c: Include "dis-asm.h".
1524 * sparc-tdep.c: Include "dis-asm.h".
1525 * vax-tdep.c: Include "dis-asm.h".
1526 * v850-tdep.c: Include "dis-asm.h".
1527 * mn10300-tdep.c: Include "dis-asm.h".
1528 * rs6000-tdep.c: Include "dis-asm.h".
1529 * xstormy16-tdep.c: Include "dis-asm.h".
1530 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1531 print_insn_xstormy16.
1532 * Makefile.in (v850-tdep.o): Update dependencies.
1533 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1534 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1535 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1536 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1537 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1538 (gdbarch_h): Remove $(dis_asm_h).
1539 * disasm.c: Include "dis-asm.h".
1540 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1541 corresponding typedef.
1542 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1543 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1544 * gdbarch.sh: Do not include "dis-asm.h".
1545 (struct disassemble_info): Declare opaque.
1546 (TARGET_PRINT_INSN): Update declaration.
1547 * gdbarch.h, gdbarch.c: Re-generate.
1548
1549 2003-09-08 Andrew Cagney <cagney@redhat.com>
1550
1551 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1552 CALL_DUMMY_ADDRESS, change to a predicate.
1553 * gdbarch.h, gdbarch.c: Re-generate.
1554 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1555 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1556 * infcall.c (call_function_by_hand): Ditto.
1557 * sparc-tdep.c (sparc_push_return_address): Ditto.
1558 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1559 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1560 CALL_DUMMY_ADDRESS with entry_point_address.
1561 * v850-tdep.c (v850_push_return_address): Ditto.
1562 * s390-tdep.c (s390_push_return_address): Ditto.
1563 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1564 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1565 * mcore-tdep.c (mcore_push_return_address): Ditto.
1566 * cris-tdep.c (cris_push_return_address): Ditto.
1567 * arm-tdep.c (arm_push_return_address): Ditto.
1568
1569 2003-09-08 Andrew Cagney <cagney@redhat.com>
1570
1571 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1572 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1573 and REG_UNMODIFIED to REG_SAME_VALUE.
1574 (execute_cfa_program): Update.
1575 (dwarf2_frame_cache): Update. Initialize table to
1576 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1577 location.
1578 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1579
1580 2003-09-08 Andrew Cagney <cagney@redhat.com>
1581
1582 * gnu-nat.c: Remove "inline" function attribute.
1583 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1584
1585 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1586
1587 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1588 target.
1589
1590 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1591
1592 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1593 (frame_extra_info): Rename this struct to frv_unwind_cache.
1594 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1595 Add fields ``prev_sp'' and ``base''.
1596 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1597 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1598 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1599 Delete.
1600 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1601 Revise all callers. Fill in the unwind cache argument and make
1602 other adjustments to account for new frame mechanisms.
1603 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1604 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1605 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1606 (frv_frame_unwind, frv_frame_base): New structs.
1607 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1608 additional arguments expected by this method and adjust function
1609 body accordingly.
1610 (frv_gdbarch_init): Remove calls to the following functions:
1611 set_gdbarch_deprecated_init_frame_pc(),
1612 set_gdbarch_deprecated_saved_pc_after_call(),
1613 set_gdbarch_deprecated_frame_chain(),
1614 set_gdbarch_deprecated_frame_saved_pc(),
1615 set_gdbarch_deprecated_frame_init_saved_regs(),
1616 set_gdbarch_deprecated_push_arguments(),
1617 set_gdbarch_deprecated_push_return_address(),
1618 set_gdbarch_deprecated_pop_frame(),
1619 set_gdbarch_deprecated_call_dummy_words(),
1620 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1621 set_gdbarch_deprecated_init_extra_frame_info(),
1622 set_gdbarch_deprecated_dummy_write_sp(), and
1623 set_gdbarch_deprecated_pc_in_call_dummy().
1624 Add calls to the following functions:
1625 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1626 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1627 frame_base_set_default().
1628 * Makefile.in (frv-tdep.o): Update dependencies.
1629
1630 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1631
1632 * dwarf2-frame.c (read_encoded_value): Add support for
1633 DW_EH_PE_aligned encoding.
1634
1635 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1636
1637 * infrun.c (normal_stop): Don't print a message if the inferior
1638 has exited.
1639
1640 2003-09-08 Jim Blandy <jimb@redhat.com>
1641
1642 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1643 * dbxread.c: #include "gdb_assert.h".
1644 (read_dbx_symtab): If the objfile has no .data section, use the
1645 section index for the .bss section instead.
1646
1647 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1648
1649 * frame.c (deprecated_safe_get_selected_frame): New function.
1650 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1651 * findvar.c (read_var_value): Call it.
1652
1653 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1654
1655 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1656 (sh64-tdep.o): Add dependencies.
1657 * configure.tgt: Add FIXME to sh-*-linux*.
1658 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1659 (sh_gdbarch_init): Always set correct sh_show_regs function
1660 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1661 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1662 * sh64-tdep.c: New file, containing all sh64 related code from
1663 sh-tdep.c.
1664 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1665 * config/sh/linux.mt (TDEPFILES): Ditto.
1666 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1667 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1668 * config/sh/wince.mt (TDEPFILES): Ditto.
1669
1670 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1671
1672 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1673 (stop_wait_callback): Handle !lp->signalled also.
1674 (lin_lwp_has_pending, flush_callback): New functions.
1675 (lin_lwp_wait): Call flush_callback.
1676 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1677 (linux_proc_pending_signals): New function.
1678 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1679
1680 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1681
1682 From Nick Kelsey <nickk@ubicom.com>:
1683 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1684 when the stop PC is at the beginning of a function also.
1685
1686 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1687
1688 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1689 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1690
1691 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1692
1693 * sol-thread.c: Include "gdb_string.h".
1694
1695 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1696
1697 * gcore.c: Reorder include files in alphabetical order. Include
1698 "gdb_assert.h". Various coding style fixes.
1699 (derive_stack_segment, derive_heap_segment): Replace check for
1700 non-null BOTTOM and TOP with gdb_assert.
1701 (derive_heap_segment): Replace check for successful creation of
1702 ZERO with gdb_assert.
1703 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1704
1705 2003-09-04 Andrew Cagney <cagney@redhat.com>
1706
1707 * thread-db.c (verbose_dlsym): New function.
1708 (thread_db_load): Use verbose_dlsym
1709 (thread_db_new_objfile): Print that libthread_db was loaded, and
1710 that thread debugging was enabled.
1711
1712 2003-09-04 Andrew Cagney <cagney@redhat.com>
1713
1714 * configure.tgt: Add "mips64*-*-*" target. Delete
1715 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1716 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1717 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1718 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1719 mips*-sony-*, and mips64*-*-elf* targets.
1720 * config/mips/embedl.mt: Delete file.
1721 * config/mips/embedl64.mt: Delete file.
1722 * config/mips/mips.mt: Delete file.
1723 * config/mips/mips64.mt: Delete file.
1724 * config/mips/tm-embed.h: Delete file.
1725 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1726 * config/mips/embed64.mt: Delete out-of-date comment.
1727
1728 2003-09-04 Andrew Cagney <cagney@redhat.com>
1729
1730 * hppa-tdep.c (hppa_gdbarch_init): Set
1731 "have_nonsteppable_watchpoint".
1732 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1733 * mips-tdep.c (mips_dump_tdep): Do not print
1734 HAVE_NONSTEPPABLE_WATCHPOINT.
1735 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1736 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1737 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1738 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1739
1740 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1741
1742 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1743 unused code. Add comment.
1744
1745 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1746
1747 * breakpoint.c (watchpoint_check): Check for pc being in an
1748 epilogue if watchpoint frame couldn't be found.
1749
1750 2003-09-04 Andrew Cagney <cagney@redhat.com>
1751
1752 * Makefile.in: Re-generate all dependencies.
1753
1754 2003-09-03 Andrew Cagney <cagney@redhat.com>
1755
1756 * arch-utils.h (legacy_print_insn): Delete declaration.
1757 * arch-utils.c (legacy_print_insn): Delete function.
1758 * disasm.c (deprecated_tm_print_insn_info): Delete.
1759 (_initialize_disasm): Delete function, contained code initializing
1760 deprecated_tm_print_insn_info.
1761 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1762 (deprecated_tm_print_insn_info): Delete.
1763 (TARGET_PRINT_INSN): Do not provide a default.
1764 * gdbarch.h, gdbarch.c: Re-generate.
1765
1766 2003-09-03 Andrew Cagney <cagney@redhat.com>
1767
1768 * disasm.c (fprintf_disasm): New function.
1769 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1770 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1771 reverts 2003-08-14 change.
1772 (_initialize_disasm): Call "init_disassemble_info", instead of
1773 INIT_DISASSEMBLE_INFO_NO_ARCH.
1774
1775 2003-09-03 Michael Snyder <msnyder@redhat.com>
1776
1777 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1778
1779 2003-09-03 Andrew Cagney <cagney@redhat.com>
1780
1781 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1782 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1783 * symfile.c (syms_from_objfile): Update.
1784 (reread_symbols): `Update
1785 * exec.c (exec_file_attach): Update.
1786 (exec_file_attach): Update.
1787 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1788 2003-08-29 change.
1789 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1790
1791 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1792
1793 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1794 trad-frame.h.
1795 (arm_get_cache): Delete macro.
1796 (struct arm_prologue_cache): Update comments. Make saved_regs into
1797 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1798 to prev_sp.
1799 (thumb_scan_prologue): Update for cache changes. Don't call
1800 DEPRECATED_PC_IN_CALL_DUMMY.
1801 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1802 argument and use it in desperation search for our prologue. Do not
1803 search past the specified PC.
1804 (arm_make_prologue_cache): Simplify.
1805
1806 (arm_prologue_this_id, arm_prologue_prev_register)
1807 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1808 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1809 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1810 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1811 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1812
1813 (arm_frame_chain_valid, arm_find_callers_reg)
1814 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1815 (arm_pop_frame): Delete obsolete methods.
1816 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1817
1818 (arm_gdbarch_init): Update for new frame methods. Register prologue
1819 and sigtramp unwinders. Set the default frame base method.
1820
1821 * Makefile.in (arm-tdep.o): Update dependencies.
1822 * varobj.c (find_frame_addr_in_frame_chain): Call
1823 get_frame_base_address.
1824 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1825
1826 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1827
1828 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1829 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1830 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1831 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1832 Take NEXT_FRAME and CACHE arguments. Call
1833 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1834 Set unwound_pc in CACHE instead of modifying the frame argument.
1835 Don't bother checking the frame type when looking for sigtramp
1836 frames.
1837 (arm_make_prologue_cache, arm_frame_chain)
1838 (arm_init_extra_frame_info): New functions.
1839
1840 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1841
1842 * arm-tdep.c (arm_get_cache): Define.
1843 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1844 unwound_sp, unwound_pc, and saved_regs.
1845 (thumb_scan_prologue): Take a cache instead of the frame.
1846 (arm_scan_prologue): Likewise.
1847 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1848 instead of a temporary frame.
1849 (arm_init_extra_frame_info): Allocate and use a cache.
1850 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1851
1852 2003-09-03 Andrew Cagney <cagney@redhat.com>
1853
1854 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1855 * config/mips/wince.mt (TM_CLIBS): Ditto.
1856 * config/sh/wince.mt (TM_CLIBS): Ditto.
1857 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1858 * config/sparc/sp64.mt (CC): Delete.
1859
1860 2003-09-03 Andrew Cagney <cagney@redhat.com>
1861
1862 * defs.h: Do not include "arch-utils.h".
1863 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1864 GDB_MULTI_ARCH_PURE.
1865 * configure.in (GDB_MULTI_ARCH): Do not define.
1866 * configure, config.in: Regenerate.
1867 * configure.tgt: Do not set variable "gdb_multi_arch".
1868 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1869 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1870 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1871 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1872 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1873 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1874 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1875 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1876 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1877 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1878 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1879 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1880 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1881 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1882 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1883 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1884 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1885 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1886
1887 2003-08-30 Michael Chastain <mec@shout.net>
1888
1889 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1890 * config/m68k/nm-hp300hpux.h: Delete.
1891 * config/m68k/tm-hp300hpux.h: Delete.
1892 * config/m68k/xm-hp300hpux.h: Delete.
1893 * config/m68k/xm-hp300bsd.h: Delete.
1894 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1895 tm-hp300hpux.h, xm-hp300hpux.h.
1896 * somsolib.c: Remove comment about hp300 shared libraries.
1897
1898 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1899
1900 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1901 Only define PTRACE_GET_THREAD_AREA is not already defined.
1902 Various style fixes in code and comments and some additional
1903 spelling fixes in comments. Move after functions dealing with
1904 debug registers.
1905 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1906 Fix coding-style.
1907
1908 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1909 frame_unwind_register_unsigned instead of
1910 frame_unwind_unsigned_register.
1911
1912 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1913
1914 * configure.in: Search for gethostbyname in libnsl.
1915 * configure: Regenerated.
1916
1917 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1918
1919 * configure.in: Remove redundant AC_MSG_RESULT in check for
1920 uintptr_t in stdint.h.
1921 * configure: Regenerated.
1922
1923 * amd64-nat.h (struct regcache): Add opaque declaration.
1924
1925 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1926 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1927 Change "register array" to "register cache" in comments.
1928 (x86_64_linux_gregset64_reg_offset): New variable.
1929 (GETREGS_SUPPLIES): Remove macro.
1930 (supply_gregset): Call amd64_supply_native_gregset instead of
1931 x86_64_linux_supply_gregset.
1932 (fill_gregset): Rename `regno' to `regnum'. Call
1933 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1934 (store_regs): Rename `regno' to `regnum'.
1935 (store_fpregs): Rename `regno' to `regnum'.
1936 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1937 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1938 Reorganize function a bit.
1939 (store_inferior_registers): Rename `regno' to `regnum'. Use
1940 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1941 Reorganize function a bit.
1942 (_initialize_x86_64_linux_nat): New function.
1943 * config/i386/x86-64linux.mh.
1944
1945 2003-08-29 Andrew Cagney <cagney@redhat.com>
1946
1947 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1948 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1949 (target_remove_watchpoint): Delete macro.
1950 (target_insert_watchpoint): Delete macro.
1951 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1952 (remote_mips_stopped_by_watchpoint): Delete declaration.
1953 (remote_mips_remove_watchpoint): Delete declaration.
1954 (remote_mips_set_watchpoint): Delete declaration.
1955 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1956 * remote-mips.c (_initialize_remote_mips): Set
1957 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1958 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1959 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1960 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1961 (mips_stopped_by_watchpoint): Rename
1962 remote_mips_stopped_by_watchpoint.
1963 (mips_can_hardware_watchpoint): Rename
1964 remote_mips_can_use_hardware_watchpoint, update function
1965 signature.
1966
1967 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1968
1969 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1970 USER_DS. We haven't given them a register number yet.
1971
1972 * amd64-nat.h: New file.
1973 * amd64-nat.c: New file.
1974 * amd64fbsd-nat.c: Include "amd64-nat.h".
1975 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1976 (amd64fbsd32_r_reg_offset): New variable.
1977 (supply_gregset): Simply call amd64_supply_native_gregset.
1978 (fill_gregset): Rename `regno' to `regnum'. Simply call
1979 amd64_collect_native_gregset.
1980 (fill_fpregset): Rename `regno' to `regnum'.
1981 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1982 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1983 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1984 `fpregset_t'. Call amd64_supply_native_gregset instead of
1985 supply_gregset. Call x86_64_supply_fxsave instead of
1986 supply_fpregset.
1987 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1988 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1989 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1990 `fpregset_t'. Call amd64_collect_native_gregset instead of
1991 fill_gregset. Call x86_64_collect_fxsave instead of
1992 fill_fpregset.
1993 (_initialize_am64fbsd_nat): Initialize
1994 amd64_native_gregset32_reg_offset and
1995 amd64_native_gregset64_reg_offset.
1996 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1997
1998 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1999 null pointer. Fix typo in comment.
2000
2001 * regcache.c (supply_register): Reimplement to call
2002 regcache_raw_supply.
2003 (regcache_collect): Reimplement by calling regcache_raw_collect.
2004
2005 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2006
2007 * regcache.c (register_buffer): Consitify first argument.
2008 (regcache_raw_supply, regcache_raw_collect): New
2009 functions.
2010
2011 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2012
2013 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2014 by Nathan J. Williams.
2015
2016 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2017
2018 * lin-lwp.c (wait_lwp): New function, copied from
2019 stop_wait_callback. Clean up.
2020 (stop_wait_callback): Use wait_lwp.
2021
2022 2003-08-28 Andrew Cagney <cagney@redhat.com>
2023
2024 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2025 flavour and disassembler options.
2026 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2027 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2028 deprecated_tm_print_insn_info.
2029
2030 2003-08-27 Andrew Cagney <cagney@redhat.com>
2031
2032 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2033 Use target_read_memory.
2034 (s390_get_frame_info): Update. Do not reference
2035 deprecated_tm_print_insn_info.
2036 (s390_check_function_end, s390_is_sigreturn): Ditto.
2037
2038 2003-08-27 Andrew Cagney <cagney@redhat.com>
2039
2040 * Makefile.in (cris-tdep.o): Update dependencies.
2041 * cris-tdep.c: Include "gdb_assert.h".
2042 (cris_gdbarch_init): Set print_insn.
2043 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2044 (cris_delayed_get_disassembler): Simplify, directly call the
2045 disassembler returned by cris_get_disassembler.
2046 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2047 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2048 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2049 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2050 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2051 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2052 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2053 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2054 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2055 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2056 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2057 (gdb_print_insn_sparc): Delete function.
2058 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2059 deprecated_tm_print_insn_info.
2060 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2061 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2062 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2063 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2064 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2065 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2066 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2067 (s390_gdbarch_init): Set print_insn.
2068
2069 2003-08-27 Andrew Cagney <cagney@redhat.com>
2070
2071 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2072 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2073 * infcall.c (call_function_by_hand): Convert the entry point
2074 address into a code address.
2075
2076 2003-08-27 Andrew Cagney <cagney@redhat.com>
2077
2078 * dsrec.c: Include "gdb_string.h".
2079 * Makefile.in (dsrec.o): Update dependencies.
2080
2081 2003-08-27 Michael Chastain <mec@shout.net>
2082
2083 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2084
2085 2003-08-27 Andrew Cagney <cagney@redhat.com>
2086
2087 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2088 (alpha_osf1_init_abi): Do not set call_dummy_address.
2089
2090 2003-08-27 David Carlton <carlton@kealia.com>
2091
2092 From Randolph Chung <tausq@debian.org>:
2093 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2094 compiles with -Wformat-nonliteral -Werror.
2095
2096 2003-08-26 Jim Blandy <jimb@redhat.com>
2097
2098 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2099 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2100 bfd_lookup_symbol, since we only want symbols in code sections.
2101 (look_for_base): Pass zero as the SECT_FLAGS argument to
2102 bfd_lookup_symbol, since we're not concerned about which section
2103 the symbol is in.
2104
2105 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2106
2107 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2108 we are frameless or the return address register is already known.
2109
2110 2003-08-26 Andrew Cagney <cagney@redhat.com>
2111
2112 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2113 in size. Add comments.
2114
2115 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2116
2117 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2118 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2119
2120 2003-08-26 Jason Merrill <jason@redhat.com>
2121
2122 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2123 case out of #ifdef MIPS block.
2124
2125 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2126
2127 PR java/1322
2128 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2129 available before calling SECT_OFF_TEXT.
2130 * PROBLEMS: Remove description of java/1322.
2131
2132 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2133
2134 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2135 bof, and nat0-nat127 as pseudo-registers.
2136 (ia64_frame_cache): New struct used to cache frame info.
2137 (ia64_register_reggroup_p): New routine used to override default
2138 register grouping so registers without names are still saved and
2139 restored.
2140 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2141 pseudo values.
2142 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2143 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2144 (ia64_alloc_frame_cache): New routine to create a new
2145 ia64_frame_cache.
2146 (examine_prologue): Change prototype to add next_frame pointer.
2147 Assume frameless until otherwise proven. Verify that the cfm for
2148 current frame matches the cfm that should occur for the prologues
2149 alloc insn and if equal, mark as not frameless. At end of routine,
2150 if not frameless, calculate registers for the previous frame and store
2151 in the cache, if a cache is provided.
2152 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2153 and pass 0 for next_frame.
2154 (ia64_store_return_value): Change to use convert_typed_floating()
2155 instead of calling ia64_convert_to_raw().
2156 (ia64_extract_return_value): Change to use convert_typed_floating()
2157 instead of calling ia64_convert_to_virtual().
2158 (ia64_frame_cache): New routine to support new frame model.
2159 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2160 (ia64_frame_sniffer): Ditto.
2161 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2162 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2163 (ia64_sigtramp_frame_prev_register): Ditto.
2164 (ia64_sigtramp_frame_sniffer): Ditto.
2165 (ia64_frame_base_address): Ditto.
2166 (ia64_extract_struct_value_address): Change to issue error message.
2167 (ia64_frame_align): New routine to align sp.
2168 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2169 (ia64_push_arguments): Removed. Logic moved to
2170 ia64_push_dummy_call().
2171 (ia64_push_return_address): Ditto.
2172 (ia64_unwind_dummy_id): New function.
2173 (ia64_unwind_pc): Ditto.
2174 (ia64_convert_register_p): Ditto.
2175 (ia64_register_to_value): Ditto.
2176 (ia64_value_to_register): Ditto.
2177 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2178 (ia64_register_byte, ia64_register_raw_size): Ditto.
2179 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2180 (ia64_saved_pc_after_call): Ditto.
2181 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2182 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2183 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2184 (ia64_register_convert_to_raw): Ditto.
2185 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2186 (ia64_init_extra_frame_info): Ditto.
2187 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2188 (ia64_gdbarch_init): Remove registering of deprecated functions that
2189 are no longer used. Add registration of new gdbarch functions.
2190 Remove registering deprecated_write_sp. Replace
2191 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2192 Delete set_gdbarch_deprecated_register_convertible(),
2193 set_gdbarch_deprecated_register_convert_to_virtual(), and
2194 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2195 set_gdbarch_deprecated_register_size(),
2196 set_gdbarch_deprecated_register_bytes(),
2197 set_gdbarch_pcregnum(),
2198 set_gdbarch_deprecated_register_byte(),
2199 set_gdbarch_deprecated_register_raw_size(),
2200 set_gdbarch_deprecated_max_register_raw_size(),
2201 set_gdbarch_deprecated_register_virtual_size(),
2202 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2203 Replace set_gdbarch_deprecated_extract_return_value() with
2204 set_gdbarch_extract_return_value(). Remove calls to:
2205 set_gdbarch_deprecated_saved_pc_after_call();
2206 set_gdbarch_deprecated_frame_chain(),
2207 set_gdbarch_deprecated_frame_saved_pc(),
2208 set_gdbarch_deprecated_frame_init_saved_regs(),
2209 set_gdbarch_deprecated_get_saved_register(),
2210 set_gdbarch_deprecated_call_dummy_words(),
2211 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2212 set_gdbarch_deprecated_init_extra_frame_info(),
2213 set_gdbarch_deprecated_frame_args_address(),
2214 set_gdbarch_deprecated_frame_locals_address(),
2215 and set_gdbarch_deprecated_dummy_write_sp().
2216 Add set_gdbarch_convert_register_p(),
2217 set_gdbarch_register_to_value(),
2218 set_gdbarch_value_to_register(),
2219 set_gdbarch_push_dummy_call(),
2220 set_gdbarch_frame_align(),
2221 set_gdbarch_unwind_dummy_id(),
2222 set_gdbarch_unwind_pc(),
2223 frame_unwind_append_sniffer(),
2224 frame_unwind_append_sniffer(),
2225 and frame_base_set_default().
2226
2227 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2228
2229 * configure.tgt: Document need for special "mipsisa64" handling.
2230 (mipsisa64*-*-linux64): Handle as target linux64.
2231 (mipsisa64*-*-*): Handle as target embed64.
2232
2233 2003-08-18 Michael Chastain <mec@shout.net>
2234
2235 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2236 objfile bug.
2237
2238 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2239
2240 * i387-tdep.h: Update copyright date.
2241 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2242
2243 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2244 CFLAGS games to reflect reality.
2245
2246 2003-08-24 Andrew Cagney <cagney@redhat.com>
2247
2248 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2249 GDB_MULTI_ARCH is always non-zero.
2250 * osabi.c (_initialize_gdb_osabi): Ditto.
2251 (gdbarch_init_osabi): Ditto.
2252 * sparc-tdep.c: Ditto for #if code.
2253
2254 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2255
2256 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2257 Update comments.
2258 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2259 comments.
2260 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2261 x86_64_supply_fxsave.
2262 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2263 x86_64_supply_fxsave.
2264 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2265 x86_64_supply_fxsave.
2266
2267 2003-08-23 Andreas Jaeger <aj@suse.de>
2268
2269 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2270 i387_supply_fxsave.
2271
2272 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2273
2274 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2275 i387_supply_register.
2276 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2277 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2278 i387_supply_fsave.
2279 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2280 i387_supply_fxsave.
2281 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2282 i387_supply_fsave.
2283 * i386bsd-nat.c (supply_fpregset): Adjust call to
2284 i387_supply_fsave.
2285 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2286 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2287 supply_fpregset.
2288 (store_inferior_registers): Remove extraneous whitespace. Call
2289 i387_fill_fsave instead of fill_fpregset.
2290 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2291 (supply_fpregset): Likewise.
2292 * i386v4-nat.c (supply_fpregset): Adjust call to
2293 i387_supply_fsave.
2294 * i386-interix-nat.c (supply_fpregset): Adjust call to
2295 i387_supply_fsave.
2296 * i386-linux-nat.c (supply_fpregset): Adjust call to
2297 i387_supply_fsave.
2298 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2299 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2300 i387supply_fsave and i387_supply_fxsave.
2301 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2302 Incorporate code from `i387_supply_register.
2303 (i387_supply_register): Remove.
2304 (i387_supply_fxsave): Add `regnum' argument.
2305 Update comments.
2306 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2307 prototype.
2308 (i387_supply_register): remove prototype.
2309 Update comments.
2310
2311 2003-08-22 Michael Chastain <mec@shout.net>
2312
2313 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2314 Add lines for files in gdb/testsuite/gdb.cp/* that are
2315 still not 8.3 unique.
2316
2317 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2318
2319 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2320 TYPE_VPTR_FIELDNO is valid.
2321
2322 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2323
2324 * utils.c (set_width_command): Remove prototypes.
2325 (set_screen_size): New prototype.
2326 (init_page_info): Simplify by fetching the screen size from
2327 Readline. Call set_screen_size.
2328 (set_screen_size): New function.
2329 (set_width): Add missing whitespace in comment.
2330 (set_width_command): Call set_screen_size.
2331 (set_height_command): New function.
2332 (initialize_utils): Fix formatting. Make "set height" command
2333 call set_height_command. Remove redundant code that turns off
2334 pagination if output isn't a terminal. Remove redundant call to
2335 set_width_command.
2336
2337 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2338
2339 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2340 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2341 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2342 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2343 `case' keyword.
2344 (sparc64_register_info): Give the reister with number
2345 SPARC64_STATE_REGNUM a name.
2346 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2347 %asi and %ccr.
2348 (sparc64_push_dummy_call): Take BIAS into account when checking
2349 stcak alignment.
2350 (sparc_software_single_step): Remove assertions that check whether
2351 NPC and NNPC were zero.
2352 (sparc_supply_rwindow): Make public. Merge functionality with
2353 sparc64_supply_rwindow.
2354 (sparc_fill_rwindow): Make public. Merge functionality with
2355 sparc64_fill_rwindow.
2356 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2357 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2358 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2359 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2360 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2361
2362 * reggroups.c: Add whitespace after declarations of local
2363 variables in functions.
2364
2365 2003-08-21 Michael Chastain <mec@shout.net>
2366
2367 * gdbtypes.h: Change array bound type from an int to enum.
2368
2369 2003-08-21 Andrew Cagney <cagney@redhat.com>
2370
2371 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2372 * config/sparc/tm-sparc.h: Ditto.
2373 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2374 unconditionally.
2375 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2376
2377 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2378
2379 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2380 (register_objfile_data, set_objfile_data, objfile_data): New
2381 prototypes.
2382 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2383 prototypes.
2384 (allocate_objfile): Call objfile_alloc_data.
2385 (free_objfile): Call objfile_free_data.
2386 (struct objfile_data): New.
2387 (struct objfile_data_registration): New.
2388 (struct objfile_data_registry): New.
2389 (objfile_data_registry): New variable.
2390 (register_objfile_data): New function.
2391 (objfile_alloc_data, objfile_free_data): New functions.
2392 (set_objfile_data, objfile_data): New functions.
2393 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2394 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2395 (_initialize_dwarf2_frame): New function and prototype.
2396
2397 2003-08-21 Andrew Cagney <cagney@redhat.com>
2398
2399 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2400 a specific architecture.
2401 * arch-utils.h (set_architecture_from_arch_mach): Delete
2402 declaration.
2403 (target_architecture_hook): Delete declaration.
2404 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2405 (default_float_format): Assume GDB_MULTI_ARCH.
2406 (default_double_format): Assume GDB_MULTI_ARCH.
2407 (set_endian_from_file): Delete function.
2408 (arch_ok): Delete function.
2409 (set_arch): Delete function.
2410 (set_architecture_from_arch_mach): Delete function.
2411 (set_architecture_from_file): Delete function.
2412 (set_architecture): Assume GDB_MULTI_ARCH.
2413 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2414
2415 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2416
2417 Rewrite FreeBSD/sparc64 native configuration.
2418 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2419 * sparc64fbsd-nat.c: New file.
2420 * sparc64fbsd-tdep.c: New file.
2421 * sparc64-tdep.c sparc64-tdep.h: New files.
2422 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2423 sparc64fbsd-tdep.o): New dependencies.
2424 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2425 and sparc64fbsd-tdep.c.
2426 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2427 * config/sparc/fbsd.mh: Remove copyright notice.
2428 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2429 sparcbsd-nat.o.
2430 * config/sparc/fbsd.mt: Remove copyright notice.
2431 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2432 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2433 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2434 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2435 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2436 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2437 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2438 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2439 "sparc/tm-sp64.h".
2440 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2441 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2442
2443 2003-08-21 Michael Chastain <mec@shout.net>
2444
2445 * symtab.h: Add doco on the space critical structures and
2446 some measurements of space usage.
2447
2448 2003-08-21 Michael Snyder <msnyder@redhat.com>
2449
2450 * tracepoint.c (trace_dump_command): Trace break address
2451 is subject to DECR_PC_AFTER_BREAK.
2452 (set_traceframe_context): Make "trace_line" an int.
2453 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2454
2455 2003-08-20 Michael Snyder <msnyder@redhat.com>
2456
2457 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2458 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2459 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2460 argument passing.
2461 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2462 functions, replace sh_push_dummy_call.
2463 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2464
2465 2003-08-20 Michael Chastain <mec@shout.net>
2466
2467 * gdbtypes.h (struct main_type): Rearrange to save space.
2468
2469 2003-08-20 Michael Snyder <msnyder@redhat.com>
2470
2471 * trad-frame.c: Comment typo fix.
2472
2473 2003-08-20 Michael Snyder <msnyder@redhat.com>
2474 Kevin Buettner <kevinb@redhat.com>
2475
2476 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2477 (frv_frame_init_saved_regs): Add declaration.
2478 (frame_extra_info): Add new field ``saved_regs''.
2479 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2480 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2481 Update frame related code.
2482 (frv_extract_struct_value_address): Adjust formatting.
2483 * Makefile.in (frv-tdep.o): Update dependencies.
2484 * config/frv/tm-frv.h (target_insert_watchpoint)
2485 (target_remove_watchpoint, target_insert_hw_breakpoint)
2486 (target_remove_hw_breakpoint): Delete these macros.
2487 (remote_insert_watchpoint, remote_remove_watchpoint)
2488 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2489 these declarations.
2490
2491 2003-08-20 Michael Chastain <mec@shout.net>
2492
2493 * defs.h (ENUM_BITFIELD): New macro.
2494 * symtab.h (ENUM_BITFIELD): Use it.
2495 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2496
2497 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2498
2499 * MAINTAINERS (write after approval): Add myself.
2500
2501 2003-08-18 Andrew Cagney <cagney@redhat.com>
2502
2503 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2504 * gdbarch.h, gdbarch.c: Re-generate.
2505 * infcall.c (call_function_by_hand): Adjust the SP by
2506 frame_red_zone_size before allocating any stack space.
2507 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2508 * x86-64-tdep.c (x86_64_frame_align): New function.
2509 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2510
2511 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2512 Remove code adjusting SP so that it skips over the Red Zone.
2513
2514 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2515
2516 * NEWS (New native configurations): Mention FreeBSD/amd64.
2517
2518 2003-08-18 Andrew Cagney <cagney@redhat.com>
2519
2520 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2521 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2522 "m68k_frame_p".
2523 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2524
2525 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2526
2527 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2528
2529 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2530
2531 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2532 Define.
2533 * i386-linux-nat.c: Include "linux-nat.h".
2534 (child_post_startup_inferior): New function.
2535
2536 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2537
2538 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2539 at the start of a frameless function. This probably fixes PR
2540 backtrace/1338.
2541
2542 2003-08-17 Michael Chastain <mec@shout.net>
2543
2544 * symfile.c (find_sym_fns): Remove special case for apollo target.
2545
2546 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2547
2548 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2549 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2550 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2551 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2552 (linux_supports_tracevforkdone): New function.
2553 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2554 TRACEVFORKDONE.
2555 (child_follow_fork): Handle vfork.
2556 (linux_handle_extended_wait): Likewise. Also handle exec.
2557 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2558 * NEWS: Mention fork tracing.
2559
2560 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2561
2562 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2563
2564 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2565
2566 * Makefile.in (i386-linux-nat.o): Update dependencies.
2567 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2568 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2569 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2570 * i386-linux-nat.c: Include "linux-nat.h".
2571 (child_post_startup_inferior): New function.
2572 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2573 * infptrace.c (kill_inferior): Wrap in #ifdef.
2574 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2575 attaching to each LWP.
2576 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2577 (init_lin_lwp_ops): Fill in some more operations.
2578 * linux-nat.h (linux_enable_event_reporting)
2579 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2580 prototypes.
2581 * linux-nat.c (linux_enable_event_reporting): New function.
2582 (child_post_attach, linux_child_post_startup_inferior)
2583 (child_post_startup_inferior, child_follow_fork)
2584 (linux_handle_extended_wait, kill_inferior): New functions.
2585
2586 2003-08-16 Andrew Cagney <cagney@redhat.com>
2587
2588 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2589 * gdbarch.h, gdbarch.c: Re-generate.
2590
2591 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2592
2593 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2594
2595 2003-08-16 Andrew Cagney <cagney@redhat.com>
2596
2597 * NEWS: Mention that "set prompt-escape-char" was deleted.
2598 * top.c (get_prompt_1): Delete function.
2599 (gdb_prompt_escape):
2600 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2601 prompt-escape-char" command.
2602 (MAX_PROMPT_SIZE): Delete macro.
2603 (get_prompt): Simplify, do not call get_prompt_1.
2604
2605 2003-08-16 Andrew Cagney <cagney@redhat.com>
2606
2607 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2608 -Werror. -Wformat-nonliteral problems.
2609
2610 2003-08-15 J. Brobecker <brobecker@gnat.com>
2611
2612 Further multiarching work mostly for hppa64-*-hpux11:
2613 * hppa-tdep.h: New file.
2614 * hppa-tdep.c: #include hppa-tdep.c.
2615 (hppa32_num_regs): Renamed from hppa_num_regs.
2616 (hppa64_num_regs): New constant.
2617 (hppa64_call_dummy_breakpoint_offset): New constant.
2618 (hppa32_call_dummy_length): New constant.
2619 (hppa64_call_dummy_length): New constant.
2620 (hppa32_stack_align): Make name 32bit explicit.
2621 (hppa32_register_virtual_type): Likewise.
2622 (hppa32_extract_return_value): Likewise.
2623 (hppa32_use_struct_convention): Likewise.
2624 (hppa32_store_return_value): Likewise.
2625 (hppa64_register_virtual_type): New function.
2626 (hppa64_extract_return_value): New function.
2627 (hppa64_use_struct_convention): New function.
2628 (hppa64_store_return_value): New function.
2629 (hppa_frame_locals_address): Remove declaration, function does
2630 not exist anymore.
2631 (hppa_register_byte): Add support for PA64 ABI.
2632 (hppa_gdbarch_init): Add support for PA64 ABI.
2633 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2634 Make name 32bit explicit.
2635 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2636 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2637 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2638 (hppa64_hpux_frame_base_before_sigtramp): New function.
2639 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2640 * config/pa/tm-hppa64.h: Remove macros that are no longer
2641 necessary now that the gdbarch vector is properly setup.
2642 Transform some macros into function calls. Some minor cleanup.
2643 * config/pa/tm-hppah.h: Update function calls in macros
2644 following the function renaming in hppa-hpux-tdep.c.
2645 * Makefile.in (hppa_tdep_h): New variable.
2646 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2647
2648 2003-08-14 Michael Snyder <msnyder@redhat.com>
2649
2650 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2651
2652 2003-08-13 J. Brobecker <brobecker@gnat.com>
2653
2654 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2655 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2656 routine.
2657
2658 2003-08-13 Michael Snyder <msnyder@redhat.com>
2659
2660 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2661 (frv_saved_pc_after_call): Use deprecated ftype.
2662 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2663 (frv_remote_translate_xfer_address): Remove.
2664 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2665
2666 2003-08-13 J. Brobecker <brobecker@gnat.com>
2667
2668 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2669 initialization after the common gdbarch initialization, not before.
2670
2671 2003-08-13 J. Brobecker <brobecker@gnat.com>
2672
2673 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2674 (ADDR_BITS_REMOVE): Remove, redundant.
2675
2676 2003-08-13 J. Brobecker <brobecker@gnat.com>
2677
2678 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2679 gdbarch method to clear the 2 low bits of text addresses.
2680
2681 2003-08-12 Andrew Cagney <cagney@redhat.com>
2682
2683 * Makefile.in (dsrec.o): Update dependencies.
2684 * dsrec.c: Include "gdb_assert.h".
2685 (make_srec): Use snprintf instead of sprintf, use a literal format
2686 string.
2687
2688 2003-08-12 Andrew Cagney <cagney@redhat.com>
2689
2690 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2691 FRAME_OBSTACK_ZALLOC.
2692
2693 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2694
2695 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2696 SSE registers.
2697
2698 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2699
2700 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2701 amd64fbsd_sc_reg_offset): Add extern declarations.
2702 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2703 declarations.
2704
2705 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2706
2707 * MAINTAINERS (write after approval): Update my mail address.
2708
2709 2003-08-10 Andrew Cagney <cagney@redhat.com>
2710
2711 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2712
2713 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2714
2715 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2716 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2717 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2718 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2719 i386bsd_sc_reg_offset): Add extern declarations.
2720 * i386obsd-nat.c: Include "i386-tdep.h"
2721 (_initialize_i386obsd_nat): Remove extern declarations.
2722 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2723 declarations.
2724 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2725 declarations.
2726
2727 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2728 instead of frame_read_register.
2729 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2730 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2731 SP_REGNUM.
2732 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2733 instead of frame_unwind_unsigned_register. Use
2734 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2735 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2736 instead of read_register. Use builtin_type_void_data_ptr instead
2737 of builtin_type_void_func_ptr when extracting the address of the
2738 jmp_buf.
2739 (i386_extract_return_value, i386_store_return_value,
2740 i386_pseudo_register_read, i386_pseudo_register_write): Use
2741 register_size instead REGISTER_RAW_SIZE.
2742
2743 2003-08-10 Andrew Cagney <cagney@redhat.com>
2744
2745 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2746 sprintf. Make "name" constant.
2747
2748 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2749
2750 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2751 instead of frame_read_register.
2752 (i387_print_float_info): Use get_frame_register and
2753 get_frame_register_unsigned instead of frame_register_read.
2754
2755 * i386fbsd-nat.c: Include "i386-tdep.h".
2756 (child_resume): Make `eflags' an ULONGEST. Use
2757 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2758 instead of register_read and register_write.
2759
2760 * i386bsd-nat.c (fetch_inferior_registers,
2761 store_inferior_registers): Don't use && at the end of a line.
2762 (_initialize_i386bsd_nat): Fix typo.
2763
2764 * frame.c (_initialize_frame): Add missing backslash.
2765
2766 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2767 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2768 and supply_register instead of manipulating the register buffer
2769 directly.
2770
2771 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2772 * config/i386/nm-i386sol2.h
2773 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2774
2775 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2776 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2777 instructions that GCC likes to mingle into the prologue. Fixes
2778 gdb/1253 and gdb/1255.
2779
2780 2003-08-09 Andrew Cagney <cagney@redhat.com>
2781
2782 Fix GDB PR cli/926.
2783 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2784 * command.h (add_setshow_uinteger_cmd): Declare.
2785 * frame.c (set_backtrace_cmd): New function.
2786 (show_backtrace_cmd): New function.
2787 * frame.c (_initialize_frame): Replace "set/show
2788 backtrace-below-main" with "set/show backtrace past-main". Add
2789 command "set/show backtrace limit".
2790 (backtrace_past_main): Rename "backtrace_below_main".
2791 (backtrace_limit): New variable.
2792 (get_prev_frame): Update. Check the backtrace_limit.
2793
2794 2003-08-09 Andrew Cagney <cagney@redhat.com>
2795
2796 * defs.h (xstrprintf): Declare.
2797 * utils.c (xstrprintf): New function.
2798 * breakpoint.c (insert_breakpoints): Replace sprintf and
2799 non-literal format strings, with xstrprintf and cleanups.
2800 (delete_breakpoint,breakpoint_re_set): Ditto.
2801 (commands_command, insert_breakpoints): Ditto.
2802 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2803 (break_at_finish_command_1): Ditto.
2804
2805 2003-08-09 Andrew Cagney <cagney@redhat.com>
2806
2807 * MAINTAINERS (language support): List Adam Fedor as Objective C
2808 maintainer.
2809
2810 2003-08-08 J. Brobecker <brobecker@gnat.com>
2811
2812 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2813 are now multiarched.
2814
2815 2003-08-08 J. Brobecker <brobecker@gnat.com>
2816
2817 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2818 longer necessary now that hppa64 is partially multiarch'ed.
2819
2820 2003-08-08 Andrew Cagney <cagney@redhat.com>
2821
2822 * interps.c (interp_set): Check for a NULL "old_interp".
2823
2824 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2825
2826 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2827 (install-only): Support DESTDIR.
2828 (uninstall): Likewise.
2829 (install-gdbtk): Likewise.
2830
2831 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2832
2833 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2834 contains something meaningful at all times.
2835
2836 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2837
2838 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2839
2840 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2841
2842 * MAINTAINERS (write after approval): Added self.
2843
2844 2003-08-07 Andrew Cagney <cagney@redhat.com>
2845
2846 * inferior.h (AT_SYMBOL): Define.
2847 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2848 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2849 * mips-tdep.c (mips_call_dummy_address): Delete function.
2850 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2851 set call_dummy_address.
2852
2853 2003-08-07 Andrew Cagney <cagney@redhat.com>
2854
2855 * language.c (op_error): Delete function.
2856 (binop_type_check): Delete function.
2857 * language.h (type_op_error, range_op_error): Delete macros.
2858 (op_error): Delete declaration.
2859
2860 2003-08-07 Andrew Cagney <cagney@redhat.com>
2861
2862 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2863
2864 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2865
2866 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2867 (x86_64_push_arguments): Skip the red zone.
2868
2869 2003-08-05 Andrew Cagney <cagney@redhat.com>
2870
2871 * reggroups.c (reggroup_next): Check for the final entry.
2872
2873 2003-08-04 Andrew Cagney <cagney@redhat.com>
2874
2875 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2876 * cli/cli-script.c (define_command): Call query directly, instead
2877 of passing it a buffer.
2878 * ocd.c (ocd_error): Pass error a constant format string.
2879 * remote-mips.c (mips_error): Use fputs_filtered.
2880
2881 * solib-svr4.c (_initialize_svr4_solib): Update
2882 register_gdbarch_data call.
2883 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2884
2885 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2886 (register_gdbarch_data): Delete "free" parameter. Update
2887 comments.
2888 * gdbarch.h, gdbarch.c: Re-generate.
2889 * reggroups.c (_initialize_reggroup): Update.
2890 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2891 * frame-base.c (_initialize_frame_base): Update.
2892 * frame-unwind.c (_initialize_frame_unwind): Update.
2893 * user-regs.c (_initialize_user_regs): Update.
2894 * remote.c (_initialize_remote): Update.
2895 * regcache.c (_initialize_regcache): Update.
2896
2897 * regcache.c (xfree_regcache_descr): Delete function.
2898 (_initialize_regcache): Update call to register_gdbarch_data.
2899 (init_regcache_descr, init_legacy_regcache_descr): Use
2900 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2901
2902 * remote.c (free_remote_state): Delete function.
2903 (_initialize_remote): Update register_gdbarch_data.
2904 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2905 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2906
2907 2003-08-04 Andrew Cagney <cagney@redhat.com>
2908
2909 * reggroups.c (struct reggroup_el): Define.
2910 (struct reggroups): Delete field "nr_group". Replace array
2911 "group" with a "first" to "last" linked list.
2912 (reggroups_init): Update. Allocate using gdbarch's obstack.
2913 (reggroups_free): Delete function.
2914 (add_group): Update. Add "el" parameter.
2915 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2916 (default_groups): Update.
2917 (reggroup_next): Replace reggroups.
2918 (reggroups_dump): Update.
2919 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2920 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2921 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2922
2923 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2924
2925 * Makefile.in (tui-interp.o): Update dependencies.
2926
2927 2003-08-04 David Carlton <carlton@kealia.com>
2928
2929 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2930 to internal_error call.
2931 * source.c (forward_search_command): Add "%s" format argument.
2932 (reverse_search_command): Ditto.
2933 * top.c (quit_confirm): Ditto.
2934 * cli/cli-setshow.c (do_setshow_command): Ditto.
2935 * cp-valprint.c (cp_print_class_method): Replace
2936 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2937 (cp_print_class_member): Ditto.
2938 * event-top.c (command_line_handler): Ditto.
2939 * linux-proc.c (linux_info_proc_cmd): Ditto.
2940 * p-typeprint.c (pascal_type_print_base): Ditto.
2941 * p-valprint.c (pascal_object_print_class_method): Ditto.
2942 (pascal_object_print_class_member): Ditto.
2943 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2944 * remote.c (remote_cisco_section_offsets): Ditto.
2945 * top.c (command_line_input): Ditto.
2946 * utils.c (vwarning,error_stream,quit): Ditto.
2947 * valprint.c (print_floating,print_binary_chars)
2948 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2949
2950 2003-08-04 Andrew Cagney <cagney@redhat.com>
2951
2952 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2953
2954 2003-08-02 Andrew Cagney <cagney@redhat.com>
2955
2956 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2957 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2958 amd64fbsd-nat.c.
2959
2960 2003-08-02 Andrew Cagney <cagney@redhat.com>
2961
2962 * Makefile.in: Update all dependencies and definitions.
2963
2964 2003-08-02 Adam Fedor <fedor@gnu.org>
2965
2966 * linespec.c (is_objc_method_format): New function
2967 (decode_line_1, locate_first_half): Use it.
2968 Fixes PR objc/1298
2969
2970 2003-08-01 Andrew Cagney <cagney@redhat.com>
2971
2972 * NEWS: Mention that m32r is multi-arch.
2973 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2974 * configure.tgt: Recognize m32r-*-*.
2975 * config/m32r/tm-m32r.h: Delete file.
2976 * config/m32r/m32r.mt: New file.
2977 * m32r-rom.c (m32r_upload_command): Use hostent only when
2978 gethostname succeeds, in order to avoid a compilation
2979 warning.
2980 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2981 compiler warning.
2982
2983 2003-08-01 Michael Snyder <msnyder@redhat.com>
2984
2985 * sh-tdep.c (sh_frame_align): New gdbarch method.
2986 (sh_gdbarch_init): Set up frame_align method.
2987
2988 2003-07-31 Michael Snyder <msnyder@redhat.com>
2989
2990 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2991 which is already covered by the new frames infrastructure.
2992
2993 2003-07-31 Andrew Cagney <cagney@redhat.com>
2994
2995 * user-regs.c (struct user_reg): Add "next" link.
2996 (struct user_regs): Replace "user" with "first" and "last" links.
2997 (append_user_reg): Add pre-allocated "reg" parameter.
2998 (builtin_user_regs): Provide initial value for "last".
2999 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3000 (user_regs_init): Allocate memory from the gdbarch obstack.
3001 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3002 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3003 linked list.
3004 (usernum_to_user_reg): New function.
3005 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3006 (value_of_user_reg): Use usernum_to_user_reg.
3007 (user_regs_free): Delete function.
3008 (_initialize_user_regs): Update register_gdbarch_data call.
3009
3010 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3011
3012 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3013
3014 2003-07-30 Michael Snyder <msnyder@redhat.com>
3015
3016 * value.h (value_being_returned): Add a struct_addr argument.
3017 * infcall.c (call_function_by_hand): Pass struct_addr to
3018 value_being_returned.
3019 * infcmd.c (print_return_value): Pass zero as struct_addr.
3020 * values.c (value_being_returned): If struct_addr is passed,
3021 use it instead of trying to recover it from the inferior.
3022
3023 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3024
3025 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3026 the prologue analyzer won't need to attempt to extract the pc
3027 value from the woefully incomplete dummy frame.
3028 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3029 possible. Disable code which modifies the frame.
3030
3031 2003-07-28 Andrew Cagney <cagney@redhat.com>
3032
3033 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3034 to level 2.
3035 (annotate_breakpoints_table, annotate_record): Ditto.
3036 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3037 (annotate_field_name_end, annotate_field_value): Ditto.
3038 (annotate_field_end, annotate_frame_source_begin): Ditto.
3039 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3040 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3041 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3042 (annotate_frame_address_end, annotate_frame_address): Ditto.
3043 (annotate_frame_args, annotate_frame_end): Ditto.
3044 (annotate_frame_where, annotate_arg_begin): Ditto.
3045 (annotate_arg_name_end, annotate_arg_value): Ditto.
3046 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3047 (annotate_function_call, annotate_signal_name): Ditto.
3048 (annotate_signal_string, annotate_signal_name_end): Ditto.
3049 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3050 (annotate_value_begin, annotate_value_history_value): Ditto.
3051 (annotate_value_history_end, annotate_value_end): Ditto.
3052 (annotate_display_begin, annotate_display_number_end): Ditto.
3053 (annotate_display_format, annotate_display_expression): Ditto.
3054 (annotate_display_expression_end, annotate_display_value): Ditto.
3055 (annotate_display_end, annotate_array_section_begin): Ditto.
3056 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3057 (annotate_elt, annotate_array_section_end): Ditto.
3058
3059 2003-07-28 Andrew Cagney <cagney@redhat.com>
3060
3061 * regcache.c (struct regcache_descr): Update comments on
3062 nr_raw_registers.
3063 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3064 sizeof_raw_register_valid_p.
3065 (init_regcache_descr): Set nr_raw_registers and
3066 sizeof_raw_register_valid_p before calling
3067 init_legacy_regcache_descr.
3068
3069 2003-07-28 Andrew Cagney <cagney@redhat.com>
3070
3071 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3072 MOD NUM_REGS.
3073
3074 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3075
3076 * thread.c (info_threads_command): Use get_selected_frame ().
3077 Check that there is at least one non-sentinel frame.
3078
3079 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3080
3081 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3082 (m68hc11_pop_frame): Remove.
3083 (m68hc11_frame_saved_pc): Remove.
3084 (m68hc11_frame_chain): Remove.
3085 (m68hc11_frame_init_saved_regs): Remove.
3086 (m68hc11_init_extra_frame_info): Remove.
3087 (m68hc11_store_struct_return): Remove.
3088 (m68hc11_saved_pc_after_call): Remove.
3089
3090 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3091
3092 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3093 frame unwind information.
3094 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3095 and adapted for frame unwinding.
3096 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3097 (m68hc11_unwind_pc): New function.
3098 (m68hc11_frame_unwind_cache): New function to analyze frames.
3099 (m68hc11_frame_this_id): New function to create new frame struct.
3100 (m68hc11_frame_prev_register): New function to unwind a register from
3101 the frame.
3102 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3103 (m68hc11_frame_p): New function for the above.
3104 (m68hc11_frame_base_address): New function to return fp of frame.
3105 (m68hc11_frame_args_address): Update for frame.
3106 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3107 (m68hc11_unwind_sp): New function.
3108 (m68hc11_unwind_dummy_id): New function.
3109 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3110 calls.
3111
3112 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3113
3114 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3115 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3116 when we are beyond the current pc.
3117
3118 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3119
3120 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3121 from m68hc11_push_arguments.
3122 (m68hc11_push_arguments): Remove.
3123 (m68hc11_push_return_address): Remove.
3124 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3125 handlers; remove deprecated_extra_stack_alignment_needed.
3126
3127 2003-07-27 Andrew Cagney <cagney@redhat.com>
3128
3129 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3130 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3131 REAL_PC and not the pointer.
3132 * hppa-hpux-tdep.c: Include frame.h
3133
3134 2003-07-27 Andrew Cagney <cagney@redhat.com>
3135
3136 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3137 GDB_MULTI_ACH_PARTIAL.
3138
3139 2003-07-27 Andrew Cagney <cagney@redhat.com>
3140
3141 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3142 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3143 operator at start and not end of line.
3144 (decode_prologue): Ditto.
3145 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3146 frame_unwind_register_unsigned instead of
3147 frame_unwind_unsigned_register.
3148 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3149 read_register.
3150 (m32r_push_dummy_call): Use register_size instead of
3151 REGISTER_RAW_SIZE.
3152 (m32r_frame_sniffer): Replace m32r_frame_p.
3153 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3154 * m32r-rom.c (report_transfer_performance): Delete extern
3155 declaration.
3156 (m32r_load, m32r_upload_command): Use print_transfer_performance
3157 instead of report_transfer_performance.
3158 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3159 / add_show_from_set.
3160
3161 2003-07-26 Andrew Cagney <cagney@redhat.com>
3162
3163 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3164 store_return_value and extract_struct_value_address.
3165
3166 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3167
3168 PR c++/1267
3169 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3170 NULL, default to the section containing PC.
3171
3172 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3173
3174 * NEWS: Mention "regs" deprecated for m68hc11 too.
3175
3176 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3177 (m68hc11_print_register): New function to print out one register.
3178 (m68hc11_print_registers_info): New function to print registers.
3179 (show_regs): Deprecate and use the above.
3180 (m68hc11_gdbarch_init): Install the print_registers_info.
3181
3182 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3183
3184 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3185 that we have a SIGTRAP before returning non-zero.
3186
3187 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3188 Elena Zannoni <ezannoni@redhat.com>
3189
3190 * linespec.c (decode_line_2): Avoid crash if
3191 find_function_start_sal() returns empty record.
3192
3193 2003-07-23 Andreas Schwab <schwab@suse.de>
3194
3195 * ia64-tdep.c (ia64_print_insn): New function.
3196 (ia64_gdbarch_init): Set print_insn to it.
3197 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3198 deprecated_tm_print_insn_info.
3199
3200 2003-07-22 Michael Snyder <msnyder@redhat.com>
3201
3202 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3203 handle 8-bit returns (long long).
3204 (h8300h_extract_return_value): Ditto.
3205 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3206
3207 2003-07-22 Andrew Cagney <cagney@redhat.com>
3208
3209 * gdbarch.c Include "gdb_obstack.h".
3210 (struct gdbarch): Add an "obstack".
3211 (alloc_gdbarch_data): Allocate the gdbarch data using
3212 GDBARCH_OBSTACK_CALLOC.
3213 (free_gdbarch_data): Delete function.
3214 (gdbarch_obstack_zalloc): New function.
3215 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3216 Assert that the architecture is not initialized.
3217 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3218 vector from the obstack.
3219 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3220 architecture obstack.
3221 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3222 (set_gdbarch_data): Assert that the data is not initialized.
3223 (struct gdbarch_data): Delete member "free".
3224 (register_gdbarch_data): Do not initialize "free".
3225 * gdbarch.h, gdbarch.c: Re-generate.
3226
3227 2003-07-22 Andrew Cagney <cagney@redhat.com>
3228
3229 * configure.in (build_warnings): Add -Wformat-nonliteral.
3230 * configure: Re-generate.
3231
3232 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3233
3234 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3235
3236 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3237
3238 * findvar.c (read_var_value): Remove case for thread local storage
3239 variables. It is now entirely handled by the dwarf2 location
3240 expression code.
3241 * printcmd.c (address_info): Ditto.
3242 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3243 enumeration value.
3244 (struct symbol): Remove objfile field, which was used by
3245 LOC_THREAD_LOCAL_STATIC only.
3246 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3247 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3248 usage of objfile pointer.
3249 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3250 thread local variables.
3251 Add include of objfiles.h.
3252 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3253 storage variables.
3254 * Makefile.in (dwarf2loc.o): Update dependencies.
3255
3256 2003-07-22 Andrew Cagney <cagney@redhat.com>
3257
3258 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3259 get_frame_base.
3260 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3261 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3262 (struct value): Add opaque declaration.
3263 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3264
3265 2003-07-21 Andrew Cagney <cagney@redhat.com>
3266
3267 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3268 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3269
3270 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3271
3272 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3273 regcache_cooked_read_unsigned instead of read_register.
3274 (m68hc11_saved_pc_after_call): Likewise.
3275 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3276 instead of write_register.
3277 (m68hc11_register_type): New function.
3278 (m68hc11_register_virtual_type): Remove.
3279 (m68hc11_store_return_value): Convert to use the regcache.
3280 (m68hc11_extract_struct_value_address): Likewise.
3281 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3282 m68hc11_register_type; undeprecate store_return_value and
3283 extract_struct_value_address.
3284
3285 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3286
3287 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3288 and translate to use regcache.
3289 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3290
3291 2003-07-18 Andrew Cagney <cagney@redhat.com>
3292
3293 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3294 * gdbarch.h, gdbarch.c: Re-generate.
3295 * i386-tdep.c (i386_gdbarch_init): Do not set
3296 DWARF2_BUILD_FRAME_INFO.
3297 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3298 unconditionally.
3299 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3300 DWARF2_BUILD_FRAME_INFO.
3301
3302 2003-07-18 Andrew Cagney <cagney@redhat.com>
3303
3304 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3305 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3306
3307 2003-07-18 Andrew Cagney <cagney@redhat.com>
3308
3309 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3310 frame_unwind_address_in_block, instead of frame_pc_unwind.
3311 (dwarf2_frame_cache): Ditto.
3312
3313 2003-07-18 Andrew Cagney <cagney@redhat.com>
3314
3315 * user-regs.h (struct gdbarch): Declare opaque.
3316 * ui-out.h (struct ui_file): Declare opaque.
3317 * dwarf2-frame.h (struct frame_info): Declare opaque.
3318
3319 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3320
3321 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3322 #include "...".
3323 (procfs_meminfo): Change strerror to safe_strerror.
3324 (procfs_can_run): Remove K&R badness.
3325
3326 2003-07-17 Michael Snyder <msnyder@redhat.com>
3327
3328 * remote-sim.c: Comment typo fix.
3329
3330 2003-07-17 Andrew Cagney <cagney@redhat.com>
3331
3332 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3333 configure.
3334 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3335 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3336 GDB_MULTI_ARCH_PARTIAL.
3337
3338 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3339
3340 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3341 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3342 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3343
3344 2003-07-16 Theodore A. Roth <troth@openavr.org>
3345
3346 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3347 found.
3348 (avr_frame_unwind_cache): Don't unwind FP for main.
3349 Update a comment.
3350 Save the computed prev_sp.
3351 (avr_saved_regs_unwinder): Remove function.
3352 (avr_frame_prev_register): Use PC unwind logic from
3353 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3354
3355 2003-07-16 Andrew Cagney <cagney@redhat.com>
3356
3357 * frame-base.h (frame_base_p_ftype): Delete definition.
3358 (frame_base_append_predicate): Delete declaration.
3359 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3360 (frame_unwind_append_predicate): Delete declaration.
3361 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3362 (append_predicate): Delete parameter "p".
3363 (frame_unwind_append_predicate): Delete function.
3364 (frame_unwind_append_sniffer): Update call to append_predicate.
3365 (frame_unwind_free): Delete function.
3366 (_initialize_frame_unwind): Pass NULL as "free" to
3367 register_gdbarch_data.
3368 (frame_unwind_init): Append the dummy_frame_sniffer.
3369 (frame_unwind_find_by_frame): Simplify.
3370 * frame-base.c (struct frame_base_table): Delete field "p".
3371 (append_predicate): Delete parameter "p".
3372 (frame_base_append_predicate): Delete function.
3373 (frame_base_append_sniffer): Update call to append_predicate.
3374 (frame_base_free): Delete function.
3375 (frame_base_find_by_frame): Simplify.
3376 (_initialize_frame_base): Pass NULL as "free" to
3377 register_gdbarch_data.
3378 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3379 (x86_64_sigtramp_frame_sniffer): Replace
3380 "x86_64_sigtramp_frame_p".
3381 (x86_64_init_abi): Set the frame unwind sniffers.
3382 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3383 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3384 (m68k_gdbarch_init): Set the frame unwind sniffers.
3385 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3386 "i386_sigtramp_frame_p".
3387 (i386_frame_sniffer): Replace "i386_frame_p".
3388 (i386_gdbarch_init): Set the frame unwind sniffers.
3389 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3390 (avr_gdbarch_init): Set the frame unwind sniffers.
3391 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3392 "alpha_sigtramp_frame_p"
3393 (alpha_heuristic_frame_sniffer): Replace
3394 "alpha_heuristic_frame_p".
3395 (alpha_gdbarch_init): Set the frame unwind sniffers.
3396 (alpha_dwarf2_init_abi): Ditto.
3397 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3398 "alpha_debug_frame_p".
3399 (alpha_mdebug_frame_base_sniffer): Replace
3400 "alpha_mdebug_frame_base_p".
3401 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3402 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3403 (d10v_gdbarch_init): Set the frame unwind sniffer.
3404 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3405 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3406 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3407 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3408 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3409 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3410
3411 2003-07-16 Michael Snyder <msnyder@redhat.com>
3412
3413 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3414 should go thru sh_dsp_register_sim_regno, else the dsp regs
3415 will not get the right values.
3416
3417 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3418
3419 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3420 deprecated_store_floating by call to store_typed_floating.
3421 (sh_sh4_register_convert_to_raw): Substitute call to
3422 deprecated_extract_floating by call to extract_typed_floating.
3423
3424 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3425
3426 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3427
3428 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3429
3430 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3431 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3432 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3433 as possible.
3434 (do_pseudo_register): Remove.
3435 (sh_push_dummy_code): New function.
3436 (sh64_store_struct_return): Rename from sh_store_struct_return.
3437 Only called for sh64 now.
3438 (sh_extract_struct_value_address): Regcache'ify.
3439 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3440 and accomodate new tasks.
3441 (sh64_push_return_address): Rename from sh_push_return_address.
3442 Only called for sh64 now.
3443 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3444 Regcache'ify.
3445 (sh3e_sh4_extract_return_value): Regcache'ify.
3446 (sh_default_store_return_value): Ditto.
3447 (sh3e_sh4_store_return_value): Ditto.
3448 (sh_default_register_byte): Remove.
3449 (sh_sh4_register_byte): Remove.
3450 (sh_default_register_raw_size): Remove.
3451 (sh_sh4_register_raw_size): Remove.
3452 (sh_register_virtual_size): Remove.
3453 (sh_sh3e_register_virtual_type): Remove.
3454 (sh_sh3e_register_type): New function.
3455 (sh_sh4_register_virtual_type): Remove.
3456 (sh_sh4_register_type): New function.
3457 (sh_default_register_virtual_type): Remove.
3458 (sh_default_register_type): New function.
3459 (do_fv_register_info): Add parameters to accomodate call from
3460 sh_print_registers_info.
3461 (do_dr_register_info): Ditto.
3462 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3463 Add parameters to accomodate call from sh_print_registers_info.
3464 (sh_do_fp_register): Ditto.
3465 (sh64_do_pseudo_register): Call do_dr_register_info,
3466 do_fv_register_info and sh_do_fp_register with default parameters.
3467 (sh_do_register): Add parameters to accomodate call from
3468 sh_print_registers_info.
3469 (sh_print_register): Ditto.
3470 (sh_print_registers_info): Rename from sh_do_registers_info.
3471 Add parameters to be used as gdbarch_print_registers_info
3472 implementation. Accomodate removed do_pseudo_register function
3473 pointer.
3474 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3475 function pointer. Call sh_print_register with default parameters.
3476 (sh64_do_registers_info): Call sh_print_registers_info instead of
3477 sh_do_registers_info.
3478 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3479 detection of deprecated vs. non-deprecated functionality.
3480 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3481 function pointer assignments by direct function calls.
3482
3483 2003-07-15 Andrew Cagney <cagney@redhat.com>
3484
3485 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3486 (frame_register_unwind, create_new_frame): Ditto.
3487 (legacy_get_prev_frame, get_frame_type): Ditto.
3488 (get_frame_base_address): Use frame_base_find_by_frame.
3489 (get_frame_locals_address): Use frame_base_find_by_frame.
3490 (get_frame_args_address): Use frame_base_find_by_frame.
3491 * frame-base.h (frame_base_sniffer_ftype): Declare.
3492 (frame_base_append_sniffer): Declare.
3493 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3494 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3495 (frame_base_append_sniffer): New function.
3496 (frame_base_append_predicate): Add a NULL sniffer.
3497 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3498 (struct frame_base_table): Add "sniffer".
3499 (frame_base_free): Free the "sniffer" table.
3500 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3501 (frame_unwind_append_sniffer): Declare.
3502 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3503 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3504 (struct frame_unwind_table): Add "sniffer", delete "middle".
3505 (append_predicate): Add "sniffer" parameter, append the sniffer.
3506 (frame_unwind_init): Update append_predicate call.
3507 (frame_unwind_append_sniffer): New function.
3508 (frame_unwind_append_predicate): Update append_predicate call.
3509 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3510
3511 2003-07-15 Andrew Cagney <cagney@redhat.com>
3512
3513 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3514 before code inhibiting repeated unwind attempts. Add to
3515 commentary on that test's problems.
3516 * blockframe.c (inside_main_func): Look for "main" in the minimal
3517 symbol table.
3518 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3519 identical.
3520
3521 2003-07-15 Andrew Cagney <cagney@redhat.com>
3522
3523 * complaints.c (struct explanation): Define.
3524 (struct complaints): Change type of "explanation" to "struct
3525 explanation".
3526 (symfile_explanations): Convert to a "struct explanation" table.
3527 (vcomplaint): Update.
3528
3529 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3530
3531 * x86-64-linux-nat.c (regmap): Removed.
3532 (supply_gregset, fill_gregset): Call
3533 x86_64_linux_(fill,supply)_gregset functions.
3534 * x86-64-linux-tdep.c (USER_*): New defines.
3535 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3536 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3537 New functions.
3538 (fetch_core_registers): Ditto.
3539 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3540 * x86-64-linux-tdep.h: New file.
3541 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3542 and core-regset.o.
3543 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3544
3545 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3546
3547 * x86-64-tdep.c (x86_64_store_return_value): Use
3548 regcache_cooked_write_part instead of regcache_cooked_write.
3549
3550 * configure.host: Add x86_64-*-freebsd*.
3551 * configure.tgt: Add x86_64-*-freebsd*.
3552 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3553 * amd64fbsd-nat.c: New file.
3554 * amd64fbsd-tdep.c: New file.
3555 * config/i386/nm-fbsd64.h: New file.
3556 * config/i386/fbsd64.mh: New file.
3557 * config/i386/fbsd64.mt: New file.
3558
3559 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3560
3561 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3562 `sc_regs_offset' and `sc_fpregs_offset'.
3563 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3564 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3565 (alpha_sigtramp_register_address): Rewrite to use new members of
3566 `struct gdbarch_tdep'.
3567 (alpha_gdbarch_init): Initialize new members of struct
3568 gdbarch_tdep'.
3569 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3570 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3571 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3572 (alphafbsd_pc_in_sigtramp): Implement.
3573 (alphafbsd_sigtramp_offset): New function.
3574 (alphafbsd_sigcontext_addr): New function.
3575 (alphafbsd_init_abi): Initialize signal trampoline related members
3576 of `struct gdbarch_tdep'.
3577 (_initialize_alphafbsd_tdep): Add prototype.
3578
3579 2003-07-11 Theodore A. Roth <troth@openavr.org>
3580
3581 * Makefile.in (install-only): Quote sed expression when generating
3582 transformed_name.
3583
3584 2003-07-11 Richard Henderson <rth@redhat.com>
3585
3586 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3587 * dwarf2-frame.c: Include complaints.h.
3588 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3589 variable initialization; return NULL on error.
3590 (decode_frame_entry): New.
3591
3592 2003-07-11 Andrew Cagney <cagney@redhat.com>
3593
3594 * frame.h (frame_address_in_block): Delete declaration.
3595 * blockframe.c (frame_address_in_block): Delete function.
3596 (get_frame_block): Use get_frame_address_in_block.
3597 (block_innermost_frame): Ditto.
3598 * stack.c (print_frame, backtrace_command_1): Ditto.
3599
3600 * frame.h (get_frame_address_in_block): Declare.
3601 (frame_unwind_address_in_block): Declare.
3602 * frame.c (frame_unwind_address_in_block): New function.
3603 (get_frame_address_in_block): New function.
3604
3605 2003-07-10 Andrew Cagney <cagney@redhat.com>
3606
3607 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3608 pre-default. Note: re-generate has no effect.
3609
3610 2003-07-10 Andrew Cagney <cagney@redhat.com>
3611
3612 * gdbarch.sh: When a variable, but not a function, compare against
3613 0. Fix problem in previous patch.
3614 * gdbarch.c: Re-generate.
3615
3616 2003-07-10 Andrew Cagney <cagney@redhat.com>
3617
3618 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3619 functions against NULL, not 0.
3620 * gdbarch.c: Re-generate.
3621
3622 2003-07-10 Fred Fish <fnf@ninemoons.com>
3623
3624 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3625 null string instead of a null pointer.
3626 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3627
3628 2003-07-09 Michael Snyder <msnyder@redhat.com>
3629
3630 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3631
3632 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3633
3634 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3635 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3636 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3637 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3638 * x86-64-tdep.c: ... from here.
3639
3640 2003-07-09 Andreas Schwab <schwab@suse.de>
3641
3642 * m68k-tdep.h (enum struct_return): Define.
3643 (struct gdbarch_tdep): Add struct_return.
3644 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3645 bytes are padded to the right, not to the left. Pass struct value
3646 address in register %a1, not on stack.
3647 (m68k_use_struct_convention): New function.
3648 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3649 struct_return in tdep to pcc_struct_return.
3650 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3651 reg_struct_return.
3652
3653 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3654
3655 * somread.c (som_symfile_offsets): Fix compilation error.
3656
3657 2003-07-09 Andrew Cagney <cagney@redhat.com>
3658
3659 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3660 Add comments about the checks.
3661
3662 2003-07-08 Andrew Cagney <cagney@redhat.com>
3663
3664 * Makefile.in: Make dependency section headers consistent.
3665 (config_h): Move to $BUILD headers section.
3666 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3667 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3668 (ada-exp.tab.c): Move to YACC/LEX section.
3669 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3670 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3671
3672 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3673
3674 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3675 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3676 of strerror with safe_strerror, use ISO C function definitions,
3677 and replace instances of sprintf with snprintf.
3678
3679 2003-07-07 Andrew Cagney <cagney@redhat.com>
3680
3681 * frame.c (get_prev_frame): Enable check for identical frames.
3682 Update comments. Update error messages.
3683
3684 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3685
3686 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3687
3688 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3689
3690 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3691 sort_symtab_syms, no longer necessary.
3692
3693 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3694
3695 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3696
3697 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3698
3699 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3700 (mips_register_byte): Likewise.
3701
3702 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3703
3704 * Makefile.in (sparc_tdep_h): New.
3705 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3706 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3707 * sparc-linux-nat.c: Include "sparc-tdep.h".
3708 * sparc-nat.c: Likewise.
3709 * sparc-tdep.c: Likewise.
3710 * sparc64nbsd-nat.c: Likewise.
3711 * sparcnbsd-nat.c: Likewise.
3712 * sparcnbsd-tdep.c: Likewise.
3713 * sparc-tdep.h: New file.
3714 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3715 and sparc_npc_regnum.
3716
3717 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3718
3719 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3720 (mips_linux_cannot_store_register): List supported instead of
3721 unsupported registers.
3722
3723 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3724
3725 * disasm.c (dump_insns): Separate instructions from addresses.
3726
3727 2003-07-07 Andreas Schwab <schwab@suse.de>
3728
3729 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3730 dependencies.
3731 * m68k-tdep.c (NUM_FREGS): Delete.
3732 (SIG_PC_FP_OFFSET): Delete.
3733 (TARGET_M68K): Delete.
3734 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3735 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3736 P_MOVEL_SP, P_MOVEML_SP): Define.
3737 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3738 P_TRAP): Delete.
3739 (m68k_register_raw_size): Delete.
3740 (m68k_register_virtual_size): Delete.
3741 (m68k_register_type): Renamed from m68k_register_virtual_type and
3742 add gdbarch argument.
3743 (m68k_store_struct_return): Delete.
3744 (m68k_deprecated_extract_return_value): Delete.
3745 (m68k_deprecated_extract_struct_value_address): Delete.
3746 (m68k_frame_chain): Delete.
3747 (m68k_frame_saved_pc): Delete.
3748 (m68k_fix_call_dummy): Delete.
3749 (m68k_push_dummy_frame): Delete.
3750 (m68k_pop_frame): Delete.
3751 (m68k_extract_return_value): New function.
3752 (m68k_store_return_value): Rewrite using regcache.
3753 (m68k_extract_struct_value_address): Rewrite using regcache.
3754 (m68k_push_dummy_call): New function.
3755 (struct m68k_frame_cache): Define.
3756 (m68k_alloc_frame_cache): New function.
3757 (m68k_analyze_frame_setup): New function.
3758 (m68k_analyze_register_saves): New function.
3759 (m68k_analyze_prologue): New function.
3760 (m68k_skip_prologue): Rewrite using above functions.
3761 (m68k_unwind_pc): New function.
3762 (m68k_frame_cache): New function.
3763 (m68k_frame_this_id): New function.
3764 (m68k_frame_prev_register): New function.
3765 (m68k_frame_unwind): New variable.
3766 (m68k_frame_p): New function.
3767 (m68k_sigtramp_frame_cache): New function.
3768 (m68k_sigtramp_frame_this_id): New function.
3769 (m68k_sigtramp_frame_prev_register): New function.
3770 (m68k_sigtramp_frame_unwind): New variable.
3771 (m68k_sigtramp_frame_p): New function.
3772 (m68k_frame_base_address): New function.
3773 (m68k_frame_base): New function.
3774 (m68k_unwind_dummy_id): New function.
3775 (fill_gregset): Use regcache_collect.
3776 (fill_fpregset): Likewise.
3777 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3778 defined.
3779 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3780 deprecated_init_frame_pc, deprecated_store_struct_return,
3781 deprecated_extract_return_value, deprecated_store_return_value,
3782 deprecated_frame_chain, deprecated_frame_saved_pc,
3783 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3784 deprecated_register_virtual_size,
3785 deprecated_max_register_raw_size,
3786 deprecated_max_register_virtual_size,
3787 deprecated_register_virtual_type, deprecated_register_size,
3788 deprecated_register_byte, deprecated_register_bytes,
3789 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3790 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3791 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3792 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3793 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3794 deprecated_push_dummy_frame, deprecated_pop_frame,
3795 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3796 only if SYSCALL_TRAP is defined. Set extract_return_value,
3797 store_return_value, extract_struct_value_address, register_type,
3798 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3799 predicates.
3800 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3801 M68K_MAX_REGISTER_SIZE): Define.
3802 (struct m68k_sigtramp_info): Define.
3803 (struct gdbarch_tdep): Add get_sigtramp_info.
3804 * m68klinux-nat.c (fetch_register): Use register_size instead of
3805 REGISTER_RAW_SIZE. Don't put assignment in if.
3806 (store_register): Likewise.
3807 (fetch_inferior_registers): Likewise.
3808 (store_inferior_registers): Likewise.
3809 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3810 (m68k_linux_frame_saved_pc): Delete.
3811 (m68k_linux_sigcontext_reg_offset,
3812 m68k_linux_ucontext_reg_offset): Define.
3813 (m68k_linux_get_sigtramp_info): New function.
3814 (m68k_linux_extract_return_value): Rewrite using regcache.
3815 (m68k_linux_store_return_value): Likewise.
3816 (m68k_linux_extract_struct_value_address): Likewise.
3817 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3818 Don't set deprecated_frame_saved_pc,
3819 deprecated_extract_return_value, deprecated_store_return_value,
3820 deprecated_extract_struct_value_address. Set
3821 extract_return_value, store_return_value,
3822 extract_struct_value_address.
3823
3824 2003-07-07 Andrew Cagney <cagney@redhat.com>
3825
3826 * expprint.c: Include "user-regs.h" instead of "frame.h".
3827 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3828 frame_map_regnum_to_name.
3829 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3830 (frame_map_name_to_regnum): Simplify, call
3831 user_reg_map_name_to_regnum.
3832 (frame_map_regnum_to_name): Simplify, call
3833 user_reg_map_regnum_to_name.
3834 (frame_register_unwind): Update.
3835 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3836 (_initialize_frame_reg): Call user_reg_add_builtin.
3837 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3838 (value_of_register): Use value_of_user_reg.
3839 * eval.c (evaluate_subexp_standard): Update.
3840 * parse.c (write_dollar_variable): Update.
3841 * d10v-tdep.c (d10v_print_registers_info): Update.
3842 * infcmd.c (registers_info): Update.
3843 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3844 (builtin_regs_h): Delete macro.
3845 (user_regs_h): Define.
3846 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3847 (builtin-regs.o): Delete target.
3848 (user-regs.o): Specify dependencies.
3849 (expprint.o): Update dependencies.
3850 (findvar.o): Update dependencies.
3851 (frame.o): Update dependencies.
3852 (std-regs.o): Update dependencies.
3853
3854 2003-07-06 Christopher Faylor <cgf@redhat.com>
3855
3856 * win32-nat.c (solib_symbols_add): Use one variable for all section
3857 address stuff. Pass variable rather than address of variable to
3858 safe_symbol_file_add.
3859
3860 2003-07-06 Andreas Schwab <schwab@suse.de>
3861
3862 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3863
3864 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3865
3866 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3867
3868 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3869
3870 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3871
3872 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3873
3874 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3875 * config/i386/nto.mh: New file.
3876 * config/i386/nm-nto.h: New file.
3877 * configure.host: Add i[3456]86-*-nto*.
3878
3879 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3880
3881 * remote-vx.c (vx_add_symbols): Fix compilation error.
3882
3883 2003-07-03 Andrew Cagney <cagney@redhat.com>
3884
3885 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3886 * gdbarch.h, gdbarch.c: Re-generate.
3887 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3888 (legacy_register_name): Declare.
3889 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3890 (REGISTER_NAME): Define.
3891 * sparc-tdep.c (legacy_register_name): New function.
3892 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3893 (REGISTER_NAME): Define.
3894 (hppa64_register_name): Declare.
3895 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3896 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3897 (hppa64_register_name): New function.
3898 (hppa_register_name): New function.
3899 * arch-utils.c (legacy_register_name): Delete.
3900 * arch-utils.h (legacy_register_name): Delete.
3901
3902 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3903
3904 * cli/cli-interp.c (cli_interpreter_resume): Update the
3905 cli_uiout's stream to gdb_stdout.
3906
3907 2003-07-03 Andrew Cagney <cagney@redhat.com>
3908
3909 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3910 predicate.
3911 * gdbarch.h, gdbarch.c: Re-generate.
3912 * regcache.c (init_regcache_descr): Use legacy code when either
3913 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3914
3915 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3916
3917 * NEWS: Move "set logging" entry into GDB 6.0 section.
3918
3919 2003-07-02 Jim Blandy <jimb@redhat.com>
3920
3921 * s390-tdep.c (struct frame_extra_info): new member:
3922 'stack_bought_valid'.
3923 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3924 initialize fextra_info->stack_bought.
3925 (s390_frameless_function_invocation): Don't trust the value of
3926 fextra_info_ptr->stack_bought unless
3927 fextra_info->stack_bought_valid is set.
3928
3929 New S390 prologue analyzer.
3930 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3931 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3932 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3933 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3934 compute_x_addr, s390_on_stack, s390_store,
3935 s390_get_signal_frame_info): New functions.
3936 (S390_NUM_SPILL_SLOTS): New macro.
3937 (s390_get_frame_info): Rewritten.
3938 (is_arg_reg): Deleted.
3939
3940 Break out the decoding of S/390 instructions into separate
3941 functions, to make it more legible, and easier to check
3942 against the spec.
3943 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3944 is_rx, is_rxe): New functions.
3945 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3946 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3947 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3948 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3949 enums for opcode values. (Is this an improvement?)
3950
3951 2003-07-02 Andrew Cagney <cagney@redhat.com>
3952
3953 * i386-tdep.c: Revert change committed as part of trad-frame code
3954 below.
3955
3956 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3957
3958 * breakpoint.c (insert_catchpoint): Make static.
3959
3960 2003-07-02 Andreas Schwab <schwab@suse.de>
3961
3962 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3963 former ia64_push_arguments and ia64_push_return_address, and use
3964 regcache functions instead of read/write_register.
3965 (ia64_gdbarch_init): Set push_dummy_call instead of
3966 deprecated_push_arguments and deprecated_push_return_address.
3967
3968 2003-07-01 Andreas Jaeger <aj@suse.de>
3969
3970 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3971 before the call.
3972 Set %rax only to number of SSE registers used.
3973
3974 2003-07-01 Andrew Cagney <cagney@redhat.com>
3975
3976 * trad-frame.h: Update comments, a -1 .addr is reserved.
3977 (trad_frame_value_p, trad_frame_addr_p): Declare.
3978 (trad_frame_reg_p): Declare.
3979 (trad_frame_set_value): Rename trad_frame_register_value.
3980 (trad_frame_set_unknown): Declare.
3981 * trad-frame.c (trad_frame_realreg_p): New function.
3982 (trad_frame_addr_p, trad_frame_value_p): New function.
3983 (trad_frame_set_unknown): New function.
3984 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3985 (trad_frame_prev_register): Use trad_frame_realreg_p,
3986 trad_frame_addr_p and trad_frame_value_p.
3987 (trad_frame_set_value): Rename trad_frame_register_value.
3988 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3989 and trad_frame_set_value.
3990
3991 2003-06-30 Jim Blandy <jimb@redhat.com>
3992
3993 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3994 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3995 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3996 for 16 registers, and then 32 more bytes.
3997 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3998 New macros.
3999 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4000 Move up in the file, since it's now used by is_simple_arg.
4001 (is_simple_arg): Don't assume registers are four bytes long.
4002 Exclude all double arguments. Extended floats are not simple
4003 args.
4004 (is_power_of_two): New function.
4005 (pass_by_copy_ref): Call is_power_of_two, and check that the
4006 length fits in a register, rather than listing all the acceptable
4007 sizes. Extended floats are not passed by reference.
4008 (s390_push_arguments): Don't assume registers are four bytes long.
4009 Reserve an argument register to point to the buffer for structures
4010 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4011 S390_STACK_FRAME_OVERHEAD.
4012
4013 2003-06-30 Andreas Schwab <schwab@suse.de>
4014
4015 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4016 format error message.
4017
4018 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4019
4020 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4021
4022 2003-06-30 David Carlton <carlton@kealia.com>
4023
4024 Band-aid for PR c++/1245.
4025 * Makefile.in (cp-support.o): Depend on complaints_h.
4026 * cp-support.c: Include complaints.h. Add declaration for
4027 find_last_component.
4028 (cp_find_first_component): Separate code into
4029 cp_find_first_component_aux.
4030 (cp_find_first_component_aux): Call demangled_name_complaint.
4031 (demangled_name_complaint): New.
4032
4033 2003-06-30 Andrew Cagney <cagney@redhat.com>
4034
4035 * remote.c (remote_write_bytes): Explicitly compute and then use
4036 the payload size. Update comments to reflect. Fixes problem of
4037 GDB not sending small packets as found by Fred Fish.
4038
4039 2003-06-30 Andrew Cagney <cagney@redhat.com>
4040
4041 * remote.c (remote_async_wait): Fix -Wformat problem.
4042
4043 2003-06-29 Andrew Cagney <cagney@redhat.com>
4044
4045 * remote.c (remote_wait): Call error, and not warning, when the
4046 packet is corrupt.
4047 (remote_async_wait): Ditto.
4048
4049 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4050
4051 * sparc-tdep.c (sparc_y_regnum): Make external again.
4052
4053 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4054
4055 * cli/cli-logging.c (pop_output_files): Add void to function
4056 definition.
4057
4058 2003-06-29 Andrew Cagney <cagney@redhat.com>
4059
4060 * frame.c (frame_register_unwind): Use unsigned char when dumping
4061 the buffer contents.
4062
4063 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4064
4065 * cli/cli-logging.c: New file.
4066 * cli-out.c (struct ui_out_data): Add original_stream.
4067 (cli_redirect): New function.
4068 (cli_ui_out_impl): Add cli_redirect.
4069 (cli_out_new): Initialize original_stream.
4070 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4071 (uo_redirect, ui_out_redirect): New.
4072 * ui-out.h (struct ui_out_impl): Add redirect member.
4073 (redirect_ftype): New.
4074 (ui_out_redirect): Add prototype.
4075 * Makefile.in: Add rules for cli-logging.c.
4076 * NEWS: Mention "set logging".
4077
4078 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4079
4080 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4081
4082 2003-06-27 Andrew Cagney <cagney@redhat.com>
4083
4084 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4085 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4086 * avr-tdep.c (avr_call_dummy_address): Delete function.
4087 (avr_gdbarch_init): Do not set call_dummy_address.
4088
4089 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4090
4091 * symfile.c (syms_from_objfile): Move variables to inner block.
4092 Move the checks for the non-mainline case a bit earlier to avoid
4093 doing some useless computations.
4094
4095 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4096
4097 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4098
4099 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4100
4101 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4102 sections.
4103
4104 2003-06-26 Michael Chastain <mec@shout.net>
4105
4106 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4107 gdb/testsuite/gdb.c++/pr-1210.exp.
4108
4109 2003-06-26 Andrew Cagney <cagney@redhat.com>
4110
4111 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4112 altivec_expression.h and altivec_registers.h.
4113
4114 2003-06-26 Andrew Cagney <cagney@redhat.com>
4115
4116 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4117 info->mach when MIPS16. Patch suggested by Fred Fish.
4118
4119 2003-06-26 Andrew Cagney <cagney@redhat.com>
4120
4121 * utils.c (internal_vproblem): Print the problem to a reason
4122 buffer and then pass to query. Make the msg variable more local.
4123
4124 2003-06-26 Andrew Cagney <cagney@redhat.com>
4125
4126 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4127 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4128 * gdbarch.h, gdbarch.c: Re-generate.
4129 * frame-base.c (default_frame_args_address): Update. Use
4130 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4131 not available.
4132 (default_frame_locals_address): Ditto for
4133 DEPRECATED_FRAME_LOCALS_ADDRESS.
4134 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4135 (vax_frame_num_args): Update.
4136 (vax_gdbarch_init): Update.
4137 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4138 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4139 * mcore-tdep.c (mcore_gdbarch_init): Update.
4140 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4141 * ia64-tdep.c (ia64_gdbarch_init): Update.
4142 * symtab.h (address_class): Update comments.
4143 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4144 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4145 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4146 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4147 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4148 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4149 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4150 * alpha-mdebug-tdep.c: Update.
4151 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4152
4153 2003-06-26 Andreas Jaeger <aj@suse.de>
4154
4155 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4156 of SSE registers so that varargs functions work. Rework handling
4157 of passing arguments on the stack.
4158 (x86_64_store_return_value): Return double and float values in SSE
4159 register.
4160
4161 2003-06-24 Michael Chastain <mec@shout.net>
4162
4163 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4164 the "constructor breakpoints ignored" bug.
4165
4166 2003-06-25 David Carlton <carlton@kealia.com>
4167
4168 * MAINTAINERS: Update e-mail address.
4169
4170 2003-06-24 Jim Blandy <jimb@redhat.com>
4171
4172 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4173
4174 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4175 function.
4176 (ppc_linux_init_abi): Register it as the
4177 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4178
4179 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4180 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4181 method.
4182
4183 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4184 (ppc64_standard_linkage_target): Use it.
4185
4186 2003-06-23 Andrew Cagney <cagney@redhat.com>
4187
4188 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4189 for 0 "int0" and 4 "int32" sized registers.
4190 * gdbtypes.c (builtin_type_int0): Define.
4191 (build_gdbtypes): Initialize builtin_type_int0.
4192 * gdbtypes.h (builtin_type_int0): Declare.
4193
4194 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4195
4196 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4197 as characters are unsigned.
4198
4199 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4200
4201 PR gdb/1179
4202 * dwarfread.c (struct_type): Skip static fields without crashing.
4203
4204 2003-06-22 Andrew Cagney <cagney@redhat.com>
4205
4206 GDB 6.0 branch created.
4207 * README: Update.
4208 * PROBLEMS: Update. Empty.
4209 * NEWS: Update.
4210
4211 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4212
4213 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4214 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4215
4216 2003-06-22 Andrew Cagney <cagney@redhat.com>
4217
4218 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4219 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4220 Velikov.
4221
4222 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4223
4224 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4225 compilers.
4226
4227 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4228
4229 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4230 argument of val_print.
4231 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4232 to the address argument of baseclass_offset or target_read_memory.
4233 Do add it to the argument of cp_print_value_fields.
4234
4235 2003-06-21 Andrew Cagney <cagney@redhat.com>
4236
4237 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4238 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4239 instead of 0..NUM_REGS.
4240 (mips_register_reggroup_p): New function.
4241 (mips_pseudo_register_write): New function.
4242 (mips_pseudo_register_read): New function.
4243 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4244 based on the register's type.
4245 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4246 cooked.
4247 (mips_get_saved_register): Simplify. Assert that REGNO is a
4248 pseudo / cooked.
4249 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4250 (mips_register_type): Replace mips_register_virtual_type. Map
4251 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4252 when available.
4253 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4254 that the register is cooked / virtual.
4255 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4256 Only get the extra info when needed.
4257 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4258 (mips32_heuristic_proc_desc): Fetch the cooked register.
4259 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4260 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4261 (mips_print_register): Use gdbarch_register_type, instead of
4262 REGISTER_VIRTUAL_TYPE.
4263 (print_gp_register_row): Use gdbarch_register_type, instead of
4264 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4265 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4266 Print the pseudo / cooked registers.
4267 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4268 Print the pseudo / cooked registers.
4269 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4270 REG_NUM is pseudo / cooked.
4271 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4272 (mips_n32n64_xfer_return_value): Ditto.
4273 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4274 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4275 (mips_register_sim_regno): New function.
4276 (mips_gdbarch_init): Set deprecated_register_byte,
4277 register_group_p, pseudo_register_write, pseudo_register_read,
4278 register_sim_regno, and num_pseudo_regs. Set register_type,
4279 instead of register_virtual_type.
4280 * Makefile.in (mips-tdep.o): Update dependencies.
4281 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4282 REGISTER_VIRTUAL_TYPE.
4283 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4284 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4285 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4286 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4287 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4288
4289 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4290
4291 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4292 * cli/cli-cmds.c: Include "gdb_vfork.h".
4293 (shell_escape): Use vfork.
4294
4295 2003-06-21 Andrew Cagney <cagney@redhat.com>
4296
4297 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4298 32 bit floating-point register saves.
4299
4300 * frame.h (deprecated_unwind_get_saved_register): Delete.
4301 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4302 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4303 and deprecated_get_next_frame_hack instead of
4304 deprecated_unwind_get_saved_register.
4305
4306 * mips-tdep.c (mips_dump_tdep): Do not print
4307 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4308
4309 * frame.c (get_frame_register): New function.
4310 (frame_unwind_register_signed): New function.
4311 (get_frame_register_signed): New function.
4312 (frame_unwind_register_unsigned): New function.
4313 (get_frame_register_unsigned): New function.
4314 * frame.h: Add comments on naming schema.
4315 (get_frame_register, frame_unwind_register_signed): Declare.
4316 (get_frame_register_signed, get_frame_register_signed): Declare.
4317 (frame_unwind_register_unsigned): Declare.
4318 (get_frame_register_unsigned): Declare.
4319
4320 2003-06-20 Theodore A. Roth <troth@openavr.org>
4321
4322 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4323
4324 2003-06-20 Theodore A. Roth <troth@openavr.org>
4325
4326 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4327 (avr_read_sp): Ditto.
4328
4329 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4330
4331 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4332 * config/arm/nm-linux.h: Likewise.
4333 * config/arm/tm-linux.h: Likewise.
4334 * config/ia64/nm-linux.h: Likewise.
4335 * config/ia64/tm-ia64.h: Likewise.
4336 * config/s390/tm-linux.h: Likewise.
4337 * config/s390/tm-s390.h: Likewise.
4338 * s390-nat.c: Likewise.
4339 * s390-tdep.c: Likewise.
4340
4341 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4342 * config/ia64/linux.mt: Likewise.
4343 * config/m68k/linux.mh: Likewise.
4344 * config/mips/linux.mt: Likewise.
4345 * config/powerpc/linux.mh: Likewise.
4346 * config/sh/linux.mt: Likewise.
4347
4348 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4349
4350 * solib.c (solib_open): Change tests for whether to search
4351 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4352 comments.
4353
4354 2003-06-19 Theodore A. Roth <troth@openavr.org>
4355
4356 * avr-tdep.c (avr_frame_address): Delete function.
4357 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4358 set_gdbarch_frame_args_address.
4359
4360 2003-06-19 Andrew Cagney <cagney@redhat.com>
4361
4362 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4363 (REGISTER_CONVERT_FROM_TYPE): Delete.
4364 (mips_register_convert_to_type): Delete declaration.
4365 (mips_register_convert_from_type): Delete declaration.
4366 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4367 kernel/.
4368
4369 2003-06-19 Michael Snyder <msnyder@redhat.com>
4370
4371 * linux-nat.h: New file.
4372 * linux-nat.c: Include linux-nat.h.
4373 * lin-lwp.c: Include linux-nat.h.
4374 Move struct lwp_info def to linux-nat.h.
4375 * linux-proc.c: Include linux-nat.h.
4376 (linux_make_note_section): Iterate over lwps instead of threads.
4377 (linux_do_thread_registers): Use lwp instead of merged pid.
4378 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4379 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4380 Add dependency on linux_nat_h.
4381
4382 2003-06-19 Theodore A. Roth <troth@openavr.org>
4383
4384 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4385
4386 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4387
4388 * varobj.c (get_type, get_target_type): Use check_typedef.
4389
4390 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4391
4392 * breakpoint.c (insert_catchpoint): Call internal_error.
4393
4394 2003-06-19 Theodore A. Roth <troth@openavr.org>
4395
4396 * avr-tdep.c (avr_push_dummy_code): Delete function.
4397 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4398
4399 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4400
4401 * arch-utils.c (default_prepare_to_proceed): Remove.
4402 (generic_prepare_to_proceed): Remove.
4403 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4404 (generic_prepare_to_proceed): Remove prototype.
4405 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4406 * gdbarch.c: Regenerate.
4407 * gdbarch.h: Regenerate.
4408 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4409 * hppah-nat.c (hppa_switched_threads): Remove.
4410 * infrun.c (prepare_to_proceed): New static function, copied from
4411 generic_prepare_to_proceed. Remove select_it argument.
4412 (proceed): Call prepare_to_proceed.
4413 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4414 variables.
4415 (ptrace_wait): Don't set the removed variables.
4416 (hppa_switched_threads): Remove.
4417 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4418 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4419 (lin_lwp_prepare_to_proceed): Remove prototype.
4420 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4421 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4422
4423 2003-06-18 Theodore A. Roth <troth@openavr.org>
4424
4425 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4426 trad-frame.h.
4427 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4428 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4429 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4430 (AVR_PROLOGUE_*): Enumerate prologue types.
4431 (struct frame_extra_info): Remove.
4432 (struct avr_unwind_cache): Define.
4433 (avr_write_sp): Delete function.
4434 (avr_read_fp): Ditto.
4435 (avr_init_extra_frame_info): Ditto.
4436 (avr_pop_frame): Ditto.
4437 (avr_frame_saved_pc): Ditto.
4438 (avr_saved_pc_after_call): Ditto.
4439 (avr_push_return_address): Ditto.
4440 (avr_frame_chain): Ditto.
4441 (avr_store_struct_return): Ditto.
4442 (avr_push_arguments): Ditto.
4443 (avr_scan_prologue): Update comments. Changed to set up the info for
4444 cache unwinding. Now returns end of prologue PC.
4445 (avr_skip_prologue): Better handling of functions lacking a prologue
4446 by using avr_scan_prologue.
4447 (avr_scan_arg_moves): New function.
4448 (avr_saved_regs_unwinder): Ditto.
4449 (avr_frame_unwind_cache): Ditto.
4450 (avr_unwind_pc): Ditto.
4451 (avr_frame_this_id): Ditto.
4452 (avr_frame_prev_register): Ditto.
4453 (avr_frame_p): Ditto.
4454 (avr_frame_base_address ): Ditto.
4455 (avr_unwind_dummy_id): Ditto.
4456 (avr_push_dummy_code): Ditto.
4457 (push_stack_item): Ditto.
4458 (pop_stack_item): Ditto.
4459 (avr_push_dummy_call): Ditto.
4460 (struct stack_item): Define.
4461 (avr_frame_unwind): Declare structure.
4462 (avr_frame_base): Ditto.
4463 (avr_gdbarch_init): Remove calls to
4464 set_gdbarch_deprecated_init_frame_pc,
4465 set_gdbarch_deprecated_target_read_fp,
4466 set_gdbarch_deprecated_dummy_write_sp,
4467 set_gdbarch_deprecated_fp_regnum,
4468 set_gdbarch_deprecated_push_arguments,
4469 set_gdbarch_deprecated_push_return_address,
4470 set_gdbarch_deprecated_pop_frame,
4471 set_gdbarch_deprecated_store_struct_return,
4472 set_gdbarch_deprecated_frame_init_saved_regs,
4473 set_gdbarch_deprecated_init_extra_frame_info,
4474 set_gdbarch_deprecated_frame_chain,
4475 set_gdbarch_deprecated_frame_saved_pc,
4476 set_gdbarch_deprecated_saved_pc_after_call.
4477 Add calls to set_gdbarch_push_dummy_call,
4478 set_gdbarch_push_dummy_code,
4479 frame_unwind_append_predicate,
4480 frame_base_set_default,
4481 set_gdbarch_unwind_dummy_id,
4482 set_gdbarch_unwind_pc.
4483 Wrap a long line.
4484
4485 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4486
4487 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4488 registers for H8/300S.
4489 (h8300_print_registers_info): Ditto.
4490 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4491
4492 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4493
4494 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4495 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4496 (lin_lwp_wait): Likewise. Update comments.
4497 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4498 (pull_pid_from_list, linux_record_stopped_pid): New.
4499
4500 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4501
4502 * ada-lang.c (scan_discrim_bound): Name first argument.
4503 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4504 declared by ALL_BLOCK_SYMBOLS.
4505
4506 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4507
4508 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4509 ("regcache.h"): Include it.
4510 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4511
4512 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4513
4514 * NEWS: Mention gdbserver detach change and "disconnect" command.
4515 * infcmd.c (disconnect_command): New function.
4516 (_initialize_infcmd): Add ``disconnect'' command.
4517 * remote.c (remote_async_detach): Delete.
4518 (remote_detach): Merge remote_async_detach.
4519 (remote_disconnect): New.
4520 (init_remote_ops): Set to_disconnect.
4521 (init_remote_cisco_ops): Likewise.
4522 (init_remote_async_ops): Likewise. Use remote_detach.
4523 * target.c (cleanup_target): Default to_disconnect.
4524 (update_current_target): Inherit to_disconnect.
4525 (target_disconnect, debug_to_disconnect): New functions.
4526 (setup_target_debug): Set to_disconnect.
4527 * target.h (struct target_ops): Add to_disconnect.
4528 (target_disconnect): Add prototype.
4529
4530 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4531
4532 * breakpoint.c (insert_catchpoint): New function.
4533 (insert_breakpoints): Use catch_exceptions to call
4534 insert_catchpoint. Disable catchpoints if they fail to insert.
4535
4536 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4537
4538 * symfile.c (reread_symbols): Clear sym_private.
4539
4540 2003-06-17 Andrew Cagney <cagney@redhat.com>
4541
4542 * trad-frame.h (struct frame_info): Add opaque declaration.
4543 * remote-fileio.h (struct cmd_list_element): Add opaque
4544 declaration.
4545 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4546 comments.
4547
4548 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4549
4550 * remote.c (remote_prepare_to_store): Replace call to
4551 deprecated_read_register_bytes with multiple regcache_raw_read
4552 calls.
4553
4554 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4555
4556 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4557 (nto_find_and_open_solib): Likewise.
4558 (nto_init_solib_absolute_prefix): Likewise.
4559 (_initialize_nto_tdep): Fix indentation.
4560
4561 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4562
4563 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4564
4565 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4566
4567 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4568
4569 2003-06-17 Jim Blandy <jimb@redhat.com>
4570
4571 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4572
4573 2003-06-16 Theodore A. Roth <troth@openavr.org>
4574
4575 * avr-tdep.c (avr_extract_return_value): New function.
4576 (avr_gdbarch_init): Set extract_return_value method.
4577
4578 2003-06-16 Andrew Cagney <cagney@redhat.com>
4579
4580 * frame.h (deprecated_get_next_frame_hack): Declare.
4581 * frame.c (legacy_saved_regs_prev_register): Only require
4582 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4583 there are always saved regs.
4584 (deprecated_generic_get_saved_register): Do not require
4585 DEPRECATED_FRAME_INIT_SAVED_REGS.
4586 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4587 use frame ID unwind instead.
4588 (deprecated_get_next_frame_hack): New function.
4589
4590 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4591
4592 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4593 (h8300_push_dummy_call): ...this function. Some minor optimization.
4594 (h8300_push_return_address): Remove.
4595 (h8300_gdbarch_init): Remove calls to
4596 set_gdbarch_deprecated_dummy_write_sp,
4597 set_gdbarch_deprecated_push_arguments and
4598 set_gdbarch_deprecated_push_return_address.
4599 Add call to set_gdbarch_push_dummy_call.
4600
4601 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4602
4603 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4604 (E_PSEUDO_EXR_REGNUM): Ditto.
4605 (h8300_is_argument_spill): Check for instructions moving argument
4606 registers into safe registers.
4607 (h8300_skip_prologue): Check for stm instruction to push registers
4608 used for register variables onto stack.
4609 (gdb_print_insn_h8300): Remove.
4610 (h8300_examine_prologue): Add a comment.
4611 (h8300_register_name): Take pseudo registers into account.
4612 (h8300s_register_name): Ditto.
4613 (h8300sx_register_name): Ditto.
4614 (h8300_print_register): Ditto.
4615 (h8300_print_registers_info): Define "nice" printing order.
4616 (h8300_saved_pc_after_call): Take pseudo registers into account.
4617 (h8300_register_type): Ditto. Return type used for remote connection
4618 when requesting real CCR or EXR register, return actual type when
4619 requesting pseudo CCR or EXR.
4620 (h8300_pseudo_register_read): New function.
4621 (h8300_pseudo_register_write): Ditto.
4622 (h8300_dbg_reg_to_regnum): Ditto.
4623 (h8300s_dbg_reg_to_regnum): Ditto.
4624 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4625 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4626 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4627 set_gdbarch_print_insn architecture dependent.
4628 Call set_gdbarch_pseudo_register_read and
4629 set_gdbarch_pseudo_register_write.
4630 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4631
4632 2003-06-16 Andrew Cagney <cagney@redhat.com>
4633
4634 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4635 * gdbarch.h, gdbarch.c: Re-generate.
4636 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4637 * s390-tdep.c (s390_gdbarch_init): Update.
4638 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4639 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4640 * mips-tdep.c (mips_gdbarch_init): Update.
4641 * mcore-tdep.c (mcore_gdbarch_init): Update.
4642 * cris-tdep.c (cris_gdbarch_init): Update.
4643 * infcall.c (call_function_by_hand): Update.
4644 * ia64-tdep.c (ia64_push_arguments): Update comment.
4645 * frame.c (legacy_get_prev_frame): Do not assume
4646 SAVE_DUMMY_FRAME_TOS_P.
4647 * dummy-frame.c (find_dummy_frame): Update comment.
4648
4649 2003-06-16 Andrew Cagney <cagney@redhat.com>
4650
4651 * regcache.c (do_cooked_read): Do not use register_valid_p.
4652
4653 2003-06-15 Theodore A. Roth <troth@openavr.org>
4654
4655 * avr-tdep.c (avr_register_type): Remove a blank line.
4656 (avr_scan_prologue): Correct some comments.
4657
4658 2003-06-15 Theodore A. Roth <troth@openavr.org>
4659
4660 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4661 prologue types.
4662 Properly scan prologues generated by gcc with the -mcall-prologues
4663 option.
4664 Add code to scan -mcall-prologues for mega devices.
4665
4666 2003-06-15 Theodore A. Roth <troth@openavr.org>
4667
4668 * avr-tdep.c (avr_register_byte): Delete function.
4669 (avr_register_raw_size): Delete function.
4670 (avr_register_virtual_size): Delete function.
4671 (avr_register_virtual_type): Delete function.
4672 (avr_register_type): New function.
4673 (avr_address_to_pointer): Remove unused code.
4674 (avr_read_fp): Need to read FP as two separate bytes due to change to
4675 avr_register_type() usage.
4676 (avr_gdbarch_init): Don't set deprecated_register_size.
4677 Don't set deprecated_register_bytes.
4678 Don't set deprecated_register_byte.
4679 Don't set deprecated_register_raw_size.
4680 Don't set deprecated_max_register_raw_size.
4681 Don't set deprecated_register_virtual_size.
4682 Don't set deprecated_max_register_virtual_size.
4683 Don't set deprecated_register_virtual_type.
4684 Set register_type method.
4685
4686 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4687
4688 * Makefile.in (linux-nat.o): Add rule.
4689 * linux-nat.c: New file.
4690 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4691 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4692 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4693 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4694 * config/arm/linux.mh (NATDEPFILES): Likewise.
4695 * config/i386/linux.mh (NATDEPFILES): Likewise.
4696 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4697 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4698 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4699 * config/mips/linux.mh (NATDEPFILES): Likewise.
4700 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4701 * config/s390/s390.mh (NATDEPFILES): Likewise.
4702 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4703
4704 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4705
4706 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4707 replace out-of-date comment.
4708
4709 2003-06-15 Andrew Cagney <cagney@redhat.com>
4710
4711 * rdi-share/host.h (Fail): Change to a varargs function.
4712 * remote-rdi.c (Fail): Update.
4713
4714 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4715
4716 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4717 (i386_convert_register_p, i386_register_to_value,
4718 i386_register_from_value): Handle types longer than 8 bytes.
4719
4720 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4721
4722 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4723 Move floating-point code to new function in i387-tdep.c.
4724 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4725 New functions containing code moved here from i386-tdep.c.
4726 * i387-tdep.h: Add opaque declaration for `struct type'.
4727 (i387_register_to_value, i387_value_to_register): New prototypes.
4728 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4729 (x86_64_init_abi): Set convert_register_p, register_to_value and
4730 value_to_register here.
4731
4732 2003-06-14 Andrew Cagney <cagney@redhat.com>
4733
4734 * mips-tdep.c (mips_register_to_value): Make static.
4735 (mips_value_to_register): Make static.
4736 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4737 * ia64-tdep.c (ia64_register_raw_size): Make static.
4738 (ia64_register_virtual_size): Make static.
4739 (ia64_register_byte): Make static.
4740 * i387-tdep.c: Include "i387-tdep.h".
4741 (print_387_control_word): Delete function.
4742 (print_387_status_word): Delete function.
4743 (print_387_status_bits): Delete function.
4744 (print_387_control_bits): Delete function.
4745 * Makefile.in (i387-tdep.o): Update dependencies.
4746 * rdi-share/host.h (Fail): Declare.
4747 * remote-rdi.c (Fail): Update to match declaration.
4748
4749 2003-06-14 Andrew Cagney <cagney@redhat.com>
4750
4751 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4752 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4753 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4754 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4755 * README: Delete reference to remote-array.
4756 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4757 (remote-array.o): Delete target.
4758 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4759 * remote-array.c: Delete file.
4760
4761 2003-06-14 Andrew Cagney <cagney@redhat.com>
4762 Mark Kettenis <kettenis@gnu.org>
4763
4764 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4765 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4766 parameter with "frame".
4767 * gdbarch.h, gdbarch.c: Re-generate.
4768 * frame.h (put_frame_register): Declare.
4769 * frame.c (put_frame_register): New function.
4770 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4771 (legacy_register_to_value): Rewrite, use "frame" to get the
4772 register value.
4773 (legacy_value_to_register): Rewrite, use "frame" to find the
4774 register's location before storing.
4775 * arch-utils.h (legacy_convert_register_p): Update.
4776 (legacy_register_to_value, legacy_value_to_register): Update.
4777 * findvar.c (value_from_register): Rewrite, eliminate use of
4778 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4779 "frame" to REGISTER_TO_VALUE.
4780 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4781 lval_reg_frame_relative + lval_register branch of the switch. Do
4782 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4783 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4784 I386_EDI_REGNUM): New defines.
4785 (i386_next_regnum, i386_convert_register_p,
4786 i386_register_to_value, i386_value_to_register): New functions.
4787 (i386_register_convertible, i386_register_convert_to_virtual,
4788 i386_convert_to_raw): Remove functions.
4789 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4790 value_to_register instead of register_convertible,
4791 register_convert_to_virtual and register_convert_to_raw.
4792 * mips-tdep.c (mips_convert_register_p): New function.
4793 (mips_value_to_register): Replace mips_register_convert_from_type.
4794 (mips_register_to_value): Replace mips_register_convert_to_type.
4795 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4796 register_to_value.
4797 * alpha-tdep.c (alpha_convert_register_p): Update.
4798 (alpha_value_to_register): Update, store the register.
4799 (alpha_register_to_value): Update, fetch the register.
4800
4801 2003-06-14 Theodore A. Roth <troth@openavr.org>
4802
4803 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4804 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4805 Don't set deprecated_call_dummy_words.
4806 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4807 Don't set remote_translate_xfer_address.
4808 (avr_io_reg_read_command): Remove commented out debug printf.
4809 Wrap a long line.
4810
4811 2003-06-14 Theodore A. Roth <troth@openavr.org>
4812
4813 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4814 causes gdb to seg fault.
4815
4816 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4817
4818 * sparc-nat.c (fetch_inferior_registers): Correct
4819 a reference to "registers".
4820
4821 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4822
4823 * Makefile.in (exc_request_U_h): Define
4824 (exc_request_S_h): Likewise.
4825 (msg_reply_S_h): Likewise.
4826 (msg_U_h): Likewise.
4827 (notify_S_h): Likewise.
4828 (process_reply_S_h): Likewise.
4829 (gnu-nat.o): Depend on gdb_obstack_h
4830 * gnu-nat.c: Include "gdb_obstack.h".
4831
4832 2003-06-13 Andrew Cagney <cagney@redhat.com>
4833
4834 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4835 * gdbarch.h, gdbarch.c: Re-generate.
4836
4837 2003-06-13 Andrew Cagney <cagney@redhat.com>
4838
4839 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4840 when deprecated REGISTER macros can be deleted.
4841 * gdbarch.h, gdbarch.c: Re-generate.
4842
4843 2003-06-13 Jim Blandy <jimb@redhat.com>
4844
4845 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4846 Linux entry point symbols for _dl_debug_state, too.
4847
4848 2003-06-13 Andrew Cagney <cagney@redhat.com>
4849
4850 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4851 available, do not use the FP register, and always save the TOS.
4852 * dummy-frame.c (dummy_frame_this_id): Do not assert
4853 SAVE_DUMMY_FRAME_TOS.
4854 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4855 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4856 (i386_push_dummy_call): Add 8 to the returned SP.
4857 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4858 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4859 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4860 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4861 (x86_64_push_dummy_call): Return "sp + 16".
4862 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4863 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4864 save_dummy_frame_tos.
4865
4866 2003-06-13 Jim Blandy <jimb@redhat.com>
4867
4868 * frv-tdep.c (frv_use_struct_convention): Delete static
4869 declaration for function deleted in my change of 2003-06-12.
4870
4871 2003-06-13 Theodore A. Roth <troth@openavr.org>
4872
4873 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4874 (avr_pointer_to_address): Shift code addrs left 1 bit.
4875 (avr_convert_from_func_ptr_addr): Delete function since operation is
4876 better handled by avr_address_to_pointer and avr_pointer_to_address.
4877 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4878
4879 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4880
4881 From Kelley Cook <kelleycook@wideopenwest.com>:
4882 * configure.host: Accept i[34567]86 variants.
4883 * configure.tgt: Likewise.
4884 * nlm/configure.in: Likewise.
4885 * nlm/configure: Regenerated.
4886
4887 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4888
4889 * arm-tdep.c (solib-svr4.h): Dont' include it.
4890 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4891 * arm-linux-tdep.c: ... here. Make static.
4892 (arm_linux_init_abi): Register it.
4893 (solib-svr4.h): Include it.
4894 * Makefile.in: Update dependencies.
4895 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4896 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4897
4898 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4899
4900 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4901 indicate registers used for return values.
4902 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4903 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4904 members.
4905 (h8300_init_extra_frame_info): Ditto.
4906 (h8300_frame_locals_address): Removed.
4907 (h8300_frame_args_address): Removed.
4908 (h8300_extract_return_value): Use new regcache structure. Only care
4909 for 16 bit CPUs.
4910 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4911 (h8300_store_return_value): Use new regcache structure. Only care
4912 for 16 bit CPUs.
4913 (h8300h_store_return_value): Same function for 32 bit CPUs.
4914 (h8300_store_struct_return): Removed.
4915 (h8300_extract_struct_value_address): Use new regcache structure.
4916 (h8300h_extract_struct_value_address): Removed.
4917 (h8300_push_dummy_code): New function.
4918 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4919 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4920 set_gdbarch_store_return_value architecture dependent.
4921 Call set_gdbarch_push_dummy_code and
4922 set_gdbarch_extract_struct_value_address.
4923 Remove calls to set_gdbarch_frame_args_address,
4924 set_gdbarch_frame_locals_address,
4925 set_gdbarch_deprecated_store_struct_return,
4926 set_gdbarch_deprecated_extract_return_value,
4927 set_gdbarch_deprecated_extract_struct_value_address,
4928 set_gdbarch_deprecated_call_dummy_words and
4929 set_gdbarch_deprecated_sizeof_call_dummy_words.
4930
4931 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4932
4933 * h8300-tdep.c (h8300_register_byte): Remove.
4934 (h8300h_register_byte): Remove.
4935 (h8300_register_virtual_type): Remove. Substitute by...
4936 (h8300_register_type): New function.
4937 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4938 (h8300h_extract_struct_value_address): Ditto.
4939 (h8300_gdbarch_init): Drop calls to
4940 set_gdbarch_deprecated_register_byte and
4941 set_gdbarch_deprecated_register_virtual_type.
4942 Add call to set_gdbarch_register_type.
4943
4944 2003-06-13 Andrew Cagney <cagney@redhat.com>
4945
4946 * gdbarch.sh: Update comments on registers.
4947 (deprecated_register_byte): Rename register_byte.
4948 (deprecated_register_raw_size): Rename register_raw_size.
4949 (deprecated_register_virtual_size): Rename register_virtual_size.
4950 (deprecated_register_virtual_type): Rename register_virtual_type.
4951 * gdbarch.h, gdbarch.c: Re-generate.
4952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4953 * vax-tdep.c (vax_gdbarch_init): Update.
4954 * v850-tdep.c (v850_gdbarch_init): Update.
4955 * sparc-tdep.c (sparc_gdbarch_init): Update.
4956 * sh-tdep.c (sh_gdbarch_init): Update.
4957 * s390-tdep.c (s390_gdbarch_init): Update.
4958 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4959 * ns32k-tdep.c: Update.
4960 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4961 * mips-tdep.c (mips_gdbarch_init): Update.
4962 * mcore-tdep.c (mcore_gdbarch_init): Update.
4963 * m68k-tdep.c (m68k_gdbarch_init): Update.
4964 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4965 * ia64-tdep.c (ia64_gdbarch_init): Update.
4966 * hppa-tdep.c (hppa_gdbarch_init): Update.
4967 * h8300-tdep.c (h8300_gdbarch_init): Update.
4968 * frv-tdep.c (frv_gdbarch_init): Update.
4969 * cris-tdep.c (cris_gdbarch_init): Update.
4970 * avr-tdep.c (avr_gdbarch_init): Update.
4971 * alpha-tdep.c (alpha_gdbarch_init): Update.
4972 * arm-tdep.c (arm_gdbarch_init): Update.
4973
4974 2003-06-13 Andrew Cagney <cagney@redhat.com>
4975
4976 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4977 mips_o32_use_struct_convention with always_use_struct_convention.
4978
4979 2003-06-12 David Carlton <carlton@kealia.com>
4980
4981 * cp-namespace.c (cp_set_block_scope): Comment out
4982 processing_has_namespace_info branch.
4983
4984 2003-06-12 Jim Blandy <jimb@redhat.com>
4985
4986 Recognize and skip 64-bit PowerPC Linux linkage functions.
4987 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4988 insn_pattern, insns_match_pattern, d_field, ds_field): New
4989 functions, macros, and types for working with PPC instructions.
4990 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4991 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4992 ppc64_skip_trampoline_code): New functions, variables, and macros
4993 for recognizing and skipping linkage functions.
4994 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4995 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4996
4997 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4998 register offsets for both the 32- and 64-bit interfaces.
4999
5000 Actually finish the job started by my change of 2003-05-29.
5001 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5002 other #definition of this.
5003 (ppc_linux_skip_trampoline_code): Remove declaration.
5004 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5005 static.
5006 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5007 method for GDBARCH.
5008
5009 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5010 'long' on ppc64-*-linux*.
5011
5012 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5013 isn't #defined, assume the register doesn't exist: act as if
5014 tdep->ppc_mq_regnum were -1.
5015
5016 * configure.host, configure.tgt: Add entries for
5017 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5018 powerpc/linux.mt.
5019 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5020 New files.
5021
5022 * arch-utils.c (always_use_struct_convention): New function.
5023 * arch-utils.h (always_use_struct_convention): New prototype.
5024 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5025 (alpha_gdbarch_init): Register always_use_struct_convention,
5026 instead of alpha_use_struct_convention.
5027 * cris-tdep.c (cris_use_struct_convention): Delete.
5028 (cris_gdbarch_init): Register always_use_struct_convention,
5029 instead of cris_use_struct_convention.
5030 * frv-tdep.c (frv_use_struct_convention): Delete.
5031 (frv_gdbarch_init): Register always_use_struct_convention,
5032 instead of frv_use_struct_convention.
5033 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5034 (h8300_gdbarch_init): Register always_use_struct_convention,
5035 instead of h8300_use_struct_convention.
5036 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5037 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5038 instead of mips_o32_use_struct_convention.
5039
5040 2003-06-12 Andrew Cagney <cagney@redhat.com>
5041
5042 * wince.c: Include "mips-tdep.h".
5043 * mips-tdep.h (mips_next_pc): Declare.
5044 * mcore-tdep.c: Make more local functions static.
5045 * Makefile.in (wince.o): Update dependencies.
5046
5047 2003-06-12 David Carlton <carlton@kealia.com>
5048
5049 * symtab.c (lookup_symbol_aux_minsyms): Replace
5050 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5051 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5052 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5053 SYMBOL_NATURAL_NAME.
5054
5055 2003-06-12 Andreas Schwab <schwab@suse.de>
5056
5057 * Makefile.in (tuiDisassem.o): Update dependencies.
5058
5059 2003-06-12 David Carlton <carlton@bactrian.org>
5060
5061 * symtab.h: Delete declaration of make_symbol_overload_list.
5062 Add declaration of lookup_partial_symbol.
5063 * symtab.c (remove_params): Move to cp-support.c.
5064 (overload_list_add_symbol, make_symbol_overload_list)
5065 (sym_return_val_size, sym_return_val_index): Ditto.
5066 (lookup_partial_symbol): Make extern.
5067 * cp-support.h: Add declaration of make_symbol_overload_list.
5068 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5069 symtab.h, and block.h.
5070 (remove_params): Move here from symtab.c.
5071 (overload_list_add_symbol, make_symbol_overload_list)
5072 (sym_return_val_size, sym_return_val_index): Ditto.
5073 * valops.c: Include cp-support.h.
5074 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5075 frame_h, and block_h.
5076 (valops.o): Depend on cp_support_h.
5077
5078 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5079
5080 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5081 substitute by NUM_REGS throughout.
5082 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5083 (h8300s_register_name): New function for H8S registers.
5084 (h8300sx_register_name): Ditto for H8SX registers.
5085 (h8300_print_register): Revise register printing, avoid depending
5086 on 32 bit long.
5087 (h8300_register_byte): Only care for H8/300 registers.
5088 (h8300h_register_byte): New function for any other architecture.
5089 (h8300_register_raw_size): Remove.
5090 (h8300_register_virtual_type): Revise to return actually useful
5091 type.
5092 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5093 (h8300h_extract_struct_value_address): New function for any other
5094 architecture.
5095 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5096 set_gdbarch_register_name, set_gdbarch_register_byte,
5097 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5098 Remove calls to set_gdbarch_deprecated_register_size,
5099 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5100 set_gdbarch_deprecated_max_register_raw_size,
5101 set_gdbarch_register_virtual_size and
5102 set_gdbarch_deprecated_max_register_virtual_size entirely.
5103 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5104 set_gdbarch_long_double_bit.
5105
5106 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5107
5108 * doublest.c (convert_doublest_to_floatformat): When dealing
5109 with the implied integer bit, only alter mant_bits if we are
5110 processing a full 32 bits of mantissa.
5111
5112 2003-06-11 David Carlton <carlton@bactrian.org>
5113
5114 * dictionary.h: New.
5115 * dictionary.c: New.
5116 * block.h: Add opaque declaration for struct dictionary.
5117 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5118 'sym' members.
5119 (BLOCK_DICT): New macro.
5120 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5121 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5122 BLOCK_SHOULD_SORT.
5123 (ALL_BLOCK_SYMBOLS): Update definition.
5124 * Makefile.in (SFILES): Add dictionary.c.
5125 (dictionary_h): New.
5126 (COMMON_OBS): Add dictionary.o.
5127 (dictionary.o): New.
5128 (ada-lang.o): Depend on dictionary_h.
5129 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5130 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5131 (mi-cmd-stack.o): Ditto.
5132 (gdbtk-cmds.o): Update dependencies.
5133 (gdbtk-stack.o): Ditto.
5134 * ada-lang.c: Include dictionary.h.
5135 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5136 (fill_in_ada_prototype, debug_print_block): Ditto.
5137 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5138 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5139 'is_sorted'.
5140 * mdebugread.c: Include dictionary.h.
5141 (struct parse_stack): Delete 'maxsyms' member.
5142 (parse_symbol): Update calls to new_block. Delete calls to
5143 shrink_block. Use dictionary methods.
5144 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5145 Update calls to new_symtab. Don't maintain maxsyms data.
5146 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5147 (add_symbol): Just call dict_add_symbol.
5148 (new_symtab): Delete 'maxsyms' argument.
5149 (new_symtab): Update calls to new_block.
5150 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5151 (shrink_block): Delete function.
5152 (fixup_sigtramp): Update call to new_block. Add symbol via
5153 dict_add_symbol.
5154 * jv-lang.c: Include dictionary.h.
5155 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5156 appropriately. Set class_symtab->free_func. Make sure the
5157 blockvector is big enough to hold two blocks.
5158 (add_class_symtab_symbol): Use dictionary methods.
5159 (free_class_block): New function.
5160 (type_from_class): Replace explicit iteration by
5161 ALL_BLOCK_SYMBOLS.
5162 * symtab.h (struct symtab): Replace 'free_ptr' method by
5163 'free_func'.
5164 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5165 sort_symtab_syms.
5166 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5167 sort_symtab_syms.
5168 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5169 Include dictionary.h.
5170 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5171 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5172 sort_symtab_syms.
5173 * objfiles.c: Include dictionary.h.
5174 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5175 * buildsym.c: Include dictionary.h.
5176 (finish_block): Use dictionary methods.
5177 (end_symtab): Set free_func to NULL, not free_ptr.
5178 * tracepoint.c: Include dictionary.h.
5179 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5180 (scope_info): Ditto.
5181 * stack.c: Include dictionary.h.
5182 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5183 (print_block_frame_labels, print_frame_arg_vars)
5184 (print_frame_args): Ditto.
5185 * symmisc.c (free_symtab_block): Use dictionary methods.
5186 (dump_symtab): Ditto.
5187 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5188 Include dictionary.h.
5189 * symfile.h: Delete declarations of sort_block_syms,
5190 sort_symtab_syms.
5191 * symfile.c (sort_block_syms): Delete.
5192 (sort_symtab_syms): Delete.
5193 * symtab.c: Include dictionary.h.
5194 (lookup_block_symbol): Use dictionary iterators.
5195 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5196 (search_symbols, make_symbol_completion_list): Ditto.
5197 (make_symbol_overload_list): Ditto.
5198 * valops.c (value_of_local): Use dict_empty.
5199 Include dictionary.h.
5200
5201 2003-06-11 J. Brobecker <brobecker@gnat.com>
5202
5203 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5204
5205 2003-06-11 David Carlton <carlton@bactrian.org>
5206
5207 * block.h (BLOCK_SHOULD_SORT): Delete.
5208 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5209 blocks.
5210 * ada-lang.c (ada_add_block_symbols): Ditto.
5211 * symfile.c (sort_block_syms): Delete.
5212 (sort_symtab_syms): Ditto.
5213 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5214 declarations.
5215 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5216 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5217 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5218 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5219 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5220 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5221 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5222
5223 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5224
5225 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5226 bits to 128.
5227
5228 2003-06-11 Andrew Cagney <cagney@redhat.com>
5229
5230 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5231 REGISTER_CONVERTIBLE.
5232 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5233 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5234 * gdbarch.h, gdbarch.c: Re-generate.
5235 * arch-utils.h (deprecated_register_convertible_not): Rename
5236 generic_register_convertible_not.
5237 * arch-utils.c (deprecated_register_convertible_not): Rename
5238 generic_register_convertible.
5239 (legacy_convert_register_p, legacy_register_to_value): Update.
5240 * sh-tdep.c (sh64_push_arguments): Update.
5241 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5242 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5243 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5244 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5245 * arch-utils.c (legacy_value_to_register): Update.
5246 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5247 (rs6000_register_convert_to_raw): Make parameter "from" const.
5248 * mips-tdep.c (mips_gdbarch_init): Update.
5249 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5250 * infcmd.c (default_print_registers_info): Update.
5251 * ia64-tdep.c (ia64_gdbarch_init): Update.
5252 (ia64_register_convert_to_raw): Make parameter "from" const.
5253 * i386-tdep.c (i386_gdbarch_init): Update.
5254 (i386_register_convert_to_raw): Update.
5255
5256 2003-06-11 Andrew Cagney <cagney@redhat.com>
5257
5258 * remote-fileio.c: Include "remote-fileio.h".
5259 * Makefile.in (remote-fileio.o): Update dependencies.
5260 (remote_fileio_h): Fix typo.
5261
5262 2003-06-11 Andrew Cagney <cagney@redhat.com>
5263
5264 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5265 (xstormy16_save_dummy_frame_tos): Make static.
5266 (_initialize_xstormy16_tdep): Add declaration.
5267 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5268 * v850-tdep.c: Make local functions static.
5269 (_initialize_v850_tdep): Add declaration.
5270 * sparc-tdep.c: Make local functions static.
5271 (_initialize_sparc_tdep): Add declaration.
5272 * sh-tdep.c: Make local functions static.
5273 (_initialize_sh_tdep): Add declaration.
5274 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5275 * s390-tdep.c: Make local functions static.
5276 (_initialize_s390_tdep): Add declaration.
5277 * dbxread.c (find_stab_function_addr): Make static.
5278 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5279 * ocd.c (_initialize_remote_ocd): Add declaration.
5280 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5281 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5282 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5283 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5284 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5285 * remote-array.c (_initialize_array): Add declaration.
5286 (_initialize_remote_monitors): Add declaration.
5287 * remote-mips.c: Make local functions static.
5288 (_initialize_remote_mips): Add declaration.
5289 * mcore-tdep.c: Make all local functions static.
5290 (_initialize_mcore_tdep): Add declaration.
5291 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5292 * abug-rom.c (_initialize_abug_rom): Add declaration.
5293 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5294 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5295 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5296 * remote-est.c (_initialize_est): Add declaration.
5297 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5298 (m68hc11_call_dummy_address): Make static.
5299 * ia64-tdep.c: Make local functions static.
5300 (_initialize_ia64_tdep): Add declaration.
5301 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5302 * monitor.c (monitor_wait_filter): Make static.
5303 (_initialize_remote_monitors): Add declaration.
5304 * remote-hms.c (_initialize_remote_hms): Add declaration.
5305 * remote-e7000.c (fetch_regs_from_dump): Make static.
5306 (expect_n): Make static.
5307 (_initialize_remote_e7000): Add declaration.
5308 * ser-e7kpc.c: Always include "defs.h".
5309 (_initialize_ser_e7000pc): Add declaration.
5310 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5311 * cris-tdep.c: Make all but one function static.
5312 (_initialize_cris_tdep): Add declaration.
5313 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5314 * solib.c (update_solib_list): Make static.
5315 (_initialize_solib): Add declaration.
5316 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5317 (_initialize_avr_tdep): Add declaration.
5318 * remote-rdi.c (voiddummy): Make static.
5319 (_initialize_remote_rdi): Add declaration.
5320 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5321 * remote-rdp.c (send_rdp): Make static.
5322 (_initialize_remote_rdp): Add declaration.
5323 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5324
5325 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5326
5327 * remote-fileio.c: Make ari happy.
5328
5329 2003-06-10 J. Brobecker <brobecker@gnat.com>
5330
5331 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5332 fetching the trailing bytes of the buffer we are about to write.
5333
5334 2003-06-10 Andrew Cagney <cagney@redhat.com>
5335
5336 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5337 * Makefile.in (remote-fileio.o): Update dependencies.
5338 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5339 include <setjmp.h>, or <sys/types.h> conditional on USG.
5340 (remote_fio_jmp_buf): Delete global variable.
5341
5342 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5343 Martin M. Hunt <hunt@redhat.com>
5344
5345 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5346 (SFILES): Add remote-fileio.c.
5347 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5348 dependencies for building remote.o.
5349 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5350 * remote-fileio.h: New header file defining remote File-I/O interface.
5351 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5352 static storage class.
5353 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5354 'F' packet.
5355 (_initialize_remote): Call initialize_remote_fileio().
5356 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5357 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5358 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5359 (captured_main): Initialize new ui_files.
5360 * ui-file.c: Add read and fgets input functions.
5361 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5362 (null_file_read): New function.
5363 (ui_file_read): New function.
5364 (set_ui_file_read): New function.
5365 (stdio_file_read): New function.
5366 * ui-file.h: New type ui_file_read_ftype.
5367 (set_ui_file_read): Declare.
5368 (ui_file_read): Declare.
5369
5370 2003-06-09 Andrew Cagney <cagney@redhat.com>
5371
5372 * frame.h (deprecated_unwind_get_saved_register): Rename
5373 generic_unwind_get_saved_register, update comments.
5374 * mips-tdep.c (mips_get_saved_register): Update.
5375 * frame.c (deprecated_unwind_get_saved_register): Update.
5376
5377 2003-06-09 Andrew Cagney <cagney@redhat.com>
5378
5379 * vax-tdep.c (vax_frame_locals_address): Delete function.
5380 (vax_gdbarch_init): Do not set frame_locals_address.
5381 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5382 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5383 * s390-tdep.c (s390_frame_args_address): Delete function.
5384 (s390_gdbarch_init): Do not set frame_args_address or
5385 frame_locals_address.
5386 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5387 (ns32k_gdbarch_init): Do not set frame_locals_address.
5388 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5389 (hppa_frame_locals_address): Delete function.
5390 (hppa_gdbarch_init): Do not set frame_args_address, or
5391 frame_locals_address.
5392 * arm-tdep.c (arm_frame_args_address): Delete.
5393 (arm_frame_locals_address): Delete.
5394 (arm_gdbarch_init): Do not set frame_args_address, or
5395 frame_locals_address.
5396
5397 2003-06-09 Andrew Cagney <cagney@redhat.com>
5398
5399 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5400 * gdbarch.h, gdbarch.c: Re-generate.
5401 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5402 * arch-utils.c (frame_num_args_unknown): Delete function.
5403 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5404 (frame_info): Use FRAME_NUM_ARGS_P.
5405 * arm-tdep.c (arm_frame_num_args): Delete function.
5406 (arm_gdbarch_init): Do not set frame_num_args.
5407 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5408 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5409 (hppa_gdbarch_init): Do not set frame_num_args.
5410 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5411 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5412 frame_num_args to default frame_num_args_unknown.
5413 * v850-tdep.c (v850_gdbarch_init): Ditto.
5414 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5415 * sh-tdep.c (sh_gdbarch_init): Ditto.
5416 * s390-tdep.c (s390_gdbarch_init): Ditto.
5417 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5418 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5419 * mips-tdep.c (mips_gdbarch_init): Ditto.
5420 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5421 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5422 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5423 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5424 * i386-tdep.c (i386_gdbarch_init): Ditto.
5425 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5426 * frv-tdep.c (frv_gdbarch_init): Ditto.
5427 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5428 * cris-tdep.c (cris_gdbarch_init): Ditto.
5429 * avr-tdep.c (avr_gdbarch_init): Ditto.
5430 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5431
5432 2003-06-09 Andrew Cagney <cagney@redhat.com>
5433
5434 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5435 (print_frame_args): Moved to "stack.c".
5436 * stack.c: Include "gdb_assert.h".
5437 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5438 (print_frame_args): Moved from "printcmd.c".
5439 * frame.h (print_frame_args): Delete declaration.
5440 * Makefile.in (stack.o): Update dependencies.
5441
5442 2003-06-08 Andrew Cagney <cagney@redhat.com>
5443
5444 * frame.c (get_prev_frame): Remove reference to
5445 frame_args_address_correct in comments.
5446 * frame-base.c (default_frame_args_address): Delete code
5447 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5448 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5449 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5450 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5451 (vax_frame_args_address_correct): Delete declaration.
5452
5453 2003-06-08 Andrew Cagney <cagney@redhat.com>
5454
5455 * gdbarch.sh (UNWIND_SP): Add.
5456 * gdbarch.h, gdbarch.c: Re-generate.
5457 * frame.c (frame_sp_unwind): New function.
5458 (get_frame_sp): New function.
5459 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5460 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5461 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5462 value.
5463 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5464 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5465
5466 2003-06-08 Andrew Cagney <cagney@redhat.com>
5467
5468 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5469 REMOTE_BREAKPOINT.
5470 * remote.c: Update.
5471 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5472 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5473 * config/m68k/tm-sun3.h: Update.
5474 * config/m68k/tm-m68klynx.h: Update.
5475 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5476
5477 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5478 trad_frame". Update comments.
5479 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5480 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5481 (trad_frame_register_value, trad_frame_prev_register): Update.
5482
5483 2003-06-08 Andrew Cagney <cagney@redhat.com>
5484
5485 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5486 from GCC's acinclude.m4.
5487 * configure.in: Check for getopt's delcaration.
5488 * aclocal.m4, config.in, configure: Re-generate.
5489 * main.c (error_init): Delete declaration.
5490 * defs.h (error_init): Declare.
5491 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5492 (rs6000_convert_from_func_ptr_addr): Make static.
5493 (_initialize_rs6000_tdep): Add declaration.
5494 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5495 (show_commands, set_verbose, show_history): Delete declaration.
5496 * top.h (set_verbose): Add declaration.
5497 (show_history, set_history, show_commands): Add declaration.
5498 (do_restore_instream_cleanup): Add declaration.
5499 * objc-lang.c (specialcmp): Make static.
5500 (print_object_command): Make static.
5501 (find_objc_msgsend): Make static.
5502 (find_objc_msgcall_submethod_helper): Make static.
5503 (find_objc_msgcall_submethod): Make static.
5504 (_initialize_objc_language): Add declaration.
5505 (find_implementation_from_class): Make static.
5506 (find_implementation): Make static.
5507 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5508 * objc-lang.h (lookup_struct_typedef): Add declaration.
5509 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5510 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5511 (do_restore_user_call_depth): Make static.
5512 (do_restore_instream_cleanup): Delete declaration.
5513 (dont_repeat): Delete declaration.
5514 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5515 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5516 * reggroups.c (_initialize_reggroup): Add declaration.
5517 * cp-support.c (_initialize_cp_support): Add declaration.
5518 * cp-abi.c (_initialize_cp_abi): Add declaration.
5519 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5520 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5521 (_initialize_gnu_v3_abi): Add declaration.
5522 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5523 (_initialize_gnu_v2_abi): Add declaration.
5524 * frame-base.c (_initialize_frame_base): Add declaration.
5525 * doublest.c (floatformat_from_length): Make static.
5526 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5527 * frame.c (create_sentinel_frame): Make static.
5528 (_initialize_frame): Add declaration.
5529 * top.c (do_catch_errors): Make static.
5530 (gdb_rl_operate_and_get_next_completion): Make static.
5531 * typeprint.c: Include "typeprint.h".
5532 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5533 (sentinel_frame_this_id): Make static.
5534 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5535 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5536 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5537 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5538 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5539 * maint.c (maintenance_print_architecture): Make static.
5540 * signals/signals.c (_initialize_signals): Add declaration.
5541 * std-regs.c (_initialize_frame_reg): Add declaration.
5542 * jv-exp.y (push_variable): ISO C definition.
5543 (push_qualified_expression_name): Ditto.
5544 * memattr.c (_initialize_mem): Add declaration.
5545 * remote.c (remote_check_watch_resources): Make static.
5546 (remote_stopped_by_watchpoint): Make static.
5547 (remote_stopped_data_address): Make static.
5548 * d10v-tdep.c (nr_dmap_regs): Make static.
5549 (a0_regnum): Make static.
5550 (d10v_frame_unwind_cache): Make static.
5551 (d10v_frame_p): Make static.
5552 * osabi.c (show_osabi): Make static.
5553 (_initialize_gdb_osabi): Add extern declaration.
5554 * gdbtypes.c (make_qualified_type): Make static.
5555 (safe_parse_type): Make static.
5556 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5557 * macrotab.c (macro_bcache_free): Make static.
5558 * interps.c (interp_set_quiet): Make static.
5559 (interpreter_exec_cmd): Make static.
5560 * stack.h (select_frame_command): New file.
5561 * stack.c: Include "stack.h".
5562 (select_frame_command_wrapper): Delete function.
5563 (select_frame_command): Make global.
5564 * infcall.c: Include "infcall.h".
5565 * linespec.c: Include "linespec.h".
5566 * symfile.c (sections_overlap): Make static.
5567 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5568 * charset.c (_initialize_charset): Add missing prototype.
5569 * regcache.c (init_legacy_regcache_descr): Make static.
5570 (do_regcache_xfree): Make static.
5571 (regcache_xfer_part): Make static.
5572 (_initialize_regcache): Add missing prototype.
5573 * breakpoint.c (parse_breakpoint_sals): Make static.
5574 (breakpoint_sals_to_pc): Make static.
5575 * interps.h (clear_interpreter_hooks): ISO C declaration.
5576 * Makefile.in (stack_h): Define.
5577 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5578 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5579
5580 2003-06-08 Andrew Cagney <cagney@redhat.com>
5581
5582 * Makefile.in (d10v-tdep.o): Update dependencies.
5583 (SFILES): Add trad-frame.c.
5584 (trad_frame_h): Define.
5585 (COMMON_OBS): Add trad-frame.o.
5586 (trad-frame.o): Specify dependencies.
5587 * d10v-tdep.c: Include "trad-frame.h".
5588 (saved_regs_unwinder): Delete function.
5589 (d10v_frame_prev_register): Use trad_frame_prev_register.
5590 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5591 trad_frame", delete "regs" and "prev_sp".
5592 (prologue_find_regs): Use trad-frame.
5593 * trad-frame.h, trad-frame.c: New files.
5594
5595 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5596
5597 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5598
5599 2003-06-07 Adam Fedor <fedor@gnu.org>
5600
5601 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5602 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5603 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5604 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5605 resolve_msgsend_super, resolve_msgsend_super_stret):
5606 Use it.
5607
5608 2003-06-07 Andrew Cagney <cagney@redhat.com>
5609
5610 * symfile.h: Re-indent, clean up comments.
5611
5612 2003-06-07 Andrew Cagney <cagney@redhat.com>
5613
5614 * inferior.h (deprecated_write_sp): Replace
5615 generic_target_write_sp.
5616 * regcache.c (deprecated_write_sp): Replace
5617 generic_target_write_sp.
5618 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5619 * vax-tdep.c (vax_gdbarch_init): Update.
5620 * v850-tdep.c (v850_gdbarch_init): Update.
5621 * sparc-tdep.c (sparc_gdbarch_init): Update.
5622 * sh-tdep.c (sh_gdbarch_init): Update.
5623 * s390-tdep.c (s390_gdbarch_init): Update.
5624 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5625 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5626 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5627 * mcore-tdep.c (mcore_gdbarch_init): Update.
5628 * m68k-tdep.c (m68k_gdbarch_init): Update.
5629 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5630 * ia64-tdep.c (ia64_gdbarch_init): Update.
5631 * h8300-tdep.c (h8300_gdbarch_init): Update.
5632 * frv-tdep.c (frv_gdbarch_init): Update.
5633 * cris-tdep.c (cris_gdbarch_init): Update.
5634 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5635
5636 2003-06-07 Andrew Cagney <cagney@redhat.com>
5637
5638 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5639 Assert that PC_REGNUM is valid.
5640 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5641
5642 2003-06-07 Andrew Cagney <cagney@redhat.com>
5643
5644 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5645 * gdbarch.h, gdbarch.c: Regenerate.
5646 * mn10300-tdep.c: Include "gdb_assert.h".
5647 (mn10300_read_fp): New function.
5648 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5649 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5650 * ia64-tdep.c: Include "gdb_assert.h".
5651 (ia64_read_fp): New function.
5652 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5653 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5654 * regcache.c (generic_target_read_sp): Delete function.
5655 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5656 * inferior.h (generic_target_read_sp): Delete declaration.
5657 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5658 generic_target_read_sp.
5659 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5660 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5661 * sh-tdep.c (sh_gdbarch_init): Ditto.
5662 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5663 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5664
5665 2003-06-07 Andrew Cagney <cagney@redhat.com>
5666
5667 * gdbarch.sh: Comment each field of startup_gdbarch.
5668 * gdbarch.h, gdbarch.c: Re-generate.
5669
5670 2003-06-07 Andrew Cagney <cagney@redhat.com>
5671
5672 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5673 * gdbarch.h, gdbarch.c: Re-generate.
5674 * regcache.c: Update comments on read_pc et.al.
5675 (generic_target_read_pc): Delete function.
5676 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5677 * inferior.h (generic_target_read_pc): Delete declaration.
5678 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5679 generic_target_read_pc.
5680 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5681 * sh-tdep.c (sh_gdbarch_init): Ditto.
5682 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5683 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5684
5685 2003-06-07 Andrew Cagney <cagney@redhat.com>
5686
5687 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5688 "index" with "special_local_sect". Use strcmp instead of STREQ.
5689 Append period to coments.
5690
5691 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5692
5693 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5694 (elfstab_offset_sections): Likewise.
5695 * gdb-stabs.h (stab_section_info): Likewise.
5696 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5697 * objfiles.c (objfile_relocate): Likewise.
5698 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5699 * remote.c (get_offsets): Likewise.
5700 (remote_cisco_objfile_relocate): Likewise.
5701 * somread.c (som_symfile_offsets): Likewise.
5702 * symfile.c (alloc_section_addr_info): New function.
5703 (build_section_addr_info_from_section_tab): Use it.
5704 (free_section_addr_info): Adjust.
5705 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5706 (syms_from_objfile): Allocate local_addr dynamically.
5707 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5708 dynamically.
5709 (add_symbol_file_command): Allocate sect_opts dynamically.
5710 (reread_symbols): Avoid use of SECT_OFF_MAX.
5711 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5712 (alloc_section_addr_info): Declare it.
5713 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5714 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5715 dynamically.
5716 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5717
5718 2003-06-06 Andrew Cagney <cagney@redhat.com>
5719
5720 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5721 (d10v_frame_unwind_cache): Do not set "return_pc".
5722
5723 2003-06-06 Michael Snyder <msnyder@redhat.com>
5724
5725 * h8300-tdep.c: Make tidy (long lines).
5726
5727 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5728
5729 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5730 to regcache_collect().
5731
5732 2003-06-05 J. Brobecker <brobecker@gnat.com>
5733
5734 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5735 pc_in_sigtramp multiarch method.
5736 (hppa_hpux_som_init_abi): Use it.
5737 (hppa_hpux_elf_init_abi): Likewise.
5738 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5739 macro has been multiarched.
5740 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5741 macro here, as hppa64 isn't multiarched yet.
5742
5743 2003-06-05 Andrew Cagney <cagney@redhat.com>
5744
5745 * Makefile.in (value_h): Add $(frame_h).
5746 * value.h: Include "frame.h".
5747 (struct value): Replace "frame_addr" with "frame_id".
5748 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5749 * values.c (allocate_value): Use VALUE_FRAME_ID.
5750 (value_copy): Use VALUE_FRAME_ID.
5751 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5752 * valops.c (value_assign): Update. Use frame_find_by_id.
5753
5754 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5755
5756 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5757 in each pass.
5758
5759 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5760
5761 * thread-db.c (check_event): For create/death event breakpoints,
5762 loop through all messages to ensure that we read the message
5763 corresponding to the breakpoint we are at.
5764
5765 2003-06-04 Michael Snyder <msnyder@redhat.com>
5766
5767 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5768
5769 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5770
5771 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5772 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5773 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5774 when handling .eh_frame sections.
5775
5776 2003-06-04 J. Brobecker <brobecker@gnat.com>
5777
5778 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5779 prepare_to_proceed procedure instead of the hppa-specific one.
5780 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5781
5782 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5783
5784 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5785 * config.in: Regenerated.
5786 * configure.in: Add test for syscall function and check for
5787 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5788 * configure: Regenerated.
5789 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5790 <sys/syscall.h>.
5791 (kill_lwp): New function that uses tkill syscall or
5792 uses kill, depending on whether threading model is nptl or not.
5793 All callers of kill() changed to use kill_lwp().
5794 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5795 see if all threads have already exited in the nptl model.
5796 (stop_and_resume_callback): New callback function used by the
5797 lin_lwp_wait thread exit handling code.
5798 (stop_wait_callback): Check for threads already having exited and
5799 delete such threads fromt the lwp list when discovered.
5800 (stop_callback): Don't assert retcode of kill call.
5801
5802 Roland McGrath <roland@redhat.com>
5803 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5804 nptl libthread_db.
5805
5806 2003-06-03 Richard Henderson <rth@redhat.com>
5807
5808 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5809 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5810 (alpha_sigtramp_frame_prev_register): Likewise.
5811 (alpha_heuristic_frame_prev_register): Likewise.
5812 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5813
5814 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5815 alpha-specific register id names.
5816 (alpha_mdebug_frame_unwind_cache): Likewise.
5817 (alpha_mdebug_frame_prev_register): Likewise.
5818
5819 2003-06-03 Richard Henderson <rth@redhat.com>
5820
5821 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5822 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5823 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5824 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5825 unwind routines.
5826 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5827 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5828 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5829
5830 * alpha-linux-tdep.c: Remove unnecessary includes.
5831 * Makefile.in (alpha-linux-tdep.o): Update.
5832
5833 2003-06-03 Richard Henderson <rth@redhat.com>
5834
5835 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5836 (alphabsd_fill_fpreg): Likewise.
5837
5838 2003-06-03 J. Brobecker <brobecker@gnat.com>
5839
5840 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5841 references to struct frame_info fields by calls to the equivalent
5842 accessors. Necessary now that frame_info is opaque.
5843
5844 2003-06-03 J. Brobecker <brobecker@gnat.com>
5845
5846 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5847 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5848 structure, field no longer exists.
5849
5850 2003-06-03 J. Brobecker <brobecker@gnat.com>
5851
5852 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5853 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5854
5855 2003-06-03 J. Brobecker <brobecker@gnat.com>
5856
5857 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5858 references to struct frame_info fields by calls to the equivalent
5859 accessors. Necessary now that frame_info is opaque.
5860
5861 2003-06-03 J. Brobecker <brobecker@gnat.com>
5862
5863 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5864 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5865 structure, field no longer exists.
5866
5867 2003-06-03 Theodore A. Roth <troth@openavr.org>
5868
5869 * remote.c (init_remote_state): Compute sizeof_g_packet by
5870 accumulation of the size of all registers instead of blindly using
5871 DEPRECATED_REGISTER_BYTES.
5872
5873 2003-06-03 Michael Snyder <msnyder@redhat.com>
5874
5875 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5876 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5877 for h8300sx.
5878
5879 2003-06-03 J. Brobecker <brobecker@gnat.com>
5880
5881 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5882 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5883
5884 2003-06-03 Andrew Cagney <cagney@redhat.com>
5885
5886 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5887 (sparc_convert_to_raw): Delete function.
5888 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5889 register_convert_to_virtual.
5890
5891 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5892
5893 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5894 layer if not dealing with a statically-linked threaded program.
5895
5896 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5897
5898 * solib.c (solib_open): Update comment to reflect actual search order.
5899
5900 2003-06-03 Andrew Cagney <cagney@redhat.com>
5901
5902 * frame.c (get_frame_memory_signed): New function.
5903 (get_frame_memory, get_frame_memory_unsigned): New function.
5904 (get_frame_arch): New function.
5905 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5906 (get_frame_memory, get_frame_unsigned_memory): Declare.
5907 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5908 get_frame_memory_unsigned and get_frame_arch.
5909 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5910
5911 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5912
5913 * MAINTAINERS (write after approval): Add myself.
5914
5915 2003-06-03 Jim Blandy <jimb@redhat.com>
5916
5917 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5918 elements of gregset_t are 64 bits each, but access registers
5919 are still 32 bits, so they're packed two per gregset_t
5920 element. Unpack/pack them properly.
5921
5922 2003-06-02 David Carlton <carlton@bactrian.org>
5923
5924 * linespec.c (find_methods): Break out code into
5925 add_matching_methods and add_constructors.
5926 (add_matching_methods): New.
5927 (add_constructors): Ditto.
5928
5929 2003-06-02 Andrew Cagney <cagney@redhat.com>
5930
5931 * sparc-tdep.c (sparc_print_registers): Delete call to
5932 REGISTER_CONVERTIBLE.
5933 (sparc_gdbarch_init): Do not set register_convertible.
5934 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5935 * frv-tdep.c (frv_gdbarch_init): Ditto.
5936 * cris-tdep.c (cris_gdbarch_init): Ditto.
5937
5938 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5939
5940 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5941 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5942 (syms_from_objfile): Ditto.
5943
5944 2003-06-03 Andreas Schwab <schwab@suse.de>
5945
5946 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5947 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5948
5949 2003-06-02 Richard Henderson <rth@redhat.com>
5950
5951 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5952 a member of all_reggroup.
5953
5954 2003-06-02 Richard Henderson <rth@redhat.com>
5955
5956 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5957 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5958 (alpha_lds, alpha_sts): New.
5959 (alpha_convert_register_p): Change from _register_convertible.
5960 (alpha_register_to_value): Change from _convert_to_virtual;
5961 restructure and fail for type sizes other than 4 or 8.
5962 (alpha_value_to_register): Similarly.
5963 (alpha_extract_return_value): Use alpha_sts.
5964 (alpha_store_return_value): Use alpha_lds.
5965 (alpha_gdbarch_init): Update hooks.
5966
5967 2003-06-02 Richard Henderson <rth@redhat.com>
5968
5969 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5970 regnum identifiers.
5971 (alpha_sigtramp_register_address): Likewise.
5972
5973 2003-06-02 Richard Henderson <rth@redhat.com>
5974
5975 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5976 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5977 * alpha-tdep.h: Declare them.
5978
5979 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5980 Remove zerobuf. Don't error on UNIQUE.
5981 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5982 (ALPHA_REGSET_UNIQUE): Provide default.
5983 (supply_gregset): Use alpha_supply_int_regs.
5984 (fill_gregset): Use alpha_fill_int_regs.
5985 (supply_fpregset): Use alpha_supply_fp_regs.
5986 (fill_fpregset): Use alpha_fill_fp_regs.
5987 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5988 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5989 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5990 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5991 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5992 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5993
5994 2003-06-02 Richard Henderson <rth@redhat.com>
5995
5996 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5997
5998 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5999 (alpha_store_return_value): Likewise.
6000
6001 2003-06-02 David Carlton <carlton@math.stanford.edu>
6002
6003 * block.c (contained_in): Add 'const' to arguments.
6004 (block_function): Ditto.
6005 * block.h: Update declarations for block_function and
6006 contained_in.
6007
6008 2003-06-02 David Carlton <carlton@math.stanford.edu>
6009
6010 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6011 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6012 * p-valprint.c (pascal_val_print): Ditto.
6013 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6014
6015 2003-06-02 Richard Henderson <rth@redhat.com>
6016
6017 * alpha-tdep.c (alpha_push_dummy_call): Use
6018 builtin_type_ieee_double_little instead of builtin_type_double.
6019
6020 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6021 sign-extension of 32-bit values.
6022 (alpha_store_return_value): Similarly.
6023
6024 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6025 (alpha_extract_return_value): Likewise.
6026 (alpha_store_return_value): Likewise.
6027
6028 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6029 (alpha_store_return_value): Error on IEEE Quad floats.
6030
6031 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6032 (alpha_extract_struct_value_address): Likewise.
6033 (alpha_store_return_value): Likewise.
6034 (alpha_store_struct_return): Remove.
6035 (alpha_gdbarch_init): Update hook registration to match.
6036
6037 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6038 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6039 macros where appropriate.
6040 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6041 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6042
6043 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6044 for SP, GP; void_func_ptr for PC; non-language-specific types
6045 for all others.
6046 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6047
6048 2003-06-02 Richard Henderson <rth@redhat.com>
6049
6050 * top.h (lim_at_start): Declare.
6051 * main.c (captured_main): Set it.
6052 * top.c (lim_at_start): Define.
6053 (command_loop): Use it instead of &environ.
6054 * event-top.c (command_handler): Likewise.
6055
6056 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6057
6058 * mipsnbsd-tdep.c: Update copyright years.
6059 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6060
6061 2003-06-01 Richard Henderson <rth@redhat.com>
6062
6063 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6064 (alpha-linux-tdep.o): Update dependencies.
6065 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6066 * alpha-mdebug-tdep.c: Remove unneeded includes.
6067
6068 2003-06-01 Richard Henderson <rth@redhat.com>
6069
6070 * alpha-tdep.c (alpha_register_reggroup_p): New.
6071 (alpha_gdbarch_init): Register it.
6072
6073 2003-06-02 Andrew Cagney <cagney@redhat.com>
6074
6075 * dwarfread.c: Eliminate "register"
6076 (decode_die_type): Eliminate assignment within "if".
6077 (struct_type, decode_array_element_type): Ditto.
6078 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6079 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6080 (decode_modified_type, completedieinfo): Ditto.
6081 * block.c: Eliminate "register".
6082 (blockvector_for_pc_sect): Eliminate assignment within "if".
6083 * cp-support.h (struct symbol): Opaque declaration.
6084 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6085
6086 2003-06-01 Richard Henderson <rth@redhat.com>
6087
6088 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6089 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6090
6091 2003-06-01 Adam Fedor <fedor@gnu.org>
6092
6093 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6094 * gdbarch.[ch]: Regenerate.
6095 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6096 (hppa_gdbarch_init): Set it in the gdbarch vector.
6097 * i386-tdep.c (i386_fetch_pointer_argument): New
6098 (i386_gdbarch_init): Set it into gdbarch.
6099 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6100 (rs6000_gdbarch_init): Set it in gdbarch.
6101 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6102 (sparc_gdbarch_init): Set it in gdbarch.
6103
6104 2003-06-01 Andrew Cagney <cagney@redhat.com>
6105
6106 * defs.h (extract_address): Delete declaration.
6107 * findvar.c (extract_address): Delete function.
6108 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6109 extract_address with the inline equivalent,
6110 extract_unsigned_integer.
6111 (xstormy16_extract_struct_value_address): Ditto.
6112 (xstormy16_pointer_to_address): Ditto.
6113 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6114 * v850-tdep.c (v850_push_arguments): Ditto.
6115 (v850_extract_return_value): Ditto.
6116 (v850_extract_struct_value_address): Ditto.
6117 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6118 (sparcnbsd_get_longjmp_target_64): Ditto.
6119 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6120 (get_longjmp_target): Ditto.
6121 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6122 (sh64_extract_struct_value_address): Ditto.
6123 (sh_push_arguments): Ditto.
6124 (sh64_push_arguments): Ditto.
6125 * remote-vxsparc.c (vx_read_register): Ditto.
6126 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6127 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6128 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6129 * mipsv4-nat.c (get_longjmp_target): Ditto.
6130 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6131 * mips-nat.c (get_longjmp_target): Ditto.
6132 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6133 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6134 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6135 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6136 * irix5-nat.c (get_longjmp_target): Ditto.
6137 * irix4-nat.c (get_longjmp_target): Ditto.
6138 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6139 (ia64_push_arguments): Ditto.
6140 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6141 * h8300-tdep.c (h8300_push_arguments): Ditto.
6142 (h8300_store_return_value): Ditto.
6143 (h8300_extract_struct_value_address): Ditto.
6144 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6145 (frv_push_arguments): Ditto.
6146 * avr-tdep.c (avr_pointer_to_address): Ditto.
6147 (avr_push_arguments): Ditto.
6148 * arm-tdep.c (arm_push_dummy_call): Ditto.
6149 (arm_get_longjmp_target): Ditto.
6150 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6151 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6152 (alpha_get_longjmp_target): Ditto.
6153
6154 * solib-irix.c (extract_mips_address): Inline extract_address,
6155 replacing it with extract_signed_integer.
6156 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6157 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6158 (first_link_map_member, open_symbol_file_object): Ditto.
6159 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6160 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6161 (LM_NEXT, LM_NAME): Ditto.
6162
6163 2003-06-01 Richard Henderson <rth@redhat.com>
6164
6165 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6166 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6167 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6168 (alpha_cannot_store_register): Likewise.
6169 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6170 * alpha-nat.c (supply_gregset): Likewise.
6171 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6172
6173 2003-06-01 Andrew Cagney <cagney@redhat.com>
6174
6175 * infcall.c (call_function_by_hand): Update comment on
6176 DEPRECATED_DUMMY_WRITE_SP.
6177
6178 * mips-tdep.c (mips_gdbarch_init): Do not set
6179 deprecated_dummy_write_sp.
6180 (mips_eabi_push_dummy_call): Set the SP register.
6181 (mips_o64_push_dummy_call): Set the SP register.
6182 (mips_o32_push_dummy_call): Set the SP register.
6183 (mips_n32n64_push_dummy_call): Set the SP register.
6184
6185 2003-06-01 Richard Henderson <rth@redhat.com>
6186
6187 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6188 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6189 (supply_gregset): Likewise.
6190 * alpha-tdep.c (alpha_store_return_value): Likewise.
6191 (alpha_get_longjmp_target): Likewise.
6192 (alpha_register_name): Constify array.
6193 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6194 deprecated_register_size, deprecated_register_bytes,
6195 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6196 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6197 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6198
6199 2003-06-01 Richard Henderson <rth@redhat.com>
6200
6201 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6202 from arg_reg_buffer to regcache to avoid double conversion.
6203
6204 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6205
6206 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6207 SP_REGNUM.
6208 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6209 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6210
6211 2003-06-01 Richard Henderson <rth@redhat.com>
6212
6213 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6214 (decode_frame_entry): Set it. Skip FDE augmentation.
6215
6216 2003-06-01 Richard Henderson <rth@redhat.com>
6217
6218 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6219 not overlapping PC_REGNUM.
6220
6221 2003-06-01 Richard Henderson <rth@redhat.com>
6222
6223 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6224 alpha_push_arguments. Don't dump argument register data to
6225 the target stack. Fix float and 128-bit long double semantics.
6226 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6227 (alpha_fix_call_dummy): Remove.
6228 (alpha_call_dummy_words): Remove.
6229 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6230
6231 2003-06-01 Richard Henderson <rth@redhat.com>
6232
6233 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6234
6235 2003-06-01 Andrew Cagney <cagney@redhat.com>
6236
6237 * mips-tdep.c (is_mips16_addr): New function.
6238 (make_mips16_addr, unmake_mips16_addr): New functions.
6239 (pc_is_mips16, mips_fetch_instruction): Use.
6240 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6241 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6242 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6243 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6244 TARGET_MIPS.
6245 * config/mips/tm-mips.h: Update copyright.
6246 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6247 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6248 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6249 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6250 (TM_PRINT_INSN_MACH): Delete.
6251 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6252
6253 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6254 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6255 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6256 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6257 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6258 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6259 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6260 mips*-*-riscos* and mips*-*-sysv* onto mips.
6261 * config/mips/mips64.mt: New file.
6262 * config/mips/mips.mt: New file.
6263 * config/mips/littlemips.mt: Delete file.
6264 * config/mips/decstation.mt: Delete file.
6265 * config/mips/vr4300el.mt: Delete file.
6266 * config/mips/vr5000el.mt: Delete file.
6267 * config/mips/vr5000.mt: Delete file.
6268 * config/mips/vr4100.mt: Delete file.
6269 * config/mips/vr4xxxel.mt: Delete file.
6270 * config/mips/vr4300.mt: Delete file.
6271 * config/mips/vr4xxx.mt: Delete file.
6272 * config/mips/bigmips.mt: Delete file.
6273 * config/mips/bigmips64.mt: Delete file.
6274 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6275 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6276 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6277 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6278 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6279 "tm-bigmips.h".
6280 * config/mips/tm-irix3.h: Ditto.
6281 * config/mips/tm-mipsv4.h: Ditto.
6282 * config/mips/tm-embed.h: Ditto.
6283 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6284 "tm-bigmips64.h".
6285 * config/mips/tm-vr5000el.h: Delete file.
6286 * config/mips/tm-tx39l.h: Delete file.
6287 * config/mips/tm-vr4300el.h: Delete file.
6288 * config/mips/tm-vr4xxxel.h: Delete file.
6289 * config/mips/tm-vr4300.h: Delete file.
6290 * config/mips/tm-vr4100.h: Delete file.
6291 * config/mips/tm-vr4xxx.h: Delete file.
6292 * config/mips/tm-vr5000.h: Delete file.
6293 * config/mips/tm-embedl64.h: Delete file.
6294 * config/mips/tm-embedl.h: Delete file.
6295 * config/mips/tm-embed64.h: Delete file.
6296 * config/mips/tm-bigmips64.h: Delete file.
6297 * config/mips/tm-bigmips.h: Delete file.
6298
6299 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6300
6301 Fix gdb/1216.
6302 * shnbsd-nat.c: Include "sh-tdep.h".
6303
6304 From Richard Henderson <rth@redhat.com>:
6305 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6306
6307 2003-05-31 Andrew Cagney <cagney@redhat.com>
6308
6309 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6310 forward declaration.
6311 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6312 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6313 (mips_find_saved_regs): Use set_reg_offset.
6314 (mips_frame_init_saved_regs): Delete function.
6315 (mips_pop_frame): Call mips_find_saved_regs instead of
6316 DEPRECATED_FRAME_INIT_SAVED_REGS.
6317
6318 2003-05-31 Andrew Cagney <cagney@redhat.com>
6319
6320 * mips-tdep.c (mips_gdbarch_init): Do not set
6321 deprecated_max_register_raw_size, register_virtual_size, and
6322 deprecated_max_register_virtual_size.
6323
6324 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6325
6326 * i386-tdep.c: Include "dwarf2-frame.h".
6327 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6328 * Makefile.in (i386-tdep.o): Update dependencies.
6329
6330 * dwarf2-frame.c, dwarf2-frame.h: New files.
6331 * Makefile.in (SFILES): Add dwarf2-frame.c.
6332 (dwarf2_frame_h): Define.
6333 (COMMON_OBS): Add dwarf2-frame.o.
6334 (dwarf2-frame.o): Add dependencies.
6335
6336 2003-05-31 Andreas Jaeger <aj@suse.de>
6337
6338 * x86-64-linux-nat.c: Fix comment.
6339
6340 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6341
6342 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6343 function signature.
6344
6345 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6346 have a sigcontext_addr handler.
6347 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6348 sigcontext_addr handler.
6349
6350 2003-05-31 Andrew Cagney <cagney@redhat.com>
6351
6352 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6353 (print_fp_register_row): Replace do_fp_register_row.
6354 (mips_print_fp_register): Add "file" and "frame" parameters.
6355 (mips_print_register): Add "file" and "frame" parameters.
6356 (mips_print_registers_info): Replace mips_do_registers_info.
6357 (mips_gdbarch_init): Set print_registers_info instead of
6358 deprecated_do_registers_info.
6359 (mips_read_fp_register_single): Add "frame" parameter.
6360 (mips_read_fp_register_double): Add "frame" parameter.
6361
6362 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6363
6364 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6365 Fixes a bug where GDB would print the wrong register names for
6366 targets without SSE.
6367
6368 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6369 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6370 registers.
6371
6372 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6373 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6374 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6375 TDEP->sc_sp_offset.
6376
6377 From Michal Ludvig <mludvig@suse.cz>:
6378 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6379 and `sc_num_regs'.
6380 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6381 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6382 I386_ST0_REGNUM): Move here from...
6383 * i386-tdep.c: ... here.
6384 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6385 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6386 registers if possible.
6387 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6388 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6389 Remove variables.
6390 (i386bsd_sc_reg_offset): New variable.
6391 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6392 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6393 TDEP->sc_sp_offset.
6394 (i386fbsd_sc_reg_offset): New variable.
6395 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6396 TDEP->sc_num_regs.
6397 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6398 variables.
6399 (i386fbsd4_sc_reg_offset): New variable.
6400 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6401 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6402 TDEP->sc_sp_offset.
6403 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6404 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6405 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6406 Remove variables.
6407 (i386nbsd_sc_reg_offset): New variable.
6408 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6409 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6410 TDEP->sc_sp_offset.
6411 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6412 Remove variables.
6413 (i386obsd_sc_reg_offset): New variable.
6414 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6415 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6416 TDEP->sc_sp_offset.
6417 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6418 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6419 for frame pointer offset in `struct sigcontext'.
6420
6421 2003-05-31 Andrew Cagney <cagney@redhat.com>
6422
6423 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6424 architecture methods call_dummy_words, sizeof_call_dummy_words,
6425 push_return_address, store_struct_return, and fix_call_dummy. Set
6426 push_dummy_call instead of deprecated_push_arguments.
6427 (mips_store_struct_return): Delete function.
6428 (mips_fix_call_dummy): Delete function.
6429 (mips_push_return_address): Delete function.
6430 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6431 RA_REGNUM and T9_REGNUM.
6432 (mips_n32n64_push_dummy_call): Ditto for
6433 mips_n32n64_push_arguments.
6434 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6435 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6436
6437 2003-05-31 Andrew Cagney <cagney@redhat.com>
6438
6439 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6440 "dummy_addr" to "bp_addr".
6441 * infcall.c (call_function_by_hand): Pass "funaddr" to
6442 gdbarch_push_dummy_call.
6443 * gdbarch.h, gdbarch.c: Re-generate.
6444 * i386-tdep.c (i386_push_dummy_call): Update.
6445 * arm-tdep.c (arm_push_dummy_call): Update.
6446 * d10v-tdep.c (d10v_push_dummy_call): Update.
6447
6448 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6449
6450 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6451 variable declarations.
6452 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6453 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6454 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6455 x86_64_init_frame_pc, x86_64_init_frame_pc,
6456 x86_64_function_has_prologue): Remove prototypes.
6457 (X86_64_NUM_GREGS): New define.
6458 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6459 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6460 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6461 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6462 XMM1_REGNUM): Remove defines.
6463 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6464 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6465 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6466 X86_64_XMM1_REGNUM): New defines.
6467 (struct x86_64_register_info): Renamed from `struct
6468 register_info'. Remove `size' member.
6469 (x86_64_register_info_table): Remove variable.
6470 (x86_64_register_info): New variable.
6471 (X86_64_NUM_REGS): New define.
6472 (X86_64_NUM_GREGS): Remove define.
6473 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6474 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6475 Remove variables.
6476 (x86_54_dwarf2_reg_to_regnum): Remove function.
6477 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6478 (x86_64_dwarf_reg_to_regnum): New function.
6479 (x86_64_register_name): Rewrite.
6480 (x86_64_register_raw_size): Remove function.
6481 (x86_64_register_byte_table): Remove variable.
6482 (x86_64_register_byte): Remove function.
6483 (x86_64_register_virtual_type): Remove function.
6484 (x86_64_register_type): New function.
6485 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6486 x86_64_register_convert_to_raw): Remove functions.
6487 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6488 (x86_64_use_struct_convention): Make static. Adjust for renamed
6489 defines.
6490 (x86_64_frame_init_saved_regs): Remove function.
6491 (x86_64_push_arguments): Make static. Change to accept a regcache
6492 as argument.
6493 (x86_64_store_return_value, x86_64_extract_return_value): Make
6494 static. Rewrite based on i386 counterparts.
6495 (x86_64_push_dummy_call): New function.
6496 (X86_64_NUM_SAVED_REGS): New define.
6497 (x86_64_register_number): Remove function.
6498 (x86_64_store_struct_return): Remove function.
6499 (x86_64_frameless_function_invocation,
6500 x86_64_function_has_prologue): Remove functions.
6501 (PROLOG_BUFSIZE): Remove define.
6502 (struct x86_64_frame_cache): New structure.
6503 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6504 x86_64_frame_cache, x86_64_frame_this_id,
6505 x86_64_frame_prev_register, x86_64_frame_p,
6506 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6507 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6508 functions.
6509 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6510 variables.
6511 (x86_64_skip_prologue): Rewrite in terms of
6512 x86_64_analyze_prologue.
6513 (x86_64_frame_base_address): New function.
6514 (x86_64_frame_base): New variable.
6515 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6516 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6517 set deprecated_fp_regnum, deprecated_register_size,
6518 deprecated_register_bytes, register_raw_size, register_byte,
6519 register_virtual_type, register_convertiable,
6520 register_convert_to_virtual, convert_to_raw,
6521 deprecated_get_saved_register, deprecated_target_read_fp,
6522 deprecated_push_arguments, deprecated_push_return_address,
6523 deprecated_pop_frame, deprecated_store_struct_return,
6524 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6525 frameless_function_invocation, deprecated_frame_saved_pc,
6526 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6527 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6528 deprecated_init_frame_pc and virtual_frame_pointer. Call
6529 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6530 and x86_64_frame_p. Call frame_base_set_default to register
6531 x86_64_frame_base.
6532 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6533 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6534 (_initialize_x86_64_tdep): Remove function.
6535 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6536 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6537 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6538 define.
6539 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6540 (x86_64_linux_sigcontext_addr): Rewrite.
6541 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6542 x86_64_linux_frame_saved_pc): Remove functions.
6543 (x86_64_linux_pc_in_sigtramp): Renamed from
6544 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6545 trampoline.
6546 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6547 Remove_functions.
6548 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6549 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6550 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6551 (x86_64_regmap): Rename to regmap.
6552 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6553 x86_64_num_gregs.
6554 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6555 x86_64_regmap.
6556 (x86_64_fxsave_offset): Remove function.
6557 (supply_fpregset): Simply call x86_64_supply_fxsave.
6558 (fill_fpregset): Simply call x86_64_fill_fxsave.
6559 (fetch_inferior_registers, store_inferior_registers): Avoid
6560 asignment in if-statement.
6561 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6562 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6563 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6564 (fetch_core_registers): Remove function.
6565 (linux_elf_core_fns): Remove.
6566 (offsetoff): Don't define.
6567 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6568 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6569 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6570 add core-regset.o.
6571 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6572 protection against multiple includes instead of NM_X86_64_h. Add
6573 various comments. Include "config/nm-linux.h". Don't include
6574 <signal.h>.
6575 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6576 GET_THREAD_SIGNALS): Remove defines.
6577 (x86_64_register_u_addr, kernel_u_size,
6578 lin_thread_get_thread_signals): Remove prototypes.
6579 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6580 [HAVE_LINK_H]: Don't include "solib.h".
6581 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6582 * config/i386/tm-x86-64linux.h: Fix comments.
6583 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6584 x86-64-tdep.o): Update dependencies.
6585
6586 2003-05-30 Andrew Cagney <cagney@redhat.com>
6587
6588 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6589 Change parameter type to a "struct regcache *".
6590
6591 * gdbarch.sh: Regardless of the multi-arch level, always define
6592 the macro when not already defined.
6593 * gdbarch.h, gdbarch.c: Re-generate.
6594
6595 2003-05-30 Richard Henderson <rth@redhat.com>
6596
6597 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6598 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6599 (alpha_mdebug_frame_this_id): Likewise.
6600 (alpha_mdebug_frame_prev_register): Likewise.
6601 (alpha_mdebug_frame_base_address): Likewise.
6602 (alpha_mdebug_frame_locals_address): Likewise.
6603 (alpha_mdebug_frame_args_address): Likewise.
6604 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6605 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6606 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6607 loop increment.
6608 (alpha_heuristic_frame_this_id): Make static.
6609 (alpha_heuristic_frame_prev_register): Likewise.
6610 (alpha_heuristic_frame_base_address): Likewise.
6611 * alpha-tdep.h: Update.
6612
6613 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6614
6615 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6616 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6617 defenitions.
6618 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6619 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6620 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6621 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6622 I386_ST0_REGNUM): New defines.
6623 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6624 codestream_get): Remove define.
6625 (codestream_next_addr, condestream_addr, condestream_buf,
6626 codestream_off, codestream_cnt): Remove variables.
6627 (codestream_fill, codestream_seek, codestream_read): Remove
6628 functions.
6629 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6630 functionality.
6631 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6632 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6633 i386_frame_saved_pc, i386_saved_pc_after_call,
6634 i386_frame_num_args, i386_frame_init_saved_regs,
6635 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6636 i386_push_arguments): Remove functions.
6637 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6638 functionality. Use i386_analyze_prologue instead of
6639 i386_get_frame_setup.
6640 (I386_NUM_SAVED_REGS): New define.
6641 (struct i386_frame_cache): New structure.
6642 (i386_alloc_frame_cache, i386_analyze_struct_return,
6643 i386_skip_probe, i386_analyze_frame_setup,
6644 i386_analyze_register_saves, i386_analyze_prologue,
6645 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6646 i386_frame_prev_register, i386_sigtramp_frame_cache,
6647 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6648 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6649 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6650 New functions.
6651 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6652 New variables.
6653 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6654 I386_EAX_REGNUM and I386_EDX_REGNUM.
6655 (i386_extract_return_value, i386_store_return_value): Use
6656 I386_ST0_REGNUM where appropriate.
6657 (i386_extract_struct_value_address): Rewrite to use extract_address.
6658 (i386_svr4_pc_in_sigtramp): Add comment.
6659 (i386_svr4_sigcontext_addr): Rewrite.
6660 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6661 TDEP->sc_sp_offset.
6662 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6663 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6664 of new defines. Set push_dummy_call, don't set
6665 deprecated_push_arguments, deprecated_push_return_address,
6666 deprecated_pop_frame. Don't set parm_boundary. Don't set
6667 deprecated_frame_chain, deprecated_frame_saved_pc,
6668 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6669 save_dummy_frame_tos, unwind_pc. Call
6670 frame_unwind_append_predicate and frame_base_set_default. Don't
6671 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6672 Don't set frameless_function_invocation. Don't set
6673 deprecated_register_bytes, deprecated_register_size,
6674 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6675 * i386-linux-tdep.c: Fix formatting in some comments.
6676 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6677 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6678 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6679 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6680 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6681 redundant parentheses.
6682 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6683 (i386_linux_sigcontext_addr): Use it. Rewrite.
6684 (find_minsym_and_objfile): Change name of second argument.
6685 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6686 changed. Use frame_pc_unwind instead of
6687 DEPRECATED_SAVED_PC_AFTER_CALL.
6688 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6689 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6690 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6691 unwinder.
6692 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6693 "dummy-frame.h".
6694 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6695 (_initialize_i386_cygwin_tdep): New prototype.
6696 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6697 deprecated_frame_chain_valid.
6698 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6699 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6700 Rely on the SVR4 defaults.
6701 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6702 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6703
6704 2003-05-30 Andrew Cagney <cagney@redhat.com>
6705
6706 * infcall.c (call_function_by_hand): Always call
6707 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6708
6709 2003-05-30 Richard Henderson <rth@redhat.com>
6710
6711 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6712 increment.
6713
6714 2003-05-29 Jim Blandy <jimb@redhat.com>
6715
6716 Use gdbarch methods for solib stuff on PowerPC Linux.
6717 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6718 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6719 show through.
6720 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6721 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6722 giving the same effect as the #definitions above.
6723
6724 2003-05-29 Adam Fedor <fedor@gnu.org>
6725
6726 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6727 (find_implementation_from_class): Replace it with the standard
6728 case i.e. do nothing.
6729
6730 2003-05-29 Richard Henderson <rth@redhat.com>
6731
6732 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6733 (alpha_linux_sigtramp_offset): Use it. Make static.
6734 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6735 update for new frame model.
6736 * alpha-mdebug-tdep.c: New file.
6737 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6738 (alpha_osf1_init_abi): Install it.
6739 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6740 (linked_proc_desc_table): Remove.
6741 (alpha_frame_past_sigtramp_frame): Remove.
6742 (alpha_dynamic_sigtramp_offset): Remove.
6743 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6744 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6745 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6746 (push_sigtramp_desc): Remove.
6747 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6748 (alpha_cannot_store_register): Likewise.
6749 (alpha_sigcontext_addr): Remove.
6750 (alpha_find_saved_regs): Remove.
6751 (alpha_frame_init_saved_regs): Remove.
6752 (alpha_init_frame_pc_first): Remove.
6753 (read_next_frame_reg): Remove.
6754 (alpha_frame_saved_pc): Remove.
6755 (alpha_saved_pc_after_call): Remove.
6756 (temp_proc_desc, temp_saved_regs): Remove.
6757 (alpha_about_to_return): Remove.
6758 (cached_proc_desc): Remove.
6759 (alpha_frame_chain): Remove.
6760 (alpha_print_extra_frame_info): Remove.
6761 (alpha_init_extra_frame_info): Remove.
6762 (alpha_frame_locals_address): Remove.
6763 (alpha_frame_args_address): Remove.
6764 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6765 (alpha_push_dummy_frame): Remove.
6766 (alpha_pop_frame): Remove.
6767 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6768 (alpha_read_insn): New.
6769 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6770 for different insn encodings.
6771 (alpha_in_lenient_prologue): Remove.
6772 (struct alpha_sigtramp_unwind_cache): New.
6773 (alpha_sigtramp_frame_unwind_cache): New.
6774 (alpha_sigtramp_register_address): New.
6775 (alpha_sigtramp_frame_this_id): New.
6776 (alpha_sigtramp_frame_prev_register): New.
6777 (alpha_sigtramp_frame_unwind): New.
6778 (alpha_sigtramp_frame_p): New.
6779 (struct alpha_heuristic_unwind_cache): New.
6780 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6781 don't count nop insns that occur between functions.
6782 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6783 heuristic_proc_desc, but without the mdebug wrapping.
6784 (alpha_heuristic_frame_this_id): New.
6785 (alpha_heuristic_frame_prev_register): New.
6786 (alpha_heuristic_frame_unwind): New.
6787 (alpha_heuristic_frame_p): New.
6788 (alpha_heuristic_frame_base_address): New.
6789 (alpha_heuristic_frame_base): New.
6790 (alpha_unwind_dummy_id): New.
6791 (alpha_unwind_pc): New.
6792 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6793 frame related deprecated initializations; install replacements.
6794 (alpha_dump_tdep): Remove.
6795 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6796 (alpha_read_insn, alpha_after_prologue,
6797 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6798 alpha_heuristic_frame_prev_register,
6799 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6800 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6801 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6802 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6803
6804 2003-05-29 Andrew Cagney <cagney@redhat.com>
6805
6806 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6807 dependant on the availability of ASSERT_FUNCTION.
6808 (ASSERT_FUNCTION): Do not define when there is no function name.
6809
6810 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6811
6812 From Jimi X <jimix@watson.ibm.com>:
6813 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6814
6815 2003-05-28 Jim Blandy <jimb@redhat.com>
6816
6817 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6818 argument to ptrace to int; the system headers should give it the
6819 right type, and pointers don't fit in ints on powerpc64-*-*.
6820
6821 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6822
6823 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6824 DW_TAG_catch_block.
6825
6826 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6827
6828 * stabsread.c (dbx_lookup_type): Make static.
6829 (read_type): Ditto.
6830 (add_undefined_type): Ditto.
6831 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6832 not export.
6833
6834 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6835
6836 * hpread.c (hpread_has_name): Make static.
6837 (hpread_psymtab_to_symtab): Ditto.
6838 (file_exists): Ditto.
6839 (hpread_call_pxdb): Ditto.
6840 (hpread_pxdb_needed): Ditto.
6841 (hpread_quick_traverse): Ditto.
6842 (hpread_get_header): Ditto.
6843 (hpread_get_lntt): Ditto.
6844 (hpread_get_slt): Ditto.
6845 (class_of): Ditto.
6846
6847 2003-05-25 Andreas Schwab <schwab@suse.de>
6848
6849 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6850 stack_align and deprecated_extra_stack_alignment_needed.
6851 (m68k_stack_align): Delete.
6852
6853 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6854 (m68k_register_virtual_size): Likewise.
6855 (altos_skip_prologue): Remove obsolete function.
6856 (isi_frame_num_args): Likewise.
6857 (news_frame_num_args): Likewise.
6858 (m68k_fix_call_dummy): Make static.
6859 (m68k_push_dummy_frame): Likewise.
6860 (m68k_pop_frame): Likewise.
6861 (m68k_skip_prologue): Likewise.
6862 (m68k_frame_init_saved_regs): Likewise.
6863 (m68k_saved_pc_after_call): Likewise.
6864 (m68k_get_longjmp_target): Make multi-arch.
6865 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6866 structure. Register m68k_get_longjmp_target if enabled.
6867 * m68k-tdep.h (struct gdbarch_tdep): Define.
6868 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6869
6870 * Makefile.in (config.status): Also depend on configure.tgt
6871 and configure.host.
6872 (m68klinux-tdep.o): Update dependencies.
6873 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6874 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6875 (M68K_LINUX_JB_PC): Define.
6876 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6877 and take additional parameter.
6878 (m68k_linux_sigtramp_saved_pc): Update.
6879 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6880 m68k_linux_pc_in_sigtramp, in_plt_section,
6881 find_solib_trampoline_target.
6882 * config/m68k/tm-linux.h: Don't include any tm headers.
6883 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6884 (JB_ELEMENT_SIZE): Likewise.
6885 (JB_PC): Likewise.
6886 (GET_LONGJMP_TARGET): Likewise.
6887 (IN_SIGTRAMP): Likewise.
6888 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6889
6890 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6891
6892 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6893 (sparc32_push_arguments): Re-implement by calling
6894 sparc32_do_push_arguments.
6895
6896 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6897
6898 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6899 SPARC_O1_REGNUM): New defines.
6900 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6901 (sparc32_store_return_value): New function.
6902 (sparc_extract_struct_value_address): Rewrite to operate on a
6903 regcache.
6904 (sparc_gdbarch_init): Don't set
6905 deprecated_extract_struct_value_address. Set
6906 extract_struct_value_address instead. Don't set
6907 deprecated_extract_return_value and deprecated_store_return_value
6908 for 32-bit targets. Set extract_return_value and
6909 store_return_value instead.
6910 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6911 DEPRECTAED_EXTRACT_RETURN_VALUE,
6912 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6913 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6914 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6915 (sparc_store_return_value): Remove prototype.
6916 (sparc32_store_return_value): New prototype.
6917 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6918 Adjust prototypes.
6919
6920 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6921
6922 * sparcnbsd-tdep.c: Include "gdb_string.h".
6923
6924 2003-05-23 Andrew Cagney <cagney@redhat.com>
6925
6926 * p-valprint.c (pascal_val_print): Replace extract_address with
6927 the inline equivalent extract_unsigned_integer.
6928 * jv-valprint.c (java_value_print): Ditto.
6929 * ada-valprint.c (ada_val_print_1): Ditto.
6930 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6931
6932 2003-05-23 Theodore A. Roth <troth@openavr.org>
6933
6934 * blockframe.c (frameless_look_for_prologue): Remove unused
6935 after_prologue variable.
6936
6937 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6938
6939 * blockframe.c (get_pc_function_start): Rewrite to avoid
6940 asignments in if-statements.
6941
6942 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6943
6944 Committed by Elena Zannoni <ezannoni@redhat.com>.
6945 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6946 files, don't relocate absolute symbols (and do use mst_abs).
6947
6948 2003-05-23 Andrew Cagney <cagney@redhat.com>
6949
6950 * objc-lang.c: Include "gdb_assert.h".
6951 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6952 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6953 (gdb_check, gdb_check_fatal): Delete functions.
6954 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6955 gdb_assert.
6956 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6957 * Makefile.in (objc-lang.o): Update dependencies.
6958
6959 2003-05-22 Ian Lance Taylor <ian@airs.com>
6960
6961 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6962 with fprintf_filtered, not fprintf_unfiltered.
6963
6964 2003-05-22 Andrew Cagney <cagney@redhat.com>
6965
6966 * stack.c (frame_info): Inline extract_address, replacing it with
6967 extract_unsigned_integer.
6968 * findvar.c (unsigned_pointer_to_address): Ditto.
6969 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6970 * dwarf2expr.c (dwarf2_read_address): Ditto.
6971 * frame.c (frame_pc_unwind): Update comment.
6972 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6973
6974 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6975
6976 * infptrace.c (detach): Call print_sys_errmsg rather than
6977 perror_with_name to issue warning message when errno is non-zero
6978 after calling ptrace detach.
6979
6980 2003-05-21 J. Brobecker <brobecker@gnat.com>
6981
6982 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6983 macro definitions from here...
6984 * hppa-tdep.c: ...to there.
6985
6986 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6987
6988 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6989 register_ptrace_addr(). Fix all callers.
6990
6991 2003-05-21 Andreas Schwab <schwab@suse.de>
6992
6993 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6994 dependencies.
6995 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6996 end.
6997 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6998 (_initialize_m68k_linux_tdep): New function.
6999 (m68k_linux_frame_saved_pc): Make static.
7000 (m68k_linux_extract_return_value): Likewise.
7001 (m68k_linux_store_return_value): Likewise.
7002 (m68k_linux_extract_struct_value_address): Likewise.
7003 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7004 Remove.
7005 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7006 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7007 (DEPRECATED_FRAME_SAVED_PC): Remove.
7008
7009 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7010
7011 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7012 regset numbering rather than our own.
7013
7014 2003-05-19 David Carlton <carlton@bactrian.org>
7015
7016 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7017
7018 2003-05-19 David Carlton <carlton@bactrian.org>
7019
7020 Partial fix for PR c++/827.
7021 * cp-support.h: Include symtab.h.
7022 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7023 * cp-namespace.c: Update contributors.
7024 (cp_lookup_symbol_nonlocal): New.
7025 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7026 (lookup_symbol_file): Ditto.
7027 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7028 * block.h: Declare block_scope, block_using, block_global_block.
7029 * block.c (block_scope): New.
7030 (block_using, block_global_block): Ditto.
7031 * Makefile.in (cp_support_h): Depend on symtab_h.
7032 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7033
7034 2003-05-19 David Carlton <carlton@bactrian.org>
7035
7036 * language.h (struct language_defn): Add 'la_value_of_this'
7037 and 'la_lookup_symbol_nonlocal' members.
7038 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7039 lookup_symbol_static, lookup_symbol_global,
7040 lookup_symbol_aux_block.
7041 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7042 if we should search fields of this and how to do static/global
7043 lookup.
7044 (lookup_symbol_aux_block): Make extern.
7045 (basic_lookup_symbol_nonlocal): New.
7046 (lookup_symbol_static, lookup_symbol_global): Ditto.
7047 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7048 'la_lookup_symbol_nonlocal' members.
7049 * c-lang.c (c_language_defn, cplus_language_defn)
7050 (asm_language_defn, minimal_language_defn): Ditto.
7051 * jv-lang.c (java_language_defn): Ditto.
7052 * language.c (unknown_language_defn, auto_language_defn)
7053 (local_language_defn): Ditto.
7054 * m2-lang.c (m2_language_defn): Ditto.
7055 * objc-lang.c (objc_language_defn): Ditto.
7056 * scm-lang.c (scm_language_defn): Ditto.
7057 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7058 * p-lang.c (pascal_language_defn): Ditto for both.
7059 * Makefile.in (f-lang.o): Depend on value_h.
7060 (p-lang.o): Ditto.
7061
7062 2003-05-19 David Carlton <carlton@bactrian.org>
7063
7064 * block.h: Declare block_static_block.
7065 * block.c (block_static_block): New.
7066 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7067 lookup_symbol_aux_local, calling block_static_block instead.
7068 (lookup_symbol_aux_local): Delete 'static_block' argument.
7069
7070 2003-05-19 David Carlton <carlton@bactrian.org>
7071
7072 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7073
7074 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7075
7076 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7077 register numbers mapping.
7078
7079 2003-05-18 Adam Fedor <fedor@gnu.org>
7080
7081 * symtab.c (completion_list_objc_symbol): New function.
7082 (make_symbol_completion_list): Use it to add ObjC symbols
7083 when looking though the list.
7084 (language_search_unquoted_string): New function.
7085 (make_file_symbol_completion_list): Use it.
7086
7087 2003-05-18 Andreas Schwab <schwab@suse.de>
7088
7089 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7090 dependencies.
7091 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7092 as m68k_linux_extract_return_value.
7093 (DEPRECATED_STORE_RETURN_VALUE): Define as
7094 m68k_linux_store_return_value.
7095 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7096 m68k_linux_extract_struct_value_address.
7097 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7098 get_next_frame, get_frame_base, get_frame_pc.
7099 (m68k_linux_frame_saved_pc): Use get_frame_base.
7100 (m68k_linux_extract_return_value): New function.
7101 (m68k_linux_store_return_value): New function.
7102 (m68k_linux_extract_struct_value_address): New function.
7103 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7104
7105 * c-exp.y (typebase): Remove duplicate occurence of
7106 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7107 of lookup_signed_typename.
7108
7109 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7110
7111 * dwarf2loc.c (find_location_expression): Change type of second
7112 argument to `size_t *'.
7113 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7114 for size variable.
7115
7116 2003-05-18 David Carlton <carlton@bactrian.org>
7117
7118 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7119 'linkage_name'. Add comment.
7120 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7121 'linkage_name'.
7122 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7123 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7124 (lookup_block_symbol): Ditto.
7125
7126 2003-05-16 Andrew Cagney <cagney@redhat.com>
7127
7128 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7129 * gdbarch.h, gdbarch.c: Re-generate.
7130 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7131 * TODO (REGISTER_BYTES): Delete reference.
7132 * alpha-tdep.c (alpha_gdbarch_init): Update.
7133 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7134 * x86-64-tdep.c (x86_64_init_abi): Update.
7135 * vax-tdep.c (vax_gdbarch_init): Update.
7136 * v850-tdep.c (v850_gdbarch_init): Update.
7137 * sparc-tdep.c (sparc_gdbarch_init): Update.
7138 * sh-tdep.c (sh_gdbarch_init): Update.
7139 * s390-tdep.c (s390_gdbarch_init): Update.
7140 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7141 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7142 (ns32k_gdbarch_init_32382): Update.
7143 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7144 * mcore-tdep.c (mcore_gdbarch_init): Update.
7145 * m68k-tdep.c (m68k_gdbarch_init): Update.
7146 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7147 * ia64-tdep.c (ia64_gdbarch_init): Update.
7148 * i386-tdep.c (i386_gdbarch_init): Update.
7149 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7150 * hppa-tdep.c (hppa_gdbarch_init): Update.
7151 * h8300-tdep.c (h8300_gdbarch_init): Update.
7152 * frv-tdep.c (frv_gdbarch_init): Update.
7153 * cris-tdep.c (cris_gdbarch_init): Update.
7154 * avr-tdep.c (avr_gdbarch_init): Update.
7155 * arm-tdep.c (arm_gdbarch_init): Update.
7156 * sparc-tdep.c (sparc_pop_frame): Update.
7157 * rs6000-tdep.c (rs6000_pop_frame): Update.
7158 * remote.c (init_remote_state): Update.
7159 (remote_prepare_to_store): Update.
7160 * remote-vx.c (vx_prepare_to_store): Update.
7161 * remote-sds.c (sds_fetch_registers): Update.
7162 (sds_prepare_to_store): Update.
7163 * remote-array.c: Update.
7164 * regcache.c (init_legacy_regcache_descr): Update.
7165 (init_regcache_descr): Update.
7166 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7167 (mips_o64_extract_return_value): Update.
7168 * irix5-nat.c (fetch_core_registers): Update.
7169 * irix4-nat.c (fetch_core_registers): Update.
7170 * i386-tdep.h: Update.
7171 * hppa-tdep.c (pa_do_registers_info): Update.
7172 (pa_do_strcat_registers_info): Update.
7173 * cris-tdep.c (cris_register_bytes_ok): Update.
7174 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7175 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7176 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7177 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7178 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7179 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7180 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7181 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7182 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7183 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7184 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7185 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7186 (REGISTER_BYTES_OK): Update.
7187 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7188 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7189
7190 2003-05-16 Ian Lance Taylor <ian@airs.com>
7191
7192 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7193 (vax_print_insn, print_insn_arg): Remove static functions.
7194 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7195 print_insn_vax from opcodes library.
7196 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7197
7198 2003-05-15 Andrew Cagney <cagney@redhat.com>
7199
7200 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7201 * target.h (memory_breakpoint_from_pc): Delete declaration.
7202 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7203 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7204 * monitor.c (monitor_insert_breakpoint): Use
7205 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7206 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7207 * gdbarch.h, gdbarch.c: Re-generate.
7208 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7209 (sparc_gdbarch_init): Set breakpoint_from_pc to
7210 sparc_breakpoint_from_pc.
7211 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7212 (BREAKPOINT_FROM_PC): Define.
7213 (sparc_breakpoint_from_pc): Declare.
7214 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7215 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7216 (BREAKPOINT_FROM_PC): Define.
7217 (BREAKPOINT): Delete macro.
7218 * target.h: Update comment.
7219 * s390-tdep.c (s390_gdbarch_init): Update comments.
7220 * remote.c: Update comments.
7221 * remote-mips.c: Update comments.
7222 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7223 * mem-break.c: Update comment.
7224 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7225 (ia64_memory_insert_breakpoint): Update.
7226 * config/sparc/tm-sparc.h: Update comment.
7227 * config/pa/tm-hppa64.h: Update comment.
7228 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7229 (rs6000_breakpoint_from_pc): Update.
7230 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7231 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7232 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7233 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7234 (mips_breakpoint_from_pc): Update.
7235 (mips_dump_tdep): Update.
7236
7237 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7238 * minsyms.c (lookup_minimal_symbol): Inline
7239 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7240
7241 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7242 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7243 * p-lang.c (pascal_printstr): Ditto.
7244 * objc-lang.c (objc_printstr): Ditto.
7245 * m2-lang.c (m2_printstr): Ditto.
7246 * jv-valprint.c (java_print_value_fields): Ditto.
7247 * f-lang.c (f_printstr): Ditto.
7248 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7249 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7250 for repeat_count_threshold.
7251 * Makefile.in (cp-valprint.o): Update dependencies.
7252
7253 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7254
7255 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7256 (examine_prologue): Support looking through leaf functions, knowing
7257 they start with mov r2,r12. Support skipping over indirect stores
7258 of the input registers. Upon hitting a non-nop branch instruction
7259 or predicated instruction, bail out by setting lim_pc to the current
7260 pc value in the loop. At the end, if the lim_pc value is still
7261 beyond our calculated value and we have trust_limit set,
7262 use the lim_pc value.
7263
7264 2003-05-15 Andrew Cagney <cagney@redhat.com>
7265
7266 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7267 generic_find_dummy_frame.
7268 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7269 (deprecated_generic_find_dummy_frame): Update.
7270 (deprecated_read_register_dummy): Update.
7271 * frame.c (deprecated_generic_get_saved_register): Update.
7272
7273 2003-05-15 Theodore A. Roth <troth@openavr.org>
7274
7275 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7276 (avr_gdbarch_init): Set breakpoint_from_pc method.
7277
7278 2003-05-15 Andrew Cagney <cagney@redhat.com>
7279
7280 * regcache.c (build_regcache): Set deprecated_register_valid
7281 directly.
7282 (deprecated_grub_regcache_for_register_valid): Delete function.
7283 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7284 declaration.
7285
7286 2003-05-15 David Carlton <carlton@bactrian.org>
7287
7288 Committed by Elena Zannoni <ezannoni@redhat.com>
7289 * symtab.c (lookup_symbol_aux): Delete calls to
7290 lookup_symbol_aux_minsyms.
7291 (lookup_symbol_aux_minsyms): Comment out function and
7292 prototype. Delete lookup by mangled name.
7293
7294 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7295
7296 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7297 correctly indicate an empty stack and ``stack_allocated'' to the
7298 indicate the number of elements initially allocated.
7299 (dwarf_expr_grow_stack): Simplify method for computing new
7300 stack size. Don't loop infinitely if ``stack_len'' is zero.
7301 (execute_stack_op): Move ``ctx->in_reg'' initialization
7302 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7303 be used in conjuction with DW_OP_piece. Revise error message
7304 accordingly.
7305
7306 2003-05-14 Theodore A. Roth <troth@openavr.org>
7307
7308 * MAINTAINERS: Update my email address.
7309 * avr-tdep.c: Ditto.
7310
7311 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7312
7313 * symtab.h (enum domain_enum): Rename from namespace_enum.
7314 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7315 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7316 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7317 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7318 TYPES_NAMESPACE, METHODS_NAMESPACE.
7319 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7320 (struct symbol, struct partial_symbol): Rename field
7321 'namespace_enum namespace' to 'domain_enum domain'.
7322 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7323 Delete old define kludge for namespace.
7324
7325 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7326 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7327 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7328 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7329 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7330 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7331 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7332 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7333 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7334 occurrences of the above.
7335
7336 2003-05-14 Ian Lance Taylor <ian@airs.com>
7337
7338 * Makefile.in (install-only): Use $(SHELL) when running
7339 mkinstalldirs.
7340
7341 2003-05-13 Ian Lance Taylor <ian@airs.com>
7342
7343 * MAINTAINERS (write after approval): Add myself.
7344
7345 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7346 second and third arguments.
7347 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7348 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7349
7350 2003-05-13 Andrew Cagney <cagney@redhat.com>
7351
7352 * defs.h (store_address): Delete declaration.
7353 findvar.c (store_address): Delete function.
7354 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7355 store_unsigned_integer.
7356 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7357 * v850-tdep.c (v850_push_arguments): Ditto.
7358 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7359 * sh-tdep.c (sh64_get_saved_register): Ditto.
7360 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7361 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7362 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7363 (mips_get_saved_register): Ditto.
7364 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7365 (find_func_descr, ia64_push_arguments): Ditto.
7366 * i386-tdep.c (i386_push_arguments): Ditto.
7367 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7368 * frv-tdep.c (frv_push_arguments): Ditto.
7369 * frame.c (legacy_saved_regs_prev_register): Ditto.
7370 (deprecated_generic_get_saved_register): Ditto.
7371 * findvar.c (unsigned_address_to_pointer): Ditto.
7372 * dwarf2read.c (dwarf2_const_value): Ditto.
7373 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7374 * alpha-tdep.c (alpha_push_arguments): Ditto.
7375
7376 2003-05-12 J. Brobecker <brobecker@gnat.com>
7377
7378 * NEWS: Mention that the hppa-hpux port has been partially
7379 multiarched (32bit ABIT only, so far).
7380
7381 2003-05-11 Andrew Cagney <cagney@redhat.com>
7382
7383 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7384 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7385 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7386 sim/testsuite/sim/arm/misaligned2.ms, and
7387 sim/testsuite/sim/arm/misaligned3.ms.
7388 * disasm.h (struct ui_file): Add opaque struct declaration.
7389 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7390 * frame.h (struct ui_file): Ditto.
7391
7392 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7393
7394 * value.h: Pretty print.
7395
7396 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7397
7398 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7399
7400 2003-05-08 Andrew Cagney <cagney@redhat.com>
7401
7402 * regcache.h (max_register_size): Delete declaration.
7403 * regcache.c (max_register_size): Delete function.
7404 (struct regcache_descr): Delete field "max_register_size".
7405 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7406 registers fit in MAX_REGISTER_SIZE.
7407 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7408 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7409 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7410 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7411 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7412 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7413 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7414 * dve3900-rom.c, hppa-tdep.c: Ditto.
7415
7416 2003-05-08 David Carlton <carlton@math.stanford.edu>
7417
7418 * valops.c (push_word): Fix typo.
7419
7420 2003-05-08 Andrew Cagney <cagney@redhat.com>
7421
7422 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7423 * gdbarch.h: Re-generate.
7424 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7425 (legacy_max_register_raw_size): Delete declaration.
7426 * regcache.c (legacy_max_register_raw_size): Delete function.
7427 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7428 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7429 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7430 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7431 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7432 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7433 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7434 * findvar.c, dwarf2cfi.c: Ditto.
7435
7436 2003-05-08 Andrew Cagney <cagney@redhat.com>
7437
7438 * mips-tdep.c (read_signed_register): New function, moved to here
7439 from "regcache.c".
7440 (read_signed_register_pid): Ditto.
7441 * regcache.c (read_signed_register_pid): Delete function, moved to
7442 "mips-tdep.c".
7443 (read_signed_register): Ditto.
7444 * regcache.h (read_signed_register): Delete declaration.
7445 (read_signed_register_pid): Delete declaration.
7446
7447 2003-05-08 Andrew Cagney <cagney@redhat.com>
7448
7449 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7450 * gdbarch.h: Re-generate.
7451 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7452 (legacy_max_register_virtual_size): Delete declaration.
7453 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7454 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7455 * tracepoint.c (memrange_sortmerge): Ditto.
7456 * sparc-tdep.c (sparc_print_registers): Ditto.
7457 * regcache.c (legacy_max_register_virtual_size): Delete function.
7458
7459 2002-05-08 J. Brobecker <brobecker@gnat.com>
7460
7461 * fork-child.c (escape_bang_in_quoted_argument): New function.
7462 (fork_inferior): Escape '!' characters in quoted arguments
7463 only when needed.
7464
7465 2003-05-08 J. Brobecker <brobecker@gnat.com>
7466
7467 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7468 the language of the CU is not currently supported by GDB.
7469
7470 2003-05-08 J. Brobecker <brobecker@gnat.com>
7471
7472 * defs.h (language): Add language_minimal enum value.
7473 * c-lang.c (minimal_language_defn): New language definition.
7474 (_initialize_c_language): Add the new minimal language to the list
7475 of languages known to GDB.
7476
7477 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7478
7479 * frame.c (get_frame_type): Don't attempt to lazily initialize
7480 frame's unwinder for legacy frames.
7481
7482 2003-05-07 Andrew Cagney <cagney@redhat.com>
7483
7484 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7485 and "regcache" parameters.
7486 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7487
7488 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7489
7490 * dwarf2read.c (dwarf_decode_lines): Only use output of
7491 check_cu_functions() when calling record_line(). Do not update
7492 the current address.
7493
7494 2003-05-07 Andrew Cagney <cagney@redhat.com>
7495
7496 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7497 code.
7498
7499 2003-05-07 Jim Blandy <jimb@redhat.com>
7500
7501 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7502 'maint info symtabs' and 'maint info psymtabs'.
7503 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7504 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7505 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7506 Declarations updated.
7507 * maint.c (maintenance_list_command): Delete.
7508 (_initialize_maint_cmds): Update calls to add_cmd.
7509 * gdbcmd.h (maintenancelistlist): Delete declaration.
7510 * cli/cli-cmds.c (maintenancelistlist): Delete.
7511 (init_cmd_lists): Don't initialize it.
7512 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7513
7514 2003-05-07 Andrew Cagney <cagney@redhat.com>
7515
7516 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7517 "regcache".
7518 (d10v_print_registers_info): Update.
7519 (d10v_dmap_register, d10v_imap_register): Delete functions.
7520 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7521 and "imap_register".
7522 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7523 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7524 * arch-utils.c (generic_remote_translate_xfer_address): Add
7525 "regcache" and "gdbarch" parameters.
7526 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7527 parameter. Change class to multi-arch.
7528 * gdbarch.h, gdbarch.c: Re-generate.
7529 * remote.c (remote_xfer_memory): Use
7530 gdbarch_remote_translate_xfer_address.
7531
7532 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7533
7534 * infrun.c (prev_pc): Move declaration ahead of proceed().
7535 (proceed): Refresh prev_pc value before resuming.
7536 (stop_stepping): Remove code to refresh prev_pc.
7537
7538 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7539
7540 * nto-tdep.c: Removed stray comment.
7541
7542 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7543
7544 * i386-nto-tdep.c: Fix old K&R function definitions.
7545 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7546 Also change add_show_from_set() call to add_setshow_cmd().
7547 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7548
7549 2003-05-05 Andrew Cagney <cagney@redhat.com>
7550
7551 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7552 (fprint_dummy_frames): New function.
7553 (maintenance_print_dummy_frames): New function.
7554 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7555 * frame.c (fprint_frame_id): Make global.
7556 * frame.h (fprint_frame_id): Declare.
7557 * Makefile.in (dummy-frame.o): Update dependencies.
7558
7559 2003-05-05 Andrew Cagney <cagney@redhat.com>
7560
7561 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7562 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7563 SIZEOF_CALL_DUMMY_WORDS.
7564 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7565 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7566 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7567 CALL_DUMMY_BREAKPOINT_OFFSET.
7568 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7569 CALL_DUMMY_START_OFFSET.
7570 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7571 * gdbarch.h, gdbarch.c: Re-generate.
7572 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7573 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7574 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7575 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7576 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7577 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7578 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7579 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7580 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7581 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7582 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7583 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7584 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7585 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7586 * config/sparc/tm-sparc.h: Update.
7587
7588 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7589
7590 * configure.tgt: Add i[3456]86-*-nto*.
7591 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7592 * nto-tdep.c: New file. Neutrino target support routines.
7593 * nto-tdep.h: New file. Neutrino target header.
7594 * config/tm-qnxnto.h: New file.
7595 * config/i386/i386nto.mt: New file.
7596 * config/i386/tm-i386nto.h: New file.
7597
7598 2003-05-04 Andrew Cagney <cagney@redhat.com>
7599
7600 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7601 (load_infrun_state): Ditto.
7602 (struct thread_info): Drop "prev_func_name" field.
7603 * thread.c (load_infrun_state): Update.
7604 (save_infrun_state): Update.
7605 * infrun.c (prev_func_name): Delete variable.
7606 (init_wait_for_inferior): Do not clear prev_func_name.
7607 (stop_stepping, keep_going, context_switch): Do not swap
7608 prev_func_name.
7609 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7610 instead of PC_IN_SIGTRAMP.
7611
7612 2003-05-04 Andrew Cagney <cagney@redhat.com>
7613
7614 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7615 REGISTER_BYTE with register_offset_hack.
7616 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7617 that REGISTER_BYTE is consistent with the regcache.
7618 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7619 * gdbarch.h, gdbarch.c: Regenerate.
7620
7621 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7622
7623 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7624 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7625
7626 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7627
7628 2003-05-03 J. Brobecker <brobecker@gnat.com>
7629
7630 From Thierry Schneider <tpschneider1@yahoo.com>
7631 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7632 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7633 (mi-cmd-symbol.o): Add rule.
7634
7635 2003-05-03 Andrew Cagney <cagney@redhat.com>
7636
7637 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7638 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7639 * gdbarch.h, gdbarch.c: Re-generate.
7640 * d10v-tdep.c (d10v_push_dummy_code): New function.
7641 (d10v_gdbarch_init): Set push_dummy_code.
7642 * infcall.c (legacy_push_dummy_code): New function.
7643 (generic_push_dummy_code): New function.
7644 (push_dummy_code): New function.
7645 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7646 instead of dummy_addr, to push_dummy_call. Move call to
7647 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7648 switch.
7649 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7650
7651 2003-05-03 Andrew Cagney <cagney@redhat.com>
7652
7653 * disasm.h (print_insn): Declare.
7654 * disasm.c (init_gdb_disassemble_info): New function.
7655 (gdb_disassembly): Call init_gdb_disassemble_info.
7656 (gdb_print_insn): New function.
7657 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7658 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7659 * mcore-tdep.c: Include "disasm.h"
7660 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7661 * d10v-tdep.c: Include "disasm.h".
7662 (display_trace): Call gdb_print_insn, instead of print_insn.
7663 (print_insn): Delete function.
7664 * printcmd.c: Include "disasm.h".
7665 (print_insn): Delete function.
7666 (print_formatted): Call gdb_print_insn, instead of print_insn.
7667 * Makefile.in (printcmd.o): Update dependencies.
7668 (mcore-tdep.o, d10v-tdep.o): Ditto.
7669
7670 2003-05-02 Andrew Cagney <cagney@redhat.com>
7671
7672 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7673 PC_REGNUM, re-indent.
7674 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7675 PC_REGNUM isn't set.
7676
7677 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7678 * gdbarch.h, gdbarch.c: Re-generate.
7679 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7680 register_virtual_size, pc_regnum, or register_bytes.
7681 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7682 (d10v_register_type): Use D10V_PC_REGNUM.
7683 (d10v_print_registers_info, d10v_read_pc): Ditto.
7684 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7685 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7686
7687 2003-05-02 David Carlton <carlton@bactrian.org>
7688
7689 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7690 the name with mstrsave.
7691
7692 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7693
7694 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7695 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7696 (host_charset_name, target_charset_name): New vars for use by
7697 set/show commands.
7698 (host_charset_enum, target_charset_enum): New enums for set/show
7699 commands.
7700 (set_charset_sfunc, set_host_charset_sfunc,
7701 set_target_charset_sfunc): New functions.
7702 (set_host_charset, set_target_charset): Make static.
7703 (list_charsets, set_host_charset_command,
7704 set_target_charset_command): Delete functions.
7705 (show_charset_command): Rewrite as....
7706 (show_charset): Hook this up with the set/show command mechanism.
7707 (_initialize_charset): Change names of charsets to match the
7708 set/show enums. Use host_charset_name and target_charset_name.
7709 Use set/show mechanism for charset, host-charset, target-charset
7710 commands. Do not make 'show host-charset' and 'show
7711 target-charset' be aliases of 'show charset'.
7712
7713 * charset.h (set_host_charset, set_target_charset): Don't export,
7714 they are not used outside the file.
7715
7716 2003-05-01 Andrew Cagney <cagney@redhat.com>
7717
7718 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7719 (gdb_disassembly): Make "di" non static, always initialize and
7720 cleanup. Always use dis_asm_read_memory.
7721 (gdb_dis_asm_read_memory): Delete function.
7722
7723 2003-05-01 Andrew Cagney <cagney@redhat.com>
7724
7725 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7726 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7727
7728 2003-04-30 Andrew Cagney <cagney@redhat.com>
7729
7730 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7731 "tm_print_insn_info".
7732 (TARGET_PRINT_INSN_INFO): Delete macro.
7733 (dis_asm_read_memory): Delete function declaration.
7734 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7735 (tm_print_insn_info): Delete variable definition.
7736 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7737 * gdbarch.h, gdbarch.c: Re-generate.
7738 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7739 "deprecated_tm_print_insn_info".
7740 * mcore-tdep.c (mcore_dump_insn): Ditto.
7741 * mips-tdep.c (mips_gdbarch_init): Ditto.
7742 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7743 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7744 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7745 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7746 instead of TARGET_PRINT_INSN_INFO, add comment.
7747 * s390-tdep.c (s390_get_frame_info): Instead of
7748 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7749 (s390_check_function_end, s390_is_sigreturn): Ditto.
7750 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7751 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7752 * disasm.c: Include "gdbcore.h".
7753 (_initialize_disasm): New function, initialize
7754 "deprecated_tm_print_insn_info".
7755 (deprecated_tm_print_insn_info): New variable.
7756 (dis_asm_read_memory): Moved from "corefile.c", made static.
7757 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7758 * Makefile.in (disasm.o): Update dependencies.
7759
7760 2003-04-30 Andrew Cagney <cagney@redhat.com>
7761
7762 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7763
7764 2003-04-29 Adam Fedor <fedor@gnu.org>
7765
7766 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7767 * infcall.c (find_function_addr): Make non-static.
7768 * infcall.h (find_function_addr): Declare.
7769 * Makefile.in (eval.o): Update dependencies.
7770
7771 2003-04-28 Adam Fedor <fedor@gnu.org>
7772
7773 * symtab.c (symbol_find_demangled_name): Check for and demangle
7774 ObjC symbols.
7775 (symbol_init_demangled_name): Init for language_objc as well.
7776
7777 2003-04-28 Andrew Cagney <cagney@redhat.com>
7778
7779 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7780 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7781 * gdbarch.h, gdbarch.c: Re-generate.
7782 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7783 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7784 * inferior.h (deprecated_read_fp): Rename read_fp.
7785 (generic_target_read_fp): Delete declaration.
7786 * regcache.c (generic_target_read_fp): Delete function.
7787 (deprecated_read_fp): Replace read_fp, use
7788 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7789 * d10v-tdep.c (d10v_read_fp): Delete function.
7790 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7791
7792 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7793 deprecated_target_read_fp to generic_target_read_fp.
7794 * sh-tdep.c (sh_gdbarch_init): Ditto.
7795 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7797 * frv-tdep.c (frv_gdbarch_init): Ditto.
7798
7799 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7800 deprecated_fp_regnum.
7801 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7802 * vax-tdep.c (vax_gdbarch_init): Ditto.
7803 * v850-tdep.c (v850_gdbarch_init): Ditto.
7804 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7805 * sh-tdep.c (sh_gdbarch_init): Ditto.
7806 * s390-tdep.c (s390_gdbarch_init): Ditto.
7807 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7808 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7809 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7810 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7811 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7812 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7813 * i386-tdep.c (i386_gdbarch_init): Ditto.
7814 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7815 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7816 * frv-tdep.c (frv_gdbarch_init): Ditto.
7817 * cris-tdep.c (cris_gdbarch_init): Ditto.
7818 * avr-tdep.c (avr_gdbarch_init): Ditto.
7819 * arm-tdep.c (arm_gdbarch_init): Ditto.
7820 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7821
7822 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7823 * v850-tdep.c (v850_gdbarch_init): Ditto.
7824 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7825 * sh-tdep.c (sh_gdbarch_init): Ditto.
7826 * s390-tdep.c (s390_gdbarch_init): Ditto.
7827 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7828 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7829 * mips-tdep.c (mips_gdbarch_init): Ditto.
7830 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7831 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7832 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7833 * frv-tdep.c (frv_gdbarch_init): Ditto.
7834 * avr-tdep.c (avr_gdbarch_init): Ditto.
7835 * arm-tdep.c (arm_gdbarch_init): Ditto.
7836
7837 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7838 DEPRECATED_FP_REGNUM.
7839 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7840 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7841 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7842 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7843 (sparc32_register_virtual_type): Ditto.
7844 * sh-tdep.c (sh64_frame_chain): Ditto.
7845 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7846 (sh_nofp_frame_init_saved_regs): Ditto.
7847 (sh64_nofp_frame_init_saved_regs): Ditto.
7848 (sh_fp_frame_init_saved_regs): Ditto.
7849 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7850 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7851 * procfs.c (procfs_fetch_registers): Ditto.
7852 (procfs_store_registers): Ditto.
7853 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7854 (store_inferior_registers, fetch_core_registers): Ditto.
7855 (fetch_kcore_registers, clear_regs): Ditto.
7856 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7857 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7858 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7859 * nlm/i386.c (do_status): Ditto.
7860 * mipsv4-nat.c (supply_gregset): Ditto.
7861 * mips-tdep.c: Ditto for comments.
7862 * mips-nat.c (fetch_inferior_registers): Ditto.
7863 (store_inferior_registers, fetch_core_registers): Ditto.
7864 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7865 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7866 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7867 (i386_do_pop_frame, i386_register_type): Ditto.
7868 * hppa-tdep.c (hppa_frame_chain): Ditto.
7869 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7870 (hppa_pop_frame, hppa_read_fp): Ditto.
7871 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7872 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7873 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7874 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7875 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7876 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7877 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7878 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7879 * blockframe.c: Ditto for comments.
7880 * arch-utils.h: Ditto for comments.
7881 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7882 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7883 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7884 * alpha-tdep.h: Ditto for comments.
7885 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7886 (alpha_cannot_store_register): Ditto.
7887 (alpha_push_dummy_frame): Ditto.
7888 * alpha-nat.c (supply_gregset): Ditto.
7889
7890 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7891 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7892 * config/sparc/tm-sparc.h: Update comment.
7893
7894 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7895 deprecated_read_fp instead of TARGET_READ_FP.
7896 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7897 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7898 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7899 deprecated_read_fp instead of read_fp.
7900 * s390-tdep.c (s390_push_arguments): Ditto.
7901 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7902 * frame.h: Ditto in comments.
7903 * frame.c (legacy_get_prev_frame): Ditto.
7904 * dummy-frame.c (dummy_frame_this_id): Ditto.
7905 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7906
7907 2003-04-28 Andrew Cagney <cagney@redhat.com>
7908
7909 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7910 * gdbarch.h, gdbarch.c: Re-generate.
7911 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7912 * vax-tdep.c (_initialize_vax_tdep): Update.
7913 * v850-tdep.c (_initialize_v850_tdep): Update.
7914 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7915 * s390-tdep.c (_initialize_s390_tdep): Update.
7916 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7917 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7918 * mips-tdep.c (_initialize_mips_tdep): Update.
7919 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7920 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7921 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7922 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7923 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7924 * frv-tdep.c (_initialize_frv_tdep): Update.
7925 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7926 (_initialize_cris_tdep): Update.
7927 * arch-utils.c (legacy_print_insn): Update.
7928 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7929
7930 2003-04-26 Adam Fedor <fedor@gnu.org>
7931
7932 * linespec.c (decode_objc): New function to decode ObjC calls
7933 (decode_line_1): Check for ObjC calls (using decode_objc)
7934 * Makefile (linespec.o): Update dependencies.
7935
7936 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7937
7938 * breakpoint.h (struct breakpoint_ops): New.
7939 (struct breakpoint): Add ops member.
7940
7941 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7942 (mention): Use new breakpoint ops member.
7943 (set_raw_breakpoint): Initialize ops field to NULL.
7944 (print_exception_catchpoint, print_one_exception_catchpoint)
7945 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7946 (gnu_v3_exception_catchpoint_ops): New.
7947 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7948
7949 2003-04-25 Adam Fedor <fedor@gnu.org>
7950
7951 * Makefile.in (COMMON_OBS): Add objc-lang.o
7952
7953 2003-04-25 Andrew Cagney <cagney@redhat.com>
7954
7955 * d10v-tdep.c (print_insn): Delete function.
7956 (display_trace): Use TARGET_PRINT_INSN.
7957 (_initialize_d10v_tdep): Do not set tm_print_insn.
7958 (d10v_gdbarch_init): Set print_insn.
7959
7960 2003-04-25 Andrew Cagney <cagney@redhat.com>
7961
7962 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7963 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7964 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7965 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7966 (nr_dmap_regs, a0_regnum): ... new functions.
7967 (d10v_print_registers_info): Use a0_regnum, use register_size.
7968 (d10v_register_byte): Delete function.
7969 (d10v_register_raw_size): Delete function.
7970 (d10v_register_type): Use a0_regnum.
7971 (d10v_print_registers_info): Use a0_regnum.
7972 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7973 (d10v_gdbarch_init): Do not set register_byte or
7974 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7975 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7976 extract_address.
7977 (trace_command): Use XCALLOC.
7978 (print_insn): Delete reference to tm_print_insn.
7979 (saved_regs_unwinder): Use store_unsigned_integer instead of
7980 store_address.
7981 * frame.h (FRAME_OBSTACK_CALLOC): Define
7982
7983 2003-04-25 David Carlton <carlton@bactrian.org>
7984
7985 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7986
7987 2003-04-24 Adam Fedor <fedor@gnu.org>
7988
7989 * objc-lang.c: Include "valprint.h"
7990 * Makefile.in (objc-lang.o): Update dependencies.
7991
7992 2003-04-24 Adam Fedor <fedor@gnu.org>
7993
7994 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7995 architecture dependant compilation and mark as unimplemented
7996 (until they get put in the gdbarch vector).
7997
7998 2003-04-23 David Carlton <carlton@bactrian.org>
7999
8000 * cp-support.c (cp_find_first_component): Accept 'operator' in
8001 more locations.
8002
8003 2003-04-23 Andrew Cagney <cagney@redhat.com>
8004
8005 * infcall.c (call_function_by_hand): Eliminate redundant
8006 indentation. Move "saved_async" and "old_cleanups" to where they
8007 are needed.
8008
8009 2003-04-23 Andrew Cagney <cagney@redhat.com>
8010
8011 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8012 and "buffer". Move the "name" code to where it is needed.
8013
8014 2003-04-23 Andrew Cagney <cagney@redhat.com>
8015
8016 * infcall.c (call_function_by_hand): Move variables "start_sp",
8017 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8018 code to ON_STACK switch branch.
8019
8020 2003-04-23 Andrew Cagney <cagney@redhat.com>
8021
8022 * infcall.c (call_function_by_hand): Make declaration of "i",
8023 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8024 lint.
8025
8026 2003-04-23 Andrew Cagney <cagney@redhat.com>
8027
8028 * infcall.c (call_function_by_hand): Delete variable
8029 "n_method_args". Localize "param_type"'s declaration to the loop
8030 that it is used. Reinstate code assigning to said variable -
8031 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8032 Rationalize code using "param_type".
8033
8034 2003-04-22 Andrew Cagney <cagney@redhat.com>
8035
8036 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8037 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8038 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8039 to DEPRECATED_PUSH_RETURN_ADDRESS.
8040
8041 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8042
8043 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8044 on the DWARF2 register number prior to fetching a register.
8045
8046 2003-04-22 J. Brobecker <brobecker@gnat.com>
8047
8048 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8049 Update all the tests using SOFT_FLOAT considering the fact that
8050 this macro was always set to 0.
8051 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8052 considering the fact that this macro was always set to 0.
8053 * hppa-tdep.h (hppa_store_return_value): Likewise.
8054 (hppa_extract_return_value): Likewise.
8055
8056 2003-04-22 J. Brobecker <brobecker@gnat.com>
8057
8058 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8059 the hppa-pro target only.
8060
8061 2003-04-21 J. Brobecker <brobecker@gnat.com>
8062
8063 Ongoing multi-arch conversion effort for HP/UX:
8064 * config/pa/tm-hppa.h: Move all macro that are no longer
8065 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8066 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8067
8068 2003-04-21 J. Brobecker <brobecker@gnat.com>
8069
8070 * config/pa/tm-hppa.h: Obsolete a section that was only used
8071 for hppa-pro.
8072
8073 2003-04-21 J. Brobecker <brobecker@gnat.com>
8074
8075 Ongoing multi-arch conversion for HP/UX.
8076 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8077 if already defined (allows hppa64 to stay non-multiarched for now).
8078 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8079
8080 2003-04-21 Andrew Cagney <cagney@redhat.com>
8081
8082 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8083
8084 2003-04-21 Andrew Cagney <cagney@redhat.com>
8085
8086 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8087 "i386_num_mmx_regs".
8088
8089 2003-04-21 Andrew Cagney <cagney@redhat.com>
8090
8091 * infcall.c: New file.
8092 * infcall.h: New file.
8093 * valarith.c: Include "infcall.h".
8094 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8095 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8096 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8097 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8098 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8099 (SFILES): Add "infcall.c"
8100 (COMMON_OBS): Add "infcall.o".
8101 (infcall.o): Specify dependencies.
8102 * value.h (call_function_by_hand): Delete declaration.
8103 * inferior.h (run_stack_dummy): Delete declaration.
8104 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8105 (run_stack_dummy): Move to "infcall.c", merged into
8106 call_function_by_hand.
8107 * valops.c (call_function_by_hand): Moved to "infcall.c".
8108 (find_function_addr, value_arg_coerce): Ditto.
8109 (unwindonsignal_p, coerce_float_to_double): Ditto.
8110 (_initialize_valops): Move "set/show coerce-float-to-double", and
8111 "set/show unwindonsignal" commands to "infcall.c".
8112 * v850-tdep.c, target.h: Update comments.
8113 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8114 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8115 (sh64_init_extra_frame_info): Update comments.
8116 * mn10300-tdep.c: Update comments.
8117 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8118 * config/sparc/tm-sparc.h: Update comments.
8119 * breakpoint.h: Update comments.
8120 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8121 * arm-tdep.c: Update comment.
8122
8123 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8124
8125 * i386-tdep.c (i386_num_register_names): New variable.
8126 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8127 (MM0_REGNUM): Remove redundant parentheses in define.
8128 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8129 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8130 i386_mxcsr_regnum_p): Remove redundant parentheses.
8131 (i386_register_name): Use i386_num_register_names.
8132
8133 * i386-tdep.c (i386_extract_return_value,
8134 i386_store_return_value): Correct check for availability of
8135 floating-point registers.
8136
8137 * i386-tdep.c (i386_frame_num_args): Remove function.
8138 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8139
8140 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8141 mmx_regnum_to_fp_regnum. Adjust all callers.
8142
8143 * i386-tdep.c (i386_get_longjmp_target): Use
8144 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8145 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8146 extract_address.
8147
8148 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8149
8150 * core-regset.c: Update comments to reflect reality. Re-order
8151 includes.
8152 (fetch_core_registers): Use switch instead of if. Remove
8153 redundant prototype.
8154
8155 2003-04-18 Jim Blandy <jimb@redhat.com>
8156
8157 * s390-tdep.c (s390_frame_align): New function.
8158 (s390_gdbarch_init): Register it with the gdbarch object.
8159
8160 2003-04-17 Richard Henderson <rth@redhat.com>
8161
8162 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8163
8164 2003-04-17 Michael Snyder <msnyder@redhat.com>
8165 Karen Bennet <bennet@redhat.com>
8166
8167 Committed by Elena Zannoni <ezannoni@redhat.com>
8168 * gdb_gcore.sh: New script to create a core dump of a process.
8169
8170 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8171
8172 * values.c (value_being_returned): Don't fetch the return
8173 value if the return type is void.
8174
8175 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8176
8177 * thread-db.c: Reindented.
8178
8179 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8180
8181 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8182 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8183 as types.
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8210
8211 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8212 the size of ``long double'' to 16, instead of 8.
8213
8214 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8215
8216 * i386-linux-nat.c: Add some whitespace to make things more
8217 readable.
8218 (fetch_register, store_register, fetch_inferior_registers,
8219 store_inferior_registers): Get rid of assignment in if-statement.
8220 (store_register): Fix typo in error message.
8221
8222 2003-04-16 Andrew Cagney <cagney@redhat.com>
8223
8224 * utils.c (xmmalloc): Always allocate something, matches
8225 libiberty/xmalloc's semantics.
8226 (xmrealloc, xmcalloc): Ditto.
8227
8228 2003-04-16 Andrew Cagney <cagney@redhat.com>
8229
8230 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8231 update comments.
8232 (get_frame_type): Initialize unwind and type when needed.
8233 (get_frame_id, frame_register_unwind): Ditto.
8234
8235 2003-04-16 Andrew Cagney <cagney@redhat.com>
8236
8237 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8238 obsolete.
8239 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8240 * sparcl-stub.c: Obsolete file.
8241 * config/sparc/tm-sparclet.h: Obsolete file.
8242 * sparclet-stub.c: Obsolete file.
8243 * sparclet-rom.c: Obsolete file.
8244 * sparcl-tdep.c: Obsolete file.
8245 * config/sparc/tm-sparclite.h: Obsolete file.
8246 * config/sparc/sparclite.mt: Obsolete file.
8247 * config/sparc/sparclet.mt: Obsolete file.
8248 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8249 sparc86x-*-* obsolete.
8250
8251 2003-04-15 David Carlton <carlton@math.stanford.edu>
8252
8253 * Makefile.in (SFILES): Add cp-namespace.c.
8254 (COMMON_OBS): Add cp-namespace.o.
8255 (block.o): Depend on gdb_obstack_h and cp_support_h.
8256 (buildsym.o): Depend on cp_support_h.
8257 (cp-namespace.o): New.
8258 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8259 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8260 (dwarf2read.o): Depend on cp_support_h.
8261 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8262 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8263 processing_current_namespace.
8264 (read_namespace): Update processing_current_namespace; check for
8265 anonymous namespaces.
8266 (dwarf2_name): New function.
8267 (dwarf2_extension): Ditto.
8268 * cp-support.h: Update copyright, contributors.
8269 Add inclusion guards.
8270 Add opaque declaration for structs obstack, block, symbol.
8271 (struct using_direct): New struct.
8272 Add declarations for cp_find_first_component,
8273 cp_entire_prefix_len, processing_has_namespace_info,
8274 processing_current_namespace, cp_is_anonymous,
8275 cp_add_using_directive, cp_initialize_namespace,
8276 cp_finalize_namespace, cp_set_block_scope,
8277 cp_scan_for_anonymous_namespaces.
8278 * cp-namespace.c: New file.
8279 * cp-support.c: Update copyright.
8280 Include ctype.h, gdb_assert.h, gdbcmd.h.
8281 New variable maint_cplus_cmd_list.
8282 (cp_find_first_component): New function.
8283 (cp_entire_prefix_len, maint_cplus_command)
8284 (first_component_command, _initialize_cp_support): Ditto.
8285 * buildsym.c: Include cp-support.h.
8286 New variable using_list.
8287 (add_symbol_to_list): Check for anonymous namespaces.
8288 (finish_block): Set block's scope.
8289 (start_symtab): Initialize C++ namespace support.
8290 (end_symtab): Finalize C++ namespace support.
8291 * block.h: Add opaque declarations for structs
8292 block_namespace_info, using_direct, and obstack.
8293 Add declarations for block_set_scope and block_set_using.
8294 (struct block): Add 'language_specific' member.
8295 (BLOCK_NAMESPACE): New macro.
8296 * block.c: Include gdb_obstack.h and cp-support.h.
8297 (struct block_namespace_info): New struct.
8298 (block_set_scope): New function.
8299 (block_set_using, block_initialize_namespace): Ditto.
8300
8301 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8302
8303 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8304 (locate_base): Return early if there aren't any link map offsets.
8305 (svr4_solib_create_inferior_hook): Warn if shared library support
8306 is unavailable.
8307
8308 2003-04-14 David Carlton <carlton@math.stanford.edu>
8309
8310 * symtab.c (symbol_set_names): Add prefix when storing Java names
8311 in hash table. Fix for PR java/1039.
8312
8313 2003-04-14 David Carlton <carlton@math.stanford.edu>
8314
8315 * symtab.c (symbol_set_names): Rename 'name' arg to
8316 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8317 * symtab.h: Change 'name' argument in declaration of
8318 symbol_set_names to 'linkage_name'.
8319 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8320
8321 2003-04-14 Andrew Cagney <cagney@redhat.com>
8322
8323 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8324 return the fully sign-extended register value.
8325 (get_frame_pointer): Ditto.
8326 (mips_pop_frame): Initialize "proc_desc" after checking for a
8327 dummy frame.
8328
8329 2003-04-14 Andrew Cagney <cagney@redhat.com>
8330
8331 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8332 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8333 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8334 (mips_push_register): Delete function.
8335 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8336 PUSH_FP_REGNUM.
8337
8338 2003-04-14 Jim Blandy <jimb@redhat.com>
8339
8340 * symmisc.c: #include "gdb_regex.h".
8341 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8342 functions.
8343 * maint.c (maintenance_list_command): New function.
8344 (_initialize_maint_cmds): Register the above as commands.
8345 * symtab.h (maintenance_list_symtabs,
8346 maintenance_list_psymtabs): New declarations.
8347 * cli/cli-cmds.c (maintenancelistlist): New variable.
8348 (init_cmd_lists): Initialize it.
8349 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8350 * gdbcmd.h (maintenancelistlist): New declaration.
8351 * Makefile.in (symmisc.o): Update dependencies.
8352
8353 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8354
8355 * s390-nat.c: Include asm/types.h for addr_t.
8356
8357 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8358
8359 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8360 actually incoming type.
8361
8362 2003-04-13 Andrew Cagney <cagney@redhat.com>
8363
8364 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8365 get_next_frame and get_frame_saved_regs.
8366
8367 2003-04-13 Andrew Cagney <cagney@redhat.com>
8368
8369 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8370 of gdbarch_num_regs.
8371
8372 2003-04-13 Andrew Cagney <cagney@redhat.com>
8373
8374 * frame.h: Mention what replaced what in "struct frame_info".
8375 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8376 deprecated_update_frame_base_hack and
8377 deprecated_update_frame_pc_hack.
8378 * hppa-tdep.c: Ditto.
8379
8380 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8381
8382 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8383 to read_reg and update its comment. Remove regnum member.
8384 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8385 Don't call read_reg when setting in_reg. Call read_reg to get
8386 the frame base if it's in a register. Return the register number
8387 on the stack instead of in the context. Remove extra arguments
8388 to read_reg.
8389 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8390 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8391 the register number on the expression stack.
8392 (needs_frame_read_reg): Remove extra arguments.
8393
8394 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8395
8396 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8397 made non-static.
8398 (execute_stack_op): All callers updated.
8399 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8400 * dwarf2loc.c (find_location_expression): New function.
8401 (dwarf_expr_frame_base): Call it.
8402 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8403 (dwarf2_tracepoint_var_ref): New function, broken out from
8404 locexpr_tracepoint_var_ref.
8405 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8406 Make static.
8407 (loclist_read_variable, loclist_read_needs_frame): New functions.
8408 (loclist_describe_location, loclist_tracepoint_var_ref): New
8409 functions.
8410 (dwarf2_loclist_funcs): New struct location_funcs.
8411 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8412 (struct dwarf2_locexpr_baton): Add comments.
8413 (dwarf2_loclist_funcs): New extern.
8414 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8415 base_address and base_known.
8416 (dwarf_loc_buffer): New variable.
8417 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8418 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8419 (dwarf2_has_info): Initialize dwarf_loc_offset.
8420 (dwarf2_build_psymtabs): Read in .debug_loc.
8421 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8422 DWARF_LOC_SIZE.
8423 (psymtab_to_symtab_1): Likewise. Move base address calculation
8424 here, from...
8425 (dwarf2_get_pc_bounds): ... here. Use the base address from
8426 cu_header.
8427 (dwarf2_symbol_mark_computed): Handle location lists.
8428
8429 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8430
8431 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8432 if the linkage name demangled successfully.
8433
8434 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8435
8436 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8437 disassmbly_flavour): Removed.
8438
8439 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8440
8441 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8442
8443 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8444
8445 2003-04-12 Andrew Cagney <cagney@redhat.com>
8446
8447 * frame.h (struct frame_info): Move definition from here ...
8448 * frame.c (struct frame_info): ... to here.
8449
8450 2003-04-12 Andrew Cagney <cagney@redhat.com>
8451
8452 * gdbthread.h (save_infrun_state): Delete parameter
8453 "prev_func_start".
8454 (struct thread_info): Delete field "prev_func_start".
8455 (load_infrun_state): Ditto.
8456 * thread.c (load_infrun_state, save_infrun_state): Update.
8457 * infrun.c (prev_func_start): Delete variable.
8458 (context_switch, init_wait_for_inferior): Update.
8459 (stop_stepping, keep_going): Update.
8460
8461 2003-04-12 Andrew Cagney <cagney@redhat.com>
8462
8463 * gdbarch.sh: Add missing opaque declarations.
8464 * gdbarch.h: Regnerate.
8465 * symtab.h: Add missing opaque declarations.
8466 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8467 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8468 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8469 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8470 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8471 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8472 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8473 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8474 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8475 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8476 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8477 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8478 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8479
8480 2003-04-11 Andrew Cagney <cagney@redhat.com>
8481
8482 * frame.c (get_frame_id): Return this frame's "id".
8483 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8484 function start.
8485 (legacy_saved_regs_this_id): Replace function body with
8486 internal-error.
8487 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8488 FRAME_OBSTACK_ZALLOC.
8489 (create_new_frame): Mark the frame ID as valid.
8490
8491 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * Makefile.in (libbfd_h): Added missing setting.
8494 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8495 according to the selected ABI.
8496
8497 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8498
8499 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8500
8501 2003-04-11 Andrew Cagney <cagney@redhat.com>
8502
8503 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8504 SAVED_PC_AFTER_CALL.
8505 * gdbarch.h, gdbarch.c: Regenerate.
8506 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8507 * x86-64-tdep.c (x86_64_init_abi): Update.
8508 * vax-tdep.c (vax_gdbarch_init): Update.
8509 * v850-tdep.c (v850_gdbarch_init): Update.
8510 * sparc-tdep.c (sparc_gdbarch_init): Update.
8511 * sh-tdep.c (sh_gdbarch_init): Update.
8512 * s390-tdep.c (s390_gdbarch_init): Update.
8513 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8514 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8515 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8516 * mips-tdep.c (mips_gdbarch_init): Update.
8517 * mcore-tdep.c (mcore_gdbarch_init): Update.
8518 * m68k-tdep.c (m68k_gdbarch_init): Update.
8519 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8520 * ia64-tdep.c (ia64_gdbarch_init): Update.
8521 (ia64_saved_pc_after_call): Update declaration.
8522 * i386ly-tdep.c (i386lynx_init_abi): Update.
8523 * i386-tdep.c (i386_gdbarch_init): Update.
8524 * hppa-tdep.c (hppa_gdbarch_init): Update.
8525 * h8300-tdep.c (h8300_gdbarch_init): Update.
8526 * frv-tdep.c (frv_gdbarch_init): Update.
8527 * cris-tdep.c (cris_gdbarch_init): Update.
8528 * avr-tdep.c (avr_gdbarch_init): Update.
8529 * arm-tdep.c (arm_gdbarch_init): Update.
8530 * alpha-tdep.c (alpha_gdbarch_init): Update.
8531 * ns32knbsd-nat.c (frame_num_args): Update.
8532 * ns32k-tdep.c (umax_frame_num_args): Update.
8533 * mips-tdep.c (mips_init_frame_pc_first): Update.
8534 * infrun.c (step_over_function): Update.
8535 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8536 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8537 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8538 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8539 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8540 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8541 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8542 * arch-utils.c (init_frame_pc_default): Update.
8543 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8544 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8545 declaration.
8546
8547 2003-04-11 Andrew Cagney <cagney@redhat.com>
8548
8549 * i387-tdep.c: Update copyright.
8550 (i387_to_double): Delete function.
8551 (double_to_i387): Delete function.
8552
8553 2003-04-10 Andrew Cagney <cagney@redhat.com>
8554
8555 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8556 frame's function's address. Simplify.
8557 (d10v_frame_unwind_cache): Check that the frame's function is
8558 non-zero.
8559
8560 2003-04-10 Jim Blandy <jimb@redhat.com>
8561
8562 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8563 call to set_gdbarch_deprecated_push_arguments.
8564
8565 2003-04-10 Andrew Cagney <cagney@redhat.com>
8566
8567 * frame.c (fprint_frame_id): New function.
8568 (fprint_frame_type, fprint_frame): New function.
8569 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8570 (create_sentinel_frame, get_frame_id): Ditto.
8571 (frame_id_p, frame_id_eq): Ditto.
8572 (frame_id_inner, create_new_frame): Ditto.
8573 (legacy_get_prev_frame, get_prev_frame): Ditto.
8574 (deprecated_update_frame_pc_hack): Ditto.
8575 (frame_register_unwind): Ditto.
8576 (deprecated_update_frame_base_hack): Ditto.
8577
8578 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8579
8580 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8581 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8582 frame_chain function.
8583 * Makefile.in: Add dependencies due to above change.
8584
8585 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8586
8587 * blockframe.c (legacy_frame_chain_valid): Move call to
8588 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8589 inside_entry_file.
8590
8591 2003-04-09 Andrew Cagney <cagney@redhat.com>
8592
8593 * frame.h (struct frame_id): Replace "pc" and "base" with
8594 "stack_addr" and "code_addr". Update comments.
8595 (frame_id_build): Update parameter names and comment.
8596 (struct frame_info): Replace "id_p" and "id" with "this_id".
8597 * dummy-frame.c (dummy_frame_this_id): Update.
8598 * breakpoint.c (print_one_breakpoint): Update.
8599 * frame.c (get_frame_id): Update.
8600 (get_frame_base, frame_id_build): Update.
8601 (create_sentinel_frame, legacy_get_prev_frame): Update.
8602 (deprecated_update_frame_base_hack): Update.
8603 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8604 (frame_id_inner): Ditto.
8605
8606 2003-04-09 Andrew Cagney <cagney@redhat.com>
8607
8608 * defs.h (gdb_print_host_address): Make "addr" parameter a
8609 pointer constant.
8610 * utils.c (gdb_print_host_address): Update.
8611
8612 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8613
8614 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8615 register number for R0 is 0.
8616
8617 2003-04-09 J. Brobecker <brobecker@gnat.com>
8618
8619 * frame.h (struct gdbarch): Add opaque structure definition
8620 to avoid a compilation warning on LynxOS 4.0.
8621
8622 2003-04-09 Andrew Cagney <cagney@redhat.com>
8623
8624 * frame.h (struct frame_info): Delete field "pc". Replace
8625 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8626 structure.
8627 * frame.c (frame_pc_unwind): Update.
8628 (create_sentinel_frame): Do not set "pc".
8629 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8630 (get_frame_pc): Call frame_pc_unwind.
8631 (deprecated_update_frame_pc_hack): Update.
8632 (create_new_frame): Use "pc" not "->pc".
8633
8634 2003-04-09 Andrew Cagney <cagney@redhat.com>
8635
8636 * frame.c (get_frame_id): Eliminate code updating "frame".
8637 (legacy_get_prev_frame): Ditto.
8638 (get_frame_base): Return id.base directly.
8639 (deprecated_update_frame_base_hack): Update "id.base".
8640 * frame.h (struct frame_info): Delete field "frame".
8641
8642 2003-04-09 Andrew Cagney <cagney@redhat.com>
8643
8644 * NEWS: Mention that the "Sequent family" is obsolete.
8645 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8646 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8647 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8648 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8649 * config/i386/tm-ptx4.h: Obsolete file.
8650 * config/i386/tm-ptx.h: Obsolete file.
8651 * symm-tdep.c: Obsolete file.
8652 * config/i386/symmetry.mt: Obsolete file.
8653 * config/i386/tm-symmetry.h: Obsolete file.
8654 * symm-nat.c: Obsolete file.
8655 * config/i386/nm-symmetry.h: Obsolete file.
8656 * config/i386/xm-symmetry.h: Obsolete file.
8657 * config/i386/symmetry.mh: Obsolete file.
8658 * config/i386/nm-ptx4.h: Obsolete file.
8659 * config/i386/ptx4.mh: Obsolete file.
8660 * config/i386/ptx.mt: Obsolete file.
8661 * config/i386/ptx.mh: Obsolete file.
8662 * config/i386/xm-ptx4.h: Obsolete file.
8663 * config/i386/xm-ptx.h: Obsolete file.
8664
8665 2003-04-09 Andrew Cagney <cagney@redhat.com>
8666
8667 Obsolete mips*-*-mach3*.
8668 * NEWS: Mention that mips*-*-mach3* is obsolete.
8669 * m3-nat.c: Obsolete file.
8670 * config/nm-m3.h: Obsolete file.
8671 * config/mips/tm-mipsm3.h: Obsolete file.
8672 * config/mips/mipsm3.mt: Obsolete file.
8673 * config/mips/mipsm3.mh: Obsolete file.
8674 * config/mips/xm-mipsm3.h: Obsolete file.
8675 * mipsm3-nat.c: Obsolete file.
8676 * configure.host: Obsolete mips-dec-mach3*.
8677 * configure.tgt: Obsolete mips*-*-mach3*.
8678
8679 2003-04-09 Andrew Cagney <cagney@redhat.com>
8680
8681 * doublest.h: Update copyright.
8682 (deprecated_store_floating, deprecated_extract_floating): Rename
8683 store_floating and extract_floating. Update comments.
8684 * doublest.c: Update copyright.
8685 (extract_floating_by_length): Replace extract_floating.
8686 (store_floating_by_length): Replace store_floating.
8687 (deprecated_extract_floating): New function.
8688 (deprecated_store_floating): New function.
8689 (extract_typed_floating): Call extract_floating_by_length.
8690 (store_typed_floating): Call store_floating_by_length.
8691 * x86-64-tdep.c (x86_64_store_return_value): Update.
8692 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8693 (sh64_extract_return_value): Update.
8694 (sh_sh4_register_convert_to_virtual): Update.
8695 (sh_sh64_register_convert_to_virtual): Update.
8696 (sh_sh4_register_convert_to_raw): Update.
8697 (sh_sh64_register_convert_to_raw): Update.
8698 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8699 (rs6000_register_convert_to_raw): Update.
8700 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8701 (ia64_register_convert_to_raw): Update.
8702 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8703 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8704 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8705 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8706 (alpha_register_convert_to_raw): Update.
8707
8708 2003-04-08 Andrew Cagney <cagney@redhat.com>
8709
8710 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8711 * gdbarch.h, gdbarch.c: Re-generate.
8712 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8713 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8714 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8715 conditionally, use frame_pc_unwind as an alternative. Add
8716 comments.
8717 * arch-utils.c (init_frame_pc_default): Only call
8718 SAVED_PC_AFTER_CALL when available.
8719
8720 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8721
8722 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8723 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8724 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8725 (start_remote): Ditto.
8726 (handle_inferior_event): Ditto.
8727 (save_inferior_status): Ditto.
8728 (restore_inferior_status): Ditto.
8729 * infcmd.c (attach_command): Ditto.
8730 * fork-child.c (startup_inferior): Ditto.
8731 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8732 * alpha-tdep.c (heuristic_proc_start): Ditto.
8733 * mips-tdep.c (heuristic_proc_start): Ditto.
8734 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8735 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8736 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8737 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8738 * remote-vx.c (vx_create_inferior): Ditto.
8739
8740 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8741
8742 * infrun.c (stop_soon_quietly): Make it an enum, to better
8743 override the default behavior of handle_inferior_event.
8744 (clear_proceed_status): Update uses of stop_soon_quietly to
8745 reflect that it is now an enum.
8746 (start_remote): Ditto.
8747 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8748 is set to handle the new GNU/Linux kernel behavior for
8749 attach/sigstop. Update uses of stop_soon_quietly.
8750 * inferior.h (enum stop_kind): New enum.
8751 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8752 Reset normal handle_inferior_event behavior, afterwards.
8753 * fork-child.c (startup_inferior): Update.
8754 * alpha-tdep.c (heuristic_proc_start): Update.
8755 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8756 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8757 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8758 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8759 * remote-vx.c (vx_create_inferior): Update.
8760 * mips-tdep.c (heuristic_proc_start): Update.
8761
8762 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8763
8764 * disasm.c (dump_insns): Move variables inside loop, or they will
8765 be freed more than once, causing wild memory corruptions.
8766 (gdb_disassembly): Look for the substring "-thread",
8767 instead of "-threads" in the target name, to make sure to find
8768 the 'multi-thread' target. Also, make sure we do the right thing
8769 with the "core" target.
8770
8771 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8772
8773 * mips-tdep.c (mips_print_fp_register): New function, created from
8774 do_fp_register_row(). Registers are now (also) printed as hex.
8775 Only one register is printed per row.
8776 (mips_print_register, do_fp_register_row): Print floating point
8777 registers with mips_print_fp_register().
8778
8779 2003-04-06 Andrew Cagney <cagney@redhat.com>
8780
8781 * valprint.h (inspect_it): Add extern declaration.
8782 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8783 (selectors_info, classes_info): Ditto.
8784 (find_objc_msgcall): Fix indentation.
8785 (objc_printstr): Delete extern declarations.
8786
8787 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8788
8789 2003-04-06 Andrew Cagney <cagney@redhat.com>
8790
8791 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8792 Update comment.
8793 * frame.c (legacy_saved_regs_this_id): Update.
8794 (legacy_get_prev_frame): Update.
8795 * xstormy16-tdep.c: Update comment.
8796 * sparc-tdep.c (sparc_frame_chain): Update comment.
8797 * blockframe.c (legacy_frame_chain_valid): Update.
8798
8799 2003-04-06 Andrew Cagney <cagney@redhat.com>
8800
8801 * valprint.c (val_print_type_code_int): Delete #ifdef
8802 PRINT_TYPELESS_INTEGER code.
8803
8804 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8805 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8806 multi-arch definition.
8807 * gdbarch.h: Re-generate.
8808
8809 2003-04-05 Andrew Cagney <cagney@redhat.com>
8810
8811 Eliminate FRAME_FIND_SAVED_REGS.
8812 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8813 Change FSR parameter to a pointer.
8814 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8815 Assume FSR parameter is a pointer.
8816 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8817 Make fsr a pointer.
8818 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8819 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8820 saved_regs a pointer.
8821 (hppa_frame_saved_pc): Ditto.
8822 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8823 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8824 pointer.
8825 (restore_pc_queue): Make fsr a pointer.
8826 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8827 (hppa_frame_chain): Make saved_regs a pointer, call
8828 hppa_frame_init_saved_regs.
8829 * sparc-tdep.c: Include "gdb_assert.h".
8830 (sparc_frame_find_saved_regs): Replace internal_error with
8831 gdb_assert.
8832 * remote-vxsparc.c (vx_read_register): Delete reference to
8833 FRAME_FIND_SAVED_REGS.
8834 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8835 * gdbarch.h: Regenerate.
8836 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8837 (deprecated_get_frame_saved_regs): Delete declaration.
8838 (struct frame_saved_regs): Delete definition.
8839 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8840 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8841 (hppa_frame_find_saved_regs): Delete declaration.
8842 (FRAME_FIND_SAVED_REGS): Delete macro.
8843 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8844 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8845 FRAME_FIND_SAVED_REGS in comment.
8846
8847 2003-04-05 Andrew Cagney <cagney@redhat.com>
8848
8849 * frame.c (frame_func_unwind, get_frame_func): New functions.
8850 * frame.h (get_frame_func, frame_func_unwind): Declare.
8851 (struct frame_info): Add field "prev_func" for caching the
8852 previous frame's function address.
8853 * arm-tdep.c (arm_frameless_function_invocation): Combine
8854 get_pc_function_start and get_frame_pc into get_frame_func.
8855 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8856 (sh64_nofp_frame_init_saved_regs): Ditto.
8857 * s390-tdep.c (s390_function_start): Ditto.
8858 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8859 (rs6000_frameless_function_invocation): Ditto.
8860 (rs6000_frame_saved_pc): Ditto.
8861 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8862 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8863 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8864 (i386_frame_init_saved_regs): Ditto.
8865 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8866 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8867 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8868 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8869 * blockframe.c (frameless_look_for_prologue): Ditto.
8870
8871 2003-04-05 Andrew Cagney <cagney@redhat.com>
8872
8873 * frame.c (legacy_get_prev_frame): Link prev to next at the
8874 function start. Update comments.
8875
8876 2003-04-05 Andrew Cagney <cagney@redhat.com>
8877
8878 * frame.c (get_frame_id): Update comment.
8879 (legacy_get_prev_frame): Update comment.
8880 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8881 * gdbarch.h: Regenerate.
8882 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8883 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8884
8885 2003-04-05 Andrew Cagney <cagney@redhat.com>
8886
8887 * stack.c (print_frame_info): Use get_frame_pc.
8888
8889 2003-04-04 Andrew Cagney <cagney@redhat.com>
8890
8891 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8892 the frame's type from the unwinder.
8893 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8894 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8895 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8896 (get_frame_base_address): Use get_frame_type.
8897 (get_frame_locals_address, get_frame_args_address): Ditto.
8898 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8899 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8900 (struct frame_info): Add comment explaining why the frame contains
8901 a "type" field.
8902 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8903 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8904 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8905 NORMAL_FRAME.
8906 * frame-unwind.h: Include "frame.h".
8907 (struct frame_unwind): Add "type" field.
8908 * Makefile.in (frame_unwind_h): Add $(frame_h).
8909
8910 2003-04-04 Andrew Cagney <cagney@redhat.com>
8911
8912 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8913 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8914 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8915 get_frame_base.
8916 (d10v_unwind_dummy_id): Use frame_id_build.
8917 * frame.c (find_frame_sal): Use get_frame_pc.
8918 (create_new_frame): Use deprecated_update_frame_pc_hack and
8919 deprecated_update_frame_base_hack.
8920 (create_sentinel_frame): Add comment about ->pc going away.
8921 (get_prev_frame): Add comment about ->pc going away.
8922 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8923 frame_id_build, deprecated_update_frame_pc_hack and
8924 deprecated_update_frame_base_hack.
8925 (select_frame): Use get_frame_pc.
8926 (legacy_saved_regs_this_id): Use frame_id_build.
8927
8928 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8929
8930 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8931 signed integer case.
8932 (classify_argument): Handle enumerations and references.
8933
8934 2003-04-04 Andrew Cagney <cagney@redhat.com>
8935
8936 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8937 ID to NULL.
8938
8939 2003-04-01 Adam Fedor <fedor@gnu.org>
8940
8941 * gdb/objc-lang.c (selectors_info): Replace calls to
8942 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8943 SYMBOL_NATURAL_NAME.
8944 (classes_info, find_methods): Likewise.
8945
8946 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8947
8948 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8949 ``mach'' to the value determined by bfd_default_set_arch_mach().
8950
8951 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8952
8953 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8954 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8955 (mi-cmd-file.o): Update dependencies.
8956
8957 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8958
8959 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8960 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8961
8962 2003-04-01 Adam Fedor <fedor@gnu.org>
8963
8964 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8965 * language.h (struct language_defn): Add la_demangle.
8966 (language_demangle): Declare.
8967 * language.c (language_demangle): New function.
8968 (unk_lang_demangle): Likewise.
8969 (unknown_language_defn, auto_language_defn, local_language_defn):
8970 Add ukn_lang_demangle.
8971 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8972 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8973 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8974 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8975 * jv-lang.c (java_demangle): New function
8976 (java_language_defn): Use it for la_demangle element.
8977 * objc-lang.c (objc_demangle): Add options argument
8978 (objc_language_defn): Use objc_demangle for la_demangle element.
8979 * maint.c (maintenance_demangle): Replace switch with
8980 call to language_demangle.
8981 * utils.c (fprintf_symbol_filtered): Likewise.
8982
8983 2003-04-01 Andrew Cagney <cagney@redhat.com>
8984
8985 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8986 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8987 PRINT_TYPELESS_INTEGER.
8988 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8989 PUSH_RETURN_ADDRESS.
8990
8991 2003-04-01 Andrew Cagney <cagney@redhat.com>
8992
8993 * Makefile.in (d10v-tdep.o): Update dependencies.
8994 * d10v-tdep.c: Include "frame-base.h".
8995 (d10v_frame_unwind): Make constant.
8996 (d10v_frame_base_address): New function.
8997 (d10v_frame_base): New variable.
8998 (d10v_gdbarch_init): Set frame_base default.
8999 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9000 comment for base.
9001 (d10v_frame_unwind_cache): Set and use "prev_sp".
9002 (d10v_frame_this_id): Use the previous frame's inner most stack
9003 address and this frame's func address for the frame ID. Use
9004 frame_id_build. Don't analyze beyond the current instruction.
9005
9006 2003-04-01 Andrew Cagney <cagney@redhat.com>
9007
9008 * frame.h (get_frame_locals_address, get_frame_args_address):
9009 Refer to the base address, instead of the address of the first
9010 local or parameter.
9011
9012 2003-04-01 Andrew Cagney <cagney@redhat.com>
9013
9014 Add frame debug info addresses:
9015 * frame-base.c: New file.
9016 * frame-base.h: New file.
9017 * frame.h (struct frame_base): Add opaque declaration.
9018 (get_frame_base): Update comment.
9019 (get_frame_base_address): Declare.
9020 (get_frame_locals_address): Declare.
9021 (get_frame_args_address): Declare.
9022 (struct frame_info): Add "base" and "base_cache". Update
9023 comments on the unwinder.
9024 * frame.c: Include "frame-base.h".
9025 (get_frame_locals_address): New function.
9026 (get_frame_base_address): New function.
9027 (get_frame_args_address): New function.
9028 * findvar.c (read_var_value): Use get_frame_locals_address and
9029 get_frame_args_address.
9030 * stack.c (frame_info): Use get_frame_locals_address and
9031 get_frame_args_address.
9032 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9033 moved to "frame-base.c".
9034 * printcmd.c (print_frame_nameless_args): Ditto.
9035 * symtab.h (address_class): Update comments.
9036 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9037 get_frame_base_address.
9038 * dwarf2expr.c (execute_stack_op): Ditto.
9039 * Makefile.in (frame_base_h): Define.
9040 (frame.o): Update dependencies.
9041 (frame-base.o): Add dependencies.
9042 (SFILES): Add frame-base.c.
9043 (COMMON_OBS): Add frame-base.o.
9044
9045 2003-04-01 Andrew Cagney <cagney@redhat.com>
9046
9047 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9048 CALL_DUMMY_LENGTH): Ditto.
9049 * gdbarch.c: Re-generate.
9050 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9051 (CALL_DUMMY_LENGTH): Delete macro.
9052 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9053 * arm-tdep.c (arm_gdbarch_init): Ditto.
9054 * avr-tdep.c (avr_gdbarch_init): Ditto.
9055 * cris-tdep.c (cris_gdbarch_init): Ditto.
9056 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9057 * frv-tdep.c (frv_gdbarch_init): Ditto.
9058 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9059 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9060 * i386-tdep.c (i386_gdbarch_init): Ditto.
9061 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9063 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9064 * mips-tdep.c (mips_gdbarch_init): Ditto.
9065 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9066 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9067 * s390-tdep.c (s390_gdbarch_init): Ditto.
9068 * sh-tdep.c (sh_gdbarch_init): Ditto.
9069 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9070 * v850-tdep.c (v850_gdbarch_init): Ditto.
9071 * vax-tdep.c (vax_gdbarch_init): Ditto.
9072 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9073
9074 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9075
9076 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9077
9078 2003-04-01 Andrew Cagney <cagney@redhat.com>
9079
9080 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9081 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9082 * gdbarch.h, gdbarch.c: Re-generate.
9083 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9084 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9085 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9086 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9087 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9088 * infcmd.c (run_stack_dummy): Simplify assuming
9089 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9090 * infrun.c (handle_inferior_event): Ditto.
9091 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9092 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9093 * arm-tdep.c (arm_gdbarch_init): Ditto.
9094 * avr-tdep.c (avr_gdbarch_init): Ditto.
9095 * cris-tdep.c (cris_gdbarch_init): Ditto.
9096 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9097 * frv-tdep.c (frv_gdbarch_init): Ditto.
9098 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9099 * i386-tdep.c (i386_gdbarch_init): Ditto.
9100 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9101 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9102 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9103 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9104 * mips-tdep.c (mips_gdbarch_init): Ditto.
9105 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9106 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9107 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9108 * s390-tdep.c (s390_gdbarch_init): Ditto.
9109 * sh-tdep.c (sh_gdbarch_init): Ditto.
9110 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9111 * v850-tdep.c (v850_gdbarch_init): Ditto.
9112 * vax-tdep.c (vax_gdbarch_init): Ditto.
9113 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9114
9115 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9116
9117 * symfile.c (symfile_relocate_debug_section): Update call to
9118 bfd_simple_get_relocated_section_contents.
9119
9120 2003-03-31 Andrew Cagney <cagney@redhat.com>
9121
9122 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9123 * gdbarch.h, gdbarch.c: Regenerate.
9124 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9125 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9126 available.
9127 * frame.h (generic_fix_call_dummy): Delete declaration.
9128 * dummy-frame.h: Update comment.
9129 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9130 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9131 fix_call_dummy.
9132 * sh-tdep.c (sh_gdbarch_init): Ditto.
9133 * s390-tdep.c (s390_gdbarch_init): Ditto.
9134 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9135 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9136 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9137 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9138 * i386-tdep.c (i386_gdbarch_init): Ditto.
9139 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9140 * frv-tdep.c (frv_gdbarch_init): Ditto.
9141 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9142 * cris-tdep.c (cris_gdbarch_init): Ditto.
9143 * avr-tdep.c (avr_gdbarch_init): Ditto.
9144 * arm-tdep.c (arm_gdbarch_init): Ditto.
9145
9146 2003-03-31 J. Brobecker <brobecker@gnat.com>
9147
9148 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9149 (INIT_FRAME_AP): Likewise.
9150 (EXTRA_FRAME_INFO): Likewise.
9151
9152 2003-03-31 Andrew Cagney <cagney@redhat.com>
9153
9154 * gdbarch.sh: Include "symfile.h".
9155 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9156 * gdbarch.h, gdbarch.c: Re-generate.
9157 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9158 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9159 call_dummy_address, the default is at entry_point_address.
9160 * v850-tdep.c (v850_gdbarch_init): Ditto.
9161 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9162 * sh-tdep.c (sh_gdbarch_init): Ditto.
9163 * s390-tdep.c (s390_gdbarch_init): Ditto.
9164 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9165 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9166 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9167 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9168 * i386-tdep.c (i386_gdbarch_init): Ditto.
9169 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9170 * frv-tdep.c (frv_gdbarch_init): Ditto.
9171 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9172 * cris-tdep.c (cris_gdbarch_init): Ditto.
9173 * arm-tdep.c (arm_gdbarch_init): Ditto.
9174
9175 2003-03-31 Andrew Cagney <cagney@redhat.com>
9176
9177 * gdbarch.sh (CALL_DUMMY_P): Delete.
9178 * gdbarch.h, gdbarch.c: Re-generate.
9179 * inferior.h (CALL_DUMMY_P): Delete macro.
9180 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9181 * vax-tdep.c (vax_gdbarch_init): Update.
9182 * v850-tdep.c (v850_gdbarch_init): Update.
9183 * sparc-tdep.c (sparc_gdbarch_init): Update.
9184 * sh-tdep.c (sh_gdbarch_init): Update.
9185 * s390-tdep.c (s390_gdbarch_init): Update.
9186 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9187 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9188 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9189 * mips-tdep.c (mips_gdbarch_init): Update.
9190 * mcore-tdep.c (mcore_gdbarch_init): Update.
9191 * m68k-tdep.c (m68k_gdbarch_init): Update.
9192 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9193 * ia64-tdep.c (ia64_gdbarch_init): Update.
9194 * i386-tdep.c (i386_gdbarch_init): Update.
9195 * h8300-tdep.c (h8300_gdbarch_init): Update.
9196 * frv-tdep.c (frv_gdbarch_init): Update.
9197 * d10v-tdep.c (d10v_gdbarch_init): Update.
9198 * cris-tdep.c (cris_gdbarch_init): Update.
9199 * breakpoint.c (deprecated_frame_in_dummy): Update.
9200 * avr-tdep.c (avr_gdbarch_init): Update.
9201 * alpha-tdep.c (alpha_gdbarch_init): Update.
9202 * arm-tdep.c (arm_gdbarch_init): Update.
9203 * dummy-frame.c (dummy_frame_this_id): Update comments.
9204 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9205 * frame.c (legacy_get_prev_frame): Ditto.
9206 * valops.c (call_function_by_hand): Delete function.
9207 (hand_function_call): Rename to call_function_by_hand
9208
9209 2003-03-30 Andrew Cagney <cagney@redhat.com>
9210
9211 2002-11-10 Klee Dienes <kdienes@apple.com>
9212 * value.h (struct value): Update comment.
9213
9214 2003-03-30 Andrew Cagney <cagney@redhat.com>
9215
9216 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9217 D10V_FP_REGNUM.
9218 (d10v_gdbarch_init): Do not set fp_regnum.
9219
9220 * frame.c (get_frame_base): Force ID initialization.
9221 (get_prev_frame): Move computation of the frame ID from here ...
9222 (get_frame_id): ... to here.
9223 (legacy_get_prev_frame): Mark the frame ID as valid.
9224 * frame.h (struct frame_info): Add field "id_p".
9225
9226 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9227
9228 * i386-tdep.c (i386_store_struct_return): Removed.
9229 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9230
9231 2003-03-30 Andrew Cagney <cagney@redhat.com>
9232
9233 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9234 * gdbarch.h, gdbarch.c: Regenerate.
9235 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9236 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9237 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9238 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9239 * i386-tdep.c (i386_gdbarch_init): Ditto.
9240 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9241 * cris-tdep.c (cris_gdbarch_init): Ditto.
9242 * vax-tdep.c (vax_gdbarch_init): Ditto.
9243 * s390-tdep.c (s390_gdbarch_init): Ditto.
9244 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9245 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9246 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9247 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9248 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9249 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9250 * sparc-tdep.c (sparc_gdbarch_init): Update.
9251 * sh-tdep.c (sh_gdbarch_init): Update.
9252 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9253 * mips-tdep.c (mips_gdbarch_init): Update.
9254 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9255 * ia64-tdep.c (ia64_gdbarch_init): Update.
9256 * frv-tdep.c (frv_gdbarch_init): Update.
9257 * avr-tdep.c (avr_gdbarch_init): Update.
9258 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9259 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9260 instead of when push_dummy_call is not available.
9261
9262 2003-03-30 Andrew Cagney <cagney@redhat.com>
9263
9264 * infttrace.c: Include "gdbthread.h".
9265 (parent_attach_all): Fix function signature.
9266 (call_ptrace): Update call.
9267 * Makefile.in (infttrace.o): Update dependencies.
9268
9269 2003-03-30 Andrew Cagney <cagney@redhat.com>
9270
9271 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9272 PUSH_RETURN_ADDRESS.
9273 * gdbarch.h, gdbarch.c: Regenerate.
9274 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9275 * x86-64-tdep.c (x86_64_init_abi): Update.
9276 * v850-tdep.c (v850_gdbarch_init): Update.
9277 * sparc-tdep.c (sparc_gdbarch_init): Update.
9278 * sh-tdep.c (sh_gdbarch_init): Update.
9279 * s390-tdep.c (s390_gdbarch_init): Update.
9280 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9281 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9282 * mips-tdep.c (mips_gdbarch_init): Update.
9283 * mcore-tdep.c (mcore_gdbarch_init): Update.
9284 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9285 * ia64-tdep.c (ia64_gdbarch_init): Update.
9286 * i386-tdep.c (i386_gdbarch_init): Update.
9287 * h8300-tdep.c (h8300_gdbarch_init): Update.
9288 * frv-tdep.c (frv_gdbarch_init): Update.
9289 * cris-tdep.c (cris_gdbarch_init): Update.
9290 * avr-tdep.c (avr_gdbarch_init): Update.
9291 * arm-tdep.c (arm_gdbarch_init): Update.
9292 * valops.c (hand_function_call): Update.
9293
9294 2003-03-29 Andrew Cagney <cagney@redhat.com>
9295
9296 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9297 sizeof_call_dummy_words.
9298 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9299 define.
9300 * gdbarch.h: Regenerate.
9301
9302 2003-03-29 Andrew Cagney <cagney@redhat.com>
9303
9304 * infttrace.h: New file.
9305 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9306 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9307 (hpread_read_doc_function_type): Detect an initialized type1.
9308 (hpread_quick_traverse): Initialize mod_name_string.
9309 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9310 (som_solib_get_solib_by_pc): Declare.
9311 (so_lib_thread_start_addr): Declare.
9312 (no_shared_libraries): Declare.
9313 * somread.c (init_import_symbols): Make static. Add forward
9314 declaration.
9315 * config/pa/nm-hppah.h: Include "infttrace.h" for
9316 parent_attach_all.
9317 (hppa_insert_hw_watchpoint): Declare.
9318 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9319 * hppah-nat.c: Include "gdb_string.h".
9320 (parent_attach_all): Delete extern declaration, moved to
9321 "infttrace.h".
9322 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9323 int.
9324 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9325 * Makefile.in (infttrace_h): Define.
9326 (hpread.o): Update dependencies.
9327 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9328 * hppa-hpux-tdep.c: Include "gdb_string.h".
9329 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9330 * infrun.c (handle_inferior_event): Always initialize
9331 stepped_after_stopped_by_watchpoint. Add default and remove
9332 fallthrough in switch statement.
9333 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9334 parameter to int.
9335 (hppa_remove_hw_watchpoint): Ditto.
9336
9337 2003-03-29 Andrew Cagney <cagney@redhat.com>
9338
9339 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9340 offset.
9341
9342 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9343
9344 * arm-tdep.c (arm_push_arguments): Delete.
9345 (struct stack_item): New type.
9346 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9347 (arm_store_struct_return): Delte.
9348 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9349 arm_push_arguments or arm_store_struct_return.
9350
9351 2003-03-28 Andrew Cagney <cagney@redhat.com>
9352
9353 * Makefile.in (d10v-tdep.o): Update dependencies.
9354 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9355 * d10v-tdep.c: Include "remote.h".
9356 (target_resume_hook): Delete extern declaration.
9357 (target_wait_loop_hook): Ditto.
9358 (tdisassemble_command): Eliminate assignment in "if" conditional.
9359 (d10v_ts2_register_sim_regno): Eliminate call to
9360 legacy_register_sim_regno.
9361 (d10v_ts3_register_sim_regno): Ditto.
9362
9363 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9364
9365 * thread.c: Reindented.
9366 * lin-lwp.c: Ditto.
9367 * linux-proc.c: Ditto.
9368
9369 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9370
9371 * MAINTAINERS (write after approval): Add myself.
9372
9373 2003-03-27 Theodore A. Roth <troth@openavr.org>
9374
9375 * objc-exp.y: Add missing semi-colons.
9376
9377 2003-03-27 Andrew Cagney <cagney@redhat.com>
9378
9379 * regcache.c (write_sp): Delete function and references.
9380 * inferior.h (write_sp): Delete declaration.
9381 * valops.c (hand_function_call): Replace write_sp with
9382 TARGET_WRITE_SP.
9383 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9384 (sparc_pop_frame): Ditto.
9385
9386 2003-03-27 Andrew Cagney <cagney@redhat.com>
9387
9388 * NEWS: Mention removal of support for hppa*-*-bsd* and
9389 hppa*-*-osf* natives, and hppa*-*-pro* target.
9390 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9391 * config/pa/xm-pa.h: Obsolete file.
9392 * config/pa/xm-hppab.h: Obsolete file.
9393 * config/pa/nm-hppab.h: Obsolete file.
9394 * config/pa/tm-hppab.h: Obsolete file.
9395 * config/pa/tm-hppao.h: Obsolete file.
9396 * config/pa/nm-hppao.h: Obsolete file.
9397 * config/pa/tm-pro.h: Obsolete file.
9398 * config/pa/hppaosf.mt: Obsolete file.
9399 * config/pa/hppaosf.mh: Obsolete file.
9400 * config/pa/hppapro.mt: Obsolete file.
9401 * config/pa/hppabsd.mt: Obsolete file.
9402 * config/pa/hppabsd.mh: Obsolete file.
9403 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9404 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9405 hppa*-*-osf*.
9406
9407 2003-03-27 Andrew Cagney <cagney@redhat.com>
9408
9409 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9410 push_arguments. Don't set push_return_address or write_sp.
9411 (d10v_push_dummy_call): Replace d10v_push_arguments.
9412 (d10v_push_return_address, d10v_write_sp): Delete function,
9413 handled by push_dummy_call.
9414
9415 2003-03-26 Andrew Cagney <cagney@redhat.com>
9416
9417 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9418 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9419 regcache and dummy_addr parameters.
9420 * gdbarch.h, gdbarch.c: Re-generate.
9421 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9422 available; assume it will handle stack alignment and return
9423 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9424 legacy_push_arguments.
9425 (legacy_push_arguments): Rename default_push_arguments.
9426 * value.h (legacy_push_arguments): Rename default_push_arguments.
9427 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9428 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9429 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9430 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9431 * config/i386/tm-symmetry.h: Update.
9432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9433 * x86-64-tdep.c (x86_64_init_abi): Update.
9434 * v850-tdep.c (v850_gdbarch_init): Update.
9435 * sparc-tdep.c (sparc_gdbarch_init): Update.
9436 * sh-tdep.c (sh_gdbarch_init): Update.
9437 * s390-tdep.c (s390_gdbarch_init): Update.
9438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9439 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9440 * mips-tdep.c (mips_gdbarch_init): Update.
9441 * mcore-tdep.c (mcore_gdbarch_init): Update.
9442 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9443 * ia64-tdep.c (ia64_gdbarch_init): Update.
9444 * i386-tdep.c (i386_gdbarch_init): Update.
9445 * hppa-tdep.c (hppa_gdbarch_init): Update.
9446 * h8300-tdep.c (h8300_gdbarch_init): Update.
9447 * frv-tdep.c (frv_gdbarch_init): Update.
9448 * d10v-tdep.c (d10v_gdbarch_init): Update.
9449 * cris-tdep.c (cris_gdbarch_init): Update.
9450 * avr-tdep.c (avr_gdbarch_init): Update.
9451 * arm-tdep.c (arm_gdbarch_init): Update.
9452 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9453 * alpha-tdep.c (alpha_gdbarch_init): Update.
9454
9455 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9456
9457 * signals/signals.c (do_target_signal_to_host): Correct realtime
9458 signal range test.
9459
9460 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9461
9462 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9463 (struct sal_chain, map_catch_names): Remove.
9464 (catch_exception_command_1): Don't call
9465 handle_gnu_4_16_catch_command.
9466
9467 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9468
9469 From Mark Dettinger <dettinge@de.ibm.com>:
9470 * dwarf2cfi.c (read_2u): Increment pointer by two.
9471
9472 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9473
9474 * signals/signals.c: Fix typos in last change.
9475
9476 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9477
9478 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9479 not already defined. Use __SIGRTMIN if available.
9480 (target_signal_from_host): Remove SIGRTMIN block.
9481 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9482 the signal is within the realtime range.
9483
9484 2003-03-25 Adam Fedor <fedor@gnu.org>
9485
9486 * Makefile.in (infrun.o): Add $(language_h)
9487 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9488 for language specific trampolines.
9489 * language.h (struct language_defn): Add skip_trampoline.
9490 (skip_language_trampoline): Declare.
9491 * language.c (unk_lang_trampoline, skip_language_trampoline):
9492 New functions.
9493 (unknown_language_defn, auto_language_defn, local_language_defn):
9494 Add ukn_lang_trampoline.
9495 * ada-lang.c (ada_language_defn): Add NULL for language
9496 specific skip_trampoline.
9497 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9498 scm-lang.c: Likewise.
9499 * objc-lang.c (objc_skip_trampoline): New function.
9500 (objc_language_defn): Add objc_skip_trampoline.
9501
9502 2003-03-25 Andrew Cagney <cagney@redhat.com>
9503
9504 * frame.c (get_prev_frame): Delay validating a frame's ID -
9505 non-NULL, didn't go backwards - until an attempt to unwind it to
9506 the previous frame.
9507
9508 2003-03-25 Andrew Cagney <cagney@redhat.com>
9509
9510 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9511 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9512 * gdbarch.h, gdbarch.c: Re-generate.
9513 * config/sparc/tm-sparc.h
9514 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9515 * sparc-tdep.c (sparc_gdbarch_init): Set
9516 deprecated_extra_stack_alignment_needed.
9517 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9518 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9519 extra_stack_alignment_needed.
9520 * v850-tdep.c (v850_gdbarch_init): Ditto.
9521 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9522 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9523 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9524 * cris-tdep.c (cris_gdbarch_init): Ditto.
9525 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9526 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9527
9528 2003-03-25 Andrew Cagney <cagney@redhat.com>
9529
9530 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9531 STORE_STRUCT_RETURN.
9532 * gdbarch.h, gdbarch.c: Regenerate.
9533 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9534 (d10v_push_arguments): Set the struct return register.
9535 (d10v_gdbarch_init): Update.
9536 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9537 * x86-64-tdep.c (x86_64_init_abi): Update.
9538 * vax-tdep.c (vax_gdbarch_init): Update.
9539 * v850-tdep.c (v850_gdbarch_init): Update.
9540 * sparc-tdep.c (sparc_gdbarch_init): Update.
9541 * sh-tdep.c (sh_gdbarch_init): Update.
9542 * s390-tdep.c (s390_gdbarch_init): Update.
9543 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9544 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9545 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9546 * mips-tdep.c (mips_gdbarch_init): Update.
9547 * mcore-tdep.c (mcore_gdbarch_init): Update.
9548 * m68k-tdep.c (m68k_gdbarch_init): Update.
9549 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9550 * ia64-tdep.c (ia64_gdbarch_init): Update.
9551 * i386-tdep.c (i386_gdbarch_init): Update.
9552 * hppa-tdep.c (hppa_gdbarch_init): Update.
9553 * h8300-tdep.c (h8300_gdbarch_init): Update.
9554 * frv-tdep.c (frv_gdbarch_init): Update.
9555 * cris-tdep.c (cris_gdbarch_init): Update.
9556 * avr-tdep.c (avr_gdbarch_init): Update.
9557 * arm-tdep.c (arm_gdbarch_init): Update.
9558 * alpha-tdep.c (alpha_gdbarch_init): Update.
9559
9560 2003-03-25 Andrew Cagney <cagney@redhat.com>
9561
9562 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9563 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9564 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9565 * gdbarch.h, gdbarch.c: Regenerate.
9566 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9567 call_dummy_stack_adjust_p.
9568 * vax-tdep.c (vax_gdbarch_init): Ditto.
9569 * v850-tdep.c (v850_gdbarch_init): Ditto.
9570 * sh-tdep.c (sh_gdbarch_init): Ditto.
9571 * s390-tdep.c (s390_gdbarch_init): Ditto.
9572 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9573 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9574 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9575 * mips-tdep.c (mips_gdbarch_init): Ditto.
9576 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9577 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9579 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9580 * i386-tdep.c (i386_gdbarch_init): Ditto.
9581 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9582 * frv-tdep.c (frv_gdbarch_init): Ditto.
9583 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9584 * cris-tdep.c (cris_gdbarch_init): Ditto.
9585 * avr-tdep.c (avr_gdbarch_init): Ditto.
9586 * arm-tdep.c (arm_gdbarch_init): Ditto.
9587 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9588 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9589 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9590 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9591 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9592 call_dummy_stack_adjust_p.
9593 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9594 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9595 * sparc-tdep.c (sparc32_push_arguments): Update.
9596 * valops.c (hand_function_call): Update.
9597
9598 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9599
9600 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9601 set_gdbarch_char_signed.
9602
9603 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9604
9605 PR cli/548
9606 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9607
9608 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9609
9610 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9611 (_initialize_arm_tdep): Don't set tm_print_insn.
9612
9613 2003-03-24 Adam Fedor <fedor@gnu.org>
9614
9615 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9616 * objc-lang.h: Add multiple inclusion protection.
9617 (start_msglist, add_msglist, end_msglist): Additional declarations.
9618
9619 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9620
9621 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9622 value was renamed to ARM_FLOAT_SOFT_FPA.
9623
9624 2003-03-23 Andrew Cagney <cagney@redhat.com>
9625
9626 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9627 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9628 * gdbarch.h, gdbarch.c: Regenerate.
9629 * valops.c (hand_function_call): Update.
9630 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9631 * frame.c (legacy_saved_regs_this_id): Update.
9632 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9633 * dummy-frame.h: Update.
9634 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9635 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9636 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9637 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9638 * config/m68k/tm-sun3.h: Update.
9639 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9640 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9641 * x86-64-tdep.c (x86_64_init_abi): Update.
9642 * vax-tdep.c (vax_gdbarch_init): Update.
9643 * v850-tdep.c (v850_gdbarch_init): Update.
9644 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9645 * sh-tdep.c (sh_gdbarch_init): Update.
9646 * s390-tdep.c (s390_gdbarch_init): Update.
9647 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9648 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9649 (frame_get_saved_regs): Update.
9650 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9651 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9652 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9653 * mips-tdep.c (mips_gdbarch_init): Update.
9654 * mcore-tdep.c (mcore_gdbarch_init): Update.
9655 * m68k-tdep.c (m68k_gdbarch_init): Update.
9656 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9657 * ia64-tdep.c (ia64_gdbarch_init): Update.
9658 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9659 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9660 (i386_interix_back_one_frame): Update.
9661 * hppa-tdep.c (hppa_gdbarch_init): Update.
9662 (hppa_init_extra_frame_info): Update.
9663 * h8300-tdep.c (h8300_gdbarch_init): Update.
9664 * frv-tdep.c (frv_gdbarch_init): Update.
9665 * cris-tdep.c (cris_gdbarch_init): Update.
9666 * avr-tdep.c (avr_gdbarch_init): Update.
9667 * arm-tdep.c (arm_gdbarch_init): Update.
9668 * alpha-tdep.c (alpha_gdbarch_init): Update.
9669
9670 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9671
9672 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9673 (arm_get_fp_model): Declare.
9674 * arm-tdep.c (fp_model_strings): New string array.
9675 (arm_fp_model, current_fp_model): New variables.
9676 (arm_get_fp_model): New function.
9677 (arm_set_fp): New function.
9678 (set_fp_model_sfunc): New function.
9679 (show_fp_model): New function.
9680 (_initialize_arm_tdep): Add new command to set/show the FPU.
9681 (arm_extract_return_value): Use arm_get_fp_model.
9682 (arm_store_return_value): Likewise.
9683 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9684 to initialize the floating-point data types.
9685 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9686 model is FPA.
9687
9688 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9689
9690 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9691 the current setting of each value.
9692 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9693 new_set and new_show. Use add_setshow_cmd_full and
9694 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9695 commands and add new version as subcommands of "set/show arm".
9696
9697 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9698
9699 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9700 (set_arm_command, show_arm_command): New functions.
9701 (_initialize_arm_tdep): Add them.
9702 (num_disassembly_options): Renamed from num_flavor_options.
9703 (valid_disassembly_styles): Renamed from valid_flavors.
9704 (disassembly_style): Renamed from disassembly_flavor.
9705 (set_disassembly_style_sfunc): Renamed from
9706 set_disassembly_flavor_sfunc.
9707 (set_disassembly_style): Renamed from set_disassembly_flavor.
9708 (arm_othernames): Updated.
9709 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9710 command. Add "set/show arm disassembly" commands. Deprecate
9711 "othernames" command.
9712
9713 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9714
9715 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9716 (arm-tdep.o): Depend on elf_arm_h.
9717
9718 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9719
9720 * Makefile.in (coff_internal_h): Define.
9721 (arm-tdep.o): Update dependencies.
9722
9723 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9724
9725 * arm-tdep.c (prologue_cache): Delete.
9726 (check_prologue_cache, save_prologue_cache): Delete.
9727 (arm_scan_prologue): Don't check or update the prologue_cache.
9728 (arm_gdb_arch_init): Don't initialize it.
9729 (_initialize_arm_tdep): Likewise.
9730
9731 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9732
9733 * MAINTAINERS (tui): Maintainer of tui code.
9734
9735 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9736
9737 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9738 (i386-cygwin-tdep.o): Add dependencies.
9739 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9740 * i386-cygwin-tdep.c: New file.
9741 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9742 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9743
9744 2003-03-20 Andrew Cagney <cagney@redhat.com>
9745
9746 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9747 (handle_inferior_event): Remove code calling
9748 DYNAMIC_TRAMPOLINE_NEXTPC.
9749
9750 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9751 already has a full path.
9752
9753 * main.c (gdb_main): Return 1.
9754 (captured_main): Call error to report an invalid interpreter.
9755
9756 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9757 * alpha-osf1-tdep.c: Include "gdb_string.h".
9758
9759 2003-03-19 J. Brobecker <brobecker@gnat.com>
9760
9761 Continuing work to convert the hppa targets to multiarch partial.
9762
9763 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9764 method, now that hppa_push_dummy_frame has a conformant prototype.
9765 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9766 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9767 for the switch to multiarch partial.
9768
9769 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9770
9771 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9772 when iss is issNull.
9773
9774 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9775
9776 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9777 NUM_REGS bounds check.
9778
9779 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9780
9781 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9782 * mips-tdep.c (gdb_assert.h): Include.
9783 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9784 (mips_register_name): Handle integer registers explicitly. Add
9785 bounds checking.
9786 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9787 (mips_lsi33k_reg_names): Don't list integer registers; they're
9788 handled by mips_register_name() now.
9789 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9790 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9791 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9792 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9793 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9794
9795 2003-03-18 Andrew Cagney <cagney@redhat.com>
9796
9797 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9798 a void pointer.
9799 * gdbtypes.h (print_scalar_formatted): Update declaration.
9800 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9801
9802 2003-03-18 J. Brobecker <brobecker@gnat.com>
9803
9804 * infrun.c (observer.h): Add #include.
9805 (normal_stop): Add call to observer_notify_normal_stop.
9806 * Makefile.in (infrun.o): Add dependency on observer.h.
9807
9808 2003-03-18 J. Brobecker <brobecker@gnat.com>
9809
9810 Continuing work to convert the hppa targets to multiarch partial.
9811 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9812 parameter. Reformat comment.
9813 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9814 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9815 to match new profile.
9816
9817 2003-03-18 J. Brobecker <brobecker@gnat.com>
9818
9819 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9820 appear to be working in any case.
9821
9822 2003-03-18 J. Brobecker <brobecker@gnat.com>
9823
9824 * observer.c (observer_test_first_observer): New static variable.
9825 (observer_test_second_observer): Likewise.
9826 (observer_test_third_observer): Likewise.
9827 (observer_test_first_notification_function): New static function.
9828 (observer_test_second_notification_function): Likewise.
9829 (observer_test_third_notification_function): Likewise.
9830
9831 2003-03-17 J. Brobecker <brobecker@gnat.com>
9832
9833 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9834 * somsolib.c (gdb_assert.h): Likewise.
9835 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9836 (somsolib.o): Likewise.
9837
9838 2003-03-17 Andrew Cagney <cagney@redhat.com>
9839
9840 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9841 BFD. Simplify setting of di.endian.
9842
9843 2003-03-17 Andrew Cagney <cagney@redhat.com>
9844
9845 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9846 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9847
9848 From Elena Zannoni <ezannoni@redhat.com>
9849 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9850 vector and floating-point parameters.
9851 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9852 convention.
9853 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9854
9855 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9856
9857 * MAINTAINERS: Remove my name from several maintainership roles.
9858
9859 2003-03-17 Andrew Cagney <cagney@redhat.com>
9860
9861 Fix frame off-by-one bug.
9862 * frame-unwind.h (frame_this_id_ftype): Replace
9863 frame_unwind_id_ftype.
9864 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9865 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9866 with "prev_register".
9867 * frame-unwind.c (frame_unwind_find_by_pc): Return
9868 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9869 comment.
9870 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9871 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9872 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9873 (dummy_frame_unwind): Update.
9874 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9875 sentinel_frame_register_unwind.
9876 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9877 (sentinel_frame_unwinder): Update.
9878 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9879 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9880 * frame.c (create_sentinel_frame): Update. Initialize
9881 "prologue_cache" instead of "unwind_cache".
9882 (frame_register_unwind): Call this frame's prev_register with the
9883 next frame and this frame's prologue cache.
9884 (get_prev_frame): Simplify. Always call prev frame's this_id with
9885 this frame and prev frame's prologue cache. Document that this
9886 call is shifted one to the left when compared to the
9887 frame_register_unwind call.
9888 (legacy_saved_regs_prev_register): Replace
9889 frame_saved_regs_register_unwind.
9890 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9891 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9892 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9893 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9894 (d10v_frame_unwind): Update.
9895 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9896 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9897 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9898 "saved_regs" with "this_saved_regs".
9899
9900 2003-03-16 Andrew Cagney <cagney@redhat.com>
9901
9902 * frame.c (frame_pop): Don't call target_store_registers. Fix
9903 problem reported by Mark Kettenis.
9904
9905 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9906
9907 * i386-tdep.c (i386_register_type): Renamed from
9908 i386_register_virtual_type. Adjust function signature.
9909 (i386_gdbarch_init): Set register_type instead of
9910 deprecated_max_register_raw_size,
9911 deprecated_max_register_virtual_size and register_virtual_type.
9912
9913 2003-03-14 Andrew Cagney <cagney@redhat.com>
9914
9915 * frame.c (get_prev_frame): When a legacy frame, always call
9916 legacy_get_prev_frame. Simplify unwind code using assumption that
9917 the unwinder is new.
9918 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9919 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9920 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9921
9922 2003-03-14 Andrew Cagney <cagney@redhat.com>
9923
9924 * frame.c (get_saved_register): Delete function.
9925 * frame.h (get_saved_register): Delete declaration.
9926 * xstormy16-tdep.c: Update comment.
9927 * regcache.h: Update comments.
9928 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9929 get_saved_register and extract_address, use
9930 frame_read_unsigned_register.
9931 (sparc_frame_saved_pc): Ditto.
9932 (sparc_get_saved_register): Instead of get_saved_register, use
9933 frame_register.
9934 (sparc_pop_frame): Ditto.
9935 * findvar.c: Update comments.
9936 (value_of_register): Call frame_register instead of
9937 get_saved_register.
9938 (value_from_register): Ditto.
9939 * config/sparc/tm-sparc.h: Update comment.
9940 * breakpoint.c: Update comment.
9941
9942 2003-03-14 Andrew Cagney <cagney@redhat.com>
9943
9944 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9945 GET_SAVED_REGISTER.
9946 * gdbarch.h, gdbarch.c: Re-generate.
9947 * frame.h: Update comments.
9948 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9949 * x86-64-tdep.c (x86_64_init_abi): Update.
9950 * sparc-tdep.c (sparc_gdbarch_init): Update.
9951 * sh-tdep.c (sh_gdbarch_init): Update.
9952 * mips-tdep.c (mips_gdbarch_init): Update.
9953 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9954 * cris-tdep.c (cris_gdbarch_init): Update.
9955 * ia64-tdep.c (ia64_gdbarch_init): Update.
9956 * frame.c (frame_register): Update.
9957 (get_saved_register): Update.
9958 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9959
9960 2003-03-13 Andrew Cagney <cagney@redhat.com>
9961
9962 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9963 * gdbarch.h, gdbarch.c: Regenerate.
9964 * valops.c (hand_function_call): Update comment.
9965 * stack.c (return_command): Update comment.
9966 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9967 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9968 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9969 * x86-64-tdep.c (x86_64_init_abi): Update.
9970 * vax-tdep.c (vax_gdbarch_init): Update.
9971 * v850-tdep.c (v850_gdbarch_init): Update.
9972 * sparc-tdep.c (sparc_gdbarch_init): Update.
9973 * sh-tdep.c (sh_gdbarch_init): Update.
9974 * s390-tdep.c (s390_gdbarch_init): Update.
9975 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9976 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9977 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9978 * mips-tdep.c (mips_gdbarch_init): Update.
9979 * mcore-tdep.c (mcore_gdbarch_init): Update.
9980 * m68k-tdep.c (m68k_gdbarch_init): Update.
9981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9982 * ia64-tdep.c (ia64_gdbarch_init): Update.
9983 * i386-tdep.c (i386_gdbarch_init): Update.
9984 * hppa-tdep.c (hppa_gdbarch_init): Update.
9985 * h8300-tdep.c (h8300_gdbarch_init): Update.
9986 * frv-tdep.c (frv_gdbarch_init): Update.
9987 * cris-tdep.c (cris_gdbarch_init): Update.
9988 * avr-tdep.c (avr_gdbarch_init): Update.
9989 * arm-tdep.c (arm_gdbarch_init): Update.
9990 * alpha-tdep.c (alpha_gdbarch_init): Update.
9991
9992 2003-03-13 Andrew Cagney <cagney@redhat.com>
9993
9994 * frame.c (legacy_frame_p): New function.
9995 (get_prev_frame): Use legacy_frame_p.
9996 * frame.h (legacy_frame_p): Declare.
9997
9998 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9999
10000 * MAINTAINERS (write after approval): Alphabetically
10001 listing corrected.
10002
10003 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10004
10005 * MAINTAINERS (write after approval): Add myself.
10006
10007 2003-03-12 Andrew Cagney <cagney@redhat.com>
10008
10009 * frame.c (get_prev_frame): Rename the frame parameter to
10010 "this_frame".
10011 (get_next_frame, legacy_get_prev_frame): Ditto.
10012
10013 2003-03-12 Andrew Cagney <cagney@redhat.com>
10014
10015 * frame.c (get_current_frame): Check target_has_registers before
10016 checking target_has_stack.
10017 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10018 instead of deprecated_selected_frame.
10019 * findvar.c (value_of_register): Pass "frame", not
10020 deprecated_selected_frame, to value_of_builtin_reg.
10021
10022 2003-03-12 Andrew Cagney <cagney@redhat.com>
10023
10024 * regcache.c (regcache_cooked_write_signed): New function.
10025 (regcache_cooked_write_unsigned): New function.
10026 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10027 (regcache_cooked_read_signed): Fix regnum in range assertion.
10028 * regcache.h (regcache_cooked_write_signed): Declare.
10029 (regcache_cooked_write_unsigned): Declare.
10030
10031 2003-03-12 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10034 * gdbarch.h, gdbarch.c: Re-generate.
10035 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10036 * x86-64-tdep.h: Update.
10037 * x86-64-tdep.c (x86_64_init_abi): Update.
10038 * v850-tdep.c (v850_gdbarch_init): Update.
10039 * sparc-tdep.c (sparc_gdbarch_init): Update.
10040 * sh-tdep.c (sh_gdbarch_init): Update.
10041 * s390-tdep.c (s390_gdbarch_init): Update.
10042 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10043 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10044 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10045 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10046 * mips-tdep.c (mips_gdbarch_init): Update.
10047 * mcore-tdep.c (mcore_gdbarch_init): Update.
10048 * m68k-tdep.c (m68k_gdbarch_init): Update.
10049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10050 * ia64-tdep.c (ia64_gdbarch_init): Update.
10051 * i386-tdep.c (i386_gdbarch_init): Update.
10052 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10053 * hppa-tdep.c (hppa_gdbarch_init): Update.
10054 * h8300-tdep.c (h8300_gdbarch_init): Update.
10055 * frv-tdep.c (frv_gdbarch_init): Update.
10056 * cris-tdep.c (cris_gdbarch_init): Update.
10057 * avr-tdep.c (avr_gdbarch_init): Update.
10058 * arm-tdep.c (arm_gdbarch_init): Update.
10059 * alpha-tdep.c (alpha_gdbarch_init): Update.
10060 * sh-tdep.c (sh_init_extra_frame_info): Update.
10061 (sh64_init_extra_frame_info): Update.
10062 * ns32knbsd-nat.c (frame_num_args): Update.
10063 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10064 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10065 (xstormy16_frame_chain_valid): Update.
10066 * vax-tdep.c (vax_saved_pc_after_call): Update.
10067 * v850-tdep.c (v850_frame_chain): Update.
10068 (v850_pop_frame): Update.
10069 (v850_init_extra_frame_info): Update.
10070 * sparc-tdep.c (setup_arbitrary_frame): Update.
10071 * ns32k-tdep.c (umax_frame_num_args): Update.
10072 * s390-tdep.c (s390_pop_frame_regular): Update.
10073 * mn10300-tdep.c (mn10300_frame_chain): Update.
10074 (mn10300_pop_frame_regular): Update.
10075 (mn10300_init_extra_frame_info): Update.
10076 * mips-tdep.c (mips_init_frame_pc_first): Update.
10077 (mips_frame_chain): Update.
10078 (mips_pop_frame): Update.
10079 * mcore-tdep.c (mcore_frame_chain): Update.
10080 (mcore_pop_frame): Update.
10081 (mcore_init_extra_frame_info): Update.
10082 * arch-utils.c (init_frame_pc_default): Update.
10083 * m68k-tdep.c (isi_frame_num_args): Update.
10084 (delta68_frame_num_args): Update.
10085 (news_frame_num_args): Update.
10086 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10087 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10088 (alpha_frame_chain): Update.
10089 (alpha_pop_frame): Update.
10090 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10091 (hppa_init_extra_frame_info): Update.
10092 (hppa_frame_chain): Update.
10093 (hppa_frame_chain_valid): Update.
10094 * cris-tdep.c (cris_init_extra_frame_info): Update.
10095 * avr-tdep.c (avr_init_extra_frame_info): Update.
10096 * arm-tdep.c (arm_frame_chain_valid): Update.
10097 (arm_init_extra_frame_info): Update.
10098 (arm_pop_frame): Update.
10099 * frame.c (frame_pc_unwind): Update.
10100 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10101 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10102 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10103 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10104 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10105 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10106
10107 2003-03-12 Andrew Cagney <cagney@redhat.com>
10108
10109 Eliminate the need for POP_FRAME.
10110 * frame.c (do_frame_unwind_register): New function.
10111 (frame_pop): When no POP_FRAME, pop the frame using register
10112 unwind and a scratch regcache.
10113 (frame_saved_regs_pop): Delete function.
10114 (trad_frame_unwinder): Update.
10115 * d10v-tdep.c (d10v_frame_pop): Delete function.
10116 (d10v_frame_unwind): Update.
10117 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10118 (sentinel_frame_unwinder): Update.
10119 * dummy-frame.c (dummy_frame_pop): Delete function.
10120 (dummy_frame_unwind): Update.
10121 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10122 (struct frame_unwind): Update.
10123
10124 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10125
10126 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10127 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10128 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10129 Do range checks on register number obtained from debugging info.
10130 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10131 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10132 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10133 mapping function.
10134 (do_fp_register_row): Fix typo which caused double type to be
10135 used when attempting to unpack a float.
10136
10137 2003-03-11 J. Brobecker <brobecker@gnat.com>
10138
10139 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10140
10141 2003-03-11 Andrew Cagney <cagney@redhat.com>
10142
10143 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10144 frame. Problem found by Corinna Vinschen.
10145
10146 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10147
10148 * doublest.c (floatformat_from_length): Accept also
10149 the real size of 'long double' type.
10150
10151 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10152
10153 From Klee Dienes <kdienes@apple.com>:
10154 * breakpoint.c (bpstat_copy): Copy the command lines as well
10155 as the old value, to match what is freed in bpstat_clear.
10156
10157 2003-03-10 David Carlton <carlton@math.stanford.edu>
10158
10159 * minsyms.c (add_minsym_to_hash_table): Replace
10160 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10161 (compare_minimal_symbols, compact_minimal_symbols)
10162 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10163 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10164 of DEPRECATED_SYMBOL_MATCHES_NAME.
10165 (lookup_minimal_symbol_solib_trampoline): Ditto.
10166
10167 2003-03-10 Andrew Cagney <cagney@redhat.com>
10168
10169 * regcache.h (regcache_cooked_read_ftype): Define.
10170 (regcache_save, regcache_restore): Add a cooked_read parameter.
10171 * regcache.c (regcache_save, regcache_restore): Update.
10172 (do_cooked_read): New function.
10173 (regcache_cpy): Pass do_cooked_read to regcache_save and
10174 regcache_restore.
10175
10176 2003-03-10 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10179 * gdbarch.h, gdbarch.c: Re-generate.
10180 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10181 * x86-64-tdep.h: Update.
10182 * x86-64-tdep.c (x86_64_init_abi): Update.
10183 * v850-tdep.c (v850_gdbarch_init): Update.
10184 * sparc-tdep.c (sparc_gdbarch_init): Update.
10185 * sh-tdep.c (sh_gdbarch_init): Update.
10186 * s390-tdep.c (s390_gdbarch_init): Update.
10187 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10188 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10189 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10190 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10191 * mips-tdep.c (mips_gdbarch_init): Update.
10192 * mcore-tdep.c (mcore_gdbarch_init): Update.
10193 * m68k-tdep.c (m68k_gdbarch_init): Update.
10194 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10195 * ia64-tdep.c (ia64_gdbarch_init): Update.
10196 * i386-tdep.c (i386_gdbarch_init): Update.
10197 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10198 * hppa-tdep.c (hppa_gdbarch_init): Update.
10199 * h8300-tdep.c (h8300_gdbarch_init): Update.
10200 * frv-tdep.c (frv_gdbarch_init): Update.
10201 * cris-tdep.c (cris_gdbarch_init): Update.
10202 * avr-tdep.c (avr_gdbarch_init): Update.
10203 * arm-tdep.c (arm_gdbarch_init): Update.
10204 * alpha-tdep.c (alpha_gdbarch_init): Update.
10205 * sh-tdep.c (sh_init_extra_frame_info): Update.
10206 (sh64_init_extra_frame_info): Update.
10207 * ns32knbsd-nat.c (frame_num_args): Update.
10208 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10209 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10210 (xstormy16_frame_chain_valid): Update.
10211 * vax-tdep.c (vax_saved_pc_after_call): Update.
10212 * v850-tdep.c (v850_frame_chain): Update.
10213 (v850_pop_frame): Update.
10214 (v850_init_extra_frame_info): Update.
10215 * sparc-tdep.c (setup_arbitrary_frame): Update.
10216 * ns32k-tdep.c (umax_frame_num_args): Update.
10217 * s390-tdep.c (s390_pop_frame_regular): Update.
10218 * mn10300-tdep.c (mn10300_frame_chain): Update.
10219 (mn10300_pop_frame_regular): Update.
10220 (mn10300_init_extra_frame_info): Update.
10221 * mips-tdep.c (mips_init_frame_pc_first): Update.
10222 (mips_frame_chain): Update.
10223 (mips_pop_frame): Update.
10224 * mcore-tdep.c (mcore_frame_chain): Update.
10225 (mcore_pop_frame): Update.
10226 (mcore_init_extra_frame_info): Update.
10227 * arch-utils.c (init_frame_pc_default): Update.
10228 * m68k-tdep.c (isi_frame_num_args): Update.
10229 (delta68_frame_num_args): Update.
10230 (news_frame_num_args): Update.
10231 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10232 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10233 (alpha_frame_chain): Update.
10234 (alpha_pop_frame): Update.
10235 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10236 (hppa_init_extra_frame_info): Update.
10237 (hppa_frame_chain): Update.
10238 (hppa_frame_chain_valid): Update.
10239 * cris-tdep.c (cris_init_extra_frame_info): Update.
10240 * avr-tdep.c (avr_init_extra_frame_info): Update.
10241 * arm-tdep.c (arm_frame_chain_valid): Update.
10242 (arm_init_extra_frame_info): Update.
10243 (arm_pop_frame): Update.
10244 * frame.c (frame_pc_unwind): Update.
10245 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10246 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10247 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10248 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10249 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10250 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10251
10252 2003-03-10 Andrew Cagney <cagney@redhat.com>
10253
10254 * gdbarch.sh (gdbarch_unwind_pc): New method.
10255 * gdbarch.h, gdbarch.c: Regenerate.
10256 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10257 but use read_pc and FRAME_SAVED_PC as fall backs.
10258 (frame_saved_regs_pc_unwind): Delete function.
10259 (trad_frame_unwinder): Update.
10260 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10261 (struct frame_unwind): Update.
10262 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10263 (dummy_frame_unwind): Update.
10264 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10265 (sentinel_frame_unwinder): Update.
10266 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10267 (d10v_frame_unwind): Update.
10268 (d10v_unwind_pc): New function.
10269 (d10v_gdbarch_init): Set unwind_pc.
10270
10271 2003-03-10 Andrew Cagney <cagney@redhat.com>
10272
10273 * gdbarch.h: Re-generate.
10274
10275 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10276 PC.
10277 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10278 the PC register.
10279
10280 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10281
10282 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10283
10284 2003-03-08 Andrew Cagney <cagney@redhat.com>
10285
10286 * cli-out.c: Update copyright.
10287 (cli_out_data): Define typedef. Use instead of ui_out_data.
10288
10289 2003-03-08 Andrew Cagney <cagney@redhat.com>
10290
10291 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10292 the result.
10293
10294 2003-03-07 Andrew Cagney <cagney@redhat.com>
10295
10296 * gdbarch.sh: Don't generate two macro definitions when an
10297 undefined macro taking no arguments.
10298 * gdbarch.h: Regenerate.
10299
10300 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10301
10302 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10303 (x86_64_unwind_dummy_id): New functions.
10304 (x86_64_init_abi): Register these two new functions.
10305
10306 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10307
10308 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10309 (x86_64_skip_prologue): Move prologue detection to
10310 separate function.
10311 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10312
10313 2003-03-05 Andrew Cagney <cagney@redhat.com>
10314
10315 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10316 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10317 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10318 to use unwind_dummy_id when a dummy frame.
10319 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10320 predicate.
10321 * gdbarch.h, gdbarch.c: Regneerate.
10322
10323 2003-03-05 Andrew Cagney <cagney@redhat.com>
10324
10325 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10326 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10327 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10328 values.
10329
10330 2003-03-05 Andrew Cagney <cagney@redhat.com>
10331
10332 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10333 (struct d10v_unwind_cache): Delete field "frameless". Replace
10334 "next_addr" with "sp_offset". Add "r11_offset".
10335 (d10v_frame_unwind_cache): Update.
10336 (prologue_find_regs): Update. When "mv r11, sp", save the
10337 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10338 RN was saved in r11_offset.
10339
10340 2003-03-05 Andrew Cagney <cagney@redhat.com>
10341
10342 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10343 cached PC value in the next frame.
10344
10345 2003-03-05 Andrew Cagney <cagney@redhat.com>
10346
10347 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10348 "id_unwind_cache" with "id".
10349 (frame_id_unwind): Delete declaration.
10350 * frame.c (frame_id_unwind): Delete function.
10351 (get_prev_frame): Call the frame id unwind method directly. Store
10352 the returned next frame's ID value in NEXT_FRAME. Note that there
10353 is a problem with the wrong unwind ID being called with the wrong
10354 unwind cache.
10355
10356 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10357
10358 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10359
10360 2003-03-05 James Ingham <jingham@apple.com>
10361 Daniel Jacobowitz <drow@mvista.com>
10362
10363 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10364 (auto_cp_abi): New variable.
10365 (current_cp_abi, num_cp_abis): Make static.
10366 (CP_ABI_MAX): Define.
10367 (cp_abis): Turn into an array.
10368 (value_virtual_fn_field): Fix formatting.
10369 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10370 takes a pointer.
10371 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10372 (list_cp_abis, _initialize_cp_abi): New functions.
10373 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10374 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10375 switch_to_cp_abi. Update prototype for register_cp_abi.
10376 * Makefile.in (cp-abi.o): Update dependencies.
10377 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10378 instead of switch_to_cp_abi.
10379 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10380 register_cp_abi.
10381 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10382 register_cp_abi.
10383 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10384
10385 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10386
10387 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10388 * dwarf2loc.c: Include "regcache.h".
10389 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10390 register_size.
10391 * Makefile.in (dwarf2loc.o): Update dependencies.
10392
10393 2003-03-04 Theodore A. Roth <troth@openavr.org>
10394
10395 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10396 number of io registers reported by remote target is not a multiple of
10397 step.
10398
10399 2003-03-04 David Carlton <carlton@math.stanford.edu>
10400
10401 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10402 (lookup_symbol_aux_psymtabs): Update call to
10403 lookup_partial_symbol.
10404 (lookup_transparent_type, find_main_psymtab)
10405 (make_symbol_overload_list): Ditto.
10406
10407 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10408
10409 * MAINTAINERS (Write after approval): Update my email address.
10410
10411 2003-03-03 Andrew Cagney <cagney@redhat.com>
10412
10413 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10414 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10415 predicate. Replace MAX_REGISTER_RAW_SIZE.
10416 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10417 MAX_REGISTER_VIRTUAL_SIZE.
10418 * regcache.c (legacy_max_register_raw_size): New function.
10419 (legacy_max_register_virtual_size): New function.
10420 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10421 (MAX_REGISTER_RAW_SIZE): Define.
10422 (legacy_max_register_raw_size): Declare.
10423 (legacy_max_register_virtual_size): Declare.
10424 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10425 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10426 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10427 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10428 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10429 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10430 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10431 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10432 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10433 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10434 * vax-tdep.c (vax_gdbarch_init): Update.
10435 * v850-tdep.c (v850_gdbarch_init): Update.
10436 * sparc-tdep.c (sparc_gdbarch_init): Update.
10437 * sh-tdep.c (sh_gdbarch_init): Update.
10438 * s390-tdep.c (s390_gdbarch_init): Update.
10439 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10440 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10441 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10442 * mips-tdep.c (mips_gdbarch_init): Update.
10443 * mcore-tdep.c (mcore_gdbarch_init): Update.
10444 * m68k-tdep.c (m68k_gdbarch_init): Update.
10445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10446 * ia64-tdep.c (ia64_gdbarch_init): Update.
10447 * i386-tdep.c (i386_gdbarch_init): Update.
10448 * hppa-tdep.c (hppa_gdbarch_init): Update.
10449 * h8300-tdep.c (h8300_gdbarch_init): Update.
10450 * frv-tdep.c (frv_gdbarch_init): Update.
10451 * cris-tdep.c (cris_gdbarch_init): Update.
10452 * avr-tdep.c (avr_gdbarch_init): Update.
10453 * arm-tdep.c (arm_gdbarch_init): Update.
10454 * alpha-tdep.c (alpha_gdbarch_init): Update.
10455 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10456 max_register_raw_size or max_register_virtual_size.
10457
10458 2003-03-03 David Carlton <carlton@math.stanford.edu>
10459
10460 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10461 SYMBOL_MATCHES_NAME, add comment.
10462 (SYMBOL_MATCHES_NATURAL_NAME): New.
10463 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10464 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10465 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10466 * symtab.c (lookup_partial_symbol): Use
10467 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10468 unhelpful comment.
10469 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10470 SYMBOL_MATCHES_NAME.
10471 Fix for PR c++/33.
10472
10473 2003-03-03 David Carlton <carlton@math.stanford.edu>
10474
10475 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10476 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10477 by regexp matching against SYMBOL_NATURAL_NAME.
10478
10479 2003-03-03 David Carlton <carlton@math.stanford.edu>
10480
10481 * linespec.c (find_method): Extract code into collect_methods.
10482 (collect_methods): New.
10483
10484 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10485
10486 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10487 get_frame_base.
10488
10489 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10490 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10491
10492 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10493
10494 * arch-utils.c (generic_register_byte): Fix to use the loop index
10495 and not regnum when summing the size of all registers up to regnum.
10496
10497 2003-03-01 Andrew Cagney <cagney@redhat.com>
10498
10499 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10500 FRAME_INIT_SAVED_REGS.
10501 * gdbarch.h, gdbarch.c: Regenerate.
10502 * stack.c (frame_info): Update.
10503 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10504 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10505 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10506 * ns32k-tdep.c (ns32k_pop_frame): Update.
10507 * mips-tdep.c (mips_pop_frame): Update.
10508 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10509 * ia64-tdep.c (ia64_frame_chain): Update.
10510 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10511 (ia64_frameless_function_invocation): Update.
10512 (ia64_init_extra_frame_info): Update.
10513 (ia64_pop_frame_regular): Update.
10514 * frame.h (struct frame_info): Update comment.
10515 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10516 * frame.c (frame_saved_regs_register_unwind): Update.
10517 (frame_saved_regs_register_unwind): Update.
10518 (deprecated_generic_get_saved_register): Update.
10519 * cris-tdep.c: Update comment.
10520 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10521 Rename macro.
10522 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10523 * x86-64-tdep.c (x86_64_init_abi): Update.
10524 * vax-tdep.c (vax_gdbarch_init): Update.
10525 * v850-tdep.c (v850_gdbarch_init): Update.
10526 * sparc-tdep.c (sparc_gdbarch_init): Update.
10527 * sh-tdep.c (sh_gdbarch_init): Update.
10528 * s390-tdep.c (s390_gdbarch_init): Update.
10529 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10530 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10531 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10532 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10533 * mips-tdep.c (mips_gdbarch_init): Update.
10534 * mcore-tdep.c (mcore_gdbarch_init): Update.
10535 * m68k-tdep.c (m68k_gdbarch_init): Update.
10536 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10537 * ia64-tdep.c (ia64_gdbarch_init): Update.
10538 * i386-tdep.c (i386_gdbarch_init): Update.
10539 * frv-tdep.c (frv_gdbarch_init): Update.
10540 * avr-tdep.c (avr_gdbarch_init): Update.
10541 * arm-tdep.c (arm_gdbarch_init): Update.
10542 * alpha-tdep.c (alpha_gdbarch_init): Update.
10543
10544 2003-03-01 Andrew Cagney <cagney@redhat.com>
10545
10546 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10547 option enum and switch. When no windows, set the interpreter to
10548 INTERP_CONSOLE.
10549
10550 2003-03-01 Andrew Cagney <cagney@redhat.com>
10551
10552 * main.c (captured_main): Replace magic option characters with an
10553 enum.
10554
10555 2003-03-01 Andrew Cagney <cagney@redhat.com>
10556
10557 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10558 INIT_EXTRA_FRAME_INFO.
10559 * gdbarch.h, gdbarch.c: Regenerate.
10560 * arm-tdep.c: Update comments.
10561 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10562 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10563 * frame.h, avr-tdep.c: Ditto.
10564 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10565 (create_new_frame, legacy_get_prev_frame): Ditto.
10566 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10567 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10568 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10569 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10570 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10571 * v850-tdep.c (v850_gdbarch_init): Ditto.
10572 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10573 * sh-tdep.c (sh_gdbarch_init): Ditto.
10574 * s390-tdep.c (s390_gdbarch_init): Ditto.
10575 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10576 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10577 * mips-tdep.c (mips_gdbarch_init): Ditto.
10578 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10579 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10580 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10581 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10582 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10583 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10584 * frv-tdep.c (frv_gdbarch_init): Ditto.
10585 * cris-tdep.c (cris_gdbarch_init): Ditto.
10586 * avr-tdep.c (avr_gdbarch_init): Ditto.
10587 * arm-tdep.c (arm_gdbarch_init): Ditto.
10588 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10589 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10590
10591 2003-03-01 Andrew Cagney <cagney@redhat.com>
10592
10593 * gdbarch.sh (register_type): New function with predicate.
10594 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10595 * gdbarch.h, gdbarch.c: Re-generate.
10596 * arch-utils.c (generic_register_byte): Use generic_register_size.
10597 (generic_register_size): When available, use
10598 gdbarch_register_type.
10599 * regcache.c (init_regcache_descr): When available, initialize the
10600 register type array using gdbarch_register_type. If the
10601 architecture supplies gdbarch_register_type, do not use the legacy
10602 regcache layout.
10603 * d10v-tdep.c (d10v_register_type): Replace
10604 d10v_register_virtual_type.
10605 (d10v_gdbarch_init): Set register_type instead of
10606 register_virtual_type.
10607
10608 2003-03-01 Andrew Cagney <cagney@redhat.com>
10609
10610 * Makefile.in (ax-gdb.o): Update dependencies.
10611 * ax-gdb.c: Include "regcache.h".
10612 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10613 * findvar.c (value_of_register): Ditto.
10614 * infcmd.c (default_print_registers_info): Ditto.
10615
10616 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10617
10618 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10619 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10620
10621 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10622
10623 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10624 of STREQ.
10625
10626 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10627
10628 * Makefile.in (dwarf2loc.o): Update dependencies.
10629 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10630 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10631 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10632 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10633 (locexpr_tracepoint_var_ref): New function.
10634 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10635
10636 2003-02-28 Andrew Cagney <cagney@redhat.com>
10637
10638 * regcache.c (register_size): New function.
10639 * regcache.h (register_size): Declare
10640 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10641 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10642
10643 2003-02-28 David Carlton <carlton@math.stanford.edu>
10644
10645 * linespec.c (decode_compound): Extract code into find_method.
10646 (find_method): New.
10647
10648 2003-02-28 J. Brobecker <brobecker@gnat.com>
10649
10650 * Makefile.in: Add rules to build and link in observer.o.
10651
10652 2003-02-27 J. Brobecker <brobecker@gnat.com>
10653
10654 * observer.c: Minor comments edits.
10655
10656 2003-02-27 J. Brobecker <brobecker@gnat.com>
10657
10658 * observer.h, observer.c: New file.
10659
10660 2003-02-27 Andrew Cagney <cagney@redhat.com>
10661
10662 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10663
10664 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10665
10666 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10667 (M6812_OP_STS_EXT): Likewise.
10668 (m6811_prologue): Use the above to recognize prologue.
10669 (m6812_prologue): Likewise.
10670
10671 2003-02-27 David Carlton <carlton@math.stanford.edu>
10672
10673 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10674 SYMBOL_PRINT_NAME.
10675 (compare_psymbols): Ditto.
10676 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10677
10678 2003-02-27 Michael Snyder <msnyder@redhat.com>
10679
10680 * f-lang.c (build_fortran_types): New function.
10681 (_initialize_f_language): Gdbarch-register built-in fortran types.
10682 * doublest.c (extract_floating): Fix warning text.
10683
10684 2003-02-27 Andrew Cagney <cagney@redhat.com>
10685
10686 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10687 predicate. Replaces PUSH_DUMMY_FRAME.
10688 * gdbarch.h, gdbarch.c: Regnerate.
10689 * valops.c (hand_function_call): Update. Call
10690 generic_push_dummy_frame directly.
10691 * vax-tdep.c (vax_gdbarch_init): Update.
10692 * sparc-tdep.c (sparc_gdbarch_init): Update.
10693 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10694 * m68k-tdep.c (m68k_gdbarch_init): Update.
10695 * hppa-tdep.c (hppa_gdbarch_init): Update.
10696 * alpha-tdep.c (alpha_gdbarch_init): Update.
10697 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10698 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10699 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10700 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10701 push_dummy_frame to generic_push_dummy_frame.
10702 * v850-tdep.c (v850_gdbarch_init): Ditto.
10703 * sh-tdep.c (sh_gdbarch_init): Ditto.
10704 * s390-tdep.c (s390_gdbarch_init): Ditto.
10705 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10706 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10707 * mips-tdep.c (mips_gdbarch_init): Ditto.
10708 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10710 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10711 * i386-tdep.c (i386_gdbarch_init): Ditto.
10712 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10713 * frv-tdep.c (frv_gdbarch_init): Ditto.
10714 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10715 * cris-tdep.c (cris_gdbarch_init): Ditto.
10716 * avr-tdep.c (avr_gdbarch_init): Ditto.
10717 * arm-tdep.c (arm_gdbarch_init): Ditto.
10718
10719 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10720
10721 * mips-tdep.c (show_mips_abi): New function.
10722 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10723 command ``show mips abi''.
10724
10725 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10726
10727 From Elena Zannoni <ezannoni@redhat.com>
10728 * dbxread.c (process_one_symbol): Only record line 0 if one or
10729 more sline entries have been seen for the function.
10730
10731 2003-02-26 Michael Chastain <mec@shout.net>
10732
10733 * configure: Regenerate with autoconf 000227.
10734
10735 2003-02-26 Michael Chastain <mec@shout.net>
10736
10737 Close PR build/660.
10738 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10739 for old libc5/glibc.
10740 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10741
10742 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10743
10744 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10745 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10746
10747 2003-02-26 Michael Chastain <mec@shout.net>
10748
10749 * configure.in: New variable HAVE_UINTPTR_T.
10750 * configure, config.in: Regenerated.
10751
10752 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10753
10754 Fix PR build/1097.
10755 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10756
10757 2003-02-25 Andrew Cagney <cagney@redhat.com>
10758
10759 * frame.c (get_prev_frame): Add comment on check for
10760 inside_entry_func. Only check for inside_entry_file when not a
10761 dummy and not a sentinel. Check that the new frame is not inner
10762 to the old frame.
10763
10764 2003-02-25 Andrew Cagney <cagney@redhat.com>
10765
10766 * frame.c (frame_debug): New variable.
10767 (_initialize_frame): Add "set/show debug frame" command.
10768 (get_prev_frame): When frame_debug, print reason why unwind
10769 failed.
10770
10771 2003-02-25 Michael Chastain <mec@shout.net>
10772
10773 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10774 to avoid uintptr_t definition problems.
10775
10776 2003-02-25 David Carlton <carlton@math.stanford.edu>
10777
10778 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10779 (SYMBOL_LINKAGE_NAME): Ditto.
10780 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10781 SYMBOL_LINKAGE_NAME.
10782 (struct general_symbol_info): Expand comment.
10783 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10784 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10785 (SYMBOL_MATCHES_REGEXP): Ditto.
10786 * symtab.c (symbol_natural_name): New function.
10787 * objfiles.h: Replace all uses of SYMBOL_NAME by
10788 DEPRECATED_SYMBOL_NAME.
10789 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10790 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10791 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10792 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10793 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10794 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10795 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10796 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10797 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10798 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10799 * ada-exp.y: Ditto.
10800 * ada-exp.y: Update copyright.
10801 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10802 * cp-valprint.c: Ditto.
10803
10804 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10805
10806 * infptrace.c (detach): Do not flag error if ptrace detach fails
10807 and errno is set to ESRCH.
10808
10809 2003-02-24 Andrew Cagney <cagney@redhat.com>
10810
10811 * infptrace.c (udot_info): Change type of udot_off to long. Use
10812 paddr when printing udot_off's value.
10813
10814 2003-02-24 David Carlton <carlton@math.stanford.edu>
10815
10816 * symtab.c (make_symbol_overload_list): Only read in partial
10817 symtabs containing a matching partial symbol.
10818
10819 2003-02-24 David Carlton <carlton@math.stanford.edu>
10820
10821 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10822 do the comparison, not strcmp.
10823 * symfile.c (compare_psymbols): Ditto.
10824 * defs.h: Declare strcmp_iw_ordered.
10825 * utils.c (strcmp_iw_ordered): New function.
10826
10827 2003-02-24 Jim Blandy <jimb@redhat.com>
10828
10829 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10830 support, shared libs): Remove my name from here, to better reflect
10831 reality.
10832
10833 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10834
10835 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10836 (target_ops): Add to_have_continuable_watchpoint.
10837 * target.c (update_current_target): Add INHERIT line for
10838 to_have_continuable_watchpoint.
10839 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10840 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10841 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10842 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10843
10844 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10845
10846 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10847 maintainership.
10848
10849 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10850
10851 * solib.c (solib_open): Call target defined search function after
10852 failing with solib-search-path.
10853 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10854 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10855
10856 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10857
10858 * MAINTAINERS: Add myself to Write After section.
10859
10860 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10861
10862 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10863
10864 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10865
10866 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10867 (m68hc11_add_reggroups): New function.
10868 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10869 (m68hc11_gdbarch_init): Install the reggroups.
10870 (_initialize_m68hc11_tdep): Initialize them.
10871
10872 2003-02-21 James E Wilson <wilson@tuliptree.org>
10873
10874 * MAINTAINERS: Update my email address.
10875
10876 2003-02-21 David Carlton <carlton@math.stanford.edu>
10877
10878 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10879
10880 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10881
10882 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10883 * symtab.h: Add opaque declarations of struct axs_value and
10884 struct agent_expr.
10885 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10886 (struct location_funcs): New type.
10887 (struct symbol): Add "loc" to aux_value.
10888 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10889 * dwarf2read.c: Include "dwarf2expr.h".
10890 (dwarf2_symbol_mark_computed): New function.
10891 (read_func_scope): Use it.
10892 (var_decode_location): New function.
10893 (new_symbol): Use it.
10894 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10895
10896 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10897 (dwarf2expr_h, dwarf2loc_h): New variables.
10898 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10899 (dwarf2expr.o, dwarf2loc.o): New rules.
10900 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10901 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10902 LOC_COMPUTED_ARG.
10903 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10904 * m2-exp.y (yylex): Likewise.
10905 * printcmd.c (address_info, print_frame_args): Likewise.
10906 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10907 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10908 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10909 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10910 * symtab.c (lookup_block_symbol): Likewise.
10911
10912 2003-02-20 Adam Fedor <fedor@gnu.org>
10913
10914 * symtab.h: Remove objc_specific struct
10915 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10916 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10917 Have language_objc use cplus_specific struct.
10918
10919 2003-02-20 Tom Tromey <tromey@redhat.com>
10920
10921 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10922 TYPE_NAME, when printing a String value. PR java/1075.
10923
10924 2003-02-20 Adam Fedor <fedor@gnu.org>
10925
10926 * objc-lang.h (find_methods): Remove declaration.
10927 * objc-lang.c (find_methods): Make static.
10928
10929 2003-02-20 Christopher Faylor <cgf@redhat.com>
10930
10931 * win32-nat.c (get_image_name): Check return value from
10932 ReadProcessMemory.
10933 (child_xfer_memory): Ditto.
10934
10935 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10936
10937 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10938 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10939 '${exec_prefix}' (in addition to the expansion thereof) as
10940 relocatable.
10941 * configure: Rebuilt.
10942
10943 2003-02-20 David Carlton <carlton@math.stanford.edu>
10944
10945 * symtab.c (search_symbols): Revert the search_symbols part of my
10946 2002-12-23 patch. Add comment.
10947
10948 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10949
10950 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10951 * dbxread.c (elfstab_build_psymtabs): Don't call
10952 install_minimal_symbols.
10953 (stabsect_build_psymtabs): Likewise.
10954 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10955 earlier.
10956 * somread.c (som_symfile_read): Call install_minimal_symbols
10957 and do_cleanups earlier.
10958 * nlmread.c (nlm_symfile_read): Likewise.
10959 * mdebugread.c (elfmdebug_build_psymtabs): Call
10960 install_minimal_symbols and make appropriate cleanups.
10961
10962 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10963
10964 * solib.c (reload_shared_libraries): New function.
10965 (_initialize_solib): Add callbacks for ``set solib-search-path''
10966 and ``set solib-absolute-prefix''.
10967
10968 2003-02-20 David Carlton <carlton@math.stanford.edu>
10969
10970 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10971 expand comment.
10972 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10973 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10974 * ada-typeprint.c (ada_typedef_print): Ditto.
10975 * ax-gdb.c (gen_var_ref): Ditto.
10976 * breakpoint.c (print_one_breakpoint): Ditto.
10977 * buildsym.c (finish_block): Ditto.
10978 * c-valprint.c (c_val_print): Ditto.
10979 * expprint.c (print_subexp): Ditto.
10980 * findvar.c (locate_var_value): Ditto.
10981 * infcmd.c (jump_command): Ditto.
10982 * linespec.c (decode_line_2, decode_compound): Ditto.
10983 * maint.c (maintenance_translate_address): Ditto.
10984 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10985 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10986 Ditto.
10987 * p-valprint.c (pascal_val_print): Ditto.
10988 * stabsread.c (define_symbol): Ditto.
10989 * stack.c (print_frame, frame_info, print_block_frame_locals)
10990 (print_frame_arg_vars, return_command): Ditto.
10991 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10992 * symmisc.c (print_symbol): Ditto.
10993 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10994 (compare_search_syms, print_symbol_info, print_msymbol_info)
10995 (rbreak_command): Ditto.
10996 * tracepoint.c (tracepoints_info): Ditto.
10997 * typeprint.c (typedef_print): Ditto.
10998 * valops.c (value_of_variable, hand_function_call): Ditto.
10999 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11000 * ada-typeprint.c: Update Copyright.
11001 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11002 * tracepoint.c, cli/cli-cmds.c: Ditto.
11003
11004 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11005
11006 * frame.c (generic_unwind_get_saved_register): Make non-static.
11007 * frame.h (generic_unwind_get_saved_register): Declare.
11008 * mips-tdep.c (read_next_frame_reg): Fetch register from
11009 current regcache when frame is NULL.
11010 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11011 that must be NULL.
11012 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11013 instead of frame_register_unwind().
11014
11015 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11016
11017 * remote-sim.c (gdbsim_insert_breakpoint)
11018 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11019 code.
11020
11021 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11022
11023 * remote.c (_initialize_remote): Add commands "set/show remote
11024 hardware-watchpoint-limit" and "set/show remote
11025 hardware-breakpoint-limit".
11026 (remote_hw_watchpoint_limit): Initialize to -1.
11027 (remote_hw_breakpoint_limit): Ditto.
11028 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11029
11030 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11031
11032 * coff-pe-read.c: New file - support reading of minimal symbols from a
11033 portable executable using the export table.
11034 * coff-pe-read.h: New file.
11035 * coffread.c: Include coff-pe-read.h.
11036 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11037 debugging symbols found.
11038 * Makefile.in (SFILES): Add coff-pe-read.o.
11039 (coff_pe_read_h): Define.
11040 (COMMON_OBS): Add coff-pe-read.o.
11041 (coffread.o): Add coff_pe_read_h dependency.
11042 (coff-pe-read.o): New target.
11043
11044 2003-02-19 David Carlton <carlton@math.stanford.edu>
11045
11046 * Makefile.in (SFILES): Add block.c.
11047 (block_h): New.
11048 (COMMON_OBS): Add block.o.
11049 (block.o): New.
11050 (x86-64-tdep.o): Add $(block_h).
11051 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11052 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11053 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11054 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11055 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11056 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11057 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11058 * value.h: Add opaque declaration for struct block.
11059 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11060 * ada-lang.h: Ditto.
11061 * x86-64-tdep.c: #include "block.h"
11062 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11063 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11064 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11065 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11066 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11067 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11068 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11069 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11070 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11071 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11072 * symtab.c (block_function): Ditto.
11073 (contained_in): Ditto.
11074 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11075 block.h. Add opaque declaration for struct block.
11076 * symtab.h: Move block_function and contained_in declarations to
11077 block.h. Add opaque declarations for struct block, struct
11078 blockvector.
11079 (struct block): Move to block.h.
11080 (struct blockvector): Ditto.
11081 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11082 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11083 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11084 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11085 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11086 Ditto.
11087 * block.c: New file.
11088 * block.h: New file.
11089
11090 2003-02-19 Theodore A. Roth <troth@openavr.org>
11091
11092 * avr-tdep.c (avr_extract_return_value): Remove function.
11093 (avr_store_return_value): Remove function.
11094 (avr_extract_struct_value_address): Remove function.
11095 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11096
11097 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11098
11099 * rs6000-tdep.c: Include "gdb_assert.h".
11100 (registers_e500): Add "acc" and "spefscr".
11101 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11102 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11103 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11104 really is "r0".
11105 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11106
11107 2003-02-18 Keith Seitz <keiths@redhat.com>
11108
11109 * Makefile.in: Add gdbtk-interps.c.
11110
11111 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11112
11113 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11114 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11115
11116 2003-02-18 Andrew Cagney <cagney@redhat.com>
11117
11118 * symtab.h (struct objfile): Add opaque declaration.
11119
11120 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11121
11122 From Jim Ingham <jingham@apple.com>:
11123 * dbxread.c (process_one_symbol): Use last_function_start rather
11124 than function_start_offset to find the real beginning of the
11125 current function. The latter is just the text section offset on
11126 some systems, the former is always the real function start.
11127
11128 2003-02-17 Andrew Cagney <cagney@redhat.com>
11129
11130 * configure.in: Revert ${target} != ${host}.
11131
11132 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11133
11134 * configure.in (Makefile): Use the test ${target} != ${host},
11135 instead of the absence of the "nm.h" file, to determine of the
11136 configuration non-native.
11137 * configure: Regenerate.
11138
11139 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11140
11141 From Brian Ford <ford@vss.fsi.com>
11142
11143 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11144 conditionalize tui_active test.
11145 (lookup_cmd_1): Ditto.
11146
11147 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11148
11149 * configure.in: Add check for _etext.
11150 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11151 available.
11152 * config.in, configure: regenerated.
11153
11154 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11155
11156 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11157
11158 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11159
11160 * main.c (tui_version): Delete variable.
11161 (captured_main): When --tui, set interpreter_p to "tui" instead of
11162 enabling tui_version.
11163 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11164 tui_version.
11165 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11166 * cli/cli-cmds.c (disassemble_command): Ditto.
11167 * defs.h (tui_version): Delete declaration.
11168 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11169 (tui-interp.o): Add rules.
11170 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11171
11172 2003-02-14 Christopher Faylor <cgf@redhat.com>
11173
11174 * win32-nat.c (register_loaded_dll): Correctly set address range for
11175 just-loaded dll.
11176
11177 2003-02-12 Jason Molenda (jmolenda@apple.com)
11178
11179 * symmisc.c (print_objfile_statistics): Include information about
11180 the number of psymtabs and symtabs in each object file.
11181
11182 2003-02-13 Keith R Seitz <keiths@redhat.com>
11183
11184 * main.h (struct captured_main_args): Add interpreter_p.
11185 * main.c (captured_main): Initialize interpreter_p from context.
11186 * gdb.c (main): Set interpreter_p argument.
11187 * Makefile.in (gdb.o): Add dependency for interps.h.
11188
11189 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11190
11191 * event-top.c (cli_command_loop): Delete declaration.
11192 (_initialize_event_loop): Delete function setting event_loop_hook.
11193 * event-top.h (cli_command_loop): Declare. Update copyright.
11194 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11195 * interps.c (current_interp_command_loop): When event_loop_p, call
11196 cli_command_loop.
11197
11198 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11199
11200 * interps.h (interp_command_loop_ftype): Change return type to
11201 void.
11202
11203 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11204
11205 * x86-64-tdep.c (x86_64_extract_return_value)
11206 (x86_64_store_return_value): Use regcache instead of regbuf.
11207 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11208 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11209
11210 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11211
11212 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11213 * aclocal.m4: Regenerate.
11214 * configure: Regenerate.
11215
11216 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11217 TCL_LD_SEARCH_FLAGS.
11218
11219 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11220
11221 * dwarf2cfi.c: Reindented.
11222
11223 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11224
11225 * interps.c (clear_interpreter_hooks): Convert function definition
11226 to ISO C.
11227
11228 2003-02-07 David Carlton <carlton@math.stanford.edu>
11229
11230 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11231
11232 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11233
11234 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11235 (struct type): ...to here.
11236 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11237 field.
11238 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11239 (replace_type): Set length on all type variants for a given type.
11240
11241 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11242
11243 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11244 <sys/stat.h>.
11245 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11246
11247 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11248
11249 * Makefile.in (symm-nat.o): Update dependencies.
11250 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11251 (lynx-nat.o, ia64-linux-nat.): Ditto.
11252 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11253 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11254 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11255
11256 * Makefile.in (inflow_h): Define.
11257 (procfs.o, inflow.o, procfs.o): Update dependencies.
11258 * inftarg.c (child_stop): Delete extern declaration of
11259 inferior_process_group. Include "inflow.h".
11260 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11261 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11262 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11263 (our_process_group, inferior_process_group): Extern declarations.
11264
11265 * procfs.c: Include "gdb_assert.h".
11266
11267 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11268 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11269 * jv-typeprint.c (java_type_print_base): Ditto.
11270 * typeprint.c (typedef_print): Eliminate STREQ.
11271 * cli/cli-script.c (define_command, define_command): Ditto.
11272 * main.c (captured_main): Ditto.
11273 * values.c (lookup_internalvar): Ditto.
11274 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11275 within `if' conditional.
11276 * linespec.c (decode_line_2): Ditto.
11277 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11278 (bfd_openw_with_cleanup): Ditto.
11279
11280 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11281
11282 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11283 legacy_extract_return_value and store_return_value to
11284 legacy_return_value.
11285
11286 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11287
11288 * win32-nat.c (get_relocated_section_addrs): New function. Find
11289 section load addresses for symbol handling in relocated DLLs.
11290 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11291
11292 2003-02-05 Fred Fish <fnf@intrinsity.com>
11293
11294 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11295 '=' and '!='.
11296 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11297 with '&' and '=='.
11298 (angel_RDI_info): Ditto.
11299 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11300 with '&' and '!='.
11301 (threads_continue_all_with_signals): Ditto.
11302
11303 2003-02-05 Jim Ingham <jingham@apple.com>
11304 Keith Seitz <keiths@redhat.com>
11305 Elena Zannoni <ezannoni@redhat.com>
11306 Andrew Cagney <ac131313@redhat.com>
11307
11308 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11309 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11310 (SUBDIR_MI_OBS): Add "mi-interp.o".
11311 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11312 (SFILES): Add "interps.c".
11313 (COMMON_OBS): Add "interps.o".
11314 (interps_h, mi_main_h): Define.
11315 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11316 (mi-main.o, main.o, event-top.o): Update dependencies.
11317 * cli/cli-interp.c: New file.
11318 * interps.h, interps.c: New files.
11319 * top.c: (gdb_init): Don't install the default interpreter, handed
11320 by captured_main.
11321 * main.c: Include "interps.h".
11322 (interpreter_p): Note that it should malloc'ed.
11323 (captured_command_loop): Call current_interp_command_loop.
11324 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11325 xfree and xstrdup when updating interpreter_p. Install the
11326 default interpreter. Add hack to stop mi1's copyright notice
11327 being encoded.
11328 * event-top.h (gdb_setup_readline): Declare.
11329 (gdb_disable_readline): Declare.
11330 * event-top.c: Include "interps.h".
11331 (display_gdb_prompt): Call current_interp_display_prompt_p.
11332 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11333 gdb_stdlog, and gdb_stdtarg.
11334 (_initialize_event_loop): Don't call gdb_setup_readline.
11335 * cli-out.c (cli_out_set_stream): New function.
11336 * cli-out.h (cli_out_set_stream): Declare.
11337
11338 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11339
11340 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11341 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11342 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11343 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11344 config/i386/i386v42mp.mt: Removed.
11345
11346 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11347
11348 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11349 GDB_OSABI_SOLARIS.
11350
11351 2003-02-05 Michael Chastain <mec@shout.net>
11352
11353 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11354 2.12.1 and earlier versions.
11355
11356 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11357
11358 Remove orphaned hosts, targets and files.
11359 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11360 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11361 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11362 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11363 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11364 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11365 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11366 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11367 * config/sparc/tm-sp64sim.h: Delete.
11368 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11369 hosts.
11370 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11371 mips*-dec-mach3* targets.
11372
11373 2003-02-04 Michael Chastain <mec@shout.net>
11374
11375 * NEWS: Fix typo: sepcifying -> specifying.
11376
11377 2003-02-04 Michael Chastain <mec@shout.net>
11378
11379 * dwarfread.c: Add documentation on the state of dwarf-1,
11380 looking towards obsoletion.
11381
11382 2003-02-03 Michael Chastain <mec@shout.net>
11383
11384 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11385 gdb/testsuite/gdb.c++/pr-1023.exp.
11386
11387 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11388
11389 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11390 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11391
11392 * utils.c (init_page_info): Delete reference to MPW in comments.
11393 * main.c (captured_main): Delete #ifdef MPW.
11394
11395 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11396
11397 * NEWS: Note that the m32r-*-elf* is obsolete.
11398 * monitor.c (monitor_expect): Obsolete reference to m32r.
11399 * configure.tgt: Mark m32r-*-elf* as obsolete.
11400 * MAINTAINERS: Mark m32k as obsolete.
11401 * m32r-rom.c: Obsolete file.
11402 * config/m32r/m32r.mt: Obsolete file.
11403 * config/m32r/tm-m32r.h: Obsolete file.
11404 * m32r-stub.c: Obsolete file.
11405 * m32r-tdep.c: Obsolete file.
11406
11407 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11408
11409 * NEWS: Mention that the z8k-zilog-none is obsolete.
11410 * MAINTAINERS: Mark z8k as obsolete.
11411 * configure.tgt: Obsolete the z8k-*-coff* target.
11412 * config/z8k/z8k.mt: Obsolete file.
11413 * config/z8k/tm-z8k.h: Obsolete file.
11414 * z8k-tdep.c: Obsolete file.
11415
11416 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11417
11418 * NEWS: Mention that the mn10200-elf is obsolete.
11419 * configure.tgt: Obsolete mn10200-*-* target.
11420 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11421 mention that the mn10200 is obsolete.
11422 * breakpoint.h: Ditto.
11423 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11424 * config/mn10200/mn10200.mt: Obsolete file.
11425 * config/mn10200/tm-mn10200.h: Obsolete file.
11426 * mn10200-tdep.c: Obsolete file.
11427
11428 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11429
11430 * MAINTAINERS: Mark h8500 as obsolete.
11431 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11432 * findvar.c (value_from_register): Ditto.
11433 * h8500-tdep.c: Mark file as obsolete.
11434 * config/h8500/h8500.mt: Ditto.
11435 * config/h8500/tm-h8500.h: Ditto.
11436 * NEWS: Mention that h8500 is obsolete.
11437
11438 2003-02-04 David Carlton <carlton@math.stanford.edu>
11439
11440 * objfiles.c (allocate_objfile): Always set name. Add comment at
11441 start of function.
11442 * jv-lang.c (get_dynamics_objfile): Add comment.
11443
11444 2003-02-04 David Carlton <carlton@math.stanford.edu>
11445
11446 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11447 * printcmd.c (build_address_symbolic): Replace uses of
11448 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11449 SYMBOL_NAME, and asm_demangle.
11450 Update copyright.
11451
11452 2003-02-04 David Carlton <carlton@math.stanford.edu>
11453
11454 * linespec.c (decode_compound): Extract code into
11455 lookup_prefix_sym.
11456 (lookup_prefix_sym): New function.
11457
11458 2003-02-04 David Carlton <carlton@math.stanford.edu>
11459
11460 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11461 FLOAT_COERCION_BADNESS.
11462 * gdbtypes.c (rank_one_type): Replace all uses of
11463 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11464
11465 2003-02-04 Jim Blandy <jimb@redhat.com>
11466
11467 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11468 section, let dwarf_macinfo_section point to it, not
11469 dwarf_loc_section.
11470
11471 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11472
11473 Pointed out by Anton Blanchard <anton@samba.org>.
11474 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11475 (ppc_linux_at_sigtramp_return_path): Use it.
11476
11477 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11478
11479 * defs.h (streq): Add prototype.
11480 * utils.c (streq): New function.
11481
11482 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11483 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11484 * mdebugread.c (new_symbol): Likewise.
11485 * stabsread.c (define_symbol): Likewise.
11486 * coffread.c (process_coff_symbol): Likewise.
11487 * dwarfread.c (new_symbol): Likewise.
11488
11489 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11490 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11491 here.
11492 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11493 SYMBOL_INIT_DEMANGLED_NAME.
11494 * objfiles.c: Include "hashtab.h".
11495 (allocate_objfile): Call htab_set_functions_ex for the
11496 demangled_names_hash.
11497 (free_objfile): Call htab_delete for the demangled_names_hash.
11498 * objfiles.h (struct htab): Add declaration.
11499 (struct objfile): Add demangled_names_hash.
11500 * symfile.c: Include "hashtab.h".
11501 (reread_symbols): Call htab_delete for the demangled_names_hash.
11502 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11503 SYMBOL_NAME in the bcache.
11504 * symtab.c: Include "hashtab.h". Update comments.
11505 (create_demangled_names_hash, symbol_set_names): New functions.
11506 (symbol_find_demangled_name): New function, broken out from
11507 symbol_init_demangled_names.
11508 (symbol_init_demangled_names): Use it.
11509 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11510 (SYMBOL_SET_NAMES): New macro.
11511 (symbol_set_names): Add prototype.
11512
11513 2003-02-03 Jim Blandy <jimb@redhat.com>
11514
11515 Use a single, consistent representation for an empty minimal
11516 symbol table in an objfile.
11517 * objfiles.c (terminate_minimal_symbol_table): New function.
11518 (allocate_objfile): Call it.
11519 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11520 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11521 non-NULL.
11522 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11523 objfile has minimal symbols, compare minimal_symbol_count to zero,
11524 instead of comparing msymbols with NULL.
11525 * objfiles.c (have_minimal_symbols): Same.
11526 * solib-sunos.c (solib_add_common_symbols): Call
11527 terminate_minimal_symbol_table.
11528 * symfile.c (reread_symbols): Same.
11529
11530 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11531
11532 * s390-tdep.c (s390_address_class_type_flags)
11533 (s390_address_class_type_flags_to_name)
11534 (s390_address_class_name_to_type_flags): New functions.
11535 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11536 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11537
11538 2003-02-03 Michael Snyder <msnyder@redhat.com>
11539
11540 * arm-tdep.c: Fix spell-o in comment.
11541
11542 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11543
11544 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11545 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11546 error messages to contain BFD filename.
11547
11548 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11549
11550 Fix PR gdb/742 gdb/743 gdb/877
11551 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11552 (do_mixed_source_and_assembly): Use
11553 make_cleanup_ui_out_tuple_begin_end and
11554 make_cleanup_ui_out_tuple_begin_end.
11555 (do_mixed_source_and_assembly): Ditto.
11556 * thread.c (do_captured_list_thread_ids): Ditto.
11557 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11558 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11559 ui_out_tuple_end): Delete prototypes.
11560 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11561 ui_out_list_end, ui_out_tuple_end): Delete.
11562
11563 From Kevin Buettner <kevinb@redhat.com>:
11564 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11565 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11566 (do_cleanup_table_end): New functions.
11567 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11568 Use cleanups to invoke_ui_out_tuple_end().
11569 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11570 * cli/cli-setshow.c (cmd_show_list): Use
11571 make_cleanup_ui_out_tuple_begin_end.
11572
11573 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11574
11575 * frame.c (frame_unwind_register): New function.
11576 (frame_unwind_unsigned_register): Use.
11577 (frame_unwind_signed_register): Use.
11578 (frame_read_register): New function.
11579 * frame.h (frame_unwind_register): Declare.
11580 (frame_read_register): Declare.
11581
11582 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11583 and frame_unwind_register instead of read_memory, write_register
11584 and deprecated_write_register_bytes.
11585
11586 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11587
11588 * frame.h: Note that namelen can be negative.
11589 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11590 NAME's length.
11591
11592 * NEWS: Mention that the d10v's `regs' command is deprecated.
11593 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11594 (d10v_print_registers_info): New function.
11595 (show_regs): Call d10v_print_registers_info.
11596 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11597
11598 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11599
11600 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11601 lost in the previous patch.
11602
11603 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11604
11605 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11606 * stack.c (print_frame_info_base): Output complete FRAME tuple
11607 for synthesized frames.
11608
11609 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11610
11611 * mips-nat.c (zerobuf): Delete.
11612 (fetch_inferior_registers): Alloc local zerobuf.
11613 (fetch_core_registers): Alloc local zerobuf.
11614 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11615 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11616 * thread-db.c (thread_db_store_registers): Ditto.
11617 * sh-tdep.c (sh_do_register): Ditto.
11618 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11619 * remote-sim.c (gdbsim_store_register): Ditto.
11620 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11621 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11622 * monitor.c (monitor_supply_register): Ditto.
11623 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11624 * mips-nat.c (fetch_inferior_registers): Ditto.
11625 * m68klinux-nat.c (fetch_register): Ditto.
11626 * lynx-nat.c (fetch_inferior_registers): Ditto.
11627 (fetch_inferior_registers): Ditto.
11628 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11629 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11630 (hpux_thread_store_registers): Ditto.
11631 * hppah-nat.c (fetch_register): Ditto.
11632 * hppab-nat.c (fetch_register): Ditto.
11633 * hppa-tdep.c (pa_register_look_aside): Ditto.
11634 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11635 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11636
11637 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11638
11639 * gdbarch.sh: Explictly specify all method levels. When a
11640 variable with an empty level, provide a non-multi-arch default.
11641 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11642 * gdbarch.h: Re-generate.
11643 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11644 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11645
11646 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11647
11648 * defs.h (host_pointer_to_address): Delete declaration.
11649 (address_to_host_pointer): Delete declaration.
11650 * utils.c (host_pointer_to_address): Delete function.
11651 (address_to_host_pointer): Delete function.
11652 * procfs.c (procfs_address_to_host_pointer): New function.
11653 * procfs.c (proc_set_watchpoint): Use.
11654 (procfs_can_use_hw_breakpoint): Update comments.
11655 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11656 (som_solib_add): Use.
11657 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11658 * hppa-tdep.c (unwind_command): Use.
11659
11660 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11661
11662 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11663 strlen d_name.
11664
11665 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11666 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11667 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11668 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11669 (define_symbol): Update.
11670 * symfile.c (generic_load): Remove references to nindy.
11671 * symtab.c: Remove references to nindy.
11672
11673 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11674
11675 * infcmd.c (print_float_info): Delete code conditional on
11676 FLOAT_INFO.
11677 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11678 * config/m68k/nm-apollo68b.h: Ditto.
11679 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11680 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11681 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11682
11683 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11684
11685 * config/i386/tm-i386os9k.h: Removed.
11686
11687 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11688 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11689 they're identical to i[3456]86-*-sysv* now.
11690 * config/i386/i386v32.mh: Removed.
11691 * config/i386/xm-i386v32.h: Removed.
11692 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11693
11694 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11695
11696 * config/i386/i386dgux.mh: Removed.
11697 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11698
11699 * configure.in: Fix typo.
11700 * configure: Regenerated.
11701
11702 2003-01-31 David Carlton <carlton@math.stanford.edu>
11703
11704 * dwarf2read.c (dwarf2_locate_sections): Set
11705 dwarf_ranges_section.
11706
11707 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11708
11709 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11710 * utils.c: Update comments documenting legitimate uses of PTR.
11711
11712 * utils.c: Re-indent.
11713
11714 * config/djgpp/fnchange.lst: Delete nindy files.
11715 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11716 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11717 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11718 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11719 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11720 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11721 * Makefile.in (init.c): Remove nindy references.
11722 (saber_gdb): Delete rule.
11723 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11724 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11725 and a68v-nat.c.
11726 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11727 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11728 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11729 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11730 nindy-share/stop.h.
11731 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11732 * saber.suppress: Delete file.
11733
11734 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11735
11736 * dbxread.c (stabs_data): New static variable.
11737 (fill_symbuf): Support an in-memory buffer for stabs data.
11738 (stabs_seek): New function.
11739 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11740 (read_ofile_symtab): Use stabs_seek.
11741 (elfstab_build_psymtabs): Take an asection* instead of
11742 an offset and size. Relocate the stabs data if necessary.
11743 Save the section* for dbx_psymtab_to_symtab.
11744 * dwarf2read.c: Add section variables for each debug section.
11745 (dwarf2_locate_sections): Fill them in.
11746 (dwarf2_read_section): Take an asection* argument.
11747 Relocate the section contents if necessary.
11748 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11749 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11750 it to dwarf2_read_section.
11751 (dwarf2_build_frame_info): Update callers.
11752 * elfread.c (elf_symfile_read): Update call to
11753 elfstab_build_psymtabs.
11754 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11755 (DBX_STAB_SECTION): New macro.
11756 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11757 * symfile.c (symfile_dummy_outputs): New function.
11758 (symfile_relocate_debug_section): New function.
11759 * symfile.h (symfile_relocate_debug_section): Add prototype.
11760
11761 2003-01-31 Richard Henderson <rth@redhat.com>
11762
11763 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11764 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11765 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11766 * alpha-tdep.c (alpha_register_name): Add "unique".
11767 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11768 (ALPHA_UNIQUE_REGNUM): New.
11769 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11770
11771 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11772
11773 * README: Remove reference to Ericsson 1800 monitor.
11774 * Makefile.in (remote-es.o): Delete rule.
11775 (ALLDEPFILES): Delete remote-es.c.
11776 * remote-es.c: Delete file.
11777 * config/m68k/es1800.mt: Delete file.
11778 * config/djgpp/fnchange.lst: Update.
11779 * configure.tgt: Delete m68*-ericsson-* target.
11780
11781 2003-01-31 Adam Fedor <fedor@gnu.org>
11782
11783 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11784 Remove duplicate/shadowing variable of same name.
11785
11786 2003-01-30 Jim Blandy <jimb@redhat.com>
11787
11788 * symfile.c (find_separate_debug_file): Assert that the objfile's
11789 directory name we compute ends with a slash, and then assume that
11790 that's so everywhere we use it.
11791
11792 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11793
11794 * valops.c (value_assign): Flush frame cache after stores to memory
11795 also.
11796
11797 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11798
11799 * Makefile.in (mon960-rom.o): Delete rule.
11800 * mon960-rom.c: Delete file.
11801
11802 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11803
11804 * d10v-tdep.c: Include "frame-unwind.h".
11805 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11806 list.
11807 (next_addr, uses_frame): Delete.
11808 (struct d10v_unwind_cache): Define.
11809 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11810 Use info instead of next_addr and uses_frame globals.
11811 (d10v_frame_init_saved_regs): Delete function.
11812 (d10v_init_extra_frame_info): Delete function.
11813 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11814 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11815 init_frame_pc or frame_saved_pc.
11816 (d10v_pop_frame): Delete function.
11817 (do_d10v_pop_frame): Delete function.
11818 (d10v_frame_chain): Delete function.
11819 (d10v_frame_chain_valid): Delete function.
11820 (d10v_frame_pc_unwind): New function.
11821 (d10v_frame_id_unwind): New function.
11822 (saved_regs_unwinder): New function.
11823 (d10v_frame_register_unwind): New function.
11824 (d10v_frame_pop): New function.
11825 (d10v_frame_unwind): New variable.
11826 (d10v_frame_p): New function.
11827 (d10v_frame_saved_pc): Delete function.
11828 * Makefile.in (d10v-tdep.o): Update dependencies.
11829
11830 2003-01-30 J. Brobecker <brobecker@gnat.com>
11831
11832 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11833 causing some regressions due to a change in the default value
11834 for this macro.
11835
11836 2003-01-29 Richard Henderson <rth@redhat.com>
11837 Elena Zannoni <ezannoni@redhat.com>
11838 Daniel Jacobowitz <drow@mvista.com>
11839
11840 Fix PR gdb/961.
11841 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11842 variables.
11843 (RANGES_SECTION): New.
11844 (dwarf_ranges_buffer): New variable.
11845 (struct comp_unit_head): Add member "die".
11846 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11847 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11848 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11849 (dwarf2_locate_sections): Likewise.
11850 (dwarf2_build_psymtabs): Read .debug_ranges.
11851 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11852 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11853 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11854 Look for DW_AT_ranges and return the bounding box.
11855
11856 2003-01-29 Brian Ford <ford@vss.fsi.com>
11857
11858 * win32-nat.c (cygwin_pid): Removed as unused.
11859 (child_attach): Try fall back to Cygwin pid.
11860
11861 2003-01-29 Jim Blandy <jimb@redhat.com>
11862
11863 * objfiles.h (struct objfile): Doc fix.
11864
11865 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11866
11867 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11868 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11869 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11870 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11871 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11872 (FRAME_SAVED_PC): Change to a function with predicate.
11873 * gdbarch.h, gdbarch.c: Re-generate.
11874
11875 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11876
11877 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11878
11879 * complaints.c (complain): Delete function.
11880 * complaints.h (struct deprecated_complaint): Delete definition.
11881 (complain): Delete declaration.
11882
11883 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11884
11885 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11886 dummy frames.
11887
11888 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11889
11890 * sentinel-frame.h, sentinel-frame.c: New files.
11891 * Makefile.in (frame.o): Update dependencies.
11892 (SFILES): Add sentinel-frame.c.
11893 (sentinel_frame_h): Define.
11894 (COMMON_OBS): Add sentinel-frame.o.
11895 (sentinel-frame.o): Specify dependencies.
11896 * frame.c: Include "sentinel-frame.h".
11897 (frame_register_unwind): Rewrite assuming that there is always a a
11898 ->next frame.
11899 (frame_register, generic_unwind_get_saved_register): Ditto.
11900 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11901 (create_sentinel_frame, unwind_to_current_frame): New functions.
11902 (get_current_frame): Rewrite using create_sentinel_frame and
11903 unwind_to_current_frame. When possible, always create a frame.
11904 (create_new_frame): Set next to the sentinel frame.
11905 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11906 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11907 ID cache when necessary.
11908 (frame_saved_regs_id_unwind): Use frame_relative_level.
11909 (deprecated_generic_get_saved_register): Use frame_relative_level,
11910 get_frame_saved_regs, get_frame_pc, get_frame_base and
11911 get_next_frame.
11912 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11913 frame_register.
11914
11915 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11916
11917 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11918
11919 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11920
11921 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11922 (maintenance_set_profile_cmd): Use error () instead of warning ().
11923
11924 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11925
11926 * configure.in: Check that -pg works if using --enable-profiling.
11927 Check for monstartup and _mcleanup regardless of --enable-profiling.
11928 * maint.c: Check for monstartup and _mcleanup before using them.
11929 * config.in: Regenerated.
11930 * configure: Regenerated.
11931
11932 2003-01-24 Nick Clifton <nickc@redhat.com>
11933
11934 * Add sh2e support:
11935
11936 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11937
11938 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11939 (sh2e_show_regs): New.
11940 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11941 * config/sh/tm-sh.h: Added sh2e to comments.
11942
11943 2003-01-23 Jim Blandy <jimb@redhat.com>
11944
11945 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11946 symbols found)" message here; we haven't checked for a separate
11947 debug info file yet, so we don't know yet.
11948 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11949 we've looked everywhere. Also, there's no need to print a special
11950 message when we're loading the separate debug info file: the one
11951 symbol_file_add prints is fine.
11952
11953 2003-01-23 Alexander Larsson <alexl@redhat.com>
11954 Jim Blandy <jimb@redhat.com>
11955
11956 Add support for executables whose debug info has been separated
11957 out into a separate file, leaving only a link behind.
11958 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11959 and separate_debug_objfile_backlink.
11960 (put_objfile_before): New declaration.
11961 * symfile.c: #include "filenames.h".
11962 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11963 debug info in a separate file, read that, too. Save the addrs
11964 argument, so we can use it again to read the separated debug info;
11965 syms_from_objfile modifies the table we pass it.
11966 (reread_symbols): After re-reading an objfile, call
11967 reread_separate_symbols to refresh its separate debug info
11968 objfile, if it has one.
11969 (reread_separate_symbols, find_separate_debug_file,
11970 get_debug_link_info, separate_debug_file_exists): New functions.
11971 (debug_file_directory): New global var.
11972 (_initialize_symfile): Initialize debug_file_directory, and
11973 provide the new `set debug-file-directory' command to let the user
11974 change it.
11975 * objfiles.c (free_objfile): If this objfile has its debug info in
11976 a separate objfile, free that one too. If this is itself a
11977 separate debug info objfile, clear our parent's backlink.
11978 (put_objfile_before): New function.
11979 * utils.c (gnu_debuglink_crc32): New function.
11980 * defs.h (gnu_debuglink_crc32): New declaration.
11981 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11982 * configure.in: Handle --with-separate-debug-dir config option.
11983 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11984 * acconfig.h (DEBUGDIR): New macro.
11985 * configure, aclocal.m4, config.in: Regenerated.
11986
11987 2003-01-22 Jim Blandy <jimb@redhat.com>
11988
11989 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11990 like the old symbol_file_add, but taking new arguments: you can
11991 now pass in either a `struct section_addr_info' list to say where
11992 each section is loaded, or a `struct section_offsets' table. Pass
11993 these new arguments through to syms_from_objfile as appropriate.
11994 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11995 with the appropriate quiescent values for the new arguments.
11996
11997 * symfile.c: #include "gdb_assert.h".
11998 (syms_from_objfile): Add the ability to pass in a section offset
11999 table directly, as an alternative to the section_addr_info table.
12000 Document arguments better.
12001 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12002 * symfile.h (syms_from_objfile): Update declaration.
12003 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12004 syms_from_objfile.
12005 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12006
12007 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12008
12009 Original patch by Tom Tromey <tromey@cygnus.com> and
12010 Jason Molenda <jmolenda@apple.com>.
12011 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12012 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12013 * NEWS: Mention profiling.
12014 * configure.in (--enable-gdbtk): Fix typo.
12015 (--enable-profiling): New. Set PROFILE_CFLAGS.
12016 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12017 Fill in function.
12018 (profiling_state): New variable.
12019 (mcleanup_wrapper): New function.
12020 (_initialize_maint): Remove NOTYET, fix call to
12021 add_setshow_boolean_cmd for "maint set profile".
12022 * configure: Regenerated.
12023
12024 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12025
12026 * Makefile.in (install-gdbtk): Install PNG images too.
12027
12028 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12029
12030 * exec.c (text_start): Delete global variable.
12031 (exec_file_attach): Make text_start local to the function.
12032 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12033 * valops.c (hand_function_call): Delete code that handles
12034 BEFORE_TEXT_END and AFTER_TEXT_END.
12035 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12036 of CALL_DUMMY_LOCATION.
12037 * gdbarch.c: Regenerate.
12038 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12039 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12040 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12041 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12042 (text_end): Delete extern declaration.
12043
12044 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12045
12046 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12047 * blockframe.c (backtrace_below_main): Move to "frame.c".
12048 (frame_chain_valid): Delete check for backtrace_below_main.
12049 (_initialize_blockframe): Delete initialization, move ``set
12050 backtrace-below-main'' command to "frame.c".
12051 (do_flush_frames_sfunc): Delete function.
12052 * frame.c: Include "command.h" and "gdbcmd.h".
12053 (frame_type_from_pc): New function.
12054 (create_new_frame): Use frame_type_from_pc.
12055 (legacy_get_prev_frame): New function.
12056 (get_prev_frame): Rewrite. When an old style frame, call
12057 legacy_get_prev_frame. Otherwize, unwind the PC first.
12058 (_initialize_frame): Add ``set backtrace-below-main'' command.
12059 * Makefile.in (frame.o): Update dependencies.
12060
12061 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12062
12063 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12064 DEPRECATED_REGISTERS_INFO.
12065
12066 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12067
12068 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12069 Maintainers'. Update `Various Maintainers'.
12070
12071 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12072
12073 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12074 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12075 Suppress actual parameters when `-'.
12076 * gdbarch.h, gdbarch.c: Regenerate.
12077
12078 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12079
12080 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12081 code handling dummy frames.
12082
12083 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12084
12085 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12086 (struct frame_unwind): Add field pop.
12087 * frame.h (frame_pop): Declare.
12088 * frame.c (frame_saved_regs_pop): New function.
12089 (trad_frame_unwinder): Add frame_saved_regs_pop.
12090 (frame_pop): New function.
12091 * dummy-frame.c (dummy_frame_pop): New function.
12092 (discard_innermost_dummy): New function.
12093 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12094 (dummy_frame_unwind): Add dummy_frame_pop.
12095 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12096 * valops.c (hand_function_call): Ditto.
12097 * stack.c (return_command): Ditto.
12098
12099 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12100
12101 * cris-tdep.c: Fix function declaration indentation.
12102 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12103 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12104 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12105 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12106 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12107 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12108
12109 2003-01-18 Michael Chastain <mec@shout.net>
12110
12111 * README (Unpacking and Installation -- quick overview):
12112 Warn against ".../gdb-5.3/gdb/configure".
12113
12114 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12115
12116 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12117 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12118 (struct frame_unwind): Declare opaque.
12119 (dummy_frame_p): Declare function.
12120 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12121 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12122 * dummy-frame.c: Include "frame-unwind.h".
12123 (dummy_frame_p): New function.
12124 (dummy_frame_unwind): New variable.
12125 * frame.c: Include "frame-unwind.h".
12126 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12127 to use the new unwind field.
12128 (set_unwind_by_pc): Delete function.
12129 (create_new_frame, get_prev_frame): Set unwind field using
12130 frame_unwind_find_by_pc.
12131 (trad_frame_unwind, trad_frame_unwinder): New variables.
12132 * frame.h (trad_frame_unwind): Declare variable.
12133 (frame_id_unwind_ftype): Delete declaration.
12134 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12135 (struct frame_unwind): Declare opaque.
12136 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12137 register_unwind with a single unwind pointer.
12138 * frame-unwind.h, frame-unwind.c: New files.
12139 * Makefile.in (SFILES): Add frame-unwind.c.
12140 (frame_unwind_h): Define.
12141 (COMMON_OBS): Add frame-unwind.o.
12142 (frame-unwind.o): Specify dependencies.
12143 (frame.o, dummy-frame.o): Update dependencies.
12144
12145 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12146
12147 * ada-valprint.c: Eliminate PTR.
12148 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12149 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12150 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12151 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12152 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12153 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12154 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12155
12156 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12157
12158 * main.c (captured_main): Don't use PTR.
12159 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12160 * gdbtypes.c (lookup_primitive_typename): Ditto.
12161 (lookup_struct_elt_type): Ditto.
12162 * f-valprint.c (info_common_command): Ditto.
12163 (list_all_visible_commons): Ditto.
12164 * jv-typeprint.c (java_type_print_base): Ditto.
12165
12166 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12167 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12168 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12169 i386-interix-nat.c and i386-interix-tdep.c. Rename
12170 m68klinux-nat.c and m68klinux-tdep.c. Rename
12171 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12172 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12173 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12174 * main.c (captured_main): Use xfree, not free.
12175
12176 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12177
12178 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12179 ID back using a parameter.
12180 * frame.c (frame_id_unwind): Update call.
12181 (frame_saved_regs_id_unwind): Update.
12182 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12183 * dummy-frame.h (struct frame_id): Add opaque declaration.
12184 (dummy_frame_id_unwind): Update declaration.
12185
12186 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12187
12188 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12189
12190 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12191
12192 * MAINTAINERS (Stephen P. Smith): Updated email address.
12193
12194 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12195
12196 Fix PR gdb/898
12197 * breakpoint.c (until_break_command): Add new argument. Use it to
12198 decide whether to stop only at the current frame or not.
12199 * breakpoint.h (until_break_command): Update prototype.
12200 * infcmd.c (until_command): Add new argument to until_break_command
12201 call.
12202 (advance_command): New function.
12203 (_initialize_infcmd): Update help string for 'until' command.
12204 Add new 'advance' command.
12205
12206 2003-01-14 David Carlton <carlton@math.stanford.edu>
12207
12208 * linespec.c (decode_line_1): Normalize comments.
12209 (set_flags): Ditto.
12210 (locate_first_half): Ditto.
12211 (decode_compound): Ditto.
12212 (symtab_from_filename): Ditto.
12213 (decode_all_digits): Ditto.
12214 (decode_dollar): Ditto.
12215 (find_methods): Ditto.
12216 (find_toplevel_char): Ditto.
12217
12218 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12219
12220 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12221 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12222 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12223 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12224 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12225 * language.c, language.h, m32r-tdep.c: Update copyright.
12226 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12227 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12228 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12229 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12230 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12231 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12232
12233 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12234
12235 * stabsread.h (process_later, resolve_cfront_continuation):
12236 Obsolete.
12237 Update copyright years.
12238 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12239 Update copyright year.
12240 * dbxread.c(struct cont_elem): Obsolete.
12241 (process_later, process_now): Obsolete functions.
12242 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12243 Update copyright year.
12244 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12245 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12246 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12247 (parse_partial_symbols): Obsolete cfront support.
12248 * stabsread.c
12249 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12250 macros.
12251 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12252 read_cfront_baseclasses, read_cfront_member_functions,
12253 resolve_cfront_continuation,read_cfront_static_fields,
12254 copy_cfront_struct_fields): Obsolete functions.
12255 (define_symbol, read_one_struct_field): Obsolete cfront support.
12256 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12257 Update Copyright year.
12258
12259 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12260
12261 * stack.c (print_frame_info, print_stack_frame_base_stub,
12262 print_stack_frame_base, show_and_print_stack_frame_stub,
12263 show_and_print_stack_frame, print_only_stack_frame_stub,
12264 print_only_stack_frame): Delete functions.
12265 (print_stack_frame_stub): Call print_frame_info instead of
12266 print_frame_info_base.
12267 (print_frame_info_base): Rename to print_frame_info.
12268 (backtrace_command_1): Call print_frame_info, instead of
12269 print_frame_info_base.
12270 (current_frame_command): Call print_stack_frame, instead of
12271 print_only_stack_frame.
12272 (frame_command): Call print_stack_frame, instead of
12273 show_and_print_stack_frame.
12274 (up_command): Ditto.
12275 (down_command): Ditto.
12276 * frame.h (print_only_stack_frame): Delete prototype.
12277 * infrun.c (normal_stop): Call print_stack_frame, instead of
12278 show_and_print_stack_frame.
12279 * thread.c (info_threads_command): Call print_stack_frame, instead
12280 of print_only_stack_frame.
12281
12282 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12283
12284 * README (Graphical interface to GDB): Update URL. Point at
12285 gdb/links/.
12286
12287 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12288 version match.
12289
12290 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12291
12292 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12293 lines.
12294
12295 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12296
12297 * thread-db.c (attach_thread): Prototype.
12298 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12299 thread information (ti), and valid flags (th_valid, ti_valid).
12300 (attach_thread): Move target_pid_to_str call to after the thread
12301 is added to GDB's list. Initialize the cache.
12302 (thread_get_info_callback, thread_db_map_id2thr)
12303 (thread_db_get_info): New functions.
12304 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12305 (thread_db_store_registers, thread_db_thread_alive)
12306 (thread_db_get_thread_local_address): Use them.
12307 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12308 of calling error() for threads in unknown state.
12309
12310 (clear_lwpid_callback): New function.
12311 (thread_db_resume): Use it to clear the cache.
12312
12313 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12314
12315 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12316 (resume_callback): Remove dead code.
12317
12318 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12319
12320 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12321 predicate.
12322 * gdbarch.h, gdbarch.c: Regenerate.
12323 * stack.c (frame_info): Only initialize the saved registers when
12324 FRAME_INIT_SAVED_REGS_P.
12325 * frame.c (frame_saved_regs_register_unwind): Assert
12326 FRAME_INIT_SAVED_REGS_P.
12327 (deprecated_generic_get_saved_register): Ditto.
12328
12329 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12330
12331 * source.c (openp): Squelch warning about "filename".
12332
12333 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12334
12335 * source.c (openp): If the file does not exist don't necessarily
12336 search the path.
12337
12338 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12339
12340 Fix PR gdb/872.
12341 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12342 (integer_types_same_name_p): New function.
12343 (rank_one_type): Use it.
12344 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12345
12346 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12347
12348 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12349 variables.
12350 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12351 * configure.in: Add --with-sysroot.
12352 * configure: Regenerated.
12353 * main.c (gdb_sysroot): New variable.
12354 (captured_main): Initialize gdb_sysroot.
12355 * defs.h (gdb_sysroot): New extern declaration.
12356 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12357
12358 2003-01-12 Michael Chastain <mec@shout.net>
12359
12360 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12361
12362 2003-01-12 Michael Chastain <mec@shout.net>
12363
12364 * top.c (print_gdb_version): Bump copyright year to 2003.
12365
12366 2003-01-12 David Carlton <carlton@bactrian.org>
12367
12368 * linespec.c (symtab_from_filename): Rename variable 's' to
12369 'file_symtab'.
12370
12371 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12372
12373 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12374 dummy frame.
12375 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12376
12377 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12378
12379 * d10v-tdep.c: Include "gdb_assert.h".
12380 (d10v_store_return_value): Rewrite to match current interface.
12381 (d10v_extract_struct_value_address): Ditto.
12382 (d10v_extract_return_value): Ditto.
12383 (d10v_gdbarch_init): Set store_restore_value,
12384 extract_struct_value_address and extract_return_value.
12385
12386 2003-01-12 J. Brobecker <brobecker@gnat.com>
12387
12388 * hpread.c (set_namestring): New procedure replacing the
12389 SET_NAMESTRING macro.
12390 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12391 by calls to set_namestring.
12392
12393 2003-01-11 J. Brobecker <brobecker@gnat.com>
12394
12395 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12396 a compilation warning.
12397 (hpread_process_one_debug_symbol): Likewise.
12398
12399 2003-01-10 David Carlton <carlton@math.stanford.edu>
12400
12401 * linespec.c (decode_line_1): Rename variable 's' to
12402 'file_symtab'.
12403 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12404 (decode_dollar): Ditto.
12405 (decode_variable): Ditto.
12406 (symbol_found): Ditto.
12407
12408 2003-01-09 Michael Chastain <mec@shout.net>
12409
12410 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12411
12412 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12413
12414 * win32-nat.c (set_process_privilege): New function.
12415 (child_attach): Call set_process_privilege() to enable the
12416 SE_DEBUG_NAME user privilege if available in process token.
12417
12418 2003-01-10 J. Brobecker <brobecker@gnat.com>
12419
12420 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12421 compilation error in the previous revision.
12422
12423 2003-01-09 David Carlton <carlton@math.stanford.edu>
12424
12425 * linespec.c: Update copyright.
12426
12427 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12428
12429 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12430 than inferior_ptid.
12431 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12432
12433 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12434
12435 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12436 Update comments.
12437 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12438 (frame_saved_regs_zalloc): Update.
12439 (frame_saved_regs_register_unwind): Update.
12440 (create_new_frame): Update.
12441 (get_prev_frame): Update.
12442 (frame_extra_info_zalloc): Update.
12443 (deprecated_get_frame_saved_regs): Update.
12444 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12445 * cris-tdep.c: Update comment.
12446
12447 * somsolib.h: Fix function indentation.
12448 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12449 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12450 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12451 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12452 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12453
12454 * infrun.c (follow_fork): Use ISO C definition.
12455 * expprint.c (print_subexp): Use xfree instead of free.
12456 * charset.c: Include "gdb_string.h" instead of <string.h>.
12457 (register_iconv_charsets): Use ISO C definition.
12458 (host_charset, target_charset): Ditto.
12459 * Makefile.in (charset.o): Update dependencies.
12460 (mi-cmd-env.o): Update dependencies.
12461
12462 2003-01-08 Andrew Cagney <cagney@redhat.com>
12463
12464 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12465 get_frame_base.
12466
12467 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12468
12469 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12470 build directories. Save edited gdb output in Mbuild.log. If a
12471 build fails, remove any final GDB executable.
12472
12473 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12474
12475 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12476 replacing hex constants with function names and stripping leading
12477 file name directory prefixes.
12478
12479 2003-01-08 Andrew Cagney <cagney@redhat.com>
12480
12481 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12482 get_frame_base.
12483
12484 2003-01-08 David Carlton <carlton@math.stanford.edu>
12485
12486 * linespec.c (decode_line_1): Move code into decode_variable.
12487 (decode_variable): New function.
12488
12489 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12490
12491 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12492
12493 2003-01-08 Andrew Cagney <cagney@redhat.com>
12494
12495 * cris-tdep.c (cris_frame_init_saved_regs): Use
12496 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12497 saved_regs buffer.
12498 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12499 (sh64_nofp_frame_init_saved_regs): Ditto.
12500 (sh_fp_frame_init_saved_regs): Ditto.
12501 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12502 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12503 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12504 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12505
12506 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12507
12508 * minsyms.c (lookup_minimal_symbol): Update comment.
12509 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12510 (lookup_minimal_symbol_solib_trampoline): Likewise.
12511
12512 2003-01-08 Andrew Cagney <cagney@redhat.com>
12513
12514 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12515 frame_relative_level.
12516
12517 * alpha-tdep.c: Use get_frame_extra_info.
12518 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12519 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12520 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12521 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12522
12523 * alpha-tdep.c: Use get_next_frame.
12524 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12525 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12526 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12527 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12528 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12529 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12530 * xstormy16-tdep.c: Ditto.
12531
12532 2003-01-07 Andrew Cagney <cagney@redhat.com>
12533
12534 * alpha-tdep.c: Use get_frame_base.
12535 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12536 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12537 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12538 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12539 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12540 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12541 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12542 * config/sparc/tm-sparc.h: Ditto.
12543
12544 2003-01-07 Andrew Cagney <cagney@redhat.com>
12545
12546 * frame.c (deprecated_get_frame_context): New function.
12547 (deprecated_set_frame_context): New function.
12548 * frame.h (deprecated_get_frame_context): Declare.
12549 (deprecated_set_frame_context): Declare.
12550 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12551 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12552
12553 2003-01-07 Andrew Cagney <cagney@redhat.com>
12554
12555 * frame.c (deprecated_set_frame_next_hack): New function.
12556 (deprecated_set_frame_prev_hack): New function.
12557 * frame.h (deprecated_set_frame_next_hack): Declare.
12558 (deprecated_set_frame_prev_hack): Declare.
12559 * mcore-tdep.c (analyze_dummy_frame): Use
12560 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12561 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12562
12563 2003-01-07 David Carlton <carlton@math.stanford.edu>
12564
12565 * linespec.c (decode_line_1): Move code into decode_dollar.
12566 (decode_dollar): New function.
12567
12568 2003-01-07 Andrew Cagney <cagney@redhat.com>
12569
12570 * arm-tdep.c (arm_init_extra_frame_info): Use
12571 deprecated_update_frame_base_hack.
12572 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12573 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12574 (fix_frame_pointer): Ditto.
12575 (mn10300_analyze_prologue): Ditto.
12576
12577 2003-01-07 Andrew Cagney <cagney@redhat.com>
12578
12579 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12580 extra_info using frame_extra_info_zalloc.
12581 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12582 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12583 (sh64_init_extra_frame_info): Ditto.
12584 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12585 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12586 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12587 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12588 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12589 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12590 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12591 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12592 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12593 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12594 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12595 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12596
12597 * mn10300-tdep.c (analyze_dummy_frame): Use
12598 deprecated_set_frame_extra_info_hack.
12599 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12600
12601 2003-01-07 J. Brobecker <brobecker@gnat.com>
12602
12603 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12604 class is not scText. These do not define "real" procedures.
12605 (parse_partial_symbols): Likewise.
12606
12607 2003-01-06 Michael Snyder <msnyder@redhat.com>
12608
12609 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12610
12611 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12612
12613 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12614 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12615 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12616 deprecated_frame_xmalloc_with_cleanup.
12617 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12618 deprecated_frame_xmalloc.
12619 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12620 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12621
12622 2003-01-06 Andrew Cagney <cagney@redhat.com>
12623
12624 * x86-64-linux-tdep.c: Include "osabi.h".
12625 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12626
12627 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12628
12629 2003-01-06 Andrew Cagney <cagney@redhat.com>
12630
12631 * MAINTAINERS (Target Instruction Set Architectures): Update
12632 arm-elf. Can be built with -Werror, has been multiarched.
12633
12634 * value.h (unpack_long): Make buffer parameter constant.
12635 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12636 * scm-lang.h (scm_parse): Ditto.
12637 * defs.h (extract_typed_address, extract_address): Ditto.
12638 (extract_long_unsigned_integer): Ditto.
12639 * inferior.h (unsigned_pointer_to_address): Ditto.
12640 (signed_pointer_to_address): Ditto.
12641 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12642 * gdbarch.h, gdbarch.c: Regenerate.
12643 * findvar.c (extract_long_unsigned_integer): Update.
12644 (extract_address): Update.
12645 (extract_typed_address): Update.
12646 (unsigned_pointer_to_address): Update.
12647 * values.c (unpack_long): Update.
12648 (unpack_double): Update.
12649 (unpack_pointer): Update.
12650 (unpack_field_as_long): Update.
12651 * d10v-tdep.c (d10v_pointer_to_address): Update.
12652 * avr-tdep.c (avr_pointer_to_address): Update.
12653 * scm-lang.c (scm_unpack): Update.
12654 * findvar.c (signed_pointer_to_address): Update.
12655
12656 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12657
12658 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12659 since it is in i386-tdep.c.
12660
12661 2003-01-06 J. Brobecker <brobecker@gnat.com>
12662
12663 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12664 failure introduced in the previous change.
12665
12666 2003-01-05 Michael Chastain <mec@shout.net>
12667
12668 * README: Remove references to deleted remote-*.c files:
12669 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12670 remote-nrom.c, remote-os9k.c, remote-udi.c.
12671
12672 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12673
12674 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12675 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12676 i386_get_longjmp_target.
12677
12678 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12679
12680 * arm-tdep.c (prologue_cache): Change to a pointer.
12681 (_initialize_arm_tdep): Allocate prologue_cache.
12682 (check_prologue_cache): Update.
12683 (save_prologue_cache): Update.
12684 (arm_gdbarch_init): Update.
12685
12686 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12687
12688 * stabsread.c (update_method_name_from_physname): Call complaint()
12689 instead of error.
12690
12691 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12692
12693 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12694 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12695 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12696
12697 * blockframe.c: Include "gdbcmd.h" and "command.h".
12698 (backtrace_below_main): New variable.
12699 (file_frame_chain_valid, func_frame_chain_valid)
12700 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12701 (generic_func_frame_chain_valid): Remove functions.
12702 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12703 (_initialize_blockframe): New function.
12704 * Makefile.in (blockframe.o): Update dependencies.
12705 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12706 comment. Call frame_chain_valid ().
12707 * frame.h: Remove old prototypes. Add prototype for
12708 frame_chain_valid and update comments to match.
12709 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12710 Remove old comment.
12711 * gdbarch.h: Regenerated.
12712 * gdbarch.c: Regenerated.
12713
12714 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12715 set_gdbarch_frame_chain_valid.
12716 * avr-tdep.c (avr_gdbarch_init): Likewise.
12717 * cris-tdep.c (cris_gdbarch_init): Likewise.
12718 * frv-tdep.c (frv_gdbarch_init): Likewise.
12719 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12720 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12721 (i386_nw_init_abi): Likewise.
12722 (i386_gdbarch_init): Likewise.
12723 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12724 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12725 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12726 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12727 * mips-tdep.c (mips_gdbarch_init): Likewise.
12728 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12729 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12730 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12731 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12732 * s390-tdep.c (s390_gdbarch_init): Likewise.
12733 * sh-tdep.c (sh_gdbarch_init): Likewise.
12734 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12735 * v850-tdep.c (v850_gdbarch_init): Likewise.
12736 * vax-tdep.c (vax_gdbarch_init): Likewise.
12737 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12738
12739 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12740 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12741 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12742 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12743 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12744 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12745 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12746 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12747
12748 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12749
12750 * Makefile.in (acconfig_h): Remove incorrect macro.
12751 (config_h): Define.
12752 (osabi.o): Update dependencies.
12753 * configure.tgt: Set gdb_osabi based on target triplet.
12754 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12755 * configure: Regenerated.
12756 * config.in: Regenerated.
12757 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12758 (GDB_OSABI_DEFAULT): Define if not already defined.
12759 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12760 (set_osabi_string): New variables.
12761 (gdbarch_register_osabi): Add new OS ABI to
12762 gdb_osabi_available_names.
12763 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12764 (set_osabi, show_osabi): New functions.
12765 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12766
12767 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12768
12769 * arch-utils.c (gdbarch_info_init): Set osabi to
12770 GDB_OSABI_UNINITIALIZED.
12771 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12772 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12773 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12774 * gdbarch.c: Regenerated.
12775 * gdbarch.h: Regenerated.
12776 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12777 there's no BFD.
12778 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12779 * osabi.h (enum gdb_osabi): Move to defs.h.
12780 (gdbarch_init_osabi): Update prototype.
12781 * defs.h (enum gdb_osabi): Moved here.
12782 * Makefile.in: Update dependencies.
12783
12784 * alpha-tdep.h: Don't include "osabi.h".
12785 (struct gdbarch_tdep): Remove osabi member.
12786 * alpha-tdep.c: Include "osabi.h".
12787 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12788 iterate over arches. Update call to gdbarch_init_osabi.
12789 (alpha_dump_tdep): Don't dump osabi.
12790 * alpha-linux-tdep.c: Include "osabi.h".
12791 * alpha-osf1-tdep.c: Include "osabi.h".
12792 * alphafbsd-tdep.c: Include "osabi.h".
12793 * alphanbsd-tdep.c: Include "osabi.h".
12794
12795 * arm-tdep.h: Don't include "osabi.h".
12796 (struct gdbarch_tdep): Remove osabi member.
12797 * arm-tdep.c: Include "osabi.h".
12798 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12799 iterate over arches. Update call to gdbarch_init_osabi.
12800 (arm_dump_tdep): Don't dump osabi.
12801 * arm-linux-tdep.c: Include "osabi.h".
12802 * armnbsd-tdep.c: Include "osabi.h".
12803
12804 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12805 Update call to gdbarch_init_osabi.
12806
12807 * i386-tdep.h: Don't include "osabi.h".
12808 (struct gdbarch_tdep): Remove osabi member.
12809 * i386-tdep.c: Include "osabi.h".
12810 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12811 iterate over arches. Update call to gdbarch_init_osabi.
12812 (i386_dump_tdep): Don't dump osabi.
12813 * i386-linux-tdep.c: Include "osabi.h".
12814 * i386-sol2-tdep.c: Include "osabi.h".
12815 * i386bsd-tdep.c: Include "osabi.h".
12816 * i386gnu-tdep.c: Include "osabi.h".
12817 * i386ly-tdep.c: Include "osabi.h".
12818 * i386nbsd-tdep.c: Include "osabi.h".
12819 * i386obsd-tdep.c: Include "osabi.h".
12820
12821 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12822 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12823 check osabi when iterating over arches. Update call to
12824 gdbarch_init_osabi.
12825 (mips_dump_tdep): Don't dump osabi.
12826
12827 * ns32k-tdep.h: Don't include "osabi.h".
12828 (struct gdbarch_tdep): Remove.
12829 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12830 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12831 allocate tdep. Update call to gdbarch_init_osabi.
12832 (ns32k_dump_tdep): Remove.
12833 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12834 * ns32knbsd-tdep.c: Include "osabi.h".
12835
12836 * ppc-tdep.h: Don't include "osabi.h".
12837 (struct gdbarch_tdep): Remove osabi member.
12838 * rs6000-tdep.c: Include "osabi.h".
12839 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12840 osabi when iterating over arches. Update call to
12841 gdbarch_init_osabi.
12842 (rs6000_dump_tdep): Don't dump osabi.
12843 * ppc-linux-tdep.c: Include "osabi.h".
12844 * ppcnbsd-tdep.c: Include "osabi.h".
12845
12846 * sh-tdep.h: Don't include "osabi.h".
12847 (struct gdbarch_tdep): Remove osabi member.
12848 * sh-tdep.c: Include "osabi.h".
12849 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12850 iterate over arches. Update call to gdbarch_init_osabi.
12851 (sh_dump_tdep): Don't dump osabi.
12852 * shnbsd-tdep.c: Include "osabi.h".
12853
12854 * sparc-tdep.c: Include "osabi.h".
12855 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12856 iterate over arches. Update call to gdbarch_init_osabi.
12857 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12858 tdep structure.
12859
12860 * vax-tdep.h: Don't include "osabi.h".
12861 (struct gdbarch_tdep): Remove.
12862 * vax-tdep.c: Include "osabi.h".
12863 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12864 iterate over arches. Don't allocate tdep. Update call
12865 to gdbarch_init_osabi.
12866 (vax_dump_tdep): Remove.
12867 (_initialize_vax_tdep): Update call to gdbarch_register.
12868
12869 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12870
12871 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12872 entirely.
12873 (breakpoint_re_set_one): Don't fetch the value for a disabled
12874 watchpoint.
12875
12876 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12877
12878 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12879 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12880 (COERCE_FLOAT_TO_DOUBLE): Remove.
12881 * gdbarch.c: Regenerate.
12882 * gdbarch.h: Regenerate.
12883 * Makefile.in: Remove value_h from gdbarch_h.
12884 * valops.c (coerce_float_to_double): New variable.
12885 (default_coerce_float_to_double): Remove.
12886 (standard_coerce_float_to_double): Remove.
12887 (value_arg_coerce): Use coerce_float_to_double.
12888 (_initialize_valops): Add "set coerce-float-to-double".
12889 * value.h (default_coerce_float_to_double): Remove prototype.
12890 (standard_coerce_float_to_double): Remove prototype.
12891
12892 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12893 prototyped.
12894 * mdebugread.c (parse_symbol): Likewise.
12895 * stabsread.c (define_symbol): Mark all functions as prototyped.
12896
12897 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12898 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12899 set_gdbarch_coerce_float_to_double.
12900 * arm-tdep.c (arm_gdbarch_init): Likewise.
12901 * frv-tdep.c (frv_gdbarch_init): Likewise.
12902 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12903 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12904 * mips-tdep.c (mips_gdbarch_init): Likewise.
12905 (mips_coerce_float_to_double): Remove.
12906 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12907 (rs6000_coerce_float_to_double): Remove.
12908 * s390-tdep.c (s390_gdbarch_init): Likewise.
12909 * sh-tdep.c (sh_gdbarch_init): Likewise.
12910 (sh_coerce_float_to_double): Remove.
12911 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12912 (sparc_coerce_float_to_double): Remove.
12913 * v850-tdep.c (v850_gdbarch_init): Likewise.
12914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12915 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12916 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12917 (hppa_coerce_float_to_double): Remove prototype.
12918 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12919
12920 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12921
12922 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12923
12924 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12925
12926 Suggested by Stewart Brown <sb24@avaya.com>:
12927 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12928 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12929 (c_type_print_varspec_suffix): Likewise.
12930
12931 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12932
12933 * configure.in: Don't set and AC_SUBST SUBDIRS.
12934 * configure: Regenerated.
12935
12936 * configure.in: Remove code dealing with shared libraries.
12937 * Makefile.in: Remove HLDFLAGS and HLDENV.
12938 * configure: Regenerated.
12939
12940 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12941
12942 * frame.c (deprecated_frame_xmalloc): New function.
12943 (deprecated_set_frame_saved_regs_hack): New function.
12944 (deprecated_set_frame_extra_info_hack): New function.
12945 * frame.h (deprecated_frame_xmalloc): Declare.
12946 (deprecated_set_frame_saved_regs_hack): Declare.
12947 (deprecated_set_frame_extra_info_hack): Declare.
12948
12949 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12950
12951 * configure.in: Move code that provides the --enable-gdbtk option
12952 right after the code that handles the --enable-tui option, and
12953 polish it somewhat.
12954 * configure: Regenerated.
12955
12956 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12957 AC_CHECK_FUNCS and remove the old check for pread64.
12958 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12959 * acconfig.h (_GNU_SOURCE): Add.
12960 (HAVE_PREAD64): Remove.
12961 * configure, aclocal.m4, config.in: Regenerated.
12962
12963 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12964
12965 * alpha-tdep.c: Use get_frame_saved_regs.
12966 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12967 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12968 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12969 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12970 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12971
12972 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12973
12974 * configure.in: Remove all use of the SUBDIRS variable; add
12975 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12976 code providing the --enable-multi-ice option, and move it right in
12977 front of the code that checks whether gdbserver is supported.
12978 Polish that too.
12979 * configure: Regenerated.
12980 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12981 @SUBDIRS@.
12982
12983 2003-01-03 Andrew Cagney <cagney@redhat.com>
12984
12985 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12986 * avr-tdep.c, cris-tdep.c: Ditto.
12987 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12988 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12989
12990 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12991
12992 * configure.in: Remove --enable-netrom option.
12993 * configure: Regenerated.
12994
12995 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12996
12997 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12998 declaration for `struct re_pattern_buffer' instead.
12999 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13000
13001 2003-01-03 J. Brobecker <brobecker@gnat.com>
13002
13003 * mdebugread.c (parse_symbol): Count until the stEnd matching
13004 the structure name.
13005
13006 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13007
13008 * configure.in: Remove --with-cpu option.
13009 subscripts. Remove evil changequotes here.
13010 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13011 * config.in, configure: Regenerated.
13012
13013 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13014 * configure.in: Cleanup section that sources GDB and BFD configure
13015 subscripts. Remove evil changequotes here.
13016 * config.in, configure: Regenerated.
13017
13018 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13019
13020 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13021 frame accessor methods.
13022 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13023 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13024 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13025 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13026 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13027 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13028 * z8k-tdep.c: Ditto.
13029
13030 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13031
13032 * configure.in: Remove UI_OUT configuration code.
13033 * ada-lang.c: Update assuming UI_OUT is always true.
13034 * Makefile.in (UIOUT_CFLAGS): Remove.
13035 * configure: Regenerated.
13036 * TODO: Remove blurb about elimination of -DUI_OUT.
13037
13038 * configure.in: Move code that provides the --enable-gdbcli,
13039 --enable-gdbmi options right before the code that handles the
13040 --enable-tui option. Polish a bit.
13041 * configure: Regenerated.
13042
13043 * configure.in: Rewrite check for GNU regex and the
13044 --without-included regex option, and move it into the "Checks for
13045 library functions" section. This makes us use the system regex
13046 again by default on systems with version 2 of the GNU C library.
13047 This was apparently broken.
13048 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13049 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13050 * config.in, configure: Regenerated.
13051
13052 * configure.in: Move code that provides the --enable-tui option
13053 before the "Checks for libraries" section. Polish the code
13054 somewhat and set need_curses to yes if we build the TUI. Rewrite
13055 code that looks for a library providing termcap functionality to
13056 match more closely what's done in the Readline library, and move
13057 it into to the "Checks for libraries" section.
13058 * configure: Regenerated.
13059 * Makefile.in (TERMCAP): Remove variable.
13060 * config/i386/go32.mh (TERMCAP): Remove variable.
13061
13062 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13063
13064 * MAINTAINERS: Mention gdb_mbuild.sh.
13065 * gdb_mbuild.sh: Rewrite.
13066
13067 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13068
13069 * configure.in: Fix typo in last change.
13070 * config.in, configure: Regenerated.
13071
13072 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13073
13074 * valarith.c (value_binop): Delete obsolete code and comments.
13075 * configure.host: Ditto.
13076 * buildsym.h (make_blockvector): Ditto.
13077 * buildsym.c (make_blockvector): Ditto.
13078 * defs.h (enum language): Ditto.
13079 (chill_demangle): Ditto.
13080 * elfread.c (elf_symtab_read): Ditto.
13081 * dwarfread.c (CHILL_PRODUCER): Ditto.
13082 (set_cu_language): Ditto.
13083 (handle_producer): Ditto.
13084 * expprint.c (print_subexp): Ditto.
13085 * gdbtypes.c (chill_varying_type): Ditto.
13086 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13087 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13088 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13089 (chill_varying_type): Ditto.
13090 * language.h (_LANG_chill): Ditto.
13091 * language.c (binop_result_type, integral_type): Ditto.
13092 (character_type, string_type, structured_type): Ditto.
13093 (lang_bool_type, binop_type_check): Ditto.
13094 * stabsread.h (os9k_stabs): Ditto.
13095 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13096 (define_symbol, read_type, read_struct_fields): Ditto.
13097 (read_array_type, read_enum_type, read_huge_number): Ditto.
13098 (read_range_type, start_stabs): Ditto.
13099 * symfile.c (init_filename_language_table): Ditto.
13100 (add_psymbol_with_dem_name_to_list): Ditto.
13101 * symtab.c (symbol_init_language_specific): Ditto.
13102 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13103 * symtab.h (struct general_symbol_info): Ditto.
13104 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13105 * typeprint.c (typedef_print): Ditto.
13106 * utils.c (fprintf_symbol_filtered): Ditto.
13107 * valops.c (value_cast, search_struct_field, value_slice): Delete
13108 obsolete code.
13109 (varying_to_slice): Delete function.
13110 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13111 (varying_to_slice): Delete declaration.
13112 * MAINTAINERS: Update.
13113
13114 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13115
13116 * configure.in: Reorganize "Checks for library functions section"
13117 a bit. Remove check for `btowc' and `isascii' functions.
13118 * configure: Regenerated.
13119
13120 * acconfig.h (_MSE_INT_H): Remove.
13121 * configure.in: Create "Checks for header files" section, and move
13122 appropriate tests there. Don't check for objlist.h, wchar.h,
13123 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13124 misdetection fix. Also add "Checks for types", "Checks for
13125 compiler characteristics" and "Checks for library functions"
13126 sections.
13127 * config.in, configure: Regenerated.
13128
13129 * configure.in: Create "Checks for programs" section, and move
13130 appropriate tests there.
13131
13132 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13133
13134 * configure.in: Create "Checks for libraries" section, and move
13135 appropriate tests there. Cleanup check for wctype in libw. Use
13136 AC_SEARCH_LIBS to see whether we need libsocket.
13137 * configure: Regenerated.
13138
13139 For older changes see ChangeLog-2002
13140 \f
13141 Local Variables:
13142 mode: change-log
13143 left-margin: 8
13144 fill-column: 74
13145 version-control: never
13146 End:
This page took 0.309611 seconds and 5 git commands to generate.