* frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-13 Kevin Buettner <kevinb@redhat.com>
2
3 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
4 (frv_gdbarch_adjust_breakpoint_address): New function.
5 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
6 method.
7
8 2003-10-13 Kevin Buettner <kevinb@redhat.com>
9
10 * breakpoint.h (struct breakpoint): Add new member
11 ``requested_address''.
12 * breakpoint.c (breakpoint_adjustment_warning)
13 (adjust_breakpoint_address): New static functions.
14 (print_it_typical): Issue warning if breakpoint's address is different
15 from its requested address.
16 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
17 (breakpoint_re_set_one): Set breakpoint's
18 ``requested_address'' field. Set ``address'' field to the
19 result of calling adjust_breakpoint_address() on the requested
20 address.
21
22 2003-10-13 Kevin Buettner <kevinb@redhat.com>
23
24 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
25 * gdbarch.h, gdbarch.c: Regenerate.
26
27 2003-10-11 Mark Kettenis <kettenis@gnu.org>
28
29 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
30 TDEP->sc_num_regs.
31
32 * i386fbsd-tdep.c: New file.
33 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
34 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
35 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
36 i386bsd-tdep.c.
37 (_initialize_i386fbsd_tdep): New function.
38 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
39 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
40 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
41 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
42 TDEP->sc_num_regs.
43 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
44 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
45 to initialize TDEP->sc_num_regs.
46 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
47 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
48 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
49 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
50 FreeBSD ELF OS/ABI's here.
51 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
52 (i386fbsd-tdep.o): New target.
53 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
54 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
55
56 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
57 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
58 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
59 in initialization of TDEP->sc_num_regs.
60
61 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
62 (x86_64_init_abi): Initialize regset_from_core_section if
63 appropriate.
64
65 * i386-tdep.c (i386_regset_from_core_section): New function.
66 (i386_gdbarch_init): Initialize regset_from_core_section if
67 appropriate.
68 * i386-tdep.h (i386_regset_from_core_section): New declaration.
69
70 * i386-tdep.h (struct regset): Declare opaque.
71
72 * gdbarch.sh (regset_from_core_section): New method.
73 (struct regset): Declare opaque.
74 * gdbarch.c, gdbarch.h: Regenerated.
75
76 2003-10-11 Alan Modra <amodra@bigpond.net.au>
77
78 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
79 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
80 Correct test for pc within section.
81
82 2003-10-11 Mark Kettenis <kettenis@gnu.org>
83
84 * gdbarch.sh: Remove trailing whitepsace from comments.
85
86 2003-10-08 Roland McGrath <roland@redhat.com>
87
88 * gcore.c (make_mem_sec): Function removed, folded into ...
89 (gcore_create_callback): ... here. To omit a section, clear its
90 SEC_LOAD bit rather than zeroing its size.
91 Omit read-only sections only if they correspond to a known disk file.
92 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
93
94 2003-10-10 Michael Snyder <msnyder@redhat.com>
95
96 * d10v-tdep.c: Fix typo in comment.
97
98 2003-10-10 Andrew Cagney <cagney@redhat.com>
99
100 * rs6000-tdep.c (e500_store_return_value): Delete function.
101 (e500_extract_return_value): Delete function.
102 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
103 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
104 "ppc_sysv_abi_restore_return_value" where applicable.
105 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
106 (ppc_sysv_abi_extract_return_value): Declare.
107 (ppc_sysv_abi_broken_store_return_value): Declare.
108 (ppc_sysv_abi_broken_extract_return_value): Declare.
109 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
110 * ppc-sysv-tdep.c (return_value_convention): Move definition to
111 start of file.
112 (do_ppc_sysv_return_value): New function.
113 (ppc_sysv_abi_extract_return_value): New function.
114 (ppc_sysv_abi_store_return_value): New function.
115 (ppc_sysv_abi_broken_extract_return_value): New function.
116 (ppc_sysv_abi_broken_store_return_value): New function.
117 (ppc_sysv_abi_use_struct_convention): Call
118 do_ppc_sysv_return_value.
119
120 2003-10-10 J. Brobecker <brobecker@gnat.com>
121
122 * blockframe.c (inside_main_func): No longer use symbol_lookup()
123 to lookup the main function symbol.
124
125 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
126
127 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
128 types correctly.
129 (sh_push_dummy_call_fpu): Fix argument passing rules.
130 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
131 float types.
132 (sh3e_sh4_store_return_value): Ditto.
133
134 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
135
136 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
137 comment.
138
139 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
140
141 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
142 more readable code. Accomodate passing of bitfields.
143
144 2003-10-10 Andrew Cagney <cagney@redhat.com>
145
146 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
147 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
148 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
149 * ppc-sysv-tdep.c: Include "gdb_assert.h".
150 (ppc64_sysv_abi_push_dummy_call): New function.
151 (ppc64_sysv_abi_broken_push_dummy_call): New function.
152 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
153 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
154
155 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
156
157 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
158 * README: Ditto.
159 * d10v-tdep.c: Ditto.
160 * h8300-tdep.c: Ditto.
161 * remote-e7000.c: Ditto.
162 * remote-hms.c: Ditto.
163 * ser-e7kpc.c: Ditto.
164 * sh-stub.c: Ditto.
165 * sh-tdep.c: Ditto.
166 * sh-tdep.h: Ditto.
167 * sh3-rom.c: Ditto.
168 * sh64-tdep.c: Ditto.
169 * top.c: Ditto.
170 * wince.c: Ditto.
171 * config/d10v/d10v.mt: Ditto.
172 * config/sh/embed.mt: Ditto.
173 * config/sh/linux.mt: Ditto.
174 * config/sh/tm-linux.h: Ditto.
175 * config/sh/tm-sh.h: Ditto.
176 * config/sh/wince.mt: Ditto.
177
178 2003-10-09 Andrew Cagney <cagney@redhat.com>
179
180 * ppc-tdep.h (struct type): Declare opaque.
181 * x86-64-tdep.h (struct regcache): Declare opaque.
182 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
183 coding style.
184
185 2003-10-09 Andrew Cagney <cagney@redhat.com>
186
187 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
188 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
189 (SOFTWARE_SINGLE_STEP_P): Ditto.
190 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
191 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
192 (SOFTWARE_SINGLE_STEP_P): Ditto.
193 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
194 software_single_step to rs6000_software_single_step.
195
196 2003-10-09 Andrew Cagney <cagney@redhat.com>
197
198 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
199
200 2003-10-09 Michael Snyder <msnyder@redhat.com>
201
202 * frame.h: Fix typo in comment.
203 * dummy-frame.c: Fix typo in comment.
204 * d10v-tdep.c: Random whitespace/comment tweaks.
205
206 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
207
208 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
209 (sh_push_dummy_code): Delete function, it's only used for dummy calls
210 on stack.
211
212 Based on input by Stephen Clarke (stephen.clarke@superh.com):
213 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
214 in detail.
215
216 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
217
218 * remote-mips.c (mips_initialize): Remove unneeded call to
219 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
220
221 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
222
223 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
224 a memory pointer.
225
226 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
227
228 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
229 for any lwp we resume.
230 (running_callback): Add lwps that have pending status events
231 against them to be considered running.
232
233 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
234
235 * m32r-tdep.c : Include "dis-asm.h".
236 * Makefile.in (m32r-tdep.o): Update dependencies.
237
238 2003-10-06 J. Brobecker <brobecker@gnat.com>
239
240 * completer.h (get_gdb_completer_word_break_characters): Delete.
241 * completer.c: include language.h.
242 (gdb_completer_word_break_characters): Delete.
243 (get_gdb_completer_word_break_characters): Delete.
244 (location_completer): Use the word break characters of the current
245 language.
246 (complete_line): Likewise.
247 (line_completion_function): Likewise.
248 (skip_quoted_chars): Likewise.
249 * Makefile.in (completer.o): Add dependency on language.h.
250 * top.c (init_main): Set the readline word break characters
251 to GDB's default word break characters.
252
253 2003-10-06 J. Brobecker <brobecker@gnat.com>
254
255 * language.h (language_defn): new field, la_word_break_characters.
256 * language.c (unknown_language_defn): Set new field to
257 default_word_break_characters.
258 (auto_language_defn): Likewise.
259 (local_language_defn): Likewise.
260 * ada-lang.c (ada_language_defn): Likewise.
261 * c-lang.c (c_language_defn): Likewise.
262 (cplus_language_defn): Likewise.
263 (asm_language_defn): Likewise.
264 (minimal_language_defn): Likewise.
265 * f-lang.c (f_language_defn): Likewise.
266 * jv-lang.c (java_language_defn): Likewise.
267 * m2-lang.c (m2_language_defn): Likewise.
268 * objc-lang.c (objc_language_defn): Likewise.
269 * p-lang.c (pascal_language_defn): Likewise.
270 * scm-lang.c (scm_language_defn): Likewise.
271
272 2003-10-06 Andrew Cagney <cagney@redhat.com>
273
274 * ppc-sysv-tdep.c: Re-indent.
275
276 2003-10-06 J. Brobecker <brobecker@gnat.com>
277
278 * language.h (default_word_break_characters): Add prototype.
279 * language.c (default_word_break_characters): New function.
280
281 2003-10-06 Andreas Schwab <schwab@suse.de>
282
283 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
284 with %eax.
285
286 2003-10-06 Andrew Cagney <cagney@redhat.com>
287
288 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
289 "h8500-tdep.c".
290 (z8k-tdep.o): Delete custom build rule.
291
292 2003-10-06 Andrew Cagney <cagney@redhat.com>
293
294 * Makefile.in: Update all dependencies.
295
296 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
297 No longer list PA as as obsolete candidate. List m32r as
298 broken instead of obsolete.
299
300 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
301 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
302 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
303 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
304 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
305 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
306 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
307 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
308 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
309 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
310 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
311 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
312 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
313 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
314 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
315 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
316 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
317 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
318 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
319 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
320 * config/z8k/z8k.mt: Ditto.
321
322 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
323 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
324 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
325 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
326 sparclite were removed.
327 * configure.host, configure.tgt: Remove corresponding tuples.
328
329 * breakpoint.c, breakpoint.h: Remove obsolete code.
330 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
331 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
332 * stabsread.h, xcoffread.c: Ditto.
333
334 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
335 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
336 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
337 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
338
339 2003-10-06 David Lecomber <dsl@sources.redhat.com>
340
341 * f-valprint.c: Reformatting
342
343 2003-10-06 Mark Kettenis <kettenis@gnu.org>
344
345 * x86-64-tdep.c: Remove duplicate comment.
346
347 * x86-64-tdep.c (x86_64_store_return_value): Don't use
348 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
349 names for return values. This fixes a bug since we looked at %rbx
350 instead of %rdx.
351
352 2003-10-05 Mark Kettenis <kettenis@gnu.org>
353
354 * x86-64-tdep.c: Include "regset.h".
355
356 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
357 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
358 sizeof_fpregset.
359 * i386-tdep.c: Include "regset.h".
360 (i386_supply_gregset): New function.
361 (i386_supply_fpregset): New function.
362 (i386_gdbarch_init): Initialze register set-related members of
363 TDEP.
364 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
365 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
366
367 2003-10-03 Andrew Cagney <cagney@redhat.com>
368
369 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
370 set extract_return_value, store_return_value and
371 use_struct_convention to ppc64_sysv_abi_extract_return_value,
372 ppc64_sysv_abi_store_return_value and
373 ppc64_sysv_abi_use_struct_convention.
374 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
375 (ppc64_sysv_abi_store_return_value): Declare.
376 (ppc64_sysv_abi_use_struct_convention): Declare.
377 * ppc-sysv-tdep.c (enum return_value_convention): Define.
378 (ppc64_sysv_abi_extract_return_value): New function.
379 (ppc64_sysv_abi_store_return_value): New function.
380 (ppc64_sysv_abi_use_struct_convention): New function.
381 (ppc64_sysv_abi_return_value): New function.
382
383 2003-10-03 Andrew Cagney <cagney@redhat.com>
384
385 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
386 convert a descriptor to a function when it's in the ".opd"
387 section.
388
389 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
390
391 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
392 reg_size to keep GCC silent.
393
394 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
395
396 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
397 base for DW_EH_PE_textrel encodings.
398 (read_encoded_value): Add a DW_EH_PE_textrel case.
399 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
400 section.
401
402 2003-10-03 Mark Kettenis <kettenis@gnu.org>
403
404 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
405
406 2003-10-02 Andrew Cagney <cagney@redhat.com>
407
408 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
409 REGISTER_RAW_SIZE.
410 * gdbarch.h, gdbarch.c: Re-generate.
411 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
412 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
413 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
414 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
415 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
416 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
417 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
418 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
419 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
420 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
421 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
422 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
423 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
424 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
425 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
426 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
427
428 2003-10-02 Jim Blandy <jimb@redhat.com>
429
430 * dwarf2read.c (struct die_info): Doc fix.
431
432 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
433
434 * sh-tdep.c: Running thru gdb_indent.sh.
435
436 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
437
438 * sh-tdep.c (sh_justify_value_in_reg): New function.
439 (sh_stack_allocsize): Ditto.
440 (flt_argreg_array): New array used for floating point argument
441 passing.
442 (sh_init_flt_argreg): New function.
443 (sh_next_flt_argreg): Ditto.
444 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
445 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
446 Fix argument passing strategy.
447 (sh_push_dummy_call_nofpu): Ditto.
448
449 2003-10-01 Andrew Cagney <cagney@redhat.com>
450
451 * value.h (register_value_being_returned): Declare. Replace
452 "value_being_returned".
453 * infcall.c (call_function_by_hand): Use
454 register_value_being_returned.
455 * infcmd.c (print_return_value): Call
456 "register_value_being_returned", handle struct return locally.
457 * values.c (register_value_being_returned): New function. Replace
458 "value_being_returned".
459
460 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
461
462 * linux-proc.c (linux_do_registers): New function.
463 (linux_make_note_section): Use linux_do_registers in case of
464 single threaded inferior programs.
465
466 2003-10-01 Andrew Cagney <cagney@redhat.com>
467
468 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
469 use STRUCT_ADDR. When not using "struct return convention", pass
470 "0" to "value_being_returned". Add FIXMEs.
471 * infcmd.c (print_return_value): Pass an explicit 0/1 to
472 value_being_returned. Add comments.
473 * values.c (value_being_returned): Add fixme.
474 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
475 (hppa_value_returned_from_stack): Add FIXME.
476
477 2003-09-30 David Carlton <carlton@kealia.com>
478
479 * dwarf2read.c (struct die_info): Add 'parent' field; replace
480 'has_children' and 'next' by 'child' and 'sibling'.
481 (read_comp_unit): Rework algorithm, breaking body into
482 read_die_and_children and read_die_and_siblings.
483 (read_die_and_children, read_die_and_siblings): New.
484 (read_full_die): Add 'has_children' argument; set it instead of
485 the die's 'has_children' field. Minor formatting cleanup.
486 (free_die_list): Use die->child and die->sibling instead of
487 die->next.
488 (dump_die_list): Ditto.
489 (sibling_die): Use die->sibling.
490 (psymtab_to_symtab_1): Use die's 'child' field in place of its
491 'has_children' and 'next' fields.
492 (process_die, read_file_scope, read_func_scope)
493 (read_lexical_block_scope, read_structure_scope)
494 (read_enumeration, read_array_type, read_common_block)
495 (read_namespace, read_subroutine_type, dump_die): Ditto.
496
497 2003-09-30 Andrew Cagney <cagney@redhat.com>
498
499 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
500 to 224, not 220.
501
502 2003-09-30 Andrew Cagney <cagney@redhat.com>
503
504 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
505 REGISTER_VIRTUAL_SIZE.
506 * gdbarch.h, gdbarch.c: Regenerate.
507 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
508 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
509 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
510
511 2003-09-29 Andrew Cagney <cagney@redhat.com>
512
513 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
514 DEPRECATED_REGISTER_VIRTUAL_TYPE.
515 * gdbarch.h, gdbarch.c: Regenerate.
516 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
517 * sh64-tdep.c, sparc-tdep.c: Update.
518
519 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
520 * remote-vxmips.c (vx_read_register): Ditto.
521 * remote-vx68.c (vx_read_register): Ditto.
522 * gnu-nat.c (inf_validate_procs): Ditto.
523
524 2003-09-29 J. Brobecker <brobecker@gnat.com>
525
526 * infcall.c (call_function_by_hand): Fix build failure
527 introduced in the previous change to this file.
528
529 2003-09-29 Andrew Cagney <cagney@redhat.com>
530
531 * NEWS: Mention Objective-C.
532
533 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
534
535 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
536 test if the register has been saved on the stack.
537 (arm_scan_prologue_cache): When analysing the instruction
538 "str lr, [sp, #-4]", save the address where lr has been stored.
539
540 2003-09-28 Andrew Cagney <cagney@redhat.com>
541
542 * frame.c (frame_read_unsigned_register): Delete function.
543 * frame.h (frame_read_unsigned_register): Delete declaration.
544 * sparc-tdep.c (sparc_init_extra_frame_info): Use
545 get_frame_register_unsigned.
546 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
547 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
548 * d10v-tdep.c (d10v_print_registers_info): Ditto.
549
550 * frame.h (frame_read_register): Delete declaration.
551 * frame.c (frame_read_register): Delete function.
552 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
553 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
554 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
555 * mips-tdep.c (mips_register_to_value): Ditto.
556 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
557 * d10v-tdep.c (d10v_print_registers_info): Ditto.
558
559 * frame.c (frame_read_signed_register): Delete function.
560 (frame_read_unsigned_register): Update comments.
561 * frame.h (frame_read_signed_register): Delete declaration.
562 * h8300-tdep.c (h8300_print_register): Use
563 get_frame_register_signed.
564 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
565
566 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
567 Rename VALUE_RETURNED_FROM_STACK.
568 * infcmd.c (print_return_value): Update.
569 * infcall.c (call_function_by_hand): Update.
570
571 2003-09-28 Mark Kettenis <kettenis@gnu.org>
572
573 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
574 regcache argument and reverse the order of the other two
575 arguments. Remove local regcache variable. Determine
576 architecture from REGCACHE. Update comments.
577 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
578 reverse the order of the other two arguments. Remove local
579 regcache variable. Determine architecture from REGCACHE. Update
580 comments.
581 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
582 prototypes. Update comments.
583 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
584 comment.
585 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
586 Update.
587 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
588 * i386-interix-nat.c (supply_fpregset): Update.
589 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
590 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
591 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
592 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
593 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
594 Update.
595 * i386obsd-tdep.c (fetch_core_registers): Update.
596 * i386v4-nat.c (supply_fpregset): Update.
597 * x86-64-linux-nat.c (supply_fpregset): Update.
598 * x86-64-linux-tdep.c (fetch_core_registers): Update.
599
600 2003-09-27 Mark Kettenis <kettenis@gnu.org>
601
602 * i386-tdep.h: Put opaque declarations in alphabetical
603 order. Remove spurious whitespace.
604 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
605 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
606 * i386-tdep.c (MM0_REGNUM): Remove define.
607 (i386_mmx_regnum_p): Add gdbarch argument.
608 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
609 Rewrite using new macro definitions for FPU/SSE registers.
610 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
611 definitions from i387-tdep.h.
612 (i386_register_name): Update.
613 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
614 new macro definitions for FPU/SSE registers.
615 (i386_extract_return_value): Determine whether floating-point
616 registers are present by examining REGCACHE's architecture.
617 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
618 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
619 FPU/SSE registers.
620 (i386_register_type): Update.
621 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
622 definitions for FPU registers. Use REGCACHE's architecture to
623 determine the appropriate register numbers.
624 (i386_pseudo_register_read, i386_pseudo_register_write,
625 i386_register_reggroup_p): Update.
626 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
627 TDEP->mm0_regnum.
628 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
629 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
630 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
631 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
632 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
633 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
634 *' to `void *'.
635 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
636 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
637 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
638 definitions for FPU/SSE registers.
639 (FXSAVE_MXCSR_ADDR): New define.
640 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
641 TDEP->mm0_regnum.
642 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
643 (I387_ST0_REGNUM): Define.
644
645 * regcache.h (get_regcache_arch): New prototype.
646 * regcache.c (get_regcache_arch): New function.
647
648 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
649 whitespace.
650
651 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
652 Initialize using ARRAY_SIZE.
653
654 2003-09-27 Andrew Cagney <cagney@redhat.com>
655
656 * arch-utils.c (deprecated_init_frame_pc_default): Rename
657 "init_frame_pc_default".
658 * arch-utils.h (deprecated_init_frame_pc_default): Update.
659 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
660 * vax-tdep.c (vax_gdbarch_init): Update.
661 * v850-tdep.c (v850_gdbarch_init): Update.
662 * sh64-tdep.c (sh64_gdbarch_init): Update.
663 * s390-tdep.c (s390_gdbarch_init): Update.
664 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
665 * mcore-tdep.c (mcore_gdbarch_init): Update.
666 * h8300-tdep.c (h8300_gdbarch_init): Update.
667 * cris-tdep.c (cris_gdbarch_init): Update.
668 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
669
670 2003-09-26 Mark Kettenis <kettenis@gnu.org>
671
672 * regset.h: New file.
673 * Makefile.in (regset_h): Add.
674
675 2003-09-25 Andrew Cagney <cagney@redhat.com>
676
677 * frame.h (deprecated_frame_saved_regs): Rename
678 get_frame_saved_regs.
679 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
680 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
681 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
682 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
683 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
684
685 2003-09-25 Andrew Cagney <cagney@redhat.com>
686
687 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
688 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
689 and Java.
690 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
691 arm*-*-* do not use the new frame code.
692
693 2003-09-25 David Carlton <carlton@kealia.com>
694
695 * c-exp.y: Remove 'register' declarations.
696 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
697
698 2003-09-25 David Carlton <carlton@kealia.com>
699
700 * c-exp.y: Include cp-support.h. Add qualified_type.
701 (yylex): Delete nested type hack; add comments.
702 * cp-namespace.c (cp_lookup_nested_type): New function.
703 * cp-support.h: Declare cp_lookup_nested_type.
704 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
705 instead of value_struct_elt_for_reference.
706 * valops.c: Include cp-support.h.
707 (value_aggregate_elt): New function.
708 (value_namespace_elt): Ditto.
709 (value_struct_elt_for_reference): Make static.
710 * value.h: Delete declaration of value_struct_elt_for_reference;
711 add declaration for value_aggregate_elt.
712 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
713 (valops.o): Ditto.
714
715 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
716
717 * stack.c: Include "reggroups.h".
718 (frame_info): Only display registers in all_reggroup.
719 * Makefile.in (stack.o): Update dependencies.
720
721 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
722
723 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
724 "add ip, sp #n" in the prologue.
725 (arm_scan_prologue): Ditto.
726
727 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
728
729 * MAINTAINERS (write after approval): Add myself.
730
731 2003-09-25 Andreas Schwab <schwab@suse.de>
732
733 * m68k-tdep.c: Include "dwarf2-frame.h".
734 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
735 * Makefile.in (m68k-tdep.o): Update dependencies.
736
737 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
738
739 * sh-tdep.c (struct frame_extra_info): Remove.
740 (struct sh_frame_cache): New structure.
741 (GET_SOURCE_REG): New macro extracting source register of an opcode.
742 (GET_TARGET_REG): Ditto but target register.
743 (GET_PUSHED_REG): Remove.
744 (IS_MOV_ARG_TO_REG): New macro.
745 (IS_MOV_ARG_TO_IND_R14): New macro.
746 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
747 (IS_MOVW_PCREL_TO_REG): New macro.
748 (IS_MOVL_PCREL_TO_REG): New macro.
749 (IS_SUB_REG_FROM_SP): New macro.
750 (IS_ARG_MOV): Remove.
751 (IS_MOV_TO_R14): Remove.
752 (IS_RESTORE_FP): New macro.
753 (IS_RTS): New macro.
754 (IS_LDS): New macro.
755 (IS_MOV_FP_SP): New macro.
756 (IS_ADD_REG_TO_FP): New macro.
757 (IS_ADD_IMM_FP): New macro.
758 (sh_skip_prologue_hard_way): Remove.
759 (sh_saved_pc_after_call): Remove.
760 (sh_frame_chain): Remove.
761 (sh_find_callers_reg): Remove.
762 (sh_nofp_frame_init_saved_regs): Remove.
763 (sh_fp_frame_init_saved_regs): Remove.
764 (sh_init_extra_frame_info): Remove.
765 (sh_analyze_prologue): New function.
766 (sh_skip_prologue): Remove deprecated code. Rely on new function
767 sh_analyze_prologue when after_prologue fails.
768 (sh_frame_saved_pc): Remove.
769 (sh_alloc_frame_cache): New function.
770 (sh_frame_cache): Ditto.
771 (sh_frame_prev_register): Ditto.
772 (sh_frame_this_id): Ditto.
773 (sh_frame_unwind): New structure defining the heuristic frame
774 sniffer interface.
775 (sh_frame_sniffer): New function.
776 (sh_unwind_sp): Ditto.
777 (sh_unwind_pc): Ditto.
778 (sh_unwind_dummy_id): Ditto.
779 (sh_frame_base_address): Ditto.
780 (sh_frame_base): New structure defining new frame base code.
781 (sh_in_function_epilogue_p): New function.
782 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
783 code and to call all new code instead. Initialize dwarf2 and
784 heuristic frame sniffer.
785
786 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
787
788 * parser-defs.h (struct exp_descriptor): New definition, containing
789 language-specific info for printing, prefixifying, dumping, and
790 evaluating expressions.
791 (exp_descriptor_standard): Declare new variable.
792 (print_subexp): Make global and declare here (from expprint.c).
793 (dump_subexp): Ditto.
794 (dump_subexp_body_standard): Declare.
795 (operator_length_standard): Declare.
796 (op_name_standard): Declare.
797 (print_subexp): Declare.
798 (print_subexp_standard): Declare.
799
800 * language.h (struct language_defn): Add la_exp_desc field to hold
801 pointer to table for language-specific operators.
802 Remove evaluate_exp field, which is now in struct exp_descriptor.
803
804 * parse.c (operator_length): Move most code to new
805 operator_length_standard function. Use language-specific information.
806 (operator_length_standard): New function taking most code from
807 operator_length.
808 (exp_descriptor_standard): New constant.
809
810 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
811 and OP_EXTENDED_LAST.
812
813 * expprint.c (print_subexp): Use language-specific print_subexp.
814 Make global; remove static declaration.
815 Move most code to print_subexp_standard.
816 (print_subexp_standard): New function, containing code formerly in
817 print_subexp.
818 (op_name): Add expression to argument signature.
819 Use langauge-specific op_name.
820 Move most code to op_name_standard.
821 (op_name_standard): New function, containing code formerly in op_name.
822 (dump_subexp): Use new version of op_name function.
823 Use language-specific dump_subexp_body, and move most existing code to
824 dump_subexp_body_standard.
825 (dump_raw_expression): Use new op_name interface.
826 (dump_subexp_body): Move most code to dump_subexp_body_standard.
827 (dump_subexp_body_standard): New function, containing code formerly
828 in dump_subexp_body.
829
830 * language.c (unknown_language): Add default la_exp_desc field and
831 remove evaluate_exp field.
832 (auto_language): Ditto.
833 (local_language): Ditto.
834 * f-lang.c (f_language_defn): Ditto.
835 * c-lang.c (c_language_defn): Ditto.
836 (cplus_language_defn): Ditto.
837 (asm_language_defn): Ditto.
838 (minimal_language_defn): Ditto.
839 * p-lang.c (pascal_language_defn): Ditto.
840 * m2-lang.c (m2_language_defn): Ditto.
841 * objc-lang.c (objc_language_defn): Ditto.
842
843 * jv-lang.c (exp_descriptor_java): New variable, containing
844 Java-specific expression evaluator.
845 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
846 field.
847 * scm-lang.c (exp_descriptor_scm): New variable, containing
848 Scheme-specific expression evaluator.
849 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
850 field.
851 * objc-lang.c (print_object_command): Take evaluate_exp from the
852 la_exp_desc field.
853
854 * Makefile.in (eval.o): Add dependency on parser-defs.h.
855
856 * eval.c: Include parser-defs.h for the full declaration of
857 la_exp_desc's type.
858 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
859
860 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
861
862 * parser-defs.h (operator_length): Declare.
863
864 * parse.c (length_of_subexp): Use operator_length to get operator
865 lengths and arities for operators.
866 Move most code to new operator_length function.
867 (operator_length): New function absorbing most code from
868 length_of_subexp.
869 (prefixify_subexp): Remove large case and use operator_length instead.
870 (parse_exp_1): Use renamings:
871 dump_prefix_expression => dump_raw_expression and
872 dump_postfix_expression => dump_prefix_expression.
873
874 * expression.h (dump_prefix_expression): Rename to ...
875 (dump_raw_expression): New name.
876 (dump_postfix_expression): Rename to ...
877 (dump_prefix_expression): New name.
878
879 * expprint.c (dump_subexp): Make global. Add comment.
880 Move most existing code to dump_subexp_body.
881 (dump_subexp_body): New function.
882 (dump_prefix_expression): Rename to dump_raw_expression.
883 Remove attempt to print the expression via print_expression: it can't
884 work before the expression is prefixified.
885 (dump_raw_expression): Renamed from dump_prefix_expression.
886 (dump_postfix_expression): Rename to dump_prefix_expression, since
887 that's what it does.
888 Remove 'note' parameter, since this routine must be used on
889 prefixified expression.
890 (dump_prefix_expression): Renamed from dump_postfix_expression.
891
892 2003-09-22 Jim Blandy <jimb@redhat.com>
893
894 * dwarf2read.c (read_array_type): When building the type for an
895 array of unspecified length, make sure to choose the upper bound
896 so that the array's total length comes out to be zero --- that's
897 how we represent such arrays.
898
899 2003-09-22 Michael Chastain <mec@shout.net>
900
901 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
902
903 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
904
905 * top.c (quit_force): Fix indirect call to quit_target so
906 a struct qt_args pointer is passed.
907
908 2003-09-22 Andrew Cagney <cagney@redhat.com>
909
910 * arch-utils.h (init_frame_pc_noop): Delete declaration.
911 * arch-utils.c (init_frame_pc_noop): Delete function.
912 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
913 "init_frame_pc".
914 * mips-tdep.c (mips_gdbarch_init): Ditto.
915 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
916 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
917 declaration.
918 (DEPRECATED_INIT_FRAME_PC): Delete macro.
919 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
920 declaration.
921 (DEPRECATED_INIT_FRAME_PC): Delete macro.
922
923 2003-09-22 Anthony Green <green@redhat.com>
924
925 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
926 declaration.
927
928 2003-09-20 Andrew Cagney <cagney@redhat.com>
929
930 * breakpoint.c: Eliminate ARGSUSED.
931 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
932 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
933 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
934 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
935 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
936 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
937 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
938 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
939 * wince.c, remote-vx.c: Ditto.
940
941 * cli/cli-script.c: Remove "register" attributes.
942 * config/pa/tm-hppa.h: Ditto.
943 * cli/cli-decode.c: Ditto.
944 * cli/cli-cmds.c: Ditto.
945
946 2003-09-19 Andrew Cagney <cagney@redhat.com>
947
948 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
949 DEPRECATED_NPC_REGNUM.
950 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
951
952 2003-09-19 Christopher Faylor <cgf@redhat.com>
953
954 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
955
956 2003-09-19 Jim Blandy <jimb@redhat.com>
957
958 * macrotab.c (macro_include): Use the correct comparison to find
959 the appropriate place for this inclusion in the list.
960
961 2003-09-19 Andrew Cagney <cagney@redhat.com>
962
963 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
964 (DEPRECATED_HPUX_TEXT_END): Define.
965 (deprecated_hpux_text_end): Declare.
966 (struct target_ops): Declare opaque.
967 * hppah-nat.c (text_end): Make static.
968 (deprecated_hpux_text_end): New function.
969 * exec.c (text_end): Delete global variable.
970 (NEED_TEXT_START_END): Do not define.
971 (exec_file_attach): Replace code computing "text_end" code with
972 call to DEPRECATED_HPUX_TEXT_END.
973
974 2003-09-19 Andrew Cagney <cagney@redhat.com>
975
976 * utils.c (align_up, align_down): New functions.
977 * defs.h (align_up, align_down): Declare.
978 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
979 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
980 and "align_down".
981 (round_up, round_down): Delete functions.
982 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
983 "align_down".
984 (ROUND_DOWN, ROUND_UP): Delete macros.
985 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
986 * h8300-tdep.c: Replace "round_up" and "round_down" with
987 "align_up" and "align_down".
988 (round_up, round_down): Delete macros.
989 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
990 "align_down".
991 (ROUND_UP, ROUND_DOWN): Delete macros.
992
993 2003-09-18 J. Brobecker <brobecker@gnat.com>
994
995 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
996 hard-coded constant. Use the proper machine name instead.
997
998 2003-09-17 Andrew Cagney <cagney@redhat.com>
999
1000 * sparc-tdep.c (legacy_register_name): Delete function.
1001 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1002 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1003 * infcmd.c (gdb_register_name): Delete variable.
1004 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1005 REGISTER_NAME and "tm.h".
1006 * gdbarch.h, gdbarch.c: Regenerate.
1007 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1008 REGISTER_NAMES in comments.
1009 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1010 * m68klinux-nat.c (regmap): Ditto.
1011
1012 2003-09-17 Jim Blandy <jimb@redhat.com>
1013
1014 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1015
1016 2003-09-17 Andrew Cagney <cagney@redhat.com>
1017
1018 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1019 (ppcnbsd_init_abi): Set "use_struct_convention" to
1020 "ppcnbsd_use_struct_convention".
1021
1022 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1023
1024 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1025 * gdbarch.h, gdbarch.c: Regenerate.
1026 (stabs_argument_has_addr): New architecture method.
1027 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1028 * arch-utils.c: Include "buildsym.h".
1029 (default_stabs_argument_has_addr): New function.
1030 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1031 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1032
1033 2003-09-17 Andrew Cagney <cagney@redhat.com>
1034
1035 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1036 * gdbarch.h, gdbarch.c: Regenerate.
1037 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1038 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1039 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1040 * sparcnbsd-tdep.c: Update.
1041
1042 2003-09-17 Andrew Cagney <cagney@redhat.com>
1043
1044 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1045 * gdbarch.h, gdbarch.c: Regenerate.
1046 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1047 * d10v-tdep.c, frame.c: Update.
1048 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1049 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1050 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1051 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1052 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1053 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1054 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1055 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1056 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1057 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1058 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1059 * config/pa/nm-hppah.h: Update.
1060
1061 2003-09-16 Andrew Cagney <cagney@redhat.com>
1062
1063 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1064 "use_struct_convention" to "ppc_linux_use_struct_convention".
1065 (ppc_linux_use_struct_convention): New function.
1066 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1067 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1068 "rs6000_use_struct_convention".
1069 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1070 declaration.
1071 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1072 Delete function.
1073
1074 2003-09-16 Andrew Cagney <cagney@redhat.com>
1075
1076 * buildsym.c: Remove more occurances of "register".
1077 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1078 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1079 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1080 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1081 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1082 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1083 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1084 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1085
1086 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1087
1088 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1089 numbers to enumeration values.
1090 * sh-tdep.c: Accomodate above change.
1091 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1092 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1093 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1094 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1095 (IS_FPUSH): Rename from IS_FMOV.
1096 (sh_extract_struct_value_address): Remove useless comment.
1097 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1098 instead of own local values.
1099 (sh_dump_tdep): Remove.
1100 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1101 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1102
1103 2003-09-15 Andrew Cagney <cagney@redhat.com>
1104
1105 * doublest.c (convert_floatformat_to_doublest): No longer need to
1106 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1107
1108 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1109
1110 * values.c (unpack_double): Call floatformat_is_valid.
1111
1112 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1113
1114 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1115 ps_strings into a long.
1116
1117 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1118 _initialize_am64fbsd_nat.
1119
1120 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1121
1122 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1123 associated with DW_AT_ranges attribute is out of bounds.
1124
1125 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1126
1127 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1128
1129 2003-09-14 Michael Chastain <mec@shout.net>
1130
1131 * config/m68k/nm-apollo68v.h: Delete.
1132 * config/m68k/xm-apollo68v.h: Delete.
1133
1134 2003-09-14 Andrew Cagney <cagney@redhat.com>
1135
1136 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1137 * dcache.c: Update copyrights and descriptions.
1138 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1139
1140 2003-09-14 Andrew Cagney <cagney@redhat.com>
1141
1142 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1143 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1144
1145 2003-09-14 Andrew Cagney <cagney@redhat.com>
1146
1147 * alpha-nat.c: Remove some occurances of "register".
1148 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1149 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1150 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1151 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1152 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1153 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1154 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1155 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1156 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1157 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1158 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1159 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1160 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1161 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1162 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1163 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1164 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1165 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1166 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1167 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1168 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1169 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1170
1171 2003-09-13 Andrew Cagney <cagney@redhat.com>
1172
1173 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1174 * ppc-tdep.h (struct regcache): Declare opaque.
1175 * objfiles.h (struct objfile_data): Declare opaque.
1176 * cp-support.h (struct objfile): Declare opaque.
1177 * linux-nat.h (target_waitstatus): Declare opaque.
1178
1179 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1180
1181 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1182 (stabs_argument_has_addr): New architecture method.
1183 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1184 * arch-utils.c: Include "buildsym.h".
1185 (default_stabs_argument_has_addr): New function.
1186 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1187 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1188
1189 * cris-tdep.c (cris_gdbarch_init): Set
1190 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1191 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1192 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1193 * mips-tdep.c (mips_gdbarch_init): Likewise.
1194 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1195 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1196
1197 2003-09-13 Andrew Cagney <cagney@redhat.com>
1198
1199 * values.c (using_struct_return): Delete "function" and "funcaddr"
1200 parameters.
1201 * value.h (using_struct_return): Update declaration.
1202 * infcmd.c (finish_command_continuation): Update.
1203 (finish_command): Update.
1204 * infcall.c (call_function_by_hand): Update.
1205 * eval.c (evaluate_subexp_standard): Update.
1206
1207 2003-09-13 Christopher Faylor <cgf@redhat.com>
1208
1209 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1210 SSE registers since gdb will not operate correctly without this.
1211 Restore include file ordering munged in previous change.
1212 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1213
1214 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1215
1216 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1217 REG_STRUCT_HAS_ADDR.
1218 * gdbarch.c, gdbarch.h: Updated.
1219 * infcall.c (call_function_by_hand): Update.
1220 * stabsread.c (define_symbol): Updated.
1221
1222 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1223
1224 2003-09-12 Christopher Faylor <cgf@redhat.com>
1225
1226 * win32-nat.c: Reorganize so that defines used by target headers are
1227 actually defined by the system headers.
1228 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1229 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1230
1231 2003-09-12 Jim Blandy <jimb@redhat.com>
1232
1233 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1234 the file has no .data, .bss, or .rodata sections. Instead wait
1235 until we see a variable alleged to live in one of those sections.
1236
1237 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1238 .bss section, presume that any variables we find live in the
1239 .rodata section.
1240
1241 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1242 offsets for global and static variables.
1243
1244 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1245 symbol types are, by definition, in the .data section, so it is
1246 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1247 If there is no .data section, there should be no N_DATA or N_DATA
1248 | N_EXT symbols.
1249
1250 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1251
1252 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1253 (amd64fbsd_sigcontext_addr): Rewrite.
1254 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1255 with correct values.
1256 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1257 (amd64fbsd_init_abi): Fix typo.
1258
1259 2003-09-12 Andrew Cagney <cagney@redhat.com>
1260
1261 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1262 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1263
1264 2003-09-12 Andrew Cagney <cagney@redhat.com>
1265
1266 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1267 "entry_file_highpc". Update comments.
1268 * defs.h (deprecated_inside_entry_file): Rename
1269 "inside_entry_file".
1270 * blockframe.c (deprecated_inside_entry_file): Rename
1271 "inside_entry_file".
1272 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1273 * vax-tdep.c (vax_frame_chain): Update.
1274 * sh64-tdep.c (sh64_frame_chain): Update.
1275 * sh-tdep.c (sh_frame_chain): Update.
1276 * rs6000-tdep.c (rs6000_frame_chain): Update.
1277 * ns32k-tdep.c (ns32k_frame_chain): Update.
1278 * mips-tdep.c (mips_frame_chain): Update.
1279 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1280 * m32r-tdep.c (m32r_frame_this_id): Update.
1281 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1282 * frv-tdep.c (frv_frame_this_id): Update.
1283 * d10v-tdep.c (d10v_frame_this_id): Update.
1284 * cris-tdep.c (cris_frame_chain): Update.
1285 * blockframe.c (legacy_frame_chain_valid): Update.
1286 * avr-tdep.c (avr_frame_this_id): Update.
1287 * arm-tdep.c (arm_prologue_this_id): Update.
1288 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1289 * objfiles.c (objfile_relocate): Update.
1290 * mipsread.c (mipscoff_symfile_read): Update.
1291 (mipscoff_symfile_read): Update.
1292 * mdebugread.c (parse_partial_symbols): Update.
1293 * dwarfread.c (read_file_scope): Update.
1294 * dwarf2read.c (read_file_scope): Update.
1295 * dbxread.c (read_dbx_symtab): Update.
1296 (read_dbx_symtab): Update.
1297 * coffread.c (complete_symtab): Update.
1298
1299 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1300
1301 * top.c (quit_target): New static helper function.
1302 (quit_force): Moved code to quit_target(). Call quit_target()
1303 via catch_errors() to catch errors during quit.
1304
1305 2003-09-11 David Carlton <carlton@kealia.com>
1306
1307 * buildsym.c (finish_block): Use allocate_block to allocate the
1308 block.
1309 * mdebugread.c (new_block): Add FIXME.
1310
1311 2003-09-11 David Carlton <carlton@kealia.com>
1312
1313 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1314 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1315 (recursive_dump_type): Ditto.
1316 * printcmd.c (print_formatted): Ditto.
1317 * typeprint.c (print_type_scalar): Ditto.
1318 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1319 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1320 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1321 maint_cplus_cmd_list.
1322 * cp-support.c: Make maint_cplus_cmd_list extern.
1323 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1324 command.h.
1325 (lookup_symbol_file): Look in possible namespace blocks when
1326 appropriate.
1327 (initialize_namespace_symtab): New.
1328 (get_possible_namespace_block, free_namespace_block)
1329 (check_possible_namespace_symbols)
1330 (check_possible_namespace_symbols_loop)
1331 (check_one_possible_namespace_symbol)
1332 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1333 (_initialize_cp_namespace): Ditto.
1334 * block.h: Declare allocate_block.
1335 * block.c (allocate_block): New.
1336 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1337 allocate_block.
1338 * symfile.h: Update declaration of add_psymbol_to_list.
1339 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1340 question.
1341 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1342 scan_partial_symbols_call.
1343 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1344 helper functions.
1345 (add_partial_symbol): If necessary, scan mangled names for names
1346 of namespaces.
1347 (add_partial_namespace): Add NAMESPACE argument; generate partial
1348 symbols associated to namespaces.
1349 (add_partial_enumeration): Add NAMESPACE argument.
1350 (new_symbol): Allow namespace syms.
1351 (read_namespace): Generate namespace syms.
1352 * objfiles.h: Add opaque declaration of struct symtab.
1353 (struct objfile): Add cp_namespace_symtab member.
1354 * objfiles.c (allocate_objfile): Set
1355 objfile->cp_namespace_symtab.
1356 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1357 dictionary_h, command_h.
1358
1359 2003-09-11 Andrew Cagney <cagney@redhat.com>
1360
1361 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1362 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1363 near the function's end.
1364 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1365 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1366 regcache_raw_write_signed to set SP_REGNUM.
1367
1368 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1369
1370 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1371 orig_addrs is set up properly.
1372
1373 2003-09-11 Andrew Cagney <cagney@redhat.com>
1374
1375 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1376 * gdbarch.h, gdbarch.c: Re-generate.
1377 * infcall.c (call_function_by_hand): Update.
1378 * hppa-tdep.c (hppa_push_arguments): Update.
1379 * ada-lang.c (place_on_stack): Update.
1380 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1381 * sparc-tdep.c (sparc_gdbarch_init): Update.
1382 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1383 * hppa-tdep.c (hppa_gdbarch_init): Update.
1384 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1385 stack_align.
1386
1387 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1388
1389 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1390 register do need a frame.
1391
1392 2003-09-11 Andrew Cagney <cagney@redhat.com>
1393
1394 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1395 buildable since GDB 5.0.
1396 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1397 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1398 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1399 * irix4-nat.c: Delete file.
1400 * config/mips/irix4.mh: Delete file.
1401 * config/mips/irix3.mh: Delete file.
1402 * config/mips/irix3.mt: Delete file.
1403 * config/mips/tm-irix3.h: Delete file.
1404 * config/mips/nm-irix3.h: Delete file.
1405 * config/mips/xm-irix3.h: Delete file.
1406 * config/mips/nm-irix4.h: Delete file.
1407 * config/mips/xm-irix4.h: Delete file.
1408 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1409
1410 2003-09-10 J. Brobecker <brobecker@gnat.com>
1411
1412 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1413 * Makefile.in (hppa-tdep.o): Update dependencies.
1414
1415 2003-09-10 James E Wilson <wilson@specifixinc.com>
1416
1417 * MAINTAINERS: Change my e-mail address. Move to paper trail
1418 section.
1419
1420 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1421
1422 * MAINTAINERS (frv): New ISA entry.
1423
1424 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1425
1426 * frv-tdep.c (dis-asm.h): Include.
1427 * Makefile.in (frv-tdep.o): Update dependencies.
1428
1429 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1430
1431 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1432 Fix typo for high range of floating registers.
1433
1434 2003-09-09 David Carlton <carlton@kealia.com>
1435
1436 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1437 highpc initialization here out of scan_partial_symbols.
1438 (scan_partial_symbols): Restructure into a recursive version,
1439 calling add_partial_namespace and add_partial_enumeration when
1440 appropriate.
1441 (add_partial_namespace): New.
1442 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1443
1444 2003-09-09 Andrew Cagney <cagney@redhat.com>
1445
1446 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1447 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1448 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1449 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1450
1451 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1452 (rs6000_push_dummy_call): Set the "TOC" register.
1453
1454 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1455 methods "max_register_raw_size", "max_register_virtual_size" or
1456 "register_virtual_size".
1457
1458 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1459
1460 * MAINTAINERS: Update my e-mail address.
1461
1462 2003-09-09 Andrew Cagney <cagney@redhat.com>
1463
1464 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1465 (rs6000_push_dummy_call): Store the struct return address.
1466 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1467
1468 2003-09-09 Andrew Cagney <cagney@redhat.com>
1469
1470 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1471 "ppc_sysv_abi_push_arguments".
1472 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1473 "ppc_sysv_abi_push_arguments".
1474 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1475 instead of "push_arguments".
1476 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1477
1478 2003-09-09 Andrew Cagney <cagney@redhat.com>
1479
1480 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1481 instead of CALL_DUMMY_ADDRESS.
1482
1483 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1484
1485 * p-lang.c: Eliminate "register".
1486 * c-lang.c: Ditto.
1487 * expprint.c: Ditto.
1488 * f-lang.c: Ditto.
1489 * jv-lang.c: Ditto.
1490 * language.c: Ditto.
1491 * m2-lang.c: Ditto.
1492 * parse.c: Ditto.
1493 * scm-lang.c: Ditto.
1494 * objc-lang.c: Ditto.
1495
1496 2003-09-09 Nick Clifton <nickc@redhat.com>
1497
1498 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1499
1500 2003-09-04 Andrew Cagney <cagney@redhat.com>
1501
1502 * avr-tdep.c: Include "dis-asm.h".
1503 * cris-tdep.c: Include "dis-asm.h".
1504 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1505 instead of corresponding typedef.
1506 * h8300-tdep.c: Include "dis-asm.h".
1507 * ia64-tdep.c: Include "dis-asm.h".
1508 * i386-tdep.c: Include "dis-asm.h".
1509 (i386_print_insn): Use "struct disassemble_info" instead of
1510 corresponding typedef.
1511 * m68k-tdep.c: Include "dis-asm.h".
1512 * mcore-tdep.c: Include "dis-asm.h".
1513 * mips-tdep.c: Include "dis-asm.h".
1514 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1515 instead of corresponding typedef.
1516 * ns32k-tdep.c: Include "dis-asm.h".
1517 * s390-tdep.c: Include "dis-asm.h".
1518 * sparc-tdep.c: Include "dis-asm.h".
1519 * vax-tdep.c: Include "dis-asm.h".
1520 * v850-tdep.c: Include "dis-asm.h".
1521 * mn10300-tdep.c: Include "dis-asm.h".
1522 * rs6000-tdep.c: Include "dis-asm.h".
1523 * xstormy16-tdep.c: Include "dis-asm.h".
1524 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1525 print_insn_xstormy16.
1526 * Makefile.in (v850-tdep.o): Update dependencies.
1527 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1528 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1529 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1530 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1531 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1532 (gdbarch_h): Remove $(dis_asm_h).
1533 * disasm.c: Include "dis-asm.h".
1534 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1535 corresponding typedef.
1536 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1537 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1538 * gdbarch.sh: Do not include "dis-asm.h".
1539 (struct disassemble_info): Declare opaque.
1540 (TARGET_PRINT_INSN): Update declaration.
1541 * gdbarch.h, gdbarch.c: Re-generate.
1542
1543 2003-09-08 Andrew Cagney <cagney@redhat.com>
1544
1545 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1546 CALL_DUMMY_ADDRESS, change to a predicate.
1547 * gdbarch.h, gdbarch.c: Re-generate.
1548 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1549 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1550 * infcall.c (call_function_by_hand): Ditto.
1551 * sparc-tdep.c (sparc_push_return_address): Ditto.
1552 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1553 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1554 CALL_DUMMY_ADDRESS with entry_point_address.
1555 * v850-tdep.c (v850_push_return_address): Ditto.
1556 * s390-tdep.c (s390_push_return_address): Ditto.
1557 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1558 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1559 * mcore-tdep.c (mcore_push_return_address): Ditto.
1560 * cris-tdep.c (cris_push_return_address): Ditto.
1561 * arm-tdep.c (arm_push_return_address): Ditto.
1562
1563 2003-09-08 Andrew Cagney <cagney@redhat.com>
1564
1565 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1566 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1567 and REG_UNMODIFIED to REG_SAME_VALUE.
1568 (execute_cfa_program): Update.
1569 (dwarf2_frame_cache): Update. Initialize table to
1570 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1571 location.
1572 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1573
1574 2003-09-08 Andrew Cagney <cagney@redhat.com>
1575
1576 * gnu-nat.c: Remove "inline" function attribute.
1577 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1578
1579 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1580
1581 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1582 target.
1583
1584 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1585
1586 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1587 (frame_extra_info): Rename this struct to frv_unwind_cache.
1588 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1589 Add fields ``prev_sp'' and ``base''.
1590 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1591 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1592 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1593 Delete.
1594 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1595 Revise all callers. Fill in the unwind cache argument and make
1596 other adjustments to account for new frame mechanisms.
1597 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1598 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1599 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1600 (frv_frame_unwind, frv_frame_base): New structs.
1601 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1602 additional arguments expected by this method and adjust function
1603 body accordingly.
1604 (frv_gdbarch_init): Remove calls to the following functions:
1605 set_gdbarch_deprecated_init_frame_pc(),
1606 set_gdbarch_deprecated_saved_pc_after_call(),
1607 set_gdbarch_deprecated_frame_chain(),
1608 set_gdbarch_deprecated_frame_saved_pc(),
1609 set_gdbarch_deprecated_frame_init_saved_regs(),
1610 set_gdbarch_deprecated_push_arguments(),
1611 set_gdbarch_deprecated_push_return_address(),
1612 set_gdbarch_deprecated_pop_frame(),
1613 set_gdbarch_deprecated_call_dummy_words(),
1614 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1615 set_gdbarch_deprecated_init_extra_frame_info(),
1616 set_gdbarch_deprecated_dummy_write_sp(), and
1617 set_gdbarch_deprecated_pc_in_call_dummy().
1618 Add calls to the following functions:
1619 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1620 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1621 frame_base_set_default().
1622 * Makefile.in (frv-tdep.o): Update dependencies.
1623
1624 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1625
1626 * dwarf2-frame.c (read_encoded_value): Add support for
1627 DW_EH_PE_aligned encoding.
1628
1629 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1630
1631 * infrun.c (normal_stop): Don't print a message if the inferior
1632 has exited.
1633
1634 2003-09-08 Jim Blandy <jimb@redhat.com>
1635
1636 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1637 * dbxread.c: #include "gdb_assert.h".
1638 (read_dbx_symtab): If the objfile has no .data section, use the
1639 section index for the .bss section instead.
1640
1641 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1642
1643 * frame.c (deprecated_safe_get_selected_frame): New function.
1644 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1645 * findvar.c (read_var_value): Call it.
1646
1647 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1648
1649 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1650 (sh64-tdep.o): Add dependencies.
1651 * configure.tgt: Add FIXME to sh-*-linux*.
1652 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1653 (sh_gdbarch_init): Always set correct sh_show_regs function
1654 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1655 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1656 * sh64-tdep.c: New file, containing all sh64 related code from
1657 sh-tdep.c.
1658 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1659 * config/sh/linux.mt (TDEPFILES): Ditto.
1660 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1661 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1662 * config/sh/wince.mt (TDEPFILES): Ditto.
1663
1664 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1665
1666 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1667 (stop_wait_callback): Handle !lp->signalled also.
1668 (lin_lwp_has_pending, flush_callback): New functions.
1669 (lin_lwp_wait): Call flush_callback.
1670 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1671 (linux_proc_pending_signals): New function.
1672 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1673
1674 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1675
1676 From Nick Kelsey <nickk@ubicom.com>:
1677 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1678 when the stop PC is at the beginning of a function also.
1679
1680 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1681
1682 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1683 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1684
1685 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1686
1687 * sol-thread.c: Include "gdb_string.h".
1688
1689 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1690
1691 * gcore.c: Reorder include files in alphabetical order. Include
1692 "gdb_assert.h". Various coding style fixes.
1693 (derive_stack_segment, derive_heap_segment): Replace check for
1694 non-null BOTTOM and TOP with gdb_assert.
1695 (derive_heap_segment): Replace check for successful creation of
1696 ZERO with gdb_assert.
1697 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1698
1699 2003-09-04 Andrew Cagney <cagney@redhat.com>
1700
1701 * thread-db.c (verbose_dlsym): New function.
1702 (thread_db_load): Use verbose_dlsym
1703 (thread_db_new_objfile): Print that libthread_db was loaded, and
1704 that thread debugging was enabled.
1705
1706 2003-09-04 Andrew Cagney <cagney@redhat.com>
1707
1708 * configure.tgt: Add "mips64*-*-*" target. Delete
1709 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1710 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1711 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1712 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1713 mips*-sony-*, and mips64*-*-elf* targets.
1714 * config/mips/embedl.mt: Delete file.
1715 * config/mips/embedl64.mt: Delete file.
1716 * config/mips/mips.mt: Delete file.
1717 * config/mips/mips64.mt: Delete file.
1718 * config/mips/tm-embed.h: Delete file.
1719 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1720 * config/mips/embed64.mt: Delete out-of-date comment.
1721
1722 2003-09-04 Andrew Cagney <cagney@redhat.com>
1723
1724 * hppa-tdep.c (hppa_gdbarch_init): Set
1725 "have_nonsteppable_watchpoint".
1726 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1727 * mips-tdep.c (mips_dump_tdep): Do not print
1728 HAVE_NONSTEPPABLE_WATCHPOINT.
1729 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1730 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1731 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1732 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1733
1734 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1735
1736 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1737 unused code. Add comment.
1738
1739 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1740
1741 * breakpoint.c (watchpoint_check): Check for pc being in an
1742 epilogue if watchpoint frame couldn't be found.
1743
1744 2003-09-04 Andrew Cagney <cagney@redhat.com>
1745
1746 * Makefile.in: Re-generate all dependencies.
1747
1748 2003-09-03 Andrew Cagney <cagney@redhat.com>
1749
1750 * arch-utils.h (legacy_print_insn): Delete declaration.
1751 * arch-utils.c (legacy_print_insn): Delete function.
1752 * disasm.c (deprecated_tm_print_insn_info): Delete.
1753 (_initialize_disasm): Delete function, contained code initializing
1754 deprecated_tm_print_insn_info.
1755 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1756 (deprecated_tm_print_insn_info): Delete.
1757 (TARGET_PRINT_INSN): Do not provide a default.
1758 * gdbarch.h, gdbarch.c: Re-generate.
1759
1760 2003-09-03 Andrew Cagney <cagney@redhat.com>
1761
1762 * disasm.c (fprintf_disasm): New function.
1763 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1764 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1765 reverts 2003-08-14 change.
1766 (_initialize_disasm): Call "init_disassemble_info", instead of
1767 INIT_DISASSEMBLE_INFO_NO_ARCH.
1768
1769 2003-09-03 Michael Snyder <msnyder@redhat.com>
1770
1771 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1772
1773 2003-09-03 Andrew Cagney <cagney@redhat.com>
1774
1775 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1776 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1777 * symfile.c (syms_from_objfile): Update.
1778 (reread_symbols): `Update
1779 * exec.c (exec_file_attach): Update.
1780 (exec_file_attach): Update.
1781 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1782 2003-08-29 change.
1783 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1784
1785 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1786
1787 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1788 trad-frame.h.
1789 (arm_get_cache): Delete macro.
1790 (struct arm_prologue_cache): Update comments. Make saved_regs into
1791 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1792 to prev_sp.
1793 (thumb_scan_prologue): Update for cache changes. Don't call
1794 DEPRECATED_PC_IN_CALL_DUMMY.
1795 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1796 argument and use it in desperation search for our prologue. Do not
1797 search past the specified PC.
1798 (arm_make_prologue_cache): Simplify.
1799
1800 (arm_prologue_this_id, arm_prologue_prev_register)
1801 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1802 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1803 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1804 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1805 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1806
1807 (arm_frame_chain_valid, arm_find_callers_reg)
1808 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1809 (arm_pop_frame): Delete obsolete methods.
1810 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1811
1812 (arm_gdbarch_init): Update for new frame methods. Register prologue
1813 and sigtramp unwinders. Set the default frame base method.
1814
1815 * Makefile.in (arm-tdep.o): Update dependencies.
1816 * varobj.c (find_frame_addr_in_frame_chain): Call
1817 get_frame_base_address.
1818 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1819
1820 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1821
1822 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1823 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1824 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1825 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1826 Take NEXT_FRAME and CACHE arguments. Call
1827 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1828 Set unwound_pc in CACHE instead of modifying the frame argument.
1829 Don't bother checking the frame type when looking for sigtramp
1830 frames.
1831 (arm_make_prologue_cache, arm_frame_chain)
1832 (arm_init_extra_frame_info): New functions.
1833
1834 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1835
1836 * arm-tdep.c (arm_get_cache): Define.
1837 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1838 unwound_sp, unwound_pc, and saved_regs.
1839 (thumb_scan_prologue): Take a cache instead of the frame.
1840 (arm_scan_prologue): Likewise.
1841 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1842 instead of a temporary frame.
1843 (arm_init_extra_frame_info): Allocate and use a cache.
1844 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1845
1846 2003-09-03 Andrew Cagney <cagney@redhat.com>
1847
1848 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1849 * config/mips/wince.mt (TM_CLIBS): Ditto.
1850 * config/sh/wince.mt (TM_CLIBS): Ditto.
1851 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1852 * config/sparc/sp64.mt (CC): Delete.
1853
1854 2003-09-03 Andrew Cagney <cagney@redhat.com>
1855
1856 * defs.h: Do not include "arch-utils.h".
1857 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1858 GDB_MULTI_ARCH_PURE.
1859 * configure.in (GDB_MULTI_ARCH): Do not define.
1860 * configure, config.in: Regenerate.
1861 * configure.tgt: Do not set variable "gdb_multi_arch".
1862 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1863 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1864 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1865 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1866 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1867 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1868 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1869 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1870 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1871 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1872 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1873 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1874 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1875 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1876 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1877 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1878 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1879 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1880
1881 2003-08-30 Michael Chastain <mec@shout.net>
1882
1883 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1884 * config/m68k/nm-hp300hpux.h: Delete.
1885 * config/m68k/tm-hp300hpux.h: Delete.
1886 * config/m68k/xm-hp300hpux.h: Delete.
1887 * config/m68k/xm-hp300bsd.h: Delete.
1888 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1889 tm-hp300hpux.h, xm-hp300hpux.h.
1890 * somsolib.c: Remove comment about hp300 shared libraries.
1891
1892 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1893
1894 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1895 Only define PTRACE_GET_THREAD_AREA is not already defined.
1896 Various style fixes in code and comments and some additional
1897 spelling fixes in comments. Move after functions dealing with
1898 debug registers.
1899 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1900 Fix coding-style.
1901
1902 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1903 frame_unwind_register_unsigned instead of
1904 frame_unwind_unsigned_register.
1905
1906 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1907
1908 * configure.in: Search for gethostbyname in libnsl.
1909 * configure: Regenerated.
1910
1911 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1912
1913 * configure.in: Remove redundant AC_MSG_RESULT in check for
1914 uintptr_t in stdint.h.
1915 * configure: Regenerated.
1916
1917 * amd64-nat.h (struct regcache): Add opaque declaration.
1918
1919 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1920 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1921 Change "register array" to "register cache" in comments.
1922 (x86_64_linux_gregset64_reg_offset): New variable.
1923 (GETREGS_SUPPLIES): Remove macro.
1924 (supply_gregset): Call amd64_supply_native_gregset instead of
1925 x86_64_linux_supply_gregset.
1926 (fill_gregset): Rename `regno' to `regnum'. Call
1927 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1928 (store_regs): Rename `regno' to `regnum'.
1929 (store_fpregs): Rename `regno' to `regnum'.
1930 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1931 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1932 Reorganize function a bit.
1933 (store_inferior_registers): Rename `regno' to `regnum'. Use
1934 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1935 Reorganize function a bit.
1936 (_initialize_x86_64_linux_nat): New function.
1937 * config/i386/x86-64linux.mh.
1938
1939 2003-08-29 Andrew Cagney <cagney@redhat.com>
1940
1941 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1942 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1943 (target_remove_watchpoint): Delete macro.
1944 (target_insert_watchpoint): Delete macro.
1945 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1946 (remote_mips_stopped_by_watchpoint): Delete declaration.
1947 (remote_mips_remove_watchpoint): Delete declaration.
1948 (remote_mips_set_watchpoint): Delete declaration.
1949 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1950 * remote-mips.c (_initialize_remote_mips): Set
1951 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1952 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1953 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1954 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1955 (mips_stopped_by_watchpoint): Rename
1956 remote_mips_stopped_by_watchpoint.
1957 (mips_can_hardware_watchpoint): Rename
1958 remote_mips_can_use_hardware_watchpoint, update function
1959 signature.
1960
1961 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1962
1963 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1964 USER_DS. We haven't given them a register number yet.
1965
1966 * amd64-nat.h: New file.
1967 * amd64-nat.c: New file.
1968 * amd64fbsd-nat.c: Include "amd64-nat.h".
1969 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1970 (amd64fbsd32_r_reg_offset): New variable.
1971 (supply_gregset): Simply call amd64_supply_native_gregset.
1972 (fill_gregset): Rename `regno' to `regnum'. Simply call
1973 amd64_collect_native_gregset.
1974 (fill_fpregset): Rename `regno' to `regnum'.
1975 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1976 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1977 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1978 `fpregset_t'. Call amd64_supply_native_gregset instead of
1979 supply_gregset. Call x86_64_supply_fxsave instead of
1980 supply_fpregset.
1981 (store_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_collect_native_gregset instead of
1985 fill_gregset. Call x86_64_collect_fxsave instead of
1986 fill_fpregset.
1987 (_initialize_am64fbsd_nat): Initialize
1988 amd64_native_gregset32_reg_offset and
1989 amd64_native_gregset64_reg_offset.
1990 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1991
1992 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1993 null pointer. Fix typo in comment.
1994
1995 * regcache.c (supply_register): Reimplement to call
1996 regcache_raw_supply.
1997 (regcache_collect): Reimplement by calling regcache_raw_collect.
1998
1999 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2000
2001 * regcache.c (register_buffer): Consitify first argument.
2002 (regcache_raw_supply, regcache_raw_collect): New
2003 functions.
2004
2005 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2006
2007 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2008 by Nathan J. Williams.
2009
2010 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2011
2012 * lin-lwp.c (wait_lwp): New function, copied from
2013 stop_wait_callback. Clean up.
2014 (stop_wait_callback): Use wait_lwp.
2015
2016 2003-08-28 Andrew Cagney <cagney@redhat.com>
2017
2018 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2019 flavour and disassembler options.
2020 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2021 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2022 deprecated_tm_print_insn_info.
2023
2024 2003-08-27 Andrew Cagney <cagney@redhat.com>
2025
2026 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2027 Use target_read_memory.
2028 (s390_get_frame_info): Update. Do not reference
2029 deprecated_tm_print_insn_info.
2030 (s390_check_function_end, s390_is_sigreturn): Ditto.
2031
2032 2003-08-27 Andrew Cagney <cagney@redhat.com>
2033
2034 * Makefile.in (cris-tdep.o): Update dependencies.
2035 * cris-tdep.c: Include "gdb_assert.h".
2036 (cris_gdbarch_init): Set print_insn.
2037 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2038 (cris_delayed_get_disassembler): Simplify, directly call the
2039 disassembler returned by cris_get_disassembler.
2040 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2041 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2042 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2043 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2044 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2045 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2046 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2047 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2048 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2049 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2050 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2051 (gdb_print_insn_sparc): Delete function.
2052 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2053 deprecated_tm_print_insn_info.
2054 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2055 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2056 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2057 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2058 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2059 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2060 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2061 (s390_gdbarch_init): Set print_insn.
2062
2063 2003-08-27 Andrew Cagney <cagney@redhat.com>
2064
2065 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2066 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2067 * infcall.c (call_function_by_hand): Convert the entry point
2068 address into a code address.
2069
2070 2003-08-27 Andrew Cagney <cagney@redhat.com>
2071
2072 * dsrec.c: Include "gdb_string.h".
2073 * Makefile.in (dsrec.o): Update dependencies.
2074
2075 2003-08-27 Michael Chastain <mec@shout.net>
2076
2077 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2078
2079 2003-08-27 Andrew Cagney <cagney@redhat.com>
2080
2081 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2082 (alpha_osf1_init_abi): Do not set call_dummy_address.
2083
2084 2003-08-27 David Carlton <carlton@kealia.com>
2085
2086 From Randolph Chung <tausq@debian.org>:
2087 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2088 compiles with -Wformat-nonliteral -Werror.
2089
2090 2003-08-26 Jim Blandy <jimb@redhat.com>
2091
2092 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2093 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2094 bfd_lookup_symbol, since we only want symbols in code sections.
2095 (look_for_base): Pass zero as the SECT_FLAGS argument to
2096 bfd_lookup_symbol, since we're not concerned about which section
2097 the symbol is in.
2098
2099 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2100
2101 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2102 we are frameless or the return address register is already known.
2103
2104 2003-08-26 Andrew Cagney <cagney@redhat.com>
2105
2106 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2107 in size. Add comments.
2108
2109 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2110
2111 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2112 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2113
2114 2003-08-26 Jason Merrill <jason@redhat.com>
2115
2116 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2117 case out of #ifdef MIPS block.
2118
2119 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2120
2121 PR java/1322
2122 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2123 available before calling SECT_OFF_TEXT.
2124 * PROBLEMS: Remove description of java/1322.
2125
2126 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2127
2128 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2129 bof, and nat0-nat127 as pseudo-registers.
2130 (ia64_frame_cache): New struct used to cache frame info.
2131 (ia64_register_reggroup_p): New routine used to override default
2132 register grouping so registers without names are still saved and
2133 restored.
2134 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2135 pseudo values.
2136 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2137 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2138 (ia64_alloc_frame_cache): New routine to create a new
2139 ia64_frame_cache.
2140 (examine_prologue): Change prototype to add next_frame pointer.
2141 Assume frameless until otherwise proven. Verify that the cfm for
2142 current frame matches the cfm that should occur for the prologues
2143 alloc insn and if equal, mark as not frameless. At end of routine,
2144 if not frameless, calculate registers for the previous frame and store
2145 in the cache, if a cache is provided.
2146 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2147 and pass 0 for next_frame.
2148 (ia64_store_return_value): Change to use convert_typed_floating()
2149 instead of calling ia64_convert_to_raw().
2150 (ia64_extract_return_value): Change to use convert_typed_floating()
2151 instead of calling ia64_convert_to_virtual().
2152 (ia64_frame_cache): New routine to support new frame model.
2153 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2154 (ia64_frame_sniffer): Ditto.
2155 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2156 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2157 (ia64_sigtramp_frame_prev_register): Ditto.
2158 (ia64_sigtramp_frame_sniffer): Ditto.
2159 (ia64_frame_base_address): Ditto.
2160 (ia64_extract_struct_value_address): Change to issue error message.
2161 (ia64_frame_align): New routine to align sp.
2162 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2163 (ia64_push_arguments): Removed. Logic moved to
2164 ia64_push_dummy_call().
2165 (ia64_push_return_address): Ditto.
2166 (ia64_unwind_dummy_id): New function.
2167 (ia64_unwind_pc): Ditto.
2168 (ia64_convert_register_p): Ditto.
2169 (ia64_register_to_value): Ditto.
2170 (ia64_value_to_register): Ditto.
2171 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2172 (ia64_register_byte, ia64_register_raw_size): Ditto.
2173 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2174 (ia64_saved_pc_after_call): Ditto.
2175 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2176 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2177 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2178 (ia64_register_convert_to_raw): Ditto.
2179 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2180 (ia64_init_extra_frame_info): Ditto.
2181 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2182 (ia64_gdbarch_init): Remove registering of deprecated functions that
2183 are no longer used. Add registration of new gdbarch functions.
2184 Remove registering deprecated_write_sp. Replace
2185 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2186 Delete set_gdbarch_deprecated_register_convertible(),
2187 set_gdbarch_deprecated_register_convert_to_virtual(), and
2188 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2189 set_gdbarch_deprecated_register_size(),
2190 set_gdbarch_deprecated_register_bytes(),
2191 set_gdbarch_pcregnum(),
2192 set_gdbarch_deprecated_register_byte(),
2193 set_gdbarch_deprecated_register_raw_size(),
2194 set_gdbarch_deprecated_max_register_raw_size(),
2195 set_gdbarch_deprecated_register_virtual_size(),
2196 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2197 Replace set_gdbarch_deprecated_extract_return_value() with
2198 set_gdbarch_extract_return_value(). Remove calls to:
2199 set_gdbarch_deprecated_saved_pc_after_call();
2200 set_gdbarch_deprecated_frame_chain(),
2201 set_gdbarch_deprecated_frame_saved_pc(),
2202 set_gdbarch_deprecated_frame_init_saved_regs(),
2203 set_gdbarch_deprecated_get_saved_register(),
2204 set_gdbarch_deprecated_call_dummy_words(),
2205 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2206 set_gdbarch_deprecated_init_extra_frame_info(),
2207 set_gdbarch_deprecated_frame_args_address(),
2208 set_gdbarch_deprecated_frame_locals_address(),
2209 and set_gdbarch_deprecated_dummy_write_sp().
2210 Add set_gdbarch_convert_register_p(),
2211 set_gdbarch_register_to_value(),
2212 set_gdbarch_value_to_register(),
2213 set_gdbarch_push_dummy_call(),
2214 set_gdbarch_frame_align(),
2215 set_gdbarch_unwind_dummy_id(),
2216 set_gdbarch_unwind_pc(),
2217 frame_unwind_append_sniffer(),
2218 frame_unwind_append_sniffer(),
2219 and frame_base_set_default().
2220
2221 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2222
2223 * configure.tgt: Document need for special "mipsisa64" handling.
2224 (mipsisa64*-*-linux64): Handle as target linux64.
2225 (mipsisa64*-*-*): Handle as target embed64.
2226
2227 2003-08-18 Michael Chastain <mec@shout.net>
2228
2229 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2230 objfile bug.
2231
2232 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2233
2234 * i387-tdep.h: Update copyright date.
2235 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2236
2237 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2238 CFLAGS games to reflect reality.
2239
2240 2003-08-24 Andrew Cagney <cagney@redhat.com>
2241
2242 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2243 GDB_MULTI_ARCH is always non-zero.
2244 * osabi.c (_initialize_gdb_osabi): Ditto.
2245 (gdbarch_init_osabi): Ditto.
2246 * sparc-tdep.c: Ditto for #if code.
2247
2248 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2249
2250 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2251 Update comments.
2252 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2253 comments.
2254 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2255 x86_64_supply_fxsave.
2256 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2257 x86_64_supply_fxsave.
2258 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2259 x86_64_supply_fxsave.
2260
2261 2003-08-23 Andreas Jaeger <aj@suse.de>
2262
2263 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2264 i387_supply_fxsave.
2265
2266 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2267
2268 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2269 i387_supply_register.
2270 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2271 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2272 i387_supply_fsave.
2273 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2274 i387_supply_fxsave.
2275 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2276 i387_supply_fsave.
2277 * i386bsd-nat.c (supply_fpregset): Adjust call to
2278 i387_supply_fsave.
2279 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2280 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2281 supply_fpregset.
2282 (store_inferior_registers): Remove extraneous whitespace. Call
2283 i387_fill_fsave instead of fill_fpregset.
2284 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2285 (supply_fpregset): Likewise.
2286 * i386v4-nat.c (supply_fpregset): Adjust call to
2287 i387_supply_fsave.
2288 * i386-interix-nat.c (supply_fpregset): Adjust call to
2289 i387_supply_fsave.
2290 * i386-linux-nat.c (supply_fpregset): Adjust call to
2291 i387_supply_fsave.
2292 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2293 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2294 i387supply_fsave and i387_supply_fxsave.
2295 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2296 Incorporate code from `i387_supply_register.
2297 (i387_supply_register): Remove.
2298 (i387_supply_fxsave): Add `regnum' argument.
2299 Update comments.
2300 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2301 prototype.
2302 (i387_supply_register): remove prototype.
2303 Update comments.
2304
2305 2003-08-22 Michael Chastain <mec@shout.net>
2306
2307 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2308 Add lines for files in gdb/testsuite/gdb.cp/* that are
2309 still not 8.3 unique.
2310
2311 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2312
2313 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2314 TYPE_VPTR_FIELDNO is valid.
2315
2316 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2317
2318 * utils.c (set_width_command): Remove prototypes.
2319 (set_screen_size): New prototype.
2320 (init_page_info): Simplify by fetching the screen size from
2321 Readline. Call set_screen_size.
2322 (set_screen_size): New function.
2323 (set_width): Add missing whitespace in comment.
2324 (set_width_command): Call set_screen_size.
2325 (set_height_command): New function.
2326 (initialize_utils): Fix formatting. Make "set height" command
2327 call set_height_command. Remove redundant code that turns off
2328 pagination if output isn't a terminal. Remove redundant call to
2329 set_width_command.
2330
2331 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2332
2333 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2334 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2335 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2336 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2337 `case' keyword.
2338 (sparc64_register_info): Give the reister with number
2339 SPARC64_STATE_REGNUM a name.
2340 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2341 %asi and %ccr.
2342 (sparc64_push_dummy_call): Take BIAS into account when checking
2343 stcak alignment.
2344 (sparc_software_single_step): Remove assertions that check whether
2345 NPC and NNPC were zero.
2346 (sparc_supply_rwindow): Make public. Merge functionality with
2347 sparc64_supply_rwindow.
2348 (sparc_fill_rwindow): Make public. Merge functionality with
2349 sparc64_fill_rwindow.
2350 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2351 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2352 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2353 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2354 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2355
2356 * reggroups.c: Add whitespace after declarations of local
2357 variables in functions.
2358
2359 2003-08-21 Michael Chastain <mec@shout.net>
2360
2361 * gdbtypes.h: Change array bound type from an int to enum.
2362
2363 2003-08-21 Andrew Cagney <cagney@redhat.com>
2364
2365 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2366 * config/sparc/tm-sparc.h: Ditto.
2367 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2368 unconditionally.
2369 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2370
2371 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2372
2373 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2374 (register_objfile_data, set_objfile_data, objfile_data): New
2375 prototypes.
2376 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2377 prototypes.
2378 (allocate_objfile): Call objfile_alloc_data.
2379 (free_objfile): Call objfile_free_data.
2380 (struct objfile_data): New.
2381 (struct objfile_data_registration): New.
2382 (struct objfile_data_registry): New.
2383 (objfile_data_registry): New variable.
2384 (register_objfile_data): New function.
2385 (objfile_alloc_data, objfile_free_data): New functions.
2386 (set_objfile_data, objfile_data): New functions.
2387 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2388 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2389 (_initialize_dwarf2_frame): New function and prototype.
2390
2391 2003-08-21 Andrew Cagney <cagney@redhat.com>
2392
2393 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2394 a specific architecture.
2395 * arch-utils.h (set_architecture_from_arch_mach): Delete
2396 declaration.
2397 (target_architecture_hook): Delete declaration.
2398 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2399 (default_float_format): Assume GDB_MULTI_ARCH.
2400 (default_double_format): Assume GDB_MULTI_ARCH.
2401 (set_endian_from_file): Delete function.
2402 (arch_ok): Delete function.
2403 (set_arch): Delete function.
2404 (set_architecture_from_arch_mach): Delete function.
2405 (set_architecture_from_file): Delete function.
2406 (set_architecture): Assume GDB_MULTI_ARCH.
2407 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2408
2409 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2410
2411 Rewrite FreeBSD/sparc64 native configuration.
2412 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2413 * sparc64fbsd-nat.c: New file.
2414 * sparc64fbsd-tdep.c: New file.
2415 * sparc64-tdep.c sparc64-tdep.h: New files.
2416 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2417 sparc64fbsd-tdep.o): New dependencies.
2418 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2419 and sparc64fbsd-tdep.c.
2420 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2421 * config/sparc/fbsd.mh: Remove copyright notice.
2422 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2423 sparcbsd-nat.o.
2424 * config/sparc/fbsd.mt: Remove copyright notice.
2425 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2426 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2427 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2428 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2429 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2430 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2431 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2432 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2433 "sparc/tm-sp64.h".
2434 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2435 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2436
2437 2003-08-21 Michael Chastain <mec@shout.net>
2438
2439 * symtab.h: Add doco on the space critical structures and
2440 some measurements of space usage.
2441
2442 2003-08-21 Michael Snyder <msnyder@redhat.com>
2443
2444 * tracepoint.c (trace_dump_command): Trace break address
2445 is subject to DECR_PC_AFTER_BREAK.
2446 (set_traceframe_context): Make "trace_line" an int.
2447 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2448
2449 2003-08-20 Michael Snyder <msnyder@redhat.com>
2450
2451 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2452 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2453 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2454 argument passing.
2455 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2456 functions, replace sh_push_dummy_call.
2457 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2458
2459 2003-08-20 Michael Chastain <mec@shout.net>
2460
2461 * gdbtypes.h (struct main_type): Rearrange to save space.
2462
2463 2003-08-20 Michael Snyder <msnyder@redhat.com>
2464
2465 * trad-frame.c: Comment typo fix.
2466
2467 2003-08-20 Michael Snyder <msnyder@redhat.com>
2468 Kevin Buettner <kevinb@redhat.com>
2469
2470 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2471 (frv_frame_init_saved_regs): Add declaration.
2472 (frame_extra_info): Add new field ``saved_regs''.
2473 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2474 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2475 Update frame related code.
2476 (frv_extract_struct_value_address): Adjust formatting.
2477 * Makefile.in (frv-tdep.o): Update dependencies.
2478 * config/frv/tm-frv.h (target_insert_watchpoint)
2479 (target_remove_watchpoint, target_insert_hw_breakpoint)
2480 (target_remove_hw_breakpoint): Delete these macros.
2481 (remote_insert_watchpoint, remote_remove_watchpoint)
2482 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2483 these declarations.
2484
2485 2003-08-20 Michael Chastain <mec@shout.net>
2486
2487 * defs.h (ENUM_BITFIELD): New macro.
2488 * symtab.h (ENUM_BITFIELD): Use it.
2489 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2490
2491 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2492
2493 * MAINTAINERS (write after approval): Add myself.
2494
2495 2003-08-18 Andrew Cagney <cagney@redhat.com>
2496
2497 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2498 * gdbarch.h, gdbarch.c: Re-generate.
2499 * infcall.c (call_function_by_hand): Adjust the SP by
2500 frame_red_zone_size before allocating any stack space.
2501 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2502 * x86-64-tdep.c (x86_64_frame_align): New function.
2503 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2504
2505 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2506 Remove code adjusting SP so that it skips over the Red Zone.
2507
2508 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2509
2510 * NEWS (New native configurations): Mention FreeBSD/amd64.
2511
2512 2003-08-18 Andrew Cagney <cagney@redhat.com>
2513
2514 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2515 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2516 "m68k_frame_p".
2517 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2518
2519 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2520
2521 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2522
2523 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2524
2525 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2526 Define.
2527 * i386-linux-nat.c: Include "linux-nat.h".
2528 (child_post_startup_inferior): New function.
2529
2530 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2531
2532 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2533 at the start of a frameless function. This probably fixes PR
2534 backtrace/1338.
2535
2536 2003-08-17 Michael Chastain <mec@shout.net>
2537
2538 * symfile.c (find_sym_fns): Remove special case for apollo target.
2539
2540 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2541
2542 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2543 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2544 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2545 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2546 (linux_supports_tracevforkdone): New function.
2547 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2548 TRACEVFORKDONE.
2549 (child_follow_fork): Handle vfork.
2550 (linux_handle_extended_wait): Likewise. Also handle exec.
2551 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2552 * NEWS: Mention fork tracing.
2553
2554 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2555
2556 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2557
2558 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2559
2560 * Makefile.in (i386-linux-nat.o): Update dependencies.
2561 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2562 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2563 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2564 * i386-linux-nat.c: Include "linux-nat.h".
2565 (child_post_startup_inferior): New function.
2566 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2567 * infptrace.c (kill_inferior): Wrap in #ifdef.
2568 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2569 attaching to each LWP.
2570 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2571 (init_lin_lwp_ops): Fill in some more operations.
2572 * linux-nat.h (linux_enable_event_reporting)
2573 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2574 prototypes.
2575 * linux-nat.c (linux_enable_event_reporting): New function.
2576 (child_post_attach, linux_child_post_startup_inferior)
2577 (child_post_startup_inferior, child_follow_fork)
2578 (linux_handle_extended_wait, kill_inferior): New functions.
2579
2580 2003-08-16 Andrew Cagney <cagney@redhat.com>
2581
2582 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2583 * gdbarch.h, gdbarch.c: Re-generate.
2584
2585 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2586
2587 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2588
2589 2003-08-16 Andrew Cagney <cagney@redhat.com>
2590
2591 * NEWS: Mention that "set prompt-escape-char" was deleted.
2592 * top.c (get_prompt_1): Delete function.
2593 (gdb_prompt_escape):
2594 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2595 prompt-escape-char" command.
2596 (MAX_PROMPT_SIZE): Delete macro.
2597 (get_prompt): Simplify, do not call get_prompt_1.
2598
2599 2003-08-16 Andrew Cagney <cagney@redhat.com>
2600
2601 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2602 -Werror. -Wformat-nonliteral problems.
2603
2604 2003-08-15 J. Brobecker <brobecker@gnat.com>
2605
2606 Further multiarching work mostly for hppa64-*-hpux11:
2607 * hppa-tdep.h: New file.
2608 * hppa-tdep.c: #include hppa-tdep.c.
2609 (hppa32_num_regs): Renamed from hppa_num_regs.
2610 (hppa64_num_regs): New constant.
2611 (hppa64_call_dummy_breakpoint_offset): New constant.
2612 (hppa32_call_dummy_length): New constant.
2613 (hppa64_call_dummy_length): New constant.
2614 (hppa32_stack_align): Make name 32bit explicit.
2615 (hppa32_register_virtual_type): Likewise.
2616 (hppa32_extract_return_value): Likewise.
2617 (hppa32_use_struct_convention): Likewise.
2618 (hppa32_store_return_value): Likewise.
2619 (hppa64_register_virtual_type): New function.
2620 (hppa64_extract_return_value): New function.
2621 (hppa64_use_struct_convention): New function.
2622 (hppa64_store_return_value): New function.
2623 (hppa_frame_locals_address): Remove declaration, function does
2624 not exist anymore.
2625 (hppa_register_byte): Add support for PA64 ABI.
2626 (hppa_gdbarch_init): Add support for PA64 ABI.
2627 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2628 Make name 32bit explicit.
2629 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2630 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2631 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2632 (hppa64_hpux_frame_base_before_sigtramp): New function.
2633 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2634 * config/pa/tm-hppa64.h: Remove macros that are no longer
2635 necessary now that the gdbarch vector is properly setup.
2636 Transform some macros into function calls. Some minor cleanup.
2637 * config/pa/tm-hppah.h: Update function calls in macros
2638 following the function renaming in hppa-hpux-tdep.c.
2639 * Makefile.in (hppa_tdep_h): New variable.
2640 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2641
2642 2003-08-14 Michael Snyder <msnyder@redhat.com>
2643
2644 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2645
2646 2003-08-13 J. Brobecker <brobecker@gnat.com>
2647
2648 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2649 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2650 routine.
2651
2652 2003-08-13 Michael Snyder <msnyder@redhat.com>
2653
2654 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2655 (frv_saved_pc_after_call): Use deprecated ftype.
2656 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2657 (frv_remote_translate_xfer_address): Remove.
2658 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2659
2660 2003-08-13 J. Brobecker <brobecker@gnat.com>
2661
2662 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2663 initialization after the common gdbarch initialization, not before.
2664
2665 2003-08-13 J. Brobecker <brobecker@gnat.com>
2666
2667 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2668 (ADDR_BITS_REMOVE): Remove, redundant.
2669
2670 2003-08-13 J. Brobecker <brobecker@gnat.com>
2671
2672 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2673 gdbarch method to clear the 2 low bits of text addresses.
2674
2675 2003-08-12 Andrew Cagney <cagney@redhat.com>
2676
2677 * Makefile.in (dsrec.o): Update dependencies.
2678 * dsrec.c: Include "gdb_assert.h".
2679 (make_srec): Use snprintf instead of sprintf, use a literal format
2680 string.
2681
2682 2003-08-12 Andrew Cagney <cagney@redhat.com>
2683
2684 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2685 FRAME_OBSTACK_ZALLOC.
2686
2687 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2688
2689 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2690 SSE registers.
2691
2692 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2693
2694 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2695 amd64fbsd_sc_reg_offset): Add extern declarations.
2696 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2697 declarations.
2698
2699 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2700
2701 * MAINTAINERS (write after approval): Update my mail address.
2702
2703 2003-08-10 Andrew Cagney <cagney@redhat.com>
2704
2705 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2706
2707 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2708
2709 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2710 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2711 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2712 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2713 i386bsd_sc_reg_offset): Add extern declarations.
2714 * i386obsd-nat.c: Include "i386-tdep.h"
2715 (_initialize_i386obsd_nat): Remove extern declarations.
2716 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2717 declarations.
2718 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2719 declarations.
2720
2721 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2722 instead of frame_read_register.
2723 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2724 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2725 SP_REGNUM.
2726 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2727 instead of frame_unwind_unsigned_register. Use
2728 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2729 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2730 instead of read_register. Use builtin_type_void_data_ptr instead
2731 of builtin_type_void_func_ptr when extracting the address of the
2732 jmp_buf.
2733 (i386_extract_return_value, i386_store_return_value,
2734 i386_pseudo_register_read, i386_pseudo_register_write): Use
2735 register_size instead REGISTER_RAW_SIZE.
2736
2737 2003-08-10 Andrew Cagney <cagney@redhat.com>
2738
2739 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2740 sprintf. Make "name" constant.
2741
2742 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2743
2744 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2745 instead of frame_read_register.
2746 (i387_print_float_info): Use get_frame_register and
2747 get_frame_register_unsigned instead of frame_register_read.
2748
2749 * i386fbsd-nat.c: Include "i386-tdep.h".
2750 (child_resume): Make `eflags' an ULONGEST. Use
2751 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2752 instead of register_read and register_write.
2753
2754 * i386bsd-nat.c (fetch_inferior_registers,
2755 store_inferior_registers): Don't use && at the end of a line.
2756 (_initialize_i386bsd_nat): Fix typo.
2757
2758 * frame.c (_initialize_frame): Add missing backslash.
2759
2760 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2761 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2762 and supply_register instead of manipulating the register buffer
2763 directly.
2764
2765 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2766 * config/i386/nm-i386sol2.h
2767 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2768
2769 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2770 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2771 instructions that GCC likes to mingle into the prologue. Fixes
2772 gdb/1253 and gdb/1255.
2773
2774 2003-08-09 Andrew Cagney <cagney@redhat.com>
2775
2776 Fix GDB PR cli/926.
2777 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2778 * command.h (add_setshow_uinteger_cmd): Declare.
2779 * frame.c (set_backtrace_cmd): New function.
2780 (show_backtrace_cmd): New function.
2781 * frame.c (_initialize_frame): Replace "set/show
2782 backtrace-below-main" with "set/show backtrace past-main". Add
2783 command "set/show backtrace limit".
2784 (backtrace_past_main): Rename "backtrace_below_main".
2785 (backtrace_limit): New variable.
2786 (get_prev_frame): Update. Check the backtrace_limit.
2787
2788 2003-08-09 Andrew Cagney <cagney@redhat.com>
2789
2790 * defs.h (xstrprintf): Declare.
2791 * utils.c (xstrprintf): New function.
2792 * breakpoint.c (insert_breakpoints): Replace sprintf and
2793 non-literal format strings, with xstrprintf and cleanups.
2794 (delete_breakpoint,breakpoint_re_set): Ditto.
2795 (commands_command, insert_breakpoints): Ditto.
2796 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2797 (break_at_finish_command_1): Ditto.
2798
2799 2003-08-09 Andrew Cagney <cagney@redhat.com>
2800
2801 * MAINTAINERS (language support): List Adam Fedor as Objective C
2802 maintainer.
2803
2804 2003-08-08 J. Brobecker <brobecker@gnat.com>
2805
2806 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2807 are now multiarched.
2808
2809 2003-08-08 J. Brobecker <brobecker@gnat.com>
2810
2811 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2812 longer necessary now that hppa64 is partially multiarch'ed.
2813
2814 2003-08-08 Andrew Cagney <cagney@redhat.com>
2815
2816 * interps.c (interp_set): Check for a NULL "old_interp".
2817
2818 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2819
2820 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2821 (install-only): Support DESTDIR.
2822 (uninstall): Likewise.
2823 (install-gdbtk): Likewise.
2824
2825 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2826
2827 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2828 contains something meaningful at all times.
2829
2830 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2831
2832 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2833
2834 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2835
2836 * MAINTAINERS (write after approval): Added self.
2837
2838 2003-08-07 Andrew Cagney <cagney@redhat.com>
2839
2840 * inferior.h (AT_SYMBOL): Define.
2841 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2842 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2843 * mips-tdep.c (mips_call_dummy_address): Delete function.
2844 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2845 set call_dummy_address.
2846
2847 2003-08-07 Andrew Cagney <cagney@redhat.com>
2848
2849 * language.c (op_error): Delete function.
2850 (binop_type_check): Delete function.
2851 * language.h (type_op_error, range_op_error): Delete macros.
2852 (op_error): Delete declaration.
2853
2854 2003-08-07 Andrew Cagney <cagney@redhat.com>
2855
2856 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2857
2858 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2859
2860 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2861 (x86_64_push_arguments): Skip the red zone.
2862
2863 2003-08-05 Andrew Cagney <cagney@redhat.com>
2864
2865 * reggroups.c (reggroup_next): Check for the final entry.
2866
2867 2003-08-04 Andrew Cagney <cagney@redhat.com>
2868
2869 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2870 * cli/cli-script.c (define_command): Call query directly, instead
2871 of passing it a buffer.
2872 * ocd.c (ocd_error): Pass error a constant format string.
2873 * remote-mips.c (mips_error): Use fputs_filtered.
2874
2875 * solib-svr4.c (_initialize_svr4_solib): Update
2876 register_gdbarch_data call.
2877 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2878
2879 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2880 (register_gdbarch_data): Delete "free" parameter. Update
2881 comments.
2882 * gdbarch.h, gdbarch.c: Re-generate.
2883 * reggroups.c (_initialize_reggroup): Update.
2884 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2885 * frame-base.c (_initialize_frame_base): Update.
2886 * frame-unwind.c (_initialize_frame_unwind): Update.
2887 * user-regs.c (_initialize_user_regs): Update.
2888 * remote.c (_initialize_remote): Update.
2889 * regcache.c (_initialize_regcache): Update.
2890
2891 * regcache.c (xfree_regcache_descr): Delete function.
2892 (_initialize_regcache): Update call to register_gdbarch_data.
2893 (init_regcache_descr, init_legacy_regcache_descr): Use
2894 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2895
2896 * remote.c (free_remote_state): Delete function.
2897 (_initialize_remote): Update register_gdbarch_data.
2898 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2899 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2900
2901 2003-08-04 Andrew Cagney <cagney@redhat.com>
2902
2903 * reggroups.c (struct reggroup_el): Define.
2904 (struct reggroups): Delete field "nr_group". Replace array
2905 "group" with a "first" to "last" linked list.
2906 (reggroups_init): Update. Allocate using gdbarch's obstack.
2907 (reggroups_free): Delete function.
2908 (add_group): Update. Add "el" parameter.
2909 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2910 (default_groups): Update.
2911 (reggroup_next): Replace reggroups.
2912 (reggroups_dump): Update.
2913 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2914 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2915 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2916
2917 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2918
2919 * Makefile.in (tui-interp.o): Update dependencies.
2920
2921 2003-08-04 David Carlton <carlton@kealia.com>
2922
2923 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2924 to internal_error call.
2925 * source.c (forward_search_command): Add "%s" format argument.
2926 (reverse_search_command): Ditto.
2927 * top.c (quit_confirm): Ditto.
2928 * cli/cli-setshow.c (do_setshow_command): Ditto.
2929 * cp-valprint.c (cp_print_class_method): Replace
2930 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2931 (cp_print_class_member): Ditto.
2932 * event-top.c (command_line_handler): Ditto.
2933 * linux-proc.c (linux_info_proc_cmd): Ditto.
2934 * p-typeprint.c (pascal_type_print_base): Ditto.
2935 * p-valprint.c (pascal_object_print_class_method): Ditto.
2936 (pascal_object_print_class_member): Ditto.
2937 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2938 * remote.c (remote_cisco_section_offsets): Ditto.
2939 * top.c (command_line_input): Ditto.
2940 * utils.c (vwarning,error_stream,quit): Ditto.
2941 * valprint.c (print_floating,print_binary_chars)
2942 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2943
2944 2003-08-04 Andrew Cagney <cagney@redhat.com>
2945
2946 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2947
2948 2003-08-02 Andrew Cagney <cagney@redhat.com>
2949
2950 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2951 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2952 amd64fbsd-nat.c.
2953
2954 2003-08-02 Andrew Cagney <cagney@redhat.com>
2955
2956 * Makefile.in: Update all dependencies and definitions.
2957
2958 2003-08-02 Adam Fedor <fedor@gnu.org>
2959
2960 * linespec.c (is_objc_method_format): New function
2961 (decode_line_1, locate_first_half): Use it.
2962 Fixes PR objc/1298
2963
2964 2003-08-01 Andrew Cagney <cagney@redhat.com>
2965
2966 * NEWS: Mention that m32r is multi-arch.
2967 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2968 * configure.tgt: Recognize m32r-*-*.
2969 * config/m32r/tm-m32r.h: Delete file.
2970 * config/m32r/m32r.mt: New file.
2971 * m32r-rom.c (m32r_upload_command): Use hostent only when
2972 gethostname succeeds, in order to avoid a compilation
2973 warning.
2974 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2975 compiler warning.
2976
2977 2003-08-01 Michael Snyder <msnyder@redhat.com>
2978
2979 * sh-tdep.c (sh_frame_align): New gdbarch method.
2980 (sh_gdbarch_init): Set up frame_align method.
2981
2982 2003-07-31 Michael Snyder <msnyder@redhat.com>
2983
2984 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2985 which is already covered by the new frames infrastructure.
2986
2987 2003-07-31 Andrew Cagney <cagney@redhat.com>
2988
2989 * user-regs.c (struct user_reg): Add "next" link.
2990 (struct user_regs): Replace "user" with "first" and "last" links.
2991 (append_user_reg): Add pre-allocated "reg" parameter.
2992 (builtin_user_regs): Provide initial value for "last".
2993 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2994 (user_regs_init): Allocate memory from the gdbarch obstack.
2995 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2996 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2997 linked list.
2998 (usernum_to_user_reg): New function.
2999 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3000 (value_of_user_reg): Use usernum_to_user_reg.
3001 (user_regs_free): Delete function.
3002 (_initialize_user_regs): Update register_gdbarch_data call.
3003
3004 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3005
3006 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3007
3008 2003-07-30 Michael Snyder <msnyder@redhat.com>
3009
3010 * value.h (value_being_returned): Add a struct_addr argument.
3011 * infcall.c (call_function_by_hand): Pass struct_addr to
3012 value_being_returned.
3013 * infcmd.c (print_return_value): Pass zero as struct_addr.
3014 * values.c (value_being_returned): If struct_addr is passed,
3015 use it instead of trying to recover it from the inferior.
3016
3017 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3018
3019 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3020 the prologue analyzer won't need to attempt to extract the pc
3021 value from the woefully incomplete dummy frame.
3022 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3023 possible. Disable code which modifies the frame.
3024
3025 2003-07-28 Andrew Cagney <cagney@redhat.com>
3026
3027 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3028 to level 2.
3029 (annotate_breakpoints_table, annotate_record): Ditto.
3030 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3031 (annotate_field_name_end, annotate_field_value): Ditto.
3032 (annotate_field_end, annotate_frame_source_begin): Ditto.
3033 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3034 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3035 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3036 (annotate_frame_address_end, annotate_frame_address): Ditto.
3037 (annotate_frame_args, annotate_frame_end): Ditto.
3038 (annotate_frame_where, annotate_arg_begin): Ditto.
3039 (annotate_arg_name_end, annotate_arg_value): Ditto.
3040 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3041 (annotate_function_call, annotate_signal_name): Ditto.
3042 (annotate_signal_string, annotate_signal_name_end): Ditto.
3043 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3044 (annotate_value_begin, annotate_value_history_value): Ditto.
3045 (annotate_value_history_end, annotate_value_end): Ditto.
3046 (annotate_display_begin, annotate_display_number_end): Ditto.
3047 (annotate_display_format, annotate_display_expression): Ditto.
3048 (annotate_display_expression_end, annotate_display_value): Ditto.
3049 (annotate_display_end, annotate_array_section_begin): Ditto.
3050 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3051 (annotate_elt, annotate_array_section_end): Ditto.
3052
3053 2003-07-28 Andrew Cagney <cagney@redhat.com>
3054
3055 * regcache.c (struct regcache_descr): Update comments on
3056 nr_raw_registers.
3057 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3058 sizeof_raw_register_valid_p.
3059 (init_regcache_descr): Set nr_raw_registers and
3060 sizeof_raw_register_valid_p before calling
3061 init_legacy_regcache_descr.
3062
3063 2003-07-28 Andrew Cagney <cagney@redhat.com>
3064
3065 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3066 MOD NUM_REGS.
3067
3068 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3069
3070 * thread.c (info_threads_command): Use get_selected_frame ().
3071 Check that there is at least one non-sentinel frame.
3072
3073 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3074
3075 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3076 (m68hc11_pop_frame): Remove.
3077 (m68hc11_frame_saved_pc): Remove.
3078 (m68hc11_frame_chain): Remove.
3079 (m68hc11_frame_init_saved_regs): Remove.
3080 (m68hc11_init_extra_frame_info): Remove.
3081 (m68hc11_store_struct_return): Remove.
3082 (m68hc11_saved_pc_after_call): Remove.
3083
3084 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3085
3086 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3087 frame unwind information.
3088 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3089 and adapted for frame unwinding.
3090 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3091 (m68hc11_unwind_pc): New function.
3092 (m68hc11_frame_unwind_cache): New function to analyze frames.
3093 (m68hc11_frame_this_id): New function to create new frame struct.
3094 (m68hc11_frame_prev_register): New function to unwind a register from
3095 the frame.
3096 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3097 (m68hc11_frame_p): New function for the above.
3098 (m68hc11_frame_base_address): New function to return fp of frame.
3099 (m68hc11_frame_args_address): Update for frame.
3100 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3101 (m68hc11_unwind_sp): New function.
3102 (m68hc11_unwind_dummy_id): New function.
3103 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3104 calls.
3105
3106 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3107
3108 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3109 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3110 when we are beyond the current pc.
3111
3112 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3113
3114 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3115 from m68hc11_push_arguments.
3116 (m68hc11_push_arguments): Remove.
3117 (m68hc11_push_return_address): Remove.
3118 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3119 handlers; remove deprecated_extra_stack_alignment_needed.
3120
3121 2003-07-27 Andrew Cagney <cagney@redhat.com>
3122
3123 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3124 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3125 REAL_PC and not the pointer.
3126 * hppa-hpux-tdep.c: Include frame.h
3127
3128 2003-07-27 Andrew Cagney <cagney@redhat.com>
3129
3130 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3131 GDB_MULTI_ACH_PARTIAL.
3132
3133 2003-07-27 Andrew Cagney <cagney@redhat.com>
3134
3135 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3136 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3137 operator at start and not end of line.
3138 (decode_prologue): Ditto.
3139 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3140 frame_unwind_register_unsigned instead of
3141 frame_unwind_unsigned_register.
3142 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3143 read_register.
3144 (m32r_push_dummy_call): Use register_size instead of
3145 REGISTER_RAW_SIZE.
3146 (m32r_frame_sniffer): Replace m32r_frame_p.
3147 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3148 * m32r-rom.c (report_transfer_performance): Delete extern
3149 declaration.
3150 (m32r_load, m32r_upload_command): Use print_transfer_performance
3151 instead of report_transfer_performance.
3152 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3153 / add_show_from_set.
3154
3155 2003-07-26 Andrew Cagney <cagney@redhat.com>
3156
3157 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3158 store_return_value and extract_struct_value_address.
3159
3160 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3161
3162 PR c++/1267
3163 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3164 NULL, default to the section containing PC.
3165
3166 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3167
3168 * NEWS: Mention "regs" deprecated for m68hc11 too.
3169
3170 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3171 (m68hc11_print_register): New function to print out one register.
3172 (m68hc11_print_registers_info): New function to print registers.
3173 (show_regs): Deprecate and use the above.
3174 (m68hc11_gdbarch_init): Install the print_registers_info.
3175
3176 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3177
3178 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3179 that we have a SIGTRAP before returning non-zero.
3180
3181 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3182 Elena Zannoni <ezannoni@redhat.com>
3183
3184 * linespec.c (decode_line_2): Avoid crash if
3185 find_function_start_sal() returns empty record.
3186
3187 2003-07-23 Andreas Schwab <schwab@suse.de>
3188
3189 * ia64-tdep.c (ia64_print_insn): New function.
3190 (ia64_gdbarch_init): Set print_insn to it.
3191 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3192 deprecated_tm_print_insn_info.
3193
3194 2003-07-22 Michael Snyder <msnyder@redhat.com>
3195
3196 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3197 handle 8-bit returns (long long).
3198 (h8300h_extract_return_value): Ditto.
3199 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3200
3201 2003-07-22 Andrew Cagney <cagney@redhat.com>
3202
3203 * gdbarch.c Include "gdb_obstack.h".
3204 (struct gdbarch): Add an "obstack".
3205 (alloc_gdbarch_data): Allocate the gdbarch data using
3206 GDBARCH_OBSTACK_CALLOC.
3207 (free_gdbarch_data): Delete function.
3208 (gdbarch_obstack_zalloc): New function.
3209 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3210 Assert that the architecture is not initialized.
3211 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3212 vector from the obstack.
3213 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3214 architecture obstack.
3215 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3216 (set_gdbarch_data): Assert that the data is not initialized.
3217 (struct gdbarch_data): Delete member "free".
3218 (register_gdbarch_data): Do not initialize "free".
3219 * gdbarch.h, gdbarch.c: Re-generate.
3220
3221 2003-07-22 Andrew Cagney <cagney@redhat.com>
3222
3223 * configure.in (build_warnings): Add -Wformat-nonliteral.
3224 * configure: Re-generate.
3225
3226 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3227
3228 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3229
3230 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3231
3232 * findvar.c (read_var_value): Remove case for thread local storage
3233 variables. It is now entirely handled by the dwarf2 location
3234 expression code.
3235 * printcmd.c (address_info): Ditto.
3236 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3237 enumeration value.
3238 (struct symbol): Remove objfile field, which was used by
3239 LOC_THREAD_LOCAL_STATIC only.
3240 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3241 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3242 usage of objfile pointer.
3243 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3244 thread local variables.
3245 Add include of objfiles.h.
3246 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3247 storage variables.
3248 * Makefile.in (dwarf2loc.o): Update dependencies.
3249
3250 2003-07-22 Andrew Cagney <cagney@redhat.com>
3251
3252 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3253 get_frame_base.
3254 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3255 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3256 (struct value): Add opaque declaration.
3257 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3258
3259 2003-07-21 Andrew Cagney <cagney@redhat.com>
3260
3261 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3262 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3263
3264 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3265
3266 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3267 regcache_cooked_read_unsigned instead of read_register.
3268 (m68hc11_saved_pc_after_call): Likewise.
3269 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3270 instead of write_register.
3271 (m68hc11_register_type): New function.
3272 (m68hc11_register_virtual_type): Remove.
3273 (m68hc11_store_return_value): Convert to use the regcache.
3274 (m68hc11_extract_struct_value_address): Likewise.
3275 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3276 m68hc11_register_type; undeprecate store_return_value and
3277 extract_struct_value_address.
3278
3279 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3280
3281 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3282 and translate to use regcache.
3283 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3284
3285 2003-07-18 Andrew Cagney <cagney@redhat.com>
3286
3287 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3288 * gdbarch.h, gdbarch.c: Re-generate.
3289 * i386-tdep.c (i386_gdbarch_init): Do not set
3290 DWARF2_BUILD_FRAME_INFO.
3291 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3292 unconditionally.
3293 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3294 DWARF2_BUILD_FRAME_INFO.
3295
3296 2003-07-18 Andrew Cagney <cagney@redhat.com>
3297
3298 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3299 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3300
3301 2003-07-18 Andrew Cagney <cagney@redhat.com>
3302
3303 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3304 frame_unwind_address_in_block, instead of frame_pc_unwind.
3305 (dwarf2_frame_cache): Ditto.
3306
3307 2003-07-18 Andrew Cagney <cagney@redhat.com>
3308
3309 * user-regs.h (struct gdbarch): Declare opaque.
3310 * ui-out.h (struct ui_file): Declare opaque.
3311 * dwarf2-frame.h (struct frame_info): Declare opaque.
3312
3313 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3314
3315 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3316 #include "...".
3317 (procfs_meminfo): Change strerror to safe_strerror.
3318 (procfs_can_run): Remove K&R badness.
3319
3320 2003-07-17 Michael Snyder <msnyder@redhat.com>
3321
3322 * remote-sim.c: Comment typo fix.
3323
3324 2003-07-17 Andrew Cagney <cagney@redhat.com>
3325
3326 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3327 configure.
3328 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3329 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3330 GDB_MULTI_ARCH_PARTIAL.
3331
3332 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3333
3334 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3335 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3336 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3337
3338 2003-07-16 Theodore A. Roth <troth@openavr.org>
3339
3340 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3341 found.
3342 (avr_frame_unwind_cache): Don't unwind FP for main.
3343 Update a comment.
3344 Save the computed prev_sp.
3345 (avr_saved_regs_unwinder): Remove function.
3346 (avr_frame_prev_register): Use PC unwind logic from
3347 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3348
3349 2003-07-16 Andrew Cagney <cagney@redhat.com>
3350
3351 * frame-base.h (frame_base_p_ftype): Delete definition.
3352 (frame_base_append_predicate): Delete declaration.
3353 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3354 (frame_unwind_append_predicate): Delete declaration.
3355 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3356 (append_predicate): Delete parameter "p".
3357 (frame_unwind_append_predicate): Delete function.
3358 (frame_unwind_append_sniffer): Update call to append_predicate.
3359 (frame_unwind_free): Delete function.
3360 (_initialize_frame_unwind): Pass NULL as "free" to
3361 register_gdbarch_data.
3362 (frame_unwind_init): Append the dummy_frame_sniffer.
3363 (frame_unwind_find_by_frame): Simplify.
3364 * frame-base.c (struct frame_base_table): Delete field "p".
3365 (append_predicate): Delete parameter "p".
3366 (frame_base_append_predicate): Delete function.
3367 (frame_base_append_sniffer): Update call to append_predicate.
3368 (frame_base_free): Delete function.
3369 (frame_base_find_by_frame): Simplify.
3370 (_initialize_frame_base): Pass NULL as "free" to
3371 register_gdbarch_data.
3372 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3373 (x86_64_sigtramp_frame_sniffer): Replace
3374 "x86_64_sigtramp_frame_p".
3375 (x86_64_init_abi): Set the frame unwind sniffers.
3376 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3377 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3378 (m68k_gdbarch_init): Set the frame unwind sniffers.
3379 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3380 "i386_sigtramp_frame_p".
3381 (i386_frame_sniffer): Replace "i386_frame_p".
3382 (i386_gdbarch_init): Set the frame unwind sniffers.
3383 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3384 (avr_gdbarch_init): Set the frame unwind sniffers.
3385 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3386 "alpha_sigtramp_frame_p"
3387 (alpha_heuristic_frame_sniffer): Replace
3388 "alpha_heuristic_frame_p".
3389 (alpha_gdbarch_init): Set the frame unwind sniffers.
3390 (alpha_dwarf2_init_abi): Ditto.
3391 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3392 "alpha_debug_frame_p".
3393 (alpha_mdebug_frame_base_sniffer): Replace
3394 "alpha_mdebug_frame_base_p".
3395 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3396 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3397 (d10v_gdbarch_init): Set the frame unwind sniffer.
3398 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3399 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3400 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3401 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3402 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3403 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3404
3405 2003-07-16 Michael Snyder <msnyder@redhat.com>
3406
3407 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3408 should go thru sh_dsp_register_sim_regno, else the dsp regs
3409 will not get the right values.
3410
3411 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3412
3413 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3414 deprecated_store_floating by call to store_typed_floating.
3415 (sh_sh4_register_convert_to_raw): Substitute call to
3416 deprecated_extract_floating by call to extract_typed_floating.
3417
3418 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3419
3420 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3421
3422 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3423
3424 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3425 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3426 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3427 as possible.
3428 (do_pseudo_register): Remove.
3429 (sh_push_dummy_code): New function.
3430 (sh64_store_struct_return): Rename from sh_store_struct_return.
3431 Only called for sh64 now.
3432 (sh_extract_struct_value_address): Regcache'ify.
3433 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3434 and accomodate new tasks.
3435 (sh64_push_return_address): Rename from sh_push_return_address.
3436 Only called for sh64 now.
3437 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3438 Regcache'ify.
3439 (sh3e_sh4_extract_return_value): Regcache'ify.
3440 (sh_default_store_return_value): Ditto.
3441 (sh3e_sh4_store_return_value): Ditto.
3442 (sh_default_register_byte): Remove.
3443 (sh_sh4_register_byte): Remove.
3444 (sh_default_register_raw_size): Remove.
3445 (sh_sh4_register_raw_size): Remove.
3446 (sh_register_virtual_size): Remove.
3447 (sh_sh3e_register_virtual_type): Remove.
3448 (sh_sh3e_register_type): New function.
3449 (sh_sh4_register_virtual_type): Remove.
3450 (sh_sh4_register_type): New function.
3451 (sh_default_register_virtual_type): Remove.
3452 (sh_default_register_type): New function.
3453 (do_fv_register_info): Add parameters to accomodate call from
3454 sh_print_registers_info.
3455 (do_dr_register_info): Ditto.
3456 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3457 Add parameters to accomodate call from sh_print_registers_info.
3458 (sh_do_fp_register): Ditto.
3459 (sh64_do_pseudo_register): Call do_dr_register_info,
3460 do_fv_register_info and sh_do_fp_register with default parameters.
3461 (sh_do_register): Add parameters to accomodate call from
3462 sh_print_registers_info.
3463 (sh_print_register): Ditto.
3464 (sh_print_registers_info): Rename from sh_do_registers_info.
3465 Add parameters to be used as gdbarch_print_registers_info
3466 implementation. Accomodate removed do_pseudo_register function
3467 pointer.
3468 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3469 function pointer. Call sh_print_register with default parameters.
3470 (sh64_do_registers_info): Call sh_print_registers_info instead of
3471 sh_do_registers_info.
3472 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3473 detection of deprecated vs. non-deprecated functionality.
3474 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3475 function pointer assignments by direct function calls.
3476
3477 2003-07-15 Andrew Cagney <cagney@redhat.com>
3478
3479 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3480 (frame_register_unwind, create_new_frame): Ditto.
3481 (legacy_get_prev_frame, get_frame_type): Ditto.
3482 (get_frame_base_address): Use frame_base_find_by_frame.
3483 (get_frame_locals_address): Use frame_base_find_by_frame.
3484 (get_frame_args_address): Use frame_base_find_by_frame.
3485 * frame-base.h (frame_base_sniffer_ftype): Declare.
3486 (frame_base_append_sniffer): Declare.
3487 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3488 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3489 (frame_base_append_sniffer): New function.
3490 (frame_base_append_predicate): Add a NULL sniffer.
3491 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3492 (struct frame_base_table): Add "sniffer".
3493 (frame_base_free): Free the "sniffer" table.
3494 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3495 (frame_unwind_append_sniffer): Declare.
3496 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3497 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3498 (struct frame_unwind_table): Add "sniffer", delete "middle".
3499 (append_predicate): Add "sniffer" parameter, append the sniffer.
3500 (frame_unwind_init): Update append_predicate call.
3501 (frame_unwind_append_sniffer): New function.
3502 (frame_unwind_append_predicate): Update append_predicate call.
3503 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3504
3505 2003-07-15 Andrew Cagney <cagney@redhat.com>
3506
3507 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3508 before code inhibiting repeated unwind attempts. Add to
3509 commentary on that test's problems.
3510 * blockframe.c (inside_main_func): Look for "main" in the minimal
3511 symbol table.
3512 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3513 identical.
3514
3515 2003-07-15 Andrew Cagney <cagney@redhat.com>
3516
3517 * complaints.c (struct explanation): Define.
3518 (struct complaints): Change type of "explanation" to "struct
3519 explanation".
3520 (symfile_explanations): Convert to a "struct explanation" table.
3521 (vcomplaint): Update.
3522
3523 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3524
3525 * x86-64-linux-nat.c (regmap): Removed.
3526 (supply_gregset, fill_gregset): Call
3527 x86_64_linux_(fill,supply)_gregset functions.
3528 * x86-64-linux-tdep.c (USER_*): New defines.
3529 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3530 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3531 New functions.
3532 (fetch_core_registers): Ditto.
3533 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3534 * x86-64-linux-tdep.h: New file.
3535 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3536 and core-regset.o.
3537 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3538
3539 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3540
3541 * x86-64-tdep.c (x86_64_store_return_value): Use
3542 regcache_cooked_write_part instead of regcache_cooked_write.
3543
3544 * configure.host: Add x86_64-*-freebsd*.
3545 * configure.tgt: Add x86_64-*-freebsd*.
3546 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3547 * amd64fbsd-nat.c: New file.
3548 * amd64fbsd-tdep.c: New file.
3549 * config/i386/nm-fbsd64.h: New file.
3550 * config/i386/fbsd64.mh: New file.
3551 * config/i386/fbsd64.mt: New file.
3552
3553 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3554
3555 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3556 `sc_regs_offset' and `sc_fpregs_offset'.
3557 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3558 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3559 (alpha_sigtramp_register_address): Rewrite to use new members of
3560 `struct gdbarch_tdep'.
3561 (alpha_gdbarch_init): Initialize new members of struct
3562 gdbarch_tdep'.
3563 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3564 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3565 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3566 (alphafbsd_pc_in_sigtramp): Implement.
3567 (alphafbsd_sigtramp_offset): New function.
3568 (alphafbsd_sigcontext_addr): New function.
3569 (alphafbsd_init_abi): Initialize signal trampoline related members
3570 of `struct gdbarch_tdep'.
3571 (_initialize_alphafbsd_tdep): Add prototype.
3572
3573 2003-07-11 Theodore A. Roth <troth@openavr.org>
3574
3575 * Makefile.in (install-only): Quote sed expression when generating
3576 transformed_name.
3577
3578 2003-07-11 Richard Henderson <rth@redhat.com>
3579
3580 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3581 * dwarf2-frame.c: Include complaints.h.
3582 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3583 variable initialization; return NULL on error.
3584 (decode_frame_entry): New.
3585
3586 2003-07-11 Andrew Cagney <cagney@redhat.com>
3587
3588 * frame.h (frame_address_in_block): Delete declaration.
3589 * blockframe.c (frame_address_in_block): Delete function.
3590 (get_frame_block): Use get_frame_address_in_block.
3591 (block_innermost_frame): Ditto.
3592 * stack.c (print_frame, backtrace_command_1): Ditto.
3593
3594 * frame.h (get_frame_address_in_block): Declare.
3595 (frame_unwind_address_in_block): Declare.
3596 * frame.c (frame_unwind_address_in_block): New function.
3597 (get_frame_address_in_block): New function.
3598
3599 2003-07-10 Andrew Cagney <cagney@redhat.com>
3600
3601 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3602 pre-default. Note: re-generate has no effect.
3603
3604 2003-07-10 Andrew Cagney <cagney@redhat.com>
3605
3606 * gdbarch.sh: When a variable, but not a function, compare against
3607 0. Fix problem in previous patch.
3608 * gdbarch.c: Re-generate.
3609
3610 2003-07-10 Andrew Cagney <cagney@redhat.com>
3611
3612 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3613 functions against NULL, not 0.
3614 * gdbarch.c: Re-generate.
3615
3616 2003-07-10 Fred Fish <fnf@ninemoons.com>
3617
3618 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3619 null string instead of a null pointer.
3620 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3621
3622 2003-07-09 Michael Snyder <msnyder@redhat.com>
3623
3624 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3625
3626 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3627
3628 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3629 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3630 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3631 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3632 * x86-64-tdep.c: ... from here.
3633
3634 2003-07-09 Andreas Schwab <schwab@suse.de>
3635
3636 * m68k-tdep.h (enum struct_return): Define.
3637 (struct gdbarch_tdep): Add struct_return.
3638 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3639 bytes are padded to the right, not to the left. Pass struct value
3640 address in register %a1, not on stack.
3641 (m68k_use_struct_convention): New function.
3642 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3643 struct_return in tdep to pcc_struct_return.
3644 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3645 reg_struct_return.
3646
3647 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3648
3649 * somread.c (som_symfile_offsets): Fix compilation error.
3650
3651 2003-07-09 Andrew Cagney <cagney@redhat.com>
3652
3653 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3654 Add comments about the checks.
3655
3656 2003-07-08 Andrew Cagney <cagney@redhat.com>
3657
3658 * Makefile.in: Make dependency section headers consistent.
3659 (config_h): Move to $BUILD headers section.
3660 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3661 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3662 (ada-exp.tab.c): Move to YACC/LEX section.
3663 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3664 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3665
3666 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3667
3668 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3669 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3670 of strerror with safe_strerror, use ISO C function definitions,
3671 and replace instances of sprintf with snprintf.
3672
3673 2003-07-07 Andrew Cagney <cagney@redhat.com>
3674
3675 * frame.c (get_prev_frame): Enable check for identical frames.
3676 Update comments. Update error messages.
3677
3678 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3679
3680 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3681
3682 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3683
3684 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3685 sort_symtab_syms, no longer necessary.
3686
3687 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3688
3689 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3690
3691 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3692
3693 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3694 (mips_register_byte): Likewise.
3695
3696 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3697
3698 * Makefile.in (sparc_tdep_h): New.
3699 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3700 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3701 * sparc-linux-nat.c: Include "sparc-tdep.h".
3702 * sparc-nat.c: Likewise.
3703 * sparc-tdep.c: Likewise.
3704 * sparc64nbsd-nat.c: Likewise.
3705 * sparcnbsd-nat.c: Likewise.
3706 * sparcnbsd-tdep.c: Likewise.
3707 * sparc-tdep.h: New file.
3708 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3709 and sparc_npc_regnum.
3710
3711 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3712
3713 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3714 (mips_linux_cannot_store_register): List supported instead of
3715 unsupported registers.
3716
3717 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3718
3719 * disasm.c (dump_insns): Separate instructions from addresses.
3720
3721 2003-07-07 Andreas Schwab <schwab@suse.de>
3722
3723 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3724 dependencies.
3725 * m68k-tdep.c (NUM_FREGS): Delete.
3726 (SIG_PC_FP_OFFSET): Delete.
3727 (TARGET_M68K): Delete.
3728 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3729 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3730 P_MOVEL_SP, P_MOVEML_SP): Define.
3731 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3732 P_TRAP): Delete.
3733 (m68k_register_raw_size): Delete.
3734 (m68k_register_virtual_size): Delete.
3735 (m68k_register_type): Renamed from m68k_register_virtual_type and
3736 add gdbarch argument.
3737 (m68k_store_struct_return): Delete.
3738 (m68k_deprecated_extract_return_value): Delete.
3739 (m68k_deprecated_extract_struct_value_address): Delete.
3740 (m68k_frame_chain): Delete.
3741 (m68k_frame_saved_pc): Delete.
3742 (m68k_fix_call_dummy): Delete.
3743 (m68k_push_dummy_frame): Delete.
3744 (m68k_pop_frame): Delete.
3745 (m68k_extract_return_value): New function.
3746 (m68k_store_return_value): Rewrite using regcache.
3747 (m68k_extract_struct_value_address): Rewrite using regcache.
3748 (m68k_push_dummy_call): New function.
3749 (struct m68k_frame_cache): Define.
3750 (m68k_alloc_frame_cache): New function.
3751 (m68k_analyze_frame_setup): New function.
3752 (m68k_analyze_register_saves): New function.
3753 (m68k_analyze_prologue): New function.
3754 (m68k_skip_prologue): Rewrite using above functions.
3755 (m68k_unwind_pc): New function.
3756 (m68k_frame_cache): New function.
3757 (m68k_frame_this_id): New function.
3758 (m68k_frame_prev_register): New function.
3759 (m68k_frame_unwind): New variable.
3760 (m68k_frame_p): New function.
3761 (m68k_sigtramp_frame_cache): New function.
3762 (m68k_sigtramp_frame_this_id): New function.
3763 (m68k_sigtramp_frame_prev_register): New function.
3764 (m68k_sigtramp_frame_unwind): New variable.
3765 (m68k_sigtramp_frame_p): New function.
3766 (m68k_frame_base_address): New function.
3767 (m68k_frame_base): New function.
3768 (m68k_unwind_dummy_id): New function.
3769 (fill_gregset): Use regcache_collect.
3770 (fill_fpregset): Likewise.
3771 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3772 defined.
3773 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3774 deprecated_init_frame_pc, deprecated_store_struct_return,
3775 deprecated_extract_return_value, deprecated_store_return_value,
3776 deprecated_frame_chain, deprecated_frame_saved_pc,
3777 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3778 deprecated_register_virtual_size,
3779 deprecated_max_register_raw_size,
3780 deprecated_max_register_virtual_size,
3781 deprecated_register_virtual_type, deprecated_register_size,
3782 deprecated_register_byte, deprecated_register_bytes,
3783 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3784 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3785 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3786 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3787 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3788 deprecated_push_dummy_frame, deprecated_pop_frame,
3789 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3790 only if SYSCALL_TRAP is defined. Set extract_return_value,
3791 store_return_value, extract_struct_value_address, register_type,
3792 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3793 predicates.
3794 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3795 M68K_MAX_REGISTER_SIZE): Define.
3796 (struct m68k_sigtramp_info): Define.
3797 (struct gdbarch_tdep): Add get_sigtramp_info.
3798 * m68klinux-nat.c (fetch_register): Use register_size instead of
3799 REGISTER_RAW_SIZE. Don't put assignment in if.
3800 (store_register): Likewise.
3801 (fetch_inferior_registers): Likewise.
3802 (store_inferior_registers): Likewise.
3803 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3804 (m68k_linux_frame_saved_pc): Delete.
3805 (m68k_linux_sigcontext_reg_offset,
3806 m68k_linux_ucontext_reg_offset): Define.
3807 (m68k_linux_get_sigtramp_info): New function.
3808 (m68k_linux_extract_return_value): Rewrite using regcache.
3809 (m68k_linux_store_return_value): Likewise.
3810 (m68k_linux_extract_struct_value_address): Likewise.
3811 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3812 Don't set deprecated_frame_saved_pc,
3813 deprecated_extract_return_value, deprecated_store_return_value,
3814 deprecated_extract_struct_value_address. Set
3815 extract_return_value, store_return_value,
3816 extract_struct_value_address.
3817
3818 2003-07-07 Andrew Cagney <cagney@redhat.com>
3819
3820 * expprint.c: Include "user-regs.h" instead of "frame.h".
3821 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3822 frame_map_regnum_to_name.
3823 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3824 (frame_map_name_to_regnum): Simplify, call
3825 user_reg_map_name_to_regnum.
3826 (frame_map_regnum_to_name): Simplify, call
3827 user_reg_map_regnum_to_name.
3828 (frame_register_unwind): Update.
3829 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3830 (_initialize_frame_reg): Call user_reg_add_builtin.
3831 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3832 (value_of_register): Use value_of_user_reg.
3833 * eval.c (evaluate_subexp_standard): Update.
3834 * parse.c (write_dollar_variable): Update.
3835 * d10v-tdep.c (d10v_print_registers_info): Update.
3836 * infcmd.c (registers_info): Update.
3837 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3838 (builtin_regs_h): Delete macro.
3839 (user_regs_h): Define.
3840 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3841 (builtin-regs.o): Delete target.
3842 (user-regs.o): Specify dependencies.
3843 (expprint.o): Update dependencies.
3844 (findvar.o): Update dependencies.
3845 (frame.o): Update dependencies.
3846 (std-regs.o): Update dependencies.
3847
3848 2003-07-06 Christopher Faylor <cgf@redhat.com>
3849
3850 * win32-nat.c (solib_symbols_add): Use one variable for all section
3851 address stuff. Pass variable rather than address of variable to
3852 safe_symbol_file_add.
3853
3854 2003-07-06 Andreas Schwab <schwab@suse.de>
3855
3856 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3857
3858 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3859
3860 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3861
3862 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3863
3864 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3865
3866 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3867
3868 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3869 * config/i386/nto.mh: New file.
3870 * config/i386/nm-nto.h: New file.
3871 * configure.host: Add i[3456]86-*-nto*.
3872
3873 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3874
3875 * remote-vx.c (vx_add_symbols): Fix compilation error.
3876
3877 2003-07-03 Andrew Cagney <cagney@redhat.com>
3878
3879 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3880 * gdbarch.h, gdbarch.c: Re-generate.
3881 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3882 (legacy_register_name): Declare.
3883 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3884 (REGISTER_NAME): Define.
3885 * sparc-tdep.c (legacy_register_name): New function.
3886 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3887 (REGISTER_NAME): Define.
3888 (hppa64_register_name): Declare.
3889 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3890 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3891 (hppa64_register_name): New function.
3892 (hppa_register_name): New function.
3893 * arch-utils.c (legacy_register_name): Delete.
3894 * arch-utils.h (legacy_register_name): Delete.
3895
3896 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3897
3898 * cli/cli-interp.c (cli_interpreter_resume): Update the
3899 cli_uiout's stream to gdb_stdout.
3900
3901 2003-07-03 Andrew Cagney <cagney@redhat.com>
3902
3903 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3904 predicate.
3905 * gdbarch.h, gdbarch.c: Re-generate.
3906 * regcache.c (init_regcache_descr): Use legacy code when either
3907 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3908
3909 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3910
3911 * NEWS: Move "set logging" entry into GDB 6.0 section.
3912
3913 2003-07-02 Jim Blandy <jimb@redhat.com>
3914
3915 * s390-tdep.c (struct frame_extra_info): new member:
3916 'stack_bought_valid'.
3917 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3918 initialize fextra_info->stack_bought.
3919 (s390_frameless_function_invocation): Don't trust the value of
3920 fextra_info_ptr->stack_bought unless
3921 fextra_info->stack_bought_valid is set.
3922
3923 New S390 prologue analyzer.
3924 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3925 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3926 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3927 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3928 compute_x_addr, s390_on_stack, s390_store,
3929 s390_get_signal_frame_info): New functions.
3930 (S390_NUM_SPILL_SLOTS): New macro.
3931 (s390_get_frame_info): Rewritten.
3932 (is_arg_reg): Deleted.
3933
3934 Break out the decoding of S/390 instructions into separate
3935 functions, to make it more legible, and easier to check
3936 against the spec.
3937 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3938 is_rx, is_rxe): New functions.
3939 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3940 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3941 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3942 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3943 enums for opcode values. (Is this an improvement?)
3944
3945 2003-07-02 Andrew Cagney <cagney@redhat.com>
3946
3947 * i386-tdep.c: Revert change committed as part of trad-frame code
3948 below.
3949
3950 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3951
3952 * breakpoint.c (insert_catchpoint): Make static.
3953
3954 2003-07-02 Andreas Schwab <schwab@suse.de>
3955
3956 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3957 former ia64_push_arguments and ia64_push_return_address, and use
3958 regcache functions instead of read/write_register.
3959 (ia64_gdbarch_init): Set push_dummy_call instead of
3960 deprecated_push_arguments and deprecated_push_return_address.
3961
3962 2003-07-01 Andreas Jaeger <aj@suse.de>
3963
3964 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3965 before the call.
3966 Set %rax only to number of SSE registers used.
3967
3968 2003-07-01 Andrew Cagney <cagney@redhat.com>
3969
3970 * trad-frame.h: Update comments, a -1 .addr is reserved.
3971 (trad_frame_value_p, trad_frame_addr_p): Declare.
3972 (trad_frame_reg_p): Declare.
3973 (trad_frame_set_value): Rename trad_frame_register_value.
3974 (trad_frame_set_unknown): Declare.
3975 * trad-frame.c (trad_frame_realreg_p): New function.
3976 (trad_frame_addr_p, trad_frame_value_p): New function.
3977 (trad_frame_set_unknown): New function.
3978 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3979 (trad_frame_prev_register): Use trad_frame_realreg_p,
3980 trad_frame_addr_p and trad_frame_value_p.
3981 (trad_frame_set_value): Rename trad_frame_register_value.
3982 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3983 and trad_frame_set_value.
3984
3985 2003-06-30 Jim Blandy <jimb@redhat.com>
3986
3987 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3988 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3989 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3990 for 16 registers, and then 32 more bytes.
3991 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3992 New macros.
3993 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3994 Move up in the file, since it's now used by is_simple_arg.
3995 (is_simple_arg): Don't assume registers are four bytes long.
3996 Exclude all double arguments. Extended floats are not simple
3997 args.
3998 (is_power_of_two): New function.
3999 (pass_by_copy_ref): Call is_power_of_two, and check that the
4000 length fits in a register, rather than listing all the acceptable
4001 sizes. Extended floats are not passed by reference.
4002 (s390_push_arguments): Don't assume registers are four bytes long.
4003 Reserve an argument register to point to the buffer for structures
4004 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4005 S390_STACK_FRAME_OVERHEAD.
4006
4007 2003-06-30 Andreas Schwab <schwab@suse.de>
4008
4009 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4010 format error message.
4011
4012 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4013
4014 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4015
4016 2003-06-30 David Carlton <carlton@kealia.com>
4017
4018 Band-aid for PR c++/1245.
4019 * Makefile.in (cp-support.o): Depend on complaints_h.
4020 * cp-support.c: Include complaints.h. Add declaration for
4021 find_last_component.
4022 (cp_find_first_component): Separate code into
4023 cp_find_first_component_aux.
4024 (cp_find_first_component_aux): Call demangled_name_complaint.
4025 (demangled_name_complaint): New.
4026
4027 2003-06-30 Andrew Cagney <cagney@redhat.com>
4028
4029 * remote.c (remote_write_bytes): Explicitly compute and then use
4030 the payload size. Update comments to reflect. Fixes problem of
4031 GDB not sending small packets as found by Fred Fish.
4032
4033 2003-06-30 Andrew Cagney <cagney@redhat.com>
4034
4035 * remote.c (remote_async_wait): Fix -Wformat problem.
4036
4037 2003-06-29 Andrew Cagney <cagney@redhat.com>
4038
4039 * remote.c (remote_wait): Call error, and not warning, when the
4040 packet is corrupt.
4041 (remote_async_wait): Ditto.
4042
4043 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4044
4045 * sparc-tdep.c (sparc_y_regnum): Make external again.
4046
4047 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4048
4049 * cli/cli-logging.c (pop_output_files): Add void to function
4050 definition.
4051
4052 2003-06-29 Andrew Cagney <cagney@redhat.com>
4053
4054 * frame.c (frame_register_unwind): Use unsigned char when dumping
4055 the buffer contents.
4056
4057 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4058
4059 * cli/cli-logging.c: New file.
4060 * cli-out.c (struct ui_out_data): Add original_stream.
4061 (cli_redirect): New function.
4062 (cli_ui_out_impl): Add cli_redirect.
4063 (cli_out_new): Initialize original_stream.
4064 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4065 (uo_redirect, ui_out_redirect): New.
4066 * ui-out.h (struct ui_out_impl): Add redirect member.
4067 (redirect_ftype): New.
4068 (ui_out_redirect): Add prototype.
4069 * Makefile.in: Add rules for cli-logging.c.
4070 * NEWS: Mention "set logging".
4071
4072 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4073
4074 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4075
4076 2003-06-27 Andrew Cagney <cagney@redhat.com>
4077
4078 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4079 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4080 * avr-tdep.c (avr_call_dummy_address): Delete function.
4081 (avr_gdbarch_init): Do not set call_dummy_address.
4082
4083 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4084
4085 * symfile.c (syms_from_objfile): Move variables to inner block.
4086 Move the checks for the non-mainline case a bit earlier to avoid
4087 doing some useless computations.
4088
4089 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4090
4091 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4092
4093 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4094
4095 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4096 sections.
4097
4098 2003-06-26 Michael Chastain <mec@shout.net>
4099
4100 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4101 gdb/testsuite/gdb.c++/pr-1210.exp.
4102
4103 2003-06-26 Andrew Cagney <cagney@redhat.com>
4104
4105 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4106 altivec_expression.h and altivec_registers.h.
4107
4108 2003-06-26 Andrew Cagney <cagney@redhat.com>
4109
4110 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4111 info->mach when MIPS16. Patch suggested by Fred Fish.
4112
4113 2003-06-26 Andrew Cagney <cagney@redhat.com>
4114
4115 * utils.c (internal_vproblem): Print the problem to a reason
4116 buffer and then pass to query. Make the msg variable more local.
4117
4118 2003-06-26 Andrew Cagney <cagney@redhat.com>
4119
4120 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4121 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4122 * gdbarch.h, gdbarch.c: Re-generate.
4123 * frame-base.c (default_frame_args_address): Update. Use
4124 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4125 not available.
4126 (default_frame_locals_address): Ditto for
4127 DEPRECATED_FRAME_LOCALS_ADDRESS.
4128 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4129 (vax_frame_num_args): Update.
4130 (vax_gdbarch_init): Update.
4131 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4132 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4133 * mcore-tdep.c (mcore_gdbarch_init): Update.
4134 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4135 * ia64-tdep.c (ia64_gdbarch_init): Update.
4136 * symtab.h (address_class): Update comments.
4137 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4138 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4139 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4140 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4141 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4142 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4143 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4144 * alpha-mdebug-tdep.c: Update.
4145 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4146
4147 2003-06-26 Andreas Jaeger <aj@suse.de>
4148
4149 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4150 of SSE registers so that varargs functions work. Rework handling
4151 of passing arguments on the stack.
4152 (x86_64_store_return_value): Return double and float values in SSE
4153 register.
4154
4155 2003-06-24 Michael Chastain <mec@shout.net>
4156
4157 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4158 the "constructor breakpoints ignored" bug.
4159
4160 2003-06-25 David Carlton <carlton@kealia.com>
4161
4162 * MAINTAINERS: Update e-mail address.
4163
4164 2003-06-24 Jim Blandy <jimb@redhat.com>
4165
4166 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4167
4168 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4169 function.
4170 (ppc_linux_init_abi): Register it as the
4171 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4172
4173 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4174 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4175 method.
4176
4177 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4178 (ppc64_standard_linkage_target): Use it.
4179
4180 2003-06-23 Andrew Cagney <cagney@redhat.com>
4181
4182 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4183 for 0 "int0" and 4 "int32" sized registers.
4184 * gdbtypes.c (builtin_type_int0): Define.
4185 (build_gdbtypes): Initialize builtin_type_int0.
4186 * gdbtypes.h (builtin_type_int0): Declare.
4187
4188 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4189
4190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4191 as characters are unsigned.
4192
4193 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4194
4195 PR gdb/1179
4196 * dwarfread.c (struct_type): Skip static fields without crashing.
4197
4198 2003-06-22 Andrew Cagney <cagney@redhat.com>
4199
4200 GDB 6.0 branch created.
4201 * README: Update.
4202 * PROBLEMS: Update. Empty.
4203 * NEWS: Update.
4204
4205 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4206
4207 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4208 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4209
4210 2003-06-22 Andrew Cagney <cagney@redhat.com>
4211
4212 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4213 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4214 Velikov.
4215
4216 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4217
4218 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4219 compilers.
4220
4221 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4222
4223 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4224 argument of val_print.
4225 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4226 to the address argument of baseclass_offset or target_read_memory.
4227 Do add it to the argument of cp_print_value_fields.
4228
4229 2003-06-21 Andrew Cagney <cagney@redhat.com>
4230
4231 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4232 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4233 instead of 0..NUM_REGS.
4234 (mips_register_reggroup_p): New function.
4235 (mips_pseudo_register_write): New function.
4236 (mips_pseudo_register_read): New function.
4237 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4238 based on the register's type.
4239 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4240 cooked.
4241 (mips_get_saved_register): Simplify. Assert that REGNO is a
4242 pseudo / cooked.
4243 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4244 (mips_register_type): Replace mips_register_virtual_type. Map
4245 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4246 when available.
4247 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4248 that the register is cooked / virtual.
4249 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4250 Only get the extra info when needed.
4251 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4252 (mips32_heuristic_proc_desc): Fetch the cooked register.
4253 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4254 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4255 (mips_print_register): Use gdbarch_register_type, instead of
4256 REGISTER_VIRTUAL_TYPE.
4257 (print_gp_register_row): Use gdbarch_register_type, instead of
4258 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4259 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4260 Print the pseudo / cooked registers.
4261 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4262 Print the pseudo / cooked registers.
4263 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4264 REG_NUM is pseudo / cooked.
4265 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4266 (mips_n32n64_xfer_return_value): Ditto.
4267 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4268 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4269 (mips_register_sim_regno): New function.
4270 (mips_gdbarch_init): Set deprecated_register_byte,
4271 register_group_p, pseudo_register_write, pseudo_register_read,
4272 register_sim_regno, and num_pseudo_regs. Set register_type,
4273 instead of register_virtual_type.
4274 * Makefile.in (mips-tdep.o): Update dependencies.
4275 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4276 REGISTER_VIRTUAL_TYPE.
4277 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4278 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4279 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4280 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4281 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4282
4283 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4284
4285 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4286 * cli/cli-cmds.c: Include "gdb_vfork.h".
4287 (shell_escape): Use vfork.
4288
4289 2003-06-21 Andrew Cagney <cagney@redhat.com>
4290
4291 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4292 32 bit floating-point register saves.
4293
4294 * frame.h (deprecated_unwind_get_saved_register): Delete.
4295 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4296 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4297 and deprecated_get_next_frame_hack instead of
4298 deprecated_unwind_get_saved_register.
4299
4300 * mips-tdep.c (mips_dump_tdep): Do not print
4301 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4302
4303 * frame.c (get_frame_register): New function.
4304 (frame_unwind_register_signed): New function.
4305 (get_frame_register_signed): New function.
4306 (frame_unwind_register_unsigned): New function.
4307 (get_frame_register_unsigned): New function.
4308 * frame.h: Add comments on naming schema.
4309 (get_frame_register, frame_unwind_register_signed): Declare.
4310 (get_frame_register_signed, get_frame_register_signed): Declare.
4311 (frame_unwind_register_unsigned): Declare.
4312 (get_frame_register_unsigned): Declare.
4313
4314 2003-06-20 Theodore A. Roth <troth@openavr.org>
4315
4316 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4317
4318 2003-06-20 Theodore A. Roth <troth@openavr.org>
4319
4320 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4321 (avr_read_sp): Ditto.
4322
4323 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4324
4325 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4326 * config/arm/nm-linux.h: Likewise.
4327 * config/arm/tm-linux.h: Likewise.
4328 * config/ia64/nm-linux.h: Likewise.
4329 * config/ia64/tm-ia64.h: Likewise.
4330 * config/s390/tm-linux.h: Likewise.
4331 * config/s390/tm-s390.h: Likewise.
4332 * s390-nat.c: Likewise.
4333 * s390-tdep.c: Likewise.
4334
4335 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4336 * config/ia64/linux.mt: Likewise.
4337 * config/m68k/linux.mh: Likewise.
4338 * config/mips/linux.mt: Likewise.
4339 * config/powerpc/linux.mh: Likewise.
4340 * config/sh/linux.mt: Likewise.
4341
4342 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4343
4344 * solib.c (solib_open): Change tests for whether to search
4345 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4346 comments.
4347
4348 2003-06-19 Theodore A. Roth <troth@openavr.org>
4349
4350 * avr-tdep.c (avr_frame_address): Delete function.
4351 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4352 set_gdbarch_frame_args_address.
4353
4354 2003-06-19 Andrew Cagney <cagney@redhat.com>
4355
4356 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4357 (REGISTER_CONVERT_FROM_TYPE): Delete.
4358 (mips_register_convert_to_type): Delete declaration.
4359 (mips_register_convert_from_type): Delete declaration.
4360 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4361 kernel/.
4362
4363 2003-06-19 Michael Snyder <msnyder@redhat.com>
4364
4365 * linux-nat.h: New file.
4366 * linux-nat.c: Include linux-nat.h.
4367 * lin-lwp.c: Include linux-nat.h.
4368 Move struct lwp_info def to linux-nat.h.
4369 * linux-proc.c: Include linux-nat.h.
4370 (linux_make_note_section): Iterate over lwps instead of threads.
4371 (linux_do_thread_registers): Use lwp instead of merged pid.
4372 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4373 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4374 Add dependency on linux_nat_h.
4375
4376 2003-06-19 Theodore A. Roth <troth@openavr.org>
4377
4378 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4379
4380 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4381
4382 * varobj.c (get_type, get_target_type): Use check_typedef.
4383
4384 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4385
4386 * breakpoint.c (insert_catchpoint): Call internal_error.
4387
4388 2003-06-19 Theodore A. Roth <troth@openavr.org>
4389
4390 * avr-tdep.c (avr_push_dummy_code): Delete function.
4391 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4392
4393 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4394
4395 * arch-utils.c (default_prepare_to_proceed): Remove.
4396 (generic_prepare_to_proceed): Remove.
4397 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4398 (generic_prepare_to_proceed): Remove prototype.
4399 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4400 * gdbarch.c: Regenerate.
4401 * gdbarch.h: Regenerate.
4402 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4403 * hppah-nat.c (hppa_switched_threads): Remove.
4404 * infrun.c (prepare_to_proceed): New static function, copied from
4405 generic_prepare_to_proceed. Remove select_it argument.
4406 (proceed): Call prepare_to_proceed.
4407 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4408 variables.
4409 (ptrace_wait): Don't set the removed variables.
4410 (hppa_switched_threads): Remove.
4411 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4412 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4413 (lin_lwp_prepare_to_proceed): Remove prototype.
4414 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4415 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4416
4417 2003-06-18 Theodore A. Roth <troth@openavr.org>
4418
4419 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4420 trad-frame.h.
4421 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4422 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4423 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4424 (AVR_PROLOGUE_*): Enumerate prologue types.
4425 (struct frame_extra_info): Remove.
4426 (struct avr_unwind_cache): Define.
4427 (avr_write_sp): Delete function.
4428 (avr_read_fp): Ditto.
4429 (avr_init_extra_frame_info): Ditto.
4430 (avr_pop_frame): Ditto.
4431 (avr_frame_saved_pc): Ditto.
4432 (avr_saved_pc_after_call): Ditto.
4433 (avr_push_return_address): Ditto.
4434 (avr_frame_chain): Ditto.
4435 (avr_store_struct_return): Ditto.
4436 (avr_push_arguments): Ditto.
4437 (avr_scan_prologue): Update comments. Changed to set up the info for
4438 cache unwinding. Now returns end of prologue PC.
4439 (avr_skip_prologue): Better handling of functions lacking a prologue
4440 by using avr_scan_prologue.
4441 (avr_scan_arg_moves): New function.
4442 (avr_saved_regs_unwinder): Ditto.
4443 (avr_frame_unwind_cache): Ditto.
4444 (avr_unwind_pc): Ditto.
4445 (avr_frame_this_id): Ditto.
4446 (avr_frame_prev_register): Ditto.
4447 (avr_frame_p): Ditto.
4448 (avr_frame_base_address ): Ditto.
4449 (avr_unwind_dummy_id): Ditto.
4450 (avr_push_dummy_code): Ditto.
4451 (push_stack_item): Ditto.
4452 (pop_stack_item): Ditto.
4453 (avr_push_dummy_call): Ditto.
4454 (struct stack_item): Define.
4455 (avr_frame_unwind): Declare structure.
4456 (avr_frame_base): Ditto.
4457 (avr_gdbarch_init): Remove calls to
4458 set_gdbarch_deprecated_init_frame_pc,
4459 set_gdbarch_deprecated_target_read_fp,
4460 set_gdbarch_deprecated_dummy_write_sp,
4461 set_gdbarch_deprecated_fp_regnum,
4462 set_gdbarch_deprecated_push_arguments,
4463 set_gdbarch_deprecated_push_return_address,
4464 set_gdbarch_deprecated_pop_frame,
4465 set_gdbarch_deprecated_store_struct_return,
4466 set_gdbarch_deprecated_frame_init_saved_regs,
4467 set_gdbarch_deprecated_init_extra_frame_info,
4468 set_gdbarch_deprecated_frame_chain,
4469 set_gdbarch_deprecated_frame_saved_pc,
4470 set_gdbarch_deprecated_saved_pc_after_call.
4471 Add calls to set_gdbarch_push_dummy_call,
4472 set_gdbarch_push_dummy_code,
4473 frame_unwind_append_predicate,
4474 frame_base_set_default,
4475 set_gdbarch_unwind_dummy_id,
4476 set_gdbarch_unwind_pc.
4477 Wrap a long line.
4478
4479 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4480
4481 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4482 registers for H8/300S.
4483 (h8300_print_registers_info): Ditto.
4484 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4485
4486 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4487
4488 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4489 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4490 (lin_lwp_wait): Likewise. Update comments.
4491 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4492 (pull_pid_from_list, linux_record_stopped_pid): New.
4493
4494 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4495
4496 * ada-lang.c (scan_discrim_bound): Name first argument.
4497 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4498 declared by ALL_BLOCK_SYMBOLS.
4499
4500 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4501
4502 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4503 ("regcache.h"): Include it.
4504 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4505
4506 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4507
4508 * NEWS: Mention gdbserver detach change and "disconnect" command.
4509 * infcmd.c (disconnect_command): New function.
4510 (_initialize_infcmd): Add ``disconnect'' command.
4511 * remote.c (remote_async_detach): Delete.
4512 (remote_detach): Merge remote_async_detach.
4513 (remote_disconnect): New.
4514 (init_remote_ops): Set to_disconnect.
4515 (init_remote_cisco_ops): Likewise.
4516 (init_remote_async_ops): Likewise. Use remote_detach.
4517 * target.c (cleanup_target): Default to_disconnect.
4518 (update_current_target): Inherit to_disconnect.
4519 (target_disconnect, debug_to_disconnect): New functions.
4520 (setup_target_debug): Set to_disconnect.
4521 * target.h (struct target_ops): Add to_disconnect.
4522 (target_disconnect): Add prototype.
4523
4524 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4525
4526 * breakpoint.c (insert_catchpoint): New function.
4527 (insert_breakpoints): Use catch_exceptions to call
4528 insert_catchpoint. Disable catchpoints if they fail to insert.
4529
4530 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4531
4532 * symfile.c (reread_symbols): Clear sym_private.
4533
4534 2003-06-17 Andrew Cagney <cagney@redhat.com>
4535
4536 * trad-frame.h (struct frame_info): Add opaque declaration.
4537 * remote-fileio.h (struct cmd_list_element): Add opaque
4538 declaration.
4539 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4540 comments.
4541
4542 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4543
4544 * remote.c (remote_prepare_to_store): Replace call to
4545 deprecated_read_register_bytes with multiple regcache_raw_read
4546 calls.
4547
4548 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4549
4550 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4551 (nto_find_and_open_solib): Likewise.
4552 (nto_init_solib_absolute_prefix): Likewise.
4553 (_initialize_nto_tdep): Fix indentation.
4554
4555 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4556
4557 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4558
4559 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4560
4561 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4562
4563 2003-06-17 Jim Blandy <jimb@redhat.com>
4564
4565 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4566
4567 2003-06-16 Theodore A. Roth <troth@openavr.org>
4568
4569 * avr-tdep.c (avr_extract_return_value): New function.
4570 (avr_gdbarch_init): Set extract_return_value method.
4571
4572 2003-06-16 Andrew Cagney <cagney@redhat.com>
4573
4574 * frame.h (deprecated_get_next_frame_hack): Declare.
4575 * frame.c (legacy_saved_regs_prev_register): Only require
4576 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4577 there are always saved regs.
4578 (deprecated_generic_get_saved_register): Do not require
4579 DEPRECATED_FRAME_INIT_SAVED_REGS.
4580 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4581 use frame ID unwind instead.
4582 (deprecated_get_next_frame_hack): New function.
4583
4584 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4585
4586 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4587 (h8300_push_dummy_call): ...this function. Some minor optimization.
4588 (h8300_push_return_address): Remove.
4589 (h8300_gdbarch_init): Remove calls to
4590 set_gdbarch_deprecated_dummy_write_sp,
4591 set_gdbarch_deprecated_push_arguments and
4592 set_gdbarch_deprecated_push_return_address.
4593 Add call to set_gdbarch_push_dummy_call.
4594
4595 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4596
4597 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4598 (E_PSEUDO_EXR_REGNUM): Ditto.
4599 (h8300_is_argument_spill): Check for instructions moving argument
4600 registers into safe registers.
4601 (h8300_skip_prologue): Check for stm instruction to push registers
4602 used for register variables onto stack.
4603 (gdb_print_insn_h8300): Remove.
4604 (h8300_examine_prologue): Add a comment.
4605 (h8300_register_name): Take pseudo registers into account.
4606 (h8300s_register_name): Ditto.
4607 (h8300sx_register_name): Ditto.
4608 (h8300_print_register): Ditto.
4609 (h8300_print_registers_info): Define "nice" printing order.
4610 (h8300_saved_pc_after_call): Take pseudo registers into account.
4611 (h8300_register_type): Ditto. Return type used for remote connection
4612 when requesting real CCR or EXR register, return actual type when
4613 requesting pseudo CCR or EXR.
4614 (h8300_pseudo_register_read): New function.
4615 (h8300_pseudo_register_write): Ditto.
4616 (h8300_dbg_reg_to_regnum): Ditto.
4617 (h8300s_dbg_reg_to_regnum): Ditto.
4618 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4619 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4620 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4621 set_gdbarch_print_insn architecture dependent.
4622 Call set_gdbarch_pseudo_register_read and
4623 set_gdbarch_pseudo_register_write.
4624 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4625
4626 2003-06-16 Andrew Cagney <cagney@redhat.com>
4627
4628 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4629 * gdbarch.h, gdbarch.c: Re-generate.
4630 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4631 * s390-tdep.c (s390_gdbarch_init): Update.
4632 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4633 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4634 * mips-tdep.c (mips_gdbarch_init): Update.
4635 * mcore-tdep.c (mcore_gdbarch_init): Update.
4636 * cris-tdep.c (cris_gdbarch_init): Update.
4637 * infcall.c (call_function_by_hand): Update.
4638 * ia64-tdep.c (ia64_push_arguments): Update comment.
4639 * frame.c (legacy_get_prev_frame): Do not assume
4640 SAVE_DUMMY_FRAME_TOS_P.
4641 * dummy-frame.c (find_dummy_frame): Update comment.
4642
4643 2003-06-16 Andrew Cagney <cagney@redhat.com>
4644
4645 * regcache.c (do_cooked_read): Do not use register_valid_p.
4646
4647 2003-06-15 Theodore A. Roth <troth@openavr.org>
4648
4649 * avr-tdep.c (avr_register_type): Remove a blank line.
4650 (avr_scan_prologue): Correct some comments.
4651
4652 2003-06-15 Theodore A. Roth <troth@openavr.org>
4653
4654 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4655 prologue types.
4656 Properly scan prologues generated by gcc with the -mcall-prologues
4657 option.
4658 Add code to scan -mcall-prologues for mega devices.
4659
4660 2003-06-15 Theodore A. Roth <troth@openavr.org>
4661
4662 * avr-tdep.c (avr_register_byte): Delete function.
4663 (avr_register_raw_size): Delete function.
4664 (avr_register_virtual_size): Delete function.
4665 (avr_register_virtual_type): Delete function.
4666 (avr_register_type): New function.
4667 (avr_address_to_pointer): Remove unused code.
4668 (avr_read_fp): Need to read FP as two separate bytes due to change to
4669 avr_register_type() usage.
4670 (avr_gdbarch_init): Don't set deprecated_register_size.
4671 Don't set deprecated_register_bytes.
4672 Don't set deprecated_register_byte.
4673 Don't set deprecated_register_raw_size.
4674 Don't set deprecated_max_register_raw_size.
4675 Don't set deprecated_register_virtual_size.
4676 Don't set deprecated_max_register_virtual_size.
4677 Don't set deprecated_register_virtual_type.
4678 Set register_type method.
4679
4680 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4681
4682 * Makefile.in (linux-nat.o): Add rule.
4683 * linux-nat.c: New file.
4684 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4685 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4686 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4687 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4688 * config/arm/linux.mh (NATDEPFILES): Likewise.
4689 * config/i386/linux.mh (NATDEPFILES): Likewise.
4690 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4691 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4692 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4693 * config/mips/linux.mh (NATDEPFILES): Likewise.
4694 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4695 * config/s390/s390.mh (NATDEPFILES): Likewise.
4696 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4697
4698 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4699
4700 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4701 replace out-of-date comment.
4702
4703 2003-06-15 Andrew Cagney <cagney@redhat.com>
4704
4705 * rdi-share/host.h (Fail): Change to a varargs function.
4706 * remote-rdi.c (Fail): Update.
4707
4708 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4709
4710 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4711 (i386_convert_register_p, i386_register_to_value,
4712 i386_register_from_value): Handle types longer than 8 bytes.
4713
4714 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4715
4716 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4717 Move floating-point code to new function in i387-tdep.c.
4718 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4719 New functions containing code moved here from i386-tdep.c.
4720 * i387-tdep.h: Add opaque declaration for `struct type'.
4721 (i387_register_to_value, i387_value_to_register): New prototypes.
4722 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4723 (x86_64_init_abi): Set convert_register_p, register_to_value and
4724 value_to_register here.
4725
4726 2003-06-14 Andrew Cagney <cagney@redhat.com>
4727
4728 * mips-tdep.c (mips_register_to_value): Make static.
4729 (mips_value_to_register): Make static.
4730 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4731 * ia64-tdep.c (ia64_register_raw_size): Make static.
4732 (ia64_register_virtual_size): Make static.
4733 (ia64_register_byte): Make static.
4734 * i387-tdep.c: Include "i387-tdep.h".
4735 (print_387_control_word): Delete function.
4736 (print_387_status_word): Delete function.
4737 (print_387_status_bits): Delete function.
4738 (print_387_control_bits): Delete function.
4739 * Makefile.in (i387-tdep.o): Update dependencies.
4740 * rdi-share/host.h (Fail): Declare.
4741 * remote-rdi.c (Fail): Update to match declaration.
4742
4743 2003-06-14 Andrew Cagney <cagney@redhat.com>
4744
4745 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4746 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4747 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4748 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4749 * README: Delete reference to remote-array.
4750 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4751 (remote-array.o): Delete target.
4752 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4753 * remote-array.c: Delete file.
4754
4755 2003-06-14 Andrew Cagney <cagney@redhat.com>
4756 Mark Kettenis <kettenis@gnu.org>
4757
4758 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4759 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4760 parameter with "frame".
4761 * gdbarch.h, gdbarch.c: Re-generate.
4762 * frame.h (put_frame_register): Declare.
4763 * frame.c (put_frame_register): New function.
4764 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4765 (legacy_register_to_value): Rewrite, use "frame" to get the
4766 register value.
4767 (legacy_value_to_register): Rewrite, use "frame" to find the
4768 register's location before storing.
4769 * arch-utils.h (legacy_convert_register_p): Update.
4770 (legacy_register_to_value, legacy_value_to_register): Update.
4771 * findvar.c (value_from_register): Rewrite, eliminate use of
4772 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4773 "frame" to REGISTER_TO_VALUE.
4774 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4775 lval_reg_frame_relative + lval_register branch of the switch. Do
4776 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4777 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4778 I386_EDI_REGNUM): New defines.
4779 (i386_next_regnum, i386_convert_register_p,
4780 i386_register_to_value, i386_value_to_register): New functions.
4781 (i386_register_convertible, i386_register_convert_to_virtual,
4782 i386_convert_to_raw): Remove functions.
4783 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4784 value_to_register instead of register_convertible,
4785 register_convert_to_virtual and register_convert_to_raw.
4786 * mips-tdep.c (mips_convert_register_p): New function.
4787 (mips_value_to_register): Replace mips_register_convert_from_type.
4788 (mips_register_to_value): Replace mips_register_convert_to_type.
4789 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4790 register_to_value.
4791 * alpha-tdep.c (alpha_convert_register_p): Update.
4792 (alpha_value_to_register): Update, store the register.
4793 (alpha_register_to_value): Update, fetch the register.
4794
4795 2003-06-14 Theodore A. Roth <troth@openavr.org>
4796
4797 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4798 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4799 Don't set deprecated_call_dummy_words.
4800 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4801 Don't set remote_translate_xfer_address.
4802 (avr_io_reg_read_command): Remove commented out debug printf.
4803 Wrap a long line.
4804
4805 2003-06-14 Theodore A. Roth <troth@openavr.org>
4806
4807 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4808 causes gdb to seg fault.
4809
4810 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4811
4812 * sparc-nat.c (fetch_inferior_registers): Correct
4813 a reference to "registers".
4814
4815 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4816
4817 * Makefile.in (exc_request_U_h): Define
4818 (exc_request_S_h): Likewise.
4819 (msg_reply_S_h): Likewise.
4820 (msg_U_h): Likewise.
4821 (notify_S_h): Likewise.
4822 (process_reply_S_h): Likewise.
4823 (gnu-nat.o): Depend on gdb_obstack_h
4824 * gnu-nat.c: Include "gdb_obstack.h".
4825
4826 2003-06-13 Andrew Cagney <cagney@redhat.com>
4827
4828 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4829 * gdbarch.h, gdbarch.c: Re-generate.
4830
4831 2003-06-13 Andrew Cagney <cagney@redhat.com>
4832
4833 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4834 when deprecated REGISTER macros can be deleted.
4835 * gdbarch.h, gdbarch.c: Re-generate.
4836
4837 2003-06-13 Jim Blandy <jimb@redhat.com>
4838
4839 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4840 Linux entry point symbols for _dl_debug_state, too.
4841
4842 2003-06-13 Andrew Cagney <cagney@redhat.com>
4843
4844 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4845 available, do not use the FP register, and always save the TOS.
4846 * dummy-frame.c (dummy_frame_this_id): Do not assert
4847 SAVE_DUMMY_FRAME_TOS.
4848 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4849 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4850 (i386_push_dummy_call): Add 8 to the returned SP.
4851 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4852 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4853 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4854 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4855 (x86_64_push_dummy_call): Return "sp + 16".
4856 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4857 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4858 save_dummy_frame_tos.
4859
4860 2003-06-13 Jim Blandy <jimb@redhat.com>
4861
4862 * frv-tdep.c (frv_use_struct_convention): Delete static
4863 declaration for function deleted in my change of 2003-06-12.
4864
4865 2003-06-13 Theodore A. Roth <troth@openavr.org>
4866
4867 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4868 (avr_pointer_to_address): Shift code addrs left 1 bit.
4869 (avr_convert_from_func_ptr_addr): Delete function since operation is
4870 better handled by avr_address_to_pointer and avr_pointer_to_address.
4871 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4872
4873 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4874
4875 From Kelley Cook <kelleycook@wideopenwest.com>:
4876 * configure.host: Accept i[34567]86 variants.
4877 * configure.tgt: Likewise.
4878 * nlm/configure.in: Likewise.
4879 * nlm/configure: Regenerated.
4880
4881 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4882
4883 * arm-tdep.c (solib-svr4.h): Dont' include it.
4884 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4885 * arm-linux-tdep.c: ... here. Make static.
4886 (arm_linux_init_abi): Register it.
4887 (solib-svr4.h): Include it.
4888 * Makefile.in: Update dependencies.
4889 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4890 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4891
4892 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4893
4894 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4895 indicate registers used for return values.
4896 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4897 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4898 members.
4899 (h8300_init_extra_frame_info): Ditto.
4900 (h8300_frame_locals_address): Removed.
4901 (h8300_frame_args_address): Removed.
4902 (h8300_extract_return_value): Use new regcache structure. Only care
4903 for 16 bit CPUs.
4904 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4905 (h8300_store_return_value): Use new regcache structure. Only care
4906 for 16 bit CPUs.
4907 (h8300h_store_return_value): Same function for 32 bit CPUs.
4908 (h8300_store_struct_return): Removed.
4909 (h8300_extract_struct_value_address): Use new regcache structure.
4910 (h8300h_extract_struct_value_address): Removed.
4911 (h8300_push_dummy_code): New function.
4912 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4913 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4914 set_gdbarch_store_return_value architecture dependent.
4915 Call set_gdbarch_push_dummy_code and
4916 set_gdbarch_extract_struct_value_address.
4917 Remove calls to set_gdbarch_frame_args_address,
4918 set_gdbarch_frame_locals_address,
4919 set_gdbarch_deprecated_store_struct_return,
4920 set_gdbarch_deprecated_extract_return_value,
4921 set_gdbarch_deprecated_extract_struct_value_address,
4922 set_gdbarch_deprecated_call_dummy_words and
4923 set_gdbarch_deprecated_sizeof_call_dummy_words.
4924
4925 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4926
4927 * h8300-tdep.c (h8300_register_byte): Remove.
4928 (h8300h_register_byte): Remove.
4929 (h8300_register_virtual_type): Remove. Substitute by...
4930 (h8300_register_type): New function.
4931 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4932 (h8300h_extract_struct_value_address): Ditto.
4933 (h8300_gdbarch_init): Drop calls to
4934 set_gdbarch_deprecated_register_byte and
4935 set_gdbarch_deprecated_register_virtual_type.
4936 Add call to set_gdbarch_register_type.
4937
4938 2003-06-13 Andrew Cagney <cagney@redhat.com>
4939
4940 * gdbarch.sh: Update comments on registers.
4941 (deprecated_register_byte): Rename register_byte.
4942 (deprecated_register_raw_size): Rename register_raw_size.
4943 (deprecated_register_virtual_size): Rename register_virtual_size.
4944 (deprecated_register_virtual_type): Rename register_virtual_type.
4945 * gdbarch.h, gdbarch.c: Re-generate.
4946 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4947 * vax-tdep.c (vax_gdbarch_init): Update.
4948 * v850-tdep.c (v850_gdbarch_init): Update.
4949 * sparc-tdep.c (sparc_gdbarch_init): Update.
4950 * sh-tdep.c (sh_gdbarch_init): Update.
4951 * s390-tdep.c (s390_gdbarch_init): Update.
4952 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4953 * ns32k-tdep.c: Update.
4954 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4955 * mips-tdep.c (mips_gdbarch_init): Update.
4956 * mcore-tdep.c (mcore_gdbarch_init): Update.
4957 * m68k-tdep.c (m68k_gdbarch_init): Update.
4958 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4959 * ia64-tdep.c (ia64_gdbarch_init): Update.
4960 * hppa-tdep.c (hppa_gdbarch_init): Update.
4961 * h8300-tdep.c (h8300_gdbarch_init): Update.
4962 * frv-tdep.c (frv_gdbarch_init): Update.
4963 * cris-tdep.c (cris_gdbarch_init): Update.
4964 * avr-tdep.c (avr_gdbarch_init): Update.
4965 * alpha-tdep.c (alpha_gdbarch_init): Update.
4966 * arm-tdep.c (arm_gdbarch_init): Update.
4967
4968 2003-06-13 Andrew Cagney <cagney@redhat.com>
4969
4970 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4971 mips_o32_use_struct_convention with always_use_struct_convention.
4972
4973 2003-06-12 David Carlton <carlton@kealia.com>
4974
4975 * cp-namespace.c (cp_set_block_scope): Comment out
4976 processing_has_namespace_info branch.
4977
4978 2003-06-12 Jim Blandy <jimb@redhat.com>
4979
4980 Recognize and skip 64-bit PowerPC Linux linkage functions.
4981 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4982 insn_pattern, insns_match_pattern, d_field, ds_field): New
4983 functions, macros, and types for working with PPC instructions.
4984 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4985 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4986 ppc64_skip_trampoline_code): New functions, variables, and macros
4987 for recognizing and skipping linkage functions.
4988 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4989 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4990
4991 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4992 register offsets for both the 32- and 64-bit interfaces.
4993
4994 Actually finish the job started by my change of 2003-05-29.
4995 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4996 other #definition of this.
4997 (ppc_linux_skip_trampoline_code): Remove declaration.
4998 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4999 static.
5000 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5001 method for GDBARCH.
5002
5003 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5004 'long' on ppc64-*-linux*.
5005
5006 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5007 isn't #defined, assume the register doesn't exist: act as if
5008 tdep->ppc_mq_regnum were -1.
5009
5010 * configure.host, configure.tgt: Add entries for
5011 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5012 powerpc/linux.mt.
5013 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5014 New files.
5015
5016 * arch-utils.c (always_use_struct_convention): New function.
5017 * arch-utils.h (always_use_struct_convention): New prototype.
5018 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5019 (alpha_gdbarch_init): Register always_use_struct_convention,
5020 instead of alpha_use_struct_convention.
5021 * cris-tdep.c (cris_use_struct_convention): Delete.
5022 (cris_gdbarch_init): Register always_use_struct_convention,
5023 instead of cris_use_struct_convention.
5024 * frv-tdep.c (frv_use_struct_convention): Delete.
5025 (frv_gdbarch_init): Register always_use_struct_convention,
5026 instead of frv_use_struct_convention.
5027 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5028 (h8300_gdbarch_init): Register always_use_struct_convention,
5029 instead of h8300_use_struct_convention.
5030 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5031 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5032 instead of mips_o32_use_struct_convention.
5033
5034 2003-06-12 Andrew Cagney <cagney@redhat.com>
5035
5036 * wince.c: Include "mips-tdep.h".
5037 * mips-tdep.h (mips_next_pc): Declare.
5038 * mcore-tdep.c: Make more local functions static.
5039 * Makefile.in (wince.o): Update dependencies.
5040
5041 2003-06-12 David Carlton <carlton@kealia.com>
5042
5043 * symtab.c (lookup_symbol_aux_minsyms): Replace
5044 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5045 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5046 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5047 SYMBOL_NATURAL_NAME.
5048
5049 2003-06-12 Andreas Schwab <schwab@suse.de>
5050
5051 * Makefile.in (tuiDisassem.o): Update dependencies.
5052
5053 2003-06-12 David Carlton <carlton@bactrian.org>
5054
5055 * symtab.h: Delete declaration of make_symbol_overload_list.
5056 Add declaration of lookup_partial_symbol.
5057 * symtab.c (remove_params): Move to cp-support.c.
5058 (overload_list_add_symbol, make_symbol_overload_list)
5059 (sym_return_val_size, sym_return_val_index): Ditto.
5060 (lookup_partial_symbol): Make extern.
5061 * cp-support.h: Add declaration of make_symbol_overload_list.
5062 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5063 symtab.h, and block.h.
5064 (remove_params): Move here from symtab.c.
5065 (overload_list_add_symbol, make_symbol_overload_list)
5066 (sym_return_val_size, sym_return_val_index): Ditto.
5067 * valops.c: Include cp-support.h.
5068 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5069 frame_h, and block_h.
5070 (valops.o): Depend on cp_support_h.
5071
5072 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5073
5074 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5075 substitute by NUM_REGS throughout.
5076 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5077 (h8300s_register_name): New function for H8S registers.
5078 (h8300sx_register_name): Ditto for H8SX registers.
5079 (h8300_print_register): Revise register printing, avoid depending
5080 on 32 bit long.
5081 (h8300_register_byte): Only care for H8/300 registers.
5082 (h8300h_register_byte): New function for any other architecture.
5083 (h8300_register_raw_size): Remove.
5084 (h8300_register_virtual_type): Revise to return actually useful
5085 type.
5086 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5087 (h8300h_extract_struct_value_address): New function for any other
5088 architecture.
5089 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5090 set_gdbarch_register_name, set_gdbarch_register_byte,
5091 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5092 Remove calls to set_gdbarch_deprecated_register_size,
5093 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5094 set_gdbarch_deprecated_max_register_raw_size,
5095 set_gdbarch_register_virtual_size and
5096 set_gdbarch_deprecated_max_register_virtual_size entirely.
5097 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5098 set_gdbarch_long_double_bit.
5099
5100 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5101
5102 * doublest.c (convert_doublest_to_floatformat): When dealing
5103 with the implied integer bit, only alter mant_bits if we are
5104 processing a full 32 bits of mantissa.
5105
5106 2003-06-11 David Carlton <carlton@bactrian.org>
5107
5108 * dictionary.h: New.
5109 * dictionary.c: New.
5110 * block.h: Add opaque declaration for struct dictionary.
5111 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5112 'sym' members.
5113 (BLOCK_DICT): New macro.
5114 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5115 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5116 BLOCK_SHOULD_SORT.
5117 (ALL_BLOCK_SYMBOLS): Update definition.
5118 * Makefile.in (SFILES): Add dictionary.c.
5119 (dictionary_h): New.
5120 (COMMON_OBS): Add dictionary.o.
5121 (dictionary.o): New.
5122 (ada-lang.o): Depend on dictionary_h.
5123 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5124 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5125 (mi-cmd-stack.o): Ditto.
5126 (gdbtk-cmds.o): Update dependencies.
5127 (gdbtk-stack.o): Ditto.
5128 * ada-lang.c: Include dictionary.h.
5129 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5130 (fill_in_ada_prototype, debug_print_block): Ditto.
5131 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5132 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5133 'is_sorted'.
5134 * mdebugread.c: Include dictionary.h.
5135 (struct parse_stack): Delete 'maxsyms' member.
5136 (parse_symbol): Update calls to new_block. Delete calls to
5137 shrink_block. Use dictionary methods.
5138 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5139 Update calls to new_symtab. Don't maintain maxsyms data.
5140 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5141 (add_symbol): Just call dict_add_symbol.
5142 (new_symtab): Delete 'maxsyms' argument.
5143 (new_symtab): Update calls to new_block.
5144 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5145 (shrink_block): Delete function.
5146 (fixup_sigtramp): Update call to new_block. Add symbol via
5147 dict_add_symbol.
5148 * jv-lang.c: Include dictionary.h.
5149 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5150 appropriately. Set class_symtab->free_func. Make sure the
5151 blockvector is big enough to hold two blocks.
5152 (add_class_symtab_symbol): Use dictionary methods.
5153 (free_class_block): New function.
5154 (type_from_class): Replace explicit iteration by
5155 ALL_BLOCK_SYMBOLS.
5156 * symtab.h (struct symtab): Replace 'free_ptr' method by
5157 'free_func'.
5158 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5159 sort_symtab_syms.
5160 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5161 sort_symtab_syms.
5162 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5163 Include dictionary.h.
5164 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5165 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5166 sort_symtab_syms.
5167 * objfiles.c: Include dictionary.h.
5168 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5169 * buildsym.c: Include dictionary.h.
5170 (finish_block): Use dictionary methods.
5171 (end_symtab): Set free_func to NULL, not free_ptr.
5172 * tracepoint.c: Include dictionary.h.
5173 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5174 (scope_info): Ditto.
5175 * stack.c: Include dictionary.h.
5176 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5177 (print_block_frame_labels, print_frame_arg_vars)
5178 (print_frame_args): Ditto.
5179 * symmisc.c (free_symtab_block): Use dictionary methods.
5180 (dump_symtab): Ditto.
5181 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5182 Include dictionary.h.
5183 * symfile.h: Delete declarations of sort_block_syms,
5184 sort_symtab_syms.
5185 * symfile.c (sort_block_syms): Delete.
5186 (sort_symtab_syms): Delete.
5187 * symtab.c: Include dictionary.h.
5188 (lookup_block_symbol): Use dictionary iterators.
5189 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5190 (search_symbols, make_symbol_completion_list): Ditto.
5191 (make_symbol_overload_list): Ditto.
5192 * valops.c (value_of_local): Use dict_empty.
5193 Include dictionary.h.
5194
5195 2003-06-11 J. Brobecker <brobecker@gnat.com>
5196
5197 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5198
5199 2003-06-11 David Carlton <carlton@bactrian.org>
5200
5201 * block.h (BLOCK_SHOULD_SORT): Delete.
5202 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5203 blocks.
5204 * ada-lang.c (ada_add_block_symbols): Ditto.
5205 * symfile.c (sort_block_syms): Delete.
5206 (sort_symtab_syms): Ditto.
5207 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5208 declarations.
5209 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5210 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5211 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5212 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5213 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5214 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5215 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5216
5217 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5218
5219 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5220 bits to 128.
5221
5222 2003-06-11 Andrew Cagney <cagney@redhat.com>
5223
5224 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5225 REGISTER_CONVERTIBLE.
5226 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5227 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5228 * gdbarch.h, gdbarch.c: Re-generate.
5229 * arch-utils.h (deprecated_register_convertible_not): Rename
5230 generic_register_convertible_not.
5231 * arch-utils.c (deprecated_register_convertible_not): Rename
5232 generic_register_convertible.
5233 (legacy_convert_register_p, legacy_register_to_value): Update.
5234 * sh-tdep.c (sh64_push_arguments): Update.
5235 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5236 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5237 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5238 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5239 * arch-utils.c (legacy_value_to_register): Update.
5240 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5241 (rs6000_register_convert_to_raw): Make parameter "from" const.
5242 * mips-tdep.c (mips_gdbarch_init): Update.
5243 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5244 * infcmd.c (default_print_registers_info): Update.
5245 * ia64-tdep.c (ia64_gdbarch_init): Update.
5246 (ia64_register_convert_to_raw): Make parameter "from" const.
5247 * i386-tdep.c (i386_gdbarch_init): Update.
5248 (i386_register_convert_to_raw): Update.
5249
5250 2003-06-11 Andrew Cagney <cagney@redhat.com>
5251
5252 * remote-fileio.c: Include "remote-fileio.h".
5253 * Makefile.in (remote-fileio.o): Update dependencies.
5254 (remote_fileio_h): Fix typo.
5255
5256 2003-06-11 Andrew Cagney <cagney@redhat.com>
5257
5258 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5259 (xstormy16_save_dummy_frame_tos): Make static.
5260 (_initialize_xstormy16_tdep): Add declaration.
5261 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5262 * v850-tdep.c: Make local functions static.
5263 (_initialize_v850_tdep): Add declaration.
5264 * sparc-tdep.c: Make local functions static.
5265 (_initialize_sparc_tdep): Add declaration.
5266 * sh-tdep.c: Make local functions static.
5267 (_initialize_sh_tdep): Add declaration.
5268 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5269 * s390-tdep.c: Make local functions static.
5270 (_initialize_s390_tdep): Add declaration.
5271 * dbxread.c (find_stab_function_addr): Make static.
5272 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5273 * ocd.c (_initialize_remote_ocd): Add declaration.
5274 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5275 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5276 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5277 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5278 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5279 * remote-array.c (_initialize_array): Add declaration.
5280 (_initialize_remote_monitors): Add declaration.
5281 * remote-mips.c: Make local functions static.
5282 (_initialize_remote_mips): Add declaration.
5283 * mcore-tdep.c: Make all local functions static.
5284 (_initialize_mcore_tdep): Add declaration.
5285 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5286 * abug-rom.c (_initialize_abug_rom): Add declaration.
5287 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5288 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5289 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5290 * remote-est.c (_initialize_est): Add declaration.
5291 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5292 (m68hc11_call_dummy_address): Make static.
5293 * ia64-tdep.c: Make local functions static.
5294 (_initialize_ia64_tdep): Add declaration.
5295 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5296 * monitor.c (monitor_wait_filter): Make static.
5297 (_initialize_remote_monitors): Add declaration.
5298 * remote-hms.c (_initialize_remote_hms): Add declaration.
5299 * remote-e7000.c (fetch_regs_from_dump): Make static.
5300 (expect_n): Make static.
5301 (_initialize_remote_e7000): Add declaration.
5302 * ser-e7kpc.c: Always include "defs.h".
5303 (_initialize_ser_e7000pc): Add declaration.
5304 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5305 * cris-tdep.c: Make all but one function static.
5306 (_initialize_cris_tdep): Add declaration.
5307 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5308 * solib.c (update_solib_list): Make static.
5309 (_initialize_solib): Add declaration.
5310 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5311 (_initialize_avr_tdep): Add declaration.
5312 * remote-rdi.c (voiddummy): Make static.
5313 (_initialize_remote_rdi): Add declaration.
5314 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5315 * remote-rdp.c (send_rdp): Make static.
5316 (_initialize_remote_rdp): Add declaration.
5317 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5318
5319 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5320
5321 * remote-fileio.c: Make ari happy.
5322
5323 2003-06-10 J. Brobecker <brobecker@gnat.com>
5324
5325 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5326 fetching the trailing bytes of the buffer we are about to write.
5327
5328 2003-06-10 Andrew Cagney <cagney@redhat.com>
5329
5330 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5331 * Makefile.in (remote-fileio.o): Update dependencies.
5332 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5333 include <setjmp.h>, or <sys/types.h> conditional on USG.
5334 (remote_fio_jmp_buf): Delete global variable.
5335
5336 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5337 Martin M. Hunt <hunt@redhat.com>
5338
5339 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5340 (SFILES): Add remote-fileio.c.
5341 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5342 dependencies for building remote.o.
5343 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5344 * remote-fileio.h: New header file defining remote File-I/O interface.
5345 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5346 static storage class.
5347 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5348 'F' packet.
5349 (_initialize_remote): Call initialize_remote_fileio().
5350 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5351 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5352 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5353 (captured_main): Initialize new ui_files.
5354 * ui-file.c: Add read and fgets input functions.
5355 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5356 (null_file_read): New function.
5357 (ui_file_read): New function.
5358 (set_ui_file_read): New function.
5359 (stdio_file_read): New function.
5360 * ui-file.h: New type ui_file_read_ftype.
5361 (set_ui_file_read): Declare.
5362 (ui_file_read): Declare.
5363
5364 2003-06-09 Andrew Cagney <cagney@redhat.com>
5365
5366 * frame.h (deprecated_unwind_get_saved_register): Rename
5367 generic_unwind_get_saved_register, update comments.
5368 * mips-tdep.c (mips_get_saved_register): Update.
5369 * frame.c (deprecated_unwind_get_saved_register): Update.
5370
5371 2003-06-09 Andrew Cagney <cagney@redhat.com>
5372
5373 * vax-tdep.c (vax_frame_locals_address): Delete function.
5374 (vax_gdbarch_init): Do not set frame_locals_address.
5375 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5376 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5377 * s390-tdep.c (s390_frame_args_address): Delete function.
5378 (s390_gdbarch_init): Do not set frame_args_address or
5379 frame_locals_address.
5380 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5381 (ns32k_gdbarch_init): Do not set frame_locals_address.
5382 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5383 (hppa_frame_locals_address): Delete function.
5384 (hppa_gdbarch_init): Do not set frame_args_address, or
5385 frame_locals_address.
5386 * arm-tdep.c (arm_frame_args_address): Delete.
5387 (arm_frame_locals_address): Delete.
5388 (arm_gdbarch_init): Do not set frame_args_address, or
5389 frame_locals_address.
5390
5391 2003-06-09 Andrew Cagney <cagney@redhat.com>
5392
5393 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5394 * gdbarch.h, gdbarch.c: Re-generate.
5395 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5396 * arch-utils.c (frame_num_args_unknown): Delete function.
5397 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5398 (frame_info): Use FRAME_NUM_ARGS_P.
5399 * arm-tdep.c (arm_frame_num_args): Delete function.
5400 (arm_gdbarch_init): Do not set frame_num_args.
5401 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5402 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5403 (hppa_gdbarch_init): Do not set frame_num_args.
5404 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5405 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5406 frame_num_args to default frame_num_args_unknown.
5407 * v850-tdep.c (v850_gdbarch_init): Ditto.
5408 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5409 * sh-tdep.c (sh_gdbarch_init): Ditto.
5410 * s390-tdep.c (s390_gdbarch_init): Ditto.
5411 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5412 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5413 * mips-tdep.c (mips_gdbarch_init): Ditto.
5414 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5415 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5416 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5417 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5418 * i386-tdep.c (i386_gdbarch_init): Ditto.
5419 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5420 * frv-tdep.c (frv_gdbarch_init): Ditto.
5421 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5422 * cris-tdep.c (cris_gdbarch_init): Ditto.
5423 * avr-tdep.c (avr_gdbarch_init): Ditto.
5424 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5425
5426 2003-06-09 Andrew Cagney <cagney@redhat.com>
5427
5428 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5429 (print_frame_args): Moved to "stack.c".
5430 * stack.c: Include "gdb_assert.h".
5431 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5432 (print_frame_args): Moved from "printcmd.c".
5433 * frame.h (print_frame_args): Delete declaration.
5434 * Makefile.in (stack.o): Update dependencies.
5435
5436 2003-06-08 Andrew Cagney <cagney@redhat.com>
5437
5438 * frame.c (get_prev_frame): Remove reference to
5439 frame_args_address_correct in comments.
5440 * frame-base.c (default_frame_args_address): Delete code
5441 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5442 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5443 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5444 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5445 (vax_frame_args_address_correct): Delete declaration.
5446
5447 2003-06-08 Andrew Cagney <cagney@redhat.com>
5448
5449 * gdbarch.sh (UNWIND_SP): Add.
5450 * gdbarch.h, gdbarch.c: Re-generate.
5451 * frame.c (frame_sp_unwind): New function.
5452 (get_frame_sp): New function.
5453 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5454 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5455 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5456 value.
5457 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5458 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5459
5460 2003-06-08 Andrew Cagney <cagney@redhat.com>
5461
5462 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5463 REMOTE_BREAKPOINT.
5464 * remote.c: Update.
5465 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5466 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5467 * config/m68k/tm-sun3.h: Update.
5468 * config/m68k/tm-m68klynx.h: Update.
5469 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5470
5471 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5472 trad_frame". Update comments.
5473 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5474 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5475 (trad_frame_register_value, trad_frame_prev_register): Update.
5476
5477 2003-06-08 Andrew Cagney <cagney@redhat.com>
5478
5479 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5480 from GCC's acinclude.m4.
5481 * configure.in: Check for getopt's delcaration.
5482 * aclocal.m4, config.in, configure: Re-generate.
5483 * main.c (error_init): Delete declaration.
5484 * defs.h (error_init): Declare.
5485 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5486 (rs6000_convert_from_func_ptr_addr): Make static.
5487 (_initialize_rs6000_tdep): Add declaration.
5488 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5489 (show_commands, set_verbose, show_history): Delete declaration.
5490 * top.h (set_verbose): Add declaration.
5491 (show_history, set_history, show_commands): Add declaration.
5492 (do_restore_instream_cleanup): Add declaration.
5493 * objc-lang.c (specialcmp): Make static.
5494 (print_object_command): Make static.
5495 (find_objc_msgsend): Make static.
5496 (find_objc_msgcall_submethod_helper): Make static.
5497 (find_objc_msgcall_submethod): Make static.
5498 (_initialize_objc_language): Add declaration.
5499 (find_implementation_from_class): Make static.
5500 (find_implementation): Make static.
5501 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5502 * objc-lang.h (lookup_struct_typedef): Add declaration.
5503 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5504 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5505 (do_restore_user_call_depth): Make static.
5506 (do_restore_instream_cleanup): Delete declaration.
5507 (dont_repeat): Delete declaration.
5508 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5509 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5510 * reggroups.c (_initialize_reggroup): Add declaration.
5511 * cp-support.c (_initialize_cp_support): Add declaration.
5512 * cp-abi.c (_initialize_cp_abi): Add declaration.
5513 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5514 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5515 (_initialize_gnu_v3_abi): Add declaration.
5516 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5517 (_initialize_gnu_v2_abi): Add declaration.
5518 * frame-base.c (_initialize_frame_base): Add declaration.
5519 * doublest.c (floatformat_from_length): Make static.
5520 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5521 * frame.c (create_sentinel_frame): Make static.
5522 (_initialize_frame): Add declaration.
5523 * top.c (do_catch_errors): Make static.
5524 (gdb_rl_operate_and_get_next_completion): Make static.
5525 * typeprint.c: Include "typeprint.h".
5526 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5527 (sentinel_frame_this_id): Make static.
5528 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5529 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5530 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5531 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5532 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5533 * maint.c (maintenance_print_architecture): Make static.
5534 * signals/signals.c (_initialize_signals): Add declaration.
5535 * std-regs.c (_initialize_frame_reg): Add declaration.
5536 * jv-exp.y (push_variable): ISO C definition.
5537 (push_qualified_expression_name): Ditto.
5538 * memattr.c (_initialize_mem): Add declaration.
5539 * remote.c (remote_check_watch_resources): Make static.
5540 (remote_stopped_by_watchpoint): Make static.
5541 (remote_stopped_data_address): Make static.
5542 * d10v-tdep.c (nr_dmap_regs): Make static.
5543 (a0_regnum): Make static.
5544 (d10v_frame_unwind_cache): Make static.
5545 (d10v_frame_p): Make static.
5546 * osabi.c (show_osabi): Make static.
5547 (_initialize_gdb_osabi): Add extern declaration.
5548 * gdbtypes.c (make_qualified_type): Make static.
5549 (safe_parse_type): Make static.
5550 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5551 * macrotab.c (macro_bcache_free): Make static.
5552 * interps.c (interp_set_quiet): Make static.
5553 (interpreter_exec_cmd): Make static.
5554 * stack.h (select_frame_command): New file.
5555 * stack.c: Include "stack.h".
5556 (select_frame_command_wrapper): Delete function.
5557 (select_frame_command): Make global.
5558 * infcall.c: Include "infcall.h".
5559 * linespec.c: Include "linespec.h".
5560 * symfile.c (sections_overlap): Make static.
5561 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5562 * charset.c (_initialize_charset): Add missing prototype.
5563 * regcache.c (init_legacy_regcache_descr): Make static.
5564 (do_regcache_xfree): Make static.
5565 (regcache_xfer_part): Make static.
5566 (_initialize_regcache): Add missing prototype.
5567 * breakpoint.c (parse_breakpoint_sals): Make static.
5568 (breakpoint_sals_to_pc): Make static.
5569 * interps.h (clear_interpreter_hooks): ISO C declaration.
5570 * Makefile.in (stack_h): Define.
5571 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5572 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5573
5574 2003-06-08 Andrew Cagney <cagney@redhat.com>
5575
5576 * Makefile.in (d10v-tdep.o): Update dependencies.
5577 (SFILES): Add trad-frame.c.
5578 (trad_frame_h): Define.
5579 (COMMON_OBS): Add trad-frame.o.
5580 (trad-frame.o): Specify dependencies.
5581 * d10v-tdep.c: Include "trad-frame.h".
5582 (saved_regs_unwinder): Delete function.
5583 (d10v_frame_prev_register): Use trad_frame_prev_register.
5584 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5585 trad_frame", delete "regs" and "prev_sp".
5586 (prologue_find_regs): Use trad-frame.
5587 * trad-frame.h, trad-frame.c: New files.
5588
5589 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5590
5591 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5592
5593 2003-06-07 Adam Fedor <fedor@gnu.org>
5594
5595 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5596 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5597 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5598 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5599 resolve_msgsend_super, resolve_msgsend_super_stret):
5600 Use it.
5601
5602 2003-06-07 Andrew Cagney <cagney@redhat.com>
5603
5604 * symfile.h: Re-indent, clean up comments.
5605
5606 2003-06-07 Andrew Cagney <cagney@redhat.com>
5607
5608 * inferior.h (deprecated_write_sp): Replace
5609 generic_target_write_sp.
5610 * regcache.c (deprecated_write_sp): Replace
5611 generic_target_write_sp.
5612 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5613 * vax-tdep.c (vax_gdbarch_init): Update.
5614 * v850-tdep.c (v850_gdbarch_init): Update.
5615 * sparc-tdep.c (sparc_gdbarch_init): Update.
5616 * sh-tdep.c (sh_gdbarch_init): Update.
5617 * s390-tdep.c (s390_gdbarch_init): Update.
5618 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5619 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5620 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5621 * mcore-tdep.c (mcore_gdbarch_init): Update.
5622 * m68k-tdep.c (m68k_gdbarch_init): Update.
5623 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5624 * ia64-tdep.c (ia64_gdbarch_init): Update.
5625 * h8300-tdep.c (h8300_gdbarch_init): Update.
5626 * frv-tdep.c (frv_gdbarch_init): Update.
5627 * cris-tdep.c (cris_gdbarch_init): Update.
5628 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5629
5630 2003-06-07 Andrew Cagney <cagney@redhat.com>
5631
5632 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5633 Assert that PC_REGNUM is valid.
5634 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5635
5636 2003-06-07 Andrew Cagney <cagney@redhat.com>
5637
5638 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5639 * gdbarch.h, gdbarch.c: Regenerate.
5640 * mn10300-tdep.c: Include "gdb_assert.h".
5641 (mn10300_read_fp): New function.
5642 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5643 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5644 * ia64-tdep.c: Include "gdb_assert.h".
5645 (ia64_read_fp): New function.
5646 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5647 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5648 * regcache.c (generic_target_read_sp): Delete function.
5649 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5650 * inferior.h (generic_target_read_sp): Delete declaration.
5651 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5652 generic_target_read_sp.
5653 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5654 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5655 * sh-tdep.c (sh_gdbarch_init): Ditto.
5656 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5657 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5658
5659 2003-06-07 Andrew Cagney <cagney@redhat.com>
5660
5661 * gdbarch.sh: Comment each field of startup_gdbarch.
5662 * gdbarch.h, gdbarch.c: Re-generate.
5663
5664 2003-06-07 Andrew Cagney <cagney@redhat.com>
5665
5666 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5667 * gdbarch.h, gdbarch.c: Re-generate.
5668 * regcache.c: Update comments on read_pc et.al.
5669 (generic_target_read_pc): Delete function.
5670 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5671 * inferior.h (generic_target_read_pc): Delete declaration.
5672 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5673 generic_target_read_pc.
5674 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5675 * sh-tdep.c (sh_gdbarch_init): Ditto.
5676 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5678
5679 2003-06-07 Andrew Cagney <cagney@redhat.com>
5680
5681 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5682 "index" with "special_local_sect". Use strcmp instead of STREQ.
5683 Append period to coments.
5684
5685 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5686
5687 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5688 (elfstab_offset_sections): Likewise.
5689 * gdb-stabs.h (stab_section_info): Likewise.
5690 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5691 * objfiles.c (objfile_relocate): Likewise.
5692 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5693 * remote.c (get_offsets): Likewise.
5694 (remote_cisco_objfile_relocate): Likewise.
5695 * somread.c (som_symfile_offsets): Likewise.
5696 * symfile.c (alloc_section_addr_info): New function.
5697 (build_section_addr_info_from_section_tab): Use it.
5698 (free_section_addr_info): Adjust.
5699 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5700 (syms_from_objfile): Allocate local_addr dynamically.
5701 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5702 dynamically.
5703 (add_symbol_file_command): Allocate sect_opts dynamically.
5704 (reread_symbols): Avoid use of SECT_OFF_MAX.
5705 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5706 (alloc_section_addr_info): Declare it.
5707 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5708 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5709 dynamically.
5710 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5711
5712 2003-06-06 Andrew Cagney <cagney@redhat.com>
5713
5714 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5715 (d10v_frame_unwind_cache): Do not set "return_pc".
5716
5717 2003-06-06 Michael Snyder <msnyder@redhat.com>
5718
5719 * h8300-tdep.c: Make tidy (long lines).
5720
5721 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5722
5723 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5724 to regcache_collect().
5725
5726 2003-06-05 J. Brobecker <brobecker@gnat.com>
5727
5728 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5729 pc_in_sigtramp multiarch method.
5730 (hppa_hpux_som_init_abi): Use it.
5731 (hppa_hpux_elf_init_abi): Likewise.
5732 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5733 macro has been multiarched.
5734 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5735 macro here, as hppa64 isn't multiarched yet.
5736
5737 2003-06-05 Andrew Cagney <cagney@redhat.com>
5738
5739 * Makefile.in (value_h): Add $(frame_h).
5740 * value.h: Include "frame.h".
5741 (struct value): Replace "frame_addr" with "frame_id".
5742 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5743 * values.c (allocate_value): Use VALUE_FRAME_ID.
5744 (value_copy): Use VALUE_FRAME_ID.
5745 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5746 * valops.c (value_assign): Update. Use frame_find_by_id.
5747
5748 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5749
5750 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5751 in each pass.
5752
5753 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5754
5755 * thread-db.c (check_event): For create/death event breakpoints,
5756 loop through all messages to ensure that we read the message
5757 corresponding to the breakpoint we are at.
5758
5759 2003-06-04 Michael Snyder <msnyder@redhat.com>
5760
5761 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5762
5763 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5764
5765 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5766 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5767 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5768 when handling .eh_frame sections.
5769
5770 2003-06-04 J. Brobecker <brobecker@gnat.com>
5771
5772 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5773 prepare_to_proceed procedure instead of the hppa-specific one.
5774 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5775
5776 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5777
5778 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5779 * config.in: Regenerated.
5780 * configure.in: Add test for syscall function and check for
5781 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5782 * configure: Regenerated.
5783 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5784 <sys/syscall.h>.
5785 (kill_lwp): New function that uses tkill syscall or
5786 uses kill, depending on whether threading model is nptl or not.
5787 All callers of kill() changed to use kill_lwp().
5788 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5789 see if all threads have already exited in the nptl model.
5790 (stop_and_resume_callback): New callback function used by the
5791 lin_lwp_wait thread exit handling code.
5792 (stop_wait_callback): Check for threads already having exited and
5793 delete such threads fromt the lwp list when discovered.
5794 (stop_callback): Don't assert retcode of kill call.
5795
5796 Roland McGrath <roland@redhat.com>
5797 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5798 nptl libthread_db.
5799
5800 2003-06-03 Richard Henderson <rth@redhat.com>
5801
5802 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5803 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5804 (alpha_sigtramp_frame_prev_register): Likewise.
5805 (alpha_heuristic_frame_prev_register): Likewise.
5806 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5807
5808 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5809 alpha-specific register id names.
5810 (alpha_mdebug_frame_unwind_cache): Likewise.
5811 (alpha_mdebug_frame_prev_register): Likewise.
5812
5813 2003-06-03 Richard Henderson <rth@redhat.com>
5814
5815 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5816 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5817 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5818 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5819 unwind routines.
5820 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5821 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5822 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5823
5824 * alpha-linux-tdep.c: Remove unnecessary includes.
5825 * Makefile.in (alpha-linux-tdep.o): Update.
5826
5827 2003-06-03 Richard Henderson <rth@redhat.com>
5828
5829 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5830 (alphabsd_fill_fpreg): Likewise.
5831
5832 2003-06-03 J. Brobecker <brobecker@gnat.com>
5833
5834 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5835 references to struct frame_info fields by calls to the equivalent
5836 accessors. Necessary now that frame_info is opaque.
5837
5838 2003-06-03 J. Brobecker <brobecker@gnat.com>
5839
5840 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5841 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5842 structure, field no longer exists.
5843
5844 2003-06-03 J. Brobecker <brobecker@gnat.com>
5845
5846 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5847 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5848
5849 2003-06-03 J. Brobecker <brobecker@gnat.com>
5850
5851 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5852 references to struct frame_info fields by calls to the equivalent
5853 accessors. Necessary now that frame_info is opaque.
5854
5855 2003-06-03 J. Brobecker <brobecker@gnat.com>
5856
5857 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5858 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5859 structure, field no longer exists.
5860
5861 2003-06-03 Theodore A. Roth <troth@openavr.org>
5862
5863 * remote.c (init_remote_state): Compute sizeof_g_packet by
5864 accumulation of the size of all registers instead of blindly using
5865 DEPRECATED_REGISTER_BYTES.
5866
5867 2003-06-03 Michael Snyder <msnyder@redhat.com>
5868
5869 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5870 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5871 for h8300sx.
5872
5873 2003-06-03 J. Brobecker <brobecker@gnat.com>
5874
5875 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5876 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5877
5878 2003-06-03 Andrew Cagney <cagney@redhat.com>
5879
5880 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5881 (sparc_convert_to_raw): Delete function.
5882 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5883 register_convert_to_virtual.
5884
5885 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5886
5887 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5888 layer if not dealing with a statically-linked threaded program.
5889
5890 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5891
5892 * solib.c (solib_open): Update comment to reflect actual search order.
5893
5894 2003-06-03 Andrew Cagney <cagney@redhat.com>
5895
5896 * frame.c (get_frame_memory_signed): New function.
5897 (get_frame_memory, get_frame_memory_unsigned): New function.
5898 (get_frame_arch): New function.
5899 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5900 (get_frame_memory, get_frame_unsigned_memory): Declare.
5901 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5902 get_frame_memory_unsigned and get_frame_arch.
5903 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5904
5905 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5906
5907 * MAINTAINERS (write after approval): Add myself.
5908
5909 2003-06-03 Jim Blandy <jimb@redhat.com>
5910
5911 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5912 elements of gregset_t are 64 bits each, but access registers
5913 are still 32 bits, so they're packed two per gregset_t
5914 element. Unpack/pack them properly.
5915
5916 2003-06-02 David Carlton <carlton@bactrian.org>
5917
5918 * linespec.c (find_methods): Break out code into
5919 add_matching_methods and add_constructors.
5920 (add_matching_methods): New.
5921 (add_constructors): Ditto.
5922
5923 2003-06-02 Andrew Cagney <cagney@redhat.com>
5924
5925 * sparc-tdep.c (sparc_print_registers): Delete call to
5926 REGISTER_CONVERTIBLE.
5927 (sparc_gdbarch_init): Do not set register_convertible.
5928 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5929 * frv-tdep.c (frv_gdbarch_init): Ditto.
5930 * cris-tdep.c (cris_gdbarch_init): Ditto.
5931
5932 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5933
5934 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5935 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5936 (syms_from_objfile): Ditto.
5937
5938 2003-06-03 Andreas Schwab <schwab@suse.de>
5939
5940 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5941 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5942
5943 2003-06-02 Richard Henderson <rth@redhat.com>
5944
5945 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5946 a member of all_reggroup.
5947
5948 2003-06-02 Richard Henderson <rth@redhat.com>
5949
5950 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5951 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5952 (alpha_lds, alpha_sts): New.
5953 (alpha_convert_register_p): Change from _register_convertible.
5954 (alpha_register_to_value): Change from _convert_to_virtual;
5955 restructure and fail for type sizes other than 4 or 8.
5956 (alpha_value_to_register): Similarly.
5957 (alpha_extract_return_value): Use alpha_sts.
5958 (alpha_store_return_value): Use alpha_lds.
5959 (alpha_gdbarch_init): Update hooks.
5960
5961 2003-06-02 Richard Henderson <rth@redhat.com>
5962
5963 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5964 regnum identifiers.
5965 (alpha_sigtramp_register_address): Likewise.
5966
5967 2003-06-02 Richard Henderson <rth@redhat.com>
5968
5969 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5970 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5971 * alpha-tdep.h: Declare them.
5972
5973 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5974 Remove zerobuf. Don't error on UNIQUE.
5975 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5976 (ALPHA_REGSET_UNIQUE): Provide default.
5977 (supply_gregset): Use alpha_supply_int_regs.
5978 (fill_gregset): Use alpha_fill_int_regs.
5979 (supply_fpregset): Use alpha_supply_fp_regs.
5980 (fill_fpregset): Use alpha_fill_fp_regs.
5981 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5982 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5983 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5984 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5985 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5986 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5987
5988 2003-06-02 Richard Henderson <rth@redhat.com>
5989
5990 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5991
5992 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5993 (alpha_store_return_value): Likewise.
5994
5995 2003-06-02 David Carlton <carlton@math.stanford.edu>
5996
5997 * block.c (contained_in): Add 'const' to arguments.
5998 (block_function): Ditto.
5999 * block.h: Update declarations for block_function and
6000 contained_in.
6001
6002 2003-06-02 David Carlton <carlton@math.stanford.edu>
6003
6004 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6005 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6006 * p-valprint.c (pascal_val_print): Ditto.
6007 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6008
6009 2003-06-02 Richard Henderson <rth@redhat.com>
6010
6011 * alpha-tdep.c (alpha_push_dummy_call): Use
6012 builtin_type_ieee_double_little instead of builtin_type_double.
6013
6014 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6015 sign-extension of 32-bit values.
6016 (alpha_store_return_value): Similarly.
6017
6018 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6019 (alpha_extract_return_value): Likewise.
6020 (alpha_store_return_value): Likewise.
6021
6022 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6023 (alpha_store_return_value): Error on IEEE Quad floats.
6024
6025 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6026 (alpha_extract_struct_value_address): Likewise.
6027 (alpha_store_return_value): Likewise.
6028 (alpha_store_struct_return): Remove.
6029 (alpha_gdbarch_init): Update hook registration to match.
6030
6031 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6032 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6033 macros where appropriate.
6034 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6035 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6036
6037 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6038 for SP, GP; void_func_ptr for PC; non-language-specific types
6039 for all others.
6040 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6041
6042 2003-06-02 Richard Henderson <rth@redhat.com>
6043
6044 * top.h (lim_at_start): Declare.
6045 * main.c (captured_main): Set it.
6046 * top.c (lim_at_start): Define.
6047 (command_loop): Use it instead of &environ.
6048 * event-top.c (command_handler): Likewise.
6049
6050 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6051
6052 * mipsnbsd-tdep.c: Update copyright years.
6053 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6054
6055 2003-06-01 Richard Henderson <rth@redhat.com>
6056
6057 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6058 (alpha-linux-tdep.o): Update dependencies.
6059 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6060 * alpha-mdebug-tdep.c: Remove unneeded includes.
6061
6062 2003-06-01 Richard Henderson <rth@redhat.com>
6063
6064 * alpha-tdep.c (alpha_register_reggroup_p): New.
6065 (alpha_gdbarch_init): Register it.
6066
6067 2003-06-02 Andrew Cagney <cagney@redhat.com>
6068
6069 * dwarfread.c: Eliminate "register"
6070 (decode_die_type): Eliminate assignment within "if".
6071 (struct_type, decode_array_element_type): Ditto.
6072 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6073 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6074 (decode_modified_type, completedieinfo): Ditto.
6075 * block.c: Eliminate "register".
6076 (blockvector_for_pc_sect): Eliminate assignment within "if".
6077 * cp-support.h (struct symbol): Opaque declaration.
6078 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6079
6080 2003-06-01 Richard Henderson <rth@redhat.com>
6081
6082 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6083 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6084
6085 2003-06-01 Adam Fedor <fedor@gnu.org>
6086
6087 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6088 * gdbarch.[ch]: Regenerate.
6089 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6090 (hppa_gdbarch_init): Set it in the gdbarch vector.
6091 * i386-tdep.c (i386_fetch_pointer_argument): New
6092 (i386_gdbarch_init): Set it into gdbarch.
6093 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6094 (rs6000_gdbarch_init): Set it in gdbarch.
6095 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6096 (sparc_gdbarch_init): Set it in gdbarch.
6097
6098 2003-06-01 Andrew Cagney <cagney@redhat.com>
6099
6100 * defs.h (extract_address): Delete declaration.
6101 * findvar.c (extract_address): Delete function.
6102 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6103 extract_address with the inline equivalent,
6104 extract_unsigned_integer.
6105 (xstormy16_extract_struct_value_address): Ditto.
6106 (xstormy16_pointer_to_address): Ditto.
6107 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6108 * v850-tdep.c (v850_push_arguments): Ditto.
6109 (v850_extract_return_value): Ditto.
6110 (v850_extract_struct_value_address): Ditto.
6111 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6112 (sparcnbsd_get_longjmp_target_64): Ditto.
6113 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6114 (get_longjmp_target): Ditto.
6115 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6116 (sh64_extract_struct_value_address): Ditto.
6117 (sh_push_arguments): Ditto.
6118 (sh64_push_arguments): Ditto.
6119 * remote-vxsparc.c (vx_read_register): Ditto.
6120 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6121 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6122 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6123 * mipsv4-nat.c (get_longjmp_target): Ditto.
6124 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6125 * mips-nat.c (get_longjmp_target): Ditto.
6126 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6127 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6128 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6129 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6130 * irix5-nat.c (get_longjmp_target): Ditto.
6131 * irix4-nat.c (get_longjmp_target): Ditto.
6132 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6133 (ia64_push_arguments): Ditto.
6134 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6135 * h8300-tdep.c (h8300_push_arguments): Ditto.
6136 (h8300_store_return_value): Ditto.
6137 (h8300_extract_struct_value_address): Ditto.
6138 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6139 (frv_push_arguments): Ditto.
6140 * avr-tdep.c (avr_pointer_to_address): Ditto.
6141 (avr_push_arguments): Ditto.
6142 * arm-tdep.c (arm_push_dummy_call): Ditto.
6143 (arm_get_longjmp_target): Ditto.
6144 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6145 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6146 (alpha_get_longjmp_target): Ditto.
6147
6148 * solib-irix.c (extract_mips_address): Inline extract_address,
6149 replacing it with extract_signed_integer.
6150 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6151 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6152 (first_link_map_member, open_symbol_file_object): Ditto.
6153 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6154 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6155 (LM_NEXT, LM_NAME): Ditto.
6156
6157 2003-06-01 Richard Henderson <rth@redhat.com>
6158
6159 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6160 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6161 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6162 (alpha_cannot_store_register): Likewise.
6163 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6164 * alpha-nat.c (supply_gregset): Likewise.
6165 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6166
6167 2003-06-01 Andrew Cagney <cagney@redhat.com>
6168
6169 * infcall.c (call_function_by_hand): Update comment on
6170 DEPRECATED_DUMMY_WRITE_SP.
6171
6172 * mips-tdep.c (mips_gdbarch_init): Do not set
6173 deprecated_dummy_write_sp.
6174 (mips_eabi_push_dummy_call): Set the SP register.
6175 (mips_o64_push_dummy_call): Set the SP register.
6176 (mips_o32_push_dummy_call): Set the SP register.
6177 (mips_n32n64_push_dummy_call): Set the SP register.
6178
6179 2003-06-01 Richard Henderson <rth@redhat.com>
6180
6181 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6182 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6183 (supply_gregset): Likewise.
6184 * alpha-tdep.c (alpha_store_return_value): Likewise.
6185 (alpha_get_longjmp_target): Likewise.
6186 (alpha_register_name): Constify array.
6187 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6188 deprecated_register_size, deprecated_register_bytes,
6189 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6190 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6191 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6192
6193 2003-06-01 Richard Henderson <rth@redhat.com>
6194
6195 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6196 from arg_reg_buffer to regcache to avoid double conversion.
6197
6198 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6199
6200 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6201 SP_REGNUM.
6202 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6203 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6204
6205 2003-06-01 Richard Henderson <rth@redhat.com>
6206
6207 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6208 (decode_frame_entry): Set it. Skip FDE augmentation.
6209
6210 2003-06-01 Richard Henderson <rth@redhat.com>
6211
6212 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6213 not overlapping PC_REGNUM.
6214
6215 2003-06-01 Richard Henderson <rth@redhat.com>
6216
6217 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6218 alpha_push_arguments. Don't dump argument register data to
6219 the target stack. Fix float and 128-bit long double semantics.
6220 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6221 (alpha_fix_call_dummy): Remove.
6222 (alpha_call_dummy_words): Remove.
6223 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6224
6225 2003-06-01 Richard Henderson <rth@redhat.com>
6226
6227 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6228
6229 2003-06-01 Andrew Cagney <cagney@redhat.com>
6230
6231 * mips-tdep.c (is_mips16_addr): New function.
6232 (make_mips16_addr, unmake_mips16_addr): New functions.
6233 (pc_is_mips16, mips_fetch_instruction): Use.
6234 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6235 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6236 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6237 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6238 TARGET_MIPS.
6239 * config/mips/tm-mips.h: Update copyright.
6240 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6241 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6242 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6243 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6244 (TM_PRINT_INSN_MACH): Delete.
6245 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6246
6247 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6248 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6249 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6250 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6251 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6252 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6253 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6254 mips*-*-riscos* and mips*-*-sysv* onto mips.
6255 * config/mips/mips64.mt: New file.
6256 * config/mips/mips.mt: New file.
6257 * config/mips/littlemips.mt: Delete file.
6258 * config/mips/decstation.mt: Delete file.
6259 * config/mips/vr4300el.mt: Delete file.
6260 * config/mips/vr5000el.mt: Delete file.
6261 * config/mips/vr5000.mt: Delete file.
6262 * config/mips/vr4100.mt: Delete file.
6263 * config/mips/vr4xxxel.mt: Delete file.
6264 * config/mips/vr4300.mt: Delete file.
6265 * config/mips/vr4xxx.mt: Delete file.
6266 * config/mips/bigmips.mt: Delete file.
6267 * config/mips/bigmips64.mt: Delete file.
6268 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6269 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6270 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6271 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6272 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6273 "tm-bigmips.h".
6274 * config/mips/tm-irix3.h: Ditto.
6275 * config/mips/tm-mipsv4.h: Ditto.
6276 * config/mips/tm-embed.h: Ditto.
6277 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6278 "tm-bigmips64.h".
6279 * config/mips/tm-vr5000el.h: Delete file.
6280 * config/mips/tm-tx39l.h: Delete file.
6281 * config/mips/tm-vr4300el.h: Delete file.
6282 * config/mips/tm-vr4xxxel.h: Delete file.
6283 * config/mips/tm-vr4300.h: Delete file.
6284 * config/mips/tm-vr4100.h: Delete file.
6285 * config/mips/tm-vr4xxx.h: Delete file.
6286 * config/mips/tm-vr5000.h: Delete file.
6287 * config/mips/tm-embedl64.h: Delete file.
6288 * config/mips/tm-embedl.h: Delete file.
6289 * config/mips/tm-embed64.h: Delete file.
6290 * config/mips/tm-bigmips64.h: Delete file.
6291 * config/mips/tm-bigmips.h: Delete file.
6292
6293 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6294
6295 Fix gdb/1216.
6296 * shnbsd-nat.c: Include "sh-tdep.h".
6297
6298 From Richard Henderson <rth@redhat.com>:
6299 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6300
6301 2003-05-31 Andrew Cagney <cagney@redhat.com>
6302
6303 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6304 forward declaration.
6305 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6306 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6307 (mips_find_saved_regs): Use set_reg_offset.
6308 (mips_frame_init_saved_regs): Delete function.
6309 (mips_pop_frame): Call mips_find_saved_regs instead of
6310 DEPRECATED_FRAME_INIT_SAVED_REGS.
6311
6312 2003-05-31 Andrew Cagney <cagney@redhat.com>
6313
6314 * mips-tdep.c (mips_gdbarch_init): Do not set
6315 deprecated_max_register_raw_size, register_virtual_size, and
6316 deprecated_max_register_virtual_size.
6317
6318 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6319
6320 * i386-tdep.c: Include "dwarf2-frame.h".
6321 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6322 * Makefile.in (i386-tdep.o): Update dependencies.
6323
6324 * dwarf2-frame.c, dwarf2-frame.h: New files.
6325 * Makefile.in (SFILES): Add dwarf2-frame.c.
6326 (dwarf2_frame_h): Define.
6327 (COMMON_OBS): Add dwarf2-frame.o.
6328 (dwarf2-frame.o): Add dependencies.
6329
6330 2003-05-31 Andreas Jaeger <aj@suse.de>
6331
6332 * x86-64-linux-nat.c: Fix comment.
6333
6334 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6335
6336 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6337 function signature.
6338
6339 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6340 have a sigcontext_addr handler.
6341 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6342 sigcontext_addr handler.
6343
6344 2003-05-31 Andrew Cagney <cagney@redhat.com>
6345
6346 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6347 (print_fp_register_row): Replace do_fp_register_row.
6348 (mips_print_fp_register): Add "file" and "frame" parameters.
6349 (mips_print_register): Add "file" and "frame" parameters.
6350 (mips_print_registers_info): Replace mips_do_registers_info.
6351 (mips_gdbarch_init): Set print_registers_info instead of
6352 deprecated_do_registers_info.
6353 (mips_read_fp_register_single): Add "frame" parameter.
6354 (mips_read_fp_register_double): Add "frame" parameter.
6355
6356 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6357
6358 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6359 Fixes a bug where GDB would print the wrong register names for
6360 targets without SSE.
6361
6362 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6363 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6364 registers.
6365
6366 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6367 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6368 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6369 TDEP->sc_sp_offset.
6370
6371 From Michal Ludvig <mludvig@suse.cz>:
6372 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6373 and `sc_num_regs'.
6374 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6375 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6376 I386_ST0_REGNUM): Move here from...
6377 * i386-tdep.c: ... here.
6378 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6379 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6380 registers if possible.
6381 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6382 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6383 Remove variables.
6384 (i386bsd_sc_reg_offset): New variable.
6385 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6386 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6387 TDEP->sc_sp_offset.
6388 (i386fbsd_sc_reg_offset): New variable.
6389 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6390 TDEP->sc_num_regs.
6391 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6392 variables.
6393 (i386fbsd4_sc_reg_offset): New variable.
6394 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6395 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6396 TDEP->sc_sp_offset.
6397 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6398 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6399 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6400 Remove variables.
6401 (i386nbsd_sc_reg_offset): New variable.
6402 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6403 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6404 TDEP->sc_sp_offset.
6405 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6406 Remove variables.
6407 (i386obsd_sc_reg_offset): New variable.
6408 (i386obsd_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 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6412 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6413 for frame pointer offset in `struct sigcontext'.
6414
6415 2003-05-31 Andrew Cagney <cagney@redhat.com>
6416
6417 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6418 architecture methods call_dummy_words, sizeof_call_dummy_words,
6419 push_return_address, store_struct_return, and fix_call_dummy. Set
6420 push_dummy_call instead of deprecated_push_arguments.
6421 (mips_store_struct_return): Delete function.
6422 (mips_fix_call_dummy): Delete function.
6423 (mips_push_return_address): Delete function.
6424 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6425 RA_REGNUM and T9_REGNUM.
6426 (mips_n32n64_push_dummy_call): Ditto for
6427 mips_n32n64_push_arguments.
6428 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6429 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6430
6431 2003-05-31 Andrew Cagney <cagney@redhat.com>
6432
6433 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6434 "dummy_addr" to "bp_addr".
6435 * infcall.c (call_function_by_hand): Pass "funaddr" to
6436 gdbarch_push_dummy_call.
6437 * gdbarch.h, gdbarch.c: Re-generate.
6438 * i386-tdep.c (i386_push_dummy_call): Update.
6439 * arm-tdep.c (arm_push_dummy_call): Update.
6440 * d10v-tdep.c (d10v_push_dummy_call): Update.
6441
6442 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6443
6444 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6445 variable declarations.
6446 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6447 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6448 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6449 x86_64_init_frame_pc, x86_64_init_frame_pc,
6450 x86_64_function_has_prologue): Remove prototypes.
6451 (X86_64_NUM_GREGS): New define.
6452 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6453 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6454 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6455 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6456 XMM1_REGNUM): Remove defines.
6457 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6458 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6459 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6460 X86_64_XMM1_REGNUM): New defines.
6461 (struct x86_64_register_info): Renamed from `struct
6462 register_info'. Remove `size' member.
6463 (x86_64_register_info_table): Remove variable.
6464 (x86_64_register_info): New variable.
6465 (X86_64_NUM_REGS): New define.
6466 (X86_64_NUM_GREGS): Remove define.
6467 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6468 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6469 Remove variables.
6470 (x86_54_dwarf2_reg_to_regnum): Remove function.
6471 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6472 (x86_64_dwarf_reg_to_regnum): New function.
6473 (x86_64_register_name): Rewrite.
6474 (x86_64_register_raw_size): Remove function.
6475 (x86_64_register_byte_table): Remove variable.
6476 (x86_64_register_byte): Remove function.
6477 (x86_64_register_virtual_type): Remove function.
6478 (x86_64_register_type): New function.
6479 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6480 x86_64_register_convert_to_raw): Remove functions.
6481 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6482 (x86_64_use_struct_convention): Make static. Adjust for renamed
6483 defines.
6484 (x86_64_frame_init_saved_regs): Remove function.
6485 (x86_64_push_arguments): Make static. Change to accept a regcache
6486 as argument.
6487 (x86_64_store_return_value, x86_64_extract_return_value): Make
6488 static. Rewrite based on i386 counterparts.
6489 (x86_64_push_dummy_call): New function.
6490 (X86_64_NUM_SAVED_REGS): New define.
6491 (x86_64_register_number): Remove function.
6492 (x86_64_store_struct_return): Remove function.
6493 (x86_64_frameless_function_invocation,
6494 x86_64_function_has_prologue): Remove functions.
6495 (PROLOG_BUFSIZE): Remove define.
6496 (struct x86_64_frame_cache): New structure.
6497 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6498 x86_64_frame_cache, x86_64_frame_this_id,
6499 x86_64_frame_prev_register, x86_64_frame_p,
6500 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6501 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6502 functions.
6503 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6504 variables.
6505 (x86_64_skip_prologue): Rewrite in terms of
6506 x86_64_analyze_prologue.
6507 (x86_64_frame_base_address): New function.
6508 (x86_64_frame_base): New variable.
6509 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6510 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6511 set deprecated_fp_regnum, deprecated_register_size,
6512 deprecated_register_bytes, register_raw_size, register_byte,
6513 register_virtual_type, register_convertiable,
6514 register_convert_to_virtual, convert_to_raw,
6515 deprecated_get_saved_register, deprecated_target_read_fp,
6516 deprecated_push_arguments, deprecated_push_return_address,
6517 deprecated_pop_frame, deprecated_store_struct_return,
6518 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6519 frameless_function_invocation, deprecated_frame_saved_pc,
6520 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6521 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6522 deprecated_init_frame_pc and virtual_frame_pointer. Call
6523 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6524 and x86_64_frame_p. Call frame_base_set_default to register
6525 x86_64_frame_base.
6526 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6527 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6528 (_initialize_x86_64_tdep): Remove function.
6529 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6530 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6531 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6532 define.
6533 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6534 (x86_64_linux_sigcontext_addr): Rewrite.
6535 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6536 x86_64_linux_frame_saved_pc): Remove functions.
6537 (x86_64_linux_pc_in_sigtramp): Renamed from
6538 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6539 trampoline.
6540 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6541 Remove_functions.
6542 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6543 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6544 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6545 (x86_64_regmap): Rename to regmap.
6546 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6547 x86_64_num_gregs.
6548 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6549 x86_64_regmap.
6550 (x86_64_fxsave_offset): Remove function.
6551 (supply_fpregset): Simply call x86_64_supply_fxsave.
6552 (fill_fpregset): Simply call x86_64_fill_fxsave.
6553 (fetch_inferior_registers, store_inferior_registers): Avoid
6554 asignment in if-statement.
6555 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6556 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6557 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6558 (fetch_core_registers): Remove function.
6559 (linux_elf_core_fns): Remove.
6560 (offsetoff): Don't define.
6561 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6562 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6563 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6564 add core-regset.o.
6565 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6566 protection against multiple includes instead of NM_X86_64_h. Add
6567 various comments. Include "config/nm-linux.h". Don't include
6568 <signal.h>.
6569 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6570 GET_THREAD_SIGNALS): Remove defines.
6571 (x86_64_register_u_addr, kernel_u_size,
6572 lin_thread_get_thread_signals): Remove prototypes.
6573 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6574 [HAVE_LINK_H]: Don't include "solib.h".
6575 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6576 * config/i386/tm-x86-64linux.h: Fix comments.
6577 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6578 x86-64-tdep.o): Update dependencies.
6579
6580 2003-05-30 Andrew Cagney <cagney@redhat.com>
6581
6582 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6583 Change parameter type to a "struct regcache *".
6584
6585 * gdbarch.sh: Regardless of the multi-arch level, always define
6586 the macro when not already defined.
6587 * gdbarch.h, gdbarch.c: Re-generate.
6588
6589 2003-05-30 Richard Henderson <rth@redhat.com>
6590
6591 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6592 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6593 (alpha_mdebug_frame_this_id): Likewise.
6594 (alpha_mdebug_frame_prev_register): Likewise.
6595 (alpha_mdebug_frame_base_address): Likewise.
6596 (alpha_mdebug_frame_locals_address): Likewise.
6597 (alpha_mdebug_frame_args_address): Likewise.
6598 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6599 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6600 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6601 loop increment.
6602 (alpha_heuristic_frame_this_id): Make static.
6603 (alpha_heuristic_frame_prev_register): Likewise.
6604 (alpha_heuristic_frame_base_address): Likewise.
6605 * alpha-tdep.h: Update.
6606
6607 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6608
6609 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6610 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6611 defenitions.
6612 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6613 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6614 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6615 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6616 I386_ST0_REGNUM): New defines.
6617 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6618 codestream_get): Remove define.
6619 (codestream_next_addr, condestream_addr, condestream_buf,
6620 codestream_off, codestream_cnt): Remove variables.
6621 (codestream_fill, codestream_seek, codestream_read): Remove
6622 functions.
6623 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6624 functionality.
6625 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6626 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6627 i386_frame_saved_pc, i386_saved_pc_after_call,
6628 i386_frame_num_args, i386_frame_init_saved_regs,
6629 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6630 i386_push_arguments): Remove functions.
6631 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6632 functionality. Use i386_analyze_prologue instead of
6633 i386_get_frame_setup.
6634 (I386_NUM_SAVED_REGS): New define.
6635 (struct i386_frame_cache): New structure.
6636 (i386_alloc_frame_cache, i386_analyze_struct_return,
6637 i386_skip_probe, i386_analyze_frame_setup,
6638 i386_analyze_register_saves, i386_analyze_prologue,
6639 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6640 i386_frame_prev_register, i386_sigtramp_frame_cache,
6641 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6642 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6643 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6644 New functions.
6645 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6646 New variables.
6647 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6648 I386_EAX_REGNUM and I386_EDX_REGNUM.
6649 (i386_extract_return_value, i386_store_return_value): Use
6650 I386_ST0_REGNUM where appropriate.
6651 (i386_extract_struct_value_address): Rewrite to use extract_address.
6652 (i386_svr4_pc_in_sigtramp): Add comment.
6653 (i386_svr4_sigcontext_addr): Rewrite.
6654 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6655 TDEP->sc_sp_offset.
6656 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6657 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6658 of new defines. Set push_dummy_call, don't set
6659 deprecated_push_arguments, deprecated_push_return_address,
6660 deprecated_pop_frame. Don't set parm_boundary. Don't set
6661 deprecated_frame_chain, deprecated_frame_saved_pc,
6662 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6663 save_dummy_frame_tos, unwind_pc. Call
6664 frame_unwind_append_predicate and frame_base_set_default. Don't
6665 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6666 Don't set frameless_function_invocation. Don't set
6667 deprecated_register_bytes, deprecated_register_size,
6668 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6669 * i386-linux-tdep.c: Fix formatting in some comments.
6670 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6671 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6672 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6673 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6674 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6675 redundant parentheses.
6676 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6677 (i386_linux_sigcontext_addr): Use it. Rewrite.
6678 (find_minsym_and_objfile): Change name of second argument.
6679 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6680 changed. Use frame_pc_unwind instead of
6681 DEPRECATED_SAVED_PC_AFTER_CALL.
6682 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6683 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6684 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6685 unwinder.
6686 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6687 "dummy-frame.h".
6688 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6689 (_initialize_i386_cygwin_tdep): New prototype.
6690 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6691 deprecated_frame_chain_valid.
6692 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6693 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6694 Rely on the SVR4 defaults.
6695 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6696 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6697
6698 2003-05-30 Andrew Cagney <cagney@redhat.com>
6699
6700 * infcall.c (call_function_by_hand): Always call
6701 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6702
6703 2003-05-30 Richard Henderson <rth@redhat.com>
6704
6705 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6706 increment.
6707
6708 2003-05-29 Jim Blandy <jimb@redhat.com>
6709
6710 Use gdbarch methods for solib stuff on PowerPC Linux.
6711 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6712 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6713 show through.
6714 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6715 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6716 giving the same effect as the #definitions above.
6717
6718 2003-05-29 Adam Fedor <fedor@gnu.org>
6719
6720 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6721 (find_implementation_from_class): Replace it with the standard
6722 case i.e. do nothing.
6723
6724 2003-05-29 Richard Henderson <rth@redhat.com>
6725
6726 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6727 (alpha_linux_sigtramp_offset): Use it. Make static.
6728 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6729 update for new frame model.
6730 * alpha-mdebug-tdep.c: New file.
6731 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6732 (alpha_osf1_init_abi): Install it.
6733 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6734 (linked_proc_desc_table): Remove.
6735 (alpha_frame_past_sigtramp_frame): Remove.
6736 (alpha_dynamic_sigtramp_offset): Remove.
6737 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6738 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6739 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6740 (push_sigtramp_desc): Remove.
6741 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6742 (alpha_cannot_store_register): Likewise.
6743 (alpha_sigcontext_addr): Remove.
6744 (alpha_find_saved_regs): Remove.
6745 (alpha_frame_init_saved_regs): Remove.
6746 (alpha_init_frame_pc_first): Remove.
6747 (read_next_frame_reg): Remove.
6748 (alpha_frame_saved_pc): Remove.
6749 (alpha_saved_pc_after_call): Remove.
6750 (temp_proc_desc, temp_saved_regs): Remove.
6751 (alpha_about_to_return): Remove.
6752 (cached_proc_desc): Remove.
6753 (alpha_frame_chain): Remove.
6754 (alpha_print_extra_frame_info): Remove.
6755 (alpha_init_extra_frame_info): Remove.
6756 (alpha_frame_locals_address): Remove.
6757 (alpha_frame_args_address): Remove.
6758 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6759 (alpha_push_dummy_frame): Remove.
6760 (alpha_pop_frame): Remove.
6761 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6762 (alpha_read_insn): New.
6763 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6764 for different insn encodings.
6765 (alpha_in_lenient_prologue): Remove.
6766 (struct alpha_sigtramp_unwind_cache): New.
6767 (alpha_sigtramp_frame_unwind_cache): New.
6768 (alpha_sigtramp_register_address): New.
6769 (alpha_sigtramp_frame_this_id): New.
6770 (alpha_sigtramp_frame_prev_register): New.
6771 (alpha_sigtramp_frame_unwind): New.
6772 (alpha_sigtramp_frame_p): New.
6773 (struct alpha_heuristic_unwind_cache): New.
6774 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6775 don't count nop insns that occur between functions.
6776 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6777 heuristic_proc_desc, but without the mdebug wrapping.
6778 (alpha_heuristic_frame_this_id): New.
6779 (alpha_heuristic_frame_prev_register): New.
6780 (alpha_heuristic_frame_unwind): New.
6781 (alpha_heuristic_frame_p): New.
6782 (alpha_heuristic_frame_base_address): New.
6783 (alpha_heuristic_frame_base): New.
6784 (alpha_unwind_dummy_id): New.
6785 (alpha_unwind_pc): New.
6786 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6787 frame related deprecated initializations; install replacements.
6788 (alpha_dump_tdep): Remove.
6789 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6790 (alpha_read_insn, alpha_after_prologue,
6791 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6792 alpha_heuristic_frame_prev_register,
6793 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6794 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6795 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6796 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6797
6798 2003-05-29 Andrew Cagney <cagney@redhat.com>
6799
6800 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6801 dependant on the availability of ASSERT_FUNCTION.
6802 (ASSERT_FUNCTION): Do not define when there is no function name.
6803
6804 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6805
6806 From Jimi X <jimix@watson.ibm.com>:
6807 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6808
6809 2003-05-28 Jim Blandy <jimb@redhat.com>
6810
6811 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6812 argument to ptrace to int; the system headers should give it the
6813 right type, and pointers don't fit in ints on powerpc64-*-*.
6814
6815 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6816
6817 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6818 DW_TAG_catch_block.
6819
6820 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6821
6822 * stabsread.c (dbx_lookup_type): Make static.
6823 (read_type): Ditto.
6824 (add_undefined_type): Ditto.
6825 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6826 not export.
6827
6828 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6829
6830 * hpread.c (hpread_has_name): Make static.
6831 (hpread_psymtab_to_symtab): Ditto.
6832 (file_exists): Ditto.
6833 (hpread_call_pxdb): Ditto.
6834 (hpread_pxdb_needed): Ditto.
6835 (hpread_quick_traverse): Ditto.
6836 (hpread_get_header): Ditto.
6837 (hpread_get_lntt): Ditto.
6838 (hpread_get_slt): Ditto.
6839 (class_of): Ditto.
6840
6841 2003-05-25 Andreas Schwab <schwab@suse.de>
6842
6843 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6844 stack_align and deprecated_extra_stack_alignment_needed.
6845 (m68k_stack_align): Delete.
6846
6847 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6848 (m68k_register_virtual_size): Likewise.
6849 (altos_skip_prologue): Remove obsolete function.
6850 (isi_frame_num_args): Likewise.
6851 (news_frame_num_args): Likewise.
6852 (m68k_fix_call_dummy): Make static.
6853 (m68k_push_dummy_frame): Likewise.
6854 (m68k_pop_frame): Likewise.
6855 (m68k_skip_prologue): Likewise.
6856 (m68k_frame_init_saved_regs): Likewise.
6857 (m68k_saved_pc_after_call): Likewise.
6858 (m68k_get_longjmp_target): Make multi-arch.
6859 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6860 structure. Register m68k_get_longjmp_target if enabled.
6861 * m68k-tdep.h (struct gdbarch_tdep): Define.
6862 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6863
6864 * Makefile.in (config.status): Also depend on configure.tgt
6865 and configure.host.
6866 (m68klinux-tdep.o): Update dependencies.
6867 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6868 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6869 (M68K_LINUX_JB_PC): Define.
6870 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6871 and take additional parameter.
6872 (m68k_linux_sigtramp_saved_pc): Update.
6873 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6874 m68k_linux_pc_in_sigtramp, in_plt_section,
6875 find_solib_trampoline_target.
6876 * config/m68k/tm-linux.h: Don't include any tm headers.
6877 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6878 (JB_ELEMENT_SIZE): Likewise.
6879 (JB_PC): Likewise.
6880 (GET_LONGJMP_TARGET): Likewise.
6881 (IN_SIGTRAMP): Likewise.
6882 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6883
6884 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6885
6886 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6887 (sparc32_push_arguments): Re-implement by calling
6888 sparc32_do_push_arguments.
6889
6890 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6891
6892 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6893 SPARC_O1_REGNUM): New defines.
6894 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6895 (sparc32_store_return_value): New function.
6896 (sparc_extract_struct_value_address): Rewrite to operate on a
6897 regcache.
6898 (sparc_gdbarch_init): Don't set
6899 deprecated_extract_struct_value_address. Set
6900 extract_struct_value_address instead. Don't set
6901 deprecated_extract_return_value and deprecated_store_return_value
6902 for 32-bit targets. Set extract_return_value and
6903 store_return_value instead.
6904 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6905 DEPRECTAED_EXTRACT_RETURN_VALUE,
6906 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6907 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6908 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6909 (sparc_store_return_value): Remove prototype.
6910 (sparc32_store_return_value): New prototype.
6911 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6912 Adjust prototypes.
6913
6914 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6915
6916 * sparcnbsd-tdep.c: Include "gdb_string.h".
6917
6918 2003-05-23 Andrew Cagney <cagney@redhat.com>
6919
6920 * p-valprint.c (pascal_val_print): Replace extract_address with
6921 the inline equivalent extract_unsigned_integer.
6922 * jv-valprint.c (java_value_print): Ditto.
6923 * ada-valprint.c (ada_val_print_1): Ditto.
6924 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6925
6926 2003-05-23 Theodore A. Roth <troth@openavr.org>
6927
6928 * blockframe.c (frameless_look_for_prologue): Remove unused
6929 after_prologue variable.
6930
6931 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6932
6933 * blockframe.c (get_pc_function_start): Rewrite to avoid
6934 asignments in if-statements.
6935
6936 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6937
6938 Committed by Elena Zannoni <ezannoni@redhat.com>.
6939 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6940 files, don't relocate absolute symbols (and do use mst_abs).
6941
6942 2003-05-23 Andrew Cagney <cagney@redhat.com>
6943
6944 * objc-lang.c: Include "gdb_assert.h".
6945 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6946 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6947 (gdb_check, gdb_check_fatal): Delete functions.
6948 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6949 gdb_assert.
6950 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6951 * Makefile.in (objc-lang.o): Update dependencies.
6952
6953 2003-05-22 Ian Lance Taylor <ian@airs.com>
6954
6955 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6956 with fprintf_filtered, not fprintf_unfiltered.
6957
6958 2003-05-22 Andrew Cagney <cagney@redhat.com>
6959
6960 * stack.c (frame_info): Inline extract_address, replacing it with
6961 extract_unsigned_integer.
6962 * findvar.c (unsigned_pointer_to_address): Ditto.
6963 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6964 * dwarf2expr.c (dwarf2_read_address): Ditto.
6965 * frame.c (frame_pc_unwind): Update comment.
6966 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6967
6968 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6969
6970 * infptrace.c (detach): Call print_sys_errmsg rather than
6971 perror_with_name to issue warning message when errno is non-zero
6972 after calling ptrace detach.
6973
6974 2003-05-21 J. Brobecker <brobecker@gnat.com>
6975
6976 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6977 macro definitions from here...
6978 * hppa-tdep.c: ...to there.
6979
6980 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6981
6982 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6983 register_ptrace_addr(). Fix all callers.
6984
6985 2003-05-21 Andreas Schwab <schwab@suse.de>
6986
6987 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6988 dependencies.
6989 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6990 end.
6991 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6992 (_initialize_m68k_linux_tdep): New function.
6993 (m68k_linux_frame_saved_pc): Make static.
6994 (m68k_linux_extract_return_value): Likewise.
6995 (m68k_linux_store_return_value): Likewise.
6996 (m68k_linux_extract_struct_value_address): Likewise.
6997 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6998 Remove.
6999 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7000 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7001 (DEPRECATED_FRAME_SAVED_PC): Remove.
7002
7003 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7004
7005 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7006 regset numbering rather than our own.
7007
7008 2003-05-19 David Carlton <carlton@bactrian.org>
7009
7010 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7011
7012 2003-05-19 David Carlton <carlton@bactrian.org>
7013
7014 Partial fix for PR c++/827.
7015 * cp-support.h: Include symtab.h.
7016 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7017 * cp-namespace.c: Update contributors.
7018 (cp_lookup_symbol_nonlocal): New.
7019 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7020 (lookup_symbol_file): Ditto.
7021 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7022 * block.h: Declare block_scope, block_using, block_global_block.
7023 * block.c (block_scope): New.
7024 (block_using, block_global_block): Ditto.
7025 * Makefile.in (cp_support_h): Depend on symtab_h.
7026 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7027
7028 2003-05-19 David Carlton <carlton@bactrian.org>
7029
7030 * language.h (struct language_defn): Add 'la_value_of_this'
7031 and 'la_lookup_symbol_nonlocal' members.
7032 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7033 lookup_symbol_static, lookup_symbol_global,
7034 lookup_symbol_aux_block.
7035 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7036 if we should search fields of this and how to do static/global
7037 lookup.
7038 (lookup_symbol_aux_block): Make extern.
7039 (basic_lookup_symbol_nonlocal): New.
7040 (lookup_symbol_static, lookup_symbol_global): Ditto.
7041 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7042 'la_lookup_symbol_nonlocal' members.
7043 * c-lang.c (c_language_defn, cplus_language_defn)
7044 (asm_language_defn, minimal_language_defn): Ditto.
7045 * jv-lang.c (java_language_defn): Ditto.
7046 * language.c (unknown_language_defn, auto_language_defn)
7047 (local_language_defn): Ditto.
7048 * m2-lang.c (m2_language_defn): Ditto.
7049 * objc-lang.c (objc_language_defn): Ditto.
7050 * scm-lang.c (scm_language_defn): Ditto.
7051 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7052 * p-lang.c (pascal_language_defn): Ditto for both.
7053 * Makefile.in (f-lang.o): Depend on value_h.
7054 (p-lang.o): Ditto.
7055
7056 2003-05-19 David Carlton <carlton@bactrian.org>
7057
7058 * block.h: Declare block_static_block.
7059 * block.c (block_static_block): New.
7060 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7061 lookup_symbol_aux_local, calling block_static_block instead.
7062 (lookup_symbol_aux_local): Delete 'static_block' argument.
7063
7064 2003-05-19 David Carlton <carlton@bactrian.org>
7065
7066 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7067
7068 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7069
7070 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7071 register numbers mapping.
7072
7073 2003-05-18 Adam Fedor <fedor@gnu.org>
7074
7075 * symtab.c (completion_list_objc_symbol): New function.
7076 (make_symbol_completion_list): Use it to add ObjC symbols
7077 when looking though the list.
7078 (language_search_unquoted_string): New function.
7079 (make_file_symbol_completion_list): Use it.
7080
7081 2003-05-18 Andreas Schwab <schwab@suse.de>
7082
7083 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7084 dependencies.
7085 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7086 as m68k_linux_extract_return_value.
7087 (DEPRECATED_STORE_RETURN_VALUE): Define as
7088 m68k_linux_store_return_value.
7089 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7090 m68k_linux_extract_struct_value_address.
7091 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7092 get_next_frame, get_frame_base, get_frame_pc.
7093 (m68k_linux_frame_saved_pc): Use get_frame_base.
7094 (m68k_linux_extract_return_value): New function.
7095 (m68k_linux_store_return_value): New function.
7096 (m68k_linux_extract_struct_value_address): New function.
7097 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7098
7099 * c-exp.y (typebase): Remove duplicate occurence of
7100 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7101 of lookup_signed_typename.
7102
7103 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7104
7105 * dwarf2loc.c (find_location_expression): Change type of second
7106 argument to `size_t *'.
7107 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7108 for size variable.
7109
7110 2003-05-18 David Carlton <carlton@bactrian.org>
7111
7112 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7113 'linkage_name'. Add comment.
7114 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7115 'linkage_name'.
7116 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7117 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7118 (lookup_block_symbol): Ditto.
7119
7120 2003-05-16 Andrew Cagney <cagney@redhat.com>
7121
7122 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7123 * gdbarch.h, gdbarch.c: Re-generate.
7124 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7125 * TODO (REGISTER_BYTES): Delete reference.
7126 * alpha-tdep.c (alpha_gdbarch_init): Update.
7127 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7128 * x86-64-tdep.c (x86_64_init_abi): Update.
7129 * vax-tdep.c (vax_gdbarch_init): Update.
7130 * v850-tdep.c (v850_gdbarch_init): Update.
7131 * sparc-tdep.c (sparc_gdbarch_init): Update.
7132 * sh-tdep.c (sh_gdbarch_init): Update.
7133 * s390-tdep.c (s390_gdbarch_init): Update.
7134 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7135 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7136 (ns32k_gdbarch_init_32382): Update.
7137 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7138 * mcore-tdep.c (mcore_gdbarch_init): Update.
7139 * m68k-tdep.c (m68k_gdbarch_init): Update.
7140 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7141 * ia64-tdep.c (ia64_gdbarch_init): Update.
7142 * i386-tdep.c (i386_gdbarch_init): Update.
7143 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7144 * hppa-tdep.c (hppa_gdbarch_init): Update.
7145 * h8300-tdep.c (h8300_gdbarch_init): Update.
7146 * frv-tdep.c (frv_gdbarch_init): Update.
7147 * cris-tdep.c (cris_gdbarch_init): Update.
7148 * avr-tdep.c (avr_gdbarch_init): Update.
7149 * arm-tdep.c (arm_gdbarch_init): Update.
7150 * sparc-tdep.c (sparc_pop_frame): Update.
7151 * rs6000-tdep.c (rs6000_pop_frame): Update.
7152 * remote.c (init_remote_state): Update.
7153 (remote_prepare_to_store): Update.
7154 * remote-vx.c (vx_prepare_to_store): Update.
7155 * remote-sds.c (sds_fetch_registers): Update.
7156 (sds_prepare_to_store): Update.
7157 * remote-array.c: Update.
7158 * regcache.c (init_legacy_regcache_descr): Update.
7159 (init_regcache_descr): Update.
7160 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7161 (mips_o64_extract_return_value): Update.
7162 * irix5-nat.c (fetch_core_registers): Update.
7163 * irix4-nat.c (fetch_core_registers): Update.
7164 * i386-tdep.h: Update.
7165 * hppa-tdep.c (pa_do_registers_info): Update.
7166 (pa_do_strcat_registers_info): Update.
7167 * cris-tdep.c (cris_register_bytes_ok): Update.
7168 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7169 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7170 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7171 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7172 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7173 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7174 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7175 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7176 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7177 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7178 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7179 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7180 (REGISTER_BYTES_OK): Update.
7181 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7182 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7183
7184 2003-05-16 Ian Lance Taylor <ian@airs.com>
7185
7186 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7187 (vax_print_insn, print_insn_arg): Remove static functions.
7188 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7189 print_insn_vax from opcodes library.
7190 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7191
7192 2003-05-15 Andrew Cagney <cagney@redhat.com>
7193
7194 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7195 * target.h (memory_breakpoint_from_pc): Delete declaration.
7196 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7197 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7198 * monitor.c (monitor_insert_breakpoint): Use
7199 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7200 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7201 * gdbarch.h, gdbarch.c: Re-generate.
7202 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7203 (sparc_gdbarch_init): Set breakpoint_from_pc to
7204 sparc_breakpoint_from_pc.
7205 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7206 (BREAKPOINT_FROM_PC): Define.
7207 (sparc_breakpoint_from_pc): Declare.
7208 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7209 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7210 (BREAKPOINT_FROM_PC): Define.
7211 (BREAKPOINT): Delete macro.
7212 * target.h: Update comment.
7213 * s390-tdep.c (s390_gdbarch_init): Update comments.
7214 * remote.c: Update comments.
7215 * remote-mips.c: Update comments.
7216 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7217 * mem-break.c: Update comment.
7218 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7219 (ia64_memory_insert_breakpoint): Update.
7220 * config/sparc/tm-sparc.h: Update comment.
7221 * config/pa/tm-hppa64.h: Update comment.
7222 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7223 (rs6000_breakpoint_from_pc): Update.
7224 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7225 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7226 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7227 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7228 (mips_breakpoint_from_pc): Update.
7229 (mips_dump_tdep): Update.
7230
7231 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7232 * minsyms.c (lookup_minimal_symbol): Inline
7233 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7234
7235 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7236 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7237 * p-lang.c (pascal_printstr): Ditto.
7238 * objc-lang.c (objc_printstr): Ditto.
7239 * m2-lang.c (m2_printstr): Ditto.
7240 * jv-valprint.c (java_print_value_fields): Ditto.
7241 * f-lang.c (f_printstr): Ditto.
7242 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7243 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7244 for repeat_count_threshold.
7245 * Makefile.in (cp-valprint.o): Update dependencies.
7246
7247 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7248
7249 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7250 (examine_prologue): Support looking through leaf functions, knowing
7251 they start with mov r2,r12. Support skipping over indirect stores
7252 of the input registers. Upon hitting a non-nop branch instruction
7253 or predicated instruction, bail out by setting lim_pc to the current
7254 pc value in the loop. At the end, if the lim_pc value is still
7255 beyond our calculated value and we have trust_limit set,
7256 use the lim_pc value.
7257
7258 2003-05-15 Andrew Cagney <cagney@redhat.com>
7259
7260 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7261 generic_find_dummy_frame.
7262 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7263 (deprecated_generic_find_dummy_frame): Update.
7264 (deprecated_read_register_dummy): Update.
7265 * frame.c (deprecated_generic_get_saved_register): Update.
7266
7267 2003-05-15 Theodore A. Roth <troth@openavr.org>
7268
7269 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7270 (avr_gdbarch_init): Set breakpoint_from_pc method.
7271
7272 2003-05-15 Andrew Cagney <cagney@redhat.com>
7273
7274 * regcache.c (build_regcache): Set deprecated_register_valid
7275 directly.
7276 (deprecated_grub_regcache_for_register_valid): Delete function.
7277 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7278 declaration.
7279
7280 2003-05-15 David Carlton <carlton@bactrian.org>
7281
7282 Committed by Elena Zannoni <ezannoni@redhat.com>
7283 * symtab.c (lookup_symbol_aux): Delete calls to
7284 lookup_symbol_aux_minsyms.
7285 (lookup_symbol_aux_minsyms): Comment out function and
7286 prototype. Delete lookup by mangled name.
7287
7288 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7289
7290 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7291 correctly indicate an empty stack and ``stack_allocated'' to the
7292 indicate the number of elements initially allocated.
7293 (dwarf_expr_grow_stack): Simplify method for computing new
7294 stack size. Don't loop infinitely if ``stack_len'' is zero.
7295 (execute_stack_op): Move ``ctx->in_reg'' initialization
7296 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7297 be used in conjuction with DW_OP_piece. Revise error message
7298 accordingly.
7299
7300 2003-05-14 Theodore A. Roth <troth@openavr.org>
7301
7302 * MAINTAINERS: Update my email address.
7303 * avr-tdep.c: Ditto.
7304
7305 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7306
7307 * symtab.h (enum domain_enum): Rename from namespace_enum.
7308 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7309 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7310 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7311 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7312 TYPES_NAMESPACE, METHODS_NAMESPACE.
7313 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7314 (struct symbol, struct partial_symbol): Rename field
7315 'namespace_enum namespace' to 'domain_enum domain'.
7316 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7317 Delete old define kludge for namespace.
7318
7319 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7320 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7321 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7322 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7323 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7324 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7325 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7326 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7327 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7328 occurrences of the above.
7329
7330 2003-05-14 Ian Lance Taylor <ian@airs.com>
7331
7332 * Makefile.in (install-only): Use $(SHELL) when running
7333 mkinstalldirs.
7334
7335 2003-05-13 Ian Lance Taylor <ian@airs.com>
7336
7337 * MAINTAINERS (write after approval): Add myself.
7338
7339 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7340 second and third arguments.
7341 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7342 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7343
7344 2003-05-13 Andrew Cagney <cagney@redhat.com>
7345
7346 * defs.h (store_address): Delete declaration.
7347 findvar.c (store_address): Delete function.
7348 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7349 store_unsigned_integer.
7350 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7351 * v850-tdep.c (v850_push_arguments): Ditto.
7352 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7353 * sh-tdep.c (sh64_get_saved_register): Ditto.
7354 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7355 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7356 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7357 (mips_get_saved_register): Ditto.
7358 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7359 (find_func_descr, ia64_push_arguments): Ditto.
7360 * i386-tdep.c (i386_push_arguments): Ditto.
7361 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7362 * frv-tdep.c (frv_push_arguments): Ditto.
7363 * frame.c (legacy_saved_regs_prev_register): Ditto.
7364 (deprecated_generic_get_saved_register): Ditto.
7365 * findvar.c (unsigned_address_to_pointer): Ditto.
7366 * dwarf2read.c (dwarf2_const_value): Ditto.
7367 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7368 * alpha-tdep.c (alpha_push_arguments): Ditto.
7369
7370 2003-05-12 J. Brobecker <brobecker@gnat.com>
7371
7372 * NEWS: Mention that the hppa-hpux port has been partially
7373 multiarched (32bit ABIT only, so far).
7374
7375 2003-05-11 Andrew Cagney <cagney@redhat.com>
7376
7377 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7378 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7379 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7380 sim/testsuite/sim/arm/misaligned2.ms, and
7381 sim/testsuite/sim/arm/misaligned3.ms.
7382 * disasm.h (struct ui_file): Add opaque struct declaration.
7383 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7384 * frame.h (struct ui_file): Ditto.
7385
7386 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7387
7388 * value.h: Pretty print.
7389
7390 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7391
7392 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7393
7394 2003-05-08 Andrew Cagney <cagney@redhat.com>
7395
7396 * regcache.h (max_register_size): Delete declaration.
7397 * regcache.c (max_register_size): Delete function.
7398 (struct regcache_descr): Delete field "max_register_size".
7399 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7400 registers fit in MAX_REGISTER_SIZE.
7401 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7402 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7403 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7404 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7405 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7406 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7407 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7408 * dve3900-rom.c, hppa-tdep.c: Ditto.
7409
7410 2003-05-08 David Carlton <carlton@math.stanford.edu>
7411
7412 * valops.c (push_word): Fix typo.
7413
7414 2003-05-08 Andrew Cagney <cagney@redhat.com>
7415
7416 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7417 * gdbarch.h: Re-generate.
7418 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7419 (legacy_max_register_raw_size): Delete declaration.
7420 * regcache.c (legacy_max_register_raw_size): Delete function.
7421 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7422 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7423 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7424 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7425 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7426 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7427 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7428 * findvar.c, dwarf2cfi.c: Ditto.
7429
7430 2003-05-08 Andrew Cagney <cagney@redhat.com>
7431
7432 * mips-tdep.c (read_signed_register): New function, moved to here
7433 from "regcache.c".
7434 (read_signed_register_pid): Ditto.
7435 * regcache.c (read_signed_register_pid): Delete function, moved to
7436 "mips-tdep.c".
7437 (read_signed_register): Ditto.
7438 * regcache.h (read_signed_register): Delete declaration.
7439 (read_signed_register_pid): Delete declaration.
7440
7441 2003-05-08 Andrew Cagney <cagney@redhat.com>
7442
7443 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7444 * gdbarch.h: Re-generate.
7445 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7446 (legacy_max_register_virtual_size): Delete declaration.
7447 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7448 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7449 * tracepoint.c (memrange_sortmerge): Ditto.
7450 * sparc-tdep.c (sparc_print_registers): Ditto.
7451 * regcache.c (legacy_max_register_virtual_size): Delete function.
7452
7453 2002-05-08 J. Brobecker <brobecker@gnat.com>
7454
7455 * fork-child.c (escape_bang_in_quoted_argument): New function.
7456 (fork_inferior): Escape '!' characters in quoted arguments
7457 only when needed.
7458
7459 2003-05-08 J. Brobecker <brobecker@gnat.com>
7460
7461 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7462 the language of the CU is not currently supported by GDB.
7463
7464 2003-05-08 J. Brobecker <brobecker@gnat.com>
7465
7466 * defs.h (language): Add language_minimal enum value.
7467 * c-lang.c (minimal_language_defn): New language definition.
7468 (_initialize_c_language): Add the new minimal language to the list
7469 of languages known to GDB.
7470
7471 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7472
7473 * frame.c (get_frame_type): Don't attempt to lazily initialize
7474 frame's unwinder for legacy frames.
7475
7476 2003-05-07 Andrew Cagney <cagney@redhat.com>
7477
7478 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7479 and "regcache" parameters.
7480 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7481
7482 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7483
7484 * dwarf2read.c (dwarf_decode_lines): Only use output of
7485 check_cu_functions() when calling record_line(). Do not update
7486 the current address.
7487
7488 2003-05-07 Andrew Cagney <cagney@redhat.com>
7489
7490 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7491 code.
7492
7493 2003-05-07 Jim Blandy <jimb@redhat.com>
7494
7495 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7496 'maint info symtabs' and 'maint info psymtabs'.
7497 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7498 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7499 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7500 Declarations updated.
7501 * maint.c (maintenance_list_command): Delete.
7502 (_initialize_maint_cmds): Update calls to add_cmd.
7503 * gdbcmd.h (maintenancelistlist): Delete declaration.
7504 * cli/cli-cmds.c (maintenancelistlist): Delete.
7505 (init_cmd_lists): Don't initialize it.
7506 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7507
7508 2003-05-07 Andrew Cagney <cagney@redhat.com>
7509
7510 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7511 "regcache".
7512 (d10v_print_registers_info): Update.
7513 (d10v_dmap_register, d10v_imap_register): Delete functions.
7514 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7515 and "imap_register".
7516 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7517 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7518 * arch-utils.c (generic_remote_translate_xfer_address): Add
7519 "regcache" and "gdbarch" parameters.
7520 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7521 parameter. Change class to multi-arch.
7522 * gdbarch.h, gdbarch.c: Re-generate.
7523 * remote.c (remote_xfer_memory): Use
7524 gdbarch_remote_translate_xfer_address.
7525
7526 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7527
7528 * infrun.c (prev_pc): Move declaration ahead of proceed().
7529 (proceed): Refresh prev_pc value before resuming.
7530 (stop_stepping): Remove code to refresh prev_pc.
7531
7532 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7533
7534 * nto-tdep.c: Removed stray comment.
7535
7536 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7537
7538 * i386-nto-tdep.c: Fix old K&R function definitions.
7539 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7540 Also change add_show_from_set() call to add_setshow_cmd().
7541 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7542
7543 2003-05-05 Andrew Cagney <cagney@redhat.com>
7544
7545 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7546 (fprint_dummy_frames): New function.
7547 (maintenance_print_dummy_frames): New function.
7548 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7549 * frame.c (fprint_frame_id): Make global.
7550 * frame.h (fprint_frame_id): Declare.
7551 * Makefile.in (dummy-frame.o): Update dependencies.
7552
7553 2003-05-05 Andrew Cagney <cagney@redhat.com>
7554
7555 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7556 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7557 SIZEOF_CALL_DUMMY_WORDS.
7558 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7559 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7560 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7561 CALL_DUMMY_BREAKPOINT_OFFSET.
7562 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7563 CALL_DUMMY_START_OFFSET.
7564 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7565 * gdbarch.h, gdbarch.c: Re-generate.
7566 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7567 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7568 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7569 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7570 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7571 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7572 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7573 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7574 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7575 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7576 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7577 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7578 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7579 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7580 * config/sparc/tm-sparc.h: Update.
7581
7582 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7583
7584 * configure.tgt: Add i[3456]86-*-nto*.
7585 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7586 * nto-tdep.c: New file. Neutrino target support routines.
7587 * nto-tdep.h: New file. Neutrino target header.
7588 * config/tm-qnxnto.h: New file.
7589 * config/i386/i386nto.mt: New file.
7590 * config/i386/tm-i386nto.h: New file.
7591
7592 2003-05-04 Andrew Cagney <cagney@redhat.com>
7593
7594 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7595 (load_infrun_state): Ditto.
7596 (struct thread_info): Drop "prev_func_name" field.
7597 * thread.c (load_infrun_state): Update.
7598 (save_infrun_state): Update.
7599 * infrun.c (prev_func_name): Delete variable.
7600 (init_wait_for_inferior): Do not clear prev_func_name.
7601 (stop_stepping, keep_going, context_switch): Do not swap
7602 prev_func_name.
7603 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7604 instead of PC_IN_SIGTRAMP.
7605
7606 2003-05-04 Andrew Cagney <cagney@redhat.com>
7607
7608 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7609 REGISTER_BYTE with register_offset_hack.
7610 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7611 that REGISTER_BYTE is consistent with the regcache.
7612 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7613 * gdbarch.h, gdbarch.c: Regenerate.
7614
7615 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7616
7617 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7618 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7619
7620 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7621
7622 2003-05-03 J. Brobecker <brobecker@gnat.com>
7623
7624 From Thierry Schneider <tpschneider1@yahoo.com>
7625 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7626 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7627 (mi-cmd-symbol.o): Add rule.
7628
7629 2003-05-03 Andrew Cagney <cagney@redhat.com>
7630
7631 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7632 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7633 * gdbarch.h, gdbarch.c: Re-generate.
7634 * d10v-tdep.c (d10v_push_dummy_code): New function.
7635 (d10v_gdbarch_init): Set push_dummy_code.
7636 * infcall.c (legacy_push_dummy_code): New function.
7637 (generic_push_dummy_code): New function.
7638 (push_dummy_code): New function.
7639 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7640 instead of dummy_addr, to push_dummy_call. Move call to
7641 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7642 switch.
7643 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7644
7645 2003-05-03 Andrew Cagney <cagney@redhat.com>
7646
7647 * disasm.h (print_insn): Declare.
7648 * disasm.c (init_gdb_disassemble_info): New function.
7649 (gdb_disassembly): Call init_gdb_disassemble_info.
7650 (gdb_print_insn): New function.
7651 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7652 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7653 * mcore-tdep.c: Include "disasm.h"
7654 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7655 * d10v-tdep.c: Include "disasm.h".
7656 (display_trace): Call gdb_print_insn, instead of print_insn.
7657 (print_insn): Delete function.
7658 * printcmd.c: Include "disasm.h".
7659 (print_insn): Delete function.
7660 (print_formatted): Call gdb_print_insn, instead of print_insn.
7661 * Makefile.in (printcmd.o): Update dependencies.
7662 (mcore-tdep.o, d10v-tdep.o): Ditto.
7663
7664 2003-05-02 Andrew Cagney <cagney@redhat.com>
7665
7666 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7667 PC_REGNUM, re-indent.
7668 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7669 PC_REGNUM isn't set.
7670
7671 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7672 * gdbarch.h, gdbarch.c: Re-generate.
7673 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7674 register_virtual_size, pc_regnum, or register_bytes.
7675 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7676 (d10v_register_type): Use D10V_PC_REGNUM.
7677 (d10v_print_registers_info, d10v_read_pc): Ditto.
7678 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7679 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7680
7681 2003-05-02 David Carlton <carlton@bactrian.org>
7682
7683 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7684 the name with mstrsave.
7685
7686 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7687
7688 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7689 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7690 (host_charset_name, target_charset_name): New vars for use by
7691 set/show commands.
7692 (host_charset_enum, target_charset_enum): New enums for set/show
7693 commands.
7694 (set_charset_sfunc, set_host_charset_sfunc,
7695 set_target_charset_sfunc): New functions.
7696 (set_host_charset, set_target_charset): Make static.
7697 (list_charsets, set_host_charset_command,
7698 set_target_charset_command): Delete functions.
7699 (show_charset_command): Rewrite as....
7700 (show_charset): Hook this up with the set/show command mechanism.
7701 (_initialize_charset): Change names of charsets to match the
7702 set/show enums. Use host_charset_name and target_charset_name.
7703 Use set/show mechanism for charset, host-charset, target-charset
7704 commands. Do not make 'show host-charset' and 'show
7705 target-charset' be aliases of 'show charset'.
7706
7707 * charset.h (set_host_charset, set_target_charset): Don't export,
7708 they are not used outside the file.
7709
7710 2003-05-01 Andrew Cagney <cagney@redhat.com>
7711
7712 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7713 (gdb_disassembly): Make "di" non static, always initialize and
7714 cleanup. Always use dis_asm_read_memory.
7715 (gdb_dis_asm_read_memory): Delete function.
7716
7717 2003-05-01 Andrew Cagney <cagney@redhat.com>
7718
7719 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7720 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7721
7722 2003-04-30 Andrew Cagney <cagney@redhat.com>
7723
7724 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7725 "tm_print_insn_info".
7726 (TARGET_PRINT_INSN_INFO): Delete macro.
7727 (dis_asm_read_memory): Delete function declaration.
7728 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7729 (tm_print_insn_info): Delete variable definition.
7730 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7731 * gdbarch.h, gdbarch.c: Re-generate.
7732 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7733 "deprecated_tm_print_insn_info".
7734 * mcore-tdep.c (mcore_dump_insn): Ditto.
7735 * mips-tdep.c (mips_gdbarch_init): Ditto.
7736 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7737 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7738 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7739 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7740 instead of TARGET_PRINT_INSN_INFO, add comment.
7741 * s390-tdep.c (s390_get_frame_info): Instead of
7742 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7743 (s390_check_function_end, s390_is_sigreturn): Ditto.
7744 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7745 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7746 * disasm.c: Include "gdbcore.h".
7747 (_initialize_disasm): New function, initialize
7748 "deprecated_tm_print_insn_info".
7749 (deprecated_tm_print_insn_info): New variable.
7750 (dis_asm_read_memory): Moved from "corefile.c", made static.
7751 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7752 * Makefile.in (disasm.o): Update dependencies.
7753
7754 2003-04-30 Andrew Cagney <cagney@redhat.com>
7755
7756 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7757
7758 2003-04-29 Adam Fedor <fedor@gnu.org>
7759
7760 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7761 * infcall.c (find_function_addr): Make non-static.
7762 * infcall.h (find_function_addr): Declare.
7763 * Makefile.in (eval.o): Update dependencies.
7764
7765 2003-04-28 Adam Fedor <fedor@gnu.org>
7766
7767 * symtab.c (symbol_find_demangled_name): Check for and demangle
7768 ObjC symbols.
7769 (symbol_init_demangled_name): Init for language_objc as well.
7770
7771 2003-04-28 Andrew Cagney <cagney@redhat.com>
7772
7773 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7774 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7775 * gdbarch.h, gdbarch.c: Re-generate.
7776 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7777 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7778 * inferior.h (deprecated_read_fp): Rename read_fp.
7779 (generic_target_read_fp): Delete declaration.
7780 * regcache.c (generic_target_read_fp): Delete function.
7781 (deprecated_read_fp): Replace read_fp, use
7782 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7783 * d10v-tdep.c (d10v_read_fp): Delete function.
7784 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7785
7786 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7787 deprecated_target_read_fp to generic_target_read_fp.
7788 * sh-tdep.c (sh_gdbarch_init): Ditto.
7789 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7790 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7791 * frv-tdep.c (frv_gdbarch_init): Ditto.
7792
7793 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7794 deprecated_fp_regnum.
7795 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7796 * vax-tdep.c (vax_gdbarch_init): Ditto.
7797 * v850-tdep.c (v850_gdbarch_init): Ditto.
7798 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7799 * sh-tdep.c (sh_gdbarch_init): Ditto.
7800 * s390-tdep.c (s390_gdbarch_init): Ditto.
7801 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7802 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7803 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7804 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7806 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7807 * i386-tdep.c (i386_gdbarch_init): Ditto.
7808 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7809 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7810 * frv-tdep.c (frv_gdbarch_init): Ditto.
7811 * cris-tdep.c (cris_gdbarch_init): Ditto.
7812 * avr-tdep.c (avr_gdbarch_init): Ditto.
7813 * arm-tdep.c (arm_gdbarch_init): Ditto.
7814 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7815
7816 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7817 * v850-tdep.c (v850_gdbarch_init): Ditto.
7818 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7819 * sh-tdep.c (sh_gdbarch_init): Ditto.
7820 * s390-tdep.c (s390_gdbarch_init): Ditto.
7821 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7822 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7823 * mips-tdep.c (mips_gdbarch_init): Ditto.
7824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7825 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7826 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7827 * frv-tdep.c (frv_gdbarch_init): Ditto.
7828 * avr-tdep.c (avr_gdbarch_init): Ditto.
7829 * arm-tdep.c (arm_gdbarch_init): Ditto.
7830
7831 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7832 DEPRECATED_FP_REGNUM.
7833 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7834 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7835 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7836 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7837 (sparc32_register_virtual_type): Ditto.
7838 * sh-tdep.c (sh64_frame_chain): Ditto.
7839 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7840 (sh_nofp_frame_init_saved_regs): Ditto.
7841 (sh64_nofp_frame_init_saved_regs): Ditto.
7842 (sh_fp_frame_init_saved_regs): Ditto.
7843 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7844 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7845 * procfs.c (procfs_fetch_registers): Ditto.
7846 (procfs_store_registers): Ditto.
7847 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7848 (store_inferior_registers, fetch_core_registers): Ditto.
7849 (fetch_kcore_registers, clear_regs): Ditto.
7850 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7851 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7852 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7853 * nlm/i386.c (do_status): Ditto.
7854 * mipsv4-nat.c (supply_gregset): Ditto.
7855 * mips-tdep.c: Ditto for comments.
7856 * mips-nat.c (fetch_inferior_registers): Ditto.
7857 (store_inferior_registers, fetch_core_registers): Ditto.
7858 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7859 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7860 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7861 (i386_do_pop_frame, i386_register_type): Ditto.
7862 * hppa-tdep.c (hppa_frame_chain): Ditto.
7863 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7864 (hppa_pop_frame, hppa_read_fp): Ditto.
7865 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7866 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7867 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7868 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7869 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7870 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7871 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7872 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7873 * blockframe.c: Ditto for comments.
7874 * arch-utils.h: Ditto for comments.
7875 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7876 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7877 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7878 * alpha-tdep.h: Ditto for comments.
7879 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7880 (alpha_cannot_store_register): Ditto.
7881 (alpha_push_dummy_frame): Ditto.
7882 * alpha-nat.c (supply_gregset): Ditto.
7883
7884 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7885 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7886 * config/sparc/tm-sparc.h: Update comment.
7887
7888 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7889 deprecated_read_fp instead of TARGET_READ_FP.
7890 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7891 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7892 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7893 deprecated_read_fp instead of read_fp.
7894 * s390-tdep.c (s390_push_arguments): Ditto.
7895 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7896 * frame.h: Ditto in comments.
7897 * frame.c (legacy_get_prev_frame): Ditto.
7898 * dummy-frame.c (dummy_frame_this_id): Ditto.
7899 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7900
7901 2003-04-28 Andrew Cagney <cagney@redhat.com>
7902
7903 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7904 * gdbarch.h, gdbarch.c: Re-generate.
7905 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7906 * vax-tdep.c (_initialize_vax_tdep): Update.
7907 * v850-tdep.c (_initialize_v850_tdep): Update.
7908 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7909 * s390-tdep.c (_initialize_s390_tdep): Update.
7910 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7911 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7912 * mips-tdep.c (_initialize_mips_tdep): Update.
7913 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7914 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7915 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7916 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7917 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7918 * frv-tdep.c (_initialize_frv_tdep): Update.
7919 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7920 (_initialize_cris_tdep): Update.
7921 * arch-utils.c (legacy_print_insn): Update.
7922 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7923
7924 2003-04-26 Adam Fedor <fedor@gnu.org>
7925
7926 * linespec.c (decode_objc): New function to decode ObjC calls
7927 (decode_line_1): Check for ObjC calls (using decode_objc)
7928 * Makefile (linespec.o): Update dependencies.
7929
7930 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7931
7932 * breakpoint.h (struct breakpoint_ops): New.
7933 (struct breakpoint): Add ops member.
7934
7935 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7936 (mention): Use new breakpoint ops member.
7937 (set_raw_breakpoint): Initialize ops field to NULL.
7938 (print_exception_catchpoint, print_one_exception_catchpoint)
7939 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7940 (gnu_v3_exception_catchpoint_ops): New.
7941 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7942
7943 2003-04-25 Adam Fedor <fedor@gnu.org>
7944
7945 * Makefile.in (COMMON_OBS): Add objc-lang.o
7946
7947 2003-04-25 Andrew Cagney <cagney@redhat.com>
7948
7949 * d10v-tdep.c (print_insn): Delete function.
7950 (display_trace): Use TARGET_PRINT_INSN.
7951 (_initialize_d10v_tdep): Do not set tm_print_insn.
7952 (d10v_gdbarch_init): Set print_insn.
7953
7954 2003-04-25 Andrew Cagney <cagney@redhat.com>
7955
7956 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7957 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7958 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7959 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7960 (nr_dmap_regs, a0_regnum): ... new functions.
7961 (d10v_print_registers_info): Use a0_regnum, use register_size.
7962 (d10v_register_byte): Delete function.
7963 (d10v_register_raw_size): Delete function.
7964 (d10v_register_type): Use a0_regnum.
7965 (d10v_print_registers_info): Use a0_regnum.
7966 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7967 (d10v_gdbarch_init): Do not set register_byte or
7968 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7969 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7970 extract_address.
7971 (trace_command): Use XCALLOC.
7972 (print_insn): Delete reference to tm_print_insn.
7973 (saved_regs_unwinder): Use store_unsigned_integer instead of
7974 store_address.
7975 * frame.h (FRAME_OBSTACK_CALLOC): Define
7976
7977 2003-04-25 David Carlton <carlton@bactrian.org>
7978
7979 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7980
7981 2003-04-24 Adam Fedor <fedor@gnu.org>
7982
7983 * objc-lang.c: Include "valprint.h"
7984 * Makefile.in (objc-lang.o): Update dependencies.
7985
7986 2003-04-24 Adam Fedor <fedor@gnu.org>
7987
7988 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7989 architecture dependant compilation and mark as unimplemented
7990 (until they get put in the gdbarch vector).
7991
7992 2003-04-23 David Carlton <carlton@bactrian.org>
7993
7994 * cp-support.c (cp_find_first_component): Accept 'operator' in
7995 more locations.
7996
7997 2003-04-23 Andrew Cagney <cagney@redhat.com>
7998
7999 * infcall.c (call_function_by_hand): Eliminate redundant
8000 indentation. Move "saved_async" and "old_cleanups" to where they
8001 are needed.
8002
8003 2003-04-23 Andrew Cagney <cagney@redhat.com>
8004
8005 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8006 and "buffer". Move the "name" code to where it is needed.
8007
8008 2003-04-23 Andrew Cagney <cagney@redhat.com>
8009
8010 * infcall.c (call_function_by_hand): Move variables "start_sp",
8011 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8012 code to ON_STACK switch branch.
8013
8014 2003-04-23 Andrew Cagney <cagney@redhat.com>
8015
8016 * infcall.c (call_function_by_hand): Make declaration of "i",
8017 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8018 lint.
8019
8020 2003-04-23 Andrew Cagney <cagney@redhat.com>
8021
8022 * infcall.c (call_function_by_hand): Delete variable
8023 "n_method_args". Localize "param_type"'s declaration to the loop
8024 that it is used. Reinstate code assigning to said variable -
8025 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8026 Rationalize code using "param_type".
8027
8028 2003-04-22 Andrew Cagney <cagney@redhat.com>
8029
8030 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8031 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8032 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8033 to DEPRECATED_PUSH_RETURN_ADDRESS.
8034
8035 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8036
8037 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8038 on the DWARF2 register number prior to fetching a register.
8039
8040 2003-04-22 J. Brobecker <brobecker@gnat.com>
8041
8042 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8043 Update all the tests using SOFT_FLOAT considering the fact that
8044 this macro was always set to 0.
8045 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8046 considering the fact that this macro was always set to 0.
8047 * hppa-tdep.h (hppa_store_return_value): Likewise.
8048 (hppa_extract_return_value): Likewise.
8049
8050 2003-04-22 J. Brobecker <brobecker@gnat.com>
8051
8052 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8053 the hppa-pro target only.
8054
8055 2003-04-21 J. Brobecker <brobecker@gnat.com>
8056
8057 Ongoing multi-arch conversion effort for HP/UX:
8058 * config/pa/tm-hppa.h: Move all macro that are no longer
8059 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8060 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8061
8062 2003-04-21 J. Brobecker <brobecker@gnat.com>
8063
8064 * config/pa/tm-hppa.h: Obsolete a section that was only used
8065 for hppa-pro.
8066
8067 2003-04-21 J. Brobecker <brobecker@gnat.com>
8068
8069 Ongoing multi-arch conversion for HP/UX.
8070 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8071 if already defined (allows hppa64 to stay non-multiarched for now).
8072 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8073
8074 2003-04-21 Andrew Cagney <cagney@redhat.com>
8075
8076 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8077
8078 2003-04-21 Andrew Cagney <cagney@redhat.com>
8079
8080 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8081 "i386_num_mmx_regs".
8082
8083 2003-04-21 Andrew Cagney <cagney@redhat.com>
8084
8085 * infcall.c: New file.
8086 * infcall.h: New file.
8087 * valarith.c: Include "infcall.h".
8088 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8089 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8090 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8091 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8092 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8093 (SFILES): Add "infcall.c"
8094 (COMMON_OBS): Add "infcall.o".
8095 (infcall.o): Specify dependencies.
8096 * value.h (call_function_by_hand): Delete declaration.
8097 * inferior.h (run_stack_dummy): Delete declaration.
8098 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8099 (run_stack_dummy): Move to "infcall.c", merged into
8100 call_function_by_hand.
8101 * valops.c (call_function_by_hand): Moved to "infcall.c".
8102 (find_function_addr, value_arg_coerce): Ditto.
8103 (unwindonsignal_p, coerce_float_to_double): Ditto.
8104 (_initialize_valops): Move "set/show coerce-float-to-double", and
8105 "set/show unwindonsignal" commands to "infcall.c".
8106 * v850-tdep.c, target.h: Update comments.
8107 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8108 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8109 (sh64_init_extra_frame_info): Update comments.
8110 * mn10300-tdep.c: Update comments.
8111 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8112 * config/sparc/tm-sparc.h: Update comments.
8113 * breakpoint.h: Update comments.
8114 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8115 * arm-tdep.c: Update comment.
8116
8117 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8118
8119 * i386-tdep.c (i386_num_register_names): New variable.
8120 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8121 (MM0_REGNUM): Remove redundant parentheses in define.
8122 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8123 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8124 i386_mxcsr_regnum_p): Remove redundant parentheses.
8125 (i386_register_name): Use i386_num_register_names.
8126
8127 * i386-tdep.c (i386_extract_return_value,
8128 i386_store_return_value): Correct check for availability of
8129 floating-point registers.
8130
8131 * i386-tdep.c (i386_frame_num_args): Remove function.
8132 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8133
8134 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8135 mmx_regnum_to_fp_regnum. Adjust all callers.
8136
8137 * i386-tdep.c (i386_get_longjmp_target): Use
8138 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8139 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8140 extract_address.
8141
8142 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8143
8144 * core-regset.c: Update comments to reflect reality. Re-order
8145 includes.
8146 (fetch_core_registers): Use switch instead of if. Remove
8147 redundant prototype.
8148
8149 2003-04-18 Jim Blandy <jimb@redhat.com>
8150
8151 * s390-tdep.c (s390_frame_align): New function.
8152 (s390_gdbarch_init): Register it with the gdbarch object.
8153
8154 2003-04-17 Richard Henderson <rth@redhat.com>
8155
8156 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8157
8158 2003-04-17 Michael Snyder <msnyder@redhat.com>
8159 Karen Bennet <bennet@redhat.com>
8160
8161 Committed by Elena Zannoni <ezannoni@redhat.com>
8162 * gdb_gcore.sh: New script to create a core dump of a process.
8163
8164 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8165
8166 * values.c (value_being_returned): Don't fetch the return
8167 value if the return type is void.
8168
8169 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8170
8171 * thread-db.c: Reindented.
8172
8173 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8174
8175 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8176 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8177 as types.
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8204
8205 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8206 the size of ``long double'' to 16, instead of 8.
8207
8208 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8209
8210 * i386-linux-nat.c: Add some whitespace to make things more
8211 readable.
8212 (fetch_register, store_register, fetch_inferior_registers,
8213 store_inferior_registers): Get rid of assignment in if-statement.
8214 (store_register): Fix typo in error message.
8215
8216 2003-04-16 Andrew Cagney <cagney@redhat.com>
8217
8218 * utils.c (xmmalloc): Always allocate something, matches
8219 libiberty/xmalloc's semantics.
8220 (xmrealloc, xmcalloc): Ditto.
8221
8222 2003-04-16 Andrew Cagney <cagney@redhat.com>
8223
8224 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8225 update comments.
8226 (get_frame_type): Initialize unwind and type when needed.
8227 (get_frame_id, frame_register_unwind): Ditto.
8228
8229 2003-04-16 Andrew Cagney <cagney@redhat.com>
8230
8231 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8232 obsolete.
8233 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8234 * sparcl-stub.c: Obsolete file.
8235 * config/sparc/tm-sparclet.h: Obsolete file.
8236 * sparclet-stub.c: Obsolete file.
8237 * sparclet-rom.c: Obsolete file.
8238 * sparcl-tdep.c: Obsolete file.
8239 * config/sparc/tm-sparclite.h: Obsolete file.
8240 * config/sparc/sparclite.mt: Obsolete file.
8241 * config/sparc/sparclet.mt: Obsolete file.
8242 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8243 sparc86x-*-* obsolete.
8244
8245 2003-04-15 David Carlton <carlton@math.stanford.edu>
8246
8247 * Makefile.in (SFILES): Add cp-namespace.c.
8248 (COMMON_OBS): Add cp-namespace.o.
8249 (block.o): Depend on gdb_obstack_h and cp_support_h.
8250 (buildsym.o): Depend on cp_support_h.
8251 (cp-namespace.o): New.
8252 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8253 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8254 (dwarf2read.o): Depend on cp_support_h.
8255 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8256 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8257 processing_current_namespace.
8258 (read_namespace): Update processing_current_namespace; check for
8259 anonymous namespaces.
8260 (dwarf2_name): New function.
8261 (dwarf2_extension): Ditto.
8262 * cp-support.h: Update copyright, contributors.
8263 Add inclusion guards.
8264 Add opaque declaration for structs obstack, block, symbol.
8265 (struct using_direct): New struct.
8266 Add declarations for cp_find_first_component,
8267 cp_entire_prefix_len, processing_has_namespace_info,
8268 processing_current_namespace, cp_is_anonymous,
8269 cp_add_using_directive, cp_initialize_namespace,
8270 cp_finalize_namespace, cp_set_block_scope,
8271 cp_scan_for_anonymous_namespaces.
8272 * cp-namespace.c: New file.
8273 * cp-support.c: Update copyright.
8274 Include ctype.h, gdb_assert.h, gdbcmd.h.
8275 New variable maint_cplus_cmd_list.
8276 (cp_find_first_component): New function.
8277 (cp_entire_prefix_len, maint_cplus_command)
8278 (first_component_command, _initialize_cp_support): Ditto.
8279 * buildsym.c: Include cp-support.h.
8280 New variable using_list.
8281 (add_symbol_to_list): Check for anonymous namespaces.
8282 (finish_block): Set block's scope.
8283 (start_symtab): Initialize C++ namespace support.
8284 (end_symtab): Finalize C++ namespace support.
8285 * block.h: Add opaque declarations for structs
8286 block_namespace_info, using_direct, and obstack.
8287 Add declarations for block_set_scope and block_set_using.
8288 (struct block): Add 'language_specific' member.
8289 (BLOCK_NAMESPACE): New macro.
8290 * block.c: Include gdb_obstack.h and cp-support.h.
8291 (struct block_namespace_info): New struct.
8292 (block_set_scope): New function.
8293 (block_set_using, block_initialize_namespace): Ditto.
8294
8295 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8296
8297 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8298 (locate_base): Return early if there aren't any link map offsets.
8299 (svr4_solib_create_inferior_hook): Warn if shared library support
8300 is unavailable.
8301
8302 2003-04-14 David Carlton <carlton@math.stanford.edu>
8303
8304 * symtab.c (symbol_set_names): Add prefix when storing Java names
8305 in hash table. Fix for PR java/1039.
8306
8307 2003-04-14 David Carlton <carlton@math.stanford.edu>
8308
8309 * symtab.c (symbol_set_names): Rename 'name' arg to
8310 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8311 * symtab.h: Change 'name' argument in declaration of
8312 symbol_set_names to 'linkage_name'.
8313 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8314
8315 2003-04-14 Andrew Cagney <cagney@redhat.com>
8316
8317 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8318 return the fully sign-extended register value.
8319 (get_frame_pointer): Ditto.
8320 (mips_pop_frame): Initialize "proc_desc" after checking for a
8321 dummy frame.
8322
8323 2003-04-14 Andrew Cagney <cagney@redhat.com>
8324
8325 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8326 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8327 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8328 (mips_push_register): Delete function.
8329 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8330 PUSH_FP_REGNUM.
8331
8332 2003-04-14 Jim Blandy <jimb@redhat.com>
8333
8334 * symmisc.c: #include "gdb_regex.h".
8335 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8336 functions.
8337 * maint.c (maintenance_list_command): New function.
8338 (_initialize_maint_cmds): Register the above as commands.
8339 * symtab.h (maintenance_list_symtabs,
8340 maintenance_list_psymtabs): New declarations.
8341 * cli/cli-cmds.c (maintenancelistlist): New variable.
8342 (init_cmd_lists): Initialize it.
8343 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8344 * gdbcmd.h (maintenancelistlist): New declaration.
8345 * Makefile.in (symmisc.o): Update dependencies.
8346
8347 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8348
8349 * s390-nat.c: Include asm/types.h for addr_t.
8350
8351 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8352
8353 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8354 actually incoming type.
8355
8356 2003-04-13 Andrew Cagney <cagney@redhat.com>
8357
8358 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8359 get_next_frame and get_frame_saved_regs.
8360
8361 2003-04-13 Andrew Cagney <cagney@redhat.com>
8362
8363 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8364 of gdbarch_num_regs.
8365
8366 2003-04-13 Andrew Cagney <cagney@redhat.com>
8367
8368 * frame.h: Mention what replaced what in "struct frame_info".
8369 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8370 deprecated_update_frame_base_hack and
8371 deprecated_update_frame_pc_hack.
8372 * hppa-tdep.c: Ditto.
8373
8374 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8375
8376 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8377 to read_reg and update its comment. Remove regnum member.
8378 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8379 Don't call read_reg when setting in_reg. Call read_reg to get
8380 the frame base if it's in a register. Return the register number
8381 on the stack instead of in the context. Remove extra arguments
8382 to read_reg.
8383 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8384 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8385 the register number on the expression stack.
8386 (needs_frame_read_reg): Remove extra arguments.
8387
8388 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8389
8390 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8391 made non-static.
8392 (execute_stack_op): All callers updated.
8393 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8394 * dwarf2loc.c (find_location_expression): New function.
8395 (dwarf_expr_frame_base): Call it.
8396 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8397 (dwarf2_tracepoint_var_ref): New function, broken out from
8398 locexpr_tracepoint_var_ref.
8399 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8400 Make static.
8401 (loclist_read_variable, loclist_read_needs_frame): New functions.
8402 (loclist_describe_location, loclist_tracepoint_var_ref): New
8403 functions.
8404 (dwarf2_loclist_funcs): New struct location_funcs.
8405 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8406 (struct dwarf2_locexpr_baton): Add comments.
8407 (dwarf2_loclist_funcs): New extern.
8408 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8409 base_address and base_known.
8410 (dwarf_loc_buffer): New variable.
8411 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8412 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8413 (dwarf2_has_info): Initialize dwarf_loc_offset.
8414 (dwarf2_build_psymtabs): Read in .debug_loc.
8415 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8416 DWARF_LOC_SIZE.
8417 (psymtab_to_symtab_1): Likewise. Move base address calculation
8418 here, from...
8419 (dwarf2_get_pc_bounds): ... here. Use the base address from
8420 cu_header.
8421 (dwarf2_symbol_mark_computed): Handle location lists.
8422
8423 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8424
8425 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8426 if the linkage name demangled successfully.
8427
8428 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8429
8430 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8431 disassmbly_flavour): Removed.
8432
8433 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8434
8435 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8436
8437 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8438
8439 2003-04-12 Andrew Cagney <cagney@redhat.com>
8440
8441 * frame.h (struct frame_info): Move definition from here ...
8442 * frame.c (struct frame_info): ... to here.
8443
8444 2003-04-12 Andrew Cagney <cagney@redhat.com>
8445
8446 * gdbthread.h (save_infrun_state): Delete parameter
8447 "prev_func_start".
8448 (struct thread_info): Delete field "prev_func_start".
8449 (load_infrun_state): Ditto.
8450 * thread.c (load_infrun_state, save_infrun_state): Update.
8451 * infrun.c (prev_func_start): Delete variable.
8452 (context_switch, init_wait_for_inferior): Update.
8453 (stop_stepping, keep_going): Update.
8454
8455 2003-04-12 Andrew Cagney <cagney@redhat.com>
8456
8457 * gdbarch.sh: Add missing opaque declarations.
8458 * gdbarch.h: Regnerate.
8459 * symtab.h: Add missing opaque declarations.
8460 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8461 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8462 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8463 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8464 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8465 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8466 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8467 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8468 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8469 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8470 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8471 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8472 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8473
8474 2003-04-11 Andrew Cagney <cagney@redhat.com>
8475
8476 * frame.c (get_frame_id): Return this frame's "id".
8477 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8478 function start.
8479 (legacy_saved_regs_this_id): Replace function body with
8480 internal-error.
8481 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8482 FRAME_OBSTACK_ZALLOC.
8483 (create_new_frame): Mark the frame ID as valid.
8484
8485 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8486
8487 * Makefile.in (libbfd_h): Added missing setting.
8488 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8489 according to the selected ABI.
8490
8491 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8492
8493 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8494
8495 2003-04-11 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8498 SAVED_PC_AFTER_CALL.
8499 * gdbarch.h, gdbarch.c: Regenerate.
8500 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8501 * x86-64-tdep.c (x86_64_init_abi): Update.
8502 * vax-tdep.c (vax_gdbarch_init): Update.
8503 * v850-tdep.c (v850_gdbarch_init): Update.
8504 * sparc-tdep.c (sparc_gdbarch_init): Update.
8505 * sh-tdep.c (sh_gdbarch_init): Update.
8506 * s390-tdep.c (s390_gdbarch_init): Update.
8507 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8508 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8509 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8510 * mips-tdep.c (mips_gdbarch_init): Update.
8511 * mcore-tdep.c (mcore_gdbarch_init): Update.
8512 * m68k-tdep.c (m68k_gdbarch_init): Update.
8513 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8514 * ia64-tdep.c (ia64_gdbarch_init): Update.
8515 (ia64_saved_pc_after_call): Update declaration.
8516 * i386ly-tdep.c (i386lynx_init_abi): Update.
8517 * i386-tdep.c (i386_gdbarch_init): Update.
8518 * hppa-tdep.c (hppa_gdbarch_init): Update.
8519 * h8300-tdep.c (h8300_gdbarch_init): Update.
8520 * frv-tdep.c (frv_gdbarch_init): Update.
8521 * cris-tdep.c (cris_gdbarch_init): Update.
8522 * avr-tdep.c (avr_gdbarch_init): Update.
8523 * arm-tdep.c (arm_gdbarch_init): Update.
8524 * alpha-tdep.c (alpha_gdbarch_init): Update.
8525 * ns32knbsd-nat.c (frame_num_args): Update.
8526 * ns32k-tdep.c (umax_frame_num_args): Update.
8527 * mips-tdep.c (mips_init_frame_pc_first): Update.
8528 * infrun.c (step_over_function): Update.
8529 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8530 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8531 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8532 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8533 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8534 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8535 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8536 * arch-utils.c (init_frame_pc_default): Update.
8537 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8538 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8539 declaration.
8540
8541 2003-04-11 Andrew Cagney <cagney@redhat.com>
8542
8543 * i387-tdep.c: Update copyright.
8544 (i387_to_double): Delete function.
8545 (double_to_i387): Delete function.
8546
8547 2003-04-10 Andrew Cagney <cagney@redhat.com>
8548
8549 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8550 frame's function's address. Simplify.
8551 (d10v_frame_unwind_cache): Check that the frame's function is
8552 non-zero.
8553
8554 2003-04-10 Jim Blandy <jimb@redhat.com>
8555
8556 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8557 call to set_gdbarch_deprecated_push_arguments.
8558
8559 2003-04-10 Andrew Cagney <cagney@redhat.com>
8560
8561 * frame.c (fprint_frame_id): New function.
8562 (fprint_frame_type, fprint_frame): New function.
8563 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8564 (create_sentinel_frame, get_frame_id): Ditto.
8565 (frame_id_p, frame_id_eq): Ditto.
8566 (frame_id_inner, create_new_frame): Ditto.
8567 (legacy_get_prev_frame, get_prev_frame): Ditto.
8568 (deprecated_update_frame_pc_hack): Ditto.
8569 (frame_register_unwind): Ditto.
8570 (deprecated_update_frame_base_hack): Ditto.
8571
8572 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8573
8574 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8575 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8576 frame_chain function.
8577 * Makefile.in: Add dependencies due to above change.
8578
8579 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8580
8581 * blockframe.c (legacy_frame_chain_valid): Move call to
8582 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8583 inside_entry_file.
8584
8585 2003-04-09 Andrew Cagney <cagney@redhat.com>
8586
8587 * frame.h (struct frame_id): Replace "pc" and "base" with
8588 "stack_addr" and "code_addr". Update comments.
8589 (frame_id_build): Update parameter names and comment.
8590 (struct frame_info): Replace "id_p" and "id" with "this_id".
8591 * dummy-frame.c (dummy_frame_this_id): Update.
8592 * breakpoint.c (print_one_breakpoint): Update.
8593 * frame.c (get_frame_id): Update.
8594 (get_frame_base, frame_id_build): Update.
8595 (create_sentinel_frame, legacy_get_prev_frame): Update.
8596 (deprecated_update_frame_base_hack): Update.
8597 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8598 (frame_id_inner): Ditto.
8599
8600 2003-04-09 Andrew Cagney <cagney@redhat.com>
8601
8602 * defs.h (gdb_print_host_address): Make "addr" parameter a
8603 pointer constant.
8604 * utils.c (gdb_print_host_address): Update.
8605
8606 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8607
8608 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8609 register number for R0 is 0.
8610
8611 2003-04-09 J. Brobecker <brobecker@gnat.com>
8612
8613 * frame.h (struct gdbarch): Add opaque structure definition
8614 to avoid a compilation warning on LynxOS 4.0.
8615
8616 2003-04-09 Andrew Cagney <cagney@redhat.com>
8617
8618 * frame.h (struct frame_info): Delete field "pc". Replace
8619 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8620 structure.
8621 * frame.c (frame_pc_unwind): Update.
8622 (create_sentinel_frame): Do not set "pc".
8623 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8624 (get_frame_pc): Call frame_pc_unwind.
8625 (deprecated_update_frame_pc_hack): Update.
8626 (create_new_frame): Use "pc" not "->pc".
8627
8628 2003-04-09 Andrew Cagney <cagney@redhat.com>
8629
8630 * frame.c (get_frame_id): Eliminate code updating "frame".
8631 (legacy_get_prev_frame): Ditto.
8632 (get_frame_base): Return id.base directly.
8633 (deprecated_update_frame_base_hack): Update "id.base".
8634 * frame.h (struct frame_info): Delete field "frame".
8635
8636 2003-04-09 Andrew Cagney <cagney@redhat.com>
8637
8638 * NEWS: Mention that the "Sequent family" is obsolete.
8639 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8640 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8641 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8642 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8643 * config/i386/tm-ptx4.h: Obsolete file.
8644 * config/i386/tm-ptx.h: Obsolete file.
8645 * symm-tdep.c: Obsolete file.
8646 * config/i386/symmetry.mt: Obsolete file.
8647 * config/i386/tm-symmetry.h: Obsolete file.
8648 * symm-nat.c: Obsolete file.
8649 * config/i386/nm-symmetry.h: Obsolete file.
8650 * config/i386/xm-symmetry.h: Obsolete file.
8651 * config/i386/symmetry.mh: Obsolete file.
8652 * config/i386/nm-ptx4.h: Obsolete file.
8653 * config/i386/ptx4.mh: Obsolete file.
8654 * config/i386/ptx.mt: Obsolete file.
8655 * config/i386/ptx.mh: Obsolete file.
8656 * config/i386/xm-ptx4.h: Obsolete file.
8657 * config/i386/xm-ptx.h: Obsolete file.
8658
8659 2003-04-09 Andrew Cagney <cagney@redhat.com>
8660
8661 Obsolete mips*-*-mach3*.
8662 * NEWS: Mention that mips*-*-mach3* is obsolete.
8663 * m3-nat.c: Obsolete file.
8664 * config/nm-m3.h: Obsolete file.
8665 * config/mips/tm-mipsm3.h: Obsolete file.
8666 * config/mips/mipsm3.mt: Obsolete file.
8667 * config/mips/mipsm3.mh: Obsolete file.
8668 * config/mips/xm-mipsm3.h: Obsolete file.
8669 * mipsm3-nat.c: Obsolete file.
8670 * configure.host: Obsolete mips-dec-mach3*.
8671 * configure.tgt: Obsolete mips*-*-mach3*.
8672
8673 2003-04-09 Andrew Cagney <cagney@redhat.com>
8674
8675 * doublest.h: Update copyright.
8676 (deprecated_store_floating, deprecated_extract_floating): Rename
8677 store_floating and extract_floating. Update comments.
8678 * doublest.c: Update copyright.
8679 (extract_floating_by_length): Replace extract_floating.
8680 (store_floating_by_length): Replace store_floating.
8681 (deprecated_extract_floating): New function.
8682 (deprecated_store_floating): New function.
8683 (extract_typed_floating): Call extract_floating_by_length.
8684 (store_typed_floating): Call store_floating_by_length.
8685 * x86-64-tdep.c (x86_64_store_return_value): Update.
8686 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8687 (sh64_extract_return_value): Update.
8688 (sh_sh4_register_convert_to_virtual): Update.
8689 (sh_sh64_register_convert_to_virtual): Update.
8690 (sh_sh4_register_convert_to_raw): Update.
8691 (sh_sh64_register_convert_to_raw): Update.
8692 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8693 (rs6000_register_convert_to_raw): Update.
8694 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8695 (ia64_register_convert_to_raw): Update.
8696 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8697 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8698 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8699 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8700 (alpha_register_convert_to_raw): Update.
8701
8702 2003-04-08 Andrew Cagney <cagney@redhat.com>
8703
8704 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8705 * gdbarch.h, gdbarch.c: Re-generate.
8706 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8707 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8708 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8709 conditionally, use frame_pc_unwind as an alternative. Add
8710 comments.
8711 * arch-utils.c (init_frame_pc_default): Only call
8712 SAVED_PC_AFTER_CALL when available.
8713
8714 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8715
8716 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8717 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8718 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8719 (start_remote): Ditto.
8720 (handle_inferior_event): Ditto.
8721 (save_inferior_status): Ditto.
8722 (restore_inferior_status): Ditto.
8723 * infcmd.c (attach_command): Ditto.
8724 * fork-child.c (startup_inferior): Ditto.
8725 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8726 * alpha-tdep.c (heuristic_proc_start): Ditto.
8727 * mips-tdep.c (heuristic_proc_start): Ditto.
8728 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8729 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8730 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8731 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8732 * remote-vx.c (vx_create_inferior): Ditto.
8733
8734 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8735
8736 * infrun.c (stop_soon_quietly): Make it an enum, to better
8737 override the default behavior of handle_inferior_event.
8738 (clear_proceed_status): Update uses of stop_soon_quietly to
8739 reflect that it is now an enum.
8740 (start_remote): Ditto.
8741 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8742 is set to handle the new GNU/Linux kernel behavior for
8743 attach/sigstop. Update uses of stop_soon_quietly.
8744 * inferior.h (enum stop_kind): New enum.
8745 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8746 Reset normal handle_inferior_event behavior, afterwards.
8747 * fork-child.c (startup_inferior): Update.
8748 * alpha-tdep.c (heuristic_proc_start): Update.
8749 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8750 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8751 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8752 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8753 * remote-vx.c (vx_create_inferior): Update.
8754 * mips-tdep.c (heuristic_proc_start): Update.
8755
8756 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8757
8758 * disasm.c (dump_insns): Move variables inside loop, or they will
8759 be freed more than once, causing wild memory corruptions.
8760 (gdb_disassembly): Look for the substring "-thread",
8761 instead of "-threads" in the target name, to make sure to find
8762 the 'multi-thread' target. Also, make sure we do the right thing
8763 with the "core" target.
8764
8765 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8766
8767 * mips-tdep.c (mips_print_fp_register): New function, created from
8768 do_fp_register_row(). Registers are now (also) printed as hex.
8769 Only one register is printed per row.
8770 (mips_print_register, do_fp_register_row): Print floating point
8771 registers with mips_print_fp_register().
8772
8773 2003-04-06 Andrew Cagney <cagney@redhat.com>
8774
8775 * valprint.h (inspect_it): Add extern declaration.
8776 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8777 (selectors_info, classes_info): Ditto.
8778 (find_objc_msgcall): Fix indentation.
8779 (objc_printstr): Delete extern declarations.
8780
8781 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8782
8783 2003-04-06 Andrew Cagney <cagney@redhat.com>
8784
8785 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8786 Update comment.
8787 * frame.c (legacy_saved_regs_this_id): Update.
8788 (legacy_get_prev_frame): Update.
8789 * xstormy16-tdep.c: Update comment.
8790 * sparc-tdep.c (sparc_frame_chain): Update comment.
8791 * blockframe.c (legacy_frame_chain_valid): Update.
8792
8793 2003-04-06 Andrew Cagney <cagney@redhat.com>
8794
8795 * valprint.c (val_print_type_code_int): Delete #ifdef
8796 PRINT_TYPELESS_INTEGER code.
8797
8798 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8799 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8800 multi-arch definition.
8801 * gdbarch.h: Re-generate.
8802
8803 2003-04-05 Andrew Cagney <cagney@redhat.com>
8804
8805 Eliminate FRAME_FIND_SAVED_REGS.
8806 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8807 Change FSR parameter to a pointer.
8808 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8809 Assume FSR parameter is a pointer.
8810 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8811 Make fsr a pointer.
8812 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8813 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8814 saved_regs a pointer.
8815 (hppa_frame_saved_pc): Ditto.
8816 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8817 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8818 pointer.
8819 (restore_pc_queue): Make fsr a pointer.
8820 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8821 (hppa_frame_chain): Make saved_regs a pointer, call
8822 hppa_frame_init_saved_regs.
8823 * sparc-tdep.c: Include "gdb_assert.h".
8824 (sparc_frame_find_saved_regs): Replace internal_error with
8825 gdb_assert.
8826 * remote-vxsparc.c (vx_read_register): Delete reference to
8827 FRAME_FIND_SAVED_REGS.
8828 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8829 * gdbarch.h: Regenerate.
8830 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8831 (deprecated_get_frame_saved_regs): Delete declaration.
8832 (struct frame_saved_regs): Delete definition.
8833 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8834 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8835 (hppa_frame_find_saved_regs): Delete declaration.
8836 (FRAME_FIND_SAVED_REGS): Delete macro.
8837 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8838 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8839 FRAME_FIND_SAVED_REGS in comment.
8840
8841 2003-04-05 Andrew Cagney <cagney@redhat.com>
8842
8843 * frame.c (frame_func_unwind, get_frame_func): New functions.
8844 * frame.h (get_frame_func, frame_func_unwind): Declare.
8845 (struct frame_info): Add field "prev_func" for caching the
8846 previous frame's function address.
8847 * arm-tdep.c (arm_frameless_function_invocation): Combine
8848 get_pc_function_start and get_frame_pc into get_frame_func.
8849 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8850 (sh64_nofp_frame_init_saved_regs): Ditto.
8851 * s390-tdep.c (s390_function_start): Ditto.
8852 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8853 (rs6000_frameless_function_invocation): Ditto.
8854 (rs6000_frame_saved_pc): Ditto.
8855 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8856 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8857 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8858 (i386_frame_init_saved_regs): Ditto.
8859 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8860 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8861 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8862 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8863 * blockframe.c (frameless_look_for_prologue): Ditto.
8864
8865 2003-04-05 Andrew Cagney <cagney@redhat.com>
8866
8867 * frame.c (legacy_get_prev_frame): Link prev to next at the
8868 function start. Update comments.
8869
8870 2003-04-05 Andrew Cagney <cagney@redhat.com>
8871
8872 * frame.c (get_frame_id): Update comment.
8873 (legacy_get_prev_frame): Update comment.
8874 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8875 * gdbarch.h: Regenerate.
8876 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8877 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8878
8879 2003-04-05 Andrew Cagney <cagney@redhat.com>
8880
8881 * stack.c (print_frame_info): Use get_frame_pc.
8882
8883 2003-04-04 Andrew Cagney <cagney@redhat.com>
8884
8885 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8886 the frame's type from the unwinder.
8887 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8888 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8889 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8890 (get_frame_base_address): Use get_frame_type.
8891 (get_frame_locals_address, get_frame_args_address): Ditto.
8892 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8893 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8894 (struct frame_info): Add comment explaining why the frame contains
8895 a "type" field.
8896 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8897 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8898 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8899 NORMAL_FRAME.
8900 * frame-unwind.h: Include "frame.h".
8901 (struct frame_unwind): Add "type" field.
8902 * Makefile.in (frame_unwind_h): Add $(frame_h).
8903
8904 2003-04-04 Andrew Cagney <cagney@redhat.com>
8905
8906 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8907 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8908 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8909 get_frame_base.
8910 (d10v_unwind_dummy_id): Use frame_id_build.
8911 * frame.c (find_frame_sal): Use get_frame_pc.
8912 (create_new_frame): Use deprecated_update_frame_pc_hack and
8913 deprecated_update_frame_base_hack.
8914 (create_sentinel_frame): Add comment about ->pc going away.
8915 (get_prev_frame): Add comment about ->pc going away.
8916 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8917 frame_id_build, deprecated_update_frame_pc_hack and
8918 deprecated_update_frame_base_hack.
8919 (select_frame): Use get_frame_pc.
8920 (legacy_saved_regs_this_id): Use frame_id_build.
8921
8922 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8923
8924 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8925 signed integer case.
8926 (classify_argument): Handle enumerations and references.
8927
8928 2003-04-04 Andrew Cagney <cagney@redhat.com>
8929
8930 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8931 ID to NULL.
8932
8933 2003-04-01 Adam Fedor <fedor@gnu.org>
8934
8935 * gdb/objc-lang.c (selectors_info): Replace calls to
8936 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8937 SYMBOL_NATURAL_NAME.
8938 (classes_info, find_methods): Likewise.
8939
8940 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8941
8942 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8943 ``mach'' to the value determined by bfd_default_set_arch_mach().
8944
8945 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8946
8947 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8948 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8949 (mi-cmd-file.o): Update dependencies.
8950
8951 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8952
8953 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8954 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8955
8956 2003-04-01 Adam Fedor <fedor@gnu.org>
8957
8958 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8959 * language.h (struct language_defn): Add la_demangle.
8960 (language_demangle): Declare.
8961 * language.c (language_demangle): New function.
8962 (unk_lang_demangle): Likewise.
8963 (unknown_language_defn, auto_language_defn, local_language_defn):
8964 Add ukn_lang_demangle.
8965 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8966 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8967 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8968 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8969 * jv-lang.c (java_demangle): New function
8970 (java_language_defn): Use it for la_demangle element.
8971 * objc-lang.c (objc_demangle): Add options argument
8972 (objc_language_defn): Use objc_demangle for la_demangle element.
8973 * maint.c (maintenance_demangle): Replace switch with
8974 call to language_demangle.
8975 * utils.c (fprintf_symbol_filtered): Likewise.
8976
8977 2003-04-01 Andrew Cagney <cagney@redhat.com>
8978
8979 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8980 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8981 PRINT_TYPELESS_INTEGER.
8982 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8983 PUSH_RETURN_ADDRESS.
8984
8985 2003-04-01 Andrew Cagney <cagney@redhat.com>
8986
8987 * Makefile.in (d10v-tdep.o): Update dependencies.
8988 * d10v-tdep.c: Include "frame-base.h".
8989 (d10v_frame_unwind): Make constant.
8990 (d10v_frame_base_address): New function.
8991 (d10v_frame_base): New variable.
8992 (d10v_gdbarch_init): Set frame_base default.
8993 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8994 comment for base.
8995 (d10v_frame_unwind_cache): Set and use "prev_sp".
8996 (d10v_frame_this_id): Use the previous frame's inner most stack
8997 address and this frame's func address for the frame ID. Use
8998 frame_id_build. Don't analyze beyond the current instruction.
8999
9000 2003-04-01 Andrew Cagney <cagney@redhat.com>
9001
9002 * frame.h (get_frame_locals_address, get_frame_args_address):
9003 Refer to the base address, instead of the address of the first
9004 local or parameter.
9005
9006 2003-04-01 Andrew Cagney <cagney@redhat.com>
9007
9008 Add frame debug info addresses:
9009 * frame-base.c: New file.
9010 * frame-base.h: New file.
9011 * frame.h (struct frame_base): Add opaque declaration.
9012 (get_frame_base): Update comment.
9013 (get_frame_base_address): Declare.
9014 (get_frame_locals_address): Declare.
9015 (get_frame_args_address): Declare.
9016 (struct frame_info): Add "base" and "base_cache". Update
9017 comments on the unwinder.
9018 * frame.c: Include "frame-base.h".
9019 (get_frame_locals_address): New function.
9020 (get_frame_base_address): New function.
9021 (get_frame_args_address): New function.
9022 * findvar.c (read_var_value): Use get_frame_locals_address and
9023 get_frame_args_address.
9024 * stack.c (frame_info): Use get_frame_locals_address and
9025 get_frame_args_address.
9026 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9027 moved to "frame-base.c".
9028 * printcmd.c (print_frame_nameless_args): Ditto.
9029 * symtab.h (address_class): Update comments.
9030 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9031 get_frame_base_address.
9032 * dwarf2expr.c (execute_stack_op): Ditto.
9033 * Makefile.in (frame_base_h): Define.
9034 (frame.o): Update dependencies.
9035 (frame-base.o): Add dependencies.
9036 (SFILES): Add frame-base.c.
9037 (COMMON_OBS): Add frame-base.o.
9038
9039 2003-04-01 Andrew Cagney <cagney@redhat.com>
9040
9041 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9042 CALL_DUMMY_LENGTH): Ditto.
9043 * gdbarch.c: Re-generate.
9044 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9045 (CALL_DUMMY_LENGTH): Delete macro.
9046 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9047 * arm-tdep.c (arm_gdbarch_init): Ditto.
9048 * avr-tdep.c (avr_gdbarch_init): Ditto.
9049 * cris-tdep.c (cris_gdbarch_init): Ditto.
9050 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9051 * frv-tdep.c (frv_gdbarch_init): Ditto.
9052 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9053 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9054 * i386-tdep.c (i386_gdbarch_init): Ditto.
9055 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9056 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9057 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9058 * mips-tdep.c (mips_gdbarch_init): Ditto.
9059 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9060 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9061 * s390-tdep.c (s390_gdbarch_init): Ditto.
9062 * sh-tdep.c (sh_gdbarch_init): Ditto.
9063 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9064 * v850-tdep.c (v850_gdbarch_init): Ditto.
9065 * vax-tdep.c (vax_gdbarch_init): Ditto.
9066 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9067
9068 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9069
9070 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9071
9072 2003-04-01 Andrew Cagney <cagney@redhat.com>
9073
9074 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9075 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9076 * gdbarch.h, gdbarch.c: Re-generate.
9077 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9078 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9079 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9080 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9081 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9082 * infcmd.c (run_stack_dummy): Simplify assuming
9083 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9084 * infrun.c (handle_inferior_event): Ditto.
9085 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9086 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9087 * arm-tdep.c (arm_gdbarch_init): Ditto.
9088 * avr-tdep.c (avr_gdbarch_init): Ditto.
9089 * cris-tdep.c (cris_gdbarch_init): Ditto.
9090 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9091 * frv-tdep.c (frv_gdbarch_init): Ditto.
9092 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9093 * i386-tdep.c (i386_gdbarch_init): Ditto.
9094 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9095 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9096 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9097 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9098 * mips-tdep.c (mips_gdbarch_init): Ditto.
9099 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9100 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9101 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9102 * s390-tdep.c (s390_gdbarch_init): Ditto.
9103 * sh-tdep.c (sh_gdbarch_init): Ditto.
9104 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9105 * v850-tdep.c (v850_gdbarch_init): Ditto.
9106 * vax-tdep.c (vax_gdbarch_init): Ditto.
9107 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9108
9109 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9110
9111 * symfile.c (symfile_relocate_debug_section): Update call to
9112 bfd_simple_get_relocated_section_contents.
9113
9114 2003-03-31 Andrew Cagney <cagney@redhat.com>
9115
9116 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9117 * gdbarch.h, gdbarch.c: Regenerate.
9118 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9119 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9120 available.
9121 * frame.h (generic_fix_call_dummy): Delete declaration.
9122 * dummy-frame.h: Update comment.
9123 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9124 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9125 fix_call_dummy.
9126 * sh-tdep.c (sh_gdbarch_init): Ditto.
9127 * s390-tdep.c (s390_gdbarch_init): Ditto.
9128 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9129 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9130 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9131 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9132 * i386-tdep.c (i386_gdbarch_init): Ditto.
9133 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9134 * frv-tdep.c (frv_gdbarch_init): Ditto.
9135 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9136 * cris-tdep.c (cris_gdbarch_init): Ditto.
9137 * avr-tdep.c (avr_gdbarch_init): Ditto.
9138 * arm-tdep.c (arm_gdbarch_init): Ditto.
9139
9140 2003-03-31 J. Brobecker <brobecker@gnat.com>
9141
9142 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9143 (INIT_FRAME_AP): Likewise.
9144 (EXTRA_FRAME_INFO): Likewise.
9145
9146 2003-03-31 Andrew Cagney <cagney@redhat.com>
9147
9148 * gdbarch.sh: Include "symfile.h".
9149 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9150 * gdbarch.h, gdbarch.c: Re-generate.
9151 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9152 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9153 call_dummy_address, the default is at entry_point_address.
9154 * v850-tdep.c (v850_gdbarch_init): Ditto.
9155 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9156 * sh-tdep.c (sh_gdbarch_init): Ditto.
9157 * s390-tdep.c (s390_gdbarch_init): Ditto.
9158 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9159 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9160 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9161 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9162 * i386-tdep.c (i386_gdbarch_init): Ditto.
9163 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9164 * frv-tdep.c (frv_gdbarch_init): Ditto.
9165 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9166 * cris-tdep.c (cris_gdbarch_init): Ditto.
9167 * arm-tdep.c (arm_gdbarch_init): Ditto.
9168
9169 2003-03-31 Andrew Cagney <cagney@redhat.com>
9170
9171 * gdbarch.sh (CALL_DUMMY_P): Delete.
9172 * gdbarch.h, gdbarch.c: Re-generate.
9173 * inferior.h (CALL_DUMMY_P): Delete macro.
9174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9175 * vax-tdep.c (vax_gdbarch_init): Update.
9176 * v850-tdep.c (v850_gdbarch_init): Update.
9177 * sparc-tdep.c (sparc_gdbarch_init): Update.
9178 * sh-tdep.c (sh_gdbarch_init): Update.
9179 * s390-tdep.c (s390_gdbarch_init): Update.
9180 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9181 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9182 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9183 * mips-tdep.c (mips_gdbarch_init): Update.
9184 * mcore-tdep.c (mcore_gdbarch_init): Update.
9185 * m68k-tdep.c (m68k_gdbarch_init): Update.
9186 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9187 * ia64-tdep.c (ia64_gdbarch_init): Update.
9188 * i386-tdep.c (i386_gdbarch_init): Update.
9189 * h8300-tdep.c (h8300_gdbarch_init): Update.
9190 * frv-tdep.c (frv_gdbarch_init): Update.
9191 * d10v-tdep.c (d10v_gdbarch_init): Update.
9192 * cris-tdep.c (cris_gdbarch_init): Update.
9193 * breakpoint.c (deprecated_frame_in_dummy): Update.
9194 * avr-tdep.c (avr_gdbarch_init): Update.
9195 * alpha-tdep.c (alpha_gdbarch_init): Update.
9196 * arm-tdep.c (arm_gdbarch_init): Update.
9197 * dummy-frame.c (dummy_frame_this_id): Update comments.
9198 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9199 * frame.c (legacy_get_prev_frame): Ditto.
9200 * valops.c (call_function_by_hand): Delete function.
9201 (hand_function_call): Rename to call_function_by_hand
9202
9203 2003-03-30 Andrew Cagney <cagney@redhat.com>
9204
9205 2002-11-10 Klee Dienes <kdienes@apple.com>
9206 * value.h (struct value): Update comment.
9207
9208 2003-03-30 Andrew Cagney <cagney@redhat.com>
9209
9210 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9211 D10V_FP_REGNUM.
9212 (d10v_gdbarch_init): Do not set fp_regnum.
9213
9214 * frame.c (get_frame_base): Force ID initialization.
9215 (get_prev_frame): Move computation of the frame ID from here ...
9216 (get_frame_id): ... to here.
9217 (legacy_get_prev_frame): Mark the frame ID as valid.
9218 * frame.h (struct frame_info): Add field "id_p".
9219
9220 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9221
9222 * i386-tdep.c (i386_store_struct_return): Removed.
9223 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9224
9225 2003-03-30 Andrew Cagney <cagney@redhat.com>
9226
9227 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9228 * gdbarch.h, gdbarch.c: Regenerate.
9229 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9230 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9231 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9232 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9233 * i386-tdep.c (i386_gdbarch_init): Ditto.
9234 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9235 * cris-tdep.c (cris_gdbarch_init): Ditto.
9236 * vax-tdep.c (vax_gdbarch_init): Ditto.
9237 * s390-tdep.c (s390_gdbarch_init): Ditto.
9238 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9239 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9240 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9241 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9242 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9243 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9244 * sparc-tdep.c (sparc_gdbarch_init): Update.
9245 * sh-tdep.c (sh_gdbarch_init): Update.
9246 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9247 * mips-tdep.c (mips_gdbarch_init): Update.
9248 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9249 * ia64-tdep.c (ia64_gdbarch_init): Update.
9250 * frv-tdep.c (frv_gdbarch_init): Update.
9251 * avr-tdep.c (avr_gdbarch_init): Update.
9252 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9253 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9254 instead of when push_dummy_call is not available.
9255
9256 2003-03-30 Andrew Cagney <cagney@redhat.com>
9257
9258 * infttrace.c: Include "gdbthread.h".
9259 (parent_attach_all): Fix function signature.
9260 (call_ptrace): Update call.
9261 * Makefile.in (infttrace.o): Update dependencies.
9262
9263 2003-03-30 Andrew Cagney <cagney@redhat.com>
9264
9265 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9266 PUSH_RETURN_ADDRESS.
9267 * gdbarch.h, gdbarch.c: Regenerate.
9268 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9269 * x86-64-tdep.c (x86_64_init_abi): Update.
9270 * v850-tdep.c (v850_gdbarch_init): Update.
9271 * sparc-tdep.c (sparc_gdbarch_init): Update.
9272 * sh-tdep.c (sh_gdbarch_init): Update.
9273 * s390-tdep.c (s390_gdbarch_init): Update.
9274 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9275 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9276 * mips-tdep.c (mips_gdbarch_init): Update.
9277 * mcore-tdep.c (mcore_gdbarch_init): Update.
9278 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9279 * ia64-tdep.c (ia64_gdbarch_init): Update.
9280 * i386-tdep.c (i386_gdbarch_init): Update.
9281 * h8300-tdep.c (h8300_gdbarch_init): Update.
9282 * frv-tdep.c (frv_gdbarch_init): Update.
9283 * cris-tdep.c (cris_gdbarch_init): Update.
9284 * avr-tdep.c (avr_gdbarch_init): Update.
9285 * arm-tdep.c (arm_gdbarch_init): Update.
9286 * valops.c (hand_function_call): Update.
9287
9288 2003-03-29 Andrew Cagney <cagney@redhat.com>
9289
9290 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9291 sizeof_call_dummy_words.
9292 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9293 define.
9294 * gdbarch.h: Regenerate.
9295
9296 2003-03-29 Andrew Cagney <cagney@redhat.com>
9297
9298 * infttrace.h: New file.
9299 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9300 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9301 (hpread_read_doc_function_type): Detect an initialized type1.
9302 (hpread_quick_traverse): Initialize mod_name_string.
9303 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9304 (som_solib_get_solib_by_pc): Declare.
9305 (so_lib_thread_start_addr): Declare.
9306 (no_shared_libraries): Declare.
9307 * somread.c (init_import_symbols): Make static. Add forward
9308 declaration.
9309 * config/pa/nm-hppah.h: Include "infttrace.h" for
9310 parent_attach_all.
9311 (hppa_insert_hw_watchpoint): Declare.
9312 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9313 * hppah-nat.c: Include "gdb_string.h".
9314 (parent_attach_all): Delete extern declaration, moved to
9315 "infttrace.h".
9316 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9317 int.
9318 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9319 * Makefile.in (infttrace_h): Define.
9320 (hpread.o): Update dependencies.
9321 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9322 * hppa-hpux-tdep.c: Include "gdb_string.h".
9323 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9324 * infrun.c (handle_inferior_event): Always initialize
9325 stepped_after_stopped_by_watchpoint. Add default and remove
9326 fallthrough in switch statement.
9327 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9328 parameter to int.
9329 (hppa_remove_hw_watchpoint): Ditto.
9330
9331 2003-03-29 Andrew Cagney <cagney@redhat.com>
9332
9333 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9334 offset.
9335
9336 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9337
9338 * arm-tdep.c (arm_push_arguments): Delete.
9339 (struct stack_item): New type.
9340 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9341 (arm_store_struct_return): Delte.
9342 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9343 arm_push_arguments or arm_store_struct_return.
9344
9345 2003-03-28 Andrew Cagney <cagney@redhat.com>
9346
9347 * Makefile.in (d10v-tdep.o): Update dependencies.
9348 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9349 * d10v-tdep.c: Include "remote.h".
9350 (target_resume_hook): Delete extern declaration.
9351 (target_wait_loop_hook): Ditto.
9352 (tdisassemble_command): Eliminate assignment in "if" conditional.
9353 (d10v_ts2_register_sim_regno): Eliminate call to
9354 legacy_register_sim_regno.
9355 (d10v_ts3_register_sim_regno): Ditto.
9356
9357 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9358
9359 * thread.c: Reindented.
9360 * lin-lwp.c: Ditto.
9361 * linux-proc.c: Ditto.
9362
9363 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9364
9365 * MAINTAINERS (write after approval): Add myself.
9366
9367 2003-03-27 Theodore A. Roth <troth@openavr.org>
9368
9369 * objc-exp.y: Add missing semi-colons.
9370
9371 2003-03-27 Andrew Cagney <cagney@redhat.com>
9372
9373 * regcache.c (write_sp): Delete function and references.
9374 * inferior.h (write_sp): Delete declaration.
9375 * valops.c (hand_function_call): Replace write_sp with
9376 TARGET_WRITE_SP.
9377 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9378 (sparc_pop_frame): Ditto.
9379
9380 2003-03-27 Andrew Cagney <cagney@redhat.com>
9381
9382 * NEWS: Mention removal of support for hppa*-*-bsd* and
9383 hppa*-*-osf* natives, and hppa*-*-pro* target.
9384 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9385 * config/pa/xm-pa.h: Obsolete file.
9386 * config/pa/xm-hppab.h: Obsolete file.
9387 * config/pa/nm-hppab.h: Obsolete file.
9388 * config/pa/tm-hppab.h: Obsolete file.
9389 * config/pa/tm-hppao.h: Obsolete file.
9390 * config/pa/nm-hppao.h: Obsolete file.
9391 * config/pa/tm-pro.h: Obsolete file.
9392 * config/pa/hppaosf.mt: Obsolete file.
9393 * config/pa/hppaosf.mh: Obsolete file.
9394 * config/pa/hppapro.mt: Obsolete file.
9395 * config/pa/hppabsd.mt: Obsolete file.
9396 * config/pa/hppabsd.mh: Obsolete file.
9397 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9398 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9399 hppa*-*-osf*.
9400
9401 2003-03-27 Andrew Cagney <cagney@redhat.com>
9402
9403 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9404 push_arguments. Don't set push_return_address or write_sp.
9405 (d10v_push_dummy_call): Replace d10v_push_arguments.
9406 (d10v_push_return_address, d10v_write_sp): Delete function,
9407 handled by push_dummy_call.
9408
9409 2003-03-26 Andrew Cagney <cagney@redhat.com>
9410
9411 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9412 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9413 regcache and dummy_addr parameters.
9414 * gdbarch.h, gdbarch.c: Re-generate.
9415 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9416 available; assume it will handle stack alignment and return
9417 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9418 legacy_push_arguments.
9419 (legacy_push_arguments): Rename default_push_arguments.
9420 * value.h (legacy_push_arguments): Rename default_push_arguments.
9421 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9422 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9423 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9424 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9425 * config/i386/tm-symmetry.h: Update.
9426 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9427 * x86-64-tdep.c (x86_64_init_abi): Update.
9428 * v850-tdep.c (v850_gdbarch_init): Update.
9429 * sparc-tdep.c (sparc_gdbarch_init): Update.
9430 * sh-tdep.c (sh_gdbarch_init): Update.
9431 * s390-tdep.c (s390_gdbarch_init): Update.
9432 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9433 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9434 * mips-tdep.c (mips_gdbarch_init): Update.
9435 * mcore-tdep.c (mcore_gdbarch_init): Update.
9436 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9437 * ia64-tdep.c (ia64_gdbarch_init): Update.
9438 * i386-tdep.c (i386_gdbarch_init): Update.
9439 * hppa-tdep.c (hppa_gdbarch_init): Update.
9440 * h8300-tdep.c (h8300_gdbarch_init): Update.
9441 * frv-tdep.c (frv_gdbarch_init): Update.
9442 * d10v-tdep.c (d10v_gdbarch_init): Update.
9443 * cris-tdep.c (cris_gdbarch_init): Update.
9444 * avr-tdep.c (avr_gdbarch_init): Update.
9445 * arm-tdep.c (arm_gdbarch_init): Update.
9446 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9447 * alpha-tdep.c (alpha_gdbarch_init): Update.
9448
9449 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9450
9451 * signals/signals.c (do_target_signal_to_host): Correct realtime
9452 signal range test.
9453
9454 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9455
9456 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9457 (struct sal_chain, map_catch_names): Remove.
9458 (catch_exception_command_1): Don't call
9459 handle_gnu_4_16_catch_command.
9460
9461 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9462
9463 From Mark Dettinger <dettinge@de.ibm.com>:
9464 * dwarf2cfi.c (read_2u): Increment pointer by two.
9465
9466 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9467
9468 * signals/signals.c: Fix typos in last change.
9469
9470 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9473 not already defined. Use __SIGRTMIN if available.
9474 (target_signal_from_host): Remove SIGRTMIN block.
9475 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9476 the signal is within the realtime range.
9477
9478 2003-03-25 Adam Fedor <fedor@gnu.org>
9479
9480 * Makefile.in (infrun.o): Add $(language_h)
9481 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9482 for language specific trampolines.
9483 * language.h (struct language_defn): Add skip_trampoline.
9484 (skip_language_trampoline): Declare.
9485 * language.c (unk_lang_trampoline, skip_language_trampoline):
9486 New functions.
9487 (unknown_language_defn, auto_language_defn, local_language_defn):
9488 Add ukn_lang_trampoline.
9489 * ada-lang.c (ada_language_defn): Add NULL for language
9490 specific skip_trampoline.
9491 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9492 scm-lang.c: Likewise.
9493 * objc-lang.c (objc_skip_trampoline): New function.
9494 (objc_language_defn): Add objc_skip_trampoline.
9495
9496 2003-03-25 Andrew Cagney <cagney@redhat.com>
9497
9498 * frame.c (get_prev_frame): Delay validating a frame's ID -
9499 non-NULL, didn't go backwards - until an attempt to unwind it to
9500 the previous frame.
9501
9502 2003-03-25 Andrew Cagney <cagney@redhat.com>
9503
9504 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9505 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9506 * gdbarch.h, gdbarch.c: Re-generate.
9507 * config/sparc/tm-sparc.h
9508 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9509 * sparc-tdep.c (sparc_gdbarch_init): Set
9510 deprecated_extra_stack_alignment_needed.
9511 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9512 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9513 extra_stack_alignment_needed.
9514 * v850-tdep.c (v850_gdbarch_init): Ditto.
9515 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9516 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9517 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9518 * cris-tdep.c (cris_gdbarch_init): Ditto.
9519 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9520 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9521
9522 2003-03-25 Andrew Cagney <cagney@redhat.com>
9523
9524 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9525 STORE_STRUCT_RETURN.
9526 * gdbarch.h, gdbarch.c: Regenerate.
9527 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9528 (d10v_push_arguments): Set the struct return register.
9529 (d10v_gdbarch_init): Update.
9530 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9531 * x86-64-tdep.c (x86_64_init_abi): Update.
9532 * vax-tdep.c (vax_gdbarch_init): Update.
9533 * v850-tdep.c (v850_gdbarch_init): Update.
9534 * sparc-tdep.c (sparc_gdbarch_init): Update.
9535 * sh-tdep.c (sh_gdbarch_init): Update.
9536 * s390-tdep.c (s390_gdbarch_init): Update.
9537 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9538 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9539 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9540 * mips-tdep.c (mips_gdbarch_init): Update.
9541 * mcore-tdep.c (mcore_gdbarch_init): Update.
9542 * m68k-tdep.c (m68k_gdbarch_init): Update.
9543 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9544 * ia64-tdep.c (ia64_gdbarch_init): Update.
9545 * i386-tdep.c (i386_gdbarch_init): Update.
9546 * hppa-tdep.c (hppa_gdbarch_init): Update.
9547 * h8300-tdep.c (h8300_gdbarch_init): Update.
9548 * frv-tdep.c (frv_gdbarch_init): Update.
9549 * cris-tdep.c (cris_gdbarch_init): Update.
9550 * avr-tdep.c (avr_gdbarch_init): Update.
9551 * arm-tdep.c (arm_gdbarch_init): Update.
9552 * alpha-tdep.c (alpha_gdbarch_init): Update.
9553
9554 2003-03-25 Andrew Cagney <cagney@redhat.com>
9555
9556 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9557 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9558 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9559 * gdbarch.h, gdbarch.c: Regenerate.
9560 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9561 call_dummy_stack_adjust_p.
9562 * vax-tdep.c (vax_gdbarch_init): Ditto.
9563 * v850-tdep.c (v850_gdbarch_init): Ditto.
9564 * sh-tdep.c (sh_gdbarch_init): Ditto.
9565 * s390-tdep.c (s390_gdbarch_init): Ditto.
9566 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9567 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9568 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9569 * mips-tdep.c (mips_gdbarch_init): Ditto.
9570 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9571 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9572 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9573 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9574 * i386-tdep.c (i386_gdbarch_init): Ditto.
9575 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9576 * frv-tdep.c (frv_gdbarch_init): Ditto.
9577 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9578 * cris-tdep.c (cris_gdbarch_init): Ditto.
9579 * avr-tdep.c (avr_gdbarch_init): Ditto.
9580 * arm-tdep.c (arm_gdbarch_init): Ditto.
9581 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9582 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9583 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9584 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9585 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9586 call_dummy_stack_adjust_p.
9587 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9588 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9589 * sparc-tdep.c (sparc32_push_arguments): Update.
9590 * valops.c (hand_function_call): Update.
9591
9592 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9593
9594 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9595 set_gdbarch_char_signed.
9596
9597 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9598
9599 PR cli/548
9600 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9601
9602 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9603
9604 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9605 (_initialize_arm_tdep): Don't set tm_print_insn.
9606
9607 2003-03-24 Adam Fedor <fedor@gnu.org>
9608
9609 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9610 * objc-lang.h: Add multiple inclusion protection.
9611 (start_msglist, add_msglist, end_msglist): Additional declarations.
9612
9613 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9614
9615 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9616 value was renamed to ARM_FLOAT_SOFT_FPA.
9617
9618 2003-03-23 Andrew Cagney <cagney@redhat.com>
9619
9620 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9621 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9622 * gdbarch.h, gdbarch.c: Regenerate.
9623 * valops.c (hand_function_call): Update.
9624 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9625 * frame.c (legacy_saved_regs_this_id): Update.
9626 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9627 * dummy-frame.h: Update.
9628 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9629 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9630 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9631 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9632 * config/m68k/tm-sun3.h: Update.
9633 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9634 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9635 * x86-64-tdep.c (x86_64_init_abi): Update.
9636 * vax-tdep.c (vax_gdbarch_init): Update.
9637 * v850-tdep.c (v850_gdbarch_init): Update.
9638 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9639 * sh-tdep.c (sh_gdbarch_init): Update.
9640 * s390-tdep.c (s390_gdbarch_init): Update.
9641 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9642 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9643 (frame_get_saved_regs): Update.
9644 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9645 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9646 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9647 * mips-tdep.c (mips_gdbarch_init): Update.
9648 * mcore-tdep.c (mcore_gdbarch_init): Update.
9649 * m68k-tdep.c (m68k_gdbarch_init): Update.
9650 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9651 * ia64-tdep.c (ia64_gdbarch_init): Update.
9652 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9653 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9654 (i386_interix_back_one_frame): Update.
9655 * hppa-tdep.c (hppa_gdbarch_init): Update.
9656 (hppa_init_extra_frame_info): Update.
9657 * h8300-tdep.c (h8300_gdbarch_init): Update.
9658 * frv-tdep.c (frv_gdbarch_init): Update.
9659 * cris-tdep.c (cris_gdbarch_init): Update.
9660 * avr-tdep.c (avr_gdbarch_init): Update.
9661 * arm-tdep.c (arm_gdbarch_init): Update.
9662 * alpha-tdep.c (alpha_gdbarch_init): Update.
9663
9664 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9665
9666 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9667 (arm_get_fp_model): Declare.
9668 * arm-tdep.c (fp_model_strings): New string array.
9669 (arm_fp_model, current_fp_model): New variables.
9670 (arm_get_fp_model): New function.
9671 (arm_set_fp): New function.
9672 (set_fp_model_sfunc): New function.
9673 (show_fp_model): New function.
9674 (_initialize_arm_tdep): Add new command to set/show the FPU.
9675 (arm_extract_return_value): Use arm_get_fp_model.
9676 (arm_store_return_value): Likewise.
9677 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9678 to initialize the floating-point data types.
9679 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9680 model is FPA.
9681
9682 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9683
9684 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9685 the current setting of each value.
9686 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9687 new_set and new_show. Use add_setshow_cmd_full and
9688 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9689 commands and add new version as subcommands of "set/show arm".
9690
9691 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9692
9693 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9694 (set_arm_command, show_arm_command): New functions.
9695 (_initialize_arm_tdep): Add them.
9696 (num_disassembly_options): Renamed from num_flavor_options.
9697 (valid_disassembly_styles): Renamed from valid_flavors.
9698 (disassembly_style): Renamed from disassembly_flavor.
9699 (set_disassembly_style_sfunc): Renamed from
9700 set_disassembly_flavor_sfunc.
9701 (set_disassembly_style): Renamed from set_disassembly_flavor.
9702 (arm_othernames): Updated.
9703 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9704 command. Add "set/show arm disassembly" commands. Deprecate
9705 "othernames" command.
9706
9707 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9708
9709 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9710 (arm-tdep.o): Depend on elf_arm_h.
9711
9712 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9713
9714 * Makefile.in (coff_internal_h): Define.
9715 (arm-tdep.o): Update dependencies.
9716
9717 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9718
9719 * arm-tdep.c (prologue_cache): Delete.
9720 (check_prologue_cache, save_prologue_cache): Delete.
9721 (arm_scan_prologue): Don't check or update the prologue_cache.
9722 (arm_gdb_arch_init): Don't initialize it.
9723 (_initialize_arm_tdep): Likewise.
9724
9725 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9726
9727 * MAINTAINERS (tui): Maintainer of tui code.
9728
9729 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9730
9731 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9732 (i386-cygwin-tdep.o): Add dependencies.
9733 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9734 * i386-cygwin-tdep.c: New file.
9735 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9736 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9737
9738 2003-03-20 Andrew Cagney <cagney@redhat.com>
9739
9740 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9741 (handle_inferior_event): Remove code calling
9742 DYNAMIC_TRAMPOLINE_NEXTPC.
9743
9744 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9745 already has a full path.
9746
9747 * main.c (gdb_main): Return 1.
9748 (captured_main): Call error to report an invalid interpreter.
9749
9750 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9751 * alpha-osf1-tdep.c: Include "gdb_string.h".
9752
9753 2003-03-19 J. Brobecker <brobecker@gnat.com>
9754
9755 Continuing work to convert the hppa targets to multiarch partial.
9756
9757 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9758 method, now that hppa_push_dummy_frame has a conformant prototype.
9759 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9760 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9761 for the switch to multiarch partial.
9762
9763 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9764
9765 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9766 when iss is issNull.
9767
9768 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9769
9770 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9771 NUM_REGS bounds check.
9772
9773 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9774
9775 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9776 * mips-tdep.c (gdb_assert.h): Include.
9777 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9778 (mips_register_name): Handle integer registers explicitly. Add
9779 bounds checking.
9780 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9781 (mips_lsi33k_reg_names): Don't list integer registers; they're
9782 handled by mips_register_name() now.
9783 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9784 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9785 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9786 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9787 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9788
9789 2003-03-18 Andrew Cagney <cagney@redhat.com>
9790
9791 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9792 a void pointer.
9793 * gdbtypes.h (print_scalar_formatted): Update declaration.
9794 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9795
9796 2003-03-18 J. Brobecker <brobecker@gnat.com>
9797
9798 * infrun.c (observer.h): Add #include.
9799 (normal_stop): Add call to observer_notify_normal_stop.
9800 * Makefile.in (infrun.o): Add dependency on observer.h.
9801
9802 2003-03-18 J. Brobecker <brobecker@gnat.com>
9803
9804 Continuing work to convert the hppa targets to multiarch partial.
9805 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9806 parameter. Reformat comment.
9807 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9808 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9809 to match new profile.
9810
9811 2003-03-18 J. Brobecker <brobecker@gnat.com>
9812
9813 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9814 appear to be working in any case.
9815
9816 2003-03-18 J. Brobecker <brobecker@gnat.com>
9817
9818 * observer.c (observer_test_first_observer): New static variable.
9819 (observer_test_second_observer): Likewise.
9820 (observer_test_third_observer): Likewise.
9821 (observer_test_first_notification_function): New static function.
9822 (observer_test_second_notification_function): Likewise.
9823 (observer_test_third_notification_function): Likewise.
9824
9825 2003-03-17 J. Brobecker <brobecker@gnat.com>
9826
9827 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9828 * somsolib.c (gdb_assert.h): Likewise.
9829 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9830 (somsolib.o): Likewise.
9831
9832 2003-03-17 Andrew Cagney <cagney@redhat.com>
9833
9834 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9835 BFD. Simplify setting of di.endian.
9836
9837 2003-03-17 Andrew Cagney <cagney@redhat.com>
9838
9839 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9840 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9841
9842 From Elena Zannoni <ezannoni@redhat.com>
9843 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9844 vector and floating-point parameters.
9845 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9846 convention.
9847 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9848
9849 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9850
9851 * MAINTAINERS: Remove my name from several maintainership roles.
9852
9853 2003-03-17 Andrew Cagney <cagney@redhat.com>
9854
9855 Fix frame off-by-one bug.
9856 * frame-unwind.h (frame_this_id_ftype): Replace
9857 frame_unwind_id_ftype.
9858 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9859 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9860 with "prev_register".
9861 * frame-unwind.c (frame_unwind_find_by_pc): Return
9862 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9863 comment.
9864 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9865 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9866 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9867 (dummy_frame_unwind): Update.
9868 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9869 sentinel_frame_register_unwind.
9870 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9871 (sentinel_frame_unwinder): Update.
9872 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9873 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9874 * frame.c (create_sentinel_frame): Update. Initialize
9875 "prologue_cache" instead of "unwind_cache".
9876 (frame_register_unwind): Call this frame's prev_register with the
9877 next frame and this frame's prologue cache.
9878 (get_prev_frame): Simplify. Always call prev frame's this_id with
9879 this frame and prev frame's prologue cache. Document that this
9880 call is shifted one to the left when compared to the
9881 frame_register_unwind call.
9882 (legacy_saved_regs_prev_register): Replace
9883 frame_saved_regs_register_unwind.
9884 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9885 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9886 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9887 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9888 (d10v_frame_unwind): Update.
9889 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9890 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9891 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9892 "saved_regs" with "this_saved_regs".
9893
9894 2003-03-16 Andrew Cagney <cagney@redhat.com>
9895
9896 * frame.c (frame_pop): Don't call target_store_registers. Fix
9897 problem reported by Mark Kettenis.
9898
9899 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9900
9901 * i386-tdep.c (i386_register_type): Renamed from
9902 i386_register_virtual_type. Adjust function signature.
9903 (i386_gdbarch_init): Set register_type instead of
9904 deprecated_max_register_raw_size,
9905 deprecated_max_register_virtual_size and register_virtual_type.
9906
9907 2003-03-14 Andrew Cagney <cagney@redhat.com>
9908
9909 * frame.c (get_prev_frame): When a legacy frame, always call
9910 legacy_get_prev_frame. Simplify unwind code using assumption that
9911 the unwinder is new.
9912 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9913 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9914 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9915
9916 2003-03-14 Andrew Cagney <cagney@redhat.com>
9917
9918 * frame.c (get_saved_register): Delete function.
9919 * frame.h (get_saved_register): Delete declaration.
9920 * xstormy16-tdep.c: Update comment.
9921 * regcache.h: Update comments.
9922 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9923 get_saved_register and extract_address, use
9924 frame_read_unsigned_register.
9925 (sparc_frame_saved_pc): Ditto.
9926 (sparc_get_saved_register): Instead of get_saved_register, use
9927 frame_register.
9928 (sparc_pop_frame): Ditto.
9929 * findvar.c: Update comments.
9930 (value_of_register): Call frame_register instead of
9931 get_saved_register.
9932 (value_from_register): Ditto.
9933 * config/sparc/tm-sparc.h: Update comment.
9934 * breakpoint.c: Update comment.
9935
9936 2003-03-14 Andrew Cagney <cagney@redhat.com>
9937
9938 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9939 GET_SAVED_REGISTER.
9940 * gdbarch.h, gdbarch.c: Re-generate.
9941 * frame.h: Update comments.
9942 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9943 * x86-64-tdep.c (x86_64_init_abi): Update.
9944 * sparc-tdep.c (sparc_gdbarch_init): Update.
9945 * sh-tdep.c (sh_gdbarch_init): Update.
9946 * mips-tdep.c (mips_gdbarch_init): Update.
9947 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9948 * cris-tdep.c (cris_gdbarch_init): Update.
9949 * ia64-tdep.c (ia64_gdbarch_init): Update.
9950 * frame.c (frame_register): Update.
9951 (get_saved_register): Update.
9952 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9953
9954 2003-03-13 Andrew Cagney <cagney@redhat.com>
9955
9956 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9957 * gdbarch.h, gdbarch.c: Regenerate.
9958 * valops.c (hand_function_call): Update comment.
9959 * stack.c (return_command): Update comment.
9960 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9961 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9963 * x86-64-tdep.c (x86_64_init_abi): Update.
9964 * vax-tdep.c (vax_gdbarch_init): Update.
9965 * v850-tdep.c (v850_gdbarch_init): Update.
9966 * sparc-tdep.c (sparc_gdbarch_init): Update.
9967 * sh-tdep.c (sh_gdbarch_init): Update.
9968 * s390-tdep.c (s390_gdbarch_init): Update.
9969 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9970 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9971 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9972 * mips-tdep.c (mips_gdbarch_init): Update.
9973 * mcore-tdep.c (mcore_gdbarch_init): Update.
9974 * m68k-tdep.c (m68k_gdbarch_init): Update.
9975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9976 * ia64-tdep.c (ia64_gdbarch_init): Update.
9977 * i386-tdep.c (i386_gdbarch_init): Update.
9978 * hppa-tdep.c (hppa_gdbarch_init): Update.
9979 * h8300-tdep.c (h8300_gdbarch_init): Update.
9980 * frv-tdep.c (frv_gdbarch_init): Update.
9981 * cris-tdep.c (cris_gdbarch_init): Update.
9982 * avr-tdep.c (avr_gdbarch_init): Update.
9983 * arm-tdep.c (arm_gdbarch_init): Update.
9984 * alpha-tdep.c (alpha_gdbarch_init): Update.
9985
9986 2003-03-13 Andrew Cagney <cagney@redhat.com>
9987
9988 * frame.c (legacy_frame_p): New function.
9989 (get_prev_frame): Use legacy_frame_p.
9990 * frame.h (legacy_frame_p): Declare.
9991
9992 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9993
9994 * MAINTAINERS (write after approval): Alphabetically
9995 listing corrected.
9996
9997 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9998
9999 * MAINTAINERS (write after approval): Add myself.
10000
10001 2003-03-12 Andrew Cagney <cagney@redhat.com>
10002
10003 * frame.c (get_prev_frame): Rename the frame parameter to
10004 "this_frame".
10005 (get_next_frame, legacy_get_prev_frame): Ditto.
10006
10007 2003-03-12 Andrew Cagney <cagney@redhat.com>
10008
10009 * frame.c (get_current_frame): Check target_has_registers before
10010 checking target_has_stack.
10011 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10012 instead of deprecated_selected_frame.
10013 * findvar.c (value_of_register): Pass "frame", not
10014 deprecated_selected_frame, to value_of_builtin_reg.
10015
10016 2003-03-12 Andrew Cagney <cagney@redhat.com>
10017
10018 * regcache.c (regcache_cooked_write_signed): New function.
10019 (regcache_cooked_write_unsigned): New function.
10020 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10021 (regcache_cooked_read_signed): Fix regnum in range assertion.
10022 * regcache.h (regcache_cooked_write_signed): Declare.
10023 (regcache_cooked_write_unsigned): Declare.
10024
10025 2003-03-12 Andrew Cagney <cagney@redhat.com>
10026
10027 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10028 * gdbarch.h, gdbarch.c: Re-generate.
10029 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10030 * x86-64-tdep.h: Update.
10031 * x86-64-tdep.c (x86_64_init_abi): Update.
10032 * v850-tdep.c (v850_gdbarch_init): Update.
10033 * sparc-tdep.c (sparc_gdbarch_init): Update.
10034 * sh-tdep.c (sh_gdbarch_init): Update.
10035 * s390-tdep.c (s390_gdbarch_init): Update.
10036 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10037 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10038 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10039 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10040 * mips-tdep.c (mips_gdbarch_init): Update.
10041 * mcore-tdep.c (mcore_gdbarch_init): Update.
10042 * m68k-tdep.c (m68k_gdbarch_init): Update.
10043 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10044 * ia64-tdep.c (ia64_gdbarch_init): Update.
10045 * i386-tdep.c (i386_gdbarch_init): Update.
10046 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10047 * hppa-tdep.c (hppa_gdbarch_init): Update.
10048 * h8300-tdep.c (h8300_gdbarch_init): Update.
10049 * frv-tdep.c (frv_gdbarch_init): Update.
10050 * cris-tdep.c (cris_gdbarch_init): Update.
10051 * avr-tdep.c (avr_gdbarch_init): Update.
10052 * arm-tdep.c (arm_gdbarch_init): Update.
10053 * alpha-tdep.c (alpha_gdbarch_init): Update.
10054 * sh-tdep.c (sh_init_extra_frame_info): Update.
10055 (sh64_init_extra_frame_info): Update.
10056 * ns32knbsd-nat.c (frame_num_args): Update.
10057 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10058 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10059 (xstormy16_frame_chain_valid): Update.
10060 * vax-tdep.c (vax_saved_pc_after_call): Update.
10061 * v850-tdep.c (v850_frame_chain): Update.
10062 (v850_pop_frame): Update.
10063 (v850_init_extra_frame_info): Update.
10064 * sparc-tdep.c (setup_arbitrary_frame): Update.
10065 * ns32k-tdep.c (umax_frame_num_args): Update.
10066 * s390-tdep.c (s390_pop_frame_regular): Update.
10067 * mn10300-tdep.c (mn10300_frame_chain): Update.
10068 (mn10300_pop_frame_regular): Update.
10069 (mn10300_init_extra_frame_info): Update.
10070 * mips-tdep.c (mips_init_frame_pc_first): Update.
10071 (mips_frame_chain): Update.
10072 (mips_pop_frame): Update.
10073 * mcore-tdep.c (mcore_frame_chain): Update.
10074 (mcore_pop_frame): Update.
10075 (mcore_init_extra_frame_info): Update.
10076 * arch-utils.c (init_frame_pc_default): Update.
10077 * m68k-tdep.c (isi_frame_num_args): Update.
10078 (delta68_frame_num_args): Update.
10079 (news_frame_num_args): Update.
10080 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10081 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10082 (alpha_frame_chain): Update.
10083 (alpha_pop_frame): Update.
10084 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10085 (hppa_init_extra_frame_info): Update.
10086 (hppa_frame_chain): Update.
10087 (hppa_frame_chain_valid): Update.
10088 * cris-tdep.c (cris_init_extra_frame_info): Update.
10089 * avr-tdep.c (avr_init_extra_frame_info): Update.
10090 * arm-tdep.c (arm_frame_chain_valid): Update.
10091 (arm_init_extra_frame_info): Update.
10092 (arm_pop_frame): Update.
10093 * frame.c (frame_pc_unwind): Update.
10094 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10095 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10096 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10097 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10098 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10099 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10100
10101 2003-03-12 Andrew Cagney <cagney@redhat.com>
10102
10103 Eliminate the need for POP_FRAME.
10104 * frame.c (do_frame_unwind_register): New function.
10105 (frame_pop): When no POP_FRAME, pop the frame using register
10106 unwind and a scratch regcache.
10107 (frame_saved_regs_pop): Delete function.
10108 (trad_frame_unwinder): Update.
10109 * d10v-tdep.c (d10v_frame_pop): Delete function.
10110 (d10v_frame_unwind): Update.
10111 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10112 (sentinel_frame_unwinder): Update.
10113 * dummy-frame.c (dummy_frame_pop): Delete function.
10114 (dummy_frame_unwind): Update.
10115 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10116 (struct frame_unwind): Update.
10117
10118 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10119
10120 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10121 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10122 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10123 Do range checks on register number obtained from debugging info.
10124 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10125 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10126 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10127 mapping function.
10128 (do_fp_register_row): Fix typo which caused double type to be
10129 used when attempting to unpack a float.
10130
10131 2003-03-11 J. Brobecker <brobecker@gnat.com>
10132
10133 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10134
10135 2003-03-11 Andrew Cagney <cagney@redhat.com>
10136
10137 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10138 frame. Problem found by Corinna Vinschen.
10139
10140 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10141
10142 * doublest.c (floatformat_from_length): Accept also
10143 the real size of 'long double' type.
10144
10145 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10146
10147 From Klee Dienes <kdienes@apple.com>:
10148 * breakpoint.c (bpstat_copy): Copy the command lines as well
10149 as the old value, to match what is freed in bpstat_clear.
10150
10151 2003-03-10 David Carlton <carlton@math.stanford.edu>
10152
10153 * minsyms.c (add_minsym_to_hash_table): Replace
10154 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10155 (compare_minimal_symbols, compact_minimal_symbols)
10156 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10157 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10158 of DEPRECATED_SYMBOL_MATCHES_NAME.
10159 (lookup_minimal_symbol_solib_trampoline): Ditto.
10160
10161 2003-03-10 Andrew Cagney <cagney@redhat.com>
10162
10163 * regcache.h (regcache_cooked_read_ftype): Define.
10164 (regcache_save, regcache_restore): Add a cooked_read parameter.
10165 * regcache.c (regcache_save, regcache_restore): Update.
10166 (do_cooked_read): New function.
10167 (regcache_cpy): Pass do_cooked_read to regcache_save and
10168 regcache_restore.
10169
10170 2003-03-10 Andrew Cagney <cagney@redhat.com>
10171
10172 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10173 * gdbarch.h, gdbarch.c: Re-generate.
10174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10175 * x86-64-tdep.h: Update.
10176 * x86-64-tdep.c (x86_64_init_abi): Update.
10177 * v850-tdep.c (v850_gdbarch_init): Update.
10178 * sparc-tdep.c (sparc_gdbarch_init): Update.
10179 * sh-tdep.c (sh_gdbarch_init): Update.
10180 * s390-tdep.c (s390_gdbarch_init): Update.
10181 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10182 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10183 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10184 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10185 * mips-tdep.c (mips_gdbarch_init): Update.
10186 * mcore-tdep.c (mcore_gdbarch_init): Update.
10187 * m68k-tdep.c (m68k_gdbarch_init): Update.
10188 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10189 * ia64-tdep.c (ia64_gdbarch_init): Update.
10190 * i386-tdep.c (i386_gdbarch_init): Update.
10191 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10192 * hppa-tdep.c (hppa_gdbarch_init): Update.
10193 * h8300-tdep.c (h8300_gdbarch_init): Update.
10194 * frv-tdep.c (frv_gdbarch_init): Update.
10195 * cris-tdep.c (cris_gdbarch_init): Update.
10196 * avr-tdep.c (avr_gdbarch_init): Update.
10197 * arm-tdep.c (arm_gdbarch_init): Update.
10198 * alpha-tdep.c (alpha_gdbarch_init): Update.
10199 * sh-tdep.c (sh_init_extra_frame_info): Update.
10200 (sh64_init_extra_frame_info): Update.
10201 * ns32knbsd-nat.c (frame_num_args): Update.
10202 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10203 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10204 (xstormy16_frame_chain_valid): Update.
10205 * vax-tdep.c (vax_saved_pc_after_call): Update.
10206 * v850-tdep.c (v850_frame_chain): Update.
10207 (v850_pop_frame): Update.
10208 (v850_init_extra_frame_info): Update.
10209 * sparc-tdep.c (setup_arbitrary_frame): Update.
10210 * ns32k-tdep.c (umax_frame_num_args): Update.
10211 * s390-tdep.c (s390_pop_frame_regular): Update.
10212 * mn10300-tdep.c (mn10300_frame_chain): Update.
10213 (mn10300_pop_frame_regular): Update.
10214 (mn10300_init_extra_frame_info): Update.
10215 * mips-tdep.c (mips_init_frame_pc_first): Update.
10216 (mips_frame_chain): Update.
10217 (mips_pop_frame): Update.
10218 * mcore-tdep.c (mcore_frame_chain): Update.
10219 (mcore_pop_frame): Update.
10220 (mcore_init_extra_frame_info): Update.
10221 * arch-utils.c (init_frame_pc_default): Update.
10222 * m68k-tdep.c (isi_frame_num_args): Update.
10223 (delta68_frame_num_args): Update.
10224 (news_frame_num_args): Update.
10225 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10226 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10227 (alpha_frame_chain): Update.
10228 (alpha_pop_frame): Update.
10229 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10230 (hppa_init_extra_frame_info): Update.
10231 (hppa_frame_chain): Update.
10232 (hppa_frame_chain_valid): Update.
10233 * cris-tdep.c (cris_init_extra_frame_info): Update.
10234 * avr-tdep.c (avr_init_extra_frame_info): Update.
10235 * arm-tdep.c (arm_frame_chain_valid): Update.
10236 (arm_init_extra_frame_info): Update.
10237 (arm_pop_frame): Update.
10238 * frame.c (frame_pc_unwind): Update.
10239 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10240 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10241 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10242 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10243 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10244 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10245
10246 2003-03-10 Andrew Cagney <cagney@redhat.com>
10247
10248 * gdbarch.sh (gdbarch_unwind_pc): New method.
10249 * gdbarch.h, gdbarch.c: Regenerate.
10250 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10251 but use read_pc and FRAME_SAVED_PC as fall backs.
10252 (frame_saved_regs_pc_unwind): Delete function.
10253 (trad_frame_unwinder): Update.
10254 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10255 (struct frame_unwind): Update.
10256 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10257 (dummy_frame_unwind): Update.
10258 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10259 (sentinel_frame_unwinder): Update.
10260 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10261 (d10v_frame_unwind): Update.
10262 (d10v_unwind_pc): New function.
10263 (d10v_gdbarch_init): Set unwind_pc.
10264
10265 2003-03-10 Andrew Cagney <cagney@redhat.com>
10266
10267 * gdbarch.h: Re-generate.
10268
10269 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10270 PC.
10271 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10272 the PC register.
10273
10274 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10275
10276 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10277
10278 2003-03-08 Andrew Cagney <cagney@redhat.com>
10279
10280 * cli-out.c: Update copyright.
10281 (cli_out_data): Define typedef. Use instead of ui_out_data.
10282
10283 2003-03-08 Andrew Cagney <cagney@redhat.com>
10284
10285 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10286 the result.
10287
10288 2003-03-07 Andrew Cagney <cagney@redhat.com>
10289
10290 * gdbarch.sh: Don't generate two macro definitions when an
10291 undefined macro taking no arguments.
10292 * gdbarch.h: Regenerate.
10293
10294 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10295
10296 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10297 (x86_64_unwind_dummy_id): New functions.
10298 (x86_64_init_abi): Register these two new functions.
10299
10300 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10301
10302 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10303 (x86_64_skip_prologue): Move prologue detection to
10304 separate function.
10305 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10306
10307 2003-03-05 Andrew Cagney <cagney@redhat.com>
10308
10309 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10310 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10311 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10312 to use unwind_dummy_id when a dummy frame.
10313 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10314 predicate.
10315 * gdbarch.h, gdbarch.c: Regneerate.
10316
10317 2003-03-05 Andrew Cagney <cagney@redhat.com>
10318
10319 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10320 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10321 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10322 values.
10323
10324 2003-03-05 Andrew Cagney <cagney@redhat.com>
10325
10326 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10327 (struct d10v_unwind_cache): Delete field "frameless". Replace
10328 "next_addr" with "sp_offset". Add "r11_offset".
10329 (d10v_frame_unwind_cache): Update.
10330 (prologue_find_regs): Update. When "mv r11, sp", save the
10331 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10332 RN was saved in r11_offset.
10333
10334 2003-03-05 Andrew Cagney <cagney@redhat.com>
10335
10336 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10337 cached PC value in the next frame.
10338
10339 2003-03-05 Andrew Cagney <cagney@redhat.com>
10340
10341 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10342 "id_unwind_cache" with "id".
10343 (frame_id_unwind): Delete declaration.
10344 * frame.c (frame_id_unwind): Delete function.
10345 (get_prev_frame): Call the frame id unwind method directly. Store
10346 the returned next frame's ID value in NEXT_FRAME. Note that there
10347 is a problem with the wrong unwind ID being called with the wrong
10348 unwind cache.
10349
10350 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10351
10352 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10353
10354 2003-03-05 James Ingham <jingham@apple.com>
10355 Daniel Jacobowitz <drow@mvista.com>
10356
10357 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10358 (auto_cp_abi): New variable.
10359 (current_cp_abi, num_cp_abis): Make static.
10360 (CP_ABI_MAX): Define.
10361 (cp_abis): Turn into an array.
10362 (value_virtual_fn_field): Fix formatting.
10363 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10364 takes a pointer.
10365 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10366 (list_cp_abis, _initialize_cp_abi): New functions.
10367 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10368 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10369 switch_to_cp_abi. Update prototype for register_cp_abi.
10370 * Makefile.in (cp-abi.o): Update dependencies.
10371 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10372 instead of switch_to_cp_abi.
10373 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10374 register_cp_abi.
10375 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10376 register_cp_abi.
10377 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10378
10379 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10380
10381 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10382 * dwarf2loc.c: Include "regcache.h".
10383 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10384 register_size.
10385 * Makefile.in (dwarf2loc.o): Update dependencies.
10386
10387 2003-03-04 Theodore A. Roth <troth@openavr.org>
10388
10389 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10390 number of io registers reported by remote target is not a multiple of
10391 step.
10392
10393 2003-03-04 David Carlton <carlton@math.stanford.edu>
10394
10395 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10396 (lookup_symbol_aux_psymtabs): Update call to
10397 lookup_partial_symbol.
10398 (lookup_transparent_type, find_main_psymtab)
10399 (make_symbol_overload_list): Ditto.
10400
10401 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10402
10403 * MAINTAINERS (Write after approval): Update my email address.
10404
10405 2003-03-03 Andrew Cagney <cagney@redhat.com>
10406
10407 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10408 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10409 predicate. Replace MAX_REGISTER_RAW_SIZE.
10410 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10411 MAX_REGISTER_VIRTUAL_SIZE.
10412 * regcache.c (legacy_max_register_raw_size): New function.
10413 (legacy_max_register_virtual_size): New function.
10414 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10415 (MAX_REGISTER_RAW_SIZE): Define.
10416 (legacy_max_register_raw_size): Declare.
10417 (legacy_max_register_virtual_size): Declare.
10418 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10419 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10420 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10421 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10422 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10423 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10424 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10425 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10426 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10427 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10428 * vax-tdep.c (vax_gdbarch_init): Update.
10429 * v850-tdep.c (v850_gdbarch_init): Update.
10430 * sparc-tdep.c (sparc_gdbarch_init): Update.
10431 * sh-tdep.c (sh_gdbarch_init): Update.
10432 * s390-tdep.c (s390_gdbarch_init): Update.
10433 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10434 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10435 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10436 * mips-tdep.c (mips_gdbarch_init): Update.
10437 * mcore-tdep.c (mcore_gdbarch_init): Update.
10438 * m68k-tdep.c (m68k_gdbarch_init): Update.
10439 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10440 * ia64-tdep.c (ia64_gdbarch_init): Update.
10441 * i386-tdep.c (i386_gdbarch_init): Update.
10442 * hppa-tdep.c (hppa_gdbarch_init): Update.
10443 * h8300-tdep.c (h8300_gdbarch_init): Update.
10444 * frv-tdep.c (frv_gdbarch_init): Update.
10445 * cris-tdep.c (cris_gdbarch_init): Update.
10446 * avr-tdep.c (avr_gdbarch_init): Update.
10447 * arm-tdep.c (arm_gdbarch_init): Update.
10448 * alpha-tdep.c (alpha_gdbarch_init): Update.
10449 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10450 max_register_raw_size or max_register_virtual_size.
10451
10452 2003-03-03 David Carlton <carlton@math.stanford.edu>
10453
10454 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10455 SYMBOL_MATCHES_NAME, add comment.
10456 (SYMBOL_MATCHES_NATURAL_NAME): New.
10457 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10458 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10459 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10460 * symtab.c (lookup_partial_symbol): Use
10461 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10462 unhelpful comment.
10463 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10464 SYMBOL_MATCHES_NAME.
10465 Fix for PR c++/33.
10466
10467 2003-03-03 David Carlton <carlton@math.stanford.edu>
10468
10469 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10470 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10471 by regexp matching against SYMBOL_NATURAL_NAME.
10472
10473 2003-03-03 David Carlton <carlton@math.stanford.edu>
10474
10475 * linespec.c (find_method): Extract code into collect_methods.
10476 (collect_methods): New.
10477
10478 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10479
10480 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10481 get_frame_base.
10482
10483 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10484 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10485
10486 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10487
10488 * arch-utils.c (generic_register_byte): Fix to use the loop index
10489 and not regnum when summing the size of all registers up to regnum.
10490
10491 2003-03-01 Andrew Cagney <cagney@redhat.com>
10492
10493 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10494 FRAME_INIT_SAVED_REGS.
10495 * gdbarch.h, gdbarch.c: Regenerate.
10496 * stack.c (frame_info): Update.
10497 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10498 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10499 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10500 * ns32k-tdep.c (ns32k_pop_frame): Update.
10501 * mips-tdep.c (mips_pop_frame): Update.
10502 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10503 * ia64-tdep.c (ia64_frame_chain): Update.
10504 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10505 (ia64_frameless_function_invocation): Update.
10506 (ia64_init_extra_frame_info): Update.
10507 (ia64_pop_frame_regular): Update.
10508 * frame.h (struct frame_info): Update comment.
10509 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10510 * frame.c (frame_saved_regs_register_unwind): Update.
10511 (frame_saved_regs_register_unwind): Update.
10512 (deprecated_generic_get_saved_register): Update.
10513 * cris-tdep.c: Update comment.
10514 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10515 Rename macro.
10516 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10517 * x86-64-tdep.c (x86_64_init_abi): Update.
10518 * vax-tdep.c (vax_gdbarch_init): Update.
10519 * v850-tdep.c (v850_gdbarch_init): Update.
10520 * sparc-tdep.c (sparc_gdbarch_init): Update.
10521 * sh-tdep.c (sh_gdbarch_init): Update.
10522 * s390-tdep.c (s390_gdbarch_init): Update.
10523 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10524 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10525 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10526 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10527 * mips-tdep.c (mips_gdbarch_init): Update.
10528 * mcore-tdep.c (mcore_gdbarch_init): Update.
10529 * m68k-tdep.c (m68k_gdbarch_init): Update.
10530 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10531 * ia64-tdep.c (ia64_gdbarch_init): Update.
10532 * i386-tdep.c (i386_gdbarch_init): Update.
10533 * frv-tdep.c (frv_gdbarch_init): Update.
10534 * avr-tdep.c (avr_gdbarch_init): Update.
10535 * arm-tdep.c (arm_gdbarch_init): Update.
10536 * alpha-tdep.c (alpha_gdbarch_init): Update.
10537
10538 2003-03-01 Andrew Cagney <cagney@redhat.com>
10539
10540 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10541 option enum and switch. When no windows, set the interpreter to
10542 INTERP_CONSOLE.
10543
10544 2003-03-01 Andrew Cagney <cagney@redhat.com>
10545
10546 * main.c (captured_main): Replace magic option characters with an
10547 enum.
10548
10549 2003-03-01 Andrew Cagney <cagney@redhat.com>
10550
10551 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10552 INIT_EXTRA_FRAME_INFO.
10553 * gdbarch.h, gdbarch.c: Regenerate.
10554 * arm-tdep.c: Update comments.
10555 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10556 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10557 * frame.h, avr-tdep.c: Ditto.
10558 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10559 (create_new_frame, legacy_get_prev_frame): Ditto.
10560 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10561 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10562 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10563 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10564 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10565 * v850-tdep.c (v850_gdbarch_init): Ditto.
10566 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10567 * sh-tdep.c (sh_gdbarch_init): Ditto.
10568 * s390-tdep.c (s390_gdbarch_init): Ditto.
10569 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10570 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10571 * mips-tdep.c (mips_gdbarch_init): Ditto.
10572 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10573 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10574 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10575 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10576 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10577 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10578 * frv-tdep.c (frv_gdbarch_init): Ditto.
10579 * cris-tdep.c (cris_gdbarch_init): Ditto.
10580 * avr-tdep.c (avr_gdbarch_init): Ditto.
10581 * arm-tdep.c (arm_gdbarch_init): Ditto.
10582 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10583 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10584
10585 2003-03-01 Andrew Cagney <cagney@redhat.com>
10586
10587 * gdbarch.sh (register_type): New function with predicate.
10588 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10589 * gdbarch.h, gdbarch.c: Re-generate.
10590 * arch-utils.c (generic_register_byte): Use generic_register_size.
10591 (generic_register_size): When available, use
10592 gdbarch_register_type.
10593 * regcache.c (init_regcache_descr): When available, initialize the
10594 register type array using gdbarch_register_type. If the
10595 architecture supplies gdbarch_register_type, do not use the legacy
10596 regcache layout.
10597 * d10v-tdep.c (d10v_register_type): Replace
10598 d10v_register_virtual_type.
10599 (d10v_gdbarch_init): Set register_type instead of
10600 register_virtual_type.
10601
10602 2003-03-01 Andrew Cagney <cagney@redhat.com>
10603
10604 * Makefile.in (ax-gdb.o): Update dependencies.
10605 * ax-gdb.c: Include "regcache.h".
10606 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10607 * findvar.c (value_of_register): Ditto.
10608 * infcmd.c (default_print_registers_info): Ditto.
10609
10610 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10611
10612 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10613 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10614
10615 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10616
10617 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10618 of STREQ.
10619
10620 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10621
10622 * Makefile.in (dwarf2loc.o): Update dependencies.
10623 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10624 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10625 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10626 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10627 (locexpr_tracepoint_var_ref): New function.
10628 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10629
10630 2003-02-28 Andrew Cagney <cagney@redhat.com>
10631
10632 * regcache.c (register_size): New function.
10633 * regcache.h (register_size): Declare
10634 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10635 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10636
10637 2003-02-28 David Carlton <carlton@math.stanford.edu>
10638
10639 * linespec.c (decode_compound): Extract code into find_method.
10640 (find_method): New.
10641
10642 2003-02-28 J. Brobecker <brobecker@gnat.com>
10643
10644 * Makefile.in: Add rules to build and link in observer.o.
10645
10646 2003-02-27 J. Brobecker <brobecker@gnat.com>
10647
10648 * observer.c: Minor comments edits.
10649
10650 2003-02-27 J. Brobecker <brobecker@gnat.com>
10651
10652 * observer.h, observer.c: New file.
10653
10654 2003-02-27 Andrew Cagney <cagney@redhat.com>
10655
10656 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10657
10658 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10659
10660 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10661 (M6812_OP_STS_EXT): Likewise.
10662 (m6811_prologue): Use the above to recognize prologue.
10663 (m6812_prologue): Likewise.
10664
10665 2003-02-27 David Carlton <carlton@math.stanford.edu>
10666
10667 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10668 SYMBOL_PRINT_NAME.
10669 (compare_psymbols): Ditto.
10670 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10671
10672 2003-02-27 Michael Snyder <msnyder@redhat.com>
10673
10674 * f-lang.c (build_fortran_types): New function.
10675 (_initialize_f_language): Gdbarch-register built-in fortran types.
10676 * doublest.c (extract_floating): Fix warning text.
10677
10678 2003-02-27 Andrew Cagney <cagney@redhat.com>
10679
10680 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10681 predicate. Replaces PUSH_DUMMY_FRAME.
10682 * gdbarch.h, gdbarch.c: Regnerate.
10683 * valops.c (hand_function_call): Update. Call
10684 generic_push_dummy_frame directly.
10685 * vax-tdep.c (vax_gdbarch_init): Update.
10686 * sparc-tdep.c (sparc_gdbarch_init): Update.
10687 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10688 * m68k-tdep.c (m68k_gdbarch_init): Update.
10689 * hppa-tdep.c (hppa_gdbarch_init): Update.
10690 * alpha-tdep.c (alpha_gdbarch_init): Update.
10691 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10692 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10693 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10694 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10695 push_dummy_frame to generic_push_dummy_frame.
10696 * v850-tdep.c (v850_gdbarch_init): Ditto.
10697 * sh-tdep.c (sh_gdbarch_init): Ditto.
10698 * s390-tdep.c (s390_gdbarch_init): Ditto.
10699 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10700 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10701 * mips-tdep.c (mips_gdbarch_init): Ditto.
10702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10703 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10704 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10705 * i386-tdep.c (i386_gdbarch_init): Ditto.
10706 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10707 * frv-tdep.c (frv_gdbarch_init): Ditto.
10708 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10709 * cris-tdep.c (cris_gdbarch_init): Ditto.
10710 * avr-tdep.c (avr_gdbarch_init): Ditto.
10711 * arm-tdep.c (arm_gdbarch_init): Ditto.
10712
10713 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10714
10715 * mips-tdep.c (show_mips_abi): New function.
10716 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10717 command ``show mips abi''.
10718
10719 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10720
10721 From Elena Zannoni <ezannoni@redhat.com>
10722 * dbxread.c (process_one_symbol): Only record line 0 if one or
10723 more sline entries have been seen for the function.
10724
10725 2003-02-26 Michael Chastain <mec@shout.net>
10726
10727 * configure: Regenerate with autoconf 000227.
10728
10729 2003-02-26 Michael Chastain <mec@shout.net>
10730
10731 Close PR build/660.
10732 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10733 for old libc5/glibc.
10734 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10735
10736 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10737
10738 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10739 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10740
10741 2003-02-26 Michael Chastain <mec@shout.net>
10742
10743 * configure.in: New variable HAVE_UINTPTR_T.
10744 * configure, config.in: Regenerated.
10745
10746 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10747
10748 Fix PR build/1097.
10749 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10750
10751 2003-02-25 Andrew Cagney <cagney@redhat.com>
10752
10753 * frame.c (get_prev_frame): Add comment on check for
10754 inside_entry_func. Only check for inside_entry_file when not a
10755 dummy and not a sentinel. Check that the new frame is not inner
10756 to the old frame.
10757
10758 2003-02-25 Andrew Cagney <cagney@redhat.com>
10759
10760 * frame.c (frame_debug): New variable.
10761 (_initialize_frame): Add "set/show debug frame" command.
10762 (get_prev_frame): When frame_debug, print reason why unwind
10763 failed.
10764
10765 2003-02-25 Michael Chastain <mec@shout.net>
10766
10767 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10768 to avoid uintptr_t definition problems.
10769
10770 2003-02-25 David Carlton <carlton@math.stanford.edu>
10771
10772 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10773 (SYMBOL_LINKAGE_NAME): Ditto.
10774 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10775 SYMBOL_LINKAGE_NAME.
10776 (struct general_symbol_info): Expand comment.
10777 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10778 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10779 (SYMBOL_MATCHES_REGEXP): Ditto.
10780 * symtab.c (symbol_natural_name): New function.
10781 * objfiles.h: Replace all uses of SYMBOL_NAME by
10782 DEPRECATED_SYMBOL_NAME.
10783 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10784 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10785 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10786 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10787 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10788 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10789 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10790 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10791 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10792 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10793 * ada-exp.y: Ditto.
10794 * ada-exp.y: Update copyright.
10795 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10796 * cp-valprint.c: Ditto.
10797
10798 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10799
10800 * infptrace.c (detach): Do not flag error if ptrace detach fails
10801 and errno is set to ESRCH.
10802
10803 2003-02-24 Andrew Cagney <cagney@redhat.com>
10804
10805 * infptrace.c (udot_info): Change type of udot_off to long. Use
10806 paddr when printing udot_off's value.
10807
10808 2003-02-24 David Carlton <carlton@math.stanford.edu>
10809
10810 * symtab.c (make_symbol_overload_list): Only read in partial
10811 symtabs containing a matching partial symbol.
10812
10813 2003-02-24 David Carlton <carlton@math.stanford.edu>
10814
10815 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10816 do the comparison, not strcmp.
10817 * symfile.c (compare_psymbols): Ditto.
10818 * defs.h: Declare strcmp_iw_ordered.
10819 * utils.c (strcmp_iw_ordered): New function.
10820
10821 2003-02-24 Jim Blandy <jimb@redhat.com>
10822
10823 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10824 support, shared libs): Remove my name from here, to better reflect
10825 reality.
10826
10827 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10828
10829 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10830 (target_ops): Add to_have_continuable_watchpoint.
10831 * target.c (update_current_target): Add INHERIT line for
10832 to_have_continuable_watchpoint.
10833 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10834 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10835 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10836 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10837
10838 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10839
10840 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10841 maintainership.
10842
10843 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10844
10845 * solib.c (solib_open): Call target defined search function after
10846 failing with solib-search-path.
10847 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10848 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10849
10850 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10851
10852 * MAINTAINERS: Add myself to Write After section.
10853
10854 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10855
10856 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10857
10858 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10859
10860 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10861 (m68hc11_add_reggroups): New function.
10862 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10863 (m68hc11_gdbarch_init): Install the reggroups.
10864 (_initialize_m68hc11_tdep): Initialize them.
10865
10866 2003-02-21 James E Wilson <wilson@tuliptree.org>
10867
10868 * MAINTAINERS: Update my email address.
10869
10870 2003-02-21 David Carlton <carlton@math.stanford.edu>
10871
10872 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10873
10874 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10875
10876 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10877 * symtab.h: Add opaque declarations of struct axs_value and
10878 struct agent_expr.
10879 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10880 (struct location_funcs): New type.
10881 (struct symbol): Add "loc" to aux_value.
10882 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10883 * dwarf2read.c: Include "dwarf2expr.h".
10884 (dwarf2_symbol_mark_computed): New function.
10885 (read_func_scope): Use it.
10886 (var_decode_location): New function.
10887 (new_symbol): Use it.
10888 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10889
10890 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10891 (dwarf2expr_h, dwarf2loc_h): New variables.
10892 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10893 (dwarf2expr.o, dwarf2loc.o): New rules.
10894 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10895 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10896 LOC_COMPUTED_ARG.
10897 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10898 * m2-exp.y (yylex): Likewise.
10899 * printcmd.c (address_info, print_frame_args): Likewise.
10900 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10901 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10902 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10903 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10904 * symtab.c (lookup_block_symbol): Likewise.
10905
10906 2003-02-20 Adam Fedor <fedor@gnu.org>
10907
10908 * symtab.h: Remove objc_specific struct
10909 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10910 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10911 Have language_objc use cplus_specific struct.
10912
10913 2003-02-20 Tom Tromey <tromey@redhat.com>
10914
10915 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10916 TYPE_NAME, when printing a String value. PR java/1075.
10917
10918 2003-02-20 Adam Fedor <fedor@gnu.org>
10919
10920 * objc-lang.h (find_methods): Remove declaration.
10921 * objc-lang.c (find_methods): Make static.
10922
10923 2003-02-20 Christopher Faylor <cgf@redhat.com>
10924
10925 * win32-nat.c (get_image_name): Check return value from
10926 ReadProcessMemory.
10927 (child_xfer_memory): Ditto.
10928
10929 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10930
10931 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10932 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10933 '${exec_prefix}' (in addition to the expansion thereof) as
10934 relocatable.
10935 * configure: Rebuilt.
10936
10937 2003-02-20 David Carlton <carlton@math.stanford.edu>
10938
10939 * symtab.c (search_symbols): Revert the search_symbols part of my
10940 2002-12-23 patch. Add comment.
10941
10942 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10945 * dbxread.c (elfstab_build_psymtabs): Don't call
10946 install_minimal_symbols.
10947 (stabsect_build_psymtabs): Likewise.
10948 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10949 earlier.
10950 * somread.c (som_symfile_read): Call install_minimal_symbols
10951 and do_cleanups earlier.
10952 * nlmread.c (nlm_symfile_read): Likewise.
10953 * mdebugread.c (elfmdebug_build_psymtabs): Call
10954 install_minimal_symbols and make appropriate cleanups.
10955
10956 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10957
10958 * solib.c (reload_shared_libraries): New function.
10959 (_initialize_solib): Add callbacks for ``set solib-search-path''
10960 and ``set solib-absolute-prefix''.
10961
10962 2003-02-20 David Carlton <carlton@math.stanford.edu>
10963
10964 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10965 expand comment.
10966 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10967 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10968 * ada-typeprint.c (ada_typedef_print): Ditto.
10969 * ax-gdb.c (gen_var_ref): Ditto.
10970 * breakpoint.c (print_one_breakpoint): Ditto.
10971 * buildsym.c (finish_block): Ditto.
10972 * c-valprint.c (c_val_print): Ditto.
10973 * expprint.c (print_subexp): Ditto.
10974 * findvar.c (locate_var_value): Ditto.
10975 * infcmd.c (jump_command): Ditto.
10976 * linespec.c (decode_line_2, decode_compound): Ditto.
10977 * maint.c (maintenance_translate_address): Ditto.
10978 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10979 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10980 Ditto.
10981 * p-valprint.c (pascal_val_print): Ditto.
10982 * stabsread.c (define_symbol): Ditto.
10983 * stack.c (print_frame, frame_info, print_block_frame_locals)
10984 (print_frame_arg_vars, return_command): Ditto.
10985 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10986 * symmisc.c (print_symbol): Ditto.
10987 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10988 (compare_search_syms, print_symbol_info, print_msymbol_info)
10989 (rbreak_command): Ditto.
10990 * tracepoint.c (tracepoints_info): Ditto.
10991 * typeprint.c (typedef_print): Ditto.
10992 * valops.c (value_of_variable, hand_function_call): Ditto.
10993 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10994 * ada-typeprint.c: Update Copyright.
10995 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10996 * tracepoint.c, cli/cli-cmds.c: Ditto.
10997
10998 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10999
11000 * frame.c (generic_unwind_get_saved_register): Make non-static.
11001 * frame.h (generic_unwind_get_saved_register): Declare.
11002 * mips-tdep.c (read_next_frame_reg): Fetch register from
11003 current regcache when frame is NULL.
11004 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11005 that must be NULL.
11006 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11007 instead of frame_register_unwind().
11008
11009 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11010
11011 * remote-sim.c (gdbsim_insert_breakpoint)
11012 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11013 code.
11014
11015 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11016
11017 * remote.c (_initialize_remote): Add commands "set/show remote
11018 hardware-watchpoint-limit" and "set/show remote
11019 hardware-breakpoint-limit".
11020 (remote_hw_watchpoint_limit): Initialize to -1.
11021 (remote_hw_breakpoint_limit): Ditto.
11022 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11023
11024 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11025
11026 * coff-pe-read.c: New file - support reading of minimal symbols from a
11027 portable executable using the export table.
11028 * coff-pe-read.h: New file.
11029 * coffread.c: Include coff-pe-read.h.
11030 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11031 debugging symbols found.
11032 * Makefile.in (SFILES): Add coff-pe-read.o.
11033 (coff_pe_read_h): Define.
11034 (COMMON_OBS): Add coff-pe-read.o.
11035 (coffread.o): Add coff_pe_read_h dependency.
11036 (coff-pe-read.o): New target.
11037
11038 2003-02-19 David Carlton <carlton@math.stanford.edu>
11039
11040 * Makefile.in (SFILES): Add block.c.
11041 (block_h): New.
11042 (COMMON_OBS): Add block.o.
11043 (block.o): New.
11044 (x86-64-tdep.o): Add $(block_h).
11045 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11046 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11047 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11048 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11049 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11050 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11051 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11052 * value.h: Add opaque declaration for struct block.
11053 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11054 * ada-lang.h: Ditto.
11055 * x86-64-tdep.c: #include "block.h"
11056 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11057 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11058 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11059 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11060 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11061 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11062 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11063 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11064 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11065 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11066 * symtab.c (block_function): Ditto.
11067 (contained_in): Ditto.
11068 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11069 block.h. Add opaque declaration for struct block.
11070 * symtab.h: Move block_function and contained_in declarations to
11071 block.h. Add opaque declarations for struct block, struct
11072 blockvector.
11073 (struct block): Move to block.h.
11074 (struct blockvector): Ditto.
11075 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11076 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11077 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11078 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11079 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11080 Ditto.
11081 * block.c: New file.
11082 * block.h: New file.
11083
11084 2003-02-19 Theodore A. Roth <troth@openavr.org>
11085
11086 * avr-tdep.c (avr_extract_return_value): Remove function.
11087 (avr_store_return_value): Remove function.
11088 (avr_extract_struct_value_address): Remove function.
11089 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11090
11091 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11092
11093 * rs6000-tdep.c: Include "gdb_assert.h".
11094 (registers_e500): Add "acc" and "spefscr".
11095 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11096 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11097 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11098 really is "r0".
11099 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11100
11101 2003-02-18 Keith Seitz <keiths@redhat.com>
11102
11103 * Makefile.in: Add gdbtk-interps.c.
11104
11105 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11106
11107 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11108 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11109
11110 2003-02-18 Andrew Cagney <cagney@redhat.com>
11111
11112 * symtab.h (struct objfile): Add opaque declaration.
11113
11114 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11115
11116 From Jim Ingham <jingham@apple.com>:
11117 * dbxread.c (process_one_symbol): Use last_function_start rather
11118 than function_start_offset to find the real beginning of the
11119 current function. The latter is just the text section offset on
11120 some systems, the former is always the real function start.
11121
11122 2003-02-17 Andrew Cagney <cagney@redhat.com>
11123
11124 * configure.in: Revert ${target} != ${host}.
11125
11126 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11127
11128 * configure.in (Makefile): Use the test ${target} != ${host},
11129 instead of the absence of the "nm.h" file, to determine of the
11130 configuration non-native.
11131 * configure: Regenerate.
11132
11133 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11134
11135 From Brian Ford <ford@vss.fsi.com>
11136
11137 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11138 conditionalize tui_active test.
11139 (lookup_cmd_1): Ditto.
11140
11141 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11142
11143 * configure.in: Add check for _etext.
11144 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11145 available.
11146 * config.in, configure: regenerated.
11147
11148 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11149
11150 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11151
11152 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11153
11154 * main.c (tui_version): Delete variable.
11155 (captured_main): When --tui, set interpreter_p to "tui" instead of
11156 enabling tui_version.
11157 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11158 tui_version.
11159 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11160 * cli/cli-cmds.c (disassemble_command): Ditto.
11161 * defs.h (tui_version): Delete declaration.
11162 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11163 (tui-interp.o): Add rules.
11164 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11165
11166 2003-02-14 Christopher Faylor <cgf@redhat.com>
11167
11168 * win32-nat.c (register_loaded_dll): Correctly set address range for
11169 just-loaded dll.
11170
11171 2003-02-12 Jason Molenda (jmolenda@apple.com)
11172
11173 * symmisc.c (print_objfile_statistics): Include information about
11174 the number of psymtabs and symtabs in each object file.
11175
11176 2003-02-13 Keith R Seitz <keiths@redhat.com>
11177
11178 * main.h (struct captured_main_args): Add interpreter_p.
11179 * main.c (captured_main): Initialize interpreter_p from context.
11180 * gdb.c (main): Set interpreter_p argument.
11181 * Makefile.in (gdb.o): Add dependency for interps.h.
11182
11183 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11184
11185 * event-top.c (cli_command_loop): Delete declaration.
11186 (_initialize_event_loop): Delete function setting event_loop_hook.
11187 * event-top.h (cli_command_loop): Declare. Update copyright.
11188 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11189 * interps.c (current_interp_command_loop): When event_loop_p, call
11190 cli_command_loop.
11191
11192 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11193
11194 * interps.h (interp_command_loop_ftype): Change return type to
11195 void.
11196
11197 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11198
11199 * x86-64-tdep.c (x86_64_extract_return_value)
11200 (x86_64_store_return_value): Use regcache instead of regbuf.
11201 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11202 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11203
11204 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11205
11206 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11207 * aclocal.m4: Regenerate.
11208 * configure: Regenerate.
11209
11210 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11211 TCL_LD_SEARCH_FLAGS.
11212
11213 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11214
11215 * dwarf2cfi.c: Reindented.
11216
11217 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11218
11219 * interps.c (clear_interpreter_hooks): Convert function definition
11220 to ISO C.
11221
11222 2003-02-07 David Carlton <carlton@math.stanford.edu>
11223
11224 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11225
11226 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11227
11228 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11229 (struct type): ...to here.
11230 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11231 field.
11232 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11233 (replace_type): Set length on all type variants for a given type.
11234
11235 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11236
11237 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11238 <sys/stat.h>.
11239 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11240
11241 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11242
11243 * Makefile.in (symm-nat.o): Update dependencies.
11244 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11245 (lynx-nat.o, ia64-linux-nat.): Ditto.
11246 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11247 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11248 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11249
11250 * Makefile.in (inflow_h): Define.
11251 (procfs.o, inflow.o, procfs.o): Update dependencies.
11252 * inftarg.c (child_stop): Delete extern declaration of
11253 inferior_process_group. Include "inflow.h".
11254 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11255 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11256 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11257 (our_process_group, inferior_process_group): Extern declarations.
11258
11259 * procfs.c: Include "gdb_assert.h".
11260
11261 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11262 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11263 * jv-typeprint.c (java_type_print_base): Ditto.
11264 * typeprint.c (typedef_print): Eliminate STREQ.
11265 * cli/cli-script.c (define_command, define_command): Ditto.
11266 * main.c (captured_main): Ditto.
11267 * values.c (lookup_internalvar): Ditto.
11268 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11269 within `if' conditional.
11270 * linespec.c (decode_line_2): Ditto.
11271 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11272 (bfd_openw_with_cleanup): Ditto.
11273
11274 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11275
11276 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11277 legacy_extract_return_value and store_return_value to
11278 legacy_return_value.
11279
11280 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11281
11282 * win32-nat.c (get_relocated_section_addrs): New function. Find
11283 section load addresses for symbol handling in relocated DLLs.
11284 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11285
11286 2003-02-05 Fred Fish <fnf@intrinsity.com>
11287
11288 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11289 '=' and '!='.
11290 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11291 with '&' and '=='.
11292 (angel_RDI_info): Ditto.
11293 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11294 with '&' and '!='.
11295 (threads_continue_all_with_signals): Ditto.
11296
11297 2003-02-05 Jim Ingham <jingham@apple.com>
11298 Keith Seitz <keiths@redhat.com>
11299 Elena Zannoni <ezannoni@redhat.com>
11300 Andrew Cagney <ac131313@redhat.com>
11301
11302 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11303 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11304 (SUBDIR_MI_OBS): Add "mi-interp.o".
11305 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11306 (SFILES): Add "interps.c".
11307 (COMMON_OBS): Add "interps.o".
11308 (interps_h, mi_main_h): Define.
11309 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11310 (mi-main.o, main.o, event-top.o): Update dependencies.
11311 * cli/cli-interp.c: New file.
11312 * interps.h, interps.c: New files.
11313 * top.c: (gdb_init): Don't install the default interpreter, handed
11314 by captured_main.
11315 * main.c: Include "interps.h".
11316 (interpreter_p): Note that it should malloc'ed.
11317 (captured_command_loop): Call current_interp_command_loop.
11318 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11319 xfree and xstrdup when updating interpreter_p. Install the
11320 default interpreter. Add hack to stop mi1's copyright notice
11321 being encoded.
11322 * event-top.h (gdb_setup_readline): Declare.
11323 (gdb_disable_readline): Declare.
11324 * event-top.c: Include "interps.h".
11325 (display_gdb_prompt): Call current_interp_display_prompt_p.
11326 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11327 gdb_stdlog, and gdb_stdtarg.
11328 (_initialize_event_loop): Don't call gdb_setup_readline.
11329 * cli-out.c (cli_out_set_stream): New function.
11330 * cli-out.h (cli_out_set_stream): Declare.
11331
11332 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11333
11334 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11335 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11336 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11337 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11338 config/i386/i386v42mp.mt: Removed.
11339
11340 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11341
11342 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11343 GDB_OSABI_SOLARIS.
11344
11345 2003-02-05 Michael Chastain <mec@shout.net>
11346
11347 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11348 2.12.1 and earlier versions.
11349
11350 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11351
11352 Remove orphaned hosts, targets and files.
11353 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11354 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11355 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11356 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11357 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11358 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11359 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11360 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11361 * config/sparc/tm-sp64sim.h: Delete.
11362 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11363 hosts.
11364 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11365 mips*-dec-mach3* targets.
11366
11367 2003-02-04 Michael Chastain <mec@shout.net>
11368
11369 * NEWS: Fix typo: sepcifying -> specifying.
11370
11371 2003-02-04 Michael Chastain <mec@shout.net>
11372
11373 * dwarfread.c: Add documentation on the state of dwarf-1,
11374 looking towards obsoletion.
11375
11376 2003-02-03 Michael Chastain <mec@shout.net>
11377
11378 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11379 gdb/testsuite/gdb.c++/pr-1023.exp.
11380
11381 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11382
11383 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11384 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11385
11386 * utils.c (init_page_info): Delete reference to MPW in comments.
11387 * main.c (captured_main): Delete #ifdef MPW.
11388
11389 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11390
11391 * NEWS: Note that the m32r-*-elf* is obsolete.
11392 * monitor.c (monitor_expect): Obsolete reference to m32r.
11393 * configure.tgt: Mark m32r-*-elf* as obsolete.
11394 * MAINTAINERS: Mark m32k as obsolete.
11395 * m32r-rom.c: Obsolete file.
11396 * config/m32r/m32r.mt: Obsolete file.
11397 * config/m32r/tm-m32r.h: Obsolete file.
11398 * m32r-stub.c: Obsolete file.
11399 * m32r-tdep.c: Obsolete file.
11400
11401 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11402
11403 * NEWS: Mention that the z8k-zilog-none is obsolete.
11404 * MAINTAINERS: Mark z8k as obsolete.
11405 * configure.tgt: Obsolete the z8k-*-coff* target.
11406 * config/z8k/z8k.mt: Obsolete file.
11407 * config/z8k/tm-z8k.h: Obsolete file.
11408 * z8k-tdep.c: Obsolete file.
11409
11410 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11411
11412 * NEWS: Mention that the mn10200-elf is obsolete.
11413 * configure.tgt: Obsolete mn10200-*-* target.
11414 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11415 mention that the mn10200 is obsolete.
11416 * breakpoint.h: Ditto.
11417 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11418 * config/mn10200/mn10200.mt: Obsolete file.
11419 * config/mn10200/tm-mn10200.h: Obsolete file.
11420 * mn10200-tdep.c: Obsolete file.
11421
11422 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11423
11424 * MAINTAINERS: Mark h8500 as obsolete.
11425 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11426 * findvar.c (value_from_register): Ditto.
11427 * h8500-tdep.c: Mark file as obsolete.
11428 * config/h8500/h8500.mt: Ditto.
11429 * config/h8500/tm-h8500.h: Ditto.
11430 * NEWS: Mention that h8500 is obsolete.
11431
11432 2003-02-04 David Carlton <carlton@math.stanford.edu>
11433
11434 * objfiles.c (allocate_objfile): Always set name. Add comment at
11435 start of function.
11436 * jv-lang.c (get_dynamics_objfile): Add comment.
11437
11438 2003-02-04 David Carlton <carlton@math.stanford.edu>
11439
11440 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11441 * printcmd.c (build_address_symbolic): Replace uses of
11442 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11443 SYMBOL_NAME, and asm_demangle.
11444 Update copyright.
11445
11446 2003-02-04 David Carlton <carlton@math.stanford.edu>
11447
11448 * linespec.c (decode_compound): Extract code into
11449 lookup_prefix_sym.
11450 (lookup_prefix_sym): New function.
11451
11452 2003-02-04 David Carlton <carlton@math.stanford.edu>
11453
11454 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11455 FLOAT_COERCION_BADNESS.
11456 * gdbtypes.c (rank_one_type): Replace all uses of
11457 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11458
11459 2003-02-04 Jim Blandy <jimb@redhat.com>
11460
11461 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11462 section, let dwarf_macinfo_section point to it, not
11463 dwarf_loc_section.
11464
11465 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11466
11467 Pointed out by Anton Blanchard <anton@samba.org>.
11468 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11469 (ppc_linux_at_sigtramp_return_path): Use it.
11470
11471 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11472
11473 * defs.h (streq): Add prototype.
11474 * utils.c (streq): New function.
11475
11476 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11477 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11478 * mdebugread.c (new_symbol): Likewise.
11479 * stabsread.c (define_symbol): Likewise.
11480 * coffread.c (process_coff_symbol): Likewise.
11481 * dwarfread.c (new_symbol): Likewise.
11482
11483 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11484 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11485 here.
11486 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11487 SYMBOL_INIT_DEMANGLED_NAME.
11488 * objfiles.c: Include "hashtab.h".
11489 (allocate_objfile): Call htab_set_functions_ex for the
11490 demangled_names_hash.
11491 (free_objfile): Call htab_delete for the demangled_names_hash.
11492 * objfiles.h (struct htab): Add declaration.
11493 (struct objfile): Add demangled_names_hash.
11494 * symfile.c: Include "hashtab.h".
11495 (reread_symbols): Call htab_delete for the demangled_names_hash.
11496 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11497 SYMBOL_NAME in the bcache.
11498 * symtab.c: Include "hashtab.h". Update comments.
11499 (create_demangled_names_hash, symbol_set_names): New functions.
11500 (symbol_find_demangled_name): New function, broken out from
11501 symbol_init_demangled_names.
11502 (symbol_init_demangled_names): Use it.
11503 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11504 (SYMBOL_SET_NAMES): New macro.
11505 (symbol_set_names): Add prototype.
11506
11507 2003-02-03 Jim Blandy <jimb@redhat.com>
11508
11509 Use a single, consistent representation for an empty minimal
11510 symbol table in an objfile.
11511 * objfiles.c (terminate_minimal_symbol_table): New function.
11512 (allocate_objfile): Call it.
11513 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11514 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11515 non-NULL.
11516 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11517 objfile has minimal symbols, compare minimal_symbol_count to zero,
11518 instead of comparing msymbols with NULL.
11519 * objfiles.c (have_minimal_symbols): Same.
11520 * solib-sunos.c (solib_add_common_symbols): Call
11521 terminate_minimal_symbol_table.
11522 * symfile.c (reread_symbols): Same.
11523
11524 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11525
11526 * s390-tdep.c (s390_address_class_type_flags)
11527 (s390_address_class_type_flags_to_name)
11528 (s390_address_class_name_to_type_flags): New functions.
11529 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11530 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11531
11532 2003-02-03 Michael Snyder <msnyder@redhat.com>
11533
11534 * arm-tdep.c: Fix spell-o in comment.
11535
11536 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11537
11538 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11539 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11540 error messages to contain BFD filename.
11541
11542 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11543
11544 Fix PR gdb/742 gdb/743 gdb/877
11545 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11546 (do_mixed_source_and_assembly): Use
11547 make_cleanup_ui_out_tuple_begin_end and
11548 make_cleanup_ui_out_tuple_begin_end.
11549 (do_mixed_source_and_assembly): Ditto.
11550 * thread.c (do_captured_list_thread_ids): Ditto.
11551 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11552 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11553 ui_out_tuple_end): Delete prototypes.
11554 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11555 ui_out_list_end, ui_out_tuple_end): Delete.
11556
11557 From Kevin Buettner <kevinb@redhat.com>:
11558 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11559 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11560 (do_cleanup_table_end): New functions.
11561 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11562 Use cleanups to invoke_ui_out_tuple_end().
11563 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11564 * cli/cli-setshow.c (cmd_show_list): Use
11565 make_cleanup_ui_out_tuple_begin_end.
11566
11567 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11568
11569 * frame.c (frame_unwind_register): New function.
11570 (frame_unwind_unsigned_register): Use.
11571 (frame_unwind_signed_register): Use.
11572 (frame_read_register): New function.
11573 * frame.h (frame_unwind_register): Declare.
11574 (frame_read_register): Declare.
11575
11576 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11577 and frame_unwind_register instead of read_memory, write_register
11578 and deprecated_write_register_bytes.
11579
11580 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11581
11582 * frame.h: Note that namelen can be negative.
11583 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11584 NAME's length.
11585
11586 * NEWS: Mention that the d10v's `regs' command is deprecated.
11587 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11588 (d10v_print_registers_info): New function.
11589 (show_regs): Call d10v_print_registers_info.
11590 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11591
11592 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11593
11594 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11595 lost in the previous patch.
11596
11597 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11598
11599 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11600 * stack.c (print_frame_info_base): Output complete FRAME tuple
11601 for synthesized frames.
11602
11603 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11604
11605 * mips-nat.c (zerobuf): Delete.
11606 (fetch_inferior_registers): Alloc local zerobuf.
11607 (fetch_core_registers): Alloc local zerobuf.
11608 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11609 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11610 * thread-db.c (thread_db_store_registers): Ditto.
11611 * sh-tdep.c (sh_do_register): Ditto.
11612 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11613 * remote-sim.c (gdbsim_store_register): Ditto.
11614 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11615 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11616 * monitor.c (monitor_supply_register): Ditto.
11617 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11618 * mips-nat.c (fetch_inferior_registers): Ditto.
11619 * m68klinux-nat.c (fetch_register): Ditto.
11620 * lynx-nat.c (fetch_inferior_registers): Ditto.
11621 (fetch_inferior_registers): Ditto.
11622 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11623 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11624 (hpux_thread_store_registers): Ditto.
11625 * hppah-nat.c (fetch_register): Ditto.
11626 * hppab-nat.c (fetch_register): Ditto.
11627 * hppa-tdep.c (pa_register_look_aside): Ditto.
11628 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11629 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11630
11631 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11632
11633 * gdbarch.sh: Explictly specify all method levels. When a
11634 variable with an empty level, provide a non-multi-arch default.
11635 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11636 * gdbarch.h: Re-generate.
11637 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11638 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11639
11640 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11641
11642 * defs.h (host_pointer_to_address): Delete declaration.
11643 (address_to_host_pointer): Delete declaration.
11644 * utils.c (host_pointer_to_address): Delete function.
11645 (address_to_host_pointer): Delete function.
11646 * procfs.c (procfs_address_to_host_pointer): New function.
11647 * procfs.c (proc_set_watchpoint): Use.
11648 (procfs_can_use_hw_breakpoint): Update comments.
11649 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11650 (som_solib_add): Use.
11651 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11652 * hppa-tdep.c (unwind_command): Use.
11653
11654 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11655
11656 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11657 strlen d_name.
11658
11659 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11660 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11661 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11662 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11663 (define_symbol): Update.
11664 * symfile.c (generic_load): Remove references to nindy.
11665 * symtab.c: Remove references to nindy.
11666
11667 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11668
11669 * infcmd.c (print_float_info): Delete code conditional on
11670 FLOAT_INFO.
11671 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11672 * config/m68k/nm-apollo68b.h: Ditto.
11673 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11674 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11675 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11676
11677 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11678
11679 * config/i386/tm-i386os9k.h: Removed.
11680
11681 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11682 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11683 they're identical to i[3456]86-*-sysv* now.
11684 * config/i386/i386v32.mh: Removed.
11685 * config/i386/xm-i386v32.h: Removed.
11686 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11687
11688 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11689
11690 * config/i386/i386dgux.mh: Removed.
11691 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11692
11693 * configure.in: Fix typo.
11694 * configure: Regenerated.
11695
11696 2003-01-31 David Carlton <carlton@math.stanford.edu>
11697
11698 * dwarf2read.c (dwarf2_locate_sections): Set
11699 dwarf_ranges_section.
11700
11701 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11702
11703 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11704 * utils.c: Update comments documenting legitimate uses of PTR.
11705
11706 * utils.c: Re-indent.
11707
11708 * config/djgpp/fnchange.lst: Delete nindy files.
11709 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11710 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11711 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11712 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11713 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11714 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11715 * Makefile.in (init.c): Remove nindy references.
11716 (saber_gdb): Delete rule.
11717 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11718 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11719 and a68v-nat.c.
11720 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11721 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11722 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11723 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11724 nindy-share/stop.h.
11725 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11726 * saber.suppress: Delete file.
11727
11728 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11729
11730 * dbxread.c (stabs_data): New static variable.
11731 (fill_symbuf): Support an in-memory buffer for stabs data.
11732 (stabs_seek): New function.
11733 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11734 (read_ofile_symtab): Use stabs_seek.
11735 (elfstab_build_psymtabs): Take an asection* instead of
11736 an offset and size. Relocate the stabs data if necessary.
11737 Save the section* for dbx_psymtab_to_symtab.
11738 * dwarf2read.c: Add section variables for each debug section.
11739 (dwarf2_locate_sections): Fill them in.
11740 (dwarf2_read_section): Take an asection* argument.
11741 Relocate the section contents if necessary.
11742 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11743 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11744 it to dwarf2_read_section.
11745 (dwarf2_build_frame_info): Update callers.
11746 * elfread.c (elf_symfile_read): Update call to
11747 elfstab_build_psymtabs.
11748 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11749 (DBX_STAB_SECTION): New macro.
11750 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11751 * symfile.c (symfile_dummy_outputs): New function.
11752 (symfile_relocate_debug_section): New function.
11753 * symfile.h (symfile_relocate_debug_section): Add prototype.
11754
11755 2003-01-31 Richard Henderson <rth@redhat.com>
11756
11757 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11758 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11759 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11760 * alpha-tdep.c (alpha_register_name): Add "unique".
11761 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11762 (ALPHA_UNIQUE_REGNUM): New.
11763 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11764
11765 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11766
11767 * README: Remove reference to Ericsson 1800 monitor.
11768 * Makefile.in (remote-es.o): Delete rule.
11769 (ALLDEPFILES): Delete remote-es.c.
11770 * remote-es.c: Delete file.
11771 * config/m68k/es1800.mt: Delete file.
11772 * config/djgpp/fnchange.lst: Update.
11773 * configure.tgt: Delete m68*-ericsson-* target.
11774
11775 2003-01-31 Adam Fedor <fedor@gnu.org>
11776
11777 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11778 Remove duplicate/shadowing variable of same name.
11779
11780 2003-01-30 Jim Blandy <jimb@redhat.com>
11781
11782 * symfile.c (find_separate_debug_file): Assert that the objfile's
11783 directory name we compute ends with a slash, and then assume that
11784 that's so everywhere we use it.
11785
11786 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11787
11788 * valops.c (value_assign): Flush frame cache after stores to memory
11789 also.
11790
11791 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11792
11793 * Makefile.in (mon960-rom.o): Delete rule.
11794 * mon960-rom.c: Delete file.
11795
11796 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11797
11798 * d10v-tdep.c: Include "frame-unwind.h".
11799 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11800 list.
11801 (next_addr, uses_frame): Delete.
11802 (struct d10v_unwind_cache): Define.
11803 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11804 Use info instead of next_addr and uses_frame globals.
11805 (d10v_frame_init_saved_regs): Delete function.
11806 (d10v_init_extra_frame_info): Delete function.
11807 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11808 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11809 init_frame_pc or frame_saved_pc.
11810 (d10v_pop_frame): Delete function.
11811 (do_d10v_pop_frame): Delete function.
11812 (d10v_frame_chain): Delete function.
11813 (d10v_frame_chain_valid): Delete function.
11814 (d10v_frame_pc_unwind): New function.
11815 (d10v_frame_id_unwind): New function.
11816 (saved_regs_unwinder): New function.
11817 (d10v_frame_register_unwind): New function.
11818 (d10v_frame_pop): New function.
11819 (d10v_frame_unwind): New variable.
11820 (d10v_frame_p): New function.
11821 (d10v_frame_saved_pc): Delete function.
11822 * Makefile.in (d10v-tdep.o): Update dependencies.
11823
11824 2003-01-30 J. Brobecker <brobecker@gnat.com>
11825
11826 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11827 causing some regressions due to a change in the default value
11828 for this macro.
11829
11830 2003-01-29 Richard Henderson <rth@redhat.com>
11831 Elena Zannoni <ezannoni@redhat.com>
11832 Daniel Jacobowitz <drow@mvista.com>
11833
11834 Fix PR gdb/961.
11835 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11836 variables.
11837 (RANGES_SECTION): New.
11838 (dwarf_ranges_buffer): New variable.
11839 (struct comp_unit_head): Add member "die".
11840 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11841 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11842 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11843 (dwarf2_locate_sections): Likewise.
11844 (dwarf2_build_psymtabs): Read .debug_ranges.
11845 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11846 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11847 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11848 Look for DW_AT_ranges and return the bounding box.
11849
11850 2003-01-29 Brian Ford <ford@vss.fsi.com>
11851
11852 * win32-nat.c (cygwin_pid): Removed as unused.
11853 (child_attach): Try fall back to Cygwin pid.
11854
11855 2003-01-29 Jim Blandy <jimb@redhat.com>
11856
11857 * objfiles.h (struct objfile): Doc fix.
11858
11859 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11860
11861 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11862 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11863 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11864 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11865 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11866 (FRAME_SAVED_PC): Change to a function with predicate.
11867 * gdbarch.h, gdbarch.c: Re-generate.
11868
11869 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11870
11871 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11872
11873 * complaints.c (complain): Delete function.
11874 * complaints.h (struct deprecated_complaint): Delete definition.
11875 (complain): Delete declaration.
11876
11877 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11878
11879 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11880 dummy frames.
11881
11882 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11883
11884 * sentinel-frame.h, sentinel-frame.c: New files.
11885 * Makefile.in (frame.o): Update dependencies.
11886 (SFILES): Add sentinel-frame.c.
11887 (sentinel_frame_h): Define.
11888 (COMMON_OBS): Add sentinel-frame.o.
11889 (sentinel-frame.o): Specify dependencies.
11890 * frame.c: Include "sentinel-frame.h".
11891 (frame_register_unwind): Rewrite assuming that there is always a a
11892 ->next frame.
11893 (frame_register, generic_unwind_get_saved_register): Ditto.
11894 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11895 (create_sentinel_frame, unwind_to_current_frame): New functions.
11896 (get_current_frame): Rewrite using create_sentinel_frame and
11897 unwind_to_current_frame. When possible, always create a frame.
11898 (create_new_frame): Set next to the sentinel frame.
11899 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11900 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11901 ID cache when necessary.
11902 (frame_saved_regs_id_unwind): Use frame_relative_level.
11903 (deprecated_generic_get_saved_register): Use frame_relative_level,
11904 get_frame_saved_regs, get_frame_pc, get_frame_base and
11905 get_next_frame.
11906 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11907 frame_register.
11908
11909 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11910
11911 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11912
11913 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11914
11915 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11916 (maintenance_set_profile_cmd): Use error () instead of warning ().
11917
11918 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11919
11920 * configure.in: Check that -pg works if using --enable-profiling.
11921 Check for monstartup and _mcleanup regardless of --enable-profiling.
11922 * maint.c: Check for monstartup and _mcleanup before using them.
11923 * config.in: Regenerated.
11924 * configure: Regenerated.
11925
11926 2003-01-24 Nick Clifton <nickc@redhat.com>
11927
11928 * Add sh2e support:
11929
11930 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11931
11932 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11933 (sh2e_show_regs): New.
11934 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11935 * config/sh/tm-sh.h: Added sh2e to comments.
11936
11937 2003-01-23 Jim Blandy <jimb@redhat.com>
11938
11939 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11940 symbols found)" message here; we haven't checked for a separate
11941 debug info file yet, so we don't know yet.
11942 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11943 we've looked everywhere. Also, there's no need to print a special
11944 message when we're loading the separate debug info file: the one
11945 symbol_file_add prints is fine.
11946
11947 2003-01-23 Alexander Larsson <alexl@redhat.com>
11948 Jim Blandy <jimb@redhat.com>
11949
11950 Add support for executables whose debug info has been separated
11951 out into a separate file, leaving only a link behind.
11952 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11953 and separate_debug_objfile_backlink.
11954 (put_objfile_before): New declaration.
11955 * symfile.c: #include "filenames.h".
11956 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11957 debug info in a separate file, read that, too. Save the addrs
11958 argument, so we can use it again to read the separated debug info;
11959 syms_from_objfile modifies the table we pass it.
11960 (reread_symbols): After re-reading an objfile, call
11961 reread_separate_symbols to refresh its separate debug info
11962 objfile, if it has one.
11963 (reread_separate_symbols, find_separate_debug_file,
11964 get_debug_link_info, separate_debug_file_exists): New functions.
11965 (debug_file_directory): New global var.
11966 (_initialize_symfile): Initialize debug_file_directory, and
11967 provide the new `set debug-file-directory' command to let the user
11968 change it.
11969 * objfiles.c (free_objfile): If this objfile has its debug info in
11970 a separate objfile, free that one too. If this is itself a
11971 separate debug info objfile, clear our parent's backlink.
11972 (put_objfile_before): New function.
11973 * utils.c (gnu_debuglink_crc32): New function.
11974 * defs.h (gnu_debuglink_crc32): New declaration.
11975 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11976 * configure.in: Handle --with-separate-debug-dir config option.
11977 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11978 * acconfig.h (DEBUGDIR): New macro.
11979 * configure, aclocal.m4, config.in: Regenerated.
11980
11981 2003-01-22 Jim Blandy <jimb@redhat.com>
11982
11983 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11984 like the old symbol_file_add, but taking new arguments: you can
11985 now pass in either a `struct section_addr_info' list to say where
11986 each section is loaded, or a `struct section_offsets' table. Pass
11987 these new arguments through to syms_from_objfile as appropriate.
11988 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11989 with the appropriate quiescent values for the new arguments.
11990
11991 * symfile.c: #include "gdb_assert.h".
11992 (syms_from_objfile): Add the ability to pass in a section offset
11993 table directly, as an alternative to the section_addr_info table.
11994 Document arguments better.
11995 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11996 * symfile.h (syms_from_objfile): Update declaration.
11997 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11998 syms_from_objfile.
11999 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12000
12001 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12002
12003 Original patch by Tom Tromey <tromey@cygnus.com> and
12004 Jason Molenda <jmolenda@apple.com>.
12005 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12006 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12007 * NEWS: Mention profiling.
12008 * configure.in (--enable-gdbtk): Fix typo.
12009 (--enable-profiling): New. Set PROFILE_CFLAGS.
12010 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12011 Fill in function.
12012 (profiling_state): New variable.
12013 (mcleanup_wrapper): New function.
12014 (_initialize_maint): Remove NOTYET, fix call to
12015 add_setshow_boolean_cmd for "maint set profile".
12016 * configure: Regenerated.
12017
12018 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12019
12020 * Makefile.in (install-gdbtk): Install PNG images too.
12021
12022 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12023
12024 * exec.c (text_start): Delete global variable.
12025 (exec_file_attach): Make text_start local to the function.
12026 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12027 * valops.c (hand_function_call): Delete code that handles
12028 BEFORE_TEXT_END and AFTER_TEXT_END.
12029 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12030 of CALL_DUMMY_LOCATION.
12031 * gdbarch.c: Regenerate.
12032 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12033 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12034 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12035 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12036 (text_end): Delete extern declaration.
12037
12038 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12039
12040 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12041 * blockframe.c (backtrace_below_main): Move to "frame.c".
12042 (frame_chain_valid): Delete check for backtrace_below_main.
12043 (_initialize_blockframe): Delete initialization, move ``set
12044 backtrace-below-main'' command to "frame.c".
12045 (do_flush_frames_sfunc): Delete function.
12046 * frame.c: Include "command.h" and "gdbcmd.h".
12047 (frame_type_from_pc): New function.
12048 (create_new_frame): Use frame_type_from_pc.
12049 (legacy_get_prev_frame): New function.
12050 (get_prev_frame): Rewrite. When an old style frame, call
12051 legacy_get_prev_frame. Otherwize, unwind the PC first.
12052 (_initialize_frame): Add ``set backtrace-below-main'' command.
12053 * Makefile.in (frame.o): Update dependencies.
12054
12055 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12056
12057 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12058 DEPRECATED_REGISTERS_INFO.
12059
12060 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12061
12062 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12063 Maintainers'. Update `Various Maintainers'.
12064
12065 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12066
12067 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12068 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12069 Suppress actual parameters when `-'.
12070 * gdbarch.h, gdbarch.c: Regenerate.
12071
12072 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12073
12074 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12075 code handling dummy frames.
12076
12077 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12078
12079 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12080 (struct frame_unwind): Add field pop.
12081 * frame.h (frame_pop): Declare.
12082 * frame.c (frame_saved_regs_pop): New function.
12083 (trad_frame_unwinder): Add frame_saved_regs_pop.
12084 (frame_pop): New function.
12085 * dummy-frame.c (dummy_frame_pop): New function.
12086 (discard_innermost_dummy): New function.
12087 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12088 (dummy_frame_unwind): Add dummy_frame_pop.
12089 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12090 * valops.c (hand_function_call): Ditto.
12091 * stack.c (return_command): Ditto.
12092
12093 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12094
12095 * cris-tdep.c: Fix function declaration indentation.
12096 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12097 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12098 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12099 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12100 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12101 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12102
12103 2003-01-18 Michael Chastain <mec@shout.net>
12104
12105 * README (Unpacking and Installation -- quick overview):
12106 Warn against ".../gdb-5.3/gdb/configure".
12107
12108 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12109
12110 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12111 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12112 (struct frame_unwind): Declare opaque.
12113 (dummy_frame_p): Declare function.
12114 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12115 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12116 * dummy-frame.c: Include "frame-unwind.h".
12117 (dummy_frame_p): New function.
12118 (dummy_frame_unwind): New variable.
12119 * frame.c: Include "frame-unwind.h".
12120 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12121 to use the new unwind field.
12122 (set_unwind_by_pc): Delete function.
12123 (create_new_frame, get_prev_frame): Set unwind field using
12124 frame_unwind_find_by_pc.
12125 (trad_frame_unwind, trad_frame_unwinder): New variables.
12126 * frame.h (trad_frame_unwind): Declare variable.
12127 (frame_id_unwind_ftype): Delete declaration.
12128 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12129 (struct frame_unwind): Declare opaque.
12130 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12131 register_unwind with a single unwind pointer.
12132 * frame-unwind.h, frame-unwind.c: New files.
12133 * Makefile.in (SFILES): Add frame-unwind.c.
12134 (frame_unwind_h): Define.
12135 (COMMON_OBS): Add frame-unwind.o.
12136 (frame-unwind.o): Specify dependencies.
12137 (frame.o, dummy-frame.o): Update dependencies.
12138
12139 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12140
12141 * ada-valprint.c: Eliminate PTR.
12142 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12143 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12144 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12145 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12146 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12147 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12148 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12149
12150 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12151
12152 * main.c (captured_main): Don't use PTR.
12153 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12154 * gdbtypes.c (lookup_primitive_typename): Ditto.
12155 (lookup_struct_elt_type): Ditto.
12156 * f-valprint.c (info_common_command): Ditto.
12157 (list_all_visible_commons): Ditto.
12158 * jv-typeprint.c (java_type_print_base): Ditto.
12159
12160 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12161 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12162 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12163 i386-interix-nat.c and i386-interix-tdep.c. Rename
12164 m68klinux-nat.c and m68klinux-tdep.c. Rename
12165 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12166 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12167 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12168 * main.c (captured_main): Use xfree, not free.
12169
12170 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12171
12172 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12173 ID back using a parameter.
12174 * frame.c (frame_id_unwind): Update call.
12175 (frame_saved_regs_id_unwind): Update.
12176 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12177 * dummy-frame.h (struct frame_id): Add opaque declaration.
12178 (dummy_frame_id_unwind): Update declaration.
12179
12180 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12181
12182 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12183
12184 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12185
12186 * MAINTAINERS (Stephen P. Smith): Updated email address.
12187
12188 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12189
12190 Fix PR gdb/898
12191 * breakpoint.c (until_break_command): Add new argument. Use it to
12192 decide whether to stop only at the current frame or not.
12193 * breakpoint.h (until_break_command): Update prototype.
12194 * infcmd.c (until_command): Add new argument to until_break_command
12195 call.
12196 (advance_command): New function.
12197 (_initialize_infcmd): Update help string for 'until' command.
12198 Add new 'advance' command.
12199
12200 2003-01-14 David Carlton <carlton@math.stanford.edu>
12201
12202 * linespec.c (decode_line_1): Normalize comments.
12203 (set_flags): Ditto.
12204 (locate_first_half): Ditto.
12205 (decode_compound): Ditto.
12206 (symtab_from_filename): Ditto.
12207 (decode_all_digits): Ditto.
12208 (decode_dollar): Ditto.
12209 (find_methods): Ditto.
12210 (find_toplevel_char): Ditto.
12211
12212 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12213
12214 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12215 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12216 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12217 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12218 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12219 * language.c, language.h, m32r-tdep.c: Update copyright.
12220 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12221 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12222 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12223 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12224 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12225 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12226
12227 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12228
12229 * stabsread.h (process_later, resolve_cfront_continuation):
12230 Obsolete.
12231 Update copyright years.
12232 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12233 Update copyright year.
12234 * dbxread.c(struct cont_elem): Obsolete.
12235 (process_later, process_now): Obsolete functions.
12236 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12237 Update copyright year.
12238 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12239 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12240 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12241 (parse_partial_symbols): Obsolete cfront support.
12242 * stabsread.c
12243 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12244 macros.
12245 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12246 read_cfront_baseclasses, read_cfront_member_functions,
12247 resolve_cfront_continuation,read_cfront_static_fields,
12248 copy_cfront_struct_fields): Obsolete functions.
12249 (define_symbol, read_one_struct_field): Obsolete cfront support.
12250 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12251 Update Copyright year.
12252
12253 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12254
12255 * stack.c (print_frame_info, print_stack_frame_base_stub,
12256 print_stack_frame_base, show_and_print_stack_frame_stub,
12257 show_and_print_stack_frame, print_only_stack_frame_stub,
12258 print_only_stack_frame): Delete functions.
12259 (print_stack_frame_stub): Call print_frame_info instead of
12260 print_frame_info_base.
12261 (print_frame_info_base): Rename to print_frame_info.
12262 (backtrace_command_1): Call print_frame_info, instead of
12263 print_frame_info_base.
12264 (current_frame_command): Call print_stack_frame, instead of
12265 print_only_stack_frame.
12266 (frame_command): Call print_stack_frame, instead of
12267 show_and_print_stack_frame.
12268 (up_command): Ditto.
12269 (down_command): Ditto.
12270 * frame.h (print_only_stack_frame): Delete prototype.
12271 * infrun.c (normal_stop): Call print_stack_frame, instead of
12272 show_and_print_stack_frame.
12273 * thread.c (info_threads_command): Call print_stack_frame, instead
12274 of print_only_stack_frame.
12275
12276 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12277
12278 * README (Graphical interface to GDB): Update URL. Point at
12279 gdb/links/.
12280
12281 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12282 version match.
12283
12284 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12285
12286 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12287 lines.
12288
12289 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12290
12291 * thread-db.c (attach_thread): Prototype.
12292 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12293 thread information (ti), and valid flags (th_valid, ti_valid).
12294 (attach_thread): Move target_pid_to_str call to after the thread
12295 is added to GDB's list. Initialize the cache.
12296 (thread_get_info_callback, thread_db_map_id2thr)
12297 (thread_db_get_info): New functions.
12298 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12299 (thread_db_store_registers, thread_db_thread_alive)
12300 (thread_db_get_thread_local_address): Use them.
12301 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12302 of calling error() for threads in unknown state.
12303
12304 (clear_lwpid_callback): New function.
12305 (thread_db_resume): Use it to clear the cache.
12306
12307 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12308
12309 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12310 (resume_callback): Remove dead code.
12311
12312 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12313
12314 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12315 predicate.
12316 * gdbarch.h, gdbarch.c: Regenerate.
12317 * stack.c (frame_info): Only initialize the saved registers when
12318 FRAME_INIT_SAVED_REGS_P.
12319 * frame.c (frame_saved_regs_register_unwind): Assert
12320 FRAME_INIT_SAVED_REGS_P.
12321 (deprecated_generic_get_saved_register): Ditto.
12322
12323 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12324
12325 * source.c (openp): Squelch warning about "filename".
12326
12327 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12328
12329 * source.c (openp): If the file does not exist don't necessarily
12330 search the path.
12331
12332 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12333
12334 Fix PR gdb/872.
12335 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12336 (integer_types_same_name_p): New function.
12337 (rank_one_type): Use it.
12338 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12339
12340 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12343 variables.
12344 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12345 * configure.in: Add --with-sysroot.
12346 * configure: Regenerated.
12347 * main.c (gdb_sysroot): New variable.
12348 (captured_main): Initialize gdb_sysroot.
12349 * defs.h (gdb_sysroot): New extern declaration.
12350 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12351
12352 2003-01-12 Michael Chastain <mec@shout.net>
12353
12354 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12355
12356 2003-01-12 Michael Chastain <mec@shout.net>
12357
12358 * top.c (print_gdb_version): Bump copyright year to 2003.
12359
12360 2003-01-12 David Carlton <carlton@bactrian.org>
12361
12362 * linespec.c (symtab_from_filename): Rename variable 's' to
12363 'file_symtab'.
12364
12365 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12366
12367 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12368 dummy frame.
12369 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12370
12371 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12372
12373 * d10v-tdep.c: Include "gdb_assert.h".
12374 (d10v_store_return_value): Rewrite to match current interface.
12375 (d10v_extract_struct_value_address): Ditto.
12376 (d10v_extract_return_value): Ditto.
12377 (d10v_gdbarch_init): Set store_restore_value,
12378 extract_struct_value_address and extract_return_value.
12379
12380 2003-01-12 J. Brobecker <brobecker@gnat.com>
12381
12382 * hpread.c (set_namestring): New procedure replacing the
12383 SET_NAMESTRING macro.
12384 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12385 by calls to set_namestring.
12386
12387 2003-01-11 J. Brobecker <brobecker@gnat.com>
12388
12389 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12390 a compilation warning.
12391 (hpread_process_one_debug_symbol): Likewise.
12392
12393 2003-01-10 David Carlton <carlton@math.stanford.edu>
12394
12395 * linespec.c (decode_line_1): Rename variable 's' to
12396 'file_symtab'.
12397 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12398 (decode_dollar): Ditto.
12399 (decode_variable): Ditto.
12400 (symbol_found): Ditto.
12401
12402 2003-01-09 Michael Chastain <mec@shout.net>
12403
12404 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12405
12406 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12407
12408 * win32-nat.c (set_process_privilege): New function.
12409 (child_attach): Call set_process_privilege() to enable the
12410 SE_DEBUG_NAME user privilege if available in process token.
12411
12412 2003-01-10 J. Brobecker <brobecker@gnat.com>
12413
12414 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12415 compilation error in the previous revision.
12416
12417 2003-01-09 David Carlton <carlton@math.stanford.edu>
12418
12419 * linespec.c: Update copyright.
12420
12421 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12422
12423 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12424 than inferior_ptid.
12425 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12426
12427 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12428
12429 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12430 Update comments.
12431 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12432 (frame_saved_regs_zalloc): Update.
12433 (frame_saved_regs_register_unwind): Update.
12434 (create_new_frame): Update.
12435 (get_prev_frame): Update.
12436 (frame_extra_info_zalloc): Update.
12437 (deprecated_get_frame_saved_regs): Update.
12438 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12439 * cris-tdep.c: Update comment.
12440
12441 * somsolib.h: Fix function indentation.
12442 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12443 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12444 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12445 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12446 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12447
12448 * infrun.c (follow_fork): Use ISO C definition.
12449 * expprint.c (print_subexp): Use xfree instead of free.
12450 * charset.c: Include "gdb_string.h" instead of <string.h>.
12451 (register_iconv_charsets): Use ISO C definition.
12452 (host_charset, target_charset): Ditto.
12453 * Makefile.in (charset.o): Update dependencies.
12454 (mi-cmd-env.o): Update dependencies.
12455
12456 2003-01-08 Andrew Cagney <cagney@redhat.com>
12457
12458 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12459 get_frame_base.
12460
12461 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12462
12463 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12464 build directories. Save edited gdb output in Mbuild.log. If a
12465 build fails, remove any final GDB executable.
12466
12467 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12468
12469 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12470 replacing hex constants with function names and stripping leading
12471 file name directory prefixes.
12472
12473 2003-01-08 Andrew Cagney <cagney@redhat.com>
12474
12475 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12476 get_frame_base.
12477
12478 2003-01-08 David Carlton <carlton@math.stanford.edu>
12479
12480 * linespec.c (decode_line_1): Move code into decode_variable.
12481 (decode_variable): New function.
12482
12483 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12484
12485 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12486
12487 2003-01-08 Andrew Cagney <cagney@redhat.com>
12488
12489 * cris-tdep.c (cris_frame_init_saved_regs): Use
12490 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12491 saved_regs buffer.
12492 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12493 (sh64_nofp_frame_init_saved_regs): Ditto.
12494 (sh_fp_frame_init_saved_regs): Ditto.
12495 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12496 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12497 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12498 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12499
12500 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12501
12502 * minsyms.c (lookup_minimal_symbol): Update comment.
12503 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12504 (lookup_minimal_symbol_solib_trampoline): Likewise.
12505
12506 2003-01-08 Andrew Cagney <cagney@redhat.com>
12507
12508 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12509 frame_relative_level.
12510
12511 * alpha-tdep.c: Use get_frame_extra_info.
12512 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12513 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12514 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12515 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12516
12517 * alpha-tdep.c: Use get_next_frame.
12518 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12519 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12520 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12521 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12522 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12523 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12524 * xstormy16-tdep.c: Ditto.
12525
12526 2003-01-07 Andrew Cagney <cagney@redhat.com>
12527
12528 * alpha-tdep.c: Use get_frame_base.
12529 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12530 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12531 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12532 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12533 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12534 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12535 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12536 * config/sparc/tm-sparc.h: Ditto.
12537
12538 2003-01-07 Andrew Cagney <cagney@redhat.com>
12539
12540 * frame.c (deprecated_get_frame_context): New function.
12541 (deprecated_set_frame_context): New function.
12542 * frame.h (deprecated_get_frame_context): Declare.
12543 (deprecated_set_frame_context): Declare.
12544 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12545 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12546
12547 2003-01-07 Andrew Cagney <cagney@redhat.com>
12548
12549 * frame.c (deprecated_set_frame_next_hack): New function.
12550 (deprecated_set_frame_prev_hack): New function.
12551 * frame.h (deprecated_set_frame_next_hack): Declare.
12552 (deprecated_set_frame_prev_hack): Declare.
12553 * mcore-tdep.c (analyze_dummy_frame): Use
12554 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12555 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12556
12557 2003-01-07 David Carlton <carlton@math.stanford.edu>
12558
12559 * linespec.c (decode_line_1): Move code into decode_dollar.
12560 (decode_dollar): New function.
12561
12562 2003-01-07 Andrew Cagney <cagney@redhat.com>
12563
12564 * arm-tdep.c (arm_init_extra_frame_info): Use
12565 deprecated_update_frame_base_hack.
12566 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12567 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12568 (fix_frame_pointer): Ditto.
12569 (mn10300_analyze_prologue): Ditto.
12570
12571 2003-01-07 Andrew Cagney <cagney@redhat.com>
12572
12573 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12574 extra_info using frame_extra_info_zalloc.
12575 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12576 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12577 (sh64_init_extra_frame_info): Ditto.
12578 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12579 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12580 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12581 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12582 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12583 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12584 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12585 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12586 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12587 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12588 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12589 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12590
12591 * mn10300-tdep.c (analyze_dummy_frame): Use
12592 deprecated_set_frame_extra_info_hack.
12593 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12594
12595 2003-01-07 J. Brobecker <brobecker@gnat.com>
12596
12597 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12598 class is not scText. These do not define "real" procedures.
12599 (parse_partial_symbols): Likewise.
12600
12601 2003-01-06 Michael Snyder <msnyder@redhat.com>
12602
12603 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12604
12605 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12606
12607 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12608 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12609 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12610 deprecated_frame_xmalloc_with_cleanup.
12611 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12612 deprecated_frame_xmalloc.
12613 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12614 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12615
12616 2003-01-06 Andrew Cagney <cagney@redhat.com>
12617
12618 * x86-64-linux-tdep.c: Include "osabi.h".
12619 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12620
12621 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12622
12623 2003-01-06 Andrew Cagney <cagney@redhat.com>
12624
12625 * MAINTAINERS (Target Instruction Set Architectures): Update
12626 arm-elf. Can be built with -Werror, has been multiarched.
12627
12628 * value.h (unpack_long): Make buffer parameter constant.
12629 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12630 * scm-lang.h (scm_parse): Ditto.
12631 * defs.h (extract_typed_address, extract_address): Ditto.
12632 (extract_long_unsigned_integer): Ditto.
12633 * inferior.h (unsigned_pointer_to_address): Ditto.
12634 (signed_pointer_to_address): Ditto.
12635 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12636 * gdbarch.h, gdbarch.c: Regenerate.
12637 * findvar.c (extract_long_unsigned_integer): Update.
12638 (extract_address): Update.
12639 (extract_typed_address): Update.
12640 (unsigned_pointer_to_address): Update.
12641 * values.c (unpack_long): Update.
12642 (unpack_double): Update.
12643 (unpack_pointer): Update.
12644 (unpack_field_as_long): Update.
12645 * d10v-tdep.c (d10v_pointer_to_address): Update.
12646 * avr-tdep.c (avr_pointer_to_address): Update.
12647 * scm-lang.c (scm_unpack): Update.
12648 * findvar.c (signed_pointer_to_address): Update.
12649
12650 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12651
12652 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12653 since it is in i386-tdep.c.
12654
12655 2003-01-06 J. Brobecker <brobecker@gnat.com>
12656
12657 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12658 failure introduced in the previous change.
12659
12660 2003-01-05 Michael Chastain <mec@shout.net>
12661
12662 * README: Remove references to deleted remote-*.c files:
12663 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12664 remote-nrom.c, remote-os9k.c, remote-udi.c.
12665
12666 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12667
12668 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12669 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12670 i386_get_longjmp_target.
12671
12672 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12673
12674 * arm-tdep.c (prologue_cache): Change to a pointer.
12675 (_initialize_arm_tdep): Allocate prologue_cache.
12676 (check_prologue_cache): Update.
12677 (save_prologue_cache): Update.
12678 (arm_gdbarch_init): Update.
12679
12680 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12681
12682 * stabsread.c (update_method_name_from_physname): Call complaint()
12683 instead of error.
12684
12685 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12686
12687 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12688 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12689 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12690
12691 * blockframe.c: Include "gdbcmd.h" and "command.h".
12692 (backtrace_below_main): New variable.
12693 (file_frame_chain_valid, func_frame_chain_valid)
12694 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12695 (generic_func_frame_chain_valid): Remove functions.
12696 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12697 (_initialize_blockframe): New function.
12698 * Makefile.in (blockframe.o): Update dependencies.
12699 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12700 comment. Call frame_chain_valid ().
12701 * frame.h: Remove old prototypes. Add prototype for
12702 frame_chain_valid and update comments to match.
12703 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12704 Remove old comment.
12705 * gdbarch.h: Regenerated.
12706 * gdbarch.c: Regenerated.
12707
12708 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12709 set_gdbarch_frame_chain_valid.
12710 * avr-tdep.c (avr_gdbarch_init): Likewise.
12711 * cris-tdep.c (cris_gdbarch_init): Likewise.
12712 * frv-tdep.c (frv_gdbarch_init): Likewise.
12713 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12714 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12715 (i386_nw_init_abi): Likewise.
12716 (i386_gdbarch_init): Likewise.
12717 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12718 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12719 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12720 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12721 * mips-tdep.c (mips_gdbarch_init): Likewise.
12722 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12723 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12724 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12725 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12726 * s390-tdep.c (s390_gdbarch_init): Likewise.
12727 * sh-tdep.c (sh_gdbarch_init): Likewise.
12728 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12729 * v850-tdep.c (v850_gdbarch_init): Likewise.
12730 * vax-tdep.c (vax_gdbarch_init): Likewise.
12731 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12732
12733 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12734 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12735 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12736 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12737 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12738 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12739 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12740 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12741
12742 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12743
12744 * Makefile.in (acconfig_h): Remove incorrect macro.
12745 (config_h): Define.
12746 (osabi.o): Update dependencies.
12747 * configure.tgt: Set gdb_osabi based on target triplet.
12748 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12749 * configure: Regenerated.
12750 * config.in: Regenerated.
12751 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12752 (GDB_OSABI_DEFAULT): Define if not already defined.
12753 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12754 (set_osabi_string): New variables.
12755 (gdbarch_register_osabi): Add new OS ABI to
12756 gdb_osabi_available_names.
12757 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12758 (set_osabi, show_osabi): New functions.
12759 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12760
12761 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12762
12763 * arch-utils.c (gdbarch_info_init): Set osabi to
12764 GDB_OSABI_UNINITIALIZED.
12765 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12766 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12767 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12768 * gdbarch.c: Regenerated.
12769 * gdbarch.h: Regenerated.
12770 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12771 there's no BFD.
12772 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12773 * osabi.h (enum gdb_osabi): Move to defs.h.
12774 (gdbarch_init_osabi): Update prototype.
12775 * defs.h (enum gdb_osabi): Moved here.
12776 * Makefile.in: Update dependencies.
12777
12778 * alpha-tdep.h: Don't include "osabi.h".
12779 (struct gdbarch_tdep): Remove osabi member.
12780 * alpha-tdep.c: Include "osabi.h".
12781 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12782 iterate over arches. Update call to gdbarch_init_osabi.
12783 (alpha_dump_tdep): Don't dump osabi.
12784 * alpha-linux-tdep.c: Include "osabi.h".
12785 * alpha-osf1-tdep.c: Include "osabi.h".
12786 * alphafbsd-tdep.c: Include "osabi.h".
12787 * alphanbsd-tdep.c: Include "osabi.h".
12788
12789 * arm-tdep.h: Don't include "osabi.h".
12790 (struct gdbarch_tdep): Remove osabi member.
12791 * arm-tdep.c: Include "osabi.h".
12792 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12793 iterate over arches. Update call to gdbarch_init_osabi.
12794 (arm_dump_tdep): Don't dump osabi.
12795 * arm-linux-tdep.c: Include "osabi.h".
12796 * armnbsd-tdep.c: Include "osabi.h".
12797
12798 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12799 Update call to gdbarch_init_osabi.
12800
12801 * i386-tdep.h: Don't include "osabi.h".
12802 (struct gdbarch_tdep): Remove osabi member.
12803 * i386-tdep.c: Include "osabi.h".
12804 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12805 iterate over arches. Update call to gdbarch_init_osabi.
12806 (i386_dump_tdep): Don't dump osabi.
12807 * i386-linux-tdep.c: Include "osabi.h".
12808 * i386-sol2-tdep.c: Include "osabi.h".
12809 * i386bsd-tdep.c: Include "osabi.h".
12810 * i386gnu-tdep.c: Include "osabi.h".
12811 * i386ly-tdep.c: Include "osabi.h".
12812 * i386nbsd-tdep.c: Include "osabi.h".
12813 * i386obsd-tdep.c: Include "osabi.h".
12814
12815 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12816 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12817 check osabi when iterating over arches. Update call to
12818 gdbarch_init_osabi.
12819 (mips_dump_tdep): Don't dump osabi.
12820
12821 * ns32k-tdep.h: Don't include "osabi.h".
12822 (struct gdbarch_tdep): Remove.
12823 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12824 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12825 allocate tdep. Update call to gdbarch_init_osabi.
12826 (ns32k_dump_tdep): Remove.
12827 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12828 * ns32knbsd-tdep.c: Include "osabi.h".
12829
12830 * ppc-tdep.h: Don't include "osabi.h".
12831 (struct gdbarch_tdep): Remove osabi member.
12832 * rs6000-tdep.c: Include "osabi.h".
12833 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12834 osabi when iterating over arches. Update call to
12835 gdbarch_init_osabi.
12836 (rs6000_dump_tdep): Don't dump osabi.
12837 * ppc-linux-tdep.c: Include "osabi.h".
12838 * ppcnbsd-tdep.c: Include "osabi.h".
12839
12840 * sh-tdep.h: Don't include "osabi.h".
12841 (struct gdbarch_tdep): Remove osabi member.
12842 * sh-tdep.c: Include "osabi.h".
12843 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12844 iterate over arches. Update call to gdbarch_init_osabi.
12845 (sh_dump_tdep): Don't dump osabi.
12846 * shnbsd-tdep.c: Include "osabi.h".
12847
12848 * sparc-tdep.c: Include "osabi.h".
12849 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12850 iterate over arches. Update call to gdbarch_init_osabi.
12851 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12852 tdep structure.
12853
12854 * vax-tdep.h: Don't include "osabi.h".
12855 (struct gdbarch_tdep): Remove.
12856 * vax-tdep.c: Include "osabi.h".
12857 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12858 iterate over arches. Don't allocate tdep. Update call
12859 to gdbarch_init_osabi.
12860 (vax_dump_tdep): Remove.
12861 (_initialize_vax_tdep): Update call to gdbarch_register.
12862
12863 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12864
12865 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12866 entirely.
12867 (breakpoint_re_set_one): Don't fetch the value for a disabled
12868 watchpoint.
12869
12870 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12871
12872 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12873 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12874 (COERCE_FLOAT_TO_DOUBLE): Remove.
12875 * gdbarch.c: Regenerate.
12876 * gdbarch.h: Regenerate.
12877 * Makefile.in: Remove value_h from gdbarch_h.
12878 * valops.c (coerce_float_to_double): New variable.
12879 (default_coerce_float_to_double): Remove.
12880 (standard_coerce_float_to_double): Remove.
12881 (value_arg_coerce): Use coerce_float_to_double.
12882 (_initialize_valops): Add "set coerce-float-to-double".
12883 * value.h (default_coerce_float_to_double): Remove prototype.
12884 (standard_coerce_float_to_double): Remove prototype.
12885
12886 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12887 prototyped.
12888 * mdebugread.c (parse_symbol): Likewise.
12889 * stabsread.c (define_symbol): Mark all functions as prototyped.
12890
12891 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12892 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12893 set_gdbarch_coerce_float_to_double.
12894 * arm-tdep.c (arm_gdbarch_init): Likewise.
12895 * frv-tdep.c (frv_gdbarch_init): Likewise.
12896 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12897 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12898 * mips-tdep.c (mips_gdbarch_init): Likewise.
12899 (mips_coerce_float_to_double): Remove.
12900 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12901 (rs6000_coerce_float_to_double): Remove.
12902 * s390-tdep.c (s390_gdbarch_init): Likewise.
12903 * sh-tdep.c (sh_gdbarch_init): Likewise.
12904 (sh_coerce_float_to_double): Remove.
12905 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12906 (sparc_coerce_float_to_double): Remove.
12907 * v850-tdep.c (v850_gdbarch_init): Likewise.
12908 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12909 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12910 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12911 (hppa_coerce_float_to_double): Remove prototype.
12912 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12913
12914 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12915
12916 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12917
12918 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12919
12920 Suggested by Stewart Brown <sb24@avaya.com>:
12921 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12922 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12923 (c_type_print_varspec_suffix): Likewise.
12924
12925 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12926
12927 * configure.in: Don't set and AC_SUBST SUBDIRS.
12928 * configure: Regenerated.
12929
12930 * configure.in: Remove code dealing with shared libraries.
12931 * Makefile.in: Remove HLDFLAGS and HLDENV.
12932 * configure: Regenerated.
12933
12934 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12935
12936 * frame.c (deprecated_frame_xmalloc): New function.
12937 (deprecated_set_frame_saved_regs_hack): New function.
12938 (deprecated_set_frame_extra_info_hack): New function.
12939 * frame.h (deprecated_frame_xmalloc): Declare.
12940 (deprecated_set_frame_saved_regs_hack): Declare.
12941 (deprecated_set_frame_extra_info_hack): Declare.
12942
12943 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12944
12945 * configure.in: Move code that provides the --enable-gdbtk option
12946 right after the code that handles the --enable-tui option, and
12947 polish it somewhat.
12948 * configure: Regenerated.
12949
12950 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12951 AC_CHECK_FUNCS and remove the old check for pread64.
12952 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12953 * acconfig.h (_GNU_SOURCE): Add.
12954 (HAVE_PREAD64): Remove.
12955 * configure, aclocal.m4, config.in: Regenerated.
12956
12957 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12958
12959 * alpha-tdep.c: Use get_frame_saved_regs.
12960 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12961 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12962 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12963 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12964 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12965
12966 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12967
12968 * configure.in: Remove all use of the SUBDIRS variable; add
12969 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12970 code providing the --enable-multi-ice option, and move it right in
12971 front of the code that checks whether gdbserver is supported.
12972 Polish that too.
12973 * configure: Regenerated.
12974 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12975 @SUBDIRS@.
12976
12977 2003-01-03 Andrew Cagney <cagney@redhat.com>
12978
12979 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12980 * avr-tdep.c, cris-tdep.c: Ditto.
12981 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12982 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12983
12984 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12985
12986 * configure.in: Remove --enable-netrom option.
12987 * configure: Regenerated.
12988
12989 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12990
12991 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12992 declaration for `struct re_pattern_buffer' instead.
12993 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12994
12995 2003-01-03 J. Brobecker <brobecker@gnat.com>
12996
12997 * mdebugread.c (parse_symbol): Count until the stEnd matching
12998 the structure name.
12999
13000 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13001
13002 * configure.in: Remove --with-cpu option.
13003 subscripts. Remove evil changequotes here.
13004 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13005 * config.in, configure: Regenerated.
13006
13007 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13008 * configure.in: Cleanup section that sources GDB and BFD configure
13009 subscripts. Remove evil changequotes here.
13010 * config.in, configure: Regenerated.
13011
13012 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13013
13014 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13015 frame accessor methods.
13016 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13017 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13018 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13019 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13020 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13021 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13022 * z8k-tdep.c: Ditto.
13023
13024 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13025
13026 * configure.in: Remove UI_OUT configuration code.
13027 * ada-lang.c: Update assuming UI_OUT is always true.
13028 * Makefile.in (UIOUT_CFLAGS): Remove.
13029 * configure: Regenerated.
13030 * TODO: Remove blurb about elimination of -DUI_OUT.
13031
13032 * configure.in: Move code that provides the --enable-gdbcli,
13033 --enable-gdbmi options right before the code that handles the
13034 --enable-tui option. Polish a bit.
13035 * configure: Regenerated.
13036
13037 * configure.in: Rewrite check for GNU regex and the
13038 --without-included regex option, and move it into the "Checks for
13039 library functions" section. This makes us use the system regex
13040 again by default on systems with version 2 of the GNU C library.
13041 This was apparently broken.
13042 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13043 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13044 * config.in, configure: Regenerated.
13045
13046 * configure.in: Move code that provides the --enable-tui option
13047 before the "Checks for libraries" section. Polish the code
13048 somewhat and set need_curses to yes if we build the TUI. Rewrite
13049 code that looks for a library providing termcap functionality to
13050 match more closely what's done in the Readline library, and move
13051 it into to the "Checks for libraries" section.
13052 * configure: Regenerated.
13053 * Makefile.in (TERMCAP): Remove variable.
13054 * config/i386/go32.mh (TERMCAP): Remove variable.
13055
13056 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13057
13058 * MAINTAINERS: Mention gdb_mbuild.sh.
13059 * gdb_mbuild.sh: Rewrite.
13060
13061 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13062
13063 * configure.in: Fix typo in last change.
13064 * config.in, configure: Regenerated.
13065
13066 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13067
13068 * valarith.c (value_binop): Delete obsolete code and comments.
13069 * configure.host: Ditto.
13070 * buildsym.h (make_blockvector): Ditto.
13071 * buildsym.c (make_blockvector): Ditto.
13072 * defs.h (enum language): Ditto.
13073 (chill_demangle): Ditto.
13074 * elfread.c (elf_symtab_read): Ditto.
13075 * dwarfread.c (CHILL_PRODUCER): Ditto.
13076 (set_cu_language): Ditto.
13077 (handle_producer): Ditto.
13078 * expprint.c (print_subexp): Ditto.
13079 * gdbtypes.c (chill_varying_type): Ditto.
13080 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13081 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13082 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13083 (chill_varying_type): Ditto.
13084 * language.h (_LANG_chill): Ditto.
13085 * language.c (binop_result_type, integral_type): Ditto.
13086 (character_type, string_type, structured_type): Ditto.
13087 (lang_bool_type, binop_type_check): Ditto.
13088 * stabsread.h (os9k_stabs): Ditto.
13089 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13090 (define_symbol, read_type, read_struct_fields): Ditto.
13091 (read_array_type, read_enum_type, read_huge_number): Ditto.
13092 (read_range_type, start_stabs): Ditto.
13093 * symfile.c (init_filename_language_table): Ditto.
13094 (add_psymbol_with_dem_name_to_list): Ditto.
13095 * symtab.c (symbol_init_language_specific): Ditto.
13096 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13097 * symtab.h (struct general_symbol_info): Ditto.
13098 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13099 * typeprint.c (typedef_print): Ditto.
13100 * utils.c (fprintf_symbol_filtered): Ditto.
13101 * valops.c (value_cast, search_struct_field, value_slice): Delete
13102 obsolete code.
13103 (varying_to_slice): Delete function.
13104 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13105 (varying_to_slice): Delete declaration.
13106 * MAINTAINERS: Update.
13107
13108 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13109
13110 * configure.in: Reorganize "Checks for library functions section"
13111 a bit. Remove check for `btowc' and `isascii' functions.
13112 * configure: Regenerated.
13113
13114 * acconfig.h (_MSE_INT_H): Remove.
13115 * configure.in: Create "Checks for header files" section, and move
13116 appropriate tests there. Don't check for objlist.h, wchar.h,
13117 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13118 misdetection fix. Also add "Checks for types", "Checks for
13119 compiler characteristics" and "Checks for library functions"
13120 sections.
13121 * config.in, configure: Regenerated.
13122
13123 * configure.in: Create "Checks for programs" section, and move
13124 appropriate tests there.
13125
13126 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13127
13128 * configure.in: Create "Checks for libraries" section, and move
13129 appropriate tests there. Cleanup check for wctype in libw. Use
13130 AC_SEARCH_LIBS to see whether we need libsocket.
13131 * configure: Regenerated.
13132
13133 For older changes see ChangeLog-2002
13134 \f
13135 Local Variables:
13136 mode: change-log
13137 left-margin: 8
13138 fill-column: 74
13139 version-control: never
13140 End:
This page took 0.280075 seconds and 5 git commands to generate.