3834c5481eecd3439b3c0c0d9ec899e2793e15ac
[binutils-gdb.git] / gdb / ChangeLog
1 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
2
3 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
4 second parameter, which is always null. Remove
5 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
6 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
7 accordingly.
8 * somsolib.c (som_solib_create_inferior_hook,
9 som_solib_desire_dynamic_linker_symbols): Update callers.
10 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
11
12 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
13
14 * remote-m32r-sdi.c : New file, interface to m32r on-chip
15 debug interface, SDI (Scalable Debug Interface).
16 * NEWS: Mention m32r SDI protocol was supported.
17 * Makefile.in (remote-m32r-sdi.o): Add build rule.
18 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
19
20 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
21
22 * ia64-linux-tdep.c: Include gdbcore.h.
23 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
24 (ia64_linux_sigcontext_register_addr): Find the address of the
25 sigcontext area stored in the sigframe instead of using
26 a magic offset constant.
27
28 2003-10-15 Andrew Cagney <cagney@redhat.com>
29
30 * remote.c (remote_search): Delete function.
31 * target.h (target_search): Delete disabled macro.
32 (struct target_ops): Delete disabled field "to_search".
33
34 2003-10-14 Kevin Buettner <kevinb@redhat.com>
35
36 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
37 instead of deprecated_inside_entry_file().
38
39 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
40
41 * sh-tdep.c: Fix copy/paste hangover in comment.
42 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
43 mode.
44 (sh3e_sh4_extract_return_value): Ditto.
45
46 2003-10-13 Richard Henderson <rth@redhat.com>
47
48 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
49 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
50 match c_val_print a bit closer.
51
52 2003-10-13 Kevin Buettner <kevinb@redhat.com>
53
54 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
55 (frv_gdbarch_adjust_breakpoint_address): New function.
56 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
57 method.
58
59 2003-10-13 Kevin Buettner <kevinb@redhat.com>
60
61 * breakpoint.h (struct breakpoint): Add new member
62 ``requested_address''.
63 * breakpoint.c (breakpoint_adjustment_warning)
64 (adjust_breakpoint_address): New static functions.
65 (print_it_typical): Issue warning if breakpoint's address is different
66 from its requested address.
67 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
68 (breakpoint_re_set_one): Set breakpoint's
69 ``requested_address'' field. Set ``address'' field to the
70 result of calling adjust_breakpoint_address() on the requested
71 address.
72
73 2003-10-13 Kevin Buettner <kevinb@redhat.com>
74
75 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
76 * gdbarch.h, gdbarch.c: Regenerate.
77
78 2003-10-11 Mark Kettenis <kettenis@gnu.org>
79
80 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
81 TDEP->sc_num_regs.
82
83 * i386fbsd-tdep.c: New file.
84 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
85 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
86 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
87 i386bsd-tdep.c.
88 (_initialize_i386fbsd_tdep): New function.
89 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
90 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
91 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
92 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
93 TDEP->sc_num_regs.
94 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
95 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
96 to initialize TDEP->sc_num_regs.
97 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
98 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
99 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
100 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
101 FreeBSD ELF OS/ABI's here.
102 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
103 (i386fbsd-tdep.o): New target.
104 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
105 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
106
107 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
108 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
109 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
110 in initialization of TDEP->sc_num_regs.
111
112 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
113 (x86_64_init_abi): Initialize regset_from_core_section if
114 appropriate.
115
116 * i386-tdep.c (i386_regset_from_core_section): New function.
117 (i386_gdbarch_init): Initialize regset_from_core_section if
118 appropriate.
119 * i386-tdep.h (i386_regset_from_core_section): New declaration.
120
121 * i386-tdep.h (struct regset): Declare opaque.
122
123 * gdbarch.sh (regset_from_core_section): New method.
124 (struct regset): Declare opaque.
125 * gdbarch.c, gdbarch.h: Regenerated.
126
127 2003-10-11 Alan Modra <amodra@bigpond.net.au>
128
129 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
130 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
131 Correct test for pc within section.
132
133 2003-10-11 Mark Kettenis <kettenis@gnu.org>
134
135 * gdbarch.sh: Remove trailing whitepsace from comments.
136
137 2003-10-08 Roland McGrath <roland@redhat.com>
138
139 * gcore.c (make_mem_sec): Function removed, folded into ...
140 (gcore_create_callback): ... here. To omit a section, clear its
141 SEC_LOAD bit rather than zeroing its size.
142 Omit read-only sections only if they correspond to a known disk file.
143 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
144
145 2003-10-10 Michael Snyder <msnyder@redhat.com>
146
147 * d10v-tdep.c: Fix typo in comment.
148
149 2003-10-10 Andrew Cagney <cagney@redhat.com>
150
151 * rs6000-tdep.c (e500_store_return_value): Delete function.
152 (e500_extract_return_value): Delete function.
153 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
154 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
155 "ppc_sysv_abi_restore_return_value" where applicable.
156 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
157 (ppc_sysv_abi_extract_return_value): Declare.
158 (ppc_sysv_abi_broken_store_return_value): Declare.
159 (ppc_sysv_abi_broken_extract_return_value): Declare.
160 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
161 * ppc-sysv-tdep.c (return_value_convention): Move definition to
162 start of file.
163 (do_ppc_sysv_return_value): New function.
164 (ppc_sysv_abi_extract_return_value): New function.
165 (ppc_sysv_abi_store_return_value): New function.
166 (ppc_sysv_abi_broken_extract_return_value): New function.
167 (ppc_sysv_abi_broken_store_return_value): New function.
168 (ppc_sysv_abi_use_struct_convention): Call
169 do_ppc_sysv_return_value.
170
171 2003-10-10 J. Brobecker <brobecker@gnat.com>
172
173 * blockframe.c (inside_main_func): No longer use symbol_lookup()
174 to lookup the main function symbol.
175
176 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
177
178 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
179 types correctly.
180 (sh_push_dummy_call_fpu): Fix argument passing rules.
181 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
182 float types.
183 (sh3e_sh4_store_return_value): Ditto.
184
185 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
186
187 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
188 comment.
189
190 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
191
192 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
193 more readable code. Accomodate passing of bitfields.
194
195 2003-10-10 Andrew Cagney <cagney@redhat.com>
196
197 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
198 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
199 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
200 * ppc-sysv-tdep.c: Include "gdb_assert.h".
201 (ppc64_sysv_abi_push_dummy_call): New function.
202 (ppc64_sysv_abi_broken_push_dummy_call): New function.
203 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
204 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
205
206 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
207
208 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
209 * README: Ditto.
210 * d10v-tdep.c: Ditto.
211 * h8300-tdep.c: Ditto.
212 * remote-e7000.c: Ditto.
213 * remote-hms.c: Ditto.
214 * ser-e7kpc.c: Ditto.
215 * sh-stub.c: Ditto.
216 * sh-tdep.c: Ditto.
217 * sh-tdep.h: Ditto.
218 * sh3-rom.c: Ditto.
219 * sh64-tdep.c: Ditto.
220 * top.c: Ditto.
221 * wince.c: Ditto.
222 * config/d10v/d10v.mt: Ditto.
223 * config/sh/embed.mt: Ditto.
224 * config/sh/linux.mt: Ditto.
225 * config/sh/tm-linux.h: Ditto.
226 * config/sh/tm-sh.h: Ditto.
227 * config/sh/wince.mt: Ditto.
228
229 2003-10-09 Andrew Cagney <cagney@redhat.com>
230
231 * ppc-tdep.h (struct type): Declare opaque.
232 * x86-64-tdep.h (struct regcache): Declare opaque.
233 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
234 coding style.
235
236 2003-10-09 Andrew Cagney <cagney@redhat.com>
237
238 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
239 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
240 (SOFTWARE_SINGLE_STEP_P): Ditto.
241 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
242 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
243 (SOFTWARE_SINGLE_STEP_P): Ditto.
244 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
245 software_single_step to rs6000_software_single_step.
246
247 2003-10-09 Andrew Cagney <cagney@redhat.com>
248
249 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
250
251 2003-10-09 Michael Snyder <msnyder@redhat.com>
252
253 * frame.h: Fix typo in comment.
254 * dummy-frame.c: Fix typo in comment.
255 * d10v-tdep.c: Random whitespace/comment tweaks.
256
257 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
258
259 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
260 (sh_push_dummy_code): Delete function, it's only used for dummy calls
261 on stack.
262
263 Based on input by Stephen Clarke (stephen.clarke@superh.com):
264 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
265 in detail.
266
267 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
268
269 * remote-mips.c (mips_initialize): Remove unneeded call to
270 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
271
272 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
273
274 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
275 a memory pointer.
276
277 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
278
279 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
280 for any lwp we resume.
281 (running_callback): Add lwps that have pending status events
282 against them to be considered running.
283
284 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
285
286 * m32r-tdep.c : Include "dis-asm.h".
287 * Makefile.in (m32r-tdep.o): Update dependencies.
288
289 2003-10-06 J. Brobecker <brobecker@gnat.com>
290
291 * completer.h (get_gdb_completer_word_break_characters): Delete.
292 * completer.c: include language.h.
293 (gdb_completer_word_break_characters): Delete.
294 (get_gdb_completer_word_break_characters): Delete.
295 (location_completer): Use the word break characters of the current
296 language.
297 (complete_line): Likewise.
298 (line_completion_function): Likewise.
299 (skip_quoted_chars): Likewise.
300 * Makefile.in (completer.o): Add dependency on language.h.
301 * top.c (init_main): Set the readline word break characters
302 to GDB's default word break characters.
303
304 2003-10-06 J. Brobecker <brobecker@gnat.com>
305
306 * language.h (language_defn): new field, la_word_break_characters.
307 * language.c (unknown_language_defn): Set new field to
308 default_word_break_characters.
309 (auto_language_defn): Likewise.
310 (local_language_defn): Likewise.
311 * ada-lang.c (ada_language_defn): Likewise.
312 * c-lang.c (c_language_defn): Likewise.
313 (cplus_language_defn): Likewise.
314 (asm_language_defn): Likewise.
315 (minimal_language_defn): Likewise.
316 * f-lang.c (f_language_defn): Likewise.
317 * jv-lang.c (java_language_defn): Likewise.
318 * m2-lang.c (m2_language_defn): Likewise.
319 * objc-lang.c (objc_language_defn): Likewise.
320 * p-lang.c (pascal_language_defn): Likewise.
321 * scm-lang.c (scm_language_defn): Likewise.
322
323 2003-10-06 Andrew Cagney <cagney@redhat.com>
324
325 * ppc-sysv-tdep.c: Re-indent.
326
327 2003-10-06 J. Brobecker <brobecker@gnat.com>
328
329 * language.h (default_word_break_characters): Add prototype.
330 * language.c (default_word_break_characters): New function.
331
332 2003-10-06 Andreas Schwab <schwab@suse.de>
333
334 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
335 with %eax.
336
337 2003-10-06 Andrew Cagney <cagney@redhat.com>
338
339 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
340 "h8500-tdep.c".
341 (z8k-tdep.o): Delete custom build rule.
342
343 2003-10-06 Andrew Cagney <cagney@redhat.com>
344
345 * Makefile.in: Update all dependencies.
346
347 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
348 No longer list PA as as obsolete candidate. List m32r as
349 broken instead of obsolete.
350
351 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
352 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
353 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
354 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
355 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
356 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
357 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
358 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
359 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
360 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
361 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
362 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
363 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
364 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
365 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
366 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
367 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
368 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
369 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
370 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
371 * config/z8k/z8k.mt: Ditto.
372
373 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
374 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
375 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
376 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
377 sparclite were removed.
378 * configure.host, configure.tgt: Remove corresponding tuples.
379
380 * breakpoint.c, breakpoint.h: Remove obsolete code.
381 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
382 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
383 * stabsread.h, xcoffread.c: Ditto.
384
385 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
386 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
387 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
388 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
389
390 2003-10-06 David Lecomber <dsl@sources.redhat.com>
391
392 * f-valprint.c: Reformatting
393
394 2003-10-06 Mark Kettenis <kettenis@gnu.org>
395
396 * x86-64-tdep.c: Remove duplicate comment.
397
398 * x86-64-tdep.c (x86_64_store_return_value): Don't use
399 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
400 names for return values. This fixes a bug since we looked at %rbx
401 instead of %rdx.
402
403 2003-10-05 Mark Kettenis <kettenis@gnu.org>
404
405 * x86-64-tdep.c: Include "regset.h".
406
407 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
408 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
409 sizeof_fpregset.
410 * i386-tdep.c: Include "regset.h".
411 (i386_supply_gregset): New function.
412 (i386_supply_fpregset): New function.
413 (i386_gdbarch_init): Initialze register set-related members of
414 TDEP.
415 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
416 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
417
418 2003-10-03 Andrew Cagney <cagney@redhat.com>
419
420 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
421 set extract_return_value, store_return_value and
422 use_struct_convention to ppc64_sysv_abi_extract_return_value,
423 ppc64_sysv_abi_store_return_value and
424 ppc64_sysv_abi_use_struct_convention.
425 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
426 (ppc64_sysv_abi_store_return_value): Declare.
427 (ppc64_sysv_abi_use_struct_convention): Declare.
428 * ppc-sysv-tdep.c (enum return_value_convention): Define.
429 (ppc64_sysv_abi_extract_return_value): New function.
430 (ppc64_sysv_abi_store_return_value): New function.
431 (ppc64_sysv_abi_use_struct_convention): New function.
432 (ppc64_sysv_abi_return_value): New function.
433
434 2003-10-03 Andrew Cagney <cagney@redhat.com>
435
436 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
437 convert a descriptor to a function when it's in the ".opd"
438 section.
439
440 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
441
442 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
443 reg_size to keep GCC silent.
444
445 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
446
447 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
448 base for DW_EH_PE_textrel encodings.
449 (read_encoded_value): Add a DW_EH_PE_textrel case.
450 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
451 section.
452
453 2003-10-03 Mark Kettenis <kettenis@gnu.org>
454
455 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
456
457 2003-10-02 Andrew Cagney <cagney@redhat.com>
458
459 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
460 REGISTER_RAW_SIZE.
461 * gdbarch.h, gdbarch.c: Re-generate.
462 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
463 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
464 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
465 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
466 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
467 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
468 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
469 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
470 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
471 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
472 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
473 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
474 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
475 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
476 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
477 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
478
479 2003-10-02 Jim Blandy <jimb@redhat.com>
480
481 * dwarf2read.c (struct die_info): Doc fix.
482
483 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
484
485 * sh-tdep.c: Running thru gdb_indent.sh.
486
487 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
488
489 * sh-tdep.c (sh_justify_value_in_reg): New function.
490 (sh_stack_allocsize): Ditto.
491 (flt_argreg_array): New array used for floating point argument
492 passing.
493 (sh_init_flt_argreg): New function.
494 (sh_next_flt_argreg): Ditto.
495 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
496 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
497 Fix argument passing strategy.
498 (sh_push_dummy_call_nofpu): Ditto.
499
500 2003-10-01 Andrew Cagney <cagney@redhat.com>
501
502 * value.h (register_value_being_returned): Declare. Replace
503 "value_being_returned".
504 * infcall.c (call_function_by_hand): Use
505 register_value_being_returned.
506 * infcmd.c (print_return_value): Call
507 "register_value_being_returned", handle struct return locally.
508 * values.c (register_value_being_returned): New function. Replace
509 "value_being_returned".
510
511 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
512
513 * linux-proc.c (linux_do_registers): New function.
514 (linux_make_note_section): Use linux_do_registers in case of
515 single threaded inferior programs.
516
517 2003-10-01 Andrew Cagney <cagney@redhat.com>
518
519 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
520 use STRUCT_ADDR. When not using "struct return convention", pass
521 "0" to "value_being_returned". Add FIXMEs.
522 * infcmd.c (print_return_value): Pass an explicit 0/1 to
523 value_being_returned. Add comments.
524 * values.c (value_being_returned): Add fixme.
525 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
526 (hppa_value_returned_from_stack): Add FIXME.
527
528 2003-09-30 David Carlton <carlton@kealia.com>
529
530 * dwarf2read.c (struct die_info): Add 'parent' field; replace
531 'has_children' and 'next' by 'child' and 'sibling'.
532 (read_comp_unit): Rework algorithm, breaking body into
533 read_die_and_children and read_die_and_siblings.
534 (read_die_and_children, read_die_and_siblings): New.
535 (read_full_die): Add 'has_children' argument; set it instead of
536 the die's 'has_children' field. Minor formatting cleanup.
537 (free_die_list): Use die->child and die->sibling instead of
538 die->next.
539 (dump_die_list): Ditto.
540 (sibling_die): Use die->sibling.
541 (psymtab_to_symtab_1): Use die's 'child' field in place of its
542 'has_children' and 'next' fields.
543 (process_die, read_file_scope, read_func_scope)
544 (read_lexical_block_scope, read_structure_scope)
545 (read_enumeration, read_array_type, read_common_block)
546 (read_namespace, read_subroutine_type, dump_die): Ditto.
547
548 2003-09-30 Andrew Cagney <cagney@redhat.com>
549
550 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
551 to 224, not 220.
552
553 2003-09-30 Andrew Cagney <cagney@redhat.com>
554
555 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
556 REGISTER_VIRTUAL_SIZE.
557 * gdbarch.h, gdbarch.c: Regenerate.
558 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
559 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
560 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
561
562 2003-09-29 Andrew Cagney <cagney@redhat.com>
563
564 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
565 DEPRECATED_REGISTER_VIRTUAL_TYPE.
566 * gdbarch.h, gdbarch.c: Regenerate.
567 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
568 * sh64-tdep.c, sparc-tdep.c: Update.
569
570 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
571 * remote-vxmips.c (vx_read_register): Ditto.
572 * remote-vx68.c (vx_read_register): Ditto.
573 * gnu-nat.c (inf_validate_procs): Ditto.
574
575 2003-09-29 J. Brobecker <brobecker@gnat.com>
576
577 * infcall.c (call_function_by_hand): Fix build failure
578 introduced in the previous change to this file.
579
580 2003-09-29 Andrew Cagney <cagney@redhat.com>
581
582 * NEWS: Mention Objective-C.
583
584 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
585
586 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
587 test if the register has been saved on the stack.
588 (arm_scan_prologue_cache): When analysing the instruction
589 "str lr, [sp, #-4]", save the address where lr has been stored.
590
591 2003-09-28 Andrew Cagney <cagney@redhat.com>
592
593 * frame.c (frame_read_unsigned_register): Delete function.
594 * frame.h (frame_read_unsigned_register): Delete declaration.
595 * sparc-tdep.c (sparc_init_extra_frame_info): Use
596 get_frame_register_unsigned.
597 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
598 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
599 * d10v-tdep.c (d10v_print_registers_info): Ditto.
600
601 * frame.h (frame_read_register): Delete declaration.
602 * frame.c (frame_read_register): Delete function.
603 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
604 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
605 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
606 * mips-tdep.c (mips_register_to_value): Ditto.
607 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
608 * d10v-tdep.c (d10v_print_registers_info): Ditto.
609
610 * frame.c (frame_read_signed_register): Delete function.
611 (frame_read_unsigned_register): Update comments.
612 * frame.h (frame_read_signed_register): Delete declaration.
613 * h8300-tdep.c (h8300_print_register): Use
614 get_frame_register_signed.
615 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
616
617 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
618 Rename VALUE_RETURNED_FROM_STACK.
619 * infcmd.c (print_return_value): Update.
620 * infcall.c (call_function_by_hand): Update.
621
622 2003-09-28 Mark Kettenis <kettenis@gnu.org>
623
624 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
625 regcache argument and reverse the order of the other two
626 arguments. Remove local regcache variable. Determine
627 architecture from REGCACHE. Update comments.
628 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
629 reverse the order of the other two arguments. Remove local
630 regcache variable. Determine architecture from REGCACHE. Update
631 comments.
632 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
633 prototypes. Update comments.
634 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
635 comment.
636 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
637 Update.
638 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
639 * i386-interix-nat.c (supply_fpregset): Update.
640 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
641 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
642 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
643 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
644 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
645 Update.
646 * i386obsd-tdep.c (fetch_core_registers): Update.
647 * i386v4-nat.c (supply_fpregset): Update.
648 * x86-64-linux-nat.c (supply_fpregset): Update.
649 * x86-64-linux-tdep.c (fetch_core_registers): Update.
650
651 2003-09-27 Mark Kettenis <kettenis@gnu.org>
652
653 * i386-tdep.h: Put opaque declarations in alphabetical
654 order. Remove spurious whitespace.
655 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
656 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
657 * i386-tdep.c (MM0_REGNUM): Remove define.
658 (i386_mmx_regnum_p): Add gdbarch argument.
659 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
660 Rewrite using new macro definitions for FPU/SSE registers.
661 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
662 definitions from i387-tdep.h.
663 (i386_register_name): Update.
664 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
665 new macro definitions for FPU/SSE registers.
666 (i386_extract_return_value): Determine whether floating-point
667 registers are present by examining REGCACHE's architecture.
668 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
669 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
670 FPU/SSE registers.
671 (i386_register_type): Update.
672 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
673 definitions for FPU registers. Use REGCACHE's architecture to
674 determine the appropriate register numbers.
675 (i386_pseudo_register_read, i386_pseudo_register_write,
676 i386_register_reggroup_p): Update.
677 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
678 TDEP->mm0_regnum.
679 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
680 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
681 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
682 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
683 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
684 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
685 *' to `void *'.
686 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
687 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
688 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
689 definitions for FPU/SSE registers.
690 (FXSAVE_MXCSR_ADDR): New define.
691 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
692 TDEP->mm0_regnum.
693 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
694 (I387_ST0_REGNUM): Define.
695
696 * regcache.h (get_regcache_arch): New prototype.
697 * regcache.c (get_regcache_arch): New function.
698
699 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
700 whitespace.
701
702 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
703 Initialize using ARRAY_SIZE.
704
705 2003-09-27 Andrew Cagney <cagney@redhat.com>
706
707 * arch-utils.c (deprecated_init_frame_pc_default): Rename
708 "init_frame_pc_default".
709 * arch-utils.h (deprecated_init_frame_pc_default): Update.
710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
711 * vax-tdep.c (vax_gdbarch_init): Update.
712 * v850-tdep.c (v850_gdbarch_init): Update.
713 * sh64-tdep.c (sh64_gdbarch_init): Update.
714 * s390-tdep.c (s390_gdbarch_init): Update.
715 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
716 * mcore-tdep.c (mcore_gdbarch_init): Update.
717 * h8300-tdep.c (h8300_gdbarch_init): Update.
718 * cris-tdep.c (cris_gdbarch_init): Update.
719 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
720
721 2003-09-26 Mark Kettenis <kettenis@gnu.org>
722
723 * regset.h: New file.
724 * Makefile.in (regset_h): Add.
725
726 2003-09-25 Andrew Cagney <cagney@redhat.com>
727
728 * frame.h (deprecated_frame_saved_regs): Rename
729 get_frame_saved_regs.
730 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
731 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
732 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
733 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
734 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
735
736 2003-09-25 Andrew Cagney <cagney@redhat.com>
737
738 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
739 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
740 and Java.
741 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
742 arm*-*-* do not use the new frame code.
743
744 2003-09-25 David Carlton <carlton@kealia.com>
745
746 * c-exp.y: Remove 'register' declarations.
747 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
748
749 2003-09-25 David Carlton <carlton@kealia.com>
750
751 * c-exp.y: Include cp-support.h. Add qualified_type.
752 (yylex): Delete nested type hack; add comments.
753 * cp-namespace.c (cp_lookup_nested_type): New function.
754 * cp-support.h: Declare cp_lookup_nested_type.
755 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
756 instead of value_struct_elt_for_reference.
757 * valops.c: Include cp-support.h.
758 (value_aggregate_elt): New function.
759 (value_namespace_elt): Ditto.
760 (value_struct_elt_for_reference): Make static.
761 * value.h: Delete declaration of value_struct_elt_for_reference;
762 add declaration for value_aggregate_elt.
763 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
764 (valops.o): Ditto.
765
766 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
767
768 * stack.c: Include "reggroups.h".
769 (frame_info): Only display registers in all_reggroup.
770 * Makefile.in (stack.o): Update dependencies.
771
772 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
773
774 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
775 "add ip, sp #n" in the prologue.
776 (arm_scan_prologue): Ditto.
777
778 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
779
780 * MAINTAINERS (write after approval): Add myself.
781
782 2003-09-25 Andreas Schwab <schwab@suse.de>
783
784 * m68k-tdep.c: Include "dwarf2-frame.h".
785 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
786 * Makefile.in (m68k-tdep.o): Update dependencies.
787
788 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
789
790 * sh-tdep.c (struct frame_extra_info): Remove.
791 (struct sh_frame_cache): New structure.
792 (GET_SOURCE_REG): New macro extracting source register of an opcode.
793 (GET_TARGET_REG): Ditto but target register.
794 (GET_PUSHED_REG): Remove.
795 (IS_MOV_ARG_TO_REG): New macro.
796 (IS_MOV_ARG_TO_IND_R14): New macro.
797 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
798 (IS_MOVW_PCREL_TO_REG): New macro.
799 (IS_MOVL_PCREL_TO_REG): New macro.
800 (IS_SUB_REG_FROM_SP): New macro.
801 (IS_ARG_MOV): Remove.
802 (IS_MOV_TO_R14): Remove.
803 (IS_RESTORE_FP): New macro.
804 (IS_RTS): New macro.
805 (IS_LDS): New macro.
806 (IS_MOV_FP_SP): New macro.
807 (IS_ADD_REG_TO_FP): New macro.
808 (IS_ADD_IMM_FP): New macro.
809 (sh_skip_prologue_hard_way): Remove.
810 (sh_saved_pc_after_call): Remove.
811 (sh_frame_chain): Remove.
812 (sh_find_callers_reg): Remove.
813 (sh_nofp_frame_init_saved_regs): Remove.
814 (sh_fp_frame_init_saved_regs): Remove.
815 (sh_init_extra_frame_info): Remove.
816 (sh_analyze_prologue): New function.
817 (sh_skip_prologue): Remove deprecated code. Rely on new function
818 sh_analyze_prologue when after_prologue fails.
819 (sh_frame_saved_pc): Remove.
820 (sh_alloc_frame_cache): New function.
821 (sh_frame_cache): Ditto.
822 (sh_frame_prev_register): Ditto.
823 (sh_frame_this_id): Ditto.
824 (sh_frame_unwind): New structure defining the heuristic frame
825 sniffer interface.
826 (sh_frame_sniffer): New function.
827 (sh_unwind_sp): Ditto.
828 (sh_unwind_pc): Ditto.
829 (sh_unwind_dummy_id): Ditto.
830 (sh_frame_base_address): Ditto.
831 (sh_frame_base): New structure defining new frame base code.
832 (sh_in_function_epilogue_p): New function.
833 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
834 code and to call all new code instead. Initialize dwarf2 and
835 heuristic frame sniffer.
836
837 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
838
839 * parser-defs.h (struct exp_descriptor): New definition, containing
840 language-specific info for printing, prefixifying, dumping, and
841 evaluating expressions.
842 (exp_descriptor_standard): Declare new variable.
843 (print_subexp): Make global and declare here (from expprint.c).
844 (dump_subexp): Ditto.
845 (dump_subexp_body_standard): Declare.
846 (operator_length_standard): Declare.
847 (op_name_standard): Declare.
848 (print_subexp): Declare.
849 (print_subexp_standard): Declare.
850
851 * language.h (struct language_defn): Add la_exp_desc field to hold
852 pointer to table for language-specific operators.
853 Remove evaluate_exp field, which is now in struct exp_descriptor.
854
855 * parse.c (operator_length): Move most code to new
856 operator_length_standard function. Use language-specific information.
857 (operator_length_standard): New function taking most code from
858 operator_length.
859 (exp_descriptor_standard): New constant.
860
861 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
862 and OP_EXTENDED_LAST.
863
864 * expprint.c (print_subexp): Use language-specific print_subexp.
865 Make global; remove static declaration.
866 Move most code to print_subexp_standard.
867 (print_subexp_standard): New function, containing code formerly in
868 print_subexp.
869 (op_name): Add expression to argument signature.
870 Use langauge-specific op_name.
871 Move most code to op_name_standard.
872 (op_name_standard): New function, containing code formerly in op_name.
873 (dump_subexp): Use new version of op_name function.
874 Use language-specific dump_subexp_body, and move most existing code to
875 dump_subexp_body_standard.
876 (dump_raw_expression): Use new op_name interface.
877 (dump_subexp_body): Move most code to dump_subexp_body_standard.
878 (dump_subexp_body_standard): New function, containing code formerly
879 in dump_subexp_body.
880
881 * language.c (unknown_language): Add default la_exp_desc field and
882 remove evaluate_exp field.
883 (auto_language): Ditto.
884 (local_language): Ditto.
885 * f-lang.c (f_language_defn): Ditto.
886 * c-lang.c (c_language_defn): Ditto.
887 (cplus_language_defn): Ditto.
888 (asm_language_defn): Ditto.
889 (minimal_language_defn): Ditto.
890 * p-lang.c (pascal_language_defn): Ditto.
891 * m2-lang.c (m2_language_defn): Ditto.
892 * objc-lang.c (objc_language_defn): Ditto.
893
894 * jv-lang.c (exp_descriptor_java): New variable, containing
895 Java-specific expression evaluator.
896 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
897 field.
898 * scm-lang.c (exp_descriptor_scm): New variable, containing
899 Scheme-specific expression evaluator.
900 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
901 field.
902 * objc-lang.c (print_object_command): Take evaluate_exp from the
903 la_exp_desc field.
904
905 * Makefile.in (eval.o): Add dependency on parser-defs.h.
906
907 * eval.c: Include parser-defs.h for the full declaration of
908 la_exp_desc's type.
909 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
910
911 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
912
913 * parser-defs.h (operator_length): Declare.
914
915 * parse.c (length_of_subexp): Use operator_length to get operator
916 lengths and arities for operators.
917 Move most code to new operator_length function.
918 (operator_length): New function absorbing most code from
919 length_of_subexp.
920 (prefixify_subexp): Remove large case and use operator_length instead.
921 (parse_exp_1): Use renamings:
922 dump_prefix_expression => dump_raw_expression and
923 dump_postfix_expression => dump_prefix_expression.
924
925 * expression.h (dump_prefix_expression): Rename to ...
926 (dump_raw_expression): New name.
927 (dump_postfix_expression): Rename to ...
928 (dump_prefix_expression): New name.
929
930 * expprint.c (dump_subexp): Make global. Add comment.
931 Move most existing code to dump_subexp_body.
932 (dump_subexp_body): New function.
933 (dump_prefix_expression): Rename to dump_raw_expression.
934 Remove attempt to print the expression via print_expression: it can't
935 work before the expression is prefixified.
936 (dump_raw_expression): Renamed from dump_prefix_expression.
937 (dump_postfix_expression): Rename to dump_prefix_expression, since
938 that's what it does.
939 Remove 'note' parameter, since this routine must be used on
940 prefixified expression.
941 (dump_prefix_expression): Renamed from dump_postfix_expression.
942
943 2003-09-22 Jim Blandy <jimb@redhat.com>
944
945 * dwarf2read.c (read_array_type): When building the type for an
946 array of unspecified length, make sure to choose the upper bound
947 so that the array's total length comes out to be zero --- that's
948 how we represent such arrays.
949
950 2003-09-22 Michael Chastain <mec@shout.net>
951
952 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
953
954 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
955
956 * top.c (quit_force): Fix indirect call to quit_target so
957 a struct qt_args pointer is passed.
958
959 2003-09-22 Andrew Cagney <cagney@redhat.com>
960
961 * arch-utils.h (init_frame_pc_noop): Delete declaration.
962 * arch-utils.c (init_frame_pc_noop): Delete function.
963 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
964 "init_frame_pc".
965 * mips-tdep.c (mips_gdbarch_init): Ditto.
966 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
967 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
968 declaration.
969 (DEPRECATED_INIT_FRAME_PC): Delete macro.
970 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
971 declaration.
972 (DEPRECATED_INIT_FRAME_PC): Delete macro.
973
974 2003-09-22 Anthony Green <green@redhat.com>
975
976 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
977 declaration.
978
979 2003-09-20 Andrew Cagney <cagney@redhat.com>
980
981 * breakpoint.c: Eliminate ARGSUSED.
982 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
983 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
984 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
985 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
986 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
987 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
988 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
989 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
990 * wince.c, remote-vx.c: Ditto.
991
992 * cli/cli-script.c: Remove "register" attributes.
993 * config/pa/tm-hppa.h: Ditto.
994 * cli/cli-decode.c: Ditto.
995 * cli/cli-cmds.c: Ditto.
996
997 2003-09-19 Andrew Cagney <cagney@redhat.com>
998
999 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1000 DEPRECATED_NPC_REGNUM.
1001 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1002
1003 2003-09-19 Christopher Faylor <cgf@redhat.com>
1004
1005 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1006
1007 2003-09-19 Jim Blandy <jimb@redhat.com>
1008
1009 * macrotab.c (macro_include): Use the correct comparison to find
1010 the appropriate place for this inclusion in the list.
1011
1012 2003-09-19 Andrew Cagney <cagney@redhat.com>
1013
1014 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1015 (DEPRECATED_HPUX_TEXT_END): Define.
1016 (deprecated_hpux_text_end): Declare.
1017 (struct target_ops): Declare opaque.
1018 * hppah-nat.c (text_end): Make static.
1019 (deprecated_hpux_text_end): New function.
1020 * exec.c (text_end): Delete global variable.
1021 (NEED_TEXT_START_END): Do not define.
1022 (exec_file_attach): Replace code computing "text_end" code with
1023 call to DEPRECATED_HPUX_TEXT_END.
1024
1025 2003-09-19 Andrew Cagney <cagney@redhat.com>
1026
1027 * utils.c (align_up, align_down): New functions.
1028 * defs.h (align_up, align_down): Declare.
1029 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1030 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1031 and "align_down".
1032 (round_up, round_down): Delete functions.
1033 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1034 "align_down".
1035 (ROUND_DOWN, ROUND_UP): Delete macros.
1036 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1037 * h8300-tdep.c: Replace "round_up" and "round_down" with
1038 "align_up" and "align_down".
1039 (round_up, round_down): Delete macros.
1040 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1041 "align_down".
1042 (ROUND_UP, ROUND_DOWN): Delete macros.
1043
1044 2003-09-18 J. Brobecker <brobecker@gnat.com>
1045
1046 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1047 hard-coded constant. Use the proper machine name instead.
1048
1049 2003-09-17 Andrew Cagney <cagney@redhat.com>
1050
1051 * sparc-tdep.c (legacy_register_name): Delete function.
1052 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1053 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1054 * infcmd.c (gdb_register_name): Delete variable.
1055 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1056 REGISTER_NAME and "tm.h".
1057 * gdbarch.h, gdbarch.c: Regenerate.
1058 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1059 REGISTER_NAMES in comments.
1060 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1061 * m68klinux-nat.c (regmap): Ditto.
1062
1063 2003-09-17 Jim Blandy <jimb@redhat.com>
1064
1065 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1066
1067 2003-09-17 Andrew Cagney <cagney@redhat.com>
1068
1069 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1070 (ppcnbsd_init_abi): Set "use_struct_convention" to
1071 "ppcnbsd_use_struct_convention".
1072
1073 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1074
1075 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1076 * gdbarch.h, gdbarch.c: Regenerate.
1077 (stabs_argument_has_addr): New architecture method.
1078 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1079 * arch-utils.c: Include "buildsym.h".
1080 (default_stabs_argument_has_addr): New function.
1081 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1082 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1083
1084 2003-09-17 Andrew Cagney <cagney@redhat.com>
1085
1086 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1087 * gdbarch.h, gdbarch.c: Regenerate.
1088 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1089 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1090 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1091 * sparcnbsd-tdep.c: Update.
1092
1093 2003-09-17 Andrew Cagney <cagney@redhat.com>
1094
1095 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1096 * gdbarch.h, gdbarch.c: Regenerate.
1097 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1098 * d10v-tdep.c, frame.c: Update.
1099 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1100 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1101 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1102 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1103 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1104 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1105 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1106 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1107 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1108 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1109 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1110 * config/pa/nm-hppah.h: Update.
1111
1112 2003-09-16 Andrew Cagney <cagney@redhat.com>
1113
1114 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1115 "use_struct_convention" to "ppc_linux_use_struct_convention".
1116 (ppc_linux_use_struct_convention): New function.
1117 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1118 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1119 "rs6000_use_struct_convention".
1120 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1121 declaration.
1122 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1123 Delete function.
1124
1125 2003-09-16 Andrew Cagney <cagney@redhat.com>
1126
1127 * buildsym.c: Remove more occurances of "register".
1128 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1129 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1130 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1131 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1132 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1133 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1134 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1135 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1136
1137 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1138
1139 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1140 numbers to enumeration values.
1141 * sh-tdep.c: Accomodate above change.
1142 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1143 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1144 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1145 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1146 (IS_FPUSH): Rename from IS_FMOV.
1147 (sh_extract_struct_value_address): Remove useless comment.
1148 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1149 instead of own local values.
1150 (sh_dump_tdep): Remove.
1151 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1152 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1153
1154 2003-09-15 Andrew Cagney <cagney@redhat.com>
1155
1156 * doublest.c (convert_floatformat_to_doublest): No longer need to
1157 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1158
1159 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1160
1161 * values.c (unpack_double): Call floatformat_is_valid.
1162
1163 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1164
1165 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1166 ps_strings into a long.
1167
1168 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1169 _initialize_am64fbsd_nat.
1170
1171 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1172
1173 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1174 associated with DW_AT_ranges attribute is out of bounds.
1175
1176 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1177
1178 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1179
1180 2003-09-14 Michael Chastain <mec@shout.net>
1181
1182 * config/m68k/nm-apollo68v.h: Delete.
1183 * config/m68k/xm-apollo68v.h: Delete.
1184
1185 2003-09-14 Andrew Cagney <cagney@redhat.com>
1186
1187 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1188 * dcache.c: Update copyrights and descriptions.
1189 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1190
1191 2003-09-14 Andrew Cagney <cagney@redhat.com>
1192
1193 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1194 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1195
1196 2003-09-14 Andrew Cagney <cagney@redhat.com>
1197
1198 * alpha-nat.c: Remove some occurances of "register".
1199 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1200 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1201 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1202 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1203 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1204 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1205 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1206 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1207 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1208 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1209 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1210 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1211 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1212 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1213 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1214 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1215 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1216 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1217 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1218 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1219 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1220 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1221
1222 2003-09-13 Andrew Cagney <cagney@redhat.com>
1223
1224 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1225 * ppc-tdep.h (struct regcache): Declare opaque.
1226 * objfiles.h (struct objfile_data): Declare opaque.
1227 * cp-support.h (struct objfile): Declare opaque.
1228 * linux-nat.h (target_waitstatus): Declare opaque.
1229
1230 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1231
1232 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1233 (stabs_argument_has_addr): New architecture method.
1234 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1235 * arch-utils.c: Include "buildsym.h".
1236 (default_stabs_argument_has_addr): New function.
1237 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1238 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1239
1240 * cris-tdep.c (cris_gdbarch_init): Set
1241 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1242 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1243 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1244 * mips-tdep.c (mips_gdbarch_init): Likewise.
1245 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1246 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1247
1248 2003-09-13 Andrew Cagney <cagney@redhat.com>
1249
1250 * values.c (using_struct_return): Delete "function" and "funcaddr"
1251 parameters.
1252 * value.h (using_struct_return): Update declaration.
1253 * infcmd.c (finish_command_continuation): Update.
1254 (finish_command): Update.
1255 * infcall.c (call_function_by_hand): Update.
1256 * eval.c (evaluate_subexp_standard): Update.
1257
1258 2003-09-13 Christopher Faylor <cgf@redhat.com>
1259
1260 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1261 SSE registers since gdb will not operate correctly without this.
1262 Restore include file ordering munged in previous change.
1263 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1264
1265 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1266
1267 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1268 REG_STRUCT_HAS_ADDR.
1269 * gdbarch.c, gdbarch.h: Updated.
1270 * infcall.c (call_function_by_hand): Update.
1271 * stabsread.c (define_symbol): Updated.
1272
1273 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1274
1275 2003-09-12 Christopher Faylor <cgf@redhat.com>
1276
1277 * win32-nat.c: Reorganize so that defines used by target headers are
1278 actually defined by the system headers.
1279 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1280 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1281
1282 2003-09-12 Jim Blandy <jimb@redhat.com>
1283
1284 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1285 the file has no .data, .bss, or .rodata sections. Instead wait
1286 until we see a variable alleged to live in one of those sections.
1287
1288 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1289 .bss section, presume that any variables we find live in the
1290 .rodata section.
1291
1292 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1293 offsets for global and static variables.
1294
1295 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1296 symbol types are, by definition, in the .data section, so it is
1297 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1298 If there is no .data section, there should be no N_DATA or N_DATA
1299 | N_EXT symbols.
1300
1301 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1302
1303 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1304 (amd64fbsd_sigcontext_addr): Rewrite.
1305 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1306 with correct values.
1307 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1308 (amd64fbsd_init_abi): Fix typo.
1309
1310 2003-09-12 Andrew Cagney <cagney@redhat.com>
1311
1312 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1313 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1314
1315 2003-09-12 Andrew Cagney <cagney@redhat.com>
1316
1317 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1318 "entry_file_highpc". Update comments.
1319 * defs.h (deprecated_inside_entry_file): Rename
1320 "inside_entry_file".
1321 * blockframe.c (deprecated_inside_entry_file): Rename
1322 "inside_entry_file".
1323 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1324 * vax-tdep.c (vax_frame_chain): Update.
1325 * sh64-tdep.c (sh64_frame_chain): Update.
1326 * sh-tdep.c (sh_frame_chain): Update.
1327 * rs6000-tdep.c (rs6000_frame_chain): Update.
1328 * ns32k-tdep.c (ns32k_frame_chain): Update.
1329 * mips-tdep.c (mips_frame_chain): Update.
1330 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1331 * m32r-tdep.c (m32r_frame_this_id): Update.
1332 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1333 * frv-tdep.c (frv_frame_this_id): Update.
1334 * d10v-tdep.c (d10v_frame_this_id): Update.
1335 * cris-tdep.c (cris_frame_chain): Update.
1336 * blockframe.c (legacy_frame_chain_valid): Update.
1337 * avr-tdep.c (avr_frame_this_id): Update.
1338 * arm-tdep.c (arm_prologue_this_id): Update.
1339 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1340 * objfiles.c (objfile_relocate): Update.
1341 * mipsread.c (mipscoff_symfile_read): Update.
1342 (mipscoff_symfile_read): Update.
1343 * mdebugread.c (parse_partial_symbols): Update.
1344 * dwarfread.c (read_file_scope): Update.
1345 * dwarf2read.c (read_file_scope): Update.
1346 * dbxread.c (read_dbx_symtab): Update.
1347 (read_dbx_symtab): Update.
1348 * coffread.c (complete_symtab): Update.
1349
1350 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1351
1352 * top.c (quit_target): New static helper function.
1353 (quit_force): Moved code to quit_target(). Call quit_target()
1354 via catch_errors() to catch errors during quit.
1355
1356 2003-09-11 David Carlton <carlton@kealia.com>
1357
1358 * buildsym.c (finish_block): Use allocate_block to allocate the
1359 block.
1360 * mdebugread.c (new_block): Add FIXME.
1361
1362 2003-09-11 David Carlton <carlton@kealia.com>
1363
1364 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1365 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1366 (recursive_dump_type): Ditto.
1367 * printcmd.c (print_formatted): Ditto.
1368 * typeprint.c (print_type_scalar): Ditto.
1369 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1370 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1371 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1372 maint_cplus_cmd_list.
1373 * cp-support.c: Make maint_cplus_cmd_list extern.
1374 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1375 command.h.
1376 (lookup_symbol_file): Look in possible namespace blocks when
1377 appropriate.
1378 (initialize_namespace_symtab): New.
1379 (get_possible_namespace_block, free_namespace_block)
1380 (check_possible_namespace_symbols)
1381 (check_possible_namespace_symbols_loop)
1382 (check_one_possible_namespace_symbol)
1383 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1384 (_initialize_cp_namespace): Ditto.
1385 * block.h: Declare allocate_block.
1386 * block.c (allocate_block): New.
1387 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1388 allocate_block.
1389 * symfile.h: Update declaration of add_psymbol_to_list.
1390 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1391 question.
1392 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1393 scan_partial_symbols_call.
1394 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1395 helper functions.
1396 (add_partial_symbol): If necessary, scan mangled names for names
1397 of namespaces.
1398 (add_partial_namespace): Add NAMESPACE argument; generate partial
1399 symbols associated to namespaces.
1400 (add_partial_enumeration): Add NAMESPACE argument.
1401 (new_symbol): Allow namespace syms.
1402 (read_namespace): Generate namespace syms.
1403 * objfiles.h: Add opaque declaration of struct symtab.
1404 (struct objfile): Add cp_namespace_symtab member.
1405 * objfiles.c (allocate_objfile): Set
1406 objfile->cp_namespace_symtab.
1407 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1408 dictionary_h, command_h.
1409
1410 2003-09-11 Andrew Cagney <cagney@redhat.com>
1411
1412 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1413 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1414 near the function's end.
1415 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1416 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1417 regcache_raw_write_signed to set SP_REGNUM.
1418
1419 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1420
1421 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1422 orig_addrs is set up properly.
1423
1424 2003-09-11 Andrew Cagney <cagney@redhat.com>
1425
1426 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1427 * gdbarch.h, gdbarch.c: Re-generate.
1428 * infcall.c (call_function_by_hand): Update.
1429 * hppa-tdep.c (hppa_push_arguments): Update.
1430 * ada-lang.c (place_on_stack): Update.
1431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1432 * sparc-tdep.c (sparc_gdbarch_init): Update.
1433 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1434 * hppa-tdep.c (hppa_gdbarch_init): Update.
1435 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1436 stack_align.
1437
1438 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1439
1440 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1441 register do need a frame.
1442
1443 2003-09-11 Andrew Cagney <cagney@redhat.com>
1444
1445 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1446 buildable since GDB 5.0.
1447 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1448 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1449 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1450 * irix4-nat.c: Delete file.
1451 * config/mips/irix4.mh: Delete file.
1452 * config/mips/irix3.mh: Delete file.
1453 * config/mips/irix3.mt: Delete file.
1454 * config/mips/tm-irix3.h: Delete file.
1455 * config/mips/nm-irix3.h: Delete file.
1456 * config/mips/xm-irix3.h: Delete file.
1457 * config/mips/nm-irix4.h: Delete file.
1458 * config/mips/xm-irix4.h: Delete file.
1459 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1460
1461 2003-09-10 J. Brobecker <brobecker@gnat.com>
1462
1463 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1464 * Makefile.in (hppa-tdep.o): Update dependencies.
1465
1466 2003-09-10 James E Wilson <wilson@specifixinc.com>
1467
1468 * MAINTAINERS: Change my e-mail address. Move to paper trail
1469 section.
1470
1471 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1472
1473 * MAINTAINERS (frv): New ISA entry.
1474
1475 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1476
1477 * frv-tdep.c (dis-asm.h): Include.
1478 * Makefile.in (frv-tdep.o): Update dependencies.
1479
1480 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1481
1482 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1483 Fix typo for high range of floating registers.
1484
1485 2003-09-09 David Carlton <carlton@kealia.com>
1486
1487 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1488 highpc initialization here out of scan_partial_symbols.
1489 (scan_partial_symbols): Restructure into a recursive version,
1490 calling add_partial_namespace and add_partial_enumeration when
1491 appropriate.
1492 (add_partial_namespace): New.
1493 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1494
1495 2003-09-09 Andrew Cagney <cagney@redhat.com>
1496
1497 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1498 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1499 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1500 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1501
1502 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1503 (rs6000_push_dummy_call): Set the "TOC" register.
1504
1505 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1506 methods "max_register_raw_size", "max_register_virtual_size" or
1507 "register_virtual_size".
1508
1509 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1510
1511 * MAINTAINERS: Update my e-mail address.
1512
1513 2003-09-09 Andrew Cagney <cagney@redhat.com>
1514
1515 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1516 (rs6000_push_dummy_call): Store the struct return address.
1517 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1518
1519 2003-09-09 Andrew Cagney <cagney@redhat.com>
1520
1521 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1522 "ppc_sysv_abi_push_arguments".
1523 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1524 "ppc_sysv_abi_push_arguments".
1525 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1526 instead of "push_arguments".
1527 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1528
1529 2003-09-09 Andrew Cagney <cagney@redhat.com>
1530
1531 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1532 instead of CALL_DUMMY_ADDRESS.
1533
1534 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1535
1536 * p-lang.c: Eliminate "register".
1537 * c-lang.c: Ditto.
1538 * expprint.c: Ditto.
1539 * f-lang.c: Ditto.
1540 * jv-lang.c: Ditto.
1541 * language.c: Ditto.
1542 * m2-lang.c: Ditto.
1543 * parse.c: Ditto.
1544 * scm-lang.c: Ditto.
1545 * objc-lang.c: Ditto.
1546
1547 2003-09-09 Nick Clifton <nickc@redhat.com>
1548
1549 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1550
1551 2003-09-04 Andrew Cagney <cagney@redhat.com>
1552
1553 * avr-tdep.c: Include "dis-asm.h".
1554 * cris-tdep.c: Include "dis-asm.h".
1555 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1556 instead of corresponding typedef.
1557 * h8300-tdep.c: Include "dis-asm.h".
1558 * ia64-tdep.c: Include "dis-asm.h".
1559 * i386-tdep.c: Include "dis-asm.h".
1560 (i386_print_insn): Use "struct disassemble_info" instead of
1561 corresponding typedef.
1562 * m68k-tdep.c: Include "dis-asm.h".
1563 * mcore-tdep.c: Include "dis-asm.h".
1564 * mips-tdep.c: Include "dis-asm.h".
1565 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1566 instead of corresponding typedef.
1567 * ns32k-tdep.c: Include "dis-asm.h".
1568 * s390-tdep.c: Include "dis-asm.h".
1569 * sparc-tdep.c: Include "dis-asm.h".
1570 * vax-tdep.c: Include "dis-asm.h".
1571 * v850-tdep.c: Include "dis-asm.h".
1572 * mn10300-tdep.c: Include "dis-asm.h".
1573 * rs6000-tdep.c: Include "dis-asm.h".
1574 * xstormy16-tdep.c: Include "dis-asm.h".
1575 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1576 print_insn_xstormy16.
1577 * Makefile.in (v850-tdep.o): Update dependencies.
1578 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1579 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1580 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1581 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1582 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1583 (gdbarch_h): Remove $(dis_asm_h).
1584 * disasm.c: Include "dis-asm.h".
1585 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1586 corresponding typedef.
1587 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1588 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1589 * gdbarch.sh: Do not include "dis-asm.h".
1590 (struct disassemble_info): Declare opaque.
1591 (TARGET_PRINT_INSN): Update declaration.
1592 * gdbarch.h, gdbarch.c: Re-generate.
1593
1594 2003-09-08 Andrew Cagney <cagney@redhat.com>
1595
1596 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1597 CALL_DUMMY_ADDRESS, change to a predicate.
1598 * gdbarch.h, gdbarch.c: Re-generate.
1599 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1600 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1601 * infcall.c (call_function_by_hand): Ditto.
1602 * sparc-tdep.c (sparc_push_return_address): Ditto.
1603 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1604 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1605 CALL_DUMMY_ADDRESS with entry_point_address.
1606 * v850-tdep.c (v850_push_return_address): Ditto.
1607 * s390-tdep.c (s390_push_return_address): Ditto.
1608 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1609 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1610 * mcore-tdep.c (mcore_push_return_address): Ditto.
1611 * cris-tdep.c (cris_push_return_address): Ditto.
1612 * arm-tdep.c (arm_push_return_address): Ditto.
1613
1614 2003-09-08 Andrew Cagney <cagney@redhat.com>
1615
1616 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1617 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1618 and REG_UNMODIFIED to REG_SAME_VALUE.
1619 (execute_cfa_program): Update.
1620 (dwarf2_frame_cache): Update. Initialize table to
1621 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1622 location.
1623 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1624
1625 2003-09-08 Andrew Cagney <cagney@redhat.com>
1626
1627 * gnu-nat.c: Remove "inline" function attribute.
1628 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1629
1630 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1631
1632 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1633 target.
1634
1635 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1636
1637 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1638 (frame_extra_info): Rename this struct to frv_unwind_cache.
1639 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1640 Add fields ``prev_sp'' and ``base''.
1641 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1642 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1643 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1644 Delete.
1645 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1646 Revise all callers. Fill in the unwind cache argument and make
1647 other adjustments to account for new frame mechanisms.
1648 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1649 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1650 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1651 (frv_frame_unwind, frv_frame_base): New structs.
1652 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1653 additional arguments expected by this method and adjust function
1654 body accordingly.
1655 (frv_gdbarch_init): Remove calls to the following functions:
1656 set_gdbarch_deprecated_init_frame_pc(),
1657 set_gdbarch_deprecated_saved_pc_after_call(),
1658 set_gdbarch_deprecated_frame_chain(),
1659 set_gdbarch_deprecated_frame_saved_pc(),
1660 set_gdbarch_deprecated_frame_init_saved_regs(),
1661 set_gdbarch_deprecated_push_arguments(),
1662 set_gdbarch_deprecated_push_return_address(),
1663 set_gdbarch_deprecated_pop_frame(),
1664 set_gdbarch_deprecated_call_dummy_words(),
1665 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1666 set_gdbarch_deprecated_init_extra_frame_info(),
1667 set_gdbarch_deprecated_dummy_write_sp(), and
1668 set_gdbarch_deprecated_pc_in_call_dummy().
1669 Add calls to the following functions:
1670 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1671 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1672 frame_base_set_default().
1673 * Makefile.in (frv-tdep.o): Update dependencies.
1674
1675 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1676
1677 * dwarf2-frame.c (read_encoded_value): Add support for
1678 DW_EH_PE_aligned encoding.
1679
1680 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1681
1682 * infrun.c (normal_stop): Don't print a message if the inferior
1683 has exited.
1684
1685 2003-09-08 Jim Blandy <jimb@redhat.com>
1686
1687 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1688 * dbxread.c: #include "gdb_assert.h".
1689 (read_dbx_symtab): If the objfile has no .data section, use the
1690 section index for the .bss section instead.
1691
1692 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1693
1694 * frame.c (deprecated_safe_get_selected_frame): New function.
1695 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1696 * findvar.c (read_var_value): Call it.
1697
1698 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1699
1700 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1701 (sh64-tdep.o): Add dependencies.
1702 * configure.tgt: Add FIXME to sh-*-linux*.
1703 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1704 (sh_gdbarch_init): Always set correct sh_show_regs function
1705 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1706 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1707 * sh64-tdep.c: New file, containing all sh64 related code from
1708 sh-tdep.c.
1709 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1710 * config/sh/linux.mt (TDEPFILES): Ditto.
1711 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1712 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1713 * config/sh/wince.mt (TDEPFILES): Ditto.
1714
1715 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1716
1717 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1718 (stop_wait_callback): Handle !lp->signalled also.
1719 (lin_lwp_has_pending, flush_callback): New functions.
1720 (lin_lwp_wait): Call flush_callback.
1721 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1722 (linux_proc_pending_signals): New function.
1723 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1724
1725 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1726
1727 From Nick Kelsey <nickk@ubicom.com>:
1728 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1729 when the stop PC is at the beginning of a function also.
1730
1731 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1732
1733 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1734 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1735
1736 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1737
1738 * sol-thread.c: Include "gdb_string.h".
1739
1740 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1741
1742 * gcore.c: Reorder include files in alphabetical order. Include
1743 "gdb_assert.h". Various coding style fixes.
1744 (derive_stack_segment, derive_heap_segment): Replace check for
1745 non-null BOTTOM and TOP with gdb_assert.
1746 (derive_heap_segment): Replace check for successful creation of
1747 ZERO with gdb_assert.
1748 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1749
1750 2003-09-04 Andrew Cagney <cagney@redhat.com>
1751
1752 * thread-db.c (verbose_dlsym): New function.
1753 (thread_db_load): Use verbose_dlsym
1754 (thread_db_new_objfile): Print that libthread_db was loaded, and
1755 that thread debugging was enabled.
1756
1757 2003-09-04 Andrew Cagney <cagney@redhat.com>
1758
1759 * configure.tgt: Add "mips64*-*-*" target. Delete
1760 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1761 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1762 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1763 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1764 mips*-sony-*, and mips64*-*-elf* targets.
1765 * config/mips/embedl.mt: Delete file.
1766 * config/mips/embedl64.mt: Delete file.
1767 * config/mips/mips.mt: Delete file.
1768 * config/mips/mips64.mt: Delete file.
1769 * config/mips/tm-embed.h: Delete file.
1770 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1771 * config/mips/embed64.mt: Delete out-of-date comment.
1772
1773 2003-09-04 Andrew Cagney <cagney@redhat.com>
1774
1775 * hppa-tdep.c (hppa_gdbarch_init): Set
1776 "have_nonsteppable_watchpoint".
1777 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1778 * mips-tdep.c (mips_dump_tdep): Do not print
1779 HAVE_NONSTEPPABLE_WATCHPOINT.
1780 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1781 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1782 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1783 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1784
1785 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1786
1787 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1788 unused code. Add comment.
1789
1790 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1791
1792 * breakpoint.c (watchpoint_check): Check for pc being in an
1793 epilogue if watchpoint frame couldn't be found.
1794
1795 2003-09-04 Andrew Cagney <cagney@redhat.com>
1796
1797 * Makefile.in: Re-generate all dependencies.
1798
1799 2003-09-03 Andrew Cagney <cagney@redhat.com>
1800
1801 * arch-utils.h (legacy_print_insn): Delete declaration.
1802 * arch-utils.c (legacy_print_insn): Delete function.
1803 * disasm.c (deprecated_tm_print_insn_info): Delete.
1804 (_initialize_disasm): Delete function, contained code initializing
1805 deprecated_tm_print_insn_info.
1806 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1807 (deprecated_tm_print_insn_info): Delete.
1808 (TARGET_PRINT_INSN): Do not provide a default.
1809 * gdbarch.h, gdbarch.c: Re-generate.
1810
1811 2003-09-03 Andrew Cagney <cagney@redhat.com>
1812
1813 * disasm.c (fprintf_disasm): New function.
1814 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1815 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1816 reverts 2003-08-14 change.
1817 (_initialize_disasm): Call "init_disassemble_info", instead of
1818 INIT_DISASSEMBLE_INFO_NO_ARCH.
1819
1820 2003-09-03 Michael Snyder <msnyder@redhat.com>
1821
1822 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1823
1824 2003-09-03 Andrew Cagney <cagney@redhat.com>
1825
1826 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1827 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1828 * symfile.c (syms_from_objfile): Update.
1829 (reread_symbols): `Update
1830 * exec.c (exec_file_attach): Update.
1831 (exec_file_attach): Update.
1832 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1833 2003-08-29 change.
1834 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1835
1836 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1837
1838 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1839 trad-frame.h.
1840 (arm_get_cache): Delete macro.
1841 (struct arm_prologue_cache): Update comments. Make saved_regs into
1842 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1843 to prev_sp.
1844 (thumb_scan_prologue): Update for cache changes. Don't call
1845 DEPRECATED_PC_IN_CALL_DUMMY.
1846 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1847 argument and use it in desperation search for our prologue. Do not
1848 search past the specified PC.
1849 (arm_make_prologue_cache): Simplify.
1850
1851 (arm_prologue_this_id, arm_prologue_prev_register)
1852 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1853 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1854 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1855 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1856 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1857
1858 (arm_frame_chain_valid, arm_find_callers_reg)
1859 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1860 (arm_pop_frame): Delete obsolete methods.
1861 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1862
1863 (arm_gdbarch_init): Update for new frame methods. Register prologue
1864 and sigtramp unwinders. Set the default frame base method.
1865
1866 * Makefile.in (arm-tdep.o): Update dependencies.
1867 * varobj.c (find_frame_addr_in_frame_chain): Call
1868 get_frame_base_address.
1869 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1870
1871 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1872
1873 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1874 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1875 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1876 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1877 Take NEXT_FRAME and CACHE arguments. Call
1878 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1879 Set unwound_pc in CACHE instead of modifying the frame argument.
1880 Don't bother checking the frame type when looking for sigtramp
1881 frames.
1882 (arm_make_prologue_cache, arm_frame_chain)
1883 (arm_init_extra_frame_info): New functions.
1884
1885 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1886
1887 * arm-tdep.c (arm_get_cache): Define.
1888 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1889 unwound_sp, unwound_pc, and saved_regs.
1890 (thumb_scan_prologue): Take a cache instead of the frame.
1891 (arm_scan_prologue): Likewise.
1892 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1893 instead of a temporary frame.
1894 (arm_init_extra_frame_info): Allocate and use a cache.
1895 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1896
1897 2003-09-03 Andrew Cagney <cagney@redhat.com>
1898
1899 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1900 * config/mips/wince.mt (TM_CLIBS): Ditto.
1901 * config/sh/wince.mt (TM_CLIBS): Ditto.
1902 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1903 * config/sparc/sp64.mt (CC): Delete.
1904
1905 2003-09-03 Andrew Cagney <cagney@redhat.com>
1906
1907 * defs.h: Do not include "arch-utils.h".
1908 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1909 GDB_MULTI_ARCH_PURE.
1910 * configure.in (GDB_MULTI_ARCH): Do not define.
1911 * configure, config.in: Regenerate.
1912 * configure.tgt: Do not set variable "gdb_multi_arch".
1913 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1914 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1915 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1916 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1917 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1918 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1919 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1920 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1921 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1922 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1923 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1924 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1925 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1926 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1927 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1928 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1929 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1930 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1931
1932 2003-08-30 Michael Chastain <mec@shout.net>
1933
1934 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1935 * config/m68k/nm-hp300hpux.h: Delete.
1936 * config/m68k/tm-hp300hpux.h: Delete.
1937 * config/m68k/xm-hp300hpux.h: Delete.
1938 * config/m68k/xm-hp300bsd.h: Delete.
1939 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1940 tm-hp300hpux.h, xm-hp300hpux.h.
1941 * somsolib.c: Remove comment about hp300 shared libraries.
1942
1943 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1944
1945 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1946 Only define PTRACE_GET_THREAD_AREA is not already defined.
1947 Various style fixes in code and comments and some additional
1948 spelling fixes in comments. Move after functions dealing with
1949 debug registers.
1950 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1951 Fix coding-style.
1952
1953 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1954 frame_unwind_register_unsigned instead of
1955 frame_unwind_unsigned_register.
1956
1957 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1958
1959 * configure.in: Search for gethostbyname in libnsl.
1960 * configure: Regenerated.
1961
1962 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1963
1964 * configure.in: Remove redundant AC_MSG_RESULT in check for
1965 uintptr_t in stdint.h.
1966 * configure: Regenerated.
1967
1968 * amd64-nat.h (struct regcache): Add opaque declaration.
1969
1970 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1971 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1972 Change "register array" to "register cache" in comments.
1973 (x86_64_linux_gregset64_reg_offset): New variable.
1974 (GETREGS_SUPPLIES): Remove macro.
1975 (supply_gregset): Call amd64_supply_native_gregset instead of
1976 x86_64_linux_supply_gregset.
1977 (fill_gregset): Rename `regno' to `regnum'. Call
1978 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1979 (store_regs): Rename `regno' to `regnum'.
1980 (store_fpregs): Rename `regno' to `regnum'.
1981 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1982 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1983 Reorganize function a bit.
1984 (store_inferior_registers): Rename `regno' to `regnum'. Use
1985 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1986 Reorganize function a bit.
1987 (_initialize_x86_64_linux_nat): New function.
1988 * config/i386/x86-64linux.mh.
1989
1990 2003-08-29 Andrew Cagney <cagney@redhat.com>
1991
1992 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1993 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1994 (target_remove_watchpoint): Delete macro.
1995 (target_insert_watchpoint): Delete macro.
1996 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1997 (remote_mips_stopped_by_watchpoint): Delete declaration.
1998 (remote_mips_remove_watchpoint): Delete declaration.
1999 (remote_mips_set_watchpoint): Delete declaration.
2000 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2001 * remote-mips.c (_initialize_remote_mips): Set
2002 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2003 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2004 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2005 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2006 (mips_stopped_by_watchpoint): Rename
2007 remote_mips_stopped_by_watchpoint.
2008 (mips_can_hardware_watchpoint): Rename
2009 remote_mips_can_use_hardware_watchpoint, update function
2010 signature.
2011
2012 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2013
2014 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2015 USER_DS. We haven't given them a register number yet.
2016
2017 * amd64-nat.h: New file.
2018 * amd64-nat.c: New file.
2019 * amd64fbsd-nat.c: Include "amd64-nat.h".
2020 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2021 (amd64fbsd32_r_reg_offset): New variable.
2022 (supply_gregset): Simply call amd64_supply_native_gregset.
2023 (fill_gregset): Rename `regno' to `regnum'. Simply call
2024 amd64_collect_native_gregset.
2025 (fill_fpregset): Rename `regno' to `regnum'.
2026 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2027 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2028 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2029 `fpregset_t'. Call amd64_supply_native_gregset instead of
2030 supply_gregset. Call x86_64_supply_fxsave instead of
2031 supply_fpregset.
2032 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2033 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2034 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2035 `fpregset_t'. Call amd64_collect_native_gregset instead of
2036 fill_gregset. Call x86_64_collect_fxsave instead of
2037 fill_fpregset.
2038 (_initialize_am64fbsd_nat): Initialize
2039 amd64_native_gregset32_reg_offset and
2040 amd64_native_gregset64_reg_offset.
2041 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2042
2043 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2044 null pointer. Fix typo in comment.
2045
2046 * regcache.c (supply_register): Reimplement to call
2047 regcache_raw_supply.
2048 (regcache_collect): Reimplement by calling regcache_raw_collect.
2049
2050 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2051
2052 * regcache.c (register_buffer): Consitify first argument.
2053 (regcache_raw_supply, regcache_raw_collect): New
2054 functions.
2055
2056 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2057
2058 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2059 by Nathan J. Williams.
2060
2061 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2062
2063 * lin-lwp.c (wait_lwp): New function, copied from
2064 stop_wait_callback. Clean up.
2065 (stop_wait_callback): Use wait_lwp.
2066
2067 2003-08-28 Andrew Cagney <cagney@redhat.com>
2068
2069 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2070 flavour and disassembler options.
2071 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2072 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2073 deprecated_tm_print_insn_info.
2074
2075 2003-08-27 Andrew Cagney <cagney@redhat.com>
2076
2077 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2078 Use target_read_memory.
2079 (s390_get_frame_info): Update. Do not reference
2080 deprecated_tm_print_insn_info.
2081 (s390_check_function_end, s390_is_sigreturn): Ditto.
2082
2083 2003-08-27 Andrew Cagney <cagney@redhat.com>
2084
2085 * Makefile.in (cris-tdep.o): Update dependencies.
2086 * cris-tdep.c: Include "gdb_assert.h".
2087 (cris_gdbarch_init): Set print_insn.
2088 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2089 (cris_delayed_get_disassembler): Simplify, directly call the
2090 disassembler returned by cris_get_disassembler.
2091 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2092 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2093 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2094 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2095 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2096 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2097 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2098 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2099 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2100 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2101 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2102 (gdb_print_insn_sparc): Delete function.
2103 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2104 deprecated_tm_print_insn_info.
2105 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2106 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2107 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2108 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2109 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2110 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2111 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2112 (s390_gdbarch_init): Set print_insn.
2113
2114 2003-08-27 Andrew Cagney <cagney@redhat.com>
2115
2116 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2117 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2118 * infcall.c (call_function_by_hand): Convert the entry point
2119 address into a code address.
2120
2121 2003-08-27 Andrew Cagney <cagney@redhat.com>
2122
2123 * dsrec.c: Include "gdb_string.h".
2124 * Makefile.in (dsrec.o): Update dependencies.
2125
2126 2003-08-27 Michael Chastain <mec@shout.net>
2127
2128 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2129
2130 2003-08-27 Andrew Cagney <cagney@redhat.com>
2131
2132 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2133 (alpha_osf1_init_abi): Do not set call_dummy_address.
2134
2135 2003-08-27 David Carlton <carlton@kealia.com>
2136
2137 From Randolph Chung <tausq@debian.org>:
2138 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2139 compiles with -Wformat-nonliteral -Werror.
2140
2141 2003-08-26 Jim Blandy <jimb@redhat.com>
2142
2143 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2144 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2145 bfd_lookup_symbol, since we only want symbols in code sections.
2146 (look_for_base): Pass zero as the SECT_FLAGS argument to
2147 bfd_lookup_symbol, since we're not concerned about which section
2148 the symbol is in.
2149
2150 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2151
2152 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2153 we are frameless or the return address register is already known.
2154
2155 2003-08-26 Andrew Cagney <cagney@redhat.com>
2156
2157 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2158 in size. Add comments.
2159
2160 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2161
2162 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2163 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2164
2165 2003-08-26 Jason Merrill <jason@redhat.com>
2166
2167 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2168 case out of #ifdef MIPS block.
2169
2170 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2171
2172 PR java/1322
2173 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2174 available before calling SECT_OFF_TEXT.
2175 * PROBLEMS: Remove description of java/1322.
2176
2177 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2178
2179 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2180 bof, and nat0-nat127 as pseudo-registers.
2181 (ia64_frame_cache): New struct used to cache frame info.
2182 (ia64_register_reggroup_p): New routine used to override default
2183 register grouping so registers without names are still saved and
2184 restored.
2185 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2186 pseudo values.
2187 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2188 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2189 (ia64_alloc_frame_cache): New routine to create a new
2190 ia64_frame_cache.
2191 (examine_prologue): Change prototype to add next_frame pointer.
2192 Assume frameless until otherwise proven. Verify that the cfm for
2193 current frame matches the cfm that should occur for the prologues
2194 alloc insn and if equal, mark as not frameless. At end of routine,
2195 if not frameless, calculate registers for the previous frame and store
2196 in the cache, if a cache is provided.
2197 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2198 and pass 0 for next_frame.
2199 (ia64_store_return_value): Change to use convert_typed_floating()
2200 instead of calling ia64_convert_to_raw().
2201 (ia64_extract_return_value): Change to use convert_typed_floating()
2202 instead of calling ia64_convert_to_virtual().
2203 (ia64_frame_cache): New routine to support new frame model.
2204 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2205 (ia64_frame_sniffer): Ditto.
2206 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2207 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2208 (ia64_sigtramp_frame_prev_register): Ditto.
2209 (ia64_sigtramp_frame_sniffer): Ditto.
2210 (ia64_frame_base_address): Ditto.
2211 (ia64_extract_struct_value_address): Change to issue error message.
2212 (ia64_frame_align): New routine to align sp.
2213 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2214 (ia64_push_arguments): Removed. Logic moved to
2215 ia64_push_dummy_call().
2216 (ia64_push_return_address): Ditto.
2217 (ia64_unwind_dummy_id): New function.
2218 (ia64_unwind_pc): Ditto.
2219 (ia64_convert_register_p): Ditto.
2220 (ia64_register_to_value): Ditto.
2221 (ia64_value_to_register): Ditto.
2222 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2223 (ia64_register_byte, ia64_register_raw_size): Ditto.
2224 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2225 (ia64_saved_pc_after_call): Ditto.
2226 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2227 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2228 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2229 (ia64_register_convert_to_raw): Ditto.
2230 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2231 (ia64_init_extra_frame_info): Ditto.
2232 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2233 (ia64_gdbarch_init): Remove registering of deprecated functions that
2234 are no longer used. Add registration of new gdbarch functions.
2235 Remove registering deprecated_write_sp. Replace
2236 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2237 Delete set_gdbarch_deprecated_register_convertible(),
2238 set_gdbarch_deprecated_register_convert_to_virtual(), and
2239 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2240 set_gdbarch_deprecated_register_size(),
2241 set_gdbarch_deprecated_register_bytes(),
2242 set_gdbarch_pcregnum(),
2243 set_gdbarch_deprecated_register_byte(),
2244 set_gdbarch_deprecated_register_raw_size(),
2245 set_gdbarch_deprecated_max_register_raw_size(),
2246 set_gdbarch_deprecated_register_virtual_size(),
2247 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2248 Replace set_gdbarch_deprecated_extract_return_value() with
2249 set_gdbarch_extract_return_value(). Remove calls to:
2250 set_gdbarch_deprecated_saved_pc_after_call();
2251 set_gdbarch_deprecated_frame_chain(),
2252 set_gdbarch_deprecated_frame_saved_pc(),
2253 set_gdbarch_deprecated_frame_init_saved_regs(),
2254 set_gdbarch_deprecated_get_saved_register(),
2255 set_gdbarch_deprecated_call_dummy_words(),
2256 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2257 set_gdbarch_deprecated_init_extra_frame_info(),
2258 set_gdbarch_deprecated_frame_args_address(),
2259 set_gdbarch_deprecated_frame_locals_address(),
2260 and set_gdbarch_deprecated_dummy_write_sp().
2261 Add set_gdbarch_convert_register_p(),
2262 set_gdbarch_register_to_value(),
2263 set_gdbarch_value_to_register(),
2264 set_gdbarch_push_dummy_call(),
2265 set_gdbarch_frame_align(),
2266 set_gdbarch_unwind_dummy_id(),
2267 set_gdbarch_unwind_pc(),
2268 frame_unwind_append_sniffer(),
2269 frame_unwind_append_sniffer(),
2270 and frame_base_set_default().
2271
2272 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2273
2274 * configure.tgt: Document need for special "mipsisa64" handling.
2275 (mipsisa64*-*-linux64): Handle as target linux64.
2276 (mipsisa64*-*-*): Handle as target embed64.
2277
2278 2003-08-18 Michael Chastain <mec@shout.net>
2279
2280 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2281 objfile bug.
2282
2283 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2284
2285 * i387-tdep.h: Update copyright date.
2286 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2287
2288 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2289 CFLAGS games to reflect reality.
2290
2291 2003-08-24 Andrew Cagney <cagney@redhat.com>
2292
2293 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2294 GDB_MULTI_ARCH is always non-zero.
2295 * osabi.c (_initialize_gdb_osabi): Ditto.
2296 (gdbarch_init_osabi): Ditto.
2297 * sparc-tdep.c: Ditto for #if code.
2298
2299 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2300
2301 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2302 Update comments.
2303 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2304 comments.
2305 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2306 x86_64_supply_fxsave.
2307 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2308 x86_64_supply_fxsave.
2309 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2310 x86_64_supply_fxsave.
2311
2312 2003-08-23 Andreas Jaeger <aj@suse.de>
2313
2314 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2315 i387_supply_fxsave.
2316
2317 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2318
2319 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2320 i387_supply_register.
2321 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2322 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2323 i387_supply_fsave.
2324 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2325 i387_supply_fxsave.
2326 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2327 i387_supply_fsave.
2328 * i386bsd-nat.c (supply_fpregset): Adjust call to
2329 i387_supply_fsave.
2330 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2331 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2332 supply_fpregset.
2333 (store_inferior_registers): Remove extraneous whitespace. Call
2334 i387_fill_fsave instead of fill_fpregset.
2335 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2336 (supply_fpregset): Likewise.
2337 * i386v4-nat.c (supply_fpregset): Adjust call to
2338 i387_supply_fsave.
2339 * i386-interix-nat.c (supply_fpregset): Adjust call to
2340 i387_supply_fsave.
2341 * i386-linux-nat.c (supply_fpregset): Adjust call to
2342 i387_supply_fsave.
2343 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2344 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2345 i387supply_fsave and i387_supply_fxsave.
2346 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2347 Incorporate code from `i387_supply_register.
2348 (i387_supply_register): Remove.
2349 (i387_supply_fxsave): Add `regnum' argument.
2350 Update comments.
2351 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2352 prototype.
2353 (i387_supply_register): remove prototype.
2354 Update comments.
2355
2356 2003-08-22 Michael Chastain <mec@shout.net>
2357
2358 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2359 Add lines for files in gdb/testsuite/gdb.cp/* that are
2360 still not 8.3 unique.
2361
2362 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2363
2364 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2365 TYPE_VPTR_FIELDNO is valid.
2366
2367 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2368
2369 * utils.c (set_width_command): Remove prototypes.
2370 (set_screen_size): New prototype.
2371 (init_page_info): Simplify by fetching the screen size from
2372 Readline. Call set_screen_size.
2373 (set_screen_size): New function.
2374 (set_width): Add missing whitespace in comment.
2375 (set_width_command): Call set_screen_size.
2376 (set_height_command): New function.
2377 (initialize_utils): Fix formatting. Make "set height" command
2378 call set_height_command. Remove redundant code that turns off
2379 pagination if output isn't a terminal. Remove redundant call to
2380 set_width_command.
2381
2382 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2383
2384 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2385 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2386 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2387 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2388 `case' keyword.
2389 (sparc64_register_info): Give the reister with number
2390 SPARC64_STATE_REGNUM a name.
2391 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2392 %asi and %ccr.
2393 (sparc64_push_dummy_call): Take BIAS into account when checking
2394 stcak alignment.
2395 (sparc_software_single_step): Remove assertions that check whether
2396 NPC and NNPC were zero.
2397 (sparc_supply_rwindow): Make public. Merge functionality with
2398 sparc64_supply_rwindow.
2399 (sparc_fill_rwindow): Make public. Merge functionality with
2400 sparc64_fill_rwindow.
2401 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2402 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2403 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2404 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2405 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2406
2407 * reggroups.c: Add whitespace after declarations of local
2408 variables in functions.
2409
2410 2003-08-21 Michael Chastain <mec@shout.net>
2411
2412 * gdbtypes.h: Change array bound type from an int to enum.
2413
2414 2003-08-21 Andrew Cagney <cagney@redhat.com>
2415
2416 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2417 * config/sparc/tm-sparc.h: Ditto.
2418 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2419 unconditionally.
2420 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2421
2422 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2423
2424 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2425 (register_objfile_data, set_objfile_data, objfile_data): New
2426 prototypes.
2427 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2428 prototypes.
2429 (allocate_objfile): Call objfile_alloc_data.
2430 (free_objfile): Call objfile_free_data.
2431 (struct objfile_data): New.
2432 (struct objfile_data_registration): New.
2433 (struct objfile_data_registry): New.
2434 (objfile_data_registry): New variable.
2435 (register_objfile_data): New function.
2436 (objfile_alloc_data, objfile_free_data): New functions.
2437 (set_objfile_data, objfile_data): New functions.
2438 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2439 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2440 (_initialize_dwarf2_frame): New function and prototype.
2441
2442 2003-08-21 Andrew Cagney <cagney@redhat.com>
2443
2444 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2445 a specific architecture.
2446 * arch-utils.h (set_architecture_from_arch_mach): Delete
2447 declaration.
2448 (target_architecture_hook): Delete declaration.
2449 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2450 (default_float_format): Assume GDB_MULTI_ARCH.
2451 (default_double_format): Assume GDB_MULTI_ARCH.
2452 (set_endian_from_file): Delete function.
2453 (arch_ok): Delete function.
2454 (set_arch): Delete function.
2455 (set_architecture_from_arch_mach): Delete function.
2456 (set_architecture_from_file): Delete function.
2457 (set_architecture): Assume GDB_MULTI_ARCH.
2458 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2459
2460 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2461
2462 Rewrite FreeBSD/sparc64 native configuration.
2463 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2464 * sparc64fbsd-nat.c: New file.
2465 * sparc64fbsd-tdep.c: New file.
2466 * sparc64-tdep.c sparc64-tdep.h: New files.
2467 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2468 sparc64fbsd-tdep.o): New dependencies.
2469 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2470 and sparc64fbsd-tdep.c.
2471 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2472 * config/sparc/fbsd.mh: Remove copyright notice.
2473 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2474 sparcbsd-nat.o.
2475 * config/sparc/fbsd.mt: Remove copyright notice.
2476 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2477 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2478 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2479 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2480 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2481 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2482 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2483 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2484 "sparc/tm-sp64.h".
2485 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2486 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2487
2488 2003-08-21 Michael Chastain <mec@shout.net>
2489
2490 * symtab.h: Add doco on the space critical structures and
2491 some measurements of space usage.
2492
2493 2003-08-21 Michael Snyder <msnyder@redhat.com>
2494
2495 * tracepoint.c (trace_dump_command): Trace break address
2496 is subject to DECR_PC_AFTER_BREAK.
2497 (set_traceframe_context): Make "trace_line" an int.
2498 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2499
2500 2003-08-20 Michael Snyder <msnyder@redhat.com>
2501
2502 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2503 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2504 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2505 argument passing.
2506 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2507 functions, replace sh_push_dummy_call.
2508 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2509
2510 2003-08-20 Michael Chastain <mec@shout.net>
2511
2512 * gdbtypes.h (struct main_type): Rearrange to save space.
2513
2514 2003-08-20 Michael Snyder <msnyder@redhat.com>
2515
2516 * trad-frame.c: Comment typo fix.
2517
2518 2003-08-20 Michael Snyder <msnyder@redhat.com>
2519 Kevin Buettner <kevinb@redhat.com>
2520
2521 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2522 (frv_frame_init_saved_regs): Add declaration.
2523 (frame_extra_info): Add new field ``saved_regs''.
2524 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2525 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2526 Update frame related code.
2527 (frv_extract_struct_value_address): Adjust formatting.
2528 * Makefile.in (frv-tdep.o): Update dependencies.
2529 * config/frv/tm-frv.h (target_insert_watchpoint)
2530 (target_remove_watchpoint, target_insert_hw_breakpoint)
2531 (target_remove_hw_breakpoint): Delete these macros.
2532 (remote_insert_watchpoint, remote_remove_watchpoint)
2533 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2534 these declarations.
2535
2536 2003-08-20 Michael Chastain <mec@shout.net>
2537
2538 * defs.h (ENUM_BITFIELD): New macro.
2539 * symtab.h (ENUM_BITFIELD): Use it.
2540 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2541
2542 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2543
2544 * MAINTAINERS (write after approval): Add myself.
2545
2546 2003-08-18 Andrew Cagney <cagney@redhat.com>
2547
2548 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2549 * gdbarch.h, gdbarch.c: Re-generate.
2550 * infcall.c (call_function_by_hand): Adjust the SP by
2551 frame_red_zone_size before allocating any stack space.
2552 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2553 * x86-64-tdep.c (x86_64_frame_align): New function.
2554 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2555
2556 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2557 Remove code adjusting SP so that it skips over the Red Zone.
2558
2559 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2560
2561 * NEWS (New native configurations): Mention FreeBSD/amd64.
2562
2563 2003-08-18 Andrew Cagney <cagney@redhat.com>
2564
2565 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2566 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2567 "m68k_frame_p".
2568 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2569
2570 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2571
2572 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2573
2574 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2575
2576 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2577 Define.
2578 * i386-linux-nat.c: Include "linux-nat.h".
2579 (child_post_startup_inferior): New function.
2580
2581 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2582
2583 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2584 at the start of a frameless function. This probably fixes PR
2585 backtrace/1338.
2586
2587 2003-08-17 Michael Chastain <mec@shout.net>
2588
2589 * symfile.c (find_sym_fns): Remove special case for apollo target.
2590
2591 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2592
2593 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2594 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2595 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2596 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2597 (linux_supports_tracevforkdone): New function.
2598 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2599 TRACEVFORKDONE.
2600 (child_follow_fork): Handle vfork.
2601 (linux_handle_extended_wait): Likewise. Also handle exec.
2602 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2603 * NEWS: Mention fork tracing.
2604
2605 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2606
2607 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2608
2609 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2610
2611 * Makefile.in (i386-linux-nat.o): Update dependencies.
2612 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2613 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2614 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2615 * i386-linux-nat.c: Include "linux-nat.h".
2616 (child_post_startup_inferior): New function.
2617 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2618 * infptrace.c (kill_inferior): Wrap in #ifdef.
2619 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2620 attaching to each LWP.
2621 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2622 (init_lin_lwp_ops): Fill in some more operations.
2623 * linux-nat.h (linux_enable_event_reporting)
2624 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2625 prototypes.
2626 * linux-nat.c (linux_enable_event_reporting): New function.
2627 (child_post_attach, linux_child_post_startup_inferior)
2628 (child_post_startup_inferior, child_follow_fork)
2629 (linux_handle_extended_wait, kill_inferior): New functions.
2630
2631 2003-08-16 Andrew Cagney <cagney@redhat.com>
2632
2633 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2634 * gdbarch.h, gdbarch.c: Re-generate.
2635
2636 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2637
2638 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2639
2640 2003-08-16 Andrew Cagney <cagney@redhat.com>
2641
2642 * NEWS: Mention that "set prompt-escape-char" was deleted.
2643 * top.c (get_prompt_1): Delete function.
2644 (gdb_prompt_escape):
2645 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2646 prompt-escape-char" command.
2647 (MAX_PROMPT_SIZE): Delete macro.
2648 (get_prompt): Simplify, do not call get_prompt_1.
2649
2650 2003-08-16 Andrew Cagney <cagney@redhat.com>
2651
2652 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2653 -Werror. -Wformat-nonliteral problems.
2654
2655 2003-08-15 J. Brobecker <brobecker@gnat.com>
2656
2657 Further multiarching work mostly for hppa64-*-hpux11:
2658 * hppa-tdep.h: New file.
2659 * hppa-tdep.c: #include hppa-tdep.c.
2660 (hppa32_num_regs): Renamed from hppa_num_regs.
2661 (hppa64_num_regs): New constant.
2662 (hppa64_call_dummy_breakpoint_offset): New constant.
2663 (hppa32_call_dummy_length): New constant.
2664 (hppa64_call_dummy_length): New constant.
2665 (hppa32_stack_align): Make name 32bit explicit.
2666 (hppa32_register_virtual_type): Likewise.
2667 (hppa32_extract_return_value): Likewise.
2668 (hppa32_use_struct_convention): Likewise.
2669 (hppa32_store_return_value): Likewise.
2670 (hppa64_register_virtual_type): New function.
2671 (hppa64_extract_return_value): New function.
2672 (hppa64_use_struct_convention): New function.
2673 (hppa64_store_return_value): New function.
2674 (hppa_frame_locals_address): Remove declaration, function does
2675 not exist anymore.
2676 (hppa_register_byte): Add support for PA64 ABI.
2677 (hppa_gdbarch_init): Add support for PA64 ABI.
2678 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2679 Make name 32bit explicit.
2680 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2681 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2682 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2683 (hppa64_hpux_frame_base_before_sigtramp): New function.
2684 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2685 * config/pa/tm-hppa64.h: Remove macros that are no longer
2686 necessary now that the gdbarch vector is properly setup.
2687 Transform some macros into function calls. Some minor cleanup.
2688 * config/pa/tm-hppah.h: Update function calls in macros
2689 following the function renaming in hppa-hpux-tdep.c.
2690 * Makefile.in (hppa_tdep_h): New variable.
2691 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2692
2693 2003-08-14 Michael Snyder <msnyder@redhat.com>
2694
2695 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2696
2697 2003-08-13 J. Brobecker <brobecker@gnat.com>
2698
2699 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2700 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2701 routine.
2702
2703 2003-08-13 Michael Snyder <msnyder@redhat.com>
2704
2705 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2706 (frv_saved_pc_after_call): Use deprecated ftype.
2707 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2708 (frv_remote_translate_xfer_address): Remove.
2709 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2710
2711 2003-08-13 J. Brobecker <brobecker@gnat.com>
2712
2713 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2714 initialization after the common gdbarch initialization, not before.
2715
2716 2003-08-13 J. Brobecker <brobecker@gnat.com>
2717
2718 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2719 (ADDR_BITS_REMOVE): Remove, redundant.
2720
2721 2003-08-13 J. Brobecker <brobecker@gnat.com>
2722
2723 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2724 gdbarch method to clear the 2 low bits of text addresses.
2725
2726 2003-08-12 Andrew Cagney <cagney@redhat.com>
2727
2728 * Makefile.in (dsrec.o): Update dependencies.
2729 * dsrec.c: Include "gdb_assert.h".
2730 (make_srec): Use snprintf instead of sprintf, use a literal format
2731 string.
2732
2733 2003-08-12 Andrew Cagney <cagney@redhat.com>
2734
2735 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2736 FRAME_OBSTACK_ZALLOC.
2737
2738 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2739
2740 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2741 SSE registers.
2742
2743 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2744
2745 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2746 amd64fbsd_sc_reg_offset): Add extern declarations.
2747 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2748 declarations.
2749
2750 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2751
2752 * MAINTAINERS (write after approval): Update my mail address.
2753
2754 2003-08-10 Andrew Cagney <cagney@redhat.com>
2755
2756 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2757
2758 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2759
2760 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2761 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2762 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2763 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2764 i386bsd_sc_reg_offset): Add extern declarations.
2765 * i386obsd-nat.c: Include "i386-tdep.h"
2766 (_initialize_i386obsd_nat): Remove extern declarations.
2767 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2768 declarations.
2769 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2770 declarations.
2771
2772 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2773 instead of frame_read_register.
2774 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2775 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2776 SP_REGNUM.
2777 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2778 instead of frame_unwind_unsigned_register. Use
2779 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2780 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2781 instead of read_register. Use builtin_type_void_data_ptr instead
2782 of builtin_type_void_func_ptr when extracting the address of the
2783 jmp_buf.
2784 (i386_extract_return_value, i386_store_return_value,
2785 i386_pseudo_register_read, i386_pseudo_register_write): Use
2786 register_size instead REGISTER_RAW_SIZE.
2787
2788 2003-08-10 Andrew Cagney <cagney@redhat.com>
2789
2790 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2791 sprintf. Make "name" constant.
2792
2793 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2794
2795 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2796 instead of frame_read_register.
2797 (i387_print_float_info): Use get_frame_register and
2798 get_frame_register_unsigned instead of frame_register_read.
2799
2800 * i386fbsd-nat.c: Include "i386-tdep.h".
2801 (child_resume): Make `eflags' an ULONGEST. Use
2802 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2803 instead of register_read and register_write.
2804
2805 * i386bsd-nat.c (fetch_inferior_registers,
2806 store_inferior_registers): Don't use && at the end of a line.
2807 (_initialize_i386bsd_nat): Fix typo.
2808
2809 * frame.c (_initialize_frame): Add missing backslash.
2810
2811 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2812 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2813 and supply_register instead of manipulating the register buffer
2814 directly.
2815
2816 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2817 * config/i386/nm-i386sol2.h
2818 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2819
2820 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2821 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2822 instructions that GCC likes to mingle into the prologue. Fixes
2823 gdb/1253 and gdb/1255.
2824
2825 2003-08-09 Andrew Cagney <cagney@redhat.com>
2826
2827 Fix GDB PR cli/926.
2828 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2829 * command.h (add_setshow_uinteger_cmd): Declare.
2830 * frame.c (set_backtrace_cmd): New function.
2831 (show_backtrace_cmd): New function.
2832 * frame.c (_initialize_frame): Replace "set/show
2833 backtrace-below-main" with "set/show backtrace past-main". Add
2834 command "set/show backtrace limit".
2835 (backtrace_past_main): Rename "backtrace_below_main".
2836 (backtrace_limit): New variable.
2837 (get_prev_frame): Update. Check the backtrace_limit.
2838
2839 2003-08-09 Andrew Cagney <cagney@redhat.com>
2840
2841 * defs.h (xstrprintf): Declare.
2842 * utils.c (xstrprintf): New function.
2843 * breakpoint.c (insert_breakpoints): Replace sprintf and
2844 non-literal format strings, with xstrprintf and cleanups.
2845 (delete_breakpoint,breakpoint_re_set): Ditto.
2846 (commands_command, insert_breakpoints): Ditto.
2847 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2848 (break_at_finish_command_1): Ditto.
2849
2850 2003-08-09 Andrew Cagney <cagney@redhat.com>
2851
2852 * MAINTAINERS (language support): List Adam Fedor as Objective C
2853 maintainer.
2854
2855 2003-08-08 J. Brobecker <brobecker@gnat.com>
2856
2857 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2858 are now multiarched.
2859
2860 2003-08-08 J. Brobecker <brobecker@gnat.com>
2861
2862 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2863 longer necessary now that hppa64 is partially multiarch'ed.
2864
2865 2003-08-08 Andrew Cagney <cagney@redhat.com>
2866
2867 * interps.c (interp_set): Check for a NULL "old_interp".
2868
2869 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2870
2871 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2872 (install-only): Support DESTDIR.
2873 (uninstall): Likewise.
2874 (install-gdbtk): Likewise.
2875
2876 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2877
2878 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2879 contains something meaningful at all times.
2880
2881 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2882
2883 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2884
2885 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2886
2887 * MAINTAINERS (write after approval): Added self.
2888
2889 2003-08-07 Andrew Cagney <cagney@redhat.com>
2890
2891 * inferior.h (AT_SYMBOL): Define.
2892 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2893 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2894 * mips-tdep.c (mips_call_dummy_address): Delete function.
2895 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2896 set call_dummy_address.
2897
2898 2003-08-07 Andrew Cagney <cagney@redhat.com>
2899
2900 * language.c (op_error): Delete function.
2901 (binop_type_check): Delete function.
2902 * language.h (type_op_error, range_op_error): Delete macros.
2903 (op_error): Delete declaration.
2904
2905 2003-08-07 Andrew Cagney <cagney@redhat.com>
2906
2907 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2908
2909 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2910
2911 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2912 (x86_64_push_arguments): Skip the red zone.
2913
2914 2003-08-05 Andrew Cagney <cagney@redhat.com>
2915
2916 * reggroups.c (reggroup_next): Check for the final entry.
2917
2918 2003-08-04 Andrew Cagney <cagney@redhat.com>
2919
2920 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2921 * cli/cli-script.c (define_command): Call query directly, instead
2922 of passing it a buffer.
2923 * ocd.c (ocd_error): Pass error a constant format string.
2924 * remote-mips.c (mips_error): Use fputs_filtered.
2925
2926 * solib-svr4.c (_initialize_svr4_solib): Update
2927 register_gdbarch_data call.
2928 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2929
2930 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2931 (register_gdbarch_data): Delete "free" parameter. Update
2932 comments.
2933 * gdbarch.h, gdbarch.c: Re-generate.
2934 * reggroups.c (_initialize_reggroup): Update.
2935 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2936 * frame-base.c (_initialize_frame_base): Update.
2937 * frame-unwind.c (_initialize_frame_unwind): Update.
2938 * user-regs.c (_initialize_user_regs): Update.
2939 * remote.c (_initialize_remote): Update.
2940 * regcache.c (_initialize_regcache): Update.
2941
2942 * regcache.c (xfree_regcache_descr): Delete function.
2943 (_initialize_regcache): Update call to register_gdbarch_data.
2944 (init_regcache_descr, init_legacy_regcache_descr): Use
2945 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2946
2947 * remote.c (free_remote_state): Delete function.
2948 (_initialize_remote): Update register_gdbarch_data.
2949 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2950 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2951
2952 2003-08-04 Andrew Cagney <cagney@redhat.com>
2953
2954 * reggroups.c (struct reggroup_el): Define.
2955 (struct reggroups): Delete field "nr_group". Replace array
2956 "group" with a "first" to "last" linked list.
2957 (reggroups_init): Update. Allocate using gdbarch's obstack.
2958 (reggroups_free): Delete function.
2959 (add_group): Update. Add "el" parameter.
2960 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2961 (default_groups): Update.
2962 (reggroup_next): Replace reggroups.
2963 (reggroups_dump): Update.
2964 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2965 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2966 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2967
2968 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2969
2970 * Makefile.in (tui-interp.o): Update dependencies.
2971
2972 2003-08-04 David Carlton <carlton@kealia.com>
2973
2974 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2975 to internal_error call.
2976 * source.c (forward_search_command): Add "%s" format argument.
2977 (reverse_search_command): Ditto.
2978 * top.c (quit_confirm): Ditto.
2979 * cli/cli-setshow.c (do_setshow_command): Ditto.
2980 * cp-valprint.c (cp_print_class_method): Replace
2981 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2982 (cp_print_class_member): Ditto.
2983 * event-top.c (command_line_handler): Ditto.
2984 * linux-proc.c (linux_info_proc_cmd): Ditto.
2985 * p-typeprint.c (pascal_type_print_base): Ditto.
2986 * p-valprint.c (pascal_object_print_class_method): Ditto.
2987 (pascal_object_print_class_member): Ditto.
2988 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2989 * remote.c (remote_cisco_section_offsets): Ditto.
2990 * top.c (command_line_input): Ditto.
2991 * utils.c (vwarning,error_stream,quit): Ditto.
2992 * valprint.c (print_floating,print_binary_chars)
2993 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2994
2995 2003-08-04 Andrew Cagney <cagney@redhat.com>
2996
2997 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2998
2999 2003-08-02 Andrew Cagney <cagney@redhat.com>
3000
3001 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3002 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3003 amd64fbsd-nat.c.
3004
3005 2003-08-02 Andrew Cagney <cagney@redhat.com>
3006
3007 * Makefile.in: Update all dependencies and definitions.
3008
3009 2003-08-02 Adam Fedor <fedor@gnu.org>
3010
3011 * linespec.c (is_objc_method_format): New function
3012 (decode_line_1, locate_first_half): Use it.
3013 Fixes PR objc/1298
3014
3015 2003-08-01 Andrew Cagney <cagney@redhat.com>
3016
3017 * NEWS: Mention that m32r is multi-arch.
3018 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3019 * configure.tgt: Recognize m32r-*-*.
3020 * config/m32r/tm-m32r.h: Delete file.
3021 * config/m32r/m32r.mt: New file.
3022 * m32r-rom.c (m32r_upload_command): Use hostent only when
3023 gethostname succeeds, in order to avoid a compilation
3024 warning.
3025 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3026 compiler warning.
3027
3028 2003-08-01 Michael Snyder <msnyder@redhat.com>
3029
3030 * sh-tdep.c (sh_frame_align): New gdbarch method.
3031 (sh_gdbarch_init): Set up frame_align method.
3032
3033 2003-07-31 Michael Snyder <msnyder@redhat.com>
3034
3035 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3036 which is already covered by the new frames infrastructure.
3037
3038 2003-07-31 Andrew Cagney <cagney@redhat.com>
3039
3040 * user-regs.c (struct user_reg): Add "next" link.
3041 (struct user_regs): Replace "user" with "first" and "last" links.
3042 (append_user_reg): Add pre-allocated "reg" parameter.
3043 (builtin_user_regs): Provide initial value for "last".
3044 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3045 (user_regs_init): Allocate memory from the gdbarch obstack.
3046 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3047 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3048 linked list.
3049 (usernum_to_user_reg): New function.
3050 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3051 (value_of_user_reg): Use usernum_to_user_reg.
3052 (user_regs_free): Delete function.
3053 (_initialize_user_regs): Update register_gdbarch_data call.
3054
3055 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3056
3057 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3058
3059 2003-07-30 Michael Snyder <msnyder@redhat.com>
3060
3061 * value.h (value_being_returned): Add a struct_addr argument.
3062 * infcall.c (call_function_by_hand): Pass struct_addr to
3063 value_being_returned.
3064 * infcmd.c (print_return_value): Pass zero as struct_addr.
3065 * values.c (value_being_returned): If struct_addr is passed,
3066 use it instead of trying to recover it from the inferior.
3067
3068 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3069
3070 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3071 the prologue analyzer won't need to attempt to extract the pc
3072 value from the woefully incomplete dummy frame.
3073 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3074 possible. Disable code which modifies the frame.
3075
3076 2003-07-28 Andrew Cagney <cagney@redhat.com>
3077
3078 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3079 to level 2.
3080 (annotate_breakpoints_table, annotate_record): Ditto.
3081 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3082 (annotate_field_name_end, annotate_field_value): Ditto.
3083 (annotate_field_end, annotate_frame_source_begin): Ditto.
3084 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3085 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3086 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3087 (annotate_frame_address_end, annotate_frame_address): Ditto.
3088 (annotate_frame_args, annotate_frame_end): Ditto.
3089 (annotate_frame_where, annotate_arg_begin): Ditto.
3090 (annotate_arg_name_end, annotate_arg_value): Ditto.
3091 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3092 (annotate_function_call, annotate_signal_name): Ditto.
3093 (annotate_signal_string, annotate_signal_name_end): Ditto.
3094 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3095 (annotate_value_begin, annotate_value_history_value): Ditto.
3096 (annotate_value_history_end, annotate_value_end): Ditto.
3097 (annotate_display_begin, annotate_display_number_end): Ditto.
3098 (annotate_display_format, annotate_display_expression): Ditto.
3099 (annotate_display_expression_end, annotate_display_value): Ditto.
3100 (annotate_display_end, annotate_array_section_begin): Ditto.
3101 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3102 (annotate_elt, annotate_array_section_end): Ditto.
3103
3104 2003-07-28 Andrew Cagney <cagney@redhat.com>
3105
3106 * regcache.c (struct regcache_descr): Update comments on
3107 nr_raw_registers.
3108 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3109 sizeof_raw_register_valid_p.
3110 (init_regcache_descr): Set nr_raw_registers and
3111 sizeof_raw_register_valid_p before calling
3112 init_legacy_regcache_descr.
3113
3114 2003-07-28 Andrew Cagney <cagney@redhat.com>
3115
3116 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3117 MOD NUM_REGS.
3118
3119 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3120
3121 * thread.c (info_threads_command): Use get_selected_frame ().
3122 Check that there is at least one non-sentinel frame.
3123
3124 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3125
3126 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3127 (m68hc11_pop_frame): Remove.
3128 (m68hc11_frame_saved_pc): Remove.
3129 (m68hc11_frame_chain): Remove.
3130 (m68hc11_frame_init_saved_regs): Remove.
3131 (m68hc11_init_extra_frame_info): Remove.
3132 (m68hc11_store_struct_return): Remove.
3133 (m68hc11_saved_pc_after_call): Remove.
3134
3135 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3136
3137 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3138 frame unwind information.
3139 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3140 and adapted for frame unwinding.
3141 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3142 (m68hc11_unwind_pc): New function.
3143 (m68hc11_frame_unwind_cache): New function to analyze frames.
3144 (m68hc11_frame_this_id): New function to create new frame struct.
3145 (m68hc11_frame_prev_register): New function to unwind a register from
3146 the frame.
3147 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3148 (m68hc11_frame_p): New function for the above.
3149 (m68hc11_frame_base_address): New function to return fp of frame.
3150 (m68hc11_frame_args_address): Update for frame.
3151 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3152 (m68hc11_unwind_sp): New function.
3153 (m68hc11_unwind_dummy_id): New function.
3154 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3155 calls.
3156
3157 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3158
3159 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3160 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3161 when we are beyond the current pc.
3162
3163 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3164
3165 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3166 from m68hc11_push_arguments.
3167 (m68hc11_push_arguments): Remove.
3168 (m68hc11_push_return_address): Remove.
3169 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3170 handlers; remove deprecated_extra_stack_alignment_needed.
3171
3172 2003-07-27 Andrew Cagney <cagney@redhat.com>
3173
3174 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3175 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3176 REAL_PC and not the pointer.
3177 * hppa-hpux-tdep.c: Include frame.h
3178
3179 2003-07-27 Andrew Cagney <cagney@redhat.com>
3180
3181 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3182 GDB_MULTI_ACH_PARTIAL.
3183
3184 2003-07-27 Andrew Cagney <cagney@redhat.com>
3185
3186 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3187 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3188 operator at start and not end of line.
3189 (decode_prologue): Ditto.
3190 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3191 frame_unwind_register_unsigned instead of
3192 frame_unwind_unsigned_register.
3193 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3194 read_register.
3195 (m32r_push_dummy_call): Use register_size instead of
3196 REGISTER_RAW_SIZE.
3197 (m32r_frame_sniffer): Replace m32r_frame_p.
3198 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3199 * m32r-rom.c (report_transfer_performance): Delete extern
3200 declaration.
3201 (m32r_load, m32r_upload_command): Use print_transfer_performance
3202 instead of report_transfer_performance.
3203 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3204 / add_show_from_set.
3205
3206 2003-07-26 Andrew Cagney <cagney@redhat.com>
3207
3208 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3209 store_return_value and extract_struct_value_address.
3210
3211 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3212
3213 PR c++/1267
3214 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3215 NULL, default to the section containing PC.
3216
3217 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3218
3219 * NEWS: Mention "regs" deprecated for m68hc11 too.
3220
3221 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3222 (m68hc11_print_register): New function to print out one register.
3223 (m68hc11_print_registers_info): New function to print registers.
3224 (show_regs): Deprecate and use the above.
3225 (m68hc11_gdbarch_init): Install the print_registers_info.
3226
3227 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3228
3229 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3230 that we have a SIGTRAP before returning non-zero.
3231
3232 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3233 Elena Zannoni <ezannoni@redhat.com>
3234
3235 * linespec.c (decode_line_2): Avoid crash if
3236 find_function_start_sal() returns empty record.
3237
3238 2003-07-23 Andreas Schwab <schwab@suse.de>
3239
3240 * ia64-tdep.c (ia64_print_insn): New function.
3241 (ia64_gdbarch_init): Set print_insn to it.
3242 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3243 deprecated_tm_print_insn_info.
3244
3245 2003-07-22 Michael Snyder <msnyder@redhat.com>
3246
3247 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3248 handle 8-bit returns (long long).
3249 (h8300h_extract_return_value): Ditto.
3250 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3251
3252 2003-07-22 Andrew Cagney <cagney@redhat.com>
3253
3254 * gdbarch.c Include "gdb_obstack.h".
3255 (struct gdbarch): Add an "obstack".
3256 (alloc_gdbarch_data): Allocate the gdbarch data using
3257 GDBARCH_OBSTACK_CALLOC.
3258 (free_gdbarch_data): Delete function.
3259 (gdbarch_obstack_zalloc): New function.
3260 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3261 Assert that the architecture is not initialized.
3262 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3263 vector from the obstack.
3264 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3265 architecture obstack.
3266 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3267 (set_gdbarch_data): Assert that the data is not initialized.
3268 (struct gdbarch_data): Delete member "free".
3269 (register_gdbarch_data): Do not initialize "free".
3270 * gdbarch.h, gdbarch.c: Re-generate.
3271
3272 2003-07-22 Andrew Cagney <cagney@redhat.com>
3273
3274 * configure.in (build_warnings): Add -Wformat-nonliteral.
3275 * configure: Re-generate.
3276
3277 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3278
3279 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3280
3281 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3282
3283 * findvar.c (read_var_value): Remove case for thread local storage
3284 variables. It is now entirely handled by the dwarf2 location
3285 expression code.
3286 * printcmd.c (address_info): Ditto.
3287 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3288 enumeration value.
3289 (struct symbol): Remove objfile field, which was used by
3290 LOC_THREAD_LOCAL_STATIC only.
3291 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3292 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3293 usage of objfile pointer.
3294 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3295 thread local variables.
3296 Add include of objfiles.h.
3297 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3298 storage variables.
3299 * Makefile.in (dwarf2loc.o): Update dependencies.
3300
3301 2003-07-22 Andrew Cagney <cagney@redhat.com>
3302
3303 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3304 get_frame_base.
3305 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3306 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3307 (struct value): Add opaque declaration.
3308 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3309
3310 2003-07-21 Andrew Cagney <cagney@redhat.com>
3311
3312 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3313 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3314
3315 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3316
3317 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3318 regcache_cooked_read_unsigned instead of read_register.
3319 (m68hc11_saved_pc_after_call): Likewise.
3320 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3321 instead of write_register.
3322 (m68hc11_register_type): New function.
3323 (m68hc11_register_virtual_type): Remove.
3324 (m68hc11_store_return_value): Convert to use the regcache.
3325 (m68hc11_extract_struct_value_address): Likewise.
3326 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3327 m68hc11_register_type; undeprecate store_return_value and
3328 extract_struct_value_address.
3329
3330 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3331
3332 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3333 and translate to use regcache.
3334 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3335
3336 2003-07-18 Andrew Cagney <cagney@redhat.com>
3337
3338 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3339 * gdbarch.h, gdbarch.c: Re-generate.
3340 * i386-tdep.c (i386_gdbarch_init): Do not set
3341 DWARF2_BUILD_FRAME_INFO.
3342 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3343 unconditionally.
3344 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3345 DWARF2_BUILD_FRAME_INFO.
3346
3347 2003-07-18 Andrew Cagney <cagney@redhat.com>
3348
3349 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3350 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3351
3352 2003-07-18 Andrew Cagney <cagney@redhat.com>
3353
3354 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3355 frame_unwind_address_in_block, instead of frame_pc_unwind.
3356 (dwarf2_frame_cache): Ditto.
3357
3358 2003-07-18 Andrew Cagney <cagney@redhat.com>
3359
3360 * user-regs.h (struct gdbarch): Declare opaque.
3361 * ui-out.h (struct ui_file): Declare opaque.
3362 * dwarf2-frame.h (struct frame_info): Declare opaque.
3363
3364 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3365
3366 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3367 #include "...".
3368 (procfs_meminfo): Change strerror to safe_strerror.
3369 (procfs_can_run): Remove K&R badness.
3370
3371 2003-07-17 Michael Snyder <msnyder@redhat.com>
3372
3373 * remote-sim.c: Comment typo fix.
3374
3375 2003-07-17 Andrew Cagney <cagney@redhat.com>
3376
3377 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3378 configure.
3379 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3380 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3381 GDB_MULTI_ARCH_PARTIAL.
3382
3383 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3384
3385 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3386 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3387 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3388
3389 2003-07-16 Theodore A. Roth <troth@openavr.org>
3390
3391 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3392 found.
3393 (avr_frame_unwind_cache): Don't unwind FP for main.
3394 Update a comment.
3395 Save the computed prev_sp.
3396 (avr_saved_regs_unwinder): Remove function.
3397 (avr_frame_prev_register): Use PC unwind logic from
3398 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3399
3400 2003-07-16 Andrew Cagney <cagney@redhat.com>
3401
3402 * frame-base.h (frame_base_p_ftype): Delete definition.
3403 (frame_base_append_predicate): Delete declaration.
3404 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3405 (frame_unwind_append_predicate): Delete declaration.
3406 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3407 (append_predicate): Delete parameter "p".
3408 (frame_unwind_append_predicate): Delete function.
3409 (frame_unwind_append_sniffer): Update call to append_predicate.
3410 (frame_unwind_free): Delete function.
3411 (_initialize_frame_unwind): Pass NULL as "free" to
3412 register_gdbarch_data.
3413 (frame_unwind_init): Append the dummy_frame_sniffer.
3414 (frame_unwind_find_by_frame): Simplify.
3415 * frame-base.c (struct frame_base_table): Delete field "p".
3416 (append_predicate): Delete parameter "p".
3417 (frame_base_append_predicate): Delete function.
3418 (frame_base_append_sniffer): Update call to append_predicate.
3419 (frame_base_free): Delete function.
3420 (frame_base_find_by_frame): Simplify.
3421 (_initialize_frame_base): Pass NULL as "free" to
3422 register_gdbarch_data.
3423 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3424 (x86_64_sigtramp_frame_sniffer): Replace
3425 "x86_64_sigtramp_frame_p".
3426 (x86_64_init_abi): Set the frame unwind sniffers.
3427 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3428 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3429 (m68k_gdbarch_init): Set the frame unwind sniffers.
3430 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3431 "i386_sigtramp_frame_p".
3432 (i386_frame_sniffer): Replace "i386_frame_p".
3433 (i386_gdbarch_init): Set the frame unwind sniffers.
3434 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3435 (avr_gdbarch_init): Set the frame unwind sniffers.
3436 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3437 "alpha_sigtramp_frame_p"
3438 (alpha_heuristic_frame_sniffer): Replace
3439 "alpha_heuristic_frame_p".
3440 (alpha_gdbarch_init): Set the frame unwind sniffers.
3441 (alpha_dwarf2_init_abi): Ditto.
3442 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3443 "alpha_debug_frame_p".
3444 (alpha_mdebug_frame_base_sniffer): Replace
3445 "alpha_mdebug_frame_base_p".
3446 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3447 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3448 (d10v_gdbarch_init): Set the frame unwind sniffer.
3449 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3450 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3451 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3452 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3453 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3454 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3455
3456 2003-07-16 Michael Snyder <msnyder@redhat.com>
3457
3458 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3459 should go thru sh_dsp_register_sim_regno, else the dsp regs
3460 will not get the right values.
3461
3462 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3463
3464 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3465 deprecated_store_floating by call to store_typed_floating.
3466 (sh_sh4_register_convert_to_raw): Substitute call to
3467 deprecated_extract_floating by call to extract_typed_floating.
3468
3469 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3470
3471 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3472
3473 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3474
3475 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3476 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3477 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3478 as possible.
3479 (do_pseudo_register): Remove.
3480 (sh_push_dummy_code): New function.
3481 (sh64_store_struct_return): Rename from sh_store_struct_return.
3482 Only called for sh64 now.
3483 (sh_extract_struct_value_address): Regcache'ify.
3484 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3485 and accomodate new tasks.
3486 (sh64_push_return_address): Rename from sh_push_return_address.
3487 Only called for sh64 now.
3488 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3489 Regcache'ify.
3490 (sh3e_sh4_extract_return_value): Regcache'ify.
3491 (sh_default_store_return_value): Ditto.
3492 (sh3e_sh4_store_return_value): Ditto.
3493 (sh_default_register_byte): Remove.
3494 (sh_sh4_register_byte): Remove.
3495 (sh_default_register_raw_size): Remove.
3496 (sh_sh4_register_raw_size): Remove.
3497 (sh_register_virtual_size): Remove.
3498 (sh_sh3e_register_virtual_type): Remove.
3499 (sh_sh3e_register_type): New function.
3500 (sh_sh4_register_virtual_type): Remove.
3501 (sh_sh4_register_type): New function.
3502 (sh_default_register_virtual_type): Remove.
3503 (sh_default_register_type): New function.
3504 (do_fv_register_info): Add parameters to accomodate call from
3505 sh_print_registers_info.
3506 (do_dr_register_info): Ditto.
3507 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3508 Add parameters to accomodate call from sh_print_registers_info.
3509 (sh_do_fp_register): Ditto.
3510 (sh64_do_pseudo_register): Call do_dr_register_info,
3511 do_fv_register_info and sh_do_fp_register with default parameters.
3512 (sh_do_register): Add parameters to accomodate call from
3513 sh_print_registers_info.
3514 (sh_print_register): Ditto.
3515 (sh_print_registers_info): Rename from sh_do_registers_info.
3516 Add parameters to be used as gdbarch_print_registers_info
3517 implementation. Accomodate removed do_pseudo_register function
3518 pointer.
3519 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3520 function pointer. Call sh_print_register with default parameters.
3521 (sh64_do_registers_info): Call sh_print_registers_info instead of
3522 sh_do_registers_info.
3523 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3524 detection of deprecated vs. non-deprecated functionality.
3525 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3526 function pointer assignments by direct function calls.
3527
3528 2003-07-15 Andrew Cagney <cagney@redhat.com>
3529
3530 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3531 (frame_register_unwind, create_new_frame): Ditto.
3532 (legacy_get_prev_frame, get_frame_type): Ditto.
3533 (get_frame_base_address): Use frame_base_find_by_frame.
3534 (get_frame_locals_address): Use frame_base_find_by_frame.
3535 (get_frame_args_address): Use frame_base_find_by_frame.
3536 * frame-base.h (frame_base_sniffer_ftype): Declare.
3537 (frame_base_append_sniffer): Declare.
3538 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3539 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3540 (frame_base_append_sniffer): New function.
3541 (frame_base_append_predicate): Add a NULL sniffer.
3542 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3543 (struct frame_base_table): Add "sniffer".
3544 (frame_base_free): Free the "sniffer" table.
3545 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3546 (frame_unwind_append_sniffer): Declare.
3547 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3548 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3549 (struct frame_unwind_table): Add "sniffer", delete "middle".
3550 (append_predicate): Add "sniffer" parameter, append the sniffer.
3551 (frame_unwind_init): Update append_predicate call.
3552 (frame_unwind_append_sniffer): New function.
3553 (frame_unwind_append_predicate): Update append_predicate call.
3554 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3555
3556 2003-07-15 Andrew Cagney <cagney@redhat.com>
3557
3558 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3559 before code inhibiting repeated unwind attempts. Add to
3560 commentary on that test's problems.
3561 * blockframe.c (inside_main_func): Look for "main" in the minimal
3562 symbol table.
3563 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3564 identical.
3565
3566 2003-07-15 Andrew Cagney <cagney@redhat.com>
3567
3568 * complaints.c (struct explanation): Define.
3569 (struct complaints): Change type of "explanation" to "struct
3570 explanation".
3571 (symfile_explanations): Convert to a "struct explanation" table.
3572 (vcomplaint): Update.
3573
3574 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3575
3576 * x86-64-linux-nat.c (regmap): Removed.
3577 (supply_gregset, fill_gregset): Call
3578 x86_64_linux_(fill,supply)_gregset functions.
3579 * x86-64-linux-tdep.c (USER_*): New defines.
3580 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3581 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3582 New functions.
3583 (fetch_core_registers): Ditto.
3584 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3585 * x86-64-linux-tdep.h: New file.
3586 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3587 and core-regset.o.
3588 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3589
3590 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3591
3592 * x86-64-tdep.c (x86_64_store_return_value): Use
3593 regcache_cooked_write_part instead of regcache_cooked_write.
3594
3595 * configure.host: Add x86_64-*-freebsd*.
3596 * configure.tgt: Add x86_64-*-freebsd*.
3597 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3598 * amd64fbsd-nat.c: New file.
3599 * amd64fbsd-tdep.c: New file.
3600 * config/i386/nm-fbsd64.h: New file.
3601 * config/i386/fbsd64.mh: New file.
3602 * config/i386/fbsd64.mt: New file.
3603
3604 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3605
3606 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3607 `sc_regs_offset' and `sc_fpregs_offset'.
3608 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3609 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3610 (alpha_sigtramp_register_address): Rewrite to use new members of
3611 `struct gdbarch_tdep'.
3612 (alpha_gdbarch_init): Initialize new members of struct
3613 gdbarch_tdep'.
3614 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3615 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3616 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3617 (alphafbsd_pc_in_sigtramp): Implement.
3618 (alphafbsd_sigtramp_offset): New function.
3619 (alphafbsd_sigcontext_addr): New function.
3620 (alphafbsd_init_abi): Initialize signal trampoline related members
3621 of `struct gdbarch_tdep'.
3622 (_initialize_alphafbsd_tdep): Add prototype.
3623
3624 2003-07-11 Theodore A. Roth <troth@openavr.org>
3625
3626 * Makefile.in (install-only): Quote sed expression when generating
3627 transformed_name.
3628
3629 2003-07-11 Richard Henderson <rth@redhat.com>
3630
3631 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3632 * dwarf2-frame.c: Include complaints.h.
3633 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3634 variable initialization; return NULL on error.
3635 (decode_frame_entry): New.
3636
3637 2003-07-11 Andrew Cagney <cagney@redhat.com>
3638
3639 * frame.h (frame_address_in_block): Delete declaration.
3640 * blockframe.c (frame_address_in_block): Delete function.
3641 (get_frame_block): Use get_frame_address_in_block.
3642 (block_innermost_frame): Ditto.
3643 * stack.c (print_frame, backtrace_command_1): Ditto.
3644
3645 * frame.h (get_frame_address_in_block): Declare.
3646 (frame_unwind_address_in_block): Declare.
3647 * frame.c (frame_unwind_address_in_block): New function.
3648 (get_frame_address_in_block): New function.
3649
3650 2003-07-10 Andrew Cagney <cagney@redhat.com>
3651
3652 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3653 pre-default. Note: re-generate has no effect.
3654
3655 2003-07-10 Andrew Cagney <cagney@redhat.com>
3656
3657 * gdbarch.sh: When a variable, but not a function, compare against
3658 0. Fix problem in previous patch.
3659 * gdbarch.c: Re-generate.
3660
3661 2003-07-10 Andrew Cagney <cagney@redhat.com>
3662
3663 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3664 functions against NULL, not 0.
3665 * gdbarch.c: Re-generate.
3666
3667 2003-07-10 Fred Fish <fnf@ninemoons.com>
3668
3669 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3670 null string instead of a null pointer.
3671 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3672
3673 2003-07-09 Michael Snyder <msnyder@redhat.com>
3674
3675 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3676
3677 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3678
3679 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3680 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3681 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3682 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3683 * x86-64-tdep.c: ... from here.
3684
3685 2003-07-09 Andreas Schwab <schwab@suse.de>
3686
3687 * m68k-tdep.h (enum struct_return): Define.
3688 (struct gdbarch_tdep): Add struct_return.
3689 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3690 bytes are padded to the right, not to the left. Pass struct value
3691 address in register %a1, not on stack.
3692 (m68k_use_struct_convention): New function.
3693 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3694 struct_return in tdep to pcc_struct_return.
3695 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3696 reg_struct_return.
3697
3698 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3699
3700 * somread.c (som_symfile_offsets): Fix compilation error.
3701
3702 2003-07-09 Andrew Cagney <cagney@redhat.com>
3703
3704 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3705 Add comments about the checks.
3706
3707 2003-07-08 Andrew Cagney <cagney@redhat.com>
3708
3709 * Makefile.in: Make dependency section headers consistent.
3710 (config_h): Move to $BUILD headers section.
3711 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3712 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3713 (ada-exp.tab.c): Move to YACC/LEX section.
3714 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3715 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3716
3717 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3718
3719 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3720 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3721 of strerror with safe_strerror, use ISO C function definitions,
3722 and replace instances of sprintf with snprintf.
3723
3724 2003-07-07 Andrew Cagney <cagney@redhat.com>
3725
3726 * frame.c (get_prev_frame): Enable check for identical frames.
3727 Update comments. Update error messages.
3728
3729 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3730
3731 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3732
3733 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3734
3735 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3736 sort_symtab_syms, no longer necessary.
3737
3738 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3739
3740 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3741
3742 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3743
3744 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3745 (mips_register_byte): Likewise.
3746
3747 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3748
3749 * Makefile.in (sparc_tdep_h): New.
3750 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3751 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3752 * sparc-linux-nat.c: Include "sparc-tdep.h".
3753 * sparc-nat.c: Likewise.
3754 * sparc-tdep.c: Likewise.
3755 * sparc64nbsd-nat.c: Likewise.
3756 * sparcnbsd-nat.c: Likewise.
3757 * sparcnbsd-tdep.c: Likewise.
3758 * sparc-tdep.h: New file.
3759 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3760 and sparc_npc_regnum.
3761
3762 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3763
3764 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3765 (mips_linux_cannot_store_register): List supported instead of
3766 unsupported registers.
3767
3768 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3769
3770 * disasm.c (dump_insns): Separate instructions from addresses.
3771
3772 2003-07-07 Andreas Schwab <schwab@suse.de>
3773
3774 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3775 dependencies.
3776 * m68k-tdep.c (NUM_FREGS): Delete.
3777 (SIG_PC_FP_OFFSET): Delete.
3778 (TARGET_M68K): Delete.
3779 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3780 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3781 P_MOVEL_SP, P_MOVEML_SP): Define.
3782 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3783 P_TRAP): Delete.
3784 (m68k_register_raw_size): Delete.
3785 (m68k_register_virtual_size): Delete.
3786 (m68k_register_type): Renamed from m68k_register_virtual_type and
3787 add gdbarch argument.
3788 (m68k_store_struct_return): Delete.
3789 (m68k_deprecated_extract_return_value): Delete.
3790 (m68k_deprecated_extract_struct_value_address): Delete.
3791 (m68k_frame_chain): Delete.
3792 (m68k_frame_saved_pc): Delete.
3793 (m68k_fix_call_dummy): Delete.
3794 (m68k_push_dummy_frame): Delete.
3795 (m68k_pop_frame): Delete.
3796 (m68k_extract_return_value): New function.
3797 (m68k_store_return_value): Rewrite using regcache.
3798 (m68k_extract_struct_value_address): Rewrite using regcache.
3799 (m68k_push_dummy_call): New function.
3800 (struct m68k_frame_cache): Define.
3801 (m68k_alloc_frame_cache): New function.
3802 (m68k_analyze_frame_setup): New function.
3803 (m68k_analyze_register_saves): New function.
3804 (m68k_analyze_prologue): New function.
3805 (m68k_skip_prologue): Rewrite using above functions.
3806 (m68k_unwind_pc): New function.
3807 (m68k_frame_cache): New function.
3808 (m68k_frame_this_id): New function.
3809 (m68k_frame_prev_register): New function.
3810 (m68k_frame_unwind): New variable.
3811 (m68k_frame_p): New function.
3812 (m68k_sigtramp_frame_cache): New function.
3813 (m68k_sigtramp_frame_this_id): New function.
3814 (m68k_sigtramp_frame_prev_register): New function.
3815 (m68k_sigtramp_frame_unwind): New variable.
3816 (m68k_sigtramp_frame_p): New function.
3817 (m68k_frame_base_address): New function.
3818 (m68k_frame_base): New function.
3819 (m68k_unwind_dummy_id): New function.
3820 (fill_gregset): Use regcache_collect.
3821 (fill_fpregset): Likewise.
3822 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3823 defined.
3824 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3825 deprecated_init_frame_pc, deprecated_store_struct_return,
3826 deprecated_extract_return_value, deprecated_store_return_value,
3827 deprecated_frame_chain, deprecated_frame_saved_pc,
3828 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3829 deprecated_register_virtual_size,
3830 deprecated_max_register_raw_size,
3831 deprecated_max_register_virtual_size,
3832 deprecated_register_virtual_type, deprecated_register_size,
3833 deprecated_register_byte, deprecated_register_bytes,
3834 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3835 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3836 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3837 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3838 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3839 deprecated_push_dummy_frame, deprecated_pop_frame,
3840 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3841 only if SYSCALL_TRAP is defined. Set extract_return_value,
3842 store_return_value, extract_struct_value_address, register_type,
3843 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3844 predicates.
3845 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3846 M68K_MAX_REGISTER_SIZE): Define.
3847 (struct m68k_sigtramp_info): Define.
3848 (struct gdbarch_tdep): Add get_sigtramp_info.
3849 * m68klinux-nat.c (fetch_register): Use register_size instead of
3850 REGISTER_RAW_SIZE. Don't put assignment in if.
3851 (store_register): Likewise.
3852 (fetch_inferior_registers): Likewise.
3853 (store_inferior_registers): Likewise.
3854 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3855 (m68k_linux_frame_saved_pc): Delete.
3856 (m68k_linux_sigcontext_reg_offset,
3857 m68k_linux_ucontext_reg_offset): Define.
3858 (m68k_linux_get_sigtramp_info): New function.
3859 (m68k_linux_extract_return_value): Rewrite using regcache.
3860 (m68k_linux_store_return_value): Likewise.
3861 (m68k_linux_extract_struct_value_address): Likewise.
3862 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3863 Don't set deprecated_frame_saved_pc,
3864 deprecated_extract_return_value, deprecated_store_return_value,
3865 deprecated_extract_struct_value_address. Set
3866 extract_return_value, store_return_value,
3867 extract_struct_value_address.
3868
3869 2003-07-07 Andrew Cagney <cagney@redhat.com>
3870
3871 * expprint.c: Include "user-regs.h" instead of "frame.h".
3872 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3873 frame_map_regnum_to_name.
3874 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3875 (frame_map_name_to_regnum): Simplify, call
3876 user_reg_map_name_to_regnum.
3877 (frame_map_regnum_to_name): Simplify, call
3878 user_reg_map_regnum_to_name.
3879 (frame_register_unwind): Update.
3880 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3881 (_initialize_frame_reg): Call user_reg_add_builtin.
3882 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3883 (value_of_register): Use value_of_user_reg.
3884 * eval.c (evaluate_subexp_standard): Update.
3885 * parse.c (write_dollar_variable): Update.
3886 * d10v-tdep.c (d10v_print_registers_info): Update.
3887 * infcmd.c (registers_info): Update.
3888 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3889 (builtin_regs_h): Delete macro.
3890 (user_regs_h): Define.
3891 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3892 (builtin-regs.o): Delete target.
3893 (user-regs.o): Specify dependencies.
3894 (expprint.o): Update dependencies.
3895 (findvar.o): Update dependencies.
3896 (frame.o): Update dependencies.
3897 (std-regs.o): Update dependencies.
3898
3899 2003-07-06 Christopher Faylor <cgf@redhat.com>
3900
3901 * win32-nat.c (solib_symbols_add): Use one variable for all section
3902 address stuff. Pass variable rather than address of variable to
3903 safe_symbol_file_add.
3904
3905 2003-07-06 Andreas Schwab <schwab@suse.de>
3906
3907 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3908
3909 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3910
3911 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3912
3913 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3914
3915 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3916
3917 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3918
3919 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3920 * config/i386/nto.mh: New file.
3921 * config/i386/nm-nto.h: New file.
3922 * configure.host: Add i[3456]86-*-nto*.
3923
3924 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3925
3926 * remote-vx.c (vx_add_symbols): Fix compilation error.
3927
3928 2003-07-03 Andrew Cagney <cagney@redhat.com>
3929
3930 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3931 * gdbarch.h, gdbarch.c: Re-generate.
3932 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3933 (legacy_register_name): Declare.
3934 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3935 (REGISTER_NAME): Define.
3936 * sparc-tdep.c (legacy_register_name): New function.
3937 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3938 (REGISTER_NAME): Define.
3939 (hppa64_register_name): Declare.
3940 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3941 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3942 (hppa64_register_name): New function.
3943 (hppa_register_name): New function.
3944 * arch-utils.c (legacy_register_name): Delete.
3945 * arch-utils.h (legacy_register_name): Delete.
3946
3947 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3948
3949 * cli/cli-interp.c (cli_interpreter_resume): Update the
3950 cli_uiout's stream to gdb_stdout.
3951
3952 2003-07-03 Andrew Cagney <cagney@redhat.com>
3953
3954 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3955 predicate.
3956 * gdbarch.h, gdbarch.c: Re-generate.
3957 * regcache.c (init_regcache_descr): Use legacy code when either
3958 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3959
3960 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3961
3962 * NEWS: Move "set logging" entry into GDB 6.0 section.
3963
3964 2003-07-02 Jim Blandy <jimb@redhat.com>
3965
3966 * s390-tdep.c (struct frame_extra_info): new member:
3967 'stack_bought_valid'.
3968 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3969 initialize fextra_info->stack_bought.
3970 (s390_frameless_function_invocation): Don't trust the value of
3971 fextra_info_ptr->stack_bought unless
3972 fextra_info->stack_bought_valid is set.
3973
3974 New S390 prologue analyzer.
3975 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3976 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3977 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3978 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3979 compute_x_addr, s390_on_stack, s390_store,
3980 s390_get_signal_frame_info): New functions.
3981 (S390_NUM_SPILL_SLOTS): New macro.
3982 (s390_get_frame_info): Rewritten.
3983 (is_arg_reg): Deleted.
3984
3985 Break out the decoding of S/390 instructions into separate
3986 functions, to make it more legible, and easier to check
3987 against the spec.
3988 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3989 is_rx, is_rxe): New functions.
3990 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3991 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3992 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3993 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3994 enums for opcode values. (Is this an improvement?)
3995
3996 2003-07-02 Andrew Cagney <cagney@redhat.com>
3997
3998 * i386-tdep.c: Revert change committed as part of trad-frame code
3999 below.
4000
4001 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4002
4003 * breakpoint.c (insert_catchpoint): Make static.
4004
4005 2003-07-02 Andreas Schwab <schwab@suse.de>
4006
4007 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4008 former ia64_push_arguments and ia64_push_return_address, and use
4009 regcache functions instead of read/write_register.
4010 (ia64_gdbarch_init): Set push_dummy_call instead of
4011 deprecated_push_arguments and deprecated_push_return_address.
4012
4013 2003-07-01 Andreas Jaeger <aj@suse.de>
4014
4015 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4016 before the call.
4017 Set %rax only to number of SSE registers used.
4018
4019 2003-07-01 Andrew Cagney <cagney@redhat.com>
4020
4021 * trad-frame.h: Update comments, a -1 .addr is reserved.
4022 (trad_frame_value_p, trad_frame_addr_p): Declare.
4023 (trad_frame_reg_p): Declare.
4024 (trad_frame_set_value): Rename trad_frame_register_value.
4025 (trad_frame_set_unknown): Declare.
4026 * trad-frame.c (trad_frame_realreg_p): New function.
4027 (trad_frame_addr_p, trad_frame_value_p): New function.
4028 (trad_frame_set_unknown): New function.
4029 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4030 (trad_frame_prev_register): Use trad_frame_realreg_p,
4031 trad_frame_addr_p and trad_frame_value_p.
4032 (trad_frame_set_value): Rename trad_frame_register_value.
4033 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4034 and trad_frame_set_value.
4035
4036 2003-06-30 Jim Blandy <jimb@redhat.com>
4037
4038 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4039 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4040 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4041 for 16 registers, and then 32 more bytes.
4042 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4043 New macros.
4044 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4045 Move up in the file, since it's now used by is_simple_arg.
4046 (is_simple_arg): Don't assume registers are four bytes long.
4047 Exclude all double arguments. Extended floats are not simple
4048 args.
4049 (is_power_of_two): New function.
4050 (pass_by_copy_ref): Call is_power_of_two, and check that the
4051 length fits in a register, rather than listing all the acceptable
4052 sizes. Extended floats are not passed by reference.
4053 (s390_push_arguments): Don't assume registers are four bytes long.
4054 Reserve an argument register to point to the buffer for structures
4055 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4056 S390_STACK_FRAME_OVERHEAD.
4057
4058 2003-06-30 Andreas Schwab <schwab@suse.de>
4059
4060 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4061 format error message.
4062
4063 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4064
4065 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4066
4067 2003-06-30 David Carlton <carlton@kealia.com>
4068
4069 Band-aid for PR c++/1245.
4070 * Makefile.in (cp-support.o): Depend on complaints_h.
4071 * cp-support.c: Include complaints.h. Add declaration for
4072 find_last_component.
4073 (cp_find_first_component): Separate code into
4074 cp_find_first_component_aux.
4075 (cp_find_first_component_aux): Call demangled_name_complaint.
4076 (demangled_name_complaint): New.
4077
4078 2003-06-30 Andrew Cagney <cagney@redhat.com>
4079
4080 * remote.c (remote_write_bytes): Explicitly compute and then use
4081 the payload size. Update comments to reflect. Fixes problem of
4082 GDB not sending small packets as found by Fred Fish.
4083
4084 2003-06-30 Andrew Cagney <cagney@redhat.com>
4085
4086 * remote.c (remote_async_wait): Fix -Wformat problem.
4087
4088 2003-06-29 Andrew Cagney <cagney@redhat.com>
4089
4090 * remote.c (remote_wait): Call error, and not warning, when the
4091 packet is corrupt.
4092 (remote_async_wait): Ditto.
4093
4094 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4095
4096 * sparc-tdep.c (sparc_y_regnum): Make external again.
4097
4098 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4099
4100 * cli/cli-logging.c (pop_output_files): Add void to function
4101 definition.
4102
4103 2003-06-29 Andrew Cagney <cagney@redhat.com>
4104
4105 * frame.c (frame_register_unwind): Use unsigned char when dumping
4106 the buffer contents.
4107
4108 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4109
4110 * cli/cli-logging.c: New file.
4111 * cli-out.c (struct ui_out_data): Add original_stream.
4112 (cli_redirect): New function.
4113 (cli_ui_out_impl): Add cli_redirect.
4114 (cli_out_new): Initialize original_stream.
4115 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4116 (uo_redirect, ui_out_redirect): New.
4117 * ui-out.h (struct ui_out_impl): Add redirect member.
4118 (redirect_ftype): New.
4119 (ui_out_redirect): Add prototype.
4120 * Makefile.in: Add rules for cli-logging.c.
4121 * NEWS: Mention "set logging".
4122
4123 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4124
4125 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4126
4127 2003-06-27 Andrew Cagney <cagney@redhat.com>
4128
4129 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4130 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4131 * avr-tdep.c (avr_call_dummy_address): Delete function.
4132 (avr_gdbarch_init): Do not set call_dummy_address.
4133
4134 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4135
4136 * symfile.c (syms_from_objfile): Move variables to inner block.
4137 Move the checks for the non-mainline case a bit earlier to avoid
4138 doing some useless computations.
4139
4140 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4141
4142 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4143
4144 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4145
4146 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4147 sections.
4148
4149 2003-06-26 Michael Chastain <mec@shout.net>
4150
4151 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4152 gdb/testsuite/gdb.c++/pr-1210.exp.
4153
4154 2003-06-26 Andrew Cagney <cagney@redhat.com>
4155
4156 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4157 altivec_expression.h and altivec_registers.h.
4158
4159 2003-06-26 Andrew Cagney <cagney@redhat.com>
4160
4161 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4162 info->mach when MIPS16. Patch suggested by Fred Fish.
4163
4164 2003-06-26 Andrew Cagney <cagney@redhat.com>
4165
4166 * utils.c (internal_vproblem): Print the problem to a reason
4167 buffer and then pass to query. Make the msg variable more local.
4168
4169 2003-06-26 Andrew Cagney <cagney@redhat.com>
4170
4171 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4172 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4173 * gdbarch.h, gdbarch.c: Re-generate.
4174 * frame-base.c (default_frame_args_address): Update. Use
4175 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4176 not available.
4177 (default_frame_locals_address): Ditto for
4178 DEPRECATED_FRAME_LOCALS_ADDRESS.
4179 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4180 (vax_frame_num_args): Update.
4181 (vax_gdbarch_init): Update.
4182 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4183 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4184 * mcore-tdep.c (mcore_gdbarch_init): Update.
4185 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4186 * ia64-tdep.c (ia64_gdbarch_init): Update.
4187 * symtab.h (address_class): Update comments.
4188 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4189 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4190 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4191 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4192 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4193 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4194 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4195 * alpha-mdebug-tdep.c: Update.
4196 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4197
4198 2003-06-26 Andreas Jaeger <aj@suse.de>
4199
4200 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4201 of SSE registers so that varargs functions work. Rework handling
4202 of passing arguments on the stack.
4203 (x86_64_store_return_value): Return double and float values in SSE
4204 register.
4205
4206 2003-06-24 Michael Chastain <mec@shout.net>
4207
4208 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4209 the "constructor breakpoints ignored" bug.
4210
4211 2003-06-25 David Carlton <carlton@kealia.com>
4212
4213 * MAINTAINERS: Update e-mail address.
4214
4215 2003-06-24 Jim Blandy <jimb@redhat.com>
4216
4217 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4218
4219 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4220 function.
4221 (ppc_linux_init_abi): Register it as the
4222 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4223
4224 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4225 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4226 method.
4227
4228 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4229 (ppc64_standard_linkage_target): Use it.
4230
4231 2003-06-23 Andrew Cagney <cagney@redhat.com>
4232
4233 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4234 for 0 "int0" and 4 "int32" sized registers.
4235 * gdbtypes.c (builtin_type_int0): Define.
4236 (build_gdbtypes): Initialize builtin_type_int0.
4237 * gdbtypes.h (builtin_type_int0): Declare.
4238
4239 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4240
4241 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4242 as characters are unsigned.
4243
4244 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4245
4246 PR gdb/1179
4247 * dwarfread.c (struct_type): Skip static fields without crashing.
4248
4249 2003-06-22 Andrew Cagney <cagney@redhat.com>
4250
4251 GDB 6.0 branch created.
4252 * README: Update.
4253 * PROBLEMS: Update. Empty.
4254 * NEWS: Update.
4255
4256 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4257
4258 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4259 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4260
4261 2003-06-22 Andrew Cagney <cagney@redhat.com>
4262
4263 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4264 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4265 Velikov.
4266
4267 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4268
4269 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4270 compilers.
4271
4272 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4273
4274 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4275 argument of val_print.
4276 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4277 to the address argument of baseclass_offset or target_read_memory.
4278 Do add it to the argument of cp_print_value_fields.
4279
4280 2003-06-21 Andrew Cagney <cagney@redhat.com>
4281
4282 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4283 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4284 instead of 0..NUM_REGS.
4285 (mips_register_reggroup_p): New function.
4286 (mips_pseudo_register_write): New function.
4287 (mips_pseudo_register_read): New function.
4288 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4289 based on the register's type.
4290 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4291 cooked.
4292 (mips_get_saved_register): Simplify. Assert that REGNO is a
4293 pseudo / cooked.
4294 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4295 (mips_register_type): Replace mips_register_virtual_type. Map
4296 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4297 when available.
4298 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4299 that the register is cooked / virtual.
4300 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4301 Only get the extra info when needed.
4302 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4303 (mips32_heuristic_proc_desc): Fetch the cooked register.
4304 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4305 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4306 (mips_print_register): Use gdbarch_register_type, instead of
4307 REGISTER_VIRTUAL_TYPE.
4308 (print_gp_register_row): Use gdbarch_register_type, instead of
4309 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4310 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4311 Print the pseudo / cooked registers.
4312 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4313 Print the pseudo / cooked registers.
4314 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4315 REG_NUM is pseudo / cooked.
4316 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4317 (mips_n32n64_xfer_return_value): Ditto.
4318 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4319 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4320 (mips_register_sim_regno): New function.
4321 (mips_gdbarch_init): Set deprecated_register_byte,
4322 register_group_p, pseudo_register_write, pseudo_register_read,
4323 register_sim_regno, and num_pseudo_regs. Set register_type,
4324 instead of register_virtual_type.
4325 * Makefile.in (mips-tdep.o): Update dependencies.
4326 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4327 REGISTER_VIRTUAL_TYPE.
4328 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4329 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4330 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4331 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4332 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4333
4334 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4335
4336 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4337 * cli/cli-cmds.c: Include "gdb_vfork.h".
4338 (shell_escape): Use vfork.
4339
4340 2003-06-21 Andrew Cagney <cagney@redhat.com>
4341
4342 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4343 32 bit floating-point register saves.
4344
4345 * frame.h (deprecated_unwind_get_saved_register): Delete.
4346 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4347 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4348 and deprecated_get_next_frame_hack instead of
4349 deprecated_unwind_get_saved_register.
4350
4351 * mips-tdep.c (mips_dump_tdep): Do not print
4352 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4353
4354 * frame.c (get_frame_register): New function.
4355 (frame_unwind_register_signed): New function.
4356 (get_frame_register_signed): New function.
4357 (frame_unwind_register_unsigned): New function.
4358 (get_frame_register_unsigned): New function.
4359 * frame.h: Add comments on naming schema.
4360 (get_frame_register, frame_unwind_register_signed): Declare.
4361 (get_frame_register_signed, get_frame_register_signed): Declare.
4362 (frame_unwind_register_unsigned): Declare.
4363 (get_frame_register_unsigned): Declare.
4364
4365 2003-06-20 Theodore A. Roth <troth@openavr.org>
4366
4367 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4368
4369 2003-06-20 Theodore A. Roth <troth@openavr.org>
4370
4371 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4372 (avr_read_sp): Ditto.
4373
4374 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4375
4376 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4377 * config/arm/nm-linux.h: Likewise.
4378 * config/arm/tm-linux.h: Likewise.
4379 * config/ia64/nm-linux.h: Likewise.
4380 * config/ia64/tm-ia64.h: Likewise.
4381 * config/s390/tm-linux.h: Likewise.
4382 * config/s390/tm-s390.h: Likewise.
4383 * s390-nat.c: Likewise.
4384 * s390-tdep.c: Likewise.
4385
4386 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4387 * config/ia64/linux.mt: Likewise.
4388 * config/m68k/linux.mh: Likewise.
4389 * config/mips/linux.mt: Likewise.
4390 * config/powerpc/linux.mh: Likewise.
4391 * config/sh/linux.mt: Likewise.
4392
4393 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4394
4395 * solib.c (solib_open): Change tests for whether to search
4396 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4397 comments.
4398
4399 2003-06-19 Theodore A. Roth <troth@openavr.org>
4400
4401 * avr-tdep.c (avr_frame_address): Delete function.
4402 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4403 set_gdbarch_frame_args_address.
4404
4405 2003-06-19 Andrew Cagney <cagney@redhat.com>
4406
4407 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4408 (REGISTER_CONVERT_FROM_TYPE): Delete.
4409 (mips_register_convert_to_type): Delete declaration.
4410 (mips_register_convert_from_type): Delete declaration.
4411 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4412 kernel/.
4413
4414 2003-06-19 Michael Snyder <msnyder@redhat.com>
4415
4416 * linux-nat.h: New file.
4417 * linux-nat.c: Include linux-nat.h.
4418 * lin-lwp.c: Include linux-nat.h.
4419 Move struct lwp_info def to linux-nat.h.
4420 * linux-proc.c: Include linux-nat.h.
4421 (linux_make_note_section): Iterate over lwps instead of threads.
4422 (linux_do_thread_registers): Use lwp instead of merged pid.
4423 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4424 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4425 Add dependency on linux_nat_h.
4426
4427 2003-06-19 Theodore A. Roth <troth@openavr.org>
4428
4429 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4430
4431 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4432
4433 * varobj.c (get_type, get_target_type): Use check_typedef.
4434
4435 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4436
4437 * breakpoint.c (insert_catchpoint): Call internal_error.
4438
4439 2003-06-19 Theodore A. Roth <troth@openavr.org>
4440
4441 * avr-tdep.c (avr_push_dummy_code): Delete function.
4442 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4443
4444 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4445
4446 * arch-utils.c (default_prepare_to_proceed): Remove.
4447 (generic_prepare_to_proceed): Remove.
4448 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4449 (generic_prepare_to_proceed): Remove prototype.
4450 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4451 * gdbarch.c: Regenerate.
4452 * gdbarch.h: Regenerate.
4453 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4454 * hppah-nat.c (hppa_switched_threads): Remove.
4455 * infrun.c (prepare_to_proceed): New static function, copied from
4456 generic_prepare_to_proceed. Remove select_it argument.
4457 (proceed): Call prepare_to_proceed.
4458 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4459 variables.
4460 (ptrace_wait): Don't set the removed variables.
4461 (hppa_switched_threads): Remove.
4462 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4463 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4464 (lin_lwp_prepare_to_proceed): Remove prototype.
4465 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4466 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4467
4468 2003-06-18 Theodore A. Roth <troth@openavr.org>
4469
4470 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4471 trad-frame.h.
4472 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4473 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4474 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4475 (AVR_PROLOGUE_*): Enumerate prologue types.
4476 (struct frame_extra_info): Remove.
4477 (struct avr_unwind_cache): Define.
4478 (avr_write_sp): Delete function.
4479 (avr_read_fp): Ditto.
4480 (avr_init_extra_frame_info): Ditto.
4481 (avr_pop_frame): Ditto.
4482 (avr_frame_saved_pc): Ditto.
4483 (avr_saved_pc_after_call): Ditto.
4484 (avr_push_return_address): Ditto.
4485 (avr_frame_chain): Ditto.
4486 (avr_store_struct_return): Ditto.
4487 (avr_push_arguments): Ditto.
4488 (avr_scan_prologue): Update comments. Changed to set up the info for
4489 cache unwinding. Now returns end of prologue PC.
4490 (avr_skip_prologue): Better handling of functions lacking a prologue
4491 by using avr_scan_prologue.
4492 (avr_scan_arg_moves): New function.
4493 (avr_saved_regs_unwinder): Ditto.
4494 (avr_frame_unwind_cache): Ditto.
4495 (avr_unwind_pc): Ditto.
4496 (avr_frame_this_id): Ditto.
4497 (avr_frame_prev_register): Ditto.
4498 (avr_frame_p): Ditto.
4499 (avr_frame_base_address ): Ditto.
4500 (avr_unwind_dummy_id): Ditto.
4501 (avr_push_dummy_code): Ditto.
4502 (push_stack_item): Ditto.
4503 (pop_stack_item): Ditto.
4504 (avr_push_dummy_call): Ditto.
4505 (struct stack_item): Define.
4506 (avr_frame_unwind): Declare structure.
4507 (avr_frame_base): Ditto.
4508 (avr_gdbarch_init): Remove calls to
4509 set_gdbarch_deprecated_init_frame_pc,
4510 set_gdbarch_deprecated_target_read_fp,
4511 set_gdbarch_deprecated_dummy_write_sp,
4512 set_gdbarch_deprecated_fp_regnum,
4513 set_gdbarch_deprecated_push_arguments,
4514 set_gdbarch_deprecated_push_return_address,
4515 set_gdbarch_deprecated_pop_frame,
4516 set_gdbarch_deprecated_store_struct_return,
4517 set_gdbarch_deprecated_frame_init_saved_regs,
4518 set_gdbarch_deprecated_init_extra_frame_info,
4519 set_gdbarch_deprecated_frame_chain,
4520 set_gdbarch_deprecated_frame_saved_pc,
4521 set_gdbarch_deprecated_saved_pc_after_call.
4522 Add calls to set_gdbarch_push_dummy_call,
4523 set_gdbarch_push_dummy_code,
4524 frame_unwind_append_predicate,
4525 frame_base_set_default,
4526 set_gdbarch_unwind_dummy_id,
4527 set_gdbarch_unwind_pc.
4528 Wrap a long line.
4529
4530 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4531
4532 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4533 registers for H8/300S.
4534 (h8300_print_registers_info): Ditto.
4535 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4536
4537 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4538
4539 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4540 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4541 (lin_lwp_wait): Likewise. Update comments.
4542 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4543 (pull_pid_from_list, linux_record_stopped_pid): New.
4544
4545 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4546
4547 * ada-lang.c (scan_discrim_bound): Name first argument.
4548 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4549 declared by ALL_BLOCK_SYMBOLS.
4550
4551 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4552
4553 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4554 ("regcache.h"): Include it.
4555 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4556
4557 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4558
4559 * NEWS: Mention gdbserver detach change and "disconnect" command.
4560 * infcmd.c (disconnect_command): New function.
4561 (_initialize_infcmd): Add ``disconnect'' command.
4562 * remote.c (remote_async_detach): Delete.
4563 (remote_detach): Merge remote_async_detach.
4564 (remote_disconnect): New.
4565 (init_remote_ops): Set to_disconnect.
4566 (init_remote_cisco_ops): Likewise.
4567 (init_remote_async_ops): Likewise. Use remote_detach.
4568 * target.c (cleanup_target): Default to_disconnect.
4569 (update_current_target): Inherit to_disconnect.
4570 (target_disconnect, debug_to_disconnect): New functions.
4571 (setup_target_debug): Set to_disconnect.
4572 * target.h (struct target_ops): Add to_disconnect.
4573 (target_disconnect): Add prototype.
4574
4575 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4576
4577 * breakpoint.c (insert_catchpoint): New function.
4578 (insert_breakpoints): Use catch_exceptions to call
4579 insert_catchpoint. Disable catchpoints if they fail to insert.
4580
4581 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4582
4583 * symfile.c (reread_symbols): Clear sym_private.
4584
4585 2003-06-17 Andrew Cagney <cagney@redhat.com>
4586
4587 * trad-frame.h (struct frame_info): Add opaque declaration.
4588 * remote-fileio.h (struct cmd_list_element): Add opaque
4589 declaration.
4590 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4591 comments.
4592
4593 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4594
4595 * remote.c (remote_prepare_to_store): Replace call to
4596 deprecated_read_register_bytes with multiple regcache_raw_read
4597 calls.
4598
4599 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4600
4601 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4602 (nto_find_and_open_solib): Likewise.
4603 (nto_init_solib_absolute_prefix): Likewise.
4604 (_initialize_nto_tdep): Fix indentation.
4605
4606 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4607
4608 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4609
4610 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4611
4612 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4613
4614 2003-06-17 Jim Blandy <jimb@redhat.com>
4615
4616 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4617
4618 2003-06-16 Theodore A. Roth <troth@openavr.org>
4619
4620 * avr-tdep.c (avr_extract_return_value): New function.
4621 (avr_gdbarch_init): Set extract_return_value method.
4622
4623 2003-06-16 Andrew Cagney <cagney@redhat.com>
4624
4625 * frame.h (deprecated_get_next_frame_hack): Declare.
4626 * frame.c (legacy_saved_regs_prev_register): Only require
4627 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4628 there are always saved regs.
4629 (deprecated_generic_get_saved_register): Do not require
4630 DEPRECATED_FRAME_INIT_SAVED_REGS.
4631 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4632 use frame ID unwind instead.
4633 (deprecated_get_next_frame_hack): New function.
4634
4635 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4636
4637 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4638 (h8300_push_dummy_call): ...this function. Some minor optimization.
4639 (h8300_push_return_address): Remove.
4640 (h8300_gdbarch_init): Remove calls to
4641 set_gdbarch_deprecated_dummy_write_sp,
4642 set_gdbarch_deprecated_push_arguments and
4643 set_gdbarch_deprecated_push_return_address.
4644 Add call to set_gdbarch_push_dummy_call.
4645
4646 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4647
4648 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4649 (E_PSEUDO_EXR_REGNUM): Ditto.
4650 (h8300_is_argument_spill): Check for instructions moving argument
4651 registers into safe registers.
4652 (h8300_skip_prologue): Check for stm instruction to push registers
4653 used for register variables onto stack.
4654 (gdb_print_insn_h8300): Remove.
4655 (h8300_examine_prologue): Add a comment.
4656 (h8300_register_name): Take pseudo registers into account.
4657 (h8300s_register_name): Ditto.
4658 (h8300sx_register_name): Ditto.
4659 (h8300_print_register): Ditto.
4660 (h8300_print_registers_info): Define "nice" printing order.
4661 (h8300_saved_pc_after_call): Take pseudo registers into account.
4662 (h8300_register_type): Ditto. Return type used for remote connection
4663 when requesting real CCR or EXR register, return actual type when
4664 requesting pseudo CCR or EXR.
4665 (h8300_pseudo_register_read): New function.
4666 (h8300_pseudo_register_write): Ditto.
4667 (h8300_dbg_reg_to_regnum): Ditto.
4668 (h8300s_dbg_reg_to_regnum): Ditto.
4669 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4670 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4671 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4672 set_gdbarch_print_insn architecture dependent.
4673 Call set_gdbarch_pseudo_register_read and
4674 set_gdbarch_pseudo_register_write.
4675 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4676
4677 2003-06-16 Andrew Cagney <cagney@redhat.com>
4678
4679 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4680 * gdbarch.h, gdbarch.c: Re-generate.
4681 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4682 * s390-tdep.c (s390_gdbarch_init): Update.
4683 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4684 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4685 * mips-tdep.c (mips_gdbarch_init): Update.
4686 * mcore-tdep.c (mcore_gdbarch_init): Update.
4687 * cris-tdep.c (cris_gdbarch_init): Update.
4688 * infcall.c (call_function_by_hand): Update.
4689 * ia64-tdep.c (ia64_push_arguments): Update comment.
4690 * frame.c (legacy_get_prev_frame): Do not assume
4691 SAVE_DUMMY_FRAME_TOS_P.
4692 * dummy-frame.c (find_dummy_frame): Update comment.
4693
4694 2003-06-16 Andrew Cagney <cagney@redhat.com>
4695
4696 * regcache.c (do_cooked_read): Do not use register_valid_p.
4697
4698 2003-06-15 Theodore A. Roth <troth@openavr.org>
4699
4700 * avr-tdep.c (avr_register_type): Remove a blank line.
4701 (avr_scan_prologue): Correct some comments.
4702
4703 2003-06-15 Theodore A. Roth <troth@openavr.org>
4704
4705 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4706 prologue types.
4707 Properly scan prologues generated by gcc with the -mcall-prologues
4708 option.
4709 Add code to scan -mcall-prologues for mega devices.
4710
4711 2003-06-15 Theodore A. Roth <troth@openavr.org>
4712
4713 * avr-tdep.c (avr_register_byte): Delete function.
4714 (avr_register_raw_size): Delete function.
4715 (avr_register_virtual_size): Delete function.
4716 (avr_register_virtual_type): Delete function.
4717 (avr_register_type): New function.
4718 (avr_address_to_pointer): Remove unused code.
4719 (avr_read_fp): Need to read FP as two separate bytes due to change to
4720 avr_register_type() usage.
4721 (avr_gdbarch_init): Don't set deprecated_register_size.
4722 Don't set deprecated_register_bytes.
4723 Don't set deprecated_register_byte.
4724 Don't set deprecated_register_raw_size.
4725 Don't set deprecated_max_register_raw_size.
4726 Don't set deprecated_register_virtual_size.
4727 Don't set deprecated_max_register_virtual_size.
4728 Don't set deprecated_register_virtual_type.
4729 Set register_type method.
4730
4731 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4732
4733 * Makefile.in (linux-nat.o): Add rule.
4734 * linux-nat.c: New file.
4735 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4736 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4737 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4738 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4739 * config/arm/linux.mh (NATDEPFILES): Likewise.
4740 * config/i386/linux.mh (NATDEPFILES): Likewise.
4741 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4742 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4743 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4744 * config/mips/linux.mh (NATDEPFILES): Likewise.
4745 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4746 * config/s390/s390.mh (NATDEPFILES): Likewise.
4747 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4748
4749 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4750
4751 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4752 replace out-of-date comment.
4753
4754 2003-06-15 Andrew Cagney <cagney@redhat.com>
4755
4756 * rdi-share/host.h (Fail): Change to a varargs function.
4757 * remote-rdi.c (Fail): Update.
4758
4759 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4760
4761 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4762 (i386_convert_register_p, i386_register_to_value,
4763 i386_register_from_value): Handle types longer than 8 bytes.
4764
4765 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4766
4767 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4768 Move floating-point code to new function in i387-tdep.c.
4769 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4770 New functions containing code moved here from i386-tdep.c.
4771 * i387-tdep.h: Add opaque declaration for `struct type'.
4772 (i387_register_to_value, i387_value_to_register): New prototypes.
4773 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4774 (x86_64_init_abi): Set convert_register_p, register_to_value and
4775 value_to_register here.
4776
4777 2003-06-14 Andrew Cagney <cagney@redhat.com>
4778
4779 * mips-tdep.c (mips_register_to_value): Make static.
4780 (mips_value_to_register): Make static.
4781 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4782 * ia64-tdep.c (ia64_register_raw_size): Make static.
4783 (ia64_register_virtual_size): Make static.
4784 (ia64_register_byte): Make static.
4785 * i387-tdep.c: Include "i387-tdep.h".
4786 (print_387_control_word): Delete function.
4787 (print_387_status_word): Delete function.
4788 (print_387_status_bits): Delete function.
4789 (print_387_control_bits): Delete function.
4790 * Makefile.in (i387-tdep.o): Update dependencies.
4791 * rdi-share/host.h (Fail): Declare.
4792 * remote-rdi.c (Fail): Update to match declaration.
4793
4794 2003-06-14 Andrew Cagney <cagney@redhat.com>
4795
4796 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4797 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4798 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4799 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4800 * README: Delete reference to remote-array.
4801 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4802 (remote-array.o): Delete target.
4803 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4804 * remote-array.c: Delete file.
4805
4806 2003-06-14 Andrew Cagney <cagney@redhat.com>
4807 Mark Kettenis <kettenis@gnu.org>
4808
4809 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4810 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4811 parameter with "frame".
4812 * gdbarch.h, gdbarch.c: Re-generate.
4813 * frame.h (put_frame_register): Declare.
4814 * frame.c (put_frame_register): New function.
4815 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4816 (legacy_register_to_value): Rewrite, use "frame" to get the
4817 register value.
4818 (legacy_value_to_register): Rewrite, use "frame" to find the
4819 register's location before storing.
4820 * arch-utils.h (legacy_convert_register_p): Update.
4821 (legacy_register_to_value, legacy_value_to_register): Update.
4822 * findvar.c (value_from_register): Rewrite, eliminate use of
4823 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4824 "frame" to REGISTER_TO_VALUE.
4825 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4826 lval_reg_frame_relative + lval_register branch of the switch. Do
4827 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4828 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4829 I386_EDI_REGNUM): New defines.
4830 (i386_next_regnum, i386_convert_register_p,
4831 i386_register_to_value, i386_value_to_register): New functions.
4832 (i386_register_convertible, i386_register_convert_to_virtual,
4833 i386_convert_to_raw): Remove functions.
4834 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4835 value_to_register instead of register_convertible,
4836 register_convert_to_virtual and register_convert_to_raw.
4837 * mips-tdep.c (mips_convert_register_p): New function.
4838 (mips_value_to_register): Replace mips_register_convert_from_type.
4839 (mips_register_to_value): Replace mips_register_convert_to_type.
4840 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4841 register_to_value.
4842 * alpha-tdep.c (alpha_convert_register_p): Update.
4843 (alpha_value_to_register): Update, store the register.
4844 (alpha_register_to_value): Update, fetch the register.
4845
4846 2003-06-14 Theodore A. Roth <troth@openavr.org>
4847
4848 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4849 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4850 Don't set deprecated_call_dummy_words.
4851 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4852 Don't set remote_translate_xfer_address.
4853 (avr_io_reg_read_command): Remove commented out debug printf.
4854 Wrap a long line.
4855
4856 2003-06-14 Theodore A. Roth <troth@openavr.org>
4857
4858 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4859 causes gdb to seg fault.
4860
4861 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4862
4863 * sparc-nat.c (fetch_inferior_registers): Correct
4864 a reference to "registers".
4865
4866 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4867
4868 * Makefile.in (exc_request_U_h): Define
4869 (exc_request_S_h): Likewise.
4870 (msg_reply_S_h): Likewise.
4871 (msg_U_h): Likewise.
4872 (notify_S_h): Likewise.
4873 (process_reply_S_h): Likewise.
4874 (gnu-nat.o): Depend on gdb_obstack_h
4875 * gnu-nat.c: Include "gdb_obstack.h".
4876
4877 2003-06-13 Andrew Cagney <cagney@redhat.com>
4878
4879 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4880 * gdbarch.h, gdbarch.c: Re-generate.
4881
4882 2003-06-13 Andrew Cagney <cagney@redhat.com>
4883
4884 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4885 when deprecated REGISTER macros can be deleted.
4886 * gdbarch.h, gdbarch.c: Re-generate.
4887
4888 2003-06-13 Jim Blandy <jimb@redhat.com>
4889
4890 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4891 Linux entry point symbols for _dl_debug_state, too.
4892
4893 2003-06-13 Andrew Cagney <cagney@redhat.com>
4894
4895 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4896 available, do not use the FP register, and always save the TOS.
4897 * dummy-frame.c (dummy_frame_this_id): Do not assert
4898 SAVE_DUMMY_FRAME_TOS.
4899 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4900 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4901 (i386_push_dummy_call): Add 8 to the returned SP.
4902 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4903 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4904 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4905 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4906 (x86_64_push_dummy_call): Return "sp + 16".
4907 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4908 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4909 save_dummy_frame_tos.
4910
4911 2003-06-13 Jim Blandy <jimb@redhat.com>
4912
4913 * frv-tdep.c (frv_use_struct_convention): Delete static
4914 declaration for function deleted in my change of 2003-06-12.
4915
4916 2003-06-13 Theodore A. Roth <troth@openavr.org>
4917
4918 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4919 (avr_pointer_to_address): Shift code addrs left 1 bit.
4920 (avr_convert_from_func_ptr_addr): Delete function since operation is
4921 better handled by avr_address_to_pointer and avr_pointer_to_address.
4922 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4923
4924 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4925
4926 From Kelley Cook <kelleycook@wideopenwest.com>:
4927 * configure.host: Accept i[34567]86 variants.
4928 * configure.tgt: Likewise.
4929 * nlm/configure.in: Likewise.
4930 * nlm/configure: Regenerated.
4931
4932 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4933
4934 * arm-tdep.c (solib-svr4.h): Dont' include it.
4935 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4936 * arm-linux-tdep.c: ... here. Make static.
4937 (arm_linux_init_abi): Register it.
4938 (solib-svr4.h): Include it.
4939 * Makefile.in: Update dependencies.
4940 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4941 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4942
4943 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4944
4945 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4946 indicate registers used for return values.
4947 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4948 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4949 members.
4950 (h8300_init_extra_frame_info): Ditto.
4951 (h8300_frame_locals_address): Removed.
4952 (h8300_frame_args_address): Removed.
4953 (h8300_extract_return_value): Use new regcache structure. Only care
4954 for 16 bit CPUs.
4955 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4956 (h8300_store_return_value): Use new regcache structure. Only care
4957 for 16 bit CPUs.
4958 (h8300h_store_return_value): Same function for 32 bit CPUs.
4959 (h8300_store_struct_return): Removed.
4960 (h8300_extract_struct_value_address): Use new regcache structure.
4961 (h8300h_extract_struct_value_address): Removed.
4962 (h8300_push_dummy_code): New function.
4963 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4964 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4965 set_gdbarch_store_return_value architecture dependent.
4966 Call set_gdbarch_push_dummy_code and
4967 set_gdbarch_extract_struct_value_address.
4968 Remove calls to set_gdbarch_frame_args_address,
4969 set_gdbarch_frame_locals_address,
4970 set_gdbarch_deprecated_store_struct_return,
4971 set_gdbarch_deprecated_extract_return_value,
4972 set_gdbarch_deprecated_extract_struct_value_address,
4973 set_gdbarch_deprecated_call_dummy_words and
4974 set_gdbarch_deprecated_sizeof_call_dummy_words.
4975
4976 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4977
4978 * h8300-tdep.c (h8300_register_byte): Remove.
4979 (h8300h_register_byte): Remove.
4980 (h8300_register_virtual_type): Remove. Substitute by...
4981 (h8300_register_type): New function.
4982 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4983 (h8300h_extract_struct_value_address): Ditto.
4984 (h8300_gdbarch_init): Drop calls to
4985 set_gdbarch_deprecated_register_byte and
4986 set_gdbarch_deprecated_register_virtual_type.
4987 Add call to set_gdbarch_register_type.
4988
4989 2003-06-13 Andrew Cagney <cagney@redhat.com>
4990
4991 * gdbarch.sh: Update comments on registers.
4992 (deprecated_register_byte): Rename register_byte.
4993 (deprecated_register_raw_size): Rename register_raw_size.
4994 (deprecated_register_virtual_size): Rename register_virtual_size.
4995 (deprecated_register_virtual_type): Rename register_virtual_type.
4996 * gdbarch.h, gdbarch.c: Re-generate.
4997 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4998 * vax-tdep.c (vax_gdbarch_init): Update.
4999 * v850-tdep.c (v850_gdbarch_init): Update.
5000 * sparc-tdep.c (sparc_gdbarch_init): Update.
5001 * sh-tdep.c (sh_gdbarch_init): Update.
5002 * s390-tdep.c (s390_gdbarch_init): Update.
5003 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5004 * ns32k-tdep.c: Update.
5005 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5006 * mips-tdep.c (mips_gdbarch_init): Update.
5007 * mcore-tdep.c (mcore_gdbarch_init): Update.
5008 * m68k-tdep.c (m68k_gdbarch_init): Update.
5009 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5010 * ia64-tdep.c (ia64_gdbarch_init): Update.
5011 * hppa-tdep.c (hppa_gdbarch_init): Update.
5012 * h8300-tdep.c (h8300_gdbarch_init): Update.
5013 * frv-tdep.c (frv_gdbarch_init): Update.
5014 * cris-tdep.c (cris_gdbarch_init): Update.
5015 * avr-tdep.c (avr_gdbarch_init): Update.
5016 * alpha-tdep.c (alpha_gdbarch_init): Update.
5017 * arm-tdep.c (arm_gdbarch_init): Update.
5018
5019 2003-06-13 Andrew Cagney <cagney@redhat.com>
5020
5021 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5022 mips_o32_use_struct_convention with always_use_struct_convention.
5023
5024 2003-06-12 David Carlton <carlton@kealia.com>
5025
5026 * cp-namespace.c (cp_set_block_scope): Comment out
5027 processing_has_namespace_info branch.
5028
5029 2003-06-12 Jim Blandy <jimb@redhat.com>
5030
5031 Recognize and skip 64-bit PowerPC Linux linkage functions.
5032 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5033 insn_pattern, insns_match_pattern, d_field, ds_field): New
5034 functions, macros, and types for working with PPC instructions.
5035 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5036 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5037 ppc64_skip_trampoline_code): New functions, variables, and macros
5038 for recognizing and skipping linkage functions.
5039 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5040 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5041
5042 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5043 register offsets for both the 32- and 64-bit interfaces.
5044
5045 Actually finish the job started by my change of 2003-05-29.
5046 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5047 other #definition of this.
5048 (ppc_linux_skip_trampoline_code): Remove declaration.
5049 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5050 static.
5051 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5052 method for GDBARCH.
5053
5054 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5055 'long' on ppc64-*-linux*.
5056
5057 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5058 isn't #defined, assume the register doesn't exist: act as if
5059 tdep->ppc_mq_regnum were -1.
5060
5061 * configure.host, configure.tgt: Add entries for
5062 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5063 powerpc/linux.mt.
5064 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5065 New files.
5066
5067 * arch-utils.c (always_use_struct_convention): New function.
5068 * arch-utils.h (always_use_struct_convention): New prototype.
5069 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5070 (alpha_gdbarch_init): Register always_use_struct_convention,
5071 instead of alpha_use_struct_convention.
5072 * cris-tdep.c (cris_use_struct_convention): Delete.
5073 (cris_gdbarch_init): Register always_use_struct_convention,
5074 instead of cris_use_struct_convention.
5075 * frv-tdep.c (frv_use_struct_convention): Delete.
5076 (frv_gdbarch_init): Register always_use_struct_convention,
5077 instead of frv_use_struct_convention.
5078 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5079 (h8300_gdbarch_init): Register always_use_struct_convention,
5080 instead of h8300_use_struct_convention.
5081 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5082 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5083 instead of mips_o32_use_struct_convention.
5084
5085 2003-06-12 Andrew Cagney <cagney@redhat.com>
5086
5087 * wince.c: Include "mips-tdep.h".
5088 * mips-tdep.h (mips_next_pc): Declare.
5089 * mcore-tdep.c: Make more local functions static.
5090 * Makefile.in (wince.o): Update dependencies.
5091
5092 2003-06-12 David Carlton <carlton@kealia.com>
5093
5094 * symtab.c (lookup_symbol_aux_minsyms): Replace
5095 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5096 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5097 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5098 SYMBOL_NATURAL_NAME.
5099
5100 2003-06-12 Andreas Schwab <schwab@suse.de>
5101
5102 * Makefile.in (tuiDisassem.o): Update dependencies.
5103
5104 2003-06-12 David Carlton <carlton@bactrian.org>
5105
5106 * symtab.h: Delete declaration of make_symbol_overload_list.
5107 Add declaration of lookup_partial_symbol.
5108 * symtab.c (remove_params): Move to cp-support.c.
5109 (overload_list_add_symbol, make_symbol_overload_list)
5110 (sym_return_val_size, sym_return_val_index): Ditto.
5111 (lookup_partial_symbol): Make extern.
5112 * cp-support.h: Add declaration of make_symbol_overload_list.
5113 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5114 symtab.h, and block.h.
5115 (remove_params): Move here from symtab.c.
5116 (overload_list_add_symbol, make_symbol_overload_list)
5117 (sym_return_val_size, sym_return_val_index): Ditto.
5118 * valops.c: Include cp-support.h.
5119 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5120 frame_h, and block_h.
5121 (valops.o): Depend on cp_support_h.
5122
5123 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5124
5125 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5126 substitute by NUM_REGS throughout.
5127 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5128 (h8300s_register_name): New function for H8S registers.
5129 (h8300sx_register_name): Ditto for H8SX registers.
5130 (h8300_print_register): Revise register printing, avoid depending
5131 on 32 bit long.
5132 (h8300_register_byte): Only care for H8/300 registers.
5133 (h8300h_register_byte): New function for any other architecture.
5134 (h8300_register_raw_size): Remove.
5135 (h8300_register_virtual_type): Revise to return actually useful
5136 type.
5137 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5138 (h8300h_extract_struct_value_address): New function for any other
5139 architecture.
5140 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5141 set_gdbarch_register_name, set_gdbarch_register_byte,
5142 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5143 Remove calls to set_gdbarch_deprecated_register_size,
5144 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5145 set_gdbarch_deprecated_max_register_raw_size,
5146 set_gdbarch_register_virtual_size and
5147 set_gdbarch_deprecated_max_register_virtual_size entirely.
5148 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5149 set_gdbarch_long_double_bit.
5150
5151 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5152
5153 * doublest.c (convert_doublest_to_floatformat): When dealing
5154 with the implied integer bit, only alter mant_bits if we are
5155 processing a full 32 bits of mantissa.
5156
5157 2003-06-11 David Carlton <carlton@bactrian.org>
5158
5159 * dictionary.h: New.
5160 * dictionary.c: New.
5161 * block.h: Add opaque declaration for struct dictionary.
5162 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5163 'sym' members.
5164 (BLOCK_DICT): New macro.
5165 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5166 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5167 BLOCK_SHOULD_SORT.
5168 (ALL_BLOCK_SYMBOLS): Update definition.
5169 * Makefile.in (SFILES): Add dictionary.c.
5170 (dictionary_h): New.
5171 (COMMON_OBS): Add dictionary.o.
5172 (dictionary.o): New.
5173 (ada-lang.o): Depend on dictionary_h.
5174 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5175 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5176 (mi-cmd-stack.o): Ditto.
5177 (gdbtk-cmds.o): Update dependencies.
5178 (gdbtk-stack.o): Ditto.
5179 * ada-lang.c: Include dictionary.h.
5180 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5181 (fill_in_ada_prototype, debug_print_block): Ditto.
5182 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5183 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5184 'is_sorted'.
5185 * mdebugread.c: Include dictionary.h.
5186 (struct parse_stack): Delete 'maxsyms' member.
5187 (parse_symbol): Update calls to new_block. Delete calls to
5188 shrink_block. Use dictionary methods.
5189 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5190 Update calls to new_symtab. Don't maintain maxsyms data.
5191 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5192 (add_symbol): Just call dict_add_symbol.
5193 (new_symtab): Delete 'maxsyms' argument.
5194 (new_symtab): Update calls to new_block.
5195 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5196 (shrink_block): Delete function.
5197 (fixup_sigtramp): Update call to new_block. Add symbol via
5198 dict_add_symbol.
5199 * jv-lang.c: Include dictionary.h.
5200 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5201 appropriately. Set class_symtab->free_func. Make sure the
5202 blockvector is big enough to hold two blocks.
5203 (add_class_symtab_symbol): Use dictionary methods.
5204 (free_class_block): New function.
5205 (type_from_class): Replace explicit iteration by
5206 ALL_BLOCK_SYMBOLS.
5207 * symtab.h (struct symtab): Replace 'free_ptr' method by
5208 'free_func'.
5209 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5210 sort_symtab_syms.
5211 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5212 sort_symtab_syms.
5213 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5214 Include dictionary.h.
5215 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5216 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5217 sort_symtab_syms.
5218 * objfiles.c: Include dictionary.h.
5219 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5220 * buildsym.c: Include dictionary.h.
5221 (finish_block): Use dictionary methods.
5222 (end_symtab): Set free_func to NULL, not free_ptr.
5223 * tracepoint.c: Include dictionary.h.
5224 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5225 (scope_info): Ditto.
5226 * stack.c: Include dictionary.h.
5227 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5228 (print_block_frame_labels, print_frame_arg_vars)
5229 (print_frame_args): Ditto.
5230 * symmisc.c (free_symtab_block): Use dictionary methods.
5231 (dump_symtab): Ditto.
5232 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5233 Include dictionary.h.
5234 * symfile.h: Delete declarations of sort_block_syms,
5235 sort_symtab_syms.
5236 * symfile.c (sort_block_syms): Delete.
5237 (sort_symtab_syms): Delete.
5238 * symtab.c: Include dictionary.h.
5239 (lookup_block_symbol): Use dictionary iterators.
5240 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5241 (search_symbols, make_symbol_completion_list): Ditto.
5242 (make_symbol_overload_list): Ditto.
5243 * valops.c (value_of_local): Use dict_empty.
5244 Include dictionary.h.
5245
5246 2003-06-11 J. Brobecker <brobecker@gnat.com>
5247
5248 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5249
5250 2003-06-11 David Carlton <carlton@bactrian.org>
5251
5252 * block.h (BLOCK_SHOULD_SORT): Delete.
5253 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5254 blocks.
5255 * ada-lang.c (ada_add_block_symbols): Ditto.
5256 * symfile.c (sort_block_syms): Delete.
5257 (sort_symtab_syms): Ditto.
5258 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5259 declarations.
5260 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5261 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5262 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5263 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5264 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5265 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5266 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5267
5268 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5269
5270 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5271 bits to 128.
5272
5273 2003-06-11 Andrew Cagney <cagney@redhat.com>
5274
5275 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5276 REGISTER_CONVERTIBLE.
5277 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5278 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5279 * gdbarch.h, gdbarch.c: Re-generate.
5280 * arch-utils.h (deprecated_register_convertible_not): Rename
5281 generic_register_convertible_not.
5282 * arch-utils.c (deprecated_register_convertible_not): Rename
5283 generic_register_convertible.
5284 (legacy_convert_register_p, legacy_register_to_value): Update.
5285 * sh-tdep.c (sh64_push_arguments): Update.
5286 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5287 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5288 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5289 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5290 * arch-utils.c (legacy_value_to_register): Update.
5291 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5292 (rs6000_register_convert_to_raw): Make parameter "from" const.
5293 * mips-tdep.c (mips_gdbarch_init): Update.
5294 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5295 * infcmd.c (default_print_registers_info): Update.
5296 * ia64-tdep.c (ia64_gdbarch_init): Update.
5297 (ia64_register_convert_to_raw): Make parameter "from" const.
5298 * i386-tdep.c (i386_gdbarch_init): Update.
5299 (i386_register_convert_to_raw): Update.
5300
5301 2003-06-11 Andrew Cagney <cagney@redhat.com>
5302
5303 * remote-fileio.c: Include "remote-fileio.h".
5304 * Makefile.in (remote-fileio.o): Update dependencies.
5305 (remote_fileio_h): Fix typo.
5306
5307 2003-06-11 Andrew Cagney <cagney@redhat.com>
5308
5309 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5310 (xstormy16_save_dummy_frame_tos): Make static.
5311 (_initialize_xstormy16_tdep): Add declaration.
5312 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5313 * v850-tdep.c: Make local functions static.
5314 (_initialize_v850_tdep): Add declaration.
5315 * sparc-tdep.c: Make local functions static.
5316 (_initialize_sparc_tdep): Add declaration.
5317 * sh-tdep.c: Make local functions static.
5318 (_initialize_sh_tdep): Add declaration.
5319 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5320 * s390-tdep.c: Make local functions static.
5321 (_initialize_s390_tdep): Add declaration.
5322 * dbxread.c (find_stab_function_addr): Make static.
5323 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5324 * ocd.c (_initialize_remote_ocd): Add declaration.
5325 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5326 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5327 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5328 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5329 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5330 * remote-array.c (_initialize_array): Add declaration.
5331 (_initialize_remote_monitors): Add declaration.
5332 * remote-mips.c: Make local functions static.
5333 (_initialize_remote_mips): Add declaration.
5334 * mcore-tdep.c: Make all local functions static.
5335 (_initialize_mcore_tdep): Add declaration.
5336 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5337 * abug-rom.c (_initialize_abug_rom): Add declaration.
5338 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5339 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5340 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5341 * remote-est.c (_initialize_est): Add declaration.
5342 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5343 (m68hc11_call_dummy_address): Make static.
5344 * ia64-tdep.c: Make local functions static.
5345 (_initialize_ia64_tdep): Add declaration.
5346 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5347 * monitor.c (monitor_wait_filter): Make static.
5348 (_initialize_remote_monitors): Add declaration.
5349 * remote-hms.c (_initialize_remote_hms): Add declaration.
5350 * remote-e7000.c (fetch_regs_from_dump): Make static.
5351 (expect_n): Make static.
5352 (_initialize_remote_e7000): Add declaration.
5353 * ser-e7kpc.c: Always include "defs.h".
5354 (_initialize_ser_e7000pc): Add declaration.
5355 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5356 * cris-tdep.c: Make all but one function static.
5357 (_initialize_cris_tdep): Add declaration.
5358 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5359 * solib.c (update_solib_list): Make static.
5360 (_initialize_solib): Add declaration.
5361 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5362 (_initialize_avr_tdep): Add declaration.
5363 * remote-rdi.c (voiddummy): Make static.
5364 (_initialize_remote_rdi): Add declaration.
5365 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5366 * remote-rdp.c (send_rdp): Make static.
5367 (_initialize_remote_rdp): Add declaration.
5368 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5369
5370 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5371
5372 * remote-fileio.c: Make ari happy.
5373
5374 2003-06-10 J. Brobecker <brobecker@gnat.com>
5375
5376 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5377 fetching the trailing bytes of the buffer we are about to write.
5378
5379 2003-06-10 Andrew Cagney <cagney@redhat.com>
5380
5381 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5382 * Makefile.in (remote-fileio.o): Update dependencies.
5383 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5384 include <setjmp.h>, or <sys/types.h> conditional on USG.
5385 (remote_fio_jmp_buf): Delete global variable.
5386
5387 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5388 Martin M. Hunt <hunt@redhat.com>
5389
5390 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5391 (SFILES): Add remote-fileio.c.
5392 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5393 dependencies for building remote.o.
5394 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5395 * remote-fileio.h: New header file defining remote File-I/O interface.
5396 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5397 static storage class.
5398 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5399 'F' packet.
5400 (_initialize_remote): Call initialize_remote_fileio().
5401 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5402 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5403 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5404 (captured_main): Initialize new ui_files.
5405 * ui-file.c: Add read and fgets input functions.
5406 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5407 (null_file_read): New function.
5408 (ui_file_read): New function.
5409 (set_ui_file_read): New function.
5410 (stdio_file_read): New function.
5411 * ui-file.h: New type ui_file_read_ftype.
5412 (set_ui_file_read): Declare.
5413 (ui_file_read): Declare.
5414
5415 2003-06-09 Andrew Cagney <cagney@redhat.com>
5416
5417 * frame.h (deprecated_unwind_get_saved_register): Rename
5418 generic_unwind_get_saved_register, update comments.
5419 * mips-tdep.c (mips_get_saved_register): Update.
5420 * frame.c (deprecated_unwind_get_saved_register): Update.
5421
5422 2003-06-09 Andrew Cagney <cagney@redhat.com>
5423
5424 * vax-tdep.c (vax_frame_locals_address): Delete function.
5425 (vax_gdbarch_init): Do not set frame_locals_address.
5426 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5427 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5428 * s390-tdep.c (s390_frame_args_address): Delete function.
5429 (s390_gdbarch_init): Do not set frame_args_address or
5430 frame_locals_address.
5431 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5432 (ns32k_gdbarch_init): Do not set frame_locals_address.
5433 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5434 (hppa_frame_locals_address): Delete function.
5435 (hppa_gdbarch_init): Do not set frame_args_address, or
5436 frame_locals_address.
5437 * arm-tdep.c (arm_frame_args_address): Delete.
5438 (arm_frame_locals_address): Delete.
5439 (arm_gdbarch_init): Do not set frame_args_address, or
5440 frame_locals_address.
5441
5442 2003-06-09 Andrew Cagney <cagney@redhat.com>
5443
5444 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5445 * gdbarch.h, gdbarch.c: Re-generate.
5446 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5447 * arch-utils.c (frame_num_args_unknown): Delete function.
5448 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5449 (frame_info): Use FRAME_NUM_ARGS_P.
5450 * arm-tdep.c (arm_frame_num_args): Delete function.
5451 (arm_gdbarch_init): Do not set frame_num_args.
5452 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5453 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5454 (hppa_gdbarch_init): Do not set frame_num_args.
5455 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5456 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5457 frame_num_args to default frame_num_args_unknown.
5458 * v850-tdep.c (v850_gdbarch_init): Ditto.
5459 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5460 * sh-tdep.c (sh_gdbarch_init): Ditto.
5461 * s390-tdep.c (s390_gdbarch_init): Ditto.
5462 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5463 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5464 * mips-tdep.c (mips_gdbarch_init): Ditto.
5465 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5466 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5467 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5468 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5469 * i386-tdep.c (i386_gdbarch_init): Ditto.
5470 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5471 * frv-tdep.c (frv_gdbarch_init): Ditto.
5472 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5473 * cris-tdep.c (cris_gdbarch_init): Ditto.
5474 * avr-tdep.c (avr_gdbarch_init): Ditto.
5475 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5476
5477 2003-06-09 Andrew Cagney <cagney@redhat.com>
5478
5479 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5480 (print_frame_args): Moved to "stack.c".
5481 * stack.c: Include "gdb_assert.h".
5482 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5483 (print_frame_args): Moved from "printcmd.c".
5484 * frame.h (print_frame_args): Delete declaration.
5485 * Makefile.in (stack.o): Update dependencies.
5486
5487 2003-06-08 Andrew Cagney <cagney@redhat.com>
5488
5489 * frame.c (get_prev_frame): Remove reference to
5490 frame_args_address_correct in comments.
5491 * frame-base.c (default_frame_args_address): Delete code
5492 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5493 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5494 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5495 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5496 (vax_frame_args_address_correct): Delete declaration.
5497
5498 2003-06-08 Andrew Cagney <cagney@redhat.com>
5499
5500 * gdbarch.sh (UNWIND_SP): Add.
5501 * gdbarch.h, gdbarch.c: Re-generate.
5502 * frame.c (frame_sp_unwind): New function.
5503 (get_frame_sp): New function.
5504 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5505 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5506 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5507 value.
5508 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5509 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5510
5511 2003-06-08 Andrew Cagney <cagney@redhat.com>
5512
5513 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5514 REMOTE_BREAKPOINT.
5515 * remote.c: Update.
5516 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5517 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5518 * config/m68k/tm-sun3.h: Update.
5519 * config/m68k/tm-m68klynx.h: Update.
5520 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5521
5522 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5523 trad_frame". Update comments.
5524 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5525 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5526 (trad_frame_register_value, trad_frame_prev_register): Update.
5527
5528 2003-06-08 Andrew Cagney <cagney@redhat.com>
5529
5530 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5531 from GCC's acinclude.m4.
5532 * configure.in: Check for getopt's delcaration.
5533 * aclocal.m4, config.in, configure: Re-generate.
5534 * main.c (error_init): Delete declaration.
5535 * defs.h (error_init): Declare.
5536 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5537 (rs6000_convert_from_func_ptr_addr): Make static.
5538 (_initialize_rs6000_tdep): Add declaration.
5539 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5540 (show_commands, set_verbose, show_history): Delete declaration.
5541 * top.h (set_verbose): Add declaration.
5542 (show_history, set_history, show_commands): Add declaration.
5543 (do_restore_instream_cleanup): Add declaration.
5544 * objc-lang.c (specialcmp): Make static.
5545 (print_object_command): Make static.
5546 (find_objc_msgsend): Make static.
5547 (find_objc_msgcall_submethod_helper): Make static.
5548 (find_objc_msgcall_submethod): Make static.
5549 (_initialize_objc_language): Add declaration.
5550 (find_implementation_from_class): Make static.
5551 (find_implementation): Make static.
5552 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5553 * objc-lang.h (lookup_struct_typedef): Add declaration.
5554 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5555 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5556 (do_restore_user_call_depth): Make static.
5557 (do_restore_instream_cleanup): Delete declaration.
5558 (dont_repeat): Delete declaration.
5559 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5560 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5561 * reggroups.c (_initialize_reggroup): Add declaration.
5562 * cp-support.c (_initialize_cp_support): Add declaration.
5563 * cp-abi.c (_initialize_cp_abi): Add declaration.
5564 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5565 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5566 (_initialize_gnu_v3_abi): Add declaration.
5567 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5568 (_initialize_gnu_v2_abi): Add declaration.
5569 * frame-base.c (_initialize_frame_base): Add declaration.
5570 * doublest.c (floatformat_from_length): Make static.
5571 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5572 * frame.c (create_sentinel_frame): Make static.
5573 (_initialize_frame): Add declaration.
5574 * top.c (do_catch_errors): Make static.
5575 (gdb_rl_operate_and_get_next_completion): Make static.
5576 * typeprint.c: Include "typeprint.h".
5577 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5578 (sentinel_frame_this_id): Make static.
5579 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5580 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5581 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5582 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5583 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5584 * maint.c (maintenance_print_architecture): Make static.
5585 * signals/signals.c (_initialize_signals): Add declaration.
5586 * std-regs.c (_initialize_frame_reg): Add declaration.
5587 * jv-exp.y (push_variable): ISO C definition.
5588 (push_qualified_expression_name): Ditto.
5589 * memattr.c (_initialize_mem): Add declaration.
5590 * remote.c (remote_check_watch_resources): Make static.
5591 (remote_stopped_by_watchpoint): Make static.
5592 (remote_stopped_data_address): Make static.
5593 * d10v-tdep.c (nr_dmap_regs): Make static.
5594 (a0_regnum): Make static.
5595 (d10v_frame_unwind_cache): Make static.
5596 (d10v_frame_p): Make static.
5597 * osabi.c (show_osabi): Make static.
5598 (_initialize_gdb_osabi): Add extern declaration.
5599 * gdbtypes.c (make_qualified_type): Make static.
5600 (safe_parse_type): Make static.
5601 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5602 * macrotab.c (macro_bcache_free): Make static.
5603 * interps.c (interp_set_quiet): Make static.
5604 (interpreter_exec_cmd): Make static.
5605 * stack.h (select_frame_command): New file.
5606 * stack.c: Include "stack.h".
5607 (select_frame_command_wrapper): Delete function.
5608 (select_frame_command): Make global.
5609 * infcall.c: Include "infcall.h".
5610 * linespec.c: Include "linespec.h".
5611 * symfile.c (sections_overlap): Make static.
5612 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5613 * charset.c (_initialize_charset): Add missing prototype.
5614 * regcache.c (init_legacy_regcache_descr): Make static.
5615 (do_regcache_xfree): Make static.
5616 (regcache_xfer_part): Make static.
5617 (_initialize_regcache): Add missing prototype.
5618 * breakpoint.c (parse_breakpoint_sals): Make static.
5619 (breakpoint_sals_to_pc): Make static.
5620 * interps.h (clear_interpreter_hooks): ISO C declaration.
5621 * Makefile.in (stack_h): Define.
5622 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5623 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5624
5625 2003-06-08 Andrew Cagney <cagney@redhat.com>
5626
5627 * Makefile.in (d10v-tdep.o): Update dependencies.
5628 (SFILES): Add trad-frame.c.
5629 (trad_frame_h): Define.
5630 (COMMON_OBS): Add trad-frame.o.
5631 (trad-frame.o): Specify dependencies.
5632 * d10v-tdep.c: Include "trad-frame.h".
5633 (saved_regs_unwinder): Delete function.
5634 (d10v_frame_prev_register): Use trad_frame_prev_register.
5635 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5636 trad_frame", delete "regs" and "prev_sp".
5637 (prologue_find_regs): Use trad-frame.
5638 * trad-frame.h, trad-frame.c: New files.
5639
5640 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5641
5642 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5643
5644 2003-06-07 Adam Fedor <fedor@gnu.org>
5645
5646 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5647 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5648 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5649 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5650 resolve_msgsend_super, resolve_msgsend_super_stret):
5651 Use it.
5652
5653 2003-06-07 Andrew Cagney <cagney@redhat.com>
5654
5655 * symfile.h: Re-indent, clean up comments.
5656
5657 2003-06-07 Andrew Cagney <cagney@redhat.com>
5658
5659 * inferior.h (deprecated_write_sp): Replace
5660 generic_target_write_sp.
5661 * regcache.c (deprecated_write_sp): Replace
5662 generic_target_write_sp.
5663 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5664 * vax-tdep.c (vax_gdbarch_init): Update.
5665 * v850-tdep.c (v850_gdbarch_init): Update.
5666 * sparc-tdep.c (sparc_gdbarch_init): Update.
5667 * sh-tdep.c (sh_gdbarch_init): Update.
5668 * s390-tdep.c (s390_gdbarch_init): Update.
5669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5670 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5671 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5672 * mcore-tdep.c (mcore_gdbarch_init): Update.
5673 * m68k-tdep.c (m68k_gdbarch_init): Update.
5674 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5675 * ia64-tdep.c (ia64_gdbarch_init): Update.
5676 * h8300-tdep.c (h8300_gdbarch_init): Update.
5677 * frv-tdep.c (frv_gdbarch_init): Update.
5678 * cris-tdep.c (cris_gdbarch_init): Update.
5679 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5680
5681 2003-06-07 Andrew Cagney <cagney@redhat.com>
5682
5683 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5684 Assert that PC_REGNUM is valid.
5685 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5686
5687 2003-06-07 Andrew Cagney <cagney@redhat.com>
5688
5689 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5690 * gdbarch.h, gdbarch.c: Regenerate.
5691 * mn10300-tdep.c: Include "gdb_assert.h".
5692 (mn10300_read_fp): New function.
5693 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5694 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5695 * ia64-tdep.c: Include "gdb_assert.h".
5696 (ia64_read_fp): New function.
5697 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5698 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5699 * regcache.c (generic_target_read_sp): Delete function.
5700 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5701 * inferior.h (generic_target_read_sp): Delete declaration.
5702 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5703 generic_target_read_sp.
5704 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5705 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5706 * sh-tdep.c (sh_gdbarch_init): Ditto.
5707 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5708 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5709
5710 2003-06-07 Andrew Cagney <cagney@redhat.com>
5711
5712 * gdbarch.sh: Comment each field of startup_gdbarch.
5713 * gdbarch.h, gdbarch.c: Re-generate.
5714
5715 2003-06-07 Andrew Cagney <cagney@redhat.com>
5716
5717 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5718 * gdbarch.h, gdbarch.c: Re-generate.
5719 * regcache.c: Update comments on read_pc et.al.
5720 (generic_target_read_pc): Delete function.
5721 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5722 * inferior.h (generic_target_read_pc): Delete declaration.
5723 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5724 generic_target_read_pc.
5725 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5726 * sh-tdep.c (sh_gdbarch_init): Ditto.
5727 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5729
5730 2003-06-07 Andrew Cagney <cagney@redhat.com>
5731
5732 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5733 "index" with "special_local_sect". Use strcmp instead of STREQ.
5734 Append period to coments.
5735
5736 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5737
5738 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5739 (elfstab_offset_sections): Likewise.
5740 * gdb-stabs.h (stab_section_info): Likewise.
5741 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5742 * objfiles.c (objfile_relocate): Likewise.
5743 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5744 * remote.c (get_offsets): Likewise.
5745 (remote_cisco_objfile_relocate): Likewise.
5746 * somread.c (som_symfile_offsets): Likewise.
5747 * symfile.c (alloc_section_addr_info): New function.
5748 (build_section_addr_info_from_section_tab): Use it.
5749 (free_section_addr_info): Adjust.
5750 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5751 (syms_from_objfile): Allocate local_addr dynamically.
5752 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5753 dynamically.
5754 (add_symbol_file_command): Allocate sect_opts dynamically.
5755 (reread_symbols): Avoid use of SECT_OFF_MAX.
5756 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5757 (alloc_section_addr_info): Declare it.
5758 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5759 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5760 dynamically.
5761 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5762
5763 2003-06-06 Andrew Cagney <cagney@redhat.com>
5764
5765 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5766 (d10v_frame_unwind_cache): Do not set "return_pc".
5767
5768 2003-06-06 Michael Snyder <msnyder@redhat.com>
5769
5770 * h8300-tdep.c: Make tidy (long lines).
5771
5772 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5773
5774 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5775 to regcache_collect().
5776
5777 2003-06-05 J. Brobecker <brobecker@gnat.com>
5778
5779 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5780 pc_in_sigtramp multiarch method.
5781 (hppa_hpux_som_init_abi): Use it.
5782 (hppa_hpux_elf_init_abi): Likewise.
5783 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5784 macro has been multiarched.
5785 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5786 macro here, as hppa64 isn't multiarched yet.
5787
5788 2003-06-05 Andrew Cagney <cagney@redhat.com>
5789
5790 * Makefile.in (value_h): Add $(frame_h).
5791 * value.h: Include "frame.h".
5792 (struct value): Replace "frame_addr" with "frame_id".
5793 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5794 * values.c (allocate_value): Use VALUE_FRAME_ID.
5795 (value_copy): Use VALUE_FRAME_ID.
5796 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5797 * valops.c (value_assign): Update. Use frame_find_by_id.
5798
5799 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5800
5801 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5802 in each pass.
5803
5804 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5805
5806 * thread-db.c (check_event): For create/death event breakpoints,
5807 loop through all messages to ensure that we read the message
5808 corresponding to the breakpoint we are at.
5809
5810 2003-06-04 Michael Snyder <msnyder@redhat.com>
5811
5812 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5813
5814 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5815
5816 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5817 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5818 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5819 when handling .eh_frame sections.
5820
5821 2003-06-04 J. Brobecker <brobecker@gnat.com>
5822
5823 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5824 prepare_to_proceed procedure instead of the hppa-specific one.
5825 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5826
5827 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5828
5829 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5830 * config.in: Regenerated.
5831 * configure.in: Add test for syscall function and check for
5832 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5833 * configure: Regenerated.
5834 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5835 <sys/syscall.h>.
5836 (kill_lwp): New function that uses tkill syscall or
5837 uses kill, depending on whether threading model is nptl or not.
5838 All callers of kill() changed to use kill_lwp().
5839 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5840 see if all threads have already exited in the nptl model.
5841 (stop_and_resume_callback): New callback function used by the
5842 lin_lwp_wait thread exit handling code.
5843 (stop_wait_callback): Check for threads already having exited and
5844 delete such threads fromt the lwp list when discovered.
5845 (stop_callback): Don't assert retcode of kill call.
5846
5847 Roland McGrath <roland@redhat.com>
5848 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5849 nptl libthread_db.
5850
5851 2003-06-03 Richard Henderson <rth@redhat.com>
5852
5853 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5854 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5855 (alpha_sigtramp_frame_prev_register): Likewise.
5856 (alpha_heuristic_frame_prev_register): Likewise.
5857 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5858
5859 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5860 alpha-specific register id names.
5861 (alpha_mdebug_frame_unwind_cache): Likewise.
5862 (alpha_mdebug_frame_prev_register): Likewise.
5863
5864 2003-06-03 Richard Henderson <rth@redhat.com>
5865
5866 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5867 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5868 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5869 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5870 unwind routines.
5871 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5872 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5873 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5874
5875 * alpha-linux-tdep.c: Remove unnecessary includes.
5876 * Makefile.in (alpha-linux-tdep.o): Update.
5877
5878 2003-06-03 Richard Henderson <rth@redhat.com>
5879
5880 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5881 (alphabsd_fill_fpreg): Likewise.
5882
5883 2003-06-03 J. Brobecker <brobecker@gnat.com>
5884
5885 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5886 references to struct frame_info fields by calls to the equivalent
5887 accessors. Necessary now that frame_info is opaque.
5888
5889 2003-06-03 J. Brobecker <brobecker@gnat.com>
5890
5891 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5892 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5893 structure, field no longer exists.
5894
5895 2003-06-03 J. Brobecker <brobecker@gnat.com>
5896
5897 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5898 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5899
5900 2003-06-03 J. Brobecker <brobecker@gnat.com>
5901
5902 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5903 references to struct frame_info fields by calls to the equivalent
5904 accessors. Necessary now that frame_info is opaque.
5905
5906 2003-06-03 J. Brobecker <brobecker@gnat.com>
5907
5908 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5909 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5910 structure, field no longer exists.
5911
5912 2003-06-03 Theodore A. Roth <troth@openavr.org>
5913
5914 * remote.c (init_remote_state): Compute sizeof_g_packet by
5915 accumulation of the size of all registers instead of blindly using
5916 DEPRECATED_REGISTER_BYTES.
5917
5918 2003-06-03 Michael Snyder <msnyder@redhat.com>
5919
5920 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5921 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5922 for h8300sx.
5923
5924 2003-06-03 J. Brobecker <brobecker@gnat.com>
5925
5926 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5927 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5928
5929 2003-06-03 Andrew Cagney <cagney@redhat.com>
5930
5931 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5932 (sparc_convert_to_raw): Delete function.
5933 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5934 register_convert_to_virtual.
5935
5936 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5937
5938 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5939 layer if not dealing with a statically-linked threaded program.
5940
5941 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5942
5943 * solib.c (solib_open): Update comment to reflect actual search order.
5944
5945 2003-06-03 Andrew Cagney <cagney@redhat.com>
5946
5947 * frame.c (get_frame_memory_signed): New function.
5948 (get_frame_memory, get_frame_memory_unsigned): New function.
5949 (get_frame_arch): New function.
5950 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5951 (get_frame_memory, get_frame_unsigned_memory): Declare.
5952 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5953 get_frame_memory_unsigned and get_frame_arch.
5954 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5955
5956 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5957
5958 * MAINTAINERS (write after approval): Add myself.
5959
5960 2003-06-03 Jim Blandy <jimb@redhat.com>
5961
5962 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5963 elements of gregset_t are 64 bits each, but access registers
5964 are still 32 bits, so they're packed two per gregset_t
5965 element. Unpack/pack them properly.
5966
5967 2003-06-02 David Carlton <carlton@bactrian.org>
5968
5969 * linespec.c (find_methods): Break out code into
5970 add_matching_methods and add_constructors.
5971 (add_matching_methods): New.
5972 (add_constructors): Ditto.
5973
5974 2003-06-02 Andrew Cagney <cagney@redhat.com>
5975
5976 * sparc-tdep.c (sparc_print_registers): Delete call to
5977 REGISTER_CONVERTIBLE.
5978 (sparc_gdbarch_init): Do not set register_convertible.
5979 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5980 * frv-tdep.c (frv_gdbarch_init): Ditto.
5981 * cris-tdep.c (cris_gdbarch_init): Ditto.
5982
5983 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5984
5985 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5986 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5987 (syms_from_objfile): Ditto.
5988
5989 2003-06-03 Andreas Schwab <schwab@suse.de>
5990
5991 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5992 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5993
5994 2003-06-02 Richard Henderson <rth@redhat.com>
5995
5996 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5997 a member of all_reggroup.
5998
5999 2003-06-02 Richard Henderson <rth@redhat.com>
6000
6001 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6002 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6003 (alpha_lds, alpha_sts): New.
6004 (alpha_convert_register_p): Change from _register_convertible.
6005 (alpha_register_to_value): Change from _convert_to_virtual;
6006 restructure and fail for type sizes other than 4 or 8.
6007 (alpha_value_to_register): Similarly.
6008 (alpha_extract_return_value): Use alpha_sts.
6009 (alpha_store_return_value): Use alpha_lds.
6010 (alpha_gdbarch_init): Update hooks.
6011
6012 2003-06-02 Richard Henderson <rth@redhat.com>
6013
6014 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6015 regnum identifiers.
6016 (alpha_sigtramp_register_address): Likewise.
6017
6018 2003-06-02 Richard Henderson <rth@redhat.com>
6019
6020 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6021 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6022 * alpha-tdep.h: Declare them.
6023
6024 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6025 Remove zerobuf. Don't error on UNIQUE.
6026 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6027 (ALPHA_REGSET_UNIQUE): Provide default.
6028 (supply_gregset): Use alpha_supply_int_regs.
6029 (fill_gregset): Use alpha_fill_int_regs.
6030 (supply_fpregset): Use alpha_supply_fp_regs.
6031 (fill_fpregset): Use alpha_fill_fp_regs.
6032 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6033 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6034 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6035 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6036 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6037 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6038
6039 2003-06-02 Richard Henderson <rth@redhat.com>
6040
6041 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6042
6043 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6044 (alpha_store_return_value): Likewise.
6045
6046 2003-06-02 David Carlton <carlton@math.stanford.edu>
6047
6048 * block.c (contained_in): Add 'const' to arguments.
6049 (block_function): Ditto.
6050 * block.h: Update declarations for block_function and
6051 contained_in.
6052
6053 2003-06-02 David Carlton <carlton@math.stanford.edu>
6054
6055 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6056 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6057 * p-valprint.c (pascal_val_print): Ditto.
6058 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6059
6060 2003-06-02 Richard Henderson <rth@redhat.com>
6061
6062 * alpha-tdep.c (alpha_push_dummy_call): Use
6063 builtin_type_ieee_double_little instead of builtin_type_double.
6064
6065 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6066 sign-extension of 32-bit values.
6067 (alpha_store_return_value): Similarly.
6068
6069 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6070 (alpha_extract_return_value): Likewise.
6071 (alpha_store_return_value): Likewise.
6072
6073 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6074 (alpha_store_return_value): Error on IEEE Quad floats.
6075
6076 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6077 (alpha_extract_struct_value_address): Likewise.
6078 (alpha_store_return_value): Likewise.
6079 (alpha_store_struct_return): Remove.
6080 (alpha_gdbarch_init): Update hook registration to match.
6081
6082 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6083 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6084 macros where appropriate.
6085 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6086 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6087
6088 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6089 for SP, GP; void_func_ptr for PC; non-language-specific types
6090 for all others.
6091 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6092
6093 2003-06-02 Richard Henderson <rth@redhat.com>
6094
6095 * top.h (lim_at_start): Declare.
6096 * main.c (captured_main): Set it.
6097 * top.c (lim_at_start): Define.
6098 (command_loop): Use it instead of &environ.
6099 * event-top.c (command_handler): Likewise.
6100
6101 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6102
6103 * mipsnbsd-tdep.c: Update copyright years.
6104 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6105
6106 2003-06-01 Richard Henderson <rth@redhat.com>
6107
6108 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6109 (alpha-linux-tdep.o): Update dependencies.
6110 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6111 * alpha-mdebug-tdep.c: Remove unneeded includes.
6112
6113 2003-06-01 Richard Henderson <rth@redhat.com>
6114
6115 * alpha-tdep.c (alpha_register_reggroup_p): New.
6116 (alpha_gdbarch_init): Register it.
6117
6118 2003-06-02 Andrew Cagney <cagney@redhat.com>
6119
6120 * dwarfread.c: Eliminate "register"
6121 (decode_die_type): Eliminate assignment within "if".
6122 (struct_type, decode_array_element_type): Ditto.
6123 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6124 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6125 (decode_modified_type, completedieinfo): Ditto.
6126 * block.c: Eliminate "register".
6127 (blockvector_for_pc_sect): Eliminate assignment within "if".
6128 * cp-support.h (struct symbol): Opaque declaration.
6129 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6130
6131 2003-06-01 Richard Henderson <rth@redhat.com>
6132
6133 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6134 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6135
6136 2003-06-01 Adam Fedor <fedor@gnu.org>
6137
6138 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6139 * gdbarch.[ch]: Regenerate.
6140 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6141 (hppa_gdbarch_init): Set it in the gdbarch vector.
6142 * i386-tdep.c (i386_fetch_pointer_argument): New
6143 (i386_gdbarch_init): Set it into gdbarch.
6144 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6145 (rs6000_gdbarch_init): Set it in gdbarch.
6146 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6147 (sparc_gdbarch_init): Set it in gdbarch.
6148
6149 2003-06-01 Andrew Cagney <cagney@redhat.com>
6150
6151 * defs.h (extract_address): Delete declaration.
6152 * findvar.c (extract_address): Delete function.
6153 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6154 extract_address with the inline equivalent,
6155 extract_unsigned_integer.
6156 (xstormy16_extract_struct_value_address): Ditto.
6157 (xstormy16_pointer_to_address): Ditto.
6158 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6159 * v850-tdep.c (v850_push_arguments): Ditto.
6160 (v850_extract_return_value): Ditto.
6161 (v850_extract_struct_value_address): Ditto.
6162 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6163 (sparcnbsd_get_longjmp_target_64): Ditto.
6164 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6165 (get_longjmp_target): Ditto.
6166 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6167 (sh64_extract_struct_value_address): Ditto.
6168 (sh_push_arguments): Ditto.
6169 (sh64_push_arguments): Ditto.
6170 * remote-vxsparc.c (vx_read_register): Ditto.
6171 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6172 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6173 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6174 * mipsv4-nat.c (get_longjmp_target): Ditto.
6175 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6176 * mips-nat.c (get_longjmp_target): Ditto.
6177 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6178 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6179 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6180 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6181 * irix5-nat.c (get_longjmp_target): Ditto.
6182 * irix4-nat.c (get_longjmp_target): Ditto.
6183 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6184 (ia64_push_arguments): Ditto.
6185 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6186 * h8300-tdep.c (h8300_push_arguments): Ditto.
6187 (h8300_store_return_value): Ditto.
6188 (h8300_extract_struct_value_address): Ditto.
6189 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6190 (frv_push_arguments): Ditto.
6191 * avr-tdep.c (avr_pointer_to_address): Ditto.
6192 (avr_push_arguments): Ditto.
6193 * arm-tdep.c (arm_push_dummy_call): Ditto.
6194 (arm_get_longjmp_target): Ditto.
6195 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6196 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6197 (alpha_get_longjmp_target): Ditto.
6198
6199 * solib-irix.c (extract_mips_address): Inline extract_address,
6200 replacing it with extract_signed_integer.
6201 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6202 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6203 (first_link_map_member, open_symbol_file_object): Ditto.
6204 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6205 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6206 (LM_NEXT, LM_NAME): Ditto.
6207
6208 2003-06-01 Richard Henderson <rth@redhat.com>
6209
6210 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6211 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6212 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6213 (alpha_cannot_store_register): Likewise.
6214 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6215 * alpha-nat.c (supply_gregset): Likewise.
6216 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6217
6218 2003-06-01 Andrew Cagney <cagney@redhat.com>
6219
6220 * infcall.c (call_function_by_hand): Update comment on
6221 DEPRECATED_DUMMY_WRITE_SP.
6222
6223 * mips-tdep.c (mips_gdbarch_init): Do not set
6224 deprecated_dummy_write_sp.
6225 (mips_eabi_push_dummy_call): Set the SP register.
6226 (mips_o64_push_dummy_call): Set the SP register.
6227 (mips_o32_push_dummy_call): Set the SP register.
6228 (mips_n32n64_push_dummy_call): Set the SP register.
6229
6230 2003-06-01 Richard Henderson <rth@redhat.com>
6231
6232 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6233 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6234 (supply_gregset): Likewise.
6235 * alpha-tdep.c (alpha_store_return_value): Likewise.
6236 (alpha_get_longjmp_target): Likewise.
6237 (alpha_register_name): Constify array.
6238 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6239 deprecated_register_size, deprecated_register_bytes,
6240 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6241 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6242 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6243
6244 2003-06-01 Richard Henderson <rth@redhat.com>
6245
6246 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6247 from arg_reg_buffer to regcache to avoid double conversion.
6248
6249 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6250
6251 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6252 SP_REGNUM.
6253 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6254 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6255
6256 2003-06-01 Richard Henderson <rth@redhat.com>
6257
6258 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6259 (decode_frame_entry): Set it. Skip FDE augmentation.
6260
6261 2003-06-01 Richard Henderson <rth@redhat.com>
6262
6263 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6264 not overlapping PC_REGNUM.
6265
6266 2003-06-01 Richard Henderson <rth@redhat.com>
6267
6268 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6269 alpha_push_arguments. Don't dump argument register data to
6270 the target stack. Fix float and 128-bit long double semantics.
6271 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6272 (alpha_fix_call_dummy): Remove.
6273 (alpha_call_dummy_words): Remove.
6274 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6275
6276 2003-06-01 Richard Henderson <rth@redhat.com>
6277
6278 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6279
6280 2003-06-01 Andrew Cagney <cagney@redhat.com>
6281
6282 * mips-tdep.c (is_mips16_addr): New function.
6283 (make_mips16_addr, unmake_mips16_addr): New functions.
6284 (pc_is_mips16, mips_fetch_instruction): Use.
6285 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6286 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6287 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6288 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6289 TARGET_MIPS.
6290 * config/mips/tm-mips.h: Update copyright.
6291 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6292 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6293 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6294 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6295 (TM_PRINT_INSN_MACH): Delete.
6296 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6297
6298 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6299 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6300 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6301 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6302 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6303 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6304 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6305 mips*-*-riscos* and mips*-*-sysv* onto mips.
6306 * config/mips/mips64.mt: New file.
6307 * config/mips/mips.mt: New file.
6308 * config/mips/littlemips.mt: Delete file.
6309 * config/mips/decstation.mt: Delete file.
6310 * config/mips/vr4300el.mt: Delete file.
6311 * config/mips/vr5000el.mt: Delete file.
6312 * config/mips/vr5000.mt: Delete file.
6313 * config/mips/vr4100.mt: Delete file.
6314 * config/mips/vr4xxxel.mt: Delete file.
6315 * config/mips/vr4300.mt: Delete file.
6316 * config/mips/vr4xxx.mt: Delete file.
6317 * config/mips/bigmips.mt: Delete file.
6318 * config/mips/bigmips64.mt: Delete file.
6319 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6320 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6321 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6322 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6323 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6324 "tm-bigmips.h".
6325 * config/mips/tm-irix3.h: Ditto.
6326 * config/mips/tm-mipsv4.h: Ditto.
6327 * config/mips/tm-embed.h: Ditto.
6328 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6329 "tm-bigmips64.h".
6330 * config/mips/tm-vr5000el.h: Delete file.
6331 * config/mips/tm-tx39l.h: Delete file.
6332 * config/mips/tm-vr4300el.h: Delete file.
6333 * config/mips/tm-vr4xxxel.h: Delete file.
6334 * config/mips/tm-vr4300.h: Delete file.
6335 * config/mips/tm-vr4100.h: Delete file.
6336 * config/mips/tm-vr4xxx.h: Delete file.
6337 * config/mips/tm-vr5000.h: Delete file.
6338 * config/mips/tm-embedl64.h: Delete file.
6339 * config/mips/tm-embedl.h: Delete file.
6340 * config/mips/tm-embed64.h: Delete file.
6341 * config/mips/tm-bigmips64.h: Delete file.
6342 * config/mips/tm-bigmips.h: Delete file.
6343
6344 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6345
6346 Fix gdb/1216.
6347 * shnbsd-nat.c: Include "sh-tdep.h".
6348
6349 From Richard Henderson <rth@redhat.com>:
6350 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6351
6352 2003-05-31 Andrew Cagney <cagney@redhat.com>
6353
6354 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6355 forward declaration.
6356 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6357 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6358 (mips_find_saved_regs): Use set_reg_offset.
6359 (mips_frame_init_saved_regs): Delete function.
6360 (mips_pop_frame): Call mips_find_saved_regs instead of
6361 DEPRECATED_FRAME_INIT_SAVED_REGS.
6362
6363 2003-05-31 Andrew Cagney <cagney@redhat.com>
6364
6365 * mips-tdep.c (mips_gdbarch_init): Do not set
6366 deprecated_max_register_raw_size, register_virtual_size, and
6367 deprecated_max_register_virtual_size.
6368
6369 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6370
6371 * i386-tdep.c: Include "dwarf2-frame.h".
6372 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6373 * Makefile.in (i386-tdep.o): Update dependencies.
6374
6375 * dwarf2-frame.c, dwarf2-frame.h: New files.
6376 * Makefile.in (SFILES): Add dwarf2-frame.c.
6377 (dwarf2_frame_h): Define.
6378 (COMMON_OBS): Add dwarf2-frame.o.
6379 (dwarf2-frame.o): Add dependencies.
6380
6381 2003-05-31 Andreas Jaeger <aj@suse.de>
6382
6383 * x86-64-linux-nat.c: Fix comment.
6384
6385 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6386
6387 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6388 function signature.
6389
6390 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6391 have a sigcontext_addr handler.
6392 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6393 sigcontext_addr handler.
6394
6395 2003-05-31 Andrew Cagney <cagney@redhat.com>
6396
6397 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6398 (print_fp_register_row): Replace do_fp_register_row.
6399 (mips_print_fp_register): Add "file" and "frame" parameters.
6400 (mips_print_register): Add "file" and "frame" parameters.
6401 (mips_print_registers_info): Replace mips_do_registers_info.
6402 (mips_gdbarch_init): Set print_registers_info instead of
6403 deprecated_do_registers_info.
6404 (mips_read_fp_register_single): Add "frame" parameter.
6405 (mips_read_fp_register_double): Add "frame" parameter.
6406
6407 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6408
6409 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6410 Fixes a bug where GDB would print the wrong register names for
6411 targets without SSE.
6412
6413 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6414 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6415 registers.
6416
6417 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6418 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6419 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6420 TDEP->sc_sp_offset.
6421
6422 From Michal Ludvig <mludvig@suse.cz>:
6423 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6424 and `sc_num_regs'.
6425 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6426 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6427 I386_ST0_REGNUM): Move here from...
6428 * i386-tdep.c: ... here.
6429 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6430 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6431 registers if possible.
6432 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6433 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6434 Remove variables.
6435 (i386bsd_sc_reg_offset): New variable.
6436 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6437 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6438 TDEP->sc_sp_offset.
6439 (i386fbsd_sc_reg_offset): New variable.
6440 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6441 TDEP->sc_num_regs.
6442 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6443 variables.
6444 (i386fbsd4_sc_reg_offset): New variable.
6445 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6446 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6447 TDEP->sc_sp_offset.
6448 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6449 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6450 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6451 Remove variables.
6452 (i386nbsd_sc_reg_offset): New variable.
6453 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6454 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6455 TDEP->sc_sp_offset.
6456 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6457 Remove variables.
6458 (i386obsd_sc_reg_offset): New variable.
6459 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6460 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6461 TDEP->sc_sp_offset.
6462 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6463 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6464 for frame pointer offset in `struct sigcontext'.
6465
6466 2003-05-31 Andrew Cagney <cagney@redhat.com>
6467
6468 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6469 architecture methods call_dummy_words, sizeof_call_dummy_words,
6470 push_return_address, store_struct_return, and fix_call_dummy. Set
6471 push_dummy_call instead of deprecated_push_arguments.
6472 (mips_store_struct_return): Delete function.
6473 (mips_fix_call_dummy): Delete function.
6474 (mips_push_return_address): Delete function.
6475 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6476 RA_REGNUM and T9_REGNUM.
6477 (mips_n32n64_push_dummy_call): Ditto for
6478 mips_n32n64_push_arguments.
6479 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6480 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6481
6482 2003-05-31 Andrew Cagney <cagney@redhat.com>
6483
6484 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6485 "dummy_addr" to "bp_addr".
6486 * infcall.c (call_function_by_hand): Pass "funaddr" to
6487 gdbarch_push_dummy_call.
6488 * gdbarch.h, gdbarch.c: Re-generate.
6489 * i386-tdep.c (i386_push_dummy_call): Update.
6490 * arm-tdep.c (arm_push_dummy_call): Update.
6491 * d10v-tdep.c (d10v_push_dummy_call): Update.
6492
6493 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6494
6495 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6496 variable declarations.
6497 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6498 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6499 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6500 x86_64_init_frame_pc, x86_64_init_frame_pc,
6501 x86_64_function_has_prologue): Remove prototypes.
6502 (X86_64_NUM_GREGS): New define.
6503 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6504 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6505 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6506 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6507 XMM1_REGNUM): Remove defines.
6508 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6509 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6510 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6511 X86_64_XMM1_REGNUM): New defines.
6512 (struct x86_64_register_info): Renamed from `struct
6513 register_info'. Remove `size' member.
6514 (x86_64_register_info_table): Remove variable.
6515 (x86_64_register_info): New variable.
6516 (X86_64_NUM_REGS): New define.
6517 (X86_64_NUM_GREGS): Remove define.
6518 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6519 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6520 Remove variables.
6521 (x86_54_dwarf2_reg_to_regnum): Remove function.
6522 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6523 (x86_64_dwarf_reg_to_regnum): New function.
6524 (x86_64_register_name): Rewrite.
6525 (x86_64_register_raw_size): Remove function.
6526 (x86_64_register_byte_table): Remove variable.
6527 (x86_64_register_byte): Remove function.
6528 (x86_64_register_virtual_type): Remove function.
6529 (x86_64_register_type): New function.
6530 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6531 x86_64_register_convert_to_raw): Remove functions.
6532 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6533 (x86_64_use_struct_convention): Make static. Adjust for renamed
6534 defines.
6535 (x86_64_frame_init_saved_regs): Remove function.
6536 (x86_64_push_arguments): Make static. Change to accept a regcache
6537 as argument.
6538 (x86_64_store_return_value, x86_64_extract_return_value): Make
6539 static. Rewrite based on i386 counterparts.
6540 (x86_64_push_dummy_call): New function.
6541 (X86_64_NUM_SAVED_REGS): New define.
6542 (x86_64_register_number): Remove function.
6543 (x86_64_store_struct_return): Remove function.
6544 (x86_64_frameless_function_invocation,
6545 x86_64_function_has_prologue): Remove functions.
6546 (PROLOG_BUFSIZE): Remove define.
6547 (struct x86_64_frame_cache): New structure.
6548 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6549 x86_64_frame_cache, x86_64_frame_this_id,
6550 x86_64_frame_prev_register, x86_64_frame_p,
6551 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6552 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6553 functions.
6554 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6555 variables.
6556 (x86_64_skip_prologue): Rewrite in terms of
6557 x86_64_analyze_prologue.
6558 (x86_64_frame_base_address): New function.
6559 (x86_64_frame_base): New variable.
6560 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6561 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6562 set deprecated_fp_regnum, deprecated_register_size,
6563 deprecated_register_bytes, register_raw_size, register_byte,
6564 register_virtual_type, register_convertiable,
6565 register_convert_to_virtual, convert_to_raw,
6566 deprecated_get_saved_register, deprecated_target_read_fp,
6567 deprecated_push_arguments, deprecated_push_return_address,
6568 deprecated_pop_frame, deprecated_store_struct_return,
6569 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6570 frameless_function_invocation, deprecated_frame_saved_pc,
6571 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6572 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6573 deprecated_init_frame_pc and virtual_frame_pointer. Call
6574 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6575 and x86_64_frame_p. Call frame_base_set_default to register
6576 x86_64_frame_base.
6577 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6578 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6579 (_initialize_x86_64_tdep): Remove function.
6580 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6581 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6582 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6583 define.
6584 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6585 (x86_64_linux_sigcontext_addr): Rewrite.
6586 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6587 x86_64_linux_frame_saved_pc): Remove functions.
6588 (x86_64_linux_pc_in_sigtramp): Renamed from
6589 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6590 trampoline.
6591 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6592 Remove_functions.
6593 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6594 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6595 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6596 (x86_64_regmap): Rename to regmap.
6597 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6598 x86_64_num_gregs.
6599 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6600 x86_64_regmap.
6601 (x86_64_fxsave_offset): Remove function.
6602 (supply_fpregset): Simply call x86_64_supply_fxsave.
6603 (fill_fpregset): Simply call x86_64_fill_fxsave.
6604 (fetch_inferior_registers, store_inferior_registers): Avoid
6605 asignment in if-statement.
6606 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6607 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6608 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6609 (fetch_core_registers): Remove function.
6610 (linux_elf_core_fns): Remove.
6611 (offsetoff): Don't define.
6612 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6613 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6614 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6615 add core-regset.o.
6616 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6617 protection against multiple includes instead of NM_X86_64_h. Add
6618 various comments. Include "config/nm-linux.h". Don't include
6619 <signal.h>.
6620 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6621 GET_THREAD_SIGNALS): Remove defines.
6622 (x86_64_register_u_addr, kernel_u_size,
6623 lin_thread_get_thread_signals): Remove prototypes.
6624 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6625 [HAVE_LINK_H]: Don't include "solib.h".
6626 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6627 * config/i386/tm-x86-64linux.h: Fix comments.
6628 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6629 x86-64-tdep.o): Update dependencies.
6630
6631 2003-05-30 Andrew Cagney <cagney@redhat.com>
6632
6633 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6634 Change parameter type to a "struct regcache *".
6635
6636 * gdbarch.sh: Regardless of the multi-arch level, always define
6637 the macro when not already defined.
6638 * gdbarch.h, gdbarch.c: Re-generate.
6639
6640 2003-05-30 Richard Henderson <rth@redhat.com>
6641
6642 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6643 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6644 (alpha_mdebug_frame_this_id): Likewise.
6645 (alpha_mdebug_frame_prev_register): Likewise.
6646 (alpha_mdebug_frame_base_address): Likewise.
6647 (alpha_mdebug_frame_locals_address): Likewise.
6648 (alpha_mdebug_frame_args_address): Likewise.
6649 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6650 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6651 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6652 loop increment.
6653 (alpha_heuristic_frame_this_id): Make static.
6654 (alpha_heuristic_frame_prev_register): Likewise.
6655 (alpha_heuristic_frame_base_address): Likewise.
6656 * alpha-tdep.h: Update.
6657
6658 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6659
6660 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6661 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6662 defenitions.
6663 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6664 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6665 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6666 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6667 I386_ST0_REGNUM): New defines.
6668 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6669 codestream_get): Remove define.
6670 (codestream_next_addr, condestream_addr, condestream_buf,
6671 codestream_off, codestream_cnt): Remove variables.
6672 (codestream_fill, codestream_seek, codestream_read): Remove
6673 functions.
6674 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6675 functionality.
6676 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6677 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6678 i386_frame_saved_pc, i386_saved_pc_after_call,
6679 i386_frame_num_args, i386_frame_init_saved_regs,
6680 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6681 i386_push_arguments): Remove functions.
6682 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6683 functionality. Use i386_analyze_prologue instead of
6684 i386_get_frame_setup.
6685 (I386_NUM_SAVED_REGS): New define.
6686 (struct i386_frame_cache): New structure.
6687 (i386_alloc_frame_cache, i386_analyze_struct_return,
6688 i386_skip_probe, i386_analyze_frame_setup,
6689 i386_analyze_register_saves, i386_analyze_prologue,
6690 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6691 i386_frame_prev_register, i386_sigtramp_frame_cache,
6692 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6693 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6694 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6695 New functions.
6696 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6697 New variables.
6698 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6699 I386_EAX_REGNUM and I386_EDX_REGNUM.
6700 (i386_extract_return_value, i386_store_return_value): Use
6701 I386_ST0_REGNUM where appropriate.
6702 (i386_extract_struct_value_address): Rewrite to use extract_address.
6703 (i386_svr4_pc_in_sigtramp): Add comment.
6704 (i386_svr4_sigcontext_addr): Rewrite.
6705 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6706 TDEP->sc_sp_offset.
6707 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6708 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6709 of new defines. Set push_dummy_call, don't set
6710 deprecated_push_arguments, deprecated_push_return_address,
6711 deprecated_pop_frame. Don't set parm_boundary. Don't set
6712 deprecated_frame_chain, deprecated_frame_saved_pc,
6713 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6714 save_dummy_frame_tos, unwind_pc. Call
6715 frame_unwind_append_predicate and frame_base_set_default. Don't
6716 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6717 Don't set frameless_function_invocation. Don't set
6718 deprecated_register_bytes, deprecated_register_size,
6719 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6720 * i386-linux-tdep.c: Fix formatting in some comments.
6721 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6722 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6723 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6724 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6725 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6726 redundant parentheses.
6727 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6728 (i386_linux_sigcontext_addr): Use it. Rewrite.
6729 (find_minsym_and_objfile): Change name of second argument.
6730 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6731 changed. Use frame_pc_unwind instead of
6732 DEPRECATED_SAVED_PC_AFTER_CALL.
6733 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6734 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6735 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6736 unwinder.
6737 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6738 "dummy-frame.h".
6739 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6740 (_initialize_i386_cygwin_tdep): New prototype.
6741 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6742 deprecated_frame_chain_valid.
6743 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6744 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6745 Rely on the SVR4 defaults.
6746 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6747 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6748
6749 2003-05-30 Andrew Cagney <cagney@redhat.com>
6750
6751 * infcall.c (call_function_by_hand): Always call
6752 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6753
6754 2003-05-30 Richard Henderson <rth@redhat.com>
6755
6756 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6757 increment.
6758
6759 2003-05-29 Jim Blandy <jimb@redhat.com>
6760
6761 Use gdbarch methods for solib stuff on PowerPC Linux.
6762 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6763 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6764 show through.
6765 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6766 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6767 giving the same effect as the #definitions above.
6768
6769 2003-05-29 Adam Fedor <fedor@gnu.org>
6770
6771 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6772 (find_implementation_from_class): Replace it with the standard
6773 case i.e. do nothing.
6774
6775 2003-05-29 Richard Henderson <rth@redhat.com>
6776
6777 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6778 (alpha_linux_sigtramp_offset): Use it. Make static.
6779 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6780 update for new frame model.
6781 * alpha-mdebug-tdep.c: New file.
6782 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6783 (alpha_osf1_init_abi): Install it.
6784 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6785 (linked_proc_desc_table): Remove.
6786 (alpha_frame_past_sigtramp_frame): Remove.
6787 (alpha_dynamic_sigtramp_offset): Remove.
6788 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6789 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6790 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6791 (push_sigtramp_desc): Remove.
6792 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6793 (alpha_cannot_store_register): Likewise.
6794 (alpha_sigcontext_addr): Remove.
6795 (alpha_find_saved_regs): Remove.
6796 (alpha_frame_init_saved_regs): Remove.
6797 (alpha_init_frame_pc_first): Remove.
6798 (read_next_frame_reg): Remove.
6799 (alpha_frame_saved_pc): Remove.
6800 (alpha_saved_pc_after_call): Remove.
6801 (temp_proc_desc, temp_saved_regs): Remove.
6802 (alpha_about_to_return): Remove.
6803 (cached_proc_desc): Remove.
6804 (alpha_frame_chain): Remove.
6805 (alpha_print_extra_frame_info): Remove.
6806 (alpha_init_extra_frame_info): Remove.
6807 (alpha_frame_locals_address): Remove.
6808 (alpha_frame_args_address): Remove.
6809 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6810 (alpha_push_dummy_frame): Remove.
6811 (alpha_pop_frame): Remove.
6812 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6813 (alpha_read_insn): New.
6814 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6815 for different insn encodings.
6816 (alpha_in_lenient_prologue): Remove.
6817 (struct alpha_sigtramp_unwind_cache): New.
6818 (alpha_sigtramp_frame_unwind_cache): New.
6819 (alpha_sigtramp_register_address): New.
6820 (alpha_sigtramp_frame_this_id): New.
6821 (alpha_sigtramp_frame_prev_register): New.
6822 (alpha_sigtramp_frame_unwind): New.
6823 (alpha_sigtramp_frame_p): New.
6824 (struct alpha_heuristic_unwind_cache): New.
6825 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6826 don't count nop insns that occur between functions.
6827 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6828 heuristic_proc_desc, but without the mdebug wrapping.
6829 (alpha_heuristic_frame_this_id): New.
6830 (alpha_heuristic_frame_prev_register): New.
6831 (alpha_heuristic_frame_unwind): New.
6832 (alpha_heuristic_frame_p): New.
6833 (alpha_heuristic_frame_base_address): New.
6834 (alpha_heuristic_frame_base): New.
6835 (alpha_unwind_dummy_id): New.
6836 (alpha_unwind_pc): New.
6837 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6838 frame related deprecated initializations; install replacements.
6839 (alpha_dump_tdep): Remove.
6840 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6841 (alpha_read_insn, alpha_after_prologue,
6842 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6843 alpha_heuristic_frame_prev_register,
6844 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6845 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6846 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6847 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6848
6849 2003-05-29 Andrew Cagney <cagney@redhat.com>
6850
6851 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6852 dependant on the availability of ASSERT_FUNCTION.
6853 (ASSERT_FUNCTION): Do not define when there is no function name.
6854
6855 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6856
6857 From Jimi X <jimix@watson.ibm.com>:
6858 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6859
6860 2003-05-28 Jim Blandy <jimb@redhat.com>
6861
6862 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6863 argument to ptrace to int; the system headers should give it the
6864 right type, and pointers don't fit in ints on powerpc64-*-*.
6865
6866 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6867
6868 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6869 DW_TAG_catch_block.
6870
6871 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6872
6873 * stabsread.c (dbx_lookup_type): Make static.
6874 (read_type): Ditto.
6875 (add_undefined_type): Ditto.
6876 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6877 not export.
6878
6879 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6880
6881 * hpread.c (hpread_has_name): Make static.
6882 (hpread_psymtab_to_symtab): Ditto.
6883 (file_exists): Ditto.
6884 (hpread_call_pxdb): Ditto.
6885 (hpread_pxdb_needed): Ditto.
6886 (hpread_quick_traverse): Ditto.
6887 (hpread_get_header): Ditto.
6888 (hpread_get_lntt): Ditto.
6889 (hpread_get_slt): Ditto.
6890 (class_of): Ditto.
6891
6892 2003-05-25 Andreas Schwab <schwab@suse.de>
6893
6894 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6895 stack_align and deprecated_extra_stack_alignment_needed.
6896 (m68k_stack_align): Delete.
6897
6898 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6899 (m68k_register_virtual_size): Likewise.
6900 (altos_skip_prologue): Remove obsolete function.
6901 (isi_frame_num_args): Likewise.
6902 (news_frame_num_args): Likewise.
6903 (m68k_fix_call_dummy): Make static.
6904 (m68k_push_dummy_frame): Likewise.
6905 (m68k_pop_frame): Likewise.
6906 (m68k_skip_prologue): Likewise.
6907 (m68k_frame_init_saved_regs): Likewise.
6908 (m68k_saved_pc_after_call): Likewise.
6909 (m68k_get_longjmp_target): Make multi-arch.
6910 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6911 structure. Register m68k_get_longjmp_target if enabled.
6912 * m68k-tdep.h (struct gdbarch_tdep): Define.
6913 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6914
6915 * Makefile.in (config.status): Also depend on configure.tgt
6916 and configure.host.
6917 (m68klinux-tdep.o): Update dependencies.
6918 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6919 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6920 (M68K_LINUX_JB_PC): Define.
6921 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6922 and take additional parameter.
6923 (m68k_linux_sigtramp_saved_pc): Update.
6924 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6925 m68k_linux_pc_in_sigtramp, in_plt_section,
6926 find_solib_trampoline_target.
6927 * config/m68k/tm-linux.h: Don't include any tm headers.
6928 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6929 (JB_ELEMENT_SIZE): Likewise.
6930 (JB_PC): Likewise.
6931 (GET_LONGJMP_TARGET): Likewise.
6932 (IN_SIGTRAMP): Likewise.
6933 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6934
6935 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6936
6937 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6938 (sparc32_push_arguments): Re-implement by calling
6939 sparc32_do_push_arguments.
6940
6941 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6942
6943 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6944 SPARC_O1_REGNUM): New defines.
6945 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6946 (sparc32_store_return_value): New function.
6947 (sparc_extract_struct_value_address): Rewrite to operate on a
6948 regcache.
6949 (sparc_gdbarch_init): Don't set
6950 deprecated_extract_struct_value_address. Set
6951 extract_struct_value_address instead. Don't set
6952 deprecated_extract_return_value and deprecated_store_return_value
6953 for 32-bit targets. Set extract_return_value and
6954 store_return_value instead.
6955 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6956 DEPRECTAED_EXTRACT_RETURN_VALUE,
6957 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6958 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6959 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6960 (sparc_store_return_value): Remove prototype.
6961 (sparc32_store_return_value): New prototype.
6962 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6963 Adjust prototypes.
6964
6965 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6966
6967 * sparcnbsd-tdep.c: Include "gdb_string.h".
6968
6969 2003-05-23 Andrew Cagney <cagney@redhat.com>
6970
6971 * p-valprint.c (pascal_val_print): Replace extract_address with
6972 the inline equivalent extract_unsigned_integer.
6973 * jv-valprint.c (java_value_print): Ditto.
6974 * ada-valprint.c (ada_val_print_1): Ditto.
6975 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6976
6977 2003-05-23 Theodore A. Roth <troth@openavr.org>
6978
6979 * blockframe.c (frameless_look_for_prologue): Remove unused
6980 after_prologue variable.
6981
6982 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6983
6984 * blockframe.c (get_pc_function_start): Rewrite to avoid
6985 asignments in if-statements.
6986
6987 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6988
6989 Committed by Elena Zannoni <ezannoni@redhat.com>.
6990 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6991 files, don't relocate absolute symbols (and do use mst_abs).
6992
6993 2003-05-23 Andrew Cagney <cagney@redhat.com>
6994
6995 * objc-lang.c: Include "gdb_assert.h".
6996 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6997 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6998 (gdb_check, gdb_check_fatal): Delete functions.
6999 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7000 gdb_assert.
7001 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7002 * Makefile.in (objc-lang.o): Update dependencies.
7003
7004 2003-05-22 Ian Lance Taylor <ian@airs.com>
7005
7006 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7007 with fprintf_filtered, not fprintf_unfiltered.
7008
7009 2003-05-22 Andrew Cagney <cagney@redhat.com>
7010
7011 * stack.c (frame_info): Inline extract_address, replacing it with
7012 extract_unsigned_integer.
7013 * findvar.c (unsigned_pointer_to_address): Ditto.
7014 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7015 * dwarf2expr.c (dwarf2_read_address): Ditto.
7016 * frame.c (frame_pc_unwind): Update comment.
7017 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7018
7019 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7020
7021 * infptrace.c (detach): Call print_sys_errmsg rather than
7022 perror_with_name to issue warning message when errno is non-zero
7023 after calling ptrace detach.
7024
7025 2003-05-21 J. Brobecker <brobecker@gnat.com>
7026
7027 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7028 macro definitions from here...
7029 * hppa-tdep.c: ...to there.
7030
7031 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7032
7033 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7034 register_ptrace_addr(). Fix all callers.
7035
7036 2003-05-21 Andreas Schwab <schwab@suse.de>
7037
7038 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7039 dependencies.
7040 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7041 end.
7042 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7043 (_initialize_m68k_linux_tdep): New function.
7044 (m68k_linux_frame_saved_pc): Make static.
7045 (m68k_linux_extract_return_value): Likewise.
7046 (m68k_linux_store_return_value): Likewise.
7047 (m68k_linux_extract_struct_value_address): Likewise.
7048 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7049 Remove.
7050 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7051 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7052 (DEPRECATED_FRAME_SAVED_PC): Remove.
7053
7054 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7055
7056 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7057 regset numbering rather than our own.
7058
7059 2003-05-19 David Carlton <carlton@bactrian.org>
7060
7061 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7062
7063 2003-05-19 David Carlton <carlton@bactrian.org>
7064
7065 Partial fix for PR c++/827.
7066 * cp-support.h: Include symtab.h.
7067 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7068 * cp-namespace.c: Update contributors.
7069 (cp_lookup_symbol_nonlocal): New.
7070 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7071 (lookup_symbol_file): Ditto.
7072 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7073 * block.h: Declare block_scope, block_using, block_global_block.
7074 * block.c (block_scope): New.
7075 (block_using, block_global_block): Ditto.
7076 * Makefile.in (cp_support_h): Depend on symtab_h.
7077 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7078
7079 2003-05-19 David Carlton <carlton@bactrian.org>
7080
7081 * language.h (struct language_defn): Add 'la_value_of_this'
7082 and 'la_lookup_symbol_nonlocal' members.
7083 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7084 lookup_symbol_static, lookup_symbol_global,
7085 lookup_symbol_aux_block.
7086 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7087 if we should search fields of this and how to do static/global
7088 lookup.
7089 (lookup_symbol_aux_block): Make extern.
7090 (basic_lookup_symbol_nonlocal): New.
7091 (lookup_symbol_static, lookup_symbol_global): Ditto.
7092 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7093 'la_lookup_symbol_nonlocal' members.
7094 * c-lang.c (c_language_defn, cplus_language_defn)
7095 (asm_language_defn, minimal_language_defn): Ditto.
7096 * jv-lang.c (java_language_defn): Ditto.
7097 * language.c (unknown_language_defn, auto_language_defn)
7098 (local_language_defn): Ditto.
7099 * m2-lang.c (m2_language_defn): Ditto.
7100 * objc-lang.c (objc_language_defn): Ditto.
7101 * scm-lang.c (scm_language_defn): Ditto.
7102 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7103 * p-lang.c (pascal_language_defn): Ditto for both.
7104 * Makefile.in (f-lang.o): Depend on value_h.
7105 (p-lang.o): Ditto.
7106
7107 2003-05-19 David Carlton <carlton@bactrian.org>
7108
7109 * block.h: Declare block_static_block.
7110 * block.c (block_static_block): New.
7111 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7112 lookup_symbol_aux_local, calling block_static_block instead.
7113 (lookup_symbol_aux_local): Delete 'static_block' argument.
7114
7115 2003-05-19 David Carlton <carlton@bactrian.org>
7116
7117 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7118
7119 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7120
7121 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7122 register numbers mapping.
7123
7124 2003-05-18 Adam Fedor <fedor@gnu.org>
7125
7126 * symtab.c (completion_list_objc_symbol): New function.
7127 (make_symbol_completion_list): Use it to add ObjC symbols
7128 when looking though the list.
7129 (language_search_unquoted_string): New function.
7130 (make_file_symbol_completion_list): Use it.
7131
7132 2003-05-18 Andreas Schwab <schwab@suse.de>
7133
7134 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7135 dependencies.
7136 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7137 as m68k_linux_extract_return_value.
7138 (DEPRECATED_STORE_RETURN_VALUE): Define as
7139 m68k_linux_store_return_value.
7140 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7141 m68k_linux_extract_struct_value_address.
7142 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7143 get_next_frame, get_frame_base, get_frame_pc.
7144 (m68k_linux_frame_saved_pc): Use get_frame_base.
7145 (m68k_linux_extract_return_value): New function.
7146 (m68k_linux_store_return_value): New function.
7147 (m68k_linux_extract_struct_value_address): New function.
7148 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7149
7150 * c-exp.y (typebase): Remove duplicate occurence of
7151 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7152 of lookup_signed_typename.
7153
7154 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7155
7156 * dwarf2loc.c (find_location_expression): Change type of second
7157 argument to `size_t *'.
7158 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7159 for size variable.
7160
7161 2003-05-18 David Carlton <carlton@bactrian.org>
7162
7163 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7164 'linkage_name'. Add comment.
7165 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7166 'linkage_name'.
7167 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7168 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7169 (lookup_block_symbol): Ditto.
7170
7171 2003-05-16 Andrew Cagney <cagney@redhat.com>
7172
7173 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7174 * gdbarch.h, gdbarch.c: Re-generate.
7175 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7176 * TODO (REGISTER_BYTES): Delete reference.
7177 * alpha-tdep.c (alpha_gdbarch_init): Update.
7178 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7179 * x86-64-tdep.c (x86_64_init_abi): Update.
7180 * vax-tdep.c (vax_gdbarch_init): Update.
7181 * v850-tdep.c (v850_gdbarch_init): Update.
7182 * sparc-tdep.c (sparc_gdbarch_init): Update.
7183 * sh-tdep.c (sh_gdbarch_init): Update.
7184 * s390-tdep.c (s390_gdbarch_init): Update.
7185 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7186 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7187 (ns32k_gdbarch_init_32382): Update.
7188 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7189 * mcore-tdep.c (mcore_gdbarch_init): Update.
7190 * m68k-tdep.c (m68k_gdbarch_init): Update.
7191 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7192 * ia64-tdep.c (ia64_gdbarch_init): Update.
7193 * i386-tdep.c (i386_gdbarch_init): Update.
7194 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7195 * hppa-tdep.c (hppa_gdbarch_init): Update.
7196 * h8300-tdep.c (h8300_gdbarch_init): Update.
7197 * frv-tdep.c (frv_gdbarch_init): Update.
7198 * cris-tdep.c (cris_gdbarch_init): Update.
7199 * avr-tdep.c (avr_gdbarch_init): Update.
7200 * arm-tdep.c (arm_gdbarch_init): Update.
7201 * sparc-tdep.c (sparc_pop_frame): Update.
7202 * rs6000-tdep.c (rs6000_pop_frame): Update.
7203 * remote.c (init_remote_state): Update.
7204 (remote_prepare_to_store): Update.
7205 * remote-vx.c (vx_prepare_to_store): Update.
7206 * remote-sds.c (sds_fetch_registers): Update.
7207 (sds_prepare_to_store): Update.
7208 * remote-array.c: Update.
7209 * regcache.c (init_legacy_regcache_descr): Update.
7210 (init_regcache_descr): Update.
7211 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7212 (mips_o64_extract_return_value): Update.
7213 * irix5-nat.c (fetch_core_registers): Update.
7214 * irix4-nat.c (fetch_core_registers): Update.
7215 * i386-tdep.h: Update.
7216 * hppa-tdep.c (pa_do_registers_info): Update.
7217 (pa_do_strcat_registers_info): Update.
7218 * cris-tdep.c (cris_register_bytes_ok): Update.
7219 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7220 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7221 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7222 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7223 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7224 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7225 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7226 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7227 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7228 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7229 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7230 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7231 (REGISTER_BYTES_OK): Update.
7232 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7233 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7234
7235 2003-05-16 Ian Lance Taylor <ian@airs.com>
7236
7237 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7238 (vax_print_insn, print_insn_arg): Remove static functions.
7239 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7240 print_insn_vax from opcodes library.
7241 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7242
7243 2003-05-15 Andrew Cagney <cagney@redhat.com>
7244
7245 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7246 * target.h (memory_breakpoint_from_pc): Delete declaration.
7247 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7248 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7249 * monitor.c (monitor_insert_breakpoint): Use
7250 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7251 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7252 * gdbarch.h, gdbarch.c: Re-generate.
7253 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7254 (sparc_gdbarch_init): Set breakpoint_from_pc to
7255 sparc_breakpoint_from_pc.
7256 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7257 (BREAKPOINT_FROM_PC): Define.
7258 (sparc_breakpoint_from_pc): Declare.
7259 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7260 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7261 (BREAKPOINT_FROM_PC): Define.
7262 (BREAKPOINT): Delete macro.
7263 * target.h: Update comment.
7264 * s390-tdep.c (s390_gdbarch_init): Update comments.
7265 * remote.c: Update comments.
7266 * remote-mips.c: Update comments.
7267 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7268 * mem-break.c: Update comment.
7269 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7270 (ia64_memory_insert_breakpoint): Update.
7271 * config/sparc/tm-sparc.h: Update comment.
7272 * config/pa/tm-hppa64.h: Update comment.
7273 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7274 (rs6000_breakpoint_from_pc): Update.
7275 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7276 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7277 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7278 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7279 (mips_breakpoint_from_pc): Update.
7280 (mips_dump_tdep): Update.
7281
7282 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7283 * minsyms.c (lookup_minimal_symbol): Inline
7284 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7285
7286 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7287 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7288 * p-lang.c (pascal_printstr): Ditto.
7289 * objc-lang.c (objc_printstr): Ditto.
7290 * m2-lang.c (m2_printstr): Ditto.
7291 * jv-valprint.c (java_print_value_fields): Ditto.
7292 * f-lang.c (f_printstr): Ditto.
7293 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7294 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7295 for repeat_count_threshold.
7296 * Makefile.in (cp-valprint.o): Update dependencies.
7297
7298 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7299
7300 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7301 (examine_prologue): Support looking through leaf functions, knowing
7302 they start with mov r2,r12. Support skipping over indirect stores
7303 of the input registers. Upon hitting a non-nop branch instruction
7304 or predicated instruction, bail out by setting lim_pc to the current
7305 pc value in the loop. At the end, if the lim_pc value is still
7306 beyond our calculated value and we have trust_limit set,
7307 use the lim_pc value.
7308
7309 2003-05-15 Andrew Cagney <cagney@redhat.com>
7310
7311 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7312 generic_find_dummy_frame.
7313 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7314 (deprecated_generic_find_dummy_frame): Update.
7315 (deprecated_read_register_dummy): Update.
7316 * frame.c (deprecated_generic_get_saved_register): Update.
7317
7318 2003-05-15 Theodore A. Roth <troth@openavr.org>
7319
7320 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7321 (avr_gdbarch_init): Set breakpoint_from_pc method.
7322
7323 2003-05-15 Andrew Cagney <cagney@redhat.com>
7324
7325 * regcache.c (build_regcache): Set deprecated_register_valid
7326 directly.
7327 (deprecated_grub_regcache_for_register_valid): Delete function.
7328 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7329 declaration.
7330
7331 2003-05-15 David Carlton <carlton@bactrian.org>
7332
7333 Committed by Elena Zannoni <ezannoni@redhat.com>
7334 * symtab.c (lookup_symbol_aux): Delete calls to
7335 lookup_symbol_aux_minsyms.
7336 (lookup_symbol_aux_minsyms): Comment out function and
7337 prototype. Delete lookup by mangled name.
7338
7339 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7340
7341 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7342 correctly indicate an empty stack and ``stack_allocated'' to the
7343 indicate the number of elements initially allocated.
7344 (dwarf_expr_grow_stack): Simplify method for computing new
7345 stack size. Don't loop infinitely if ``stack_len'' is zero.
7346 (execute_stack_op): Move ``ctx->in_reg'' initialization
7347 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7348 be used in conjuction with DW_OP_piece. Revise error message
7349 accordingly.
7350
7351 2003-05-14 Theodore A. Roth <troth@openavr.org>
7352
7353 * MAINTAINERS: Update my email address.
7354 * avr-tdep.c: Ditto.
7355
7356 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7357
7358 * symtab.h (enum domain_enum): Rename from namespace_enum.
7359 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7360 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7361 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7362 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7363 TYPES_NAMESPACE, METHODS_NAMESPACE.
7364 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7365 (struct symbol, struct partial_symbol): Rename field
7366 'namespace_enum namespace' to 'domain_enum domain'.
7367 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7368 Delete old define kludge for namespace.
7369
7370 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7371 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7372 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7373 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7374 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7375 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7376 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7377 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7378 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7379 occurrences of the above.
7380
7381 2003-05-14 Ian Lance Taylor <ian@airs.com>
7382
7383 * Makefile.in (install-only): Use $(SHELL) when running
7384 mkinstalldirs.
7385
7386 2003-05-13 Ian Lance Taylor <ian@airs.com>
7387
7388 * MAINTAINERS (write after approval): Add myself.
7389
7390 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7391 second and third arguments.
7392 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7393 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7394
7395 2003-05-13 Andrew Cagney <cagney@redhat.com>
7396
7397 * defs.h (store_address): Delete declaration.
7398 findvar.c (store_address): Delete function.
7399 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7400 store_unsigned_integer.
7401 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7402 * v850-tdep.c (v850_push_arguments): Ditto.
7403 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7404 * sh-tdep.c (sh64_get_saved_register): Ditto.
7405 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7406 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7407 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7408 (mips_get_saved_register): Ditto.
7409 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7410 (find_func_descr, ia64_push_arguments): Ditto.
7411 * i386-tdep.c (i386_push_arguments): Ditto.
7412 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7413 * frv-tdep.c (frv_push_arguments): Ditto.
7414 * frame.c (legacy_saved_regs_prev_register): Ditto.
7415 (deprecated_generic_get_saved_register): Ditto.
7416 * findvar.c (unsigned_address_to_pointer): Ditto.
7417 * dwarf2read.c (dwarf2_const_value): Ditto.
7418 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7419 * alpha-tdep.c (alpha_push_arguments): Ditto.
7420
7421 2003-05-12 J. Brobecker <brobecker@gnat.com>
7422
7423 * NEWS: Mention that the hppa-hpux port has been partially
7424 multiarched (32bit ABIT only, so far).
7425
7426 2003-05-11 Andrew Cagney <cagney@redhat.com>
7427
7428 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7429 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7430 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7431 sim/testsuite/sim/arm/misaligned2.ms, and
7432 sim/testsuite/sim/arm/misaligned3.ms.
7433 * disasm.h (struct ui_file): Add opaque struct declaration.
7434 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7435 * frame.h (struct ui_file): Ditto.
7436
7437 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7438
7439 * value.h: Pretty print.
7440
7441 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7442
7443 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7444
7445 2003-05-08 Andrew Cagney <cagney@redhat.com>
7446
7447 * regcache.h (max_register_size): Delete declaration.
7448 * regcache.c (max_register_size): Delete function.
7449 (struct regcache_descr): Delete field "max_register_size".
7450 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7451 registers fit in MAX_REGISTER_SIZE.
7452 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7453 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7454 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7455 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7456 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7457 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7458 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7459 * dve3900-rom.c, hppa-tdep.c: Ditto.
7460
7461 2003-05-08 David Carlton <carlton@math.stanford.edu>
7462
7463 * valops.c (push_word): Fix typo.
7464
7465 2003-05-08 Andrew Cagney <cagney@redhat.com>
7466
7467 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7468 * gdbarch.h: Re-generate.
7469 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7470 (legacy_max_register_raw_size): Delete declaration.
7471 * regcache.c (legacy_max_register_raw_size): Delete function.
7472 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7473 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7474 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7475 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7476 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7477 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7478 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7479 * findvar.c, dwarf2cfi.c: Ditto.
7480
7481 2003-05-08 Andrew Cagney <cagney@redhat.com>
7482
7483 * mips-tdep.c (read_signed_register): New function, moved to here
7484 from "regcache.c".
7485 (read_signed_register_pid): Ditto.
7486 * regcache.c (read_signed_register_pid): Delete function, moved to
7487 "mips-tdep.c".
7488 (read_signed_register): Ditto.
7489 * regcache.h (read_signed_register): Delete declaration.
7490 (read_signed_register_pid): Delete declaration.
7491
7492 2003-05-08 Andrew Cagney <cagney@redhat.com>
7493
7494 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7495 * gdbarch.h: Re-generate.
7496 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7497 (legacy_max_register_virtual_size): Delete declaration.
7498 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7499 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7500 * tracepoint.c (memrange_sortmerge): Ditto.
7501 * sparc-tdep.c (sparc_print_registers): Ditto.
7502 * regcache.c (legacy_max_register_virtual_size): Delete function.
7503
7504 2002-05-08 J. Brobecker <brobecker@gnat.com>
7505
7506 * fork-child.c (escape_bang_in_quoted_argument): New function.
7507 (fork_inferior): Escape '!' characters in quoted arguments
7508 only when needed.
7509
7510 2003-05-08 J. Brobecker <brobecker@gnat.com>
7511
7512 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7513 the language of the CU is not currently supported by GDB.
7514
7515 2003-05-08 J. Brobecker <brobecker@gnat.com>
7516
7517 * defs.h (language): Add language_minimal enum value.
7518 * c-lang.c (minimal_language_defn): New language definition.
7519 (_initialize_c_language): Add the new minimal language to the list
7520 of languages known to GDB.
7521
7522 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7523
7524 * frame.c (get_frame_type): Don't attempt to lazily initialize
7525 frame's unwinder for legacy frames.
7526
7527 2003-05-07 Andrew Cagney <cagney@redhat.com>
7528
7529 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7530 and "regcache" parameters.
7531 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7532
7533 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7534
7535 * dwarf2read.c (dwarf_decode_lines): Only use output of
7536 check_cu_functions() when calling record_line(). Do not update
7537 the current address.
7538
7539 2003-05-07 Andrew Cagney <cagney@redhat.com>
7540
7541 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7542 code.
7543
7544 2003-05-07 Jim Blandy <jimb@redhat.com>
7545
7546 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7547 'maint info symtabs' and 'maint info psymtabs'.
7548 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7549 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7550 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7551 Declarations updated.
7552 * maint.c (maintenance_list_command): Delete.
7553 (_initialize_maint_cmds): Update calls to add_cmd.
7554 * gdbcmd.h (maintenancelistlist): Delete declaration.
7555 * cli/cli-cmds.c (maintenancelistlist): Delete.
7556 (init_cmd_lists): Don't initialize it.
7557 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7558
7559 2003-05-07 Andrew Cagney <cagney@redhat.com>
7560
7561 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7562 "regcache".
7563 (d10v_print_registers_info): Update.
7564 (d10v_dmap_register, d10v_imap_register): Delete functions.
7565 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7566 and "imap_register".
7567 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7568 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7569 * arch-utils.c (generic_remote_translate_xfer_address): Add
7570 "regcache" and "gdbarch" parameters.
7571 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7572 parameter. Change class to multi-arch.
7573 * gdbarch.h, gdbarch.c: Re-generate.
7574 * remote.c (remote_xfer_memory): Use
7575 gdbarch_remote_translate_xfer_address.
7576
7577 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7578
7579 * infrun.c (prev_pc): Move declaration ahead of proceed().
7580 (proceed): Refresh prev_pc value before resuming.
7581 (stop_stepping): Remove code to refresh prev_pc.
7582
7583 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7584
7585 * nto-tdep.c: Removed stray comment.
7586
7587 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7588
7589 * i386-nto-tdep.c: Fix old K&R function definitions.
7590 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7591 Also change add_show_from_set() call to add_setshow_cmd().
7592 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7593
7594 2003-05-05 Andrew Cagney <cagney@redhat.com>
7595
7596 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7597 (fprint_dummy_frames): New function.
7598 (maintenance_print_dummy_frames): New function.
7599 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7600 * frame.c (fprint_frame_id): Make global.
7601 * frame.h (fprint_frame_id): Declare.
7602 * Makefile.in (dummy-frame.o): Update dependencies.
7603
7604 2003-05-05 Andrew Cagney <cagney@redhat.com>
7605
7606 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7607 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7608 SIZEOF_CALL_DUMMY_WORDS.
7609 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7610 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7611 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7612 CALL_DUMMY_BREAKPOINT_OFFSET.
7613 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7614 CALL_DUMMY_START_OFFSET.
7615 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7616 * gdbarch.h, gdbarch.c: Re-generate.
7617 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7618 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7619 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7620 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7621 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7622 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7623 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7624 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7625 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7626 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7627 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7628 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7629 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7630 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7631 * config/sparc/tm-sparc.h: Update.
7632
7633 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7634
7635 * configure.tgt: Add i[3456]86-*-nto*.
7636 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7637 * nto-tdep.c: New file. Neutrino target support routines.
7638 * nto-tdep.h: New file. Neutrino target header.
7639 * config/tm-qnxnto.h: New file.
7640 * config/i386/i386nto.mt: New file.
7641 * config/i386/tm-i386nto.h: New file.
7642
7643 2003-05-04 Andrew Cagney <cagney@redhat.com>
7644
7645 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7646 (load_infrun_state): Ditto.
7647 (struct thread_info): Drop "prev_func_name" field.
7648 * thread.c (load_infrun_state): Update.
7649 (save_infrun_state): Update.
7650 * infrun.c (prev_func_name): Delete variable.
7651 (init_wait_for_inferior): Do not clear prev_func_name.
7652 (stop_stepping, keep_going, context_switch): Do not swap
7653 prev_func_name.
7654 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7655 instead of PC_IN_SIGTRAMP.
7656
7657 2003-05-04 Andrew Cagney <cagney@redhat.com>
7658
7659 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7660 REGISTER_BYTE with register_offset_hack.
7661 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7662 that REGISTER_BYTE is consistent with the regcache.
7663 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7664 * gdbarch.h, gdbarch.c: Regenerate.
7665
7666 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7667
7668 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7669 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7670
7671 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7672
7673 2003-05-03 J. Brobecker <brobecker@gnat.com>
7674
7675 From Thierry Schneider <tpschneider1@yahoo.com>
7676 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7677 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7678 (mi-cmd-symbol.o): Add rule.
7679
7680 2003-05-03 Andrew Cagney <cagney@redhat.com>
7681
7682 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7683 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7684 * gdbarch.h, gdbarch.c: Re-generate.
7685 * d10v-tdep.c (d10v_push_dummy_code): New function.
7686 (d10v_gdbarch_init): Set push_dummy_code.
7687 * infcall.c (legacy_push_dummy_code): New function.
7688 (generic_push_dummy_code): New function.
7689 (push_dummy_code): New function.
7690 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7691 instead of dummy_addr, to push_dummy_call. Move call to
7692 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7693 switch.
7694 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7695
7696 2003-05-03 Andrew Cagney <cagney@redhat.com>
7697
7698 * disasm.h (print_insn): Declare.
7699 * disasm.c (init_gdb_disassemble_info): New function.
7700 (gdb_disassembly): Call init_gdb_disassemble_info.
7701 (gdb_print_insn): New function.
7702 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7703 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7704 * mcore-tdep.c: Include "disasm.h"
7705 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7706 * d10v-tdep.c: Include "disasm.h".
7707 (display_trace): Call gdb_print_insn, instead of print_insn.
7708 (print_insn): Delete function.
7709 * printcmd.c: Include "disasm.h".
7710 (print_insn): Delete function.
7711 (print_formatted): Call gdb_print_insn, instead of print_insn.
7712 * Makefile.in (printcmd.o): Update dependencies.
7713 (mcore-tdep.o, d10v-tdep.o): Ditto.
7714
7715 2003-05-02 Andrew Cagney <cagney@redhat.com>
7716
7717 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7718 PC_REGNUM, re-indent.
7719 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7720 PC_REGNUM isn't set.
7721
7722 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7723 * gdbarch.h, gdbarch.c: Re-generate.
7724 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7725 register_virtual_size, pc_regnum, or register_bytes.
7726 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7727 (d10v_register_type): Use D10V_PC_REGNUM.
7728 (d10v_print_registers_info, d10v_read_pc): Ditto.
7729 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7730 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7731
7732 2003-05-02 David Carlton <carlton@bactrian.org>
7733
7734 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7735 the name with mstrsave.
7736
7737 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7738
7739 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7740 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7741 (host_charset_name, target_charset_name): New vars for use by
7742 set/show commands.
7743 (host_charset_enum, target_charset_enum): New enums for set/show
7744 commands.
7745 (set_charset_sfunc, set_host_charset_sfunc,
7746 set_target_charset_sfunc): New functions.
7747 (set_host_charset, set_target_charset): Make static.
7748 (list_charsets, set_host_charset_command,
7749 set_target_charset_command): Delete functions.
7750 (show_charset_command): Rewrite as....
7751 (show_charset): Hook this up with the set/show command mechanism.
7752 (_initialize_charset): Change names of charsets to match the
7753 set/show enums. Use host_charset_name and target_charset_name.
7754 Use set/show mechanism for charset, host-charset, target-charset
7755 commands. Do not make 'show host-charset' and 'show
7756 target-charset' be aliases of 'show charset'.
7757
7758 * charset.h (set_host_charset, set_target_charset): Don't export,
7759 they are not used outside the file.
7760
7761 2003-05-01 Andrew Cagney <cagney@redhat.com>
7762
7763 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7764 (gdb_disassembly): Make "di" non static, always initialize and
7765 cleanup. Always use dis_asm_read_memory.
7766 (gdb_dis_asm_read_memory): Delete function.
7767
7768 2003-05-01 Andrew Cagney <cagney@redhat.com>
7769
7770 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7771 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7772
7773 2003-04-30 Andrew Cagney <cagney@redhat.com>
7774
7775 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7776 "tm_print_insn_info".
7777 (TARGET_PRINT_INSN_INFO): Delete macro.
7778 (dis_asm_read_memory): Delete function declaration.
7779 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7780 (tm_print_insn_info): Delete variable definition.
7781 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7782 * gdbarch.h, gdbarch.c: Re-generate.
7783 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7784 "deprecated_tm_print_insn_info".
7785 * mcore-tdep.c (mcore_dump_insn): Ditto.
7786 * mips-tdep.c (mips_gdbarch_init): Ditto.
7787 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7788 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7789 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7790 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7791 instead of TARGET_PRINT_INSN_INFO, add comment.
7792 * s390-tdep.c (s390_get_frame_info): Instead of
7793 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7794 (s390_check_function_end, s390_is_sigreturn): Ditto.
7795 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7796 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7797 * disasm.c: Include "gdbcore.h".
7798 (_initialize_disasm): New function, initialize
7799 "deprecated_tm_print_insn_info".
7800 (deprecated_tm_print_insn_info): New variable.
7801 (dis_asm_read_memory): Moved from "corefile.c", made static.
7802 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7803 * Makefile.in (disasm.o): Update dependencies.
7804
7805 2003-04-30 Andrew Cagney <cagney@redhat.com>
7806
7807 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7808
7809 2003-04-29 Adam Fedor <fedor@gnu.org>
7810
7811 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7812 * infcall.c (find_function_addr): Make non-static.
7813 * infcall.h (find_function_addr): Declare.
7814 * Makefile.in (eval.o): Update dependencies.
7815
7816 2003-04-28 Adam Fedor <fedor@gnu.org>
7817
7818 * symtab.c (symbol_find_demangled_name): Check for and demangle
7819 ObjC symbols.
7820 (symbol_init_demangled_name): Init for language_objc as well.
7821
7822 2003-04-28 Andrew Cagney <cagney@redhat.com>
7823
7824 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7825 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7826 * gdbarch.h, gdbarch.c: Re-generate.
7827 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7828 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7829 * inferior.h (deprecated_read_fp): Rename read_fp.
7830 (generic_target_read_fp): Delete declaration.
7831 * regcache.c (generic_target_read_fp): Delete function.
7832 (deprecated_read_fp): Replace read_fp, use
7833 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7834 * d10v-tdep.c (d10v_read_fp): Delete function.
7835 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7836
7837 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7838 deprecated_target_read_fp to generic_target_read_fp.
7839 * sh-tdep.c (sh_gdbarch_init): Ditto.
7840 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7842 * frv-tdep.c (frv_gdbarch_init): Ditto.
7843
7844 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7845 deprecated_fp_regnum.
7846 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7847 * vax-tdep.c (vax_gdbarch_init): Ditto.
7848 * v850-tdep.c (v850_gdbarch_init): Ditto.
7849 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7850 * sh-tdep.c (sh_gdbarch_init): Ditto.
7851 * s390-tdep.c (s390_gdbarch_init): Ditto.
7852 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7853 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7854 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7855 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7856 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7857 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7858 * i386-tdep.c (i386_gdbarch_init): Ditto.
7859 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7860 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7861 * frv-tdep.c (frv_gdbarch_init): Ditto.
7862 * cris-tdep.c (cris_gdbarch_init): Ditto.
7863 * avr-tdep.c (avr_gdbarch_init): Ditto.
7864 * arm-tdep.c (arm_gdbarch_init): Ditto.
7865 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7866
7867 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7868 * v850-tdep.c (v850_gdbarch_init): Ditto.
7869 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7870 * sh-tdep.c (sh_gdbarch_init): Ditto.
7871 * s390-tdep.c (s390_gdbarch_init): Ditto.
7872 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7873 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7874 * mips-tdep.c (mips_gdbarch_init): Ditto.
7875 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7876 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7877 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7878 * frv-tdep.c (frv_gdbarch_init): Ditto.
7879 * avr-tdep.c (avr_gdbarch_init): Ditto.
7880 * arm-tdep.c (arm_gdbarch_init): Ditto.
7881
7882 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7883 DEPRECATED_FP_REGNUM.
7884 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7885 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7886 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7887 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7888 (sparc32_register_virtual_type): Ditto.
7889 * sh-tdep.c (sh64_frame_chain): Ditto.
7890 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7891 (sh_nofp_frame_init_saved_regs): Ditto.
7892 (sh64_nofp_frame_init_saved_regs): Ditto.
7893 (sh_fp_frame_init_saved_regs): Ditto.
7894 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7895 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7896 * procfs.c (procfs_fetch_registers): Ditto.
7897 (procfs_store_registers): Ditto.
7898 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7899 (store_inferior_registers, fetch_core_registers): Ditto.
7900 (fetch_kcore_registers, clear_regs): Ditto.
7901 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7902 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7903 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7904 * nlm/i386.c (do_status): Ditto.
7905 * mipsv4-nat.c (supply_gregset): Ditto.
7906 * mips-tdep.c: Ditto for comments.
7907 * mips-nat.c (fetch_inferior_registers): Ditto.
7908 (store_inferior_registers, fetch_core_registers): Ditto.
7909 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7910 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7911 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7912 (i386_do_pop_frame, i386_register_type): Ditto.
7913 * hppa-tdep.c (hppa_frame_chain): Ditto.
7914 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7915 (hppa_pop_frame, hppa_read_fp): Ditto.
7916 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7917 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7918 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7919 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7920 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7921 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7922 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7923 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7924 * blockframe.c: Ditto for comments.
7925 * arch-utils.h: Ditto for comments.
7926 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7927 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7928 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7929 * alpha-tdep.h: Ditto for comments.
7930 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7931 (alpha_cannot_store_register): Ditto.
7932 (alpha_push_dummy_frame): Ditto.
7933 * alpha-nat.c (supply_gregset): Ditto.
7934
7935 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7936 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7937 * config/sparc/tm-sparc.h: Update comment.
7938
7939 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7940 deprecated_read_fp instead of TARGET_READ_FP.
7941 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7942 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7943 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7944 deprecated_read_fp instead of read_fp.
7945 * s390-tdep.c (s390_push_arguments): Ditto.
7946 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7947 * frame.h: Ditto in comments.
7948 * frame.c (legacy_get_prev_frame): Ditto.
7949 * dummy-frame.c (dummy_frame_this_id): Ditto.
7950 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7951
7952 2003-04-28 Andrew Cagney <cagney@redhat.com>
7953
7954 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7955 * gdbarch.h, gdbarch.c: Re-generate.
7956 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7957 * vax-tdep.c (_initialize_vax_tdep): Update.
7958 * v850-tdep.c (_initialize_v850_tdep): Update.
7959 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7960 * s390-tdep.c (_initialize_s390_tdep): Update.
7961 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7962 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7963 * mips-tdep.c (_initialize_mips_tdep): Update.
7964 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7965 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7966 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7967 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7968 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7969 * frv-tdep.c (_initialize_frv_tdep): Update.
7970 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7971 (_initialize_cris_tdep): Update.
7972 * arch-utils.c (legacy_print_insn): Update.
7973 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7974
7975 2003-04-26 Adam Fedor <fedor@gnu.org>
7976
7977 * linespec.c (decode_objc): New function to decode ObjC calls
7978 (decode_line_1): Check for ObjC calls (using decode_objc)
7979 * Makefile (linespec.o): Update dependencies.
7980
7981 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7982
7983 * breakpoint.h (struct breakpoint_ops): New.
7984 (struct breakpoint): Add ops member.
7985
7986 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7987 (mention): Use new breakpoint ops member.
7988 (set_raw_breakpoint): Initialize ops field to NULL.
7989 (print_exception_catchpoint, print_one_exception_catchpoint)
7990 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7991 (gnu_v3_exception_catchpoint_ops): New.
7992 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7993
7994 2003-04-25 Adam Fedor <fedor@gnu.org>
7995
7996 * Makefile.in (COMMON_OBS): Add objc-lang.o
7997
7998 2003-04-25 Andrew Cagney <cagney@redhat.com>
7999
8000 * d10v-tdep.c (print_insn): Delete function.
8001 (display_trace): Use TARGET_PRINT_INSN.
8002 (_initialize_d10v_tdep): Do not set tm_print_insn.
8003 (d10v_gdbarch_init): Set print_insn.
8004
8005 2003-04-25 Andrew Cagney <cagney@redhat.com>
8006
8007 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8008 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8009 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8010 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8011 (nr_dmap_regs, a0_regnum): ... new functions.
8012 (d10v_print_registers_info): Use a0_regnum, use register_size.
8013 (d10v_register_byte): Delete function.
8014 (d10v_register_raw_size): Delete function.
8015 (d10v_register_type): Use a0_regnum.
8016 (d10v_print_registers_info): Use a0_regnum.
8017 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8018 (d10v_gdbarch_init): Do not set register_byte or
8019 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8020 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8021 extract_address.
8022 (trace_command): Use XCALLOC.
8023 (print_insn): Delete reference to tm_print_insn.
8024 (saved_regs_unwinder): Use store_unsigned_integer instead of
8025 store_address.
8026 * frame.h (FRAME_OBSTACK_CALLOC): Define
8027
8028 2003-04-25 David Carlton <carlton@bactrian.org>
8029
8030 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8031
8032 2003-04-24 Adam Fedor <fedor@gnu.org>
8033
8034 * objc-lang.c: Include "valprint.h"
8035 * Makefile.in (objc-lang.o): Update dependencies.
8036
8037 2003-04-24 Adam Fedor <fedor@gnu.org>
8038
8039 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8040 architecture dependant compilation and mark as unimplemented
8041 (until they get put in the gdbarch vector).
8042
8043 2003-04-23 David Carlton <carlton@bactrian.org>
8044
8045 * cp-support.c (cp_find_first_component): Accept 'operator' in
8046 more locations.
8047
8048 2003-04-23 Andrew Cagney <cagney@redhat.com>
8049
8050 * infcall.c (call_function_by_hand): Eliminate redundant
8051 indentation. Move "saved_async" and "old_cleanups" to where they
8052 are needed.
8053
8054 2003-04-23 Andrew Cagney <cagney@redhat.com>
8055
8056 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8057 and "buffer". Move the "name" code to where it is needed.
8058
8059 2003-04-23 Andrew Cagney <cagney@redhat.com>
8060
8061 * infcall.c (call_function_by_hand): Move variables "start_sp",
8062 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8063 code to ON_STACK switch branch.
8064
8065 2003-04-23 Andrew Cagney <cagney@redhat.com>
8066
8067 * infcall.c (call_function_by_hand): Make declaration of "i",
8068 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8069 lint.
8070
8071 2003-04-23 Andrew Cagney <cagney@redhat.com>
8072
8073 * infcall.c (call_function_by_hand): Delete variable
8074 "n_method_args". Localize "param_type"'s declaration to the loop
8075 that it is used. Reinstate code assigning to said variable -
8076 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8077 Rationalize code using "param_type".
8078
8079 2003-04-22 Andrew Cagney <cagney@redhat.com>
8080
8081 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8082 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8083 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8084 to DEPRECATED_PUSH_RETURN_ADDRESS.
8085
8086 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8087
8088 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8089 on the DWARF2 register number prior to fetching a register.
8090
8091 2003-04-22 J. Brobecker <brobecker@gnat.com>
8092
8093 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8094 Update all the tests using SOFT_FLOAT considering the fact that
8095 this macro was always set to 0.
8096 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8097 considering the fact that this macro was always set to 0.
8098 * hppa-tdep.h (hppa_store_return_value): Likewise.
8099 (hppa_extract_return_value): Likewise.
8100
8101 2003-04-22 J. Brobecker <brobecker@gnat.com>
8102
8103 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8104 the hppa-pro target only.
8105
8106 2003-04-21 J. Brobecker <brobecker@gnat.com>
8107
8108 Ongoing multi-arch conversion effort for HP/UX:
8109 * config/pa/tm-hppa.h: Move all macro that are no longer
8110 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8111 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8112
8113 2003-04-21 J. Brobecker <brobecker@gnat.com>
8114
8115 * config/pa/tm-hppa.h: Obsolete a section that was only used
8116 for hppa-pro.
8117
8118 2003-04-21 J. Brobecker <brobecker@gnat.com>
8119
8120 Ongoing multi-arch conversion for HP/UX.
8121 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8122 if already defined (allows hppa64 to stay non-multiarched for now).
8123 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8124
8125 2003-04-21 Andrew Cagney <cagney@redhat.com>
8126
8127 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8128
8129 2003-04-21 Andrew Cagney <cagney@redhat.com>
8130
8131 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8132 "i386_num_mmx_regs".
8133
8134 2003-04-21 Andrew Cagney <cagney@redhat.com>
8135
8136 * infcall.c: New file.
8137 * infcall.h: New file.
8138 * valarith.c: Include "infcall.h".
8139 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8140 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8141 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8142 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8143 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8144 (SFILES): Add "infcall.c"
8145 (COMMON_OBS): Add "infcall.o".
8146 (infcall.o): Specify dependencies.
8147 * value.h (call_function_by_hand): Delete declaration.
8148 * inferior.h (run_stack_dummy): Delete declaration.
8149 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8150 (run_stack_dummy): Move to "infcall.c", merged into
8151 call_function_by_hand.
8152 * valops.c (call_function_by_hand): Moved to "infcall.c".
8153 (find_function_addr, value_arg_coerce): Ditto.
8154 (unwindonsignal_p, coerce_float_to_double): Ditto.
8155 (_initialize_valops): Move "set/show coerce-float-to-double", and
8156 "set/show unwindonsignal" commands to "infcall.c".
8157 * v850-tdep.c, target.h: Update comments.
8158 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8159 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8160 (sh64_init_extra_frame_info): Update comments.
8161 * mn10300-tdep.c: Update comments.
8162 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8163 * config/sparc/tm-sparc.h: Update comments.
8164 * breakpoint.h: Update comments.
8165 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8166 * arm-tdep.c: Update comment.
8167
8168 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8169
8170 * i386-tdep.c (i386_num_register_names): New variable.
8171 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8172 (MM0_REGNUM): Remove redundant parentheses in define.
8173 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8174 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8175 i386_mxcsr_regnum_p): Remove redundant parentheses.
8176 (i386_register_name): Use i386_num_register_names.
8177
8178 * i386-tdep.c (i386_extract_return_value,
8179 i386_store_return_value): Correct check for availability of
8180 floating-point registers.
8181
8182 * i386-tdep.c (i386_frame_num_args): Remove function.
8183 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8184
8185 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8186 mmx_regnum_to_fp_regnum. Adjust all callers.
8187
8188 * i386-tdep.c (i386_get_longjmp_target): Use
8189 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8190 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8191 extract_address.
8192
8193 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8194
8195 * core-regset.c: Update comments to reflect reality. Re-order
8196 includes.
8197 (fetch_core_registers): Use switch instead of if. Remove
8198 redundant prototype.
8199
8200 2003-04-18 Jim Blandy <jimb@redhat.com>
8201
8202 * s390-tdep.c (s390_frame_align): New function.
8203 (s390_gdbarch_init): Register it with the gdbarch object.
8204
8205 2003-04-17 Richard Henderson <rth@redhat.com>
8206
8207 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8208
8209 2003-04-17 Michael Snyder <msnyder@redhat.com>
8210 Karen Bennet <bennet@redhat.com>
8211
8212 Committed by Elena Zannoni <ezannoni@redhat.com>
8213 * gdb_gcore.sh: New script to create a core dump of a process.
8214
8215 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8216
8217 * values.c (value_being_returned): Don't fetch the return
8218 value if the return type is void.
8219
8220 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8221
8222 * thread-db.c: Reindented.
8223
8224 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8225
8226 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8227 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8228 as types.
8229
8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253
8254 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8255
8256 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8257 the size of ``long double'' to 16, instead of 8.
8258
8259 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8260
8261 * i386-linux-nat.c: Add some whitespace to make things more
8262 readable.
8263 (fetch_register, store_register, fetch_inferior_registers,
8264 store_inferior_registers): Get rid of assignment in if-statement.
8265 (store_register): Fix typo in error message.
8266
8267 2003-04-16 Andrew Cagney <cagney@redhat.com>
8268
8269 * utils.c (xmmalloc): Always allocate something, matches
8270 libiberty/xmalloc's semantics.
8271 (xmrealloc, xmcalloc): Ditto.
8272
8273 2003-04-16 Andrew Cagney <cagney@redhat.com>
8274
8275 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8276 update comments.
8277 (get_frame_type): Initialize unwind and type when needed.
8278 (get_frame_id, frame_register_unwind): Ditto.
8279
8280 2003-04-16 Andrew Cagney <cagney@redhat.com>
8281
8282 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8283 obsolete.
8284 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8285 * sparcl-stub.c: Obsolete file.
8286 * config/sparc/tm-sparclet.h: Obsolete file.
8287 * sparclet-stub.c: Obsolete file.
8288 * sparclet-rom.c: Obsolete file.
8289 * sparcl-tdep.c: Obsolete file.
8290 * config/sparc/tm-sparclite.h: Obsolete file.
8291 * config/sparc/sparclite.mt: Obsolete file.
8292 * config/sparc/sparclet.mt: Obsolete file.
8293 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8294 sparc86x-*-* obsolete.
8295
8296 2003-04-15 David Carlton <carlton@math.stanford.edu>
8297
8298 * Makefile.in (SFILES): Add cp-namespace.c.
8299 (COMMON_OBS): Add cp-namespace.o.
8300 (block.o): Depend on gdb_obstack_h and cp_support_h.
8301 (buildsym.o): Depend on cp_support_h.
8302 (cp-namespace.o): New.
8303 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8304 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8305 (dwarf2read.o): Depend on cp_support_h.
8306 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8307 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8308 processing_current_namespace.
8309 (read_namespace): Update processing_current_namespace; check for
8310 anonymous namespaces.
8311 (dwarf2_name): New function.
8312 (dwarf2_extension): Ditto.
8313 * cp-support.h: Update copyright, contributors.
8314 Add inclusion guards.
8315 Add opaque declaration for structs obstack, block, symbol.
8316 (struct using_direct): New struct.
8317 Add declarations for cp_find_first_component,
8318 cp_entire_prefix_len, processing_has_namespace_info,
8319 processing_current_namespace, cp_is_anonymous,
8320 cp_add_using_directive, cp_initialize_namespace,
8321 cp_finalize_namespace, cp_set_block_scope,
8322 cp_scan_for_anonymous_namespaces.
8323 * cp-namespace.c: New file.
8324 * cp-support.c: Update copyright.
8325 Include ctype.h, gdb_assert.h, gdbcmd.h.
8326 New variable maint_cplus_cmd_list.
8327 (cp_find_first_component): New function.
8328 (cp_entire_prefix_len, maint_cplus_command)
8329 (first_component_command, _initialize_cp_support): Ditto.
8330 * buildsym.c: Include cp-support.h.
8331 New variable using_list.
8332 (add_symbol_to_list): Check for anonymous namespaces.
8333 (finish_block): Set block's scope.
8334 (start_symtab): Initialize C++ namespace support.
8335 (end_symtab): Finalize C++ namespace support.
8336 * block.h: Add opaque declarations for structs
8337 block_namespace_info, using_direct, and obstack.
8338 Add declarations for block_set_scope and block_set_using.
8339 (struct block): Add 'language_specific' member.
8340 (BLOCK_NAMESPACE): New macro.
8341 * block.c: Include gdb_obstack.h and cp-support.h.
8342 (struct block_namespace_info): New struct.
8343 (block_set_scope): New function.
8344 (block_set_using, block_initialize_namespace): Ditto.
8345
8346 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8347
8348 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8349 (locate_base): Return early if there aren't any link map offsets.
8350 (svr4_solib_create_inferior_hook): Warn if shared library support
8351 is unavailable.
8352
8353 2003-04-14 David Carlton <carlton@math.stanford.edu>
8354
8355 * symtab.c (symbol_set_names): Add prefix when storing Java names
8356 in hash table. Fix for PR java/1039.
8357
8358 2003-04-14 David Carlton <carlton@math.stanford.edu>
8359
8360 * symtab.c (symbol_set_names): Rename 'name' arg to
8361 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8362 * symtab.h: Change 'name' argument in declaration of
8363 symbol_set_names to 'linkage_name'.
8364 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8365
8366 2003-04-14 Andrew Cagney <cagney@redhat.com>
8367
8368 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8369 return the fully sign-extended register value.
8370 (get_frame_pointer): Ditto.
8371 (mips_pop_frame): Initialize "proc_desc" after checking for a
8372 dummy frame.
8373
8374 2003-04-14 Andrew Cagney <cagney@redhat.com>
8375
8376 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8377 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8378 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8379 (mips_push_register): Delete function.
8380 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8381 PUSH_FP_REGNUM.
8382
8383 2003-04-14 Jim Blandy <jimb@redhat.com>
8384
8385 * symmisc.c: #include "gdb_regex.h".
8386 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8387 functions.
8388 * maint.c (maintenance_list_command): New function.
8389 (_initialize_maint_cmds): Register the above as commands.
8390 * symtab.h (maintenance_list_symtabs,
8391 maintenance_list_psymtabs): New declarations.
8392 * cli/cli-cmds.c (maintenancelistlist): New variable.
8393 (init_cmd_lists): Initialize it.
8394 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8395 * gdbcmd.h (maintenancelistlist): New declaration.
8396 * Makefile.in (symmisc.o): Update dependencies.
8397
8398 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8399
8400 * s390-nat.c: Include asm/types.h for addr_t.
8401
8402 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8403
8404 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8405 actually incoming type.
8406
8407 2003-04-13 Andrew Cagney <cagney@redhat.com>
8408
8409 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8410 get_next_frame and get_frame_saved_regs.
8411
8412 2003-04-13 Andrew Cagney <cagney@redhat.com>
8413
8414 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8415 of gdbarch_num_regs.
8416
8417 2003-04-13 Andrew Cagney <cagney@redhat.com>
8418
8419 * frame.h: Mention what replaced what in "struct frame_info".
8420 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8421 deprecated_update_frame_base_hack and
8422 deprecated_update_frame_pc_hack.
8423 * hppa-tdep.c: Ditto.
8424
8425 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8426
8427 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8428 to read_reg and update its comment. Remove regnum member.
8429 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8430 Don't call read_reg when setting in_reg. Call read_reg to get
8431 the frame base if it's in a register. Return the register number
8432 on the stack instead of in the context. Remove extra arguments
8433 to read_reg.
8434 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8435 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8436 the register number on the expression stack.
8437 (needs_frame_read_reg): Remove extra arguments.
8438
8439 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8440
8441 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8442 made non-static.
8443 (execute_stack_op): All callers updated.
8444 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8445 * dwarf2loc.c (find_location_expression): New function.
8446 (dwarf_expr_frame_base): Call it.
8447 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8448 (dwarf2_tracepoint_var_ref): New function, broken out from
8449 locexpr_tracepoint_var_ref.
8450 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8451 Make static.
8452 (loclist_read_variable, loclist_read_needs_frame): New functions.
8453 (loclist_describe_location, loclist_tracepoint_var_ref): New
8454 functions.
8455 (dwarf2_loclist_funcs): New struct location_funcs.
8456 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8457 (struct dwarf2_locexpr_baton): Add comments.
8458 (dwarf2_loclist_funcs): New extern.
8459 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8460 base_address and base_known.
8461 (dwarf_loc_buffer): New variable.
8462 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8463 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8464 (dwarf2_has_info): Initialize dwarf_loc_offset.
8465 (dwarf2_build_psymtabs): Read in .debug_loc.
8466 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8467 DWARF_LOC_SIZE.
8468 (psymtab_to_symtab_1): Likewise. Move base address calculation
8469 here, from...
8470 (dwarf2_get_pc_bounds): ... here. Use the base address from
8471 cu_header.
8472 (dwarf2_symbol_mark_computed): Handle location lists.
8473
8474 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8475
8476 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8477 if the linkage name demangled successfully.
8478
8479 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8480
8481 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8482 disassmbly_flavour): Removed.
8483
8484 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8485
8486 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8487
8488 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8489
8490 2003-04-12 Andrew Cagney <cagney@redhat.com>
8491
8492 * frame.h (struct frame_info): Move definition from here ...
8493 * frame.c (struct frame_info): ... to here.
8494
8495 2003-04-12 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbthread.h (save_infrun_state): Delete parameter
8498 "prev_func_start".
8499 (struct thread_info): Delete field "prev_func_start".
8500 (load_infrun_state): Ditto.
8501 * thread.c (load_infrun_state, save_infrun_state): Update.
8502 * infrun.c (prev_func_start): Delete variable.
8503 (context_switch, init_wait_for_inferior): Update.
8504 (stop_stepping, keep_going): Update.
8505
8506 2003-04-12 Andrew Cagney <cagney@redhat.com>
8507
8508 * gdbarch.sh: Add missing opaque declarations.
8509 * gdbarch.h: Regnerate.
8510 * symtab.h: Add missing opaque declarations.
8511 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8512 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8513 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8514 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8515 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8516 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8517 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8518 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8519 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8520 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8521 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8522 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8523 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8524
8525 2003-04-11 Andrew Cagney <cagney@redhat.com>
8526
8527 * frame.c (get_frame_id): Return this frame's "id".
8528 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8529 function start.
8530 (legacy_saved_regs_this_id): Replace function body with
8531 internal-error.
8532 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8533 FRAME_OBSTACK_ZALLOC.
8534 (create_new_frame): Mark the frame ID as valid.
8535
8536 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8537
8538 * Makefile.in (libbfd_h): Added missing setting.
8539 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8540 according to the selected ABI.
8541
8542 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8543
8544 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8545
8546 2003-04-11 Andrew Cagney <cagney@redhat.com>
8547
8548 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8549 SAVED_PC_AFTER_CALL.
8550 * gdbarch.h, gdbarch.c: Regenerate.
8551 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8552 * x86-64-tdep.c (x86_64_init_abi): Update.
8553 * vax-tdep.c (vax_gdbarch_init): Update.
8554 * v850-tdep.c (v850_gdbarch_init): Update.
8555 * sparc-tdep.c (sparc_gdbarch_init): Update.
8556 * sh-tdep.c (sh_gdbarch_init): Update.
8557 * s390-tdep.c (s390_gdbarch_init): Update.
8558 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8559 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8560 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8561 * mips-tdep.c (mips_gdbarch_init): Update.
8562 * mcore-tdep.c (mcore_gdbarch_init): Update.
8563 * m68k-tdep.c (m68k_gdbarch_init): Update.
8564 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8565 * ia64-tdep.c (ia64_gdbarch_init): Update.
8566 (ia64_saved_pc_after_call): Update declaration.
8567 * i386ly-tdep.c (i386lynx_init_abi): Update.
8568 * i386-tdep.c (i386_gdbarch_init): Update.
8569 * hppa-tdep.c (hppa_gdbarch_init): Update.
8570 * h8300-tdep.c (h8300_gdbarch_init): Update.
8571 * frv-tdep.c (frv_gdbarch_init): Update.
8572 * cris-tdep.c (cris_gdbarch_init): Update.
8573 * avr-tdep.c (avr_gdbarch_init): Update.
8574 * arm-tdep.c (arm_gdbarch_init): Update.
8575 * alpha-tdep.c (alpha_gdbarch_init): Update.
8576 * ns32knbsd-nat.c (frame_num_args): Update.
8577 * ns32k-tdep.c (umax_frame_num_args): Update.
8578 * mips-tdep.c (mips_init_frame_pc_first): Update.
8579 * infrun.c (step_over_function): Update.
8580 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8581 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8582 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8583 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8584 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8585 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8586 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8587 * arch-utils.c (init_frame_pc_default): Update.
8588 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8589 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8590 declaration.
8591
8592 2003-04-11 Andrew Cagney <cagney@redhat.com>
8593
8594 * i387-tdep.c: Update copyright.
8595 (i387_to_double): Delete function.
8596 (double_to_i387): Delete function.
8597
8598 2003-04-10 Andrew Cagney <cagney@redhat.com>
8599
8600 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8601 frame's function's address. Simplify.
8602 (d10v_frame_unwind_cache): Check that the frame's function is
8603 non-zero.
8604
8605 2003-04-10 Jim Blandy <jimb@redhat.com>
8606
8607 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8608 call to set_gdbarch_deprecated_push_arguments.
8609
8610 2003-04-10 Andrew Cagney <cagney@redhat.com>
8611
8612 * frame.c (fprint_frame_id): New function.
8613 (fprint_frame_type, fprint_frame): New function.
8614 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8615 (create_sentinel_frame, get_frame_id): Ditto.
8616 (frame_id_p, frame_id_eq): Ditto.
8617 (frame_id_inner, create_new_frame): Ditto.
8618 (legacy_get_prev_frame, get_prev_frame): Ditto.
8619 (deprecated_update_frame_pc_hack): Ditto.
8620 (frame_register_unwind): Ditto.
8621 (deprecated_update_frame_base_hack): Ditto.
8622
8623 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8624
8625 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8626 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8627 frame_chain function.
8628 * Makefile.in: Add dependencies due to above change.
8629
8630 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8631
8632 * blockframe.c (legacy_frame_chain_valid): Move call to
8633 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8634 inside_entry_file.
8635
8636 2003-04-09 Andrew Cagney <cagney@redhat.com>
8637
8638 * frame.h (struct frame_id): Replace "pc" and "base" with
8639 "stack_addr" and "code_addr". Update comments.
8640 (frame_id_build): Update parameter names and comment.
8641 (struct frame_info): Replace "id_p" and "id" with "this_id".
8642 * dummy-frame.c (dummy_frame_this_id): Update.
8643 * breakpoint.c (print_one_breakpoint): Update.
8644 * frame.c (get_frame_id): Update.
8645 (get_frame_base, frame_id_build): Update.
8646 (create_sentinel_frame, legacy_get_prev_frame): Update.
8647 (deprecated_update_frame_base_hack): Update.
8648 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8649 (frame_id_inner): Ditto.
8650
8651 2003-04-09 Andrew Cagney <cagney@redhat.com>
8652
8653 * defs.h (gdb_print_host_address): Make "addr" parameter a
8654 pointer constant.
8655 * utils.c (gdb_print_host_address): Update.
8656
8657 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8658
8659 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8660 register number for R0 is 0.
8661
8662 2003-04-09 J. Brobecker <brobecker@gnat.com>
8663
8664 * frame.h (struct gdbarch): Add opaque structure definition
8665 to avoid a compilation warning on LynxOS 4.0.
8666
8667 2003-04-09 Andrew Cagney <cagney@redhat.com>
8668
8669 * frame.h (struct frame_info): Delete field "pc". Replace
8670 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8671 structure.
8672 * frame.c (frame_pc_unwind): Update.
8673 (create_sentinel_frame): Do not set "pc".
8674 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8675 (get_frame_pc): Call frame_pc_unwind.
8676 (deprecated_update_frame_pc_hack): Update.
8677 (create_new_frame): Use "pc" not "->pc".
8678
8679 2003-04-09 Andrew Cagney <cagney@redhat.com>
8680
8681 * frame.c (get_frame_id): Eliminate code updating "frame".
8682 (legacy_get_prev_frame): Ditto.
8683 (get_frame_base): Return id.base directly.
8684 (deprecated_update_frame_base_hack): Update "id.base".
8685 * frame.h (struct frame_info): Delete field "frame".
8686
8687 2003-04-09 Andrew Cagney <cagney@redhat.com>
8688
8689 * NEWS: Mention that the "Sequent family" is obsolete.
8690 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8691 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8692 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8693 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8694 * config/i386/tm-ptx4.h: Obsolete file.
8695 * config/i386/tm-ptx.h: Obsolete file.
8696 * symm-tdep.c: Obsolete file.
8697 * config/i386/symmetry.mt: Obsolete file.
8698 * config/i386/tm-symmetry.h: Obsolete file.
8699 * symm-nat.c: Obsolete file.
8700 * config/i386/nm-symmetry.h: Obsolete file.
8701 * config/i386/xm-symmetry.h: Obsolete file.
8702 * config/i386/symmetry.mh: Obsolete file.
8703 * config/i386/nm-ptx4.h: Obsolete file.
8704 * config/i386/ptx4.mh: Obsolete file.
8705 * config/i386/ptx.mt: Obsolete file.
8706 * config/i386/ptx.mh: Obsolete file.
8707 * config/i386/xm-ptx4.h: Obsolete file.
8708 * config/i386/xm-ptx.h: Obsolete file.
8709
8710 2003-04-09 Andrew Cagney <cagney@redhat.com>
8711
8712 Obsolete mips*-*-mach3*.
8713 * NEWS: Mention that mips*-*-mach3* is obsolete.
8714 * m3-nat.c: Obsolete file.
8715 * config/nm-m3.h: Obsolete file.
8716 * config/mips/tm-mipsm3.h: Obsolete file.
8717 * config/mips/mipsm3.mt: Obsolete file.
8718 * config/mips/mipsm3.mh: Obsolete file.
8719 * config/mips/xm-mipsm3.h: Obsolete file.
8720 * mipsm3-nat.c: Obsolete file.
8721 * configure.host: Obsolete mips-dec-mach3*.
8722 * configure.tgt: Obsolete mips*-*-mach3*.
8723
8724 2003-04-09 Andrew Cagney <cagney@redhat.com>
8725
8726 * doublest.h: Update copyright.
8727 (deprecated_store_floating, deprecated_extract_floating): Rename
8728 store_floating and extract_floating. Update comments.
8729 * doublest.c: Update copyright.
8730 (extract_floating_by_length): Replace extract_floating.
8731 (store_floating_by_length): Replace store_floating.
8732 (deprecated_extract_floating): New function.
8733 (deprecated_store_floating): New function.
8734 (extract_typed_floating): Call extract_floating_by_length.
8735 (store_typed_floating): Call store_floating_by_length.
8736 * x86-64-tdep.c (x86_64_store_return_value): Update.
8737 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8738 (sh64_extract_return_value): Update.
8739 (sh_sh4_register_convert_to_virtual): Update.
8740 (sh_sh64_register_convert_to_virtual): Update.
8741 (sh_sh4_register_convert_to_raw): Update.
8742 (sh_sh64_register_convert_to_raw): Update.
8743 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8744 (rs6000_register_convert_to_raw): Update.
8745 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8746 (ia64_register_convert_to_raw): Update.
8747 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8748 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8749 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8750 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8751 (alpha_register_convert_to_raw): Update.
8752
8753 2003-04-08 Andrew Cagney <cagney@redhat.com>
8754
8755 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8756 * gdbarch.h, gdbarch.c: Re-generate.
8757 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8758 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8759 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8760 conditionally, use frame_pc_unwind as an alternative. Add
8761 comments.
8762 * arch-utils.c (init_frame_pc_default): Only call
8763 SAVED_PC_AFTER_CALL when available.
8764
8765 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8766
8767 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8768 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8769 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8770 (start_remote): Ditto.
8771 (handle_inferior_event): Ditto.
8772 (save_inferior_status): Ditto.
8773 (restore_inferior_status): Ditto.
8774 * infcmd.c (attach_command): Ditto.
8775 * fork-child.c (startup_inferior): Ditto.
8776 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8777 * alpha-tdep.c (heuristic_proc_start): Ditto.
8778 * mips-tdep.c (heuristic_proc_start): Ditto.
8779 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8780 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8781 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8782 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8783 * remote-vx.c (vx_create_inferior): Ditto.
8784
8785 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8786
8787 * infrun.c (stop_soon_quietly): Make it an enum, to better
8788 override the default behavior of handle_inferior_event.
8789 (clear_proceed_status): Update uses of stop_soon_quietly to
8790 reflect that it is now an enum.
8791 (start_remote): Ditto.
8792 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8793 is set to handle the new GNU/Linux kernel behavior for
8794 attach/sigstop. Update uses of stop_soon_quietly.
8795 * inferior.h (enum stop_kind): New enum.
8796 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8797 Reset normal handle_inferior_event behavior, afterwards.
8798 * fork-child.c (startup_inferior): Update.
8799 * alpha-tdep.c (heuristic_proc_start): Update.
8800 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8801 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8802 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8803 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8804 * remote-vx.c (vx_create_inferior): Update.
8805 * mips-tdep.c (heuristic_proc_start): Update.
8806
8807 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8808
8809 * disasm.c (dump_insns): Move variables inside loop, or they will
8810 be freed more than once, causing wild memory corruptions.
8811 (gdb_disassembly): Look for the substring "-thread",
8812 instead of "-threads" in the target name, to make sure to find
8813 the 'multi-thread' target. Also, make sure we do the right thing
8814 with the "core" target.
8815
8816 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8817
8818 * mips-tdep.c (mips_print_fp_register): New function, created from
8819 do_fp_register_row(). Registers are now (also) printed as hex.
8820 Only one register is printed per row.
8821 (mips_print_register, do_fp_register_row): Print floating point
8822 registers with mips_print_fp_register().
8823
8824 2003-04-06 Andrew Cagney <cagney@redhat.com>
8825
8826 * valprint.h (inspect_it): Add extern declaration.
8827 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8828 (selectors_info, classes_info): Ditto.
8829 (find_objc_msgcall): Fix indentation.
8830 (objc_printstr): Delete extern declarations.
8831
8832 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8833
8834 2003-04-06 Andrew Cagney <cagney@redhat.com>
8835
8836 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8837 Update comment.
8838 * frame.c (legacy_saved_regs_this_id): Update.
8839 (legacy_get_prev_frame): Update.
8840 * xstormy16-tdep.c: Update comment.
8841 * sparc-tdep.c (sparc_frame_chain): Update comment.
8842 * blockframe.c (legacy_frame_chain_valid): Update.
8843
8844 2003-04-06 Andrew Cagney <cagney@redhat.com>
8845
8846 * valprint.c (val_print_type_code_int): Delete #ifdef
8847 PRINT_TYPELESS_INTEGER code.
8848
8849 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8850 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8851 multi-arch definition.
8852 * gdbarch.h: Re-generate.
8853
8854 2003-04-05 Andrew Cagney <cagney@redhat.com>
8855
8856 Eliminate FRAME_FIND_SAVED_REGS.
8857 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8858 Change FSR parameter to a pointer.
8859 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8860 Assume FSR parameter is a pointer.
8861 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8862 Make fsr a pointer.
8863 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8864 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8865 saved_regs a pointer.
8866 (hppa_frame_saved_pc): Ditto.
8867 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8868 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8869 pointer.
8870 (restore_pc_queue): Make fsr a pointer.
8871 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8872 (hppa_frame_chain): Make saved_regs a pointer, call
8873 hppa_frame_init_saved_regs.
8874 * sparc-tdep.c: Include "gdb_assert.h".
8875 (sparc_frame_find_saved_regs): Replace internal_error with
8876 gdb_assert.
8877 * remote-vxsparc.c (vx_read_register): Delete reference to
8878 FRAME_FIND_SAVED_REGS.
8879 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8880 * gdbarch.h: Regenerate.
8881 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8882 (deprecated_get_frame_saved_regs): Delete declaration.
8883 (struct frame_saved_regs): Delete definition.
8884 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8885 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8886 (hppa_frame_find_saved_regs): Delete declaration.
8887 (FRAME_FIND_SAVED_REGS): Delete macro.
8888 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8889 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8890 FRAME_FIND_SAVED_REGS in comment.
8891
8892 2003-04-05 Andrew Cagney <cagney@redhat.com>
8893
8894 * frame.c (frame_func_unwind, get_frame_func): New functions.
8895 * frame.h (get_frame_func, frame_func_unwind): Declare.
8896 (struct frame_info): Add field "prev_func" for caching the
8897 previous frame's function address.
8898 * arm-tdep.c (arm_frameless_function_invocation): Combine
8899 get_pc_function_start and get_frame_pc into get_frame_func.
8900 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8901 (sh64_nofp_frame_init_saved_regs): Ditto.
8902 * s390-tdep.c (s390_function_start): Ditto.
8903 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8904 (rs6000_frameless_function_invocation): Ditto.
8905 (rs6000_frame_saved_pc): Ditto.
8906 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8907 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8908 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8909 (i386_frame_init_saved_regs): Ditto.
8910 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8911 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8912 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8913 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8914 * blockframe.c (frameless_look_for_prologue): Ditto.
8915
8916 2003-04-05 Andrew Cagney <cagney@redhat.com>
8917
8918 * frame.c (legacy_get_prev_frame): Link prev to next at the
8919 function start. Update comments.
8920
8921 2003-04-05 Andrew Cagney <cagney@redhat.com>
8922
8923 * frame.c (get_frame_id): Update comment.
8924 (legacy_get_prev_frame): Update comment.
8925 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8926 * gdbarch.h: Regenerate.
8927 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8928 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8929
8930 2003-04-05 Andrew Cagney <cagney@redhat.com>
8931
8932 * stack.c (print_frame_info): Use get_frame_pc.
8933
8934 2003-04-04 Andrew Cagney <cagney@redhat.com>
8935
8936 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8937 the frame's type from the unwinder.
8938 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8939 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8940 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8941 (get_frame_base_address): Use get_frame_type.
8942 (get_frame_locals_address, get_frame_args_address): Ditto.
8943 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8944 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8945 (struct frame_info): Add comment explaining why the frame contains
8946 a "type" field.
8947 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8948 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8949 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8950 NORMAL_FRAME.
8951 * frame-unwind.h: Include "frame.h".
8952 (struct frame_unwind): Add "type" field.
8953 * Makefile.in (frame_unwind_h): Add $(frame_h).
8954
8955 2003-04-04 Andrew Cagney <cagney@redhat.com>
8956
8957 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8958 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8959 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8960 get_frame_base.
8961 (d10v_unwind_dummy_id): Use frame_id_build.
8962 * frame.c (find_frame_sal): Use get_frame_pc.
8963 (create_new_frame): Use deprecated_update_frame_pc_hack and
8964 deprecated_update_frame_base_hack.
8965 (create_sentinel_frame): Add comment about ->pc going away.
8966 (get_prev_frame): Add comment about ->pc going away.
8967 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8968 frame_id_build, deprecated_update_frame_pc_hack and
8969 deprecated_update_frame_base_hack.
8970 (select_frame): Use get_frame_pc.
8971 (legacy_saved_regs_this_id): Use frame_id_build.
8972
8973 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8974
8975 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8976 signed integer case.
8977 (classify_argument): Handle enumerations and references.
8978
8979 2003-04-04 Andrew Cagney <cagney@redhat.com>
8980
8981 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8982 ID to NULL.
8983
8984 2003-04-01 Adam Fedor <fedor@gnu.org>
8985
8986 * gdb/objc-lang.c (selectors_info): Replace calls to
8987 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8988 SYMBOL_NATURAL_NAME.
8989 (classes_info, find_methods): Likewise.
8990
8991 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8992
8993 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8994 ``mach'' to the value determined by bfd_default_set_arch_mach().
8995
8996 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8997
8998 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8999 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9000 (mi-cmd-file.o): Update dependencies.
9001
9002 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9003
9004 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9005 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9006
9007 2003-04-01 Adam Fedor <fedor@gnu.org>
9008
9009 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9010 * language.h (struct language_defn): Add la_demangle.
9011 (language_demangle): Declare.
9012 * language.c (language_demangle): New function.
9013 (unk_lang_demangle): Likewise.
9014 (unknown_language_defn, auto_language_defn, local_language_defn):
9015 Add ukn_lang_demangle.
9016 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9017 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9018 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9019 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9020 * jv-lang.c (java_demangle): New function
9021 (java_language_defn): Use it for la_demangle element.
9022 * objc-lang.c (objc_demangle): Add options argument
9023 (objc_language_defn): Use objc_demangle for la_demangle element.
9024 * maint.c (maintenance_demangle): Replace switch with
9025 call to language_demangle.
9026 * utils.c (fprintf_symbol_filtered): Likewise.
9027
9028 2003-04-01 Andrew Cagney <cagney@redhat.com>
9029
9030 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9031 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9032 PRINT_TYPELESS_INTEGER.
9033 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9034 PUSH_RETURN_ADDRESS.
9035
9036 2003-04-01 Andrew Cagney <cagney@redhat.com>
9037
9038 * Makefile.in (d10v-tdep.o): Update dependencies.
9039 * d10v-tdep.c: Include "frame-base.h".
9040 (d10v_frame_unwind): Make constant.
9041 (d10v_frame_base_address): New function.
9042 (d10v_frame_base): New variable.
9043 (d10v_gdbarch_init): Set frame_base default.
9044 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9045 comment for base.
9046 (d10v_frame_unwind_cache): Set and use "prev_sp".
9047 (d10v_frame_this_id): Use the previous frame's inner most stack
9048 address and this frame's func address for the frame ID. Use
9049 frame_id_build. Don't analyze beyond the current instruction.
9050
9051 2003-04-01 Andrew Cagney <cagney@redhat.com>
9052
9053 * frame.h (get_frame_locals_address, get_frame_args_address):
9054 Refer to the base address, instead of the address of the first
9055 local or parameter.
9056
9057 2003-04-01 Andrew Cagney <cagney@redhat.com>
9058
9059 Add frame debug info addresses:
9060 * frame-base.c: New file.
9061 * frame-base.h: New file.
9062 * frame.h (struct frame_base): Add opaque declaration.
9063 (get_frame_base): Update comment.
9064 (get_frame_base_address): Declare.
9065 (get_frame_locals_address): Declare.
9066 (get_frame_args_address): Declare.
9067 (struct frame_info): Add "base" and "base_cache". Update
9068 comments on the unwinder.
9069 * frame.c: Include "frame-base.h".
9070 (get_frame_locals_address): New function.
9071 (get_frame_base_address): New function.
9072 (get_frame_args_address): New function.
9073 * findvar.c (read_var_value): Use get_frame_locals_address and
9074 get_frame_args_address.
9075 * stack.c (frame_info): Use get_frame_locals_address and
9076 get_frame_args_address.
9077 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9078 moved to "frame-base.c".
9079 * printcmd.c (print_frame_nameless_args): Ditto.
9080 * symtab.h (address_class): Update comments.
9081 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9082 get_frame_base_address.
9083 * dwarf2expr.c (execute_stack_op): Ditto.
9084 * Makefile.in (frame_base_h): Define.
9085 (frame.o): Update dependencies.
9086 (frame-base.o): Add dependencies.
9087 (SFILES): Add frame-base.c.
9088 (COMMON_OBS): Add frame-base.o.
9089
9090 2003-04-01 Andrew Cagney <cagney@redhat.com>
9091
9092 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9093 CALL_DUMMY_LENGTH): Ditto.
9094 * gdbarch.c: Re-generate.
9095 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9096 (CALL_DUMMY_LENGTH): Delete macro.
9097 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9098 * arm-tdep.c (arm_gdbarch_init): Ditto.
9099 * avr-tdep.c (avr_gdbarch_init): Ditto.
9100 * cris-tdep.c (cris_gdbarch_init): Ditto.
9101 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9102 * frv-tdep.c (frv_gdbarch_init): Ditto.
9103 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9104 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9105 * i386-tdep.c (i386_gdbarch_init): Ditto.
9106 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9107 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9108 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9109 * mips-tdep.c (mips_gdbarch_init): Ditto.
9110 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9111 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9112 * s390-tdep.c (s390_gdbarch_init): Ditto.
9113 * sh-tdep.c (sh_gdbarch_init): Ditto.
9114 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9115 * v850-tdep.c (v850_gdbarch_init): Ditto.
9116 * vax-tdep.c (vax_gdbarch_init): Ditto.
9117 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9118
9119 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9120
9121 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9122
9123 2003-04-01 Andrew Cagney <cagney@redhat.com>
9124
9125 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9126 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9127 * gdbarch.h, gdbarch.c: Re-generate.
9128 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9129 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9130 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9131 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9132 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9133 * infcmd.c (run_stack_dummy): Simplify assuming
9134 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9135 * infrun.c (handle_inferior_event): Ditto.
9136 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9137 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9138 * arm-tdep.c (arm_gdbarch_init): Ditto.
9139 * avr-tdep.c (avr_gdbarch_init): Ditto.
9140 * cris-tdep.c (cris_gdbarch_init): Ditto.
9141 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9142 * frv-tdep.c (frv_gdbarch_init): Ditto.
9143 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9144 * i386-tdep.c (i386_gdbarch_init): Ditto.
9145 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9146 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9147 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9148 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9149 * mips-tdep.c (mips_gdbarch_init): Ditto.
9150 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9151 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9152 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9153 * s390-tdep.c (s390_gdbarch_init): Ditto.
9154 * sh-tdep.c (sh_gdbarch_init): Ditto.
9155 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9156 * v850-tdep.c (v850_gdbarch_init): Ditto.
9157 * vax-tdep.c (vax_gdbarch_init): Ditto.
9158 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9159
9160 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9161
9162 * symfile.c (symfile_relocate_debug_section): Update call to
9163 bfd_simple_get_relocated_section_contents.
9164
9165 2003-03-31 Andrew Cagney <cagney@redhat.com>
9166
9167 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9168 * gdbarch.h, gdbarch.c: Regenerate.
9169 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9170 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9171 available.
9172 * frame.h (generic_fix_call_dummy): Delete declaration.
9173 * dummy-frame.h: Update comment.
9174 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9175 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9176 fix_call_dummy.
9177 * sh-tdep.c (sh_gdbarch_init): Ditto.
9178 * s390-tdep.c (s390_gdbarch_init): Ditto.
9179 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9180 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9181 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9182 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9183 * i386-tdep.c (i386_gdbarch_init): Ditto.
9184 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9185 * frv-tdep.c (frv_gdbarch_init): Ditto.
9186 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9187 * cris-tdep.c (cris_gdbarch_init): Ditto.
9188 * avr-tdep.c (avr_gdbarch_init): Ditto.
9189 * arm-tdep.c (arm_gdbarch_init): Ditto.
9190
9191 2003-03-31 J. Brobecker <brobecker@gnat.com>
9192
9193 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9194 (INIT_FRAME_AP): Likewise.
9195 (EXTRA_FRAME_INFO): Likewise.
9196
9197 2003-03-31 Andrew Cagney <cagney@redhat.com>
9198
9199 * gdbarch.sh: Include "symfile.h".
9200 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9201 * gdbarch.h, gdbarch.c: Re-generate.
9202 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9204 call_dummy_address, the default is at entry_point_address.
9205 * v850-tdep.c (v850_gdbarch_init): Ditto.
9206 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9207 * sh-tdep.c (sh_gdbarch_init): Ditto.
9208 * s390-tdep.c (s390_gdbarch_init): Ditto.
9209 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9210 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9211 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9212 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9213 * i386-tdep.c (i386_gdbarch_init): Ditto.
9214 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9215 * frv-tdep.c (frv_gdbarch_init): Ditto.
9216 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9217 * cris-tdep.c (cris_gdbarch_init): Ditto.
9218 * arm-tdep.c (arm_gdbarch_init): Ditto.
9219
9220 2003-03-31 Andrew Cagney <cagney@redhat.com>
9221
9222 * gdbarch.sh (CALL_DUMMY_P): Delete.
9223 * gdbarch.h, gdbarch.c: Re-generate.
9224 * inferior.h (CALL_DUMMY_P): Delete macro.
9225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9226 * vax-tdep.c (vax_gdbarch_init): Update.
9227 * v850-tdep.c (v850_gdbarch_init): Update.
9228 * sparc-tdep.c (sparc_gdbarch_init): Update.
9229 * sh-tdep.c (sh_gdbarch_init): Update.
9230 * s390-tdep.c (s390_gdbarch_init): Update.
9231 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9232 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9233 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9234 * mips-tdep.c (mips_gdbarch_init): Update.
9235 * mcore-tdep.c (mcore_gdbarch_init): Update.
9236 * m68k-tdep.c (m68k_gdbarch_init): Update.
9237 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9238 * ia64-tdep.c (ia64_gdbarch_init): Update.
9239 * i386-tdep.c (i386_gdbarch_init): Update.
9240 * h8300-tdep.c (h8300_gdbarch_init): Update.
9241 * frv-tdep.c (frv_gdbarch_init): Update.
9242 * d10v-tdep.c (d10v_gdbarch_init): Update.
9243 * cris-tdep.c (cris_gdbarch_init): Update.
9244 * breakpoint.c (deprecated_frame_in_dummy): Update.
9245 * avr-tdep.c (avr_gdbarch_init): Update.
9246 * alpha-tdep.c (alpha_gdbarch_init): Update.
9247 * arm-tdep.c (arm_gdbarch_init): Update.
9248 * dummy-frame.c (dummy_frame_this_id): Update comments.
9249 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9250 * frame.c (legacy_get_prev_frame): Ditto.
9251 * valops.c (call_function_by_hand): Delete function.
9252 (hand_function_call): Rename to call_function_by_hand
9253
9254 2003-03-30 Andrew Cagney <cagney@redhat.com>
9255
9256 2002-11-10 Klee Dienes <kdienes@apple.com>
9257 * value.h (struct value): Update comment.
9258
9259 2003-03-30 Andrew Cagney <cagney@redhat.com>
9260
9261 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9262 D10V_FP_REGNUM.
9263 (d10v_gdbarch_init): Do not set fp_regnum.
9264
9265 * frame.c (get_frame_base): Force ID initialization.
9266 (get_prev_frame): Move computation of the frame ID from here ...
9267 (get_frame_id): ... to here.
9268 (legacy_get_prev_frame): Mark the frame ID as valid.
9269 * frame.h (struct frame_info): Add field "id_p".
9270
9271 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9272
9273 * i386-tdep.c (i386_store_struct_return): Removed.
9274 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9275
9276 2003-03-30 Andrew Cagney <cagney@redhat.com>
9277
9278 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9279 * gdbarch.h, gdbarch.c: Regenerate.
9280 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9281 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9282 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9283 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9284 * i386-tdep.c (i386_gdbarch_init): Ditto.
9285 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9286 * cris-tdep.c (cris_gdbarch_init): Ditto.
9287 * vax-tdep.c (vax_gdbarch_init): Ditto.
9288 * s390-tdep.c (s390_gdbarch_init): Ditto.
9289 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9290 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9291 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9292 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9293 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9294 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9295 * sparc-tdep.c (sparc_gdbarch_init): Update.
9296 * sh-tdep.c (sh_gdbarch_init): Update.
9297 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9298 * mips-tdep.c (mips_gdbarch_init): Update.
9299 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9300 * ia64-tdep.c (ia64_gdbarch_init): Update.
9301 * frv-tdep.c (frv_gdbarch_init): Update.
9302 * avr-tdep.c (avr_gdbarch_init): Update.
9303 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9304 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9305 instead of when push_dummy_call is not available.
9306
9307 2003-03-30 Andrew Cagney <cagney@redhat.com>
9308
9309 * infttrace.c: Include "gdbthread.h".
9310 (parent_attach_all): Fix function signature.
9311 (call_ptrace): Update call.
9312 * Makefile.in (infttrace.o): Update dependencies.
9313
9314 2003-03-30 Andrew Cagney <cagney@redhat.com>
9315
9316 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9317 PUSH_RETURN_ADDRESS.
9318 * gdbarch.h, gdbarch.c: Regenerate.
9319 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9320 * x86-64-tdep.c (x86_64_init_abi): Update.
9321 * v850-tdep.c (v850_gdbarch_init): Update.
9322 * sparc-tdep.c (sparc_gdbarch_init): Update.
9323 * sh-tdep.c (sh_gdbarch_init): Update.
9324 * s390-tdep.c (s390_gdbarch_init): Update.
9325 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9326 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9327 * mips-tdep.c (mips_gdbarch_init): Update.
9328 * mcore-tdep.c (mcore_gdbarch_init): Update.
9329 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9330 * ia64-tdep.c (ia64_gdbarch_init): Update.
9331 * i386-tdep.c (i386_gdbarch_init): Update.
9332 * h8300-tdep.c (h8300_gdbarch_init): Update.
9333 * frv-tdep.c (frv_gdbarch_init): Update.
9334 * cris-tdep.c (cris_gdbarch_init): Update.
9335 * avr-tdep.c (avr_gdbarch_init): Update.
9336 * arm-tdep.c (arm_gdbarch_init): Update.
9337 * valops.c (hand_function_call): Update.
9338
9339 2003-03-29 Andrew Cagney <cagney@redhat.com>
9340
9341 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9342 sizeof_call_dummy_words.
9343 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9344 define.
9345 * gdbarch.h: Regenerate.
9346
9347 2003-03-29 Andrew Cagney <cagney@redhat.com>
9348
9349 * infttrace.h: New file.
9350 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9351 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9352 (hpread_read_doc_function_type): Detect an initialized type1.
9353 (hpread_quick_traverse): Initialize mod_name_string.
9354 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9355 (som_solib_get_solib_by_pc): Declare.
9356 (so_lib_thread_start_addr): Declare.
9357 (no_shared_libraries): Declare.
9358 * somread.c (init_import_symbols): Make static. Add forward
9359 declaration.
9360 * config/pa/nm-hppah.h: Include "infttrace.h" for
9361 parent_attach_all.
9362 (hppa_insert_hw_watchpoint): Declare.
9363 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9364 * hppah-nat.c: Include "gdb_string.h".
9365 (parent_attach_all): Delete extern declaration, moved to
9366 "infttrace.h".
9367 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9368 int.
9369 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9370 * Makefile.in (infttrace_h): Define.
9371 (hpread.o): Update dependencies.
9372 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9373 * hppa-hpux-tdep.c: Include "gdb_string.h".
9374 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9375 * infrun.c (handle_inferior_event): Always initialize
9376 stepped_after_stopped_by_watchpoint. Add default and remove
9377 fallthrough in switch statement.
9378 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9379 parameter to int.
9380 (hppa_remove_hw_watchpoint): Ditto.
9381
9382 2003-03-29 Andrew Cagney <cagney@redhat.com>
9383
9384 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9385 offset.
9386
9387 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9388
9389 * arm-tdep.c (arm_push_arguments): Delete.
9390 (struct stack_item): New type.
9391 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9392 (arm_store_struct_return): Delte.
9393 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9394 arm_push_arguments or arm_store_struct_return.
9395
9396 2003-03-28 Andrew Cagney <cagney@redhat.com>
9397
9398 * Makefile.in (d10v-tdep.o): Update dependencies.
9399 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9400 * d10v-tdep.c: Include "remote.h".
9401 (target_resume_hook): Delete extern declaration.
9402 (target_wait_loop_hook): Ditto.
9403 (tdisassemble_command): Eliminate assignment in "if" conditional.
9404 (d10v_ts2_register_sim_regno): Eliminate call to
9405 legacy_register_sim_regno.
9406 (d10v_ts3_register_sim_regno): Ditto.
9407
9408 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9409
9410 * thread.c: Reindented.
9411 * lin-lwp.c: Ditto.
9412 * linux-proc.c: Ditto.
9413
9414 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9415
9416 * MAINTAINERS (write after approval): Add myself.
9417
9418 2003-03-27 Theodore A. Roth <troth@openavr.org>
9419
9420 * objc-exp.y: Add missing semi-colons.
9421
9422 2003-03-27 Andrew Cagney <cagney@redhat.com>
9423
9424 * regcache.c (write_sp): Delete function and references.
9425 * inferior.h (write_sp): Delete declaration.
9426 * valops.c (hand_function_call): Replace write_sp with
9427 TARGET_WRITE_SP.
9428 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9429 (sparc_pop_frame): Ditto.
9430
9431 2003-03-27 Andrew Cagney <cagney@redhat.com>
9432
9433 * NEWS: Mention removal of support for hppa*-*-bsd* and
9434 hppa*-*-osf* natives, and hppa*-*-pro* target.
9435 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9436 * config/pa/xm-pa.h: Obsolete file.
9437 * config/pa/xm-hppab.h: Obsolete file.
9438 * config/pa/nm-hppab.h: Obsolete file.
9439 * config/pa/tm-hppab.h: Obsolete file.
9440 * config/pa/tm-hppao.h: Obsolete file.
9441 * config/pa/nm-hppao.h: Obsolete file.
9442 * config/pa/tm-pro.h: Obsolete file.
9443 * config/pa/hppaosf.mt: Obsolete file.
9444 * config/pa/hppaosf.mh: Obsolete file.
9445 * config/pa/hppapro.mt: Obsolete file.
9446 * config/pa/hppabsd.mt: Obsolete file.
9447 * config/pa/hppabsd.mh: Obsolete file.
9448 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9449 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9450 hppa*-*-osf*.
9451
9452 2003-03-27 Andrew Cagney <cagney@redhat.com>
9453
9454 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9455 push_arguments. Don't set push_return_address or write_sp.
9456 (d10v_push_dummy_call): Replace d10v_push_arguments.
9457 (d10v_push_return_address, d10v_write_sp): Delete function,
9458 handled by push_dummy_call.
9459
9460 2003-03-26 Andrew Cagney <cagney@redhat.com>
9461
9462 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9463 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9464 regcache and dummy_addr parameters.
9465 * gdbarch.h, gdbarch.c: Re-generate.
9466 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9467 available; assume it will handle stack alignment and return
9468 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9469 legacy_push_arguments.
9470 (legacy_push_arguments): Rename default_push_arguments.
9471 * value.h (legacy_push_arguments): Rename default_push_arguments.
9472 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9473 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9474 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9475 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9476 * config/i386/tm-symmetry.h: Update.
9477 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9478 * x86-64-tdep.c (x86_64_init_abi): Update.
9479 * v850-tdep.c (v850_gdbarch_init): Update.
9480 * sparc-tdep.c (sparc_gdbarch_init): Update.
9481 * sh-tdep.c (sh_gdbarch_init): Update.
9482 * s390-tdep.c (s390_gdbarch_init): Update.
9483 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9484 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9485 * mips-tdep.c (mips_gdbarch_init): Update.
9486 * mcore-tdep.c (mcore_gdbarch_init): Update.
9487 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9488 * ia64-tdep.c (ia64_gdbarch_init): Update.
9489 * i386-tdep.c (i386_gdbarch_init): Update.
9490 * hppa-tdep.c (hppa_gdbarch_init): Update.
9491 * h8300-tdep.c (h8300_gdbarch_init): Update.
9492 * frv-tdep.c (frv_gdbarch_init): Update.
9493 * d10v-tdep.c (d10v_gdbarch_init): Update.
9494 * cris-tdep.c (cris_gdbarch_init): Update.
9495 * avr-tdep.c (avr_gdbarch_init): Update.
9496 * arm-tdep.c (arm_gdbarch_init): Update.
9497 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9498 * alpha-tdep.c (alpha_gdbarch_init): Update.
9499
9500 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9501
9502 * signals/signals.c (do_target_signal_to_host): Correct realtime
9503 signal range test.
9504
9505 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9506
9507 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9508 (struct sal_chain, map_catch_names): Remove.
9509 (catch_exception_command_1): Don't call
9510 handle_gnu_4_16_catch_command.
9511
9512 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9513
9514 From Mark Dettinger <dettinge@de.ibm.com>:
9515 * dwarf2cfi.c (read_2u): Increment pointer by two.
9516
9517 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9518
9519 * signals/signals.c: Fix typos in last change.
9520
9521 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9522
9523 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9524 not already defined. Use __SIGRTMIN if available.
9525 (target_signal_from_host): Remove SIGRTMIN block.
9526 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9527 the signal is within the realtime range.
9528
9529 2003-03-25 Adam Fedor <fedor@gnu.org>
9530
9531 * Makefile.in (infrun.o): Add $(language_h)
9532 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9533 for language specific trampolines.
9534 * language.h (struct language_defn): Add skip_trampoline.
9535 (skip_language_trampoline): Declare.
9536 * language.c (unk_lang_trampoline, skip_language_trampoline):
9537 New functions.
9538 (unknown_language_defn, auto_language_defn, local_language_defn):
9539 Add ukn_lang_trampoline.
9540 * ada-lang.c (ada_language_defn): Add NULL for language
9541 specific skip_trampoline.
9542 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9543 scm-lang.c: Likewise.
9544 * objc-lang.c (objc_skip_trampoline): New function.
9545 (objc_language_defn): Add objc_skip_trampoline.
9546
9547 2003-03-25 Andrew Cagney <cagney@redhat.com>
9548
9549 * frame.c (get_prev_frame): Delay validating a frame's ID -
9550 non-NULL, didn't go backwards - until an attempt to unwind it to
9551 the previous frame.
9552
9553 2003-03-25 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9556 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9557 * gdbarch.h, gdbarch.c: Re-generate.
9558 * config/sparc/tm-sparc.h
9559 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9560 * sparc-tdep.c (sparc_gdbarch_init): Set
9561 deprecated_extra_stack_alignment_needed.
9562 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9563 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9564 extra_stack_alignment_needed.
9565 * v850-tdep.c (v850_gdbarch_init): Ditto.
9566 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9567 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9568 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9569 * cris-tdep.c (cris_gdbarch_init): Ditto.
9570 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9571 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9572
9573 2003-03-25 Andrew Cagney <cagney@redhat.com>
9574
9575 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9576 STORE_STRUCT_RETURN.
9577 * gdbarch.h, gdbarch.c: Regenerate.
9578 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9579 (d10v_push_arguments): Set the struct return register.
9580 (d10v_gdbarch_init): Update.
9581 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9582 * x86-64-tdep.c (x86_64_init_abi): Update.
9583 * vax-tdep.c (vax_gdbarch_init): Update.
9584 * v850-tdep.c (v850_gdbarch_init): Update.
9585 * sparc-tdep.c (sparc_gdbarch_init): Update.
9586 * sh-tdep.c (sh_gdbarch_init): Update.
9587 * s390-tdep.c (s390_gdbarch_init): Update.
9588 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9589 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9590 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9591 * mips-tdep.c (mips_gdbarch_init): Update.
9592 * mcore-tdep.c (mcore_gdbarch_init): Update.
9593 * m68k-tdep.c (m68k_gdbarch_init): Update.
9594 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9595 * ia64-tdep.c (ia64_gdbarch_init): Update.
9596 * i386-tdep.c (i386_gdbarch_init): Update.
9597 * hppa-tdep.c (hppa_gdbarch_init): Update.
9598 * h8300-tdep.c (h8300_gdbarch_init): Update.
9599 * frv-tdep.c (frv_gdbarch_init): Update.
9600 * cris-tdep.c (cris_gdbarch_init): Update.
9601 * avr-tdep.c (avr_gdbarch_init): Update.
9602 * arm-tdep.c (arm_gdbarch_init): Update.
9603 * alpha-tdep.c (alpha_gdbarch_init): Update.
9604
9605 2003-03-25 Andrew Cagney <cagney@redhat.com>
9606
9607 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9608 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9609 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9610 * gdbarch.h, gdbarch.c: Regenerate.
9611 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9612 call_dummy_stack_adjust_p.
9613 * vax-tdep.c (vax_gdbarch_init): Ditto.
9614 * v850-tdep.c (v850_gdbarch_init): Ditto.
9615 * sh-tdep.c (sh_gdbarch_init): Ditto.
9616 * s390-tdep.c (s390_gdbarch_init): Ditto.
9617 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9618 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9619 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9620 * mips-tdep.c (mips_gdbarch_init): Ditto.
9621 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9622 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9623 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9624 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9625 * i386-tdep.c (i386_gdbarch_init): Ditto.
9626 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9627 * frv-tdep.c (frv_gdbarch_init): Ditto.
9628 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9629 * cris-tdep.c (cris_gdbarch_init): Ditto.
9630 * avr-tdep.c (avr_gdbarch_init): Ditto.
9631 * arm-tdep.c (arm_gdbarch_init): Ditto.
9632 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9633 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9634 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9635 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9636 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9637 call_dummy_stack_adjust_p.
9638 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9639 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9640 * sparc-tdep.c (sparc32_push_arguments): Update.
9641 * valops.c (hand_function_call): Update.
9642
9643 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9644
9645 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9646 set_gdbarch_char_signed.
9647
9648 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9649
9650 PR cli/548
9651 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9652
9653 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9654
9655 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9656 (_initialize_arm_tdep): Don't set tm_print_insn.
9657
9658 2003-03-24 Adam Fedor <fedor@gnu.org>
9659
9660 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9661 * objc-lang.h: Add multiple inclusion protection.
9662 (start_msglist, add_msglist, end_msglist): Additional declarations.
9663
9664 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9665
9666 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9667 value was renamed to ARM_FLOAT_SOFT_FPA.
9668
9669 2003-03-23 Andrew Cagney <cagney@redhat.com>
9670
9671 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9672 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9673 * gdbarch.h, gdbarch.c: Regenerate.
9674 * valops.c (hand_function_call): Update.
9675 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9676 * frame.c (legacy_saved_regs_this_id): Update.
9677 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9678 * dummy-frame.h: Update.
9679 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9680 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9681 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9682 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9683 * config/m68k/tm-sun3.h: Update.
9684 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9685 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9686 * x86-64-tdep.c (x86_64_init_abi): Update.
9687 * vax-tdep.c (vax_gdbarch_init): Update.
9688 * v850-tdep.c (v850_gdbarch_init): Update.
9689 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9690 * sh-tdep.c (sh_gdbarch_init): Update.
9691 * s390-tdep.c (s390_gdbarch_init): Update.
9692 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9693 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9694 (frame_get_saved_regs): Update.
9695 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9696 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9697 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9698 * mips-tdep.c (mips_gdbarch_init): Update.
9699 * mcore-tdep.c (mcore_gdbarch_init): Update.
9700 * m68k-tdep.c (m68k_gdbarch_init): Update.
9701 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9702 * ia64-tdep.c (ia64_gdbarch_init): Update.
9703 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9704 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9705 (i386_interix_back_one_frame): Update.
9706 * hppa-tdep.c (hppa_gdbarch_init): Update.
9707 (hppa_init_extra_frame_info): Update.
9708 * h8300-tdep.c (h8300_gdbarch_init): Update.
9709 * frv-tdep.c (frv_gdbarch_init): Update.
9710 * cris-tdep.c (cris_gdbarch_init): Update.
9711 * avr-tdep.c (avr_gdbarch_init): Update.
9712 * arm-tdep.c (arm_gdbarch_init): Update.
9713 * alpha-tdep.c (alpha_gdbarch_init): Update.
9714
9715 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9716
9717 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9718 (arm_get_fp_model): Declare.
9719 * arm-tdep.c (fp_model_strings): New string array.
9720 (arm_fp_model, current_fp_model): New variables.
9721 (arm_get_fp_model): New function.
9722 (arm_set_fp): New function.
9723 (set_fp_model_sfunc): New function.
9724 (show_fp_model): New function.
9725 (_initialize_arm_tdep): Add new command to set/show the FPU.
9726 (arm_extract_return_value): Use arm_get_fp_model.
9727 (arm_store_return_value): Likewise.
9728 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9729 to initialize the floating-point data types.
9730 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9731 model is FPA.
9732
9733 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9734
9735 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9736 the current setting of each value.
9737 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9738 new_set and new_show. Use add_setshow_cmd_full and
9739 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9740 commands and add new version as subcommands of "set/show arm".
9741
9742 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9743
9744 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9745 (set_arm_command, show_arm_command): New functions.
9746 (_initialize_arm_tdep): Add them.
9747 (num_disassembly_options): Renamed from num_flavor_options.
9748 (valid_disassembly_styles): Renamed from valid_flavors.
9749 (disassembly_style): Renamed from disassembly_flavor.
9750 (set_disassembly_style_sfunc): Renamed from
9751 set_disassembly_flavor_sfunc.
9752 (set_disassembly_style): Renamed from set_disassembly_flavor.
9753 (arm_othernames): Updated.
9754 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9755 command. Add "set/show arm disassembly" commands. Deprecate
9756 "othernames" command.
9757
9758 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9759
9760 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9761 (arm-tdep.o): Depend on elf_arm_h.
9762
9763 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9764
9765 * Makefile.in (coff_internal_h): Define.
9766 (arm-tdep.o): Update dependencies.
9767
9768 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9769
9770 * arm-tdep.c (prologue_cache): Delete.
9771 (check_prologue_cache, save_prologue_cache): Delete.
9772 (arm_scan_prologue): Don't check or update the prologue_cache.
9773 (arm_gdb_arch_init): Don't initialize it.
9774 (_initialize_arm_tdep): Likewise.
9775
9776 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9777
9778 * MAINTAINERS (tui): Maintainer of tui code.
9779
9780 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9781
9782 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9783 (i386-cygwin-tdep.o): Add dependencies.
9784 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9785 * i386-cygwin-tdep.c: New file.
9786 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9787 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9788
9789 2003-03-20 Andrew Cagney <cagney@redhat.com>
9790
9791 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9792 (handle_inferior_event): Remove code calling
9793 DYNAMIC_TRAMPOLINE_NEXTPC.
9794
9795 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9796 already has a full path.
9797
9798 * main.c (gdb_main): Return 1.
9799 (captured_main): Call error to report an invalid interpreter.
9800
9801 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9802 * alpha-osf1-tdep.c: Include "gdb_string.h".
9803
9804 2003-03-19 J. Brobecker <brobecker@gnat.com>
9805
9806 Continuing work to convert the hppa targets to multiarch partial.
9807
9808 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9809 method, now that hppa_push_dummy_frame has a conformant prototype.
9810 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9811 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9812 for the switch to multiarch partial.
9813
9814 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9815
9816 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9817 when iss is issNull.
9818
9819 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9820
9821 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9822 NUM_REGS bounds check.
9823
9824 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9825
9826 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9827 * mips-tdep.c (gdb_assert.h): Include.
9828 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9829 (mips_register_name): Handle integer registers explicitly. Add
9830 bounds checking.
9831 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9832 (mips_lsi33k_reg_names): Don't list integer registers; they're
9833 handled by mips_register_name() now.
9834 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9835 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9836 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9837 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9838 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9839
9840 2003-03-18 Andrew Cagney <cagney@redhat.com>
9841
9842 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9843 a void pointer.
9844 * gdbtypes.h (print_scalar_formatted): Update declaration.
9845 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9846
9847 2003-03-18 J. Brobecker <brobecker@gnat.com>
9848
9849 * infrun.c (observer.h): Add #include.
9850 (normal_stop): Add call to observer_notify_normal_stop.
9851 * Makefile.in (infrun.o): Add dependency on observer.h.
9852
9853 2003-03-18 J. Brobecker <brobecker@gnat.com>
9854
9855 Continuing work to convert the hppa targets to multiarch partial.
9856 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9857 parameter. Reformat comment.
9858 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9859 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9860 to match new profile.
9861
9862 2003-03-18 J. Brobecker <brobecker@gnat.com>
9863
9864 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9865 appear to be working in any case.
9866
9867 2003-03-18 J. Brobecker <brobecker@gnat.com>
9868
9869 * observer.c (observer_test_first_observer): New static variable.
9870 (observer_test_second_observer): Likewise.
9871 (observer_test_third_observer): Likewise.
9872 (observer_test_first_notification_function): New static function.
9873 (observer_test_second_notification_function): Likewise.
9874 (observer_test_third_notification_function): Likewise.
9875
9876 2003-03-17 J. Brobecker <brobecker@gnat.com>
9877
9878 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9879 * somsolib.c (gdb_assert.h): Likewise.
9880 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9881 (somsolib.o): Likewise.
9882
9883 2003-03-17 Andrew Cagney <cagney@redhat.com>
9884
9885 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9886 BFD. Simplify setting of di.endian.
9887
9888 2003-03-17 Andrew Cagney <cagney@redhat.com>
9889
9890 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9891 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9892
9893 From Elena Zannoni <ezannoni@redhat.com>
9894 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9895 vector and floating-point parameters.
9896 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9897 convention.
9898 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9899
9900 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9901
9902 * MAINTAINERS: Remove my name from several maintainership roles.
9903
9904 2003-03-17 Andrew Cagney <cagney@redhat.com>
9905
9906 Fix frame off-by-one bug.
9907 * frame-unwind.h (frame_this_id_ftype): Replace
9908 frame_unwind_id_ftype.
9909 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9910 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9911 with "prev_register".
9912 * frame-unwind.c (frame_unwind_find_by_pc): Return
9913 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9914 comment.
9915 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9916 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9917 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9918 (dummy_frame_unwind): Update.
9919 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9920 sentinel_frame_register_unwind.
9921 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9922 (sentinel_frame_unwinder): Update.
9923 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9924 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9925 * frame.c (create_sentinel_frame): Update. Initialize
9926 "prologue_cache" instead of "unwind_cache".
9927 (frame_register_unwind): Call this frame's prev_register with the
9928 next frame and this frame's prologue cache.
9929 (get_prev_frame): Simplify. Always call prev frame's this_id with
9930 this frame and prev frame's prologue cache. Document that this
9931 call is shifted one to the left when compared to the
9932 frame_register_unwind call.
9933 (legacy_saved_regs_prev_register): Replace
9934 frame_saved_regs_register_unwind.
9935 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9936 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9937 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9938 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9939 (d10v_frame_unwind): Update.
9940 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9941 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9942 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9943 "saved_regs" with "this_saved_regs".
9944
9945 2003-03-16 Andrew Cagney <cagney@redhat.com>
9946
9947 * frame.c (frame_pop): Don't call target_store_registers. Fix
9948 problem reported by Mark Kettenis.
9949
9950 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9951
9952 * i386-tdep.c (i386_register_type): Renamed from
9953 i386_register_virtual_type. Adjust function signature.
9954 (i386_gdbarch_init): Set register_type instead of
9955 deprecated_max_register_raw_size,
9956 deprecated_max_register_virtual_size and register_virtual_type.
9957
9958 2003-03-14 Andrew Cagney <cagney@redhat.com>
9959
9960 * frame.c (get_prev_frame): When a legacy frame, always call
9961 legacy_get_prev_frame. Simplify unwind code using assumption that
9962 the unwinder is new.
9963 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9964 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9965 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9966
9967 2003-03-14 Andrew Cagney <cagney@redhat.com>
9968
9969 * frame.c (get_saved_register): Delete function.
9970 * frame.h (get_saved_register): Delete declaration.
9971 * xstormy16-tdep.c: Update comment.
9972 * regcache.h: Update comments.
9973 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9974 get_saved_register and extract_address, use
9975 frame_read_unsigned_register.
9976 (sparc_frame_saved_pc): Ditto.
9977 (sparc_get_saved_register): Instead of get_saved_register, use
9978 frame_register.
9979 (sparc_pop_frame): Ditto.
9980 * findvar.c: Update comments.
9981 (value_of_register): Call frame_register instead of
9982 get_saved_register.
9983 (value_from_register): Ditto.
9984 * config/sparc/tm-sparc.h: Update comment.
9985 * breakpoint.c: Update comment.
9986
9987 2003-03-14 Andrew Cagney <cagney@redhat.com>
9988
9989 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9990 GET_SAVED_REGISTER.
9991 * gdbarch.h, gdbarch.c: Re-generate.
9992 * frame.h: Update comments.
9993 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9994 * x86-64-tdep.c (x86_64_init_abi): Update.
9995 * sparc-tdep.c (sparc_gdbarch_init): Update.
9996 * sh-tdep.c (sh_gdbarch_init): Update.
9997 * mips-tdep.c (mips_gdbarch_init): Update.
9998 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9999 * cris-tdep.c (cris_gdbarch_init): Update.
10000 * ia64-tdep.c (ia64_gdbarch_init): Update.
10001 * frame.c (frame_register): Update.
10002 (get_saved_register): Update.
10003 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10004
10005 2003-03-13 Andrew Cagney <cagney@redhat.com>
10006
10007 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10008 * gdbarch.h, gdbarch.c: Regenerate.
10009 * valops.c (hand_function_call): Update comment.
10010 * stack.c (return_command): Update comment.
10011 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10012 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10013 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10014 * x86-64-tdep.c (x86_64_init_abi): Update.
10015 * vax-tdep.c (vax_gdbarch_init): Update.
10016 * v850-tdep.c (v850_gdbarch_init): Update.
10017 * sparc-tdep.c (sparc_gdbarch_init): Update.
10018 * sh-tdep.c (sh_gdbarch_init): Update.
10019 * s390-tdep.c (s390_gdbarch_init): Update.
10020 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10021 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10022 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10023 * mips-tdep.c (mips_gdbarch_init): Update.
10024 * mcore-tdep.c (mcore_gdbarch_init): Update.
10025 * m68k-tdep.c (m68k_gdbarch_init): Update.
10026 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10027 * ia64-tdep.c (ia64_gdbarch_init): Update.
10028 * i386-tdep.c (i386_gdbarch_init): Update.
10029 * hppa-tdep.c (hppa_gdbarch_init): Update.
10030 * h8300-tdep.c (h8300_gdbarch_init): Update.
10031 * frv-tdep.c (frv_gdbarch_init): Update.
10032 * cris-tdep.c (cris_gdbarch_init): Update.
10033 * avr-tdep.c (avr_gdbarch_init): Update.
10034 * arm-tdep.c (arm_gdbarch_init): Update.
10035 * alpha-tdep.c (alpha_gdbarch_init): Update.
10036
10037 2003-03-13 Andrew Cagney <cagney@redhat.com>
10038
10039 * frame.c (legacy_frame_p): New function.
10040 (get_prev_frame): Use legacy_frame_p.
10041 * frame.h (legacy_frame_p): Declare.
10042
10043 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10044
10045 * MAINTAINERS (write after approval): Alphabetically
10046 listing corrected.
10047
10048 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10049
10050 * MAINTAINERS (write after approval): Add myself.
10051
10052 2003-03-12 Andrew Cagney <cagney@redhat.com>
10053
10054 * frame.c (get_prev_frame): Rename the frame parameter to
10055 "this_frame".
10056 (get_next_frame, legacy_get_prev_frame): Ditto.
10057
10058 2003-03-12 Andrew Cagney <cagney@redhat.com>
10059
10060 * frame.c (get_current_frame): Check target_has_registers before
10061 checking target_has_stack.
10062 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10063 instead of deprecated_selected_frame.
10064 * findvar.c (value_of_register): Pass "frame", not
10065 deprecated_selected_frame, to value_of_builtin_reg.
10066
10067 2003-03-12 Andrew Cagney <cagney@redhat.com>
10068
10069 * regcache.c (regcache_cooked_write_signed): New function.
10070 (regcache_cooked_write_unsigned): New function.
10071 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10072 (regcache_cooked_read_signed): Fix regnum in range assertion.
10073 * regcache.h (regcache_cooked_write_signed): Declare.
10074 (regcache_cooked_write_unsigned): Declare.
10075
10076 2003-03-12 Andrew Cagney <cagney@redhat.com>
10077
10078 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10079 * gdbarch.h, gdbarch.c: Re-generate.
10080 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10081 * x86-64-tdep.h: Update.
10082 * x86-64-tdep.c (x86_64_init_abi): Update.
10083 * v850-tdep.c (v850_gdbarch_init): Update.
10084 * sparc-tdep.c (sparc_gdbarch_init): Update.
10085 * sh-tdep.c (sh_gdbarch_init): Update.
10086 * s390-tdep.c (s390_gdbarch_init): Update.
10087 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10088 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10089 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10090 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10091 * mips-tdep.c (mips_gdbarch_init): Update.
10092 * mcore-tdep.c (mcore_gdbarch_init): Update.
10093 * m68k-tdep.c (m68k_gdbarch_init): Update.
10094 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10095 * ia64-tdep.c (ia64_gdbarch_init): Update.
10096 * i386-tdep.c (i386_gdbarch_init): Update.
10097 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10098 * hppa-tdep.c (hppa_gdbarch_init): Update.
10099 * h8300-tdep.c (h8300_gdbarch_init): Update.
10100 * frv-tdep.c (frv_gdbarch_init): Update.
10101 * cris-tdep.c (cris_gdbarch_init): Update.
10102 * avr-tdep.c (avr_gdbarch_init): Update.
10103 * arm-tdep.c (arm_gdbarch_init): Update.
10104 * alpha-tdep.c (alpha_gdbarch_init): Update.
10105 * sh-tdep.c (sh_init_extra_frame_info): Update.
10106 (sh64_init_extra_frame_info): Update.
10107 * ns32knbsd-nat.c (frame_num_args): Update.
10108 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10109 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10110 (xstormy16_frame_chain_valid): Update.
10111 * vax-tdep.c (vax_saved_pc_after_call): Update.
10112 * v850-tdep.c (v850_frame_chain): Update.
10113 (v850_pop_frame): Update.
10114 (v850_init_extra_frame_info): Update.
10115 * sparc-tdep.c (setup_arbitrary_frame): Update.
10116 * ns32k-tdep.c (umax_frame_num_args): Update.
10117 * s390-tdep.c (s390_pop_frame_regular): Update.
10118 * mn10300-tdep.c (mn10300_frame_chain): Update.
10119 (mn10300_pop_frame_regular): Update.
10120 (mn10300_init_extra_frame_info): Update.
10121 * mips-tdep.c (mips_init_frame_pc_first): Update.
10122 (mips_frame_chain): Update.
10123 (mips_pop_frame): Update.
10124 * mcore-tdep.c (mcore_frame_chain): Update.
10125 (mcore_pop_frame): Update.
10126 (mcore_init_extra_frame_info): Update.
10127 * arch-utils.c (init_frame_pc_default): Update.
10128 * m68k-tdep.c (isi_frame_num_args): Update.
10129 (delta68_frame_num_args): Update.
10130 (news_frame_num_args): Update.
10131 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10132 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10133 (alpha_frame_chain): Update.
10134 (alpha_pop_frame): Update.
10135 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10136 (hppa_init_extra_frame_info): Update.
10137 (hppa_frame_chain): Update.
10138 (hppa_frame_chain_valid): Update.
10139 * cris-tdep.c (cris_init_extra_frame_info): Update.
10140 * avr-tdep.c (avr_init_extra_frame_info): Update.
10141 * arm-tdep.c (arm_frame_chain_valid): Update.
10142 (arm_init_extra_frame_info): Update.
10143 (arm_pop_frame): Update.
10144 * frame.c (frame_pc_unwind): Update.
10145 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10146 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10147 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10148 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10149 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10150 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10151
10152 2003-03-12 Andrew Cagney <cagney@redhat.com>
10153
10154 Eliminate the need for POP_FRAME.
10155 * frame.c (do_frame_unwind_register): New function.
10156 (frame_pop): When no POP_FRAME, pop the frame using register
10157 unwind and a scratch regcache.
10158 (frame_saved_regs_pop): Delete function.
10159 (trad_frame_unwinder): Update.
10160 * d10v-tdep.c (d10v_frame_pop): Delete function.
10161 (d10v_frame_unwind): Update.
10162 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10163 (sentinel_frame_unwinder): Update.
10164 * dummy-frame.c (dummy_frame_pop): Delete function.
10165 (dummy_frame_unwind): Update.
10166 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10167 (struct frame_unwind): Update.
10168
10169 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10170
10171 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10172 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10173 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10174 Do range checks on register number obtained from debugging info.
10175 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10176 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10177 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10178 mapping function.
10179 (do_fp_register_row): Fix typo which caused double type to be
10180 used when attempting to unpack a float.
10181
10182 2003-03-11 J. Brobecker <brobecker@gnat.com>
10183
10184 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10185
10186 2003-03-11 Andrew Cagney <cagney@redhat.com>
10187
10188 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10189 frame. Problem found by Corinna Vinschen.
10190
10191 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10192
10193 * doublest.c (floatformat_from_length): Accept also
10194 the real size of 'long double' type.
10195
10196 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10197
10198 From Klee Dienes <kdienes@apple.com>:
10199 * breakpoint.c (bpstat_copy): Copy the command lines as well
10200 as the old value, to match what is freed in bpstat_clear.
10201
10202 2003-03-10 David Carlton <carlton@math.stanford.edu>
10203
10204 * minsyms.c (add_minsym_to_hash_table): Replace
10205 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10206 (compare_minimal_symbols, compact_minimal_symbols)
10207 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10208 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10209 of DEPRECATED_SYMBOL_MATCHES_NAME.
10210 (lookup_minimal_symbol_solib_trampoline): Ditto.
10211
10212 2003-03-10 Andrew Cagney <cagney@redhat.com>
10213
10214 * regcache.h (regcache_cooked_read_ftype): Define.
10215 (regcache_save, regcache_restore): Add a cooked_read parameter.
10216 * regcache.c (regcache_save, regcache_restore): Update.
10217 (do_cooked_read): New function.
10218 (regcache_cpy): Pass do_cooked_read to regcache_save and
10219 regcache_restore.
10220
10221 2003-03-10 Andrew Cagney <cagney@redhat.com>
10222
10223 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10224 * gdbarch.h, gdbarch.c: Re-generate.
10225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10226 * x86-64-tdep.h: Update.
10227 * x86-64-tdep.c (x86_64_init_abi): Update.
10228 * v850-tdep.c (v850_gdbarch_init): Update.
10229 * sparc-tdep.c (sparc_gdbarch_init): Update.
10230 * sh-tdep.c (sh_gdbarch_init): Update.
10231 * s390-tdep.c (s390_gdbarch_init): Update.
10232 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10233 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10234 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10235 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10236 * mips-tdep.c (mips_gdbarch_init): Update.
10237 * mcore-tdep.c (mcore_gdbarch_init): Update.
10238 * m68k-tdep.c (m68k_gdbarch_init): Update.
10239 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10240 * ia64-tdep.c (ia64_gdbarch_init): Update.
10241 * i386-tdep.c (i386_gdbarch_init): Update.
10242 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10243 * hppa-tdep.c (hppa_gdbarch_init): Update.
10244 * h8300-tdep.c (h8300_gdbarch_init): Update.
10245 * frv-tdep.c (frv_gdbarch_init): Update.
10246 * cris-tdep.c (cris_gdbarch_init): Update.
10247 * avr-tdep.c (avr_gdbarch_init): Update.
10248 * arm-tdep.c (arm_gdbarch_init): Update.
10249 * alpha-tdep.c (alpha_gdbarch_init): Update.
10250 * sh-tdep.c (sh_init_extra_frame_info): Update.
10251 (sh64_init_extra_frame_info): Update.
10252 * ns32knbsd-nat.c (frame_num_args): Update.
10253 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10254 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10255 (xstormy16_frame_chain_valid): Update.
10256 * vax-tdep.c (vax_saved_pc_after_call): Update.
10257 * v850-tdep.c (v850_frame_chain): Update.
10258 (v850_pop_frame): Update.
10259 (v850_init_extra_frame_info): Update.
10260 * sparc-tdep.c (setup_arbitrary_frame): Update.
10261 * ns32k-tdep.c (umax_frame_num_args): Update.
10262 * s390-tdep.c (s390_pop_frame_regular): Update.
10263 * mn10300-tdep.c (mn10300_frame_chain): Update.
10264 (mn10300_pop_frame_regular): Update.
10265 (mn10300_init_extra_frame_info): Update.
10266 * mips-tdep.c (mips_init_frame_pc_first): Update.
10267 (mips_frame_chain): Update.
10268 (mips_pop_frame): Update.
10269 * mcore-tdep.c (mcore_frame_chain): Update.
10270 (mcore_pop_frame): Update.
10271 (mcore_init_extra_frame_info): Update.
10272 * arch-utils.c (init_frame_pc_default): Update.
10273 * m68k-tdep.c (isi_frame_num_args): Update.
10274 (delta68_frame_num_args): Update.
10275 (news_frame_num_args): Update.
10276 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10277 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10278 (alpha_frame_chain): Update.
10279 (alpha_pop_frame): Update.
10280 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10281 (hppa_init_extra_frame_info): Update.
10282 (hppa_frame_chain): Update.
10283 (hppa_frame_chain_valid): Update.
10284 * cris-tdep.c (cris_init_extra_frame_info): Update.
10285 * avr-tdep.c (avr_init_extra_frame_info): Update.
10286 * arm-tdep.c (arm_frame_chain_valid): Update.
10287 (arm_init_extra_frame_info): Update.
10288 (arm_pop_frame): Update.
10289 * frame.c (frame_pc_unwind): Update.
10290 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10291 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10292 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10293 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10294 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10295 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10296
10297 2003-03-10 Andrew Cagney <cagney@redhat.com>
10298
10299 * gdbarch.sh (gdbarch_unwind_pc): New method.
10300 * gdbarch.h, gdbarch.c: Regenerate.
10301 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10302 but use read_pc and FRAME_SAVED_PC as fall backs.
10303 (frame_saved_regs_pc_unwind): Delete function.
10304 (trad_frame_unwinder): Update.
10305 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10306 (struct frame_unwind): Update.
10307 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10308 (dummy_frame_unwind): Update.
10309 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10310 (sentinel_frame_unwinder): Update.
10311 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10312 (d10v_frame_unwind): Update.
10313 (d10v_unwind_pc): New function.
10314 (d10v_gdbarch_init): Set unwind_pc.
10315
10316 2003-03-10 Andrew Cagney <cagney@redhat.com>
10317
10318 * gdbarch.h: Re-generate.
10319
10320 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10321 PC.
10322 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10323 the PC register.
10324
10325 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10326
10327 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10328
10329 2003-03-08 Andrew Cagney <cagney@redhat.com>
10330
10331 * cli-out.c: Update copyright.
10332 (cli_out_data): Define typedef. Use instead of ui_out_data.
10333
10334 2003-03-08 Andrew Cagney <cagney@redhat.com>
10335
10336 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10337 the result.
10338
10339 2003-03-07 Andrew Cagney <cagney@redhat.com>
10340
10341 * gdbarch.sh: Don't generate two macro definitions when an
10342 undefined macro taking no arguments.
10343 * gdbarch.h: Regenerate.
10344
10345 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10346
10347 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10348 (x86_64_unwind_dummy_id): New functions.
10349 (x86_64_init_abi): Register these two new functions.
10350
10351 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10352
10353 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10354 (x86_64_skip_prologue): Move prologue detection to
10355 separate function.
10356 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10357
10358 2003-03-05 Andrew Cagney <cagney@redhat.com>
10359
10360 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10361 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10362 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10363 to use unwind_dummy_id when a dummy frame.
10364 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10365 predicate.
10366 * gdbarch.h, gdbarch.c: Regneerate.
10367
10368 2003-03-05 Andrew Cagney <cagney@redhat.com>
10369
10370 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10371 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10372 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10373 values.
10374
10375 2003-03-05 Andrew Cagney <cagney@redhat.com>
10376
10377 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10378 (struct d10v_unwind_cache): Delete field "frameless". Replace
10379 "next_addr" with "sp_offset". Add "r11_offset".
10380 (d10v_frame_unwind_cache): Update.
10381 (prologue_find_regs): Update. When "mv r11, sp", save the
10382 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10383 RN was saved in r11_offset.
10384
10385 2003-03-05 Andrew Cagney <cagney@redhat.com>
10386
10387 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10388 cached PC value in the next frame.
10389
10390 2003-03-05 Andrew Cagney <cagney@redhat.com>
10391
10392 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10393 "id_unwind_cache" with "id".
10394 (frame_id_unwind): Delete declaration.
10395 * frame.c (frame_id_unwind): Delete function.
10396 (get_prev_frame): Call the frame id unwind method directly. Store
10397 the returned next frame's ID value in NEXT_FRAME. Note that there
10398 is a problem with the wrong unwind ID being called with the wrong
10399 unwind cache.
10400
10401 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10402
10403 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10404
10405 2003-03-05 James Ingham <jingham@apple.com>
10406 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10409 (auto_cp_abi): New variable.
10410 (current_cp_abi, num_cp_abis): Make static.
10411 (CP_ABI_MAX): Define.
10412 (cp_abis): Turn into an array.
10413 (value_virtual_fn_field): Fix formatting.
10414 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10415 takes a pointer.
10416 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10417 (list_cp_abis, _initialize_cp_abi): New functions.
10418 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10419 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10420 switch_to_cp_abi. Update prototype for register_cp_abi.
10421 * Makefile.in (cp-abi.o): Update dependencies.
10422 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10423 instead of switch_to_cp_abi.
10424 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10425 register_cp_abi.
10426 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10427 register_cp_abi.
10428 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10429
10430 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10431
10432 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10433 * dwarf2loc.c: Include "regcache.h".
10434 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10435 register_size.
10436 * Makefile.in (dwarf2loc.o): Update dependencies.
10437
10438 2003-03-04 Theodore A. Roth <troth@openavr.org>
10439
10440 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10441 number of io registers reported by remote target is not a multiple of
10442 step.
10443
10444 2003-03-04 David Carlton <carlton@math.stanford.edu>
10445
10446 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10447 (lookup_symbol_aux_psymtabs): Update call to
10448 lookup_partial_symbol.
10449 (lookup_transparent_type, find_main_psymtab)
10450 (make_symbol_overload_list): Ditto.
10451
10452 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10453
10454 * MAINTAINERS (Write after approval): Update my email address.
10455
10456 2003-03-03 Andrew Cagney <cagney@redhat.com>
10457
10458 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10459 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10460 predicate. Replace MAX_REGISTER_RAW_SIZE.
10461 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10462 MAX_REGISTER_VIRTUAL_SIZE.
10463 * regcache.c (legacy_max_register_raw_size): New function.
10464 (legacy_max_register_virtual_size): New function.
10465 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10466 (MAX_REGISTER_RAW_SIZE): Define.
10467 (legacy_max_register_raw_size): Declare.
10468 (legacy_max_register_virtual_size): Declare.
10469 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10470 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10471 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10472 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10473 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10474 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10475 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10476 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10477 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10478 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10479 * vax-tdep.c (vax_gdbarch_init): Update.
10480 * v850-tdep.c (v850_gdbarch_init): Update.
10481 * sparc-tdep.c (sparc_gdbarch_init): Update.
10482 * sh-tdep.c (sh_gdbarch_init): Update.
10483 * s390-tdep.c (s390_gdbarch_init): Update.
10484 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10485 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10486 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10487 * mips-tdep.c (mips_gdbarch_init): Update.
10488 * mcore-tdep.c (mcore_gdbarch_init): Update.
10489 * m68k-tdep.c (m68k_gdbarch_init): Update.
10490 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10491 * ia64-tdep.c (ia64_gdbarch_init): Update.
10492 * i386-tdep.c (i386_gdbarch_init): Update.
10493 * hppa-tdep.c (hppa_gdbarch_init): Update.
10494 * h8300-tdep.c (h8300_gdbarch_init): Update.
10495 * frv-tdep.c (frv_gdbarch_init): Update.
10496 * cris-tdep.c (cris_gdbarch_init): Update.
10497 * avr-tdep.c (avr_gdbarch_init): Update.
10498 * arm-tdep.c (arm_gdbarch_init): Update.
10499 * alpha-tdep.c (alpha_gdbarch_init): Update.
10500 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10501 max_register_raw_size or max_register_virtual_size.
10502
10503 2003-03-03 David Carlton <carlton@math.stanford.edu>
10504
10505 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10506 SYMBOL_MATCHES_NAME, add comment.
10507 (SYMBOL_MATCHES_NATURAL_NAME): New.
10508 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10509 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10510 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10511 * symtab.c (lookup_partial_symbol): Use
10512 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10513 unhelpful comment.
10514 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10515 SYMBOL_MATCHES_NAME.
10516 Fix for PR c++/33.
10517
10518 2003-03-03 David Carlton <carlton@math.stanford.edu>
10519
10520 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10521 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10522 by regexp matching against SYMBOL_NATURAL_NAME.
10523
10524 2003-03-03 David Carlton <carlton@math.stanford.edu>
10525
10526 * linespec.c (find_method): Extract code into collect_methods.
10527 (collect_methods): New.
10528
10529 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10530
10531 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10532 get_frame_base.
10533
10534 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10535 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10536
10537 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10538
10539 * arch-utils.c (generic_register_byte): Fix to use the loop index
10540 and not regnum when summing the size of all registers up to regnum.
10541
10542 2003-03-01 Andrew Cagney <cagney@redhat.com>
10543
10544 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10545 FRAME_INIT_SAVED_REGS.
10546 * gdbarch.h, gdbarch.c: Regenerate.
10547 * stack.c (frame_info): Update.
10548 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10549 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10550 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10551 * ns32k-tdep.c (ns32k_pop_frame): Update.
10552 * mips-tdep.c (mips_pop_frame): Update.
10553 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10554 * ia64-tdep.c (ia64_frame_chain): Update.
10555 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10556 (ia64_frameless_function_invocation): Update.
10557 (ia64_init_extra_frame_info): Update.
10558 (ia64_pop_frame_regular): Update.
10559 * frame.h (struct frame_info): Update comment.
10560 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10561 * frame.c (frame_saved_regs_register_unwind): Update.
10562 (frame_saved_regs_register_unwind): Update.
10563 (deprecated_generic_get_saved_register): Update.
10564 * cris-tdep.c: Update comment.
10565 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10566 Rename macro.
10567 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10568 * x86-64-tdep.c (x86_64_init_abi): Update.
10569 * vax-tdep.c (vax_gdbarch_init): Update.
10570 * v850-tdep.c (v850_gdbarch_init): Update.
10571 * sparc-tdep.c (sparc_gdbarch_init): Update.
10572 * sh-tdep.c (sh_gdbarch_init): Update.
10573 * s390-tdep.c (s390_gdbarch_init): Update.
10574 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10575 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10576 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10577 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10578 * mips-tdep.c (mips_gdbarch_init): Update.
10579 * mcore-tdep.c (mcore_gdbarch_init): Update.
10580 * m68k-tdep.c (m68k_gdbarch_init): Update.
10581 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10582 * ia64-tdep.c (ia64_gdbarch_init): Update.
10583 * i386-tdep.c (i386_gdbarch_init): Update.
10584 * frv-tdep.c (frv_gdbarch_init): Update.
10585 * avr-tdep.c (avr_gdbarch_init): Update.
10586 * arm-tdep.c (arm_gdbarch_init): Update.
10587 * alpha-tdep.c (alpha_gdbarch_init): Update.
10588
10589 2003-03-01 Andrew Cagney <cagney@redhat.com>
10590
10591 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10592 option enum and switch. When no windows, set the interpreter to
10593 INTERP_CONSOLE.
10594
10595 2003-03-01 Andrew Cagney <cagney@redhat.com>
10596
10597 * main.c (captured_main): Replace magic option characters with an
10598 enum.
10599
10600 2003-03-01 Andrew Cagney <cagney@redhat.com>
10601
10602 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10603 INIT_EXTRA_FRAME_INFO.
10604 * gdbarch.h, gdbarch.c: Regenerate.
10605 * arm-tdep.c: Update comments.
10606 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10607 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10608 * frame.h, avr-tdep.c: Ditto.
10609 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10610 (create_new_frame, legacy_get_prev_frame): Ditto.
10611 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10612 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10613 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10614 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10615 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10616 * v850-tdep.c (v850_gdbarch_init): Ditto.
10617 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10618 * sh-tdep.c (sh_gdbarch_init): Ditto.
10619 * s390-tdep.c (s390_gdbarch_init): Ditto.
10620 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10621 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10622 * mips-tdep.c (mips_gdbarch_init): Ditto.
10623 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10624 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10625 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10626 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10627 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10628 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10629 * frv-tdep.c (frv_gdbarch_init): Ditto.
10630 * cris-tdep.c (cris_gdbarch_init): Ditto.
10631 * avr-tdep.c (avr_gdbarch_init): Ditto.
10632 * arm-tdep.c (arm_gdbarch_init): Ditto.
10633 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10634 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10635
10636 2003-03-01 Andrew Cagney <cagney@redhat.com>
10637
10638 * gdbarch.sh (register_type): New function with predicate.
10639 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10640 * gdbarch.h, gdbarch.c: Re-generate.
10641 * arch-utils.c (generic_register_byte): Use generic_register_size.
10642 (generic_register_size): When available, use
10643 gdbarch_register_type.
10644 * regcache.c (init_regcache_descr): When available, initialize the
10645 register type array using gdbarch_register_type. If the
10646 architecture supplies gdbarch_register_type, do not use the legacy
10647 regcache layout.
10648 * d10v-tdep.c (d10v_register_type): Replace
10649 d10v_register_virtual_type.
10650 (d10v_gdbarch_init): Set register_type instead of
10651 register_virtual_type.
10652
10653 2003-03-01 Andrew Cagney <cagney@redhat.com>
10654
10655 * Makefile.in (ax-gdb.o): Update dependencies.
10656 * ax-gdb.c: Include "regcache.h".
10657 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10658 * findvar.c (value_of_register): Ditto.
10659 * infcmd.c (default_print_registers_info): Ditto.
10660
10661 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10662
10663 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10664 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10665
10666 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10667
10668 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10669 of STREQ.
10670
10671 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10672
10673 * Makefile.in (dwarf2loc.o): Update dependencies.
10674 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10675 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10676 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10677 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10678 (locexpr_tracepoint_var_ref): New function.
10679 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10680
10681 2003-02-28 Andrew Cagney <cagney@redhat.com>
10682
10683 * regcache.c (register_size): New function.
10684 * regcache.h (register_size): Declare
10685 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10686 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10687
10688 2003-02-28 David Carlton <carlton@math.stanford.edu>
10689
10690 * linespec.c (decode_compound): Extract code into find_method.
10691 (find_method): New.
10692
10693 2003-02-28 J. Brobecker <brobecker@gnat.com>
10694
10695 * Makefile.in: Add rules to build and link in observer.o.
10696
10697 2003-02-27 J. Brobecker <brobecker@gnat.com>
10698
10699 * observer.c: Minor comments edits.
10700
10701 2003-02-27 J. Brobecker <brobecker@gnat.com>
10702
10703 * observer.h, observer.c: New file.
10704
10705 2003-02-27 Andrew Cagney <cagney@redhat.com>
10706
10707 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10708
10709 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10710
10711 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10712 (M6812_OP_STS_EXT): Likewise.
10713 (m6811_prologue): Use the above to recognize prologue.
10714 (m6812_prologue): Likewise.
10715
10716 2003-02-27 David Carlton <carlton@math.stanford.edu>
10717
10718 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10719 SYMBOL_PRINT_NAME.
10720 (compare_psymbols): Ditto.
10721 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10722
10723 2003-02-27 Michael Snyder <msnyder@redhat.com>
10724
10725 * f-lang.c (build_fortran_types): New function.
10726 (_initialize_f_language): Gdbarch-register built-in fortran types.
10727 * doublest.c (extract_floating): Fix warning text.
10728
10729 2003-02-27 Andrew Cagney <cagney@redhat.com>
10730
10731 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10732 predicate. Replaces PUSH_DUMMY_FRAME.
10733 * gdbarch.h, gdbarch.c: Regnerate.
10734 * valops.c (hand_function_call): Update. Call
10735 generic_push_dummy_frame directly.
10736 * vax-tdep.c (vax_gdbarch_init): Update.
10737 * sparc-tdep.c (sparc_gdbarch_init): Update.
10738 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10739 * m68k-tdep.c (m68k_gdbarch_init): Update.
10740 * hppa-tdep.c (hppa_gdbarch_init): Update.
10741 * alpha-tdep.c (alpha_gdbarch_init): Update.
10742 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10743 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10744 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10745 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10746 push_dummy_frame to generic_push_dummy_frame.
10747 * v850-tdep.c (v850_gdbarch_init): Ditto.
10748 * sh-tdep.c (sh_gdbarch_init): Ditto.
10749 * s390-tdep.c (s390_gdbarch_init): Ditto.
10750 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10751 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10752 * mips-tdep.c (mips_gdbarch_init): Ditto.
10753 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10755 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10756 * i386-tdep.c (i386_gdbarch_init): Ditto.
10757 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10758 * frv-tdep.c (frv_gdbarch_init): Ditto.
10759 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10760 * cris-tdep.c (cris_gdbarch_init): Ditto.
10761 * avr-tdep.c (avr_gdbarch_init): Ditto.
10762 * arm-tdep.c (arm_gdbarch_init): Ditto.
10763
10764 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10765
10766 * mips-tdep.c (show_mips_abi): New function.
10767 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10768 command ``show mips abi''.
10769
10770 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10771
10772 From Elena Zannoni <ezannoni@redhat.com>
10773 * dbxread.c (process_one_symbol): Only record line 0 if one or
10774 more sline entries have been seen for the function.
10775
10776 2003-02-26 Michael Chastain <mec@shout.net>
10777
10778 * configure: Regenerate with autoconf 000227.
10779
10780 2003-02-26 Michael Chastain <mec@shout.net>
10781
10782 Close PR build/660.
10783 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10784 for old libc5/glibc.
10785 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10786
10787 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10788
10789 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10790 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10791
10792 2003-02-26 Michael Chastain <mec@shout.net>
10793
10794 * configure.in: New variable HAVE_UINTPTR_T.
10795 * configure, config.in: Regenerated.
10796
10797 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10798
10799 Fix PR build/1097.
10800 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10801
10802 2003-02-25 Andrew Cagney <cagney@redhat.com>
10803
10804 * frame.c (get_prev_frame): Add comment on check for
10805 inside_entry_func. Only check for inside_entry_file when not a
10806 dummy and not a sentinel. Check that the new frame is not inner
10807 to the old frame.
10808
10809 2003-02-25 Andrew Cagney <cagney@redhat.com>
10810
10811 * frame.c (frame_debug): New variable.
10812 (_initialize_frame): Add "set/show debug frame" command.
10813 (get_prev_frame): When frame_debug, print reason why unwind
10814 failed.
10815
10816 2003-02-25 Michael Chastain <mec@shout.net>
10817
10818 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10819 to avoid uintptr_t definition problems.
10820
10821 2003-02-25 David Carlton <carlton@math.stanford.edu>
10822
10823 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10824 (SYMBOL_LINKAGE_NAME): Ditto.
10825 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10826 SYMBOL_LINKAGE_NAME.
10827 (struct general_symbol_info): Expand comment.
10828 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10829 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10830 (SYMBOL_MATCHES_REGEXP): Ditto.
10831 * symtab.c (symbol_natural_name): New function.
10832 * objfiles.h: Replace all uses of SYMBOL_NAME by
10833 DEPRECATED_SYMBOL_NAME.
10834 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10835 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10836 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10837 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10838 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10839 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10840 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10841 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10842 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10843 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10844 * ada-exp.y: Ditto.
10845 * ada-exp.y: Update copyright.
10846 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10847 * cp-valprint.c: Ditto.
10848
10849 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10850
10851 * infptrace.c (detach): Do not flag error if ptrace detach fails
10852 and errno is set to ESRCH.
10853
10854 2003-02-24 Andrew Cagney <cagney@redhat.com>
10855
10856 * infptrace.c (udot_info): Change type of udot_off to long. Use
10857 paddr when printing udot_off's value.
10858
10859 2003-02-24 David Carlton <carlton@math.stanford.edu>
10860
10861 * symtab.c (make_symbol_overload_list): Only read in partial
10862 symtabs containing a matching partial symbol.
10863
10864 2003-02-24 David Carlton <carlton@math.stanford.edu>
10865
10866 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10867 do the comparison, not strcmp.
10868 * symfile.c (compare_psymbols): Ditto.
10869 * defs.h: Declare strcmp_iw_ordered.
10870 * utils.c (strcmp_iw_ordered): New function.
10871
10872 2003-02-24 Jim Blandy <jimb@redhat.com>
10873
10874 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10875 support, shared libs): Remove my name from here, to better reflect
10876 reality.
10877
10878 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10879
10880 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10881 (target_ops): Add to_have_continuable_watchpoint.
10882 * target.c (update_current_target): Add INHERIT line for
10883 to_have_continuable_watchpoint.
10884 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10885 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10886 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10887 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10888
10889 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10890
10891 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10892 maintainership.
10893
10894 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10895
10896 * solib.c (solib_open): Call target defined search function after
10897 failing with solib-search-path.
10898 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10899 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10900
10901 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10902
10903 * MAINTAINERS: Add myself to Write After section.
10904
10905 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10906
10907 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10908
10909 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10910
10911 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10912 (m68hc11_add_reggroups): New function.
10913 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10914 (m68hc11_gdbarch_init): Install the reggroups.
10915 (_initialize_m68hc11_tdep): Initialize them.
10916
10917 2003-02-21 James E Wilson <wilson@tuliptree.org>
10918
10919 * MAINTAINERS: Update my email address.
10920
10921 2003-02-21 David Carlton <carlton@math.stanford.edu>
10922
10923 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10924
10925 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10926
10927 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10928 * symtab.h: Add opaque declarations of struct axs_value and
10929 struct agent_expr.
10930 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10931 (struct location_funcs): New type.
10932 (struct symbol): Add "loc" to aux_value.
10933 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10934 * dwarf2read.c: Include "dwarf2expr.h".
10935 (dwarf2_symbol_mark_computed): New function.
10936 (read_func_scope): Use it.
10937 (var_decode_location): New function.
10938 (new_symbol): Use it.
10939 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10940
10941 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10942 (dwarf2expr_h, dwarf2loc_h): New variables.
10943 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10944 (dwarf2expr.o, dwarf2loc.o): New rules.
10945 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10946 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10947 LOC_COMPUTED_ARG.
10948 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10949 * m2-exp.y (yylex): Likewise.
10950 * printcmd.c (address_info, print_frame_args): Likewise.
10951 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10952 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10953 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10954 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10955 * symtab.c (lookup_block_symbol): Likewise.
10956
10957 2003-02-20 Adam Fedor <fedor@gnu.org>
10958
10959 * symtab.h: Remove objc_specific struct
10960 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10961 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10962 Have language_objc use cplus_specific struct.
10963
10964 2003-02-20 Tom Tromey <tromey@redhat.com>
10965
10966 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10967 TYPE_NAME, when printing a String value. PR java/1075.
10968
10969 2003-02-20 Adam Fedor <fedor@gnu.org>
10970
10971 * objc-lang.h (find_methods): Remove declaration.
10972 * objc-lang.c (find_methods): Make static.
10973
10974 2003-02-20 Christopher Faylor <cgf@redhat.com>
10975
10976 * win32-nat.c (get_image_name): Check return value from
10977 ReadProcessMemory.
10978 (child_xfer_memory): Ditto.
10979
10980 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10981
10982 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10983 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10984 '${exec_prefix}' (in addition to the expansion thereof) as
10985 relocatable.
10986 * configure: Rebuilt.
10987
10988 2003-02-20 David Carlton <carlton@math.stanford.edu>
10989
10990 * symtab.c (search_symbols): Revert the search_symbols part of my
10991 2002-12-23 patch. Add comment.
10992
10993 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10994
10995 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10996 * dbxread.c (elfstab_build_psymtabs): Don't call
10997 install_minimal_symbols.
10998 (stabsect_build_psymtabs): Likewise.
10999 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11000 earlier.
11001 * somread.c (som_symfile_read): Call install_minimal_symbols
11002 and do_cleanups earlier.
11003 * nlmread.c (nlm_symfile_read): Likewise.
11004 * mdebugread.c (elfmdebug_build_psymtabs): Call
11005 install_minimal_symbols and make appropriate cleanups.
11006
11007 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11008
11009 * solib.c (reload_shared_libraries): New function.
11010 (_initialize_solib): Add callbacks for ``set solib-search-path''
11011 and ``set solib-absolute-prefix''.
11012
11013 2003-02-20 David Carlton <carlton@math.stanford.edu>
11014
11015 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11016 expand comment.
11017 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11018 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11019 * ada-typeprint.c (ada_typedef_print): Ditto.
11020 * ax-gdb.c (gen_var_ref): Ditto.
11021 * breakpoint.c (print_one_breakpoint): Ditto.
11022 * buildsym.c (finish_block): Ditto.
11023 * c-valprint.c (c_val_print): Ditto.
11024 * expprint.c (print_subexp): Ditto.
11025 * findvar.c (locate_var_value): Ditto.
11026 * infcmd.c (jump_command): Ditto.
11027 * linespec.c (decode_line_2, decode_compound): Ditto.
11028 * maint.c (maintenance_translate_address): Ditto.
11029 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11030 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11031 Ditto.
11032 * p-valprint.c (pascal_val_print): Ditto.
11033 * stabsread.c (define_symbol): Ditto.
11034 * stack.c (print_frame, frame_info, print_block_frame_locals)
11035 (print_frame_arg_vars, return_command): Ditto.
11036 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11037 * symmisc.c (print_symbol): Ditto.
11038 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11039 (compare_search_syms, print_symbol_info, print_msymbol_info)
11040 (rbreak_command): Ditto.
11041 * tracepoint.c (tracepoints_info): Ditto.
11042 * typeprint.c (typedef_print): Ditto.
11043 * valops.c (value_of_variable, hand_function_call): Ditto.
11044 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11045 * ada-typeprint.c: Update Copyright.
11046 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11047 * tracepoint.c, cli/cli-cmds.c: Ditto.
11048
11049 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11050
11051 * frame.c (generic_unwind_get_saved_register): Make non-static.
11052 * frame.h (generic_unwind_get_saved_register): Declare.
11053 * mips-tdep.c (read_next_frame_reg): Fetch register from
11054 current regcache when frame is NULL.
11055 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11056 that must be NULL.
11057 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11058 instead of frame_register_unwind().
11059
11060 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11061
11062 * remote-sim.c (gdbsim_insert_breakpoint)
11063 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11064 code.
11065
11066 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11067
11068 * remote.c (_initialize_remote): Add commands "set/show remote
11069 hardware-watchpoint-limit" and "set/show remote
11070 hardware-breakpoint-limit".
11071 (remote_hw_watchpoint_limit): Initialize to -1.
11072 (remote_hw_breakpoint_limit): Ditto.
11073 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11074
11075 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11076
11077 * coff-pe-read.c: New file - support reading of minimal symbols from a
11078 portable executable using the export table.
11079 * coff-pe-read.h: New file.
11080 * coffread.c: Include coff-pe-read.h.
11081 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11082 debugging symbols found.
11083 * Makefile.in (SFILES): Add coff-pe-read.o.
11084 (coff_pe_read_h): Define.
11085 (COMMON_OBS): Add coff-pe-read.o.
11086 (coffread.o): Add coff_pe_read_h dependency.
11087 (coff-pe-read.o): New target.
11088
11089 2003-02-19 David Carlton <carlton@math.stanford.edu>
11090
11091 * Makefile.in (SFILES): Add block.c.
11092 (block_h): New.
11093 (COMMON_OBS): Add block.o.
11094 (block.o): New.
11095 (x86-64-tdep.o): Add $(block_h).
11096 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11097 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11098 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11099 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11100 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11101 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11102 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11103 * value.h: Add opaque declaration for struct block.
11104 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11105 * ada-lang.h: Ditto.
11106 * x86-64-tdep.c: #include "block.h"
11107 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11108 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11109 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11110 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11111 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11112 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11113 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11114 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11115 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11116 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11117 * symtab.c (block_function): Ditto.
11118 (contained_in): Ditto.
11119 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11120 block.h. Add opaque declaration for struct block.
11121 * symtab.h: Move block_function and contained_in declarations to
11122 block.h. Add opaque declarations for struct block, struct
11123 blockvector.
11124 (struct block): Move to block.h.
11125 (struct blockvector): Ditto.
11126 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11127 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11128 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11129 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11130 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11131 Ditto.
11132 * block.c: New file.
11133 * block.h: New file.
11134
11135 2003-02-19 Theodore A. Roth <troth@openavr.org>
11136
11137 * avr-tdep.c (avr_extract_return_value): Remove function.
11138 (avr_store_return_value): Remove function.
11139 (avr_extract_struct_value_address): Remove function.
11140 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11141
11142 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11143
11144 * rs6000-tdep.c: Include "gdb_assert.h".
11145 (registers_e500): Add "acc" and "spefscr".
11146 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11147 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11148 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11149 really is "r0".
11150 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11151
11152 2003-02-18 Keith Seitz <keiths@redhat.com>
11153
11154 * Makefile.in: Add gdbtk-interps.c.
11155
11156 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11157
11158 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11159 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11160
11161 2003-02-18 Andrew Cagney <cagney@redhat.com>
11162
11163 * symtab.h (struct objfile): Add opaque declaration.
11164
11165 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11166
11167 From Jim Ingham <jingham@apple.com>:
11168 * dbxread.c (process_one_symbol): Use last_function_start rather
11169 than function_start_offset to find the real beginning of the
11170 current function. The latter is just the text section offset on
11171 some systems, the former is always the real function start.
11172
11173 2003-02-17 Andrew Cagney <cagney@redhat.com>
11174
11175 * configure.in: Revert ${target} != ${host}.
11176
11177 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11178
11179 * configure.in (Makefile): Use the test ${target} != ${host},
11180 instead of the absence of the "nm.h" file, to determine of the
11181 configuration non-native.
11182 * configure: Regenerate.
11183
11184 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11185
11186 From Brian Ford <ford@vss.fsi.com>
11187
11188 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11189 conditionalize tui_active test.
11190 (lookup_cmd_1): Ditto.
11191
11192 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11193
11194 * configure.in: Add check for _etext.
11195 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11196 available.
11197 * config.in, configure: regenerated.
11198
11199 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11200
11201 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11202
11203 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11204
11205 * main.c (tui_version): Delete variable.
11206 (captured_main): When --tui, set interpreter_p to "tui" instead of
11207 enabling tui_version.
11208 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11209 tui_version.
11210 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11211 * cli/cli-cmds.c (disassemble_command): Ditto.
11212 * defs.h (tui_version): Delete declaration.
11213 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11214 (tui-interp.o): Add rules.
11215 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11216
11217 2003-02-14 Christopher Faylor <cgf@redhat.com>
11218
11219 * win32-nat.c (register_loaded_dll): Correctly set address range for
11220 just-loaded dll.
11221
11222 2003-02-12 Jason Molenda (jmolenda@apple.com)
11223
11224 * symmisc.c (print_objfile_statistics): Include information about
11225 the number of psymtabs and symtabs in each object file.
11226
11227 2003-02-13 Keith R Seitz <keiths@redhat.com>
11228
11229 * main.h (struct captured_main_args): Add interpreter_p.
11230 * main.c (captured_main): Initialize interpreter_p from context.
11231 * gdb.c (main): Set interpreter_p argument.
11232 * Makefile.in (gdb.o): Add dependency for interps.h.
11233
11234 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11235
11236 * event-top.c (cli_command_loop): Delete declaration.
11237 (_initialize_event_loop): Delete function setting event_loop_hook.
11238 * event-top.h (cli_command_loop): Declare. Update copyright.
11239 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11240 * interps.c (current_interp_command_loop): When event_loop_p, call
11241 cli_command_loop.
11242
11243 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11244
11245 * interps.h (interp_command_loop_ftype): Change return type to
11246 void.
11247
11248 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11249
11250 * x86-64-tdep.c (x86_64_extract_return_value)
11251 (x86_64_store_return_value): Use regcache instead of regbuf.
11252 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11253 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11254
11255 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11256
11257 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11258 * aclocal.m4: Regenerate.
11259 * configure: Regenerate.
11260
11261 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11262 TCL_LD_SEARCH_FLAGS.
11263
11264 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11265
11266 * dwarf2cfi.c: Reindented.
11267
11268 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11269
11270 * interps.c (clear_interpreter_hooks): Convert function definition
11271 to ISO C.
11272
11273 2003-02-07 David Carlton <carlton@math.stanford.edu>
11274
11275 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11276
11277 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11278
11279 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11280 (struct type): ...to here.
11281 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11282 field.
11283 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11284 (replace_type): Set length on all type variants for a given type.
11285
11286 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11287
11288 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11289 <sys/stat.h>.
11290 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11291
11292 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11293
11294 * Makefile.in (symm-nat.o): Update dependencies.
11295 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11296 (lynx-nat.o, ia64-linux-nat.): Ditto.
11297 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11298 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11299 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11300
11301 * Makefile.in (inflow_h): Define.
11302 (procfs.o, inflow.o, procfs.o): Update dependencies.
11303 * inftarg.c (child_stop): Delete extern declaration of
11304 inferior_process_group. Include "inflow.h".
11305 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11306 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11307 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11308 (our_process_group, inferior_process_group): Extern declarations.
11309
11310 * procfs.c: Include "gdb_assert.h".
11311
11312 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11313 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11314 * jv-typeprint.c (java_type_print_base): Ditto.
11315 * typeprint.c (typedef_print): Eliminate STREQ.
11316 * cli/cli-script.c (define_command, define_command): Ditto.
11317 * main.c (captured_main): Ditto.
11318 * values.c (lookup_internalvar): Ditto.
11319 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11320 within `if' conditional.
11321 * linespec.c (decode_line_2): Ditto.
11322 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11323 (bfd_openw_with_cleanup): Ditto.
11324
11325 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11326
11327 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11328 legacy_extract_return_value and store_return_value to
11329 legacy_return_value.
11330
11331 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11332
11333 * win32-nat.c (get_relocated_section_addrs): New function. Find
11334 section load addresses for symbol handling in relocated DLLs.
11335 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11336
11337 2003-02-05 Fred Fish <fnf@intrinsity.com>
11338
11339 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11340 '=' and '!='.
11341 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11342 with '&' and '=='.
11343 (angel_RDI_info): Ditto.
11344 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11345 with '&' and '!='.
11346 (threads_continue_all_with_signals): Ditto.
11347
11348 2003-02-05 Jim Ingham <jingham@apple.com>
11349 Keith Seitz <keiths@redhat.com>
11350 Elena Zannoni <ezannoni@redhat.com>
11351 Andrew Cagney <ac131313@redhat.com>
11352
11353 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11354 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11355 (SUBDIR_MI_OBS): Add "mi-interp.o".
11356 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11357 (SFILES): Add "interps.c".
11358 (COMMON_OBS): Add "interps.o".
11359 (interps_h, mi_main_h): Define.
11360 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11361 (mi-main.o, main.o, event-top.o): Update dependencies.
11362 * cli/cli-interp.c: New file.
11363 * interps.h, interps.c: New files.
11364 * top.c: (gdb_init): Don't install the default interpreter, handed
11365 by captured_main.
11366 * main.c: Include "interps.h".
11367 (interpreter_p): Note that it should malloc'ed.
11368 (captured_command_loop): Call current_interp_command_loop.
11369 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11370 xfree and xstrdup when updating interpreter_p. Install the
11371 default interpreter. Add hack to stop mi1's copyright notice
11372 being encoded.
11373 * event-top.h (gdb_setup_readline): Declare.
11374 (gdb_disable_readline): Declare.
11375 * event-top.c: Include "interps.h".
11376 (display_gdb_prompt): Call current_interp_display_prompt_p.
11377 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11378 gdb_stdlog, and gdb_stdtarg.
11379 (_initialize_event_loop): Don't call gdb_setup_readline.
11380 * cli-out.c (cli_out_set_stream): New function.
11381 * cli-out.h (cli_out_set_stream): Declare.
11382
11383 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11384
11385 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11386 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11387 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11388 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11389 config/i386/i386v42mp.mt: Removed.
11390
11391 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11392
11393 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11394 GDB_OSABI_SOLARIS.
11395
11396 2003-02-05 Michael Chastain <mec@shout.net>
11397
11398 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11399 2.12.1 and earlier versions.
11400
11401 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11402
11403 Remove orphaned hosts, targets and files.
11404 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11405 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11406 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11407 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11408 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11409 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11410 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11411 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11412 * config/sparc/tm-sp64sim.h: Delete.
11413 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11414 hosts.
11415 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11416 mips*-dec-mach3* targets.
11417
11418 2003-02-04 Michael Chastain <mec@shout.net>
11419
11420 * NEWS: Fix typo: sepcifying -> specifying.
11421
11422 2003-02-04 Michael Chastain <mec@shout.net>
11423
11424 * dwarfread.c: Add documentation on the state of dwarf-1,
11425 looking towards obsoletion.
11426
11427 2003-02-03 Michael Chastain <mec@shout.net>
11428
11429 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11430 gdb/testsuite/gdb.c++/pr-1023.exp.
11431
11432 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11433
11434 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11435 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11436
11437 * utils.c (init_page_info): Delete reference to MPW in comments.
11438 * main.c (captured_main): Delete #ifdef MPW.
11439
11440 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11441
11442 * NEWS: Note that the m32r-*-elf* is obsolete.
11443 * monitor.c (monitor_expect): Obsolete reference to m32r.
11444 * configure.tgt: Mark m32r-*-elf* as obsolete.
11445 * MAINTAINERS: Mark m32k as obsolete.
11446 * m32r-rom.c: Obsolete file.
11447 * config/m32r/m32r.mt: Obsolete file.
11448 * config/m32r/tm-m32r.h: Obsolete file.
11449 * m32r-stub.c: Obsolete file.
11450 * m32r-tdep.c: Obsolete file.
11451
11452 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11453
11454 * NEWS: Mention that the z8k-zilog-none is obsolete.
11455 * MAINTAINERS: Mark z8k as obsolete.
11456 * configure.tgt: Obsolete the z8k-*-coff* target.
11457 * config/z8k/z8k.mt: Obsolete file.
11458 * config/z8k/tm-z8k.h: Obsolete file.
11459 * z8k-tdep.c: Obsolete file.
11460
11461 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11462
11463 * NEWS: Mention that the mn10200-elf is obsolete.
11464 * configure.tgt: Obsolete mn10200-*-* target.
11465 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11466 mention that the mn10200 is obsolete.
11467 * breakpoint.h: Ditto.
11468 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11469 * config/mn10200/mn10200.mt: Obsolete file.
11470 * config/mn10200/tm-mn10200.h: Obsolete file.
11471 * mn10200-tdep.c: Obsolete file.
11472
11473 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11474
11475 * MAINTAINERS: Mark h8500 as obsolete.
11476 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11477 * findvar.c (value_from_register): Ditto.
11478 * h8500-tdep.c: Mark file as obsolete.
11479 * config/h8500/h8500.mt: Ditto.
11480 * config/h8500/tm-h8500.h: Ditto.
11481 * NEWS: Mention that h8500 is obsolete.
11482
11483 2003-02-04 David Carlton <carlton@math.stanford.edu>
11484
11485 * objfiles.c (allocate_objfile): Always set name. Add comment at
11486 start of function.
11487 * jv-lang.c (get_dynamics_objfile): Add comment.
11488
11489 2003-02-04 David Carlton <carlton@math.stanford.edu>
11490
11491 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11492 * printcmd.c (build_address_symbolic): Replace uses of
11493 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11494 SYMBOL_NAME, and asm_demangle.
11495 Update copyright.
11496
11497 2003-02-04 David Carlton <carlton@math.stanford.edu>
11498
11499 * linespec.c (decode_compound): Extract code into
11500 lookup_prefix_sym.
11501 (lookup_prefix_sym): New function.
11502
11503 2003-02-04 David Carlton <carlton@math.stanford.edu>
11504
11505 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11506 FLOAT_COERCION_BADNESS.
11507 * gdbtypes.c (rank_one_type): Replace all uses of
11508 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11509
11510 2003-02-04 Jim Blandy <jimb@redhat.com>
11511
11512 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11513 section, let dwarf_macinfo_section point to it, not
11514 dwarf_loc_section.
11515
11516 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11517
11518 Pointed out by Anton Blanchard <anton@samba.org>.
11519 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11520 (ppc_linux_at_sigtramp_return_path): Use it.
11521
11522 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11523
11524 * defs.h (streq): Add prototype.
11525 * utils.c (streq): New function.
11526
11527 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11528 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11529 * mdebugread.c (new_symbol): Likewise.
11530 * stabsread.c (define_symbol): Likewise.
11531 * coffread.c (process_coff_symbol): Likewise.
11532 * dwarfread.c (new_symbol): Likewise.
11533
11534 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11535 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11536 here.
11537 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11538 SYMBOL_INIT_DEMANGLED_NAME.
11539 * objfiles.c: Include "hashtab.h".
11540 (allocate_objfile): Call htab_set_functions_ex for the
11541 demangled_names_hash.
11542 (free_objfile): Call htab_delete for the demangled_names_hash.
11543 * objfiles.h (struct htab): Add declaration.
11544 (struct objfile): Add demangled_names_hash.
11545 * symfile.c: Include "hashtab.h".
11546 (reread_symbols): Call htab_delete for the demangled_names_hash.
11547 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11548 SYMBOL_NAME in the bcache.
11549 * symtab.c: Include "hashtab.h". Update comments.
11550 (create_demangled_names_hash, symbol_set_names): New functions.
11551 (symbol_find_demangled_name): New function, broken out from
11552 symbol_init_demangled_names.
11553 (symbol_init_demangled_names): Use it.
11554 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11555 (SYMBOL_SET_NAMES): New macro.
11556 (symbol_set_names): Add prototype.
11557
11558 2003-02-03 Jim Blandy <jimb@redhat.com>
11559
11560 Use a single, consistent representation for an empty minimal
11561 symbol table in an objfile.
11562 * objfiles.c (terminate_minimal_symbol_table): New function.
11563 (allocate_objfile): Call it.
11564 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11565 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11566 non-NULL.
11567 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11568 objfile has minimal symbols, compare minimal_symbol_count to zero,
11569 instead of comparing msymbols with NULL.
11570 * objfiles.c (have_minimal_symbols): Same.
11571 * solib-sunos.c (solib_add_common_symbols): Call
11572 terminate_minimal_symbol_table.
11573 * symfile.c (reread_symbols): Same.
11574
11575 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11576
11577 * s390-tdep.c (s390_address_class_type_flags)
11578 (s390_address_class_type_flags_to_name)
11579 (s390_address_class_name_to_type_flags): New functions.
11580 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11581 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11582
11583 2003-02-03 Michael Snyder <msnyder@redhat.com>
11584
11585 * arm-tdep.c: Fix spell-o in comment.
11586
11587 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11588
11589 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11590 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11591 error messages to contain BFD filename.
11592
11593 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11594
11595 Fix PR gdb/742 gdb/743 gdb/877
11596 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11597 (do_mixed_source_and_assembly): Use
11598 make_cleanup_ui_out_tuple_begin_end and
11599 make_cleanup_ui_out_tuple_begin_end.
11600 (do_mixed_source_and_assembly): Ditto.
11601 * thread.c (do_captured_list_thread_ids): Ditto.
11602 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11603 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11604 ui_out_tuple_end): Delete prototypes.
11605 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11606 ui_out_list_end, ui_out_tuple_end): Delete.
11607
11608 From Kevin Buettner <kevinb@redhat.com>:
11609 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11610 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11611 (do_cleanup_table_end): New functions.
11612 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11613 Use cleanups to invoke_ui_out_tuple_end().
11614 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11615 * cli/cli-setshow.c (cmd_show_list): Use
11616 make_cleanup_ui_out_tuple_begin_end.
11617
11618 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11619
11620 * frame.c (frame_unwind_register): New function.
11621 (frame_unwind_unsigned_register): Use.
11622 (frame_unwind_signed_register): Use.
11623 (frame_read_register): New function.
11624 * frame.h (frame_unwind_register): Declare.
11625 (frame_read_register): Declare.
11626
11627 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11628 and frame_unwind_register instead of read_memory, write_register
11629 and deprecated_write_register_bytes.
11630
11631 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11632
11633 * frame.h: Note that namelen can be negative.
11634 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11635 NAME's length.
11636
11637 * NEWS: Mention that the d10v's `regs' command is deprecated.
11638 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11639 (d10v_print_registers_info): New function.
11640 (show_regs): Call d10v_print_registers_info.
11641 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11642
11643 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11644
11645 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11646 lost in the previous patch.
11647
11648 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11649
11650 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11651 * stack.c (print_frame_info_base): Output complete FRAME tuple
11652 for synthesized frames.
11653
11654 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11655
11656 * mips-nat.c (zerobuf): Delete.
11657 (fetch_inferior_registers): Alloc local zerobuf.
11658 (fetch_core_registers): Alloc local zerobuf.
11659 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11660 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11661 * thread-db.c (thread_db_store_registers): Ditto.
11662 * sh-tdep.c (sh_do_register): Ditto.
11663 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11664 * remote-sim.c (gdbsim_store_register): Ditto.
11665 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11666 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11667 * monitor.c (monitor_supply_register): Ditto.
11668 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11669 * mips-nat.c (fetch_inferior_registers): Ditto.
11670 * m68klinux-nat.c (fetch_register): Ditto.
11671 * lynx-nat.c (fetch_inferior_registers): Ditto.
11672 (fetch_inferior_registers): Ditto.
11673 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11674 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11675 (hpux_thread_store_registers): Ditto.
11676 * hppah-nat.c (fetch_register): Ditto.
11677 * hppab-nat.c (fetch_register): Ditto.
11678 * hppa-tdep.c (pa_register_look_aside): Ditto.
11679 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11680 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11681
11682 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11683
11684 * gdbarch.sh: Explictly specify all method levels. When a
11685 variable with an empty level, provide a non-multi-arch default.
11686 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11687 * gdbarch.h: Re-generate.
11688 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11689 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11690
11691 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11692
11693 * defs.h (host_pointer_to_address): Delete declaration.
11694 (address_to_host_pointer): Delete declaration.
11695 * utils.c (host_pointer_to_address): Delete function.
11696 (address_to_host_pointer): Delete function.
11697 * procfs.c (procfs_address_to_host_pointer): New function.
11698 * procfs.c (proc_set_watchpoint): Use.
11699 (procfs_can_use_hw_breakpoint): Update comments.
11700 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11701 (som_solib_add): Use.
11702 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11703 * hppa-tdep.c (unwind_command): Use.
11704
11705 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11706
11707 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11708 strlen d_name.
11709
11710 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11711 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11712 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11713 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11714 (define_symbol): Update.
11715 * symfile.c (generic_load): Remove references to nindy.
11716 * symtab.c: Remove references to nindy.
11717
11718 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11719
11720 * infcmd.c (print_float_info): Delete code conditional on
11721 FLOAT_INFO.
11722 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11723 * config/m68k/nm-apollo68b.h: Ditto.
11724 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11725 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11726 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11727
11728 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11729
11730 * config/i386/tm-i386os9k.h: Removed.
11731
11732 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11733 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11734 they're identical to i[3456]86-*-sysv* now.
11735 * config/i386/i386v32.mh: Removed.
11736 * config/i386/xm-i386v32.h: Removed.
11737 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11738
11739 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11740
11741 * config/i386/i386dgux.mh: Removed.
11742 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11743
11744 * configure.in: Fix typo.
11745 * configure: Regenerated.
11746
11747 2003-01-31 David Carlton <carlton@math.stanford.edu>
11748
11749 * dwarf2read.c (dwarf2_locate_sections): Set
11750 dwarf_ranges_section.
11751
11752 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11753
11754 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11755 * utils.c: Update comments documenting legitimate uses of PTR.
11756
11757 * utils.c: Re-indent.
11758
11759 * config/djgpp/fnchange.lst: Delete nindy files.
11760 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11761 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11762 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11763 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11764 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11765 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11766 * Makefile.in (init.c): Remove nindy references.
11767 (saber_gdb): Delete rule.
11768 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11769 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11770 and a68v-nat.c.
11771 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11772 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11773 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11774 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11775 nindy-share/stop.h.
11776 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11777 * saber.suppress: Delete file.
11778
11779 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11780
11781 * dbxread.c (stabs_data): New static variable.
11782 (fill_symbuf): Support an in-memory buffer for stabs data.
11783 (stabs_seek): New function.
11784 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11785 (read_ofile_symtab): Use stabs_seek.
11786 (elfstab_build_psymtabs): Take an asection* instead of
11787 an offset and size. Relocate the stabs data if necessary.
11788 Save the section* for dbx_psymtab_to_symtab.
11789 * dwarf2read.c: Add section variables for each debug section.
11790 (dwarf2_locate_sections): Fill them in.
11791 (dwarf2_read_section): Take an asection* argument.
11792 Relocate the section contents if necessary.
11793 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11794 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11795 it to dwarf2_read_section.
11796 (dwarf2_build_frame_info): Update callers.
11797 * elfread.c (elf_symfile_read): Update call to
11798 elfstab_build_psymtabs.
11799 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11800 (DBX_STAB_SECTION): New macro.
11801 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11802 * symfile.c (symfile_dummy_outputs): New function.
11803 (symfile_relocate_debug_section): New function.
11804 * symfile.h (symfile_relocate_debug_section): Add prototype.
11805
11806 2003-01-31 Richard Henderson <rth@redhat.com>
11807
11808 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11809 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11810 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11811 * alpha-tdep.c (alpha_register_name): Add "unique".
11812 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11813 (ALPHA_UNIQUE_REGNUM): New.
11814 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11815
11816 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11817
11818 * README: Remove reference to Ericsson 1800 monitor.
11819 * Makefile.in (remote-es.o): Delete rule.
11820 (ALLDEPFILES): Delete remote-es.c.
11821 * remote-es.c: Delete file.
11822 * config/m68k/es1800.mt: Delete file.
11823 * config/djgpp/fnchange.lst: Update.
11824 * configure.tgt: Delete m68*-ericsson-* target.
11825
11826 2003-01-31 Adam Fedor <fedor@gnu.org>
11827
11828 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11829 Remove duplicate/shadowing variable of same name.
11830
11831 2003-01-30 Jim Blandy <jimb@redhat.com>
11832
11833 * symfile.c (find_separate_debug_file): Assert that the objfile's
11834 directory name we compute ends with a slash, and then assume that
11835 that's so everywhere we use it.
11836
11837 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11838
11839 * valops.c (value_assign): Flush frame cache after stores to memory
11840 also.
11841
11842 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11843
11844 * Makefile.in (mon960-rom.o): Delete rule.
11845 * mon960-rom.c: Delete file.
11846
11847 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11848
11849 * d10v-tdep.c: Include "frame-unwind.h".
11850 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11851 list.
11852 (next_addr, uses_frame): Delete.
11853 (struct d10v_unwind_cache): Define.
11854 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11855 Use info instead of next_addr and uses_frame globals.
11856 (d10v_frame_init_saved_regs): Delete function.
11857 (d10v_init_extra_frame_info): Delete function.
11858 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11859 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11860 init_frame_pc or frame_saved_pc.
11861 (d10v_pop_frame): Delete function.
11862 (do_d10v_pop_frame): Delete function.
11863 (d10v_frame_chain): Delete function.
11864 (d10v_frame_chain_valid): Delete function.
11865 (d10v_frame_pc_unwind): New function.
11866 (d10v_frame_id_unwind): New function.
11867 (saved_regs_unwinder): New function.
11868 (d10v_frame_register_unwind): New function.
11869 (d10v_frame_pop): New function.
11870 (d10v_frame_unwind): New variable.
11871 (d10v_frame_p): New function.
11872 (d10v_frame_saved_pc): Delete function.
11873 * Makefile.in (d10v-tdep.o): Update dependencies.
11874
11875 2003-01-30 J. Brobecker <brobecker@gnat.com>
11876
11877 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11878 causing some regressions due to a change in the default value
11879 for this macro.
11880
11881 2003-01-29 Richard Henderson <rth@redhat.com>
11882 Elena Zannoni <ezannoni@redhat.com>
11883 Daniel Jacobowitz <drow@mvista.com>
11884
11885 Fix PR gdb/961.
11886 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11887 variables.
11888 (RANGES_SECTION): New.
11889 (dwarf_ranges_buffer): New variable.
11890 (struct comp_unit_head): Add member "die".
11891 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11892 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11893 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11894 (dwarf2_locate_sections): Likewise.
11895 (dwarf2_build_psymtabs): Read .debug_ranges.
11896 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11897 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11898 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11899 Look for DW_AT_ranges and return the bounding box.
11900
11901 2003-01-29 Brian Ford <ford@vss.fsi.com>
11902
11903 * win32-nat.c (cygwin_pid): Removed as unused.
11904 (child_attach): Try fall back to Cygwin pid.
11905
11906 2003-01-29 Jim Blandy <jimb@redhat.com>
11907
11908 * objfiles.h (struct objfile): Doc fix.
11909
11910 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11911
11912 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11913 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11914 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11915 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11916 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11917 (FRAME_SAVED_PC): Change to a function with predicate.
11918 * gdbarch.h, gdbarch.c: Re-generate.
11919
11920 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11921
11922 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11923
11924 * complaints.c (complain): Delete function.
11925 * complaints.h (struct deprecated_complaint): Delete definition.
11926 (complain): Delete declaration.
11927
11928 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11929
11930 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11931 dummy frames.
11932
11933 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11934
11935 * sentinel-frame.h, sentinel-frame.c: New files.
11936 * Makefile.in (frame.o): Update dependencies.
11937 (SFILES): Add sentinel-frame.c.
11938 (sentinel_frame_h): Define.
11939 (COMMON_OBS): Add sentinel-frame.o.
11940 (sentinel-frame.o): Specify dependencies.
11941 * frame.c: Include "sentinel-frame.h".
11942 (frame_register_unwind): Rewrite assuming that there is always a a
11943 ->next frame.
11944 (frame_register, generic_unwind_get_saved_register): Ditto.
11945 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11946 (create_sentinel_frame, unwind_to_current_frame): New functions.
11947 (get_current_frame): Rewrite using create_sentinel_frame and
11948 unwind_to_current_frame. When possible, always create a frame.
11949 (create_new_frame): Set next to the sentinel frame.
11950 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11951 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11952 ID cache when necessary.
11953 (frame_saved_regs_id_unwind): Use frame_relative_level.
11954 (deprecated_generic_get_saved_register): Use frame_relative_level,
11955 get_frame_saved_regs, get_frame_pc, get_frame_base and
11956 get_next_frame.
11957 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11958 frame_register.
11959
11960 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11961
11962 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11963
11964 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11965
11966 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11967 (maintenance_set_profile_cmd): Use error () instead of warning ().
11968
11969 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11970
11971 * configure.in: Check that -pg works if using --enable-profiling.
11972 Check for monstartup and _mcleanup regardless of --enable-profiling.
11973 * maint.c: Check for monstartup and _mcleanup before using them.
11974 * config.in: Regenerated.
11975 * configure: Regenerated.
11976
11977 2003-01-24 Nick Clifton <nickc@redhat.com>
11978
11979 * Add sh2e support:
11980
11981 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11982
11983 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11984 (sh2e_show_regs): New.
11985 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11986 * config/sh/tm-sh.h: Added sh2e to comments.
11987
11988 2003-01-23 Jim Blandy <jimb@redhat.com>
11989
11990 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11991 symbols found)" message here; we haven't checked for a separate
11992 debug info file yet, so we don't know yet.
11993 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11994 we've looked everywhere. Also, there's no need to print a special
11995 message when we're loading the separate debug info file: the one
11996 symbol_file_add prints is fine.
11997
11998 2003-01-23 Alexander Larsson <alexl@redhat.com>
11999 Jim Blandy <jimb@redhat.com>
12000
12001 Add support for executables whose debug info has been separated
12002 out into a separate file, leaving only a link behind.
12003 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12004 and separate_debug_objfile_backlink.
12005 (put_objfile_before): New declaration.
12006 * symfile.c: #include "filenames.h".
12007 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12008 debug info in a separate file, read that, too. Save the addrs
12009 argument, so we can use it again to read the separated debug info;
12010 syms_from_objfile modifies the table we pass it.
12011 (reread_symbols): After re-reading an objfile, call
12012 reread_separate_symbols to refresh its separate debug info
12013 objfile, if it has one.
12014 (reread_separate_symbols, find_separate_debug_file,
12015 get_debug_link_info, separate_debug_file_exists): New functions.
12016 (debug_file_directory): New global var.
12017 (_initialize_symfile): Initialize debug_file_directory, and
12018 provide the new `set debug-file-directory' command to let the user
12019 change it.
12020 * objfiles.c (free_objfile): If this objfile has its debug info in
12021 a separate objfile, free that one too. If this is itself a
12022 separate debug info objfile, clear our parent's backlink.
12023 (put_objfile_before): New function.
12024 * utils.c (gnu_debuglink_crc32): New function.
12025 * defs.h (gnu_debuglink_crc32): New declaration.
12026 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12027 * configure.in: Handle --with-separate-debug-dir config option.
12028 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12029 * acconfig.h (DEBUGDIR): New macro.
12030 * configure, aclocal.m4, config.in: Regenerated.
12031
12032 2003-01-22 Jim Blandy <jimb@redhat.com>
12033
12034 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12035 like the old symbol_file_add, but taking new arguments: you can
12036 now pass in either a `struct section_addr_info' list to say where
12037 each section is loaded, or a `struct section_offsets' table. Pass
12038 these new arguments through to syms_from_objfile as appropriate.
12039 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12040 with the appropriate quiescent values for the new arguments.
12041
12042 * symfile.c: #include "gdb_assert.h".
12043 (syms_from_objfile): Add the ability to pass in a section offset
12044 table directly, as an alternative to the section_addr_info table.
12045 Document arguments better.
12046 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12047 * symfile.h (syms_from_objfile): Update declaration.
12048 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12049 syms_from_objfile.
12050 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12051
12052 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12053
12054 Original patch by Tom Tromey <tromey@cygnus.com> and
12055 Jason Molenda <jmolenda@apple.com>.
12056 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12057 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12058 * NEWS: Mention profiling.
12059 * configure.in (--enable-gdbtk): Fix typo.
12060 (--enable-profiling): New. Set PROFILE_CFLAGS.
12061 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12062 Fill in function.
12063 (profiling_state): New variable.
12064 (mcleanup_wrapper): New function.
12065 (_initialize_maint): Remove NOTYET, fix call to
12066 add_setshow_boolean_cmd for "maint set profile".
12067 * configure: Regenerated.
12068
12069 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12070
12071 * Makefile.in (install-gdbtk): Install PNG images too.
12072
12073 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12074
12075 * exec.c (text_start): Delete global variable.
12076 (exec_file_attach): Make text_start local to the function.
12077 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12078 * valops.c (hand_function_call): Delete code that handles
12079 BEFORE_TEXT_END and AFTER_TEXT_END.
12080 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12081 of CALL_DUMMY_LOCATION.
12082 * gdbarch.c: Regenerate.
12083 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12084 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12085 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12086 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12087 (text_end): Delete extern declaration.
12088
12089 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12090
12091 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12092 * blockframe.c (backtrace_below_main): Move to "frame.c".
12093 (frame_chain_valid): Delete check for backtrace_below_main.
12094 (_initialize_blockframe): Delete initialization, move ``set
12095 backtrace-below-main'' command to "frame.c".
12096 (do_flush_frames_sfunc): Delete function.
12097 * frame.c: Include "command.h" and "gdbcmd.h".
12098 (frame_type_from_pc): New function.
12099 (create_new_frame): Use frame_type_from_pc.
12100 (legacy_get_prev_frame): New function.
12101 (get_prev_frame): Rewrite. When an old style frame, call
12102 legacy_get_prev_frame. Otherwize, unwind the PC first.
12103 (_initialize_frame): Add ``set backtrace-below-main'' command.
12104 * Makefile.in (frame.o): Update dependencies.
12105
12106 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12107
12108 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12109 DEPRECATED_REGISTERS_INFO.
12110
12111 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12112
12113 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12114 Maintainers'. Update `Various Maintainers'.
12115
12116 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12117
12118 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12119 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12120 Suppress actual parameters when `-'.
12121 * gdbarch.h, gdbarch.c: Regenerate.
12122
12123 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12124
12125 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12126 code handling dummy frames.
12127
12128 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12129
12130 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12131 (struct frame_unwind): Add field pop.
12132 * frame.h (frame_pop): Declare.
12133 * frame.c (frame_saved_regs_pop): New function.
12134 (trad_frame_unwinder): Add frame_saved_regs_pop.
12135 (frame_pop): New function.
12136 * dummy-frame.c (dummy_frame_pop): New function.
12137 (discard_innermost_dummy): New function.
12138 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12139 (dummy_frame_unwind): Add dummy_frame_pop.
12140 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12141 * valops.c (hand_function_call): Ditto.
12142 * stack.c (return_command): Ditto.
12143
12144 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12145
12146 * cris-tdep.c: Fix function declaration indentation.
12147 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12148 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12149 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12150 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12151 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12152 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12153
12154 2003-01-18 Michael Chastain <mec@shout.net>
12155
12156 * README (Unpacking and Installation -- quick overview):
12157 Warn against ".../gdb-5.3/gdb/configure".
12158
12159 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12160
12161 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12162 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12163 (struct frame_unwind): Declare opaque.
12164 (dummy_frame_p): Declare function.
12165 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12166 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12167 * dummy-frame.c: Include "frame-unwind.h".
12168 (dummy_frame_p): New function.
12169 (dummy_frame_unwind): New variable.
12170 * frame.c: Include "frame-unwind.h".
12171 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12172 to use the new unwind field.
12173 (set_unwind_by_pc): Delete function.
12174 (create_new_frame, get_prev_frame): Set unwind field using
12175 frame_unwind_find_by_pc.
12176 (trad_frame_unwind, trad_frame_unwinder): New variables.
12177 * frame.h (trad_frame_unwind): Declare variable.
12178 (frame_id_unwind_ftype): Delete declaration.
12179 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12180 (struct frame_unwind): Declare opaque.
12181 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12182 register_unwind with a single unwind pointer.
12183 * frame-unwind.h, frame-unwind.c: New files.
12184 * Makefile.in (SFILES): Add frame-unwind.c.
12185 (frame_unwind_h): Define.
12186 (COMMON_OBS): Add frame-unwind.o.
12187 (frame-unwind.o): Specify dependencies.
12188 (frame.o, dummy-frame.o): Update dependencies.
12189
12190 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12191
12192 * ada-valprint.c: Eliminate PTR.
12193 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12194 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12195 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12196 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12197 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12198 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12199 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12200
12201 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12202
12203 * main.c (captured_main): Don't use PTR.
12204 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12205 * gdbtypes.c (lookup_primitive_typename): Ditto.
12206 (lookup_struct_elt_type): Ditto.
12207 * f-valprint.c (info_common_command): Ditto.
12208 (list_all_visible_commons): Ditto.
12209 * jv-typeprint.c (java_type_print_base): Ditto.
12210
12211 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12212 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12213 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12214 i386-interix-nat.c and i386-interix-tdep.c. Rename
12215 m68klinux-nat.c and m68klinux-tdep.c. Rename
12216 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12217 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12218 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12219 * main.c (captured_main): Use xfree, not free.
12220
12221 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12222
12223 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12224 ID back using a parameter.
12225 * frame.c (frame_id_unwind): Update call.
12226 (frame_saved_regs_id_unwind): Update.
12227 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12228 * dummy-frame.h (struct frame_id): Add opaque declaration.
12229 (dummy_frame_id_unwind): Update declaration.
12230
12231 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12232
12233 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12234
12235 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12236
12237 * MAINTAINERS (Stephen P. Smith): Updated email address.
12238
12239 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12240
12241 Fix PR gdb/898
12242 * breakpoint.c (until_break_command): Add new argument. Use it to
12243 decide whether to stop only at the current frame or not.
12244 * breakpoint.h (until_break_command): Update prototype.
12245 * infcmd.c (until_command): Add new argument to until_break_command
12246 call.
12247 (advance_command): New function.
12248 (_initialize_infcmd): Update help string for 'until' command.
12249 Add new 'advance' command.
12250
12251 2003-01-14 David Carlton <carlton@math.stanford.edu>
12252
12253 * linespec.c (decode_line_1): Normalize comments.
12254 (set_flags): Ditto.
12255 (locate_first_half): Ditto.
12256 (decode_compound): Ditto.
12257 (symtab_from_filename): Ditto.
12258 (decode_all_digits): Ditto.
12259 (decode_dollar): Ditto.
12260 (find_methods): Ditto.
12261 (find_toplevel_char): Ditto.
12262
12263 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12264
12265 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12266 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12267 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12268 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12269 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12270 * language.c, language.h, m32r-tdep.c: Update copyright.
12271 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12272 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12273 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12274 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12275 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12276 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12277
12278 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12279
12280 * stabsread.h (process_later, resolve_cfront_continuation):
12281 Obsolete.
12282 Update copyright years.
12283 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12284 Update copyright year.
12285 * dbxread.c(struct cont_elem): Obsolete.
12286 (process_later, process_now): Obsolete functions.
12287 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12288 Update copyright year.
12289 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12290 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12291 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12292 (parse_partial_symbols): Obsolete cfront support.
12293 * stabsread.c
12294 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12295 macros.
12296 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12297 read_cfront_baseclasses, read_cfront_member_functions,
12298 resolve_cfront_continuation,read_cfront_static_fields,
12299 copy_cfront_struct_fields): Obsolete functions.
12300 (define_symbol, read_one_struct_field): Obsolete cfront support.
12301 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12302 Update Copyright year.
12303
12304 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12305
12306 * stack.c (print_frame_info, print_stack_frame_base_stub,
12307 print_stack_frame_base, show_and_print_stack_frame_stub,
12308 show_and_print_stack_frame, print_only_stack_frame_stub,
12309 print_only_stack_frame): Delete functions.
12310 (print_stack_frame_stub): Call print_frame_info instead of
12311 print_frame_info_base.
12312 (print_frame_info_base): Rename to print_frame_info.
12313 (backtrace_command_1): Call print_frame_info, instead of
12314 print_frame_info_base.
12315 (current_frame_command): Call print_stack_frame, instead of
12316 print_only_stack_frame.
12317 (frame_command): Call print_stack_frame, instead of
12318 show_and_print_stack_frame.
12319 (up_command): Ditto.
12320 (down_command): Ditto.
12321 * frame.h (print_only_stack_frame): Delete prototype.
12322 * infrun.c (normal_stop): Call print_stack_frame, instead of
12323 show_and_print_stack_frame.
12324 * thread.c (info_threads_command): Call print_stack_frame, instead
12325 of print_only_stack_frame.
12326
12327 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12328
12329 * README (Graphical interface to GDB): Update URL. Point at
12330 gdb/links/.
12331
12332 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12333 version match.
12334
12335 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12336
12337 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12338 lines.
12339
12340 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * thread-db.c (attach_thread): Prototype.
12343 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12344 thread information (ti), and valid flags (th_valid, ti_valid).
12345 (attach_thread): Move target_pid_to_str call to after the thread
12346 is added to GDB's list. Initialize the cache.
12347 (thread_get_info_callback, thread_db_map_id2thr)
12348 (thread_db_get_info): New functions.
12349 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12350 (thread_db_store_registers, thread_db_thread_alive)
12351 (thread_db_get_thread_local_address): Use them.
12352 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12353 of calling error() for threads in unknown state.
12354
12355 (clear_lwpid_callback): New function.
12356 (thread_db_resume): Use it to clear the cache.
12357
12358 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12359
12360 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12361 (resume_callback): Remove dead code.
12362
12363 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12364
12365 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12366 predicate.
12367 * gdbarch.h, gdbarch.c: Regenerate.
12368 * stack.c (frame_info): Only initialize the saved registers when
12369 FRAME_INIT_SAVED_REGS_P.
12370 * frame.c (frame_saved_regs_register_unwind): Assert
12371 FRAME_INIT_SAVED_REGS_P.
12372 (deprecated_generic_get_saved_register): Ditto.
12373
12374 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12375
12376 * source.c (openp): Squelch warning about "filename".
12377
12378 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12379
12380 * source.c (openp): If the file does not exist don't necessarily
12381 search the path.
12382
12383 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12384
12385 Fix PR gdb/872.
12386 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12387 (integer_types_same_name_p): New function.
12388 (rank_one_type): Use it.
12389 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12390
12391 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12392
12393 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12394 variables.
12395 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12396 * configure.in: Add --with-sysroot.
12397 * configure: Regenerated.
12398 * main.c (gdb_sysroot): New variable.
12399 (captured_main): Initialize gdb_sysroot.
12400 * defs.h (gdb_sysroot): New extern declaration.
12401 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12402
12403 2003-01-12 Michael Chastain <mec@shout.net>
12404
12405 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12406
12407 2003-01-12 Michael Chastain <mec@shout.net>
12408
12409 * top.c (print_gdb_version): Bump copyright year to 2003.
12410
12411 2003-01-12 David Carlton <carlton@bactrian.org>
12412
12413 * linespec.c (symtab_from_filename): Rename variable 's' to
12414 'file_symtab'.
12415
12416 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12417
12418 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12419 dummy frame.
12420 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12421
12422 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12423
12424 * d10v-tdep.c: Include "gdb_assert.h".
12425 (d10v_store_return_value): Rewrite to match current interface.
12426 (d10v_extract_struct_value_address): Ditto.
12427 (d10v_extract_return_value): Ditto.
12428 (d10v_gdbarch_init): Set store_restore_value,
12429 extract_struct_value_address and extract_return_value.
12430
12431 2003-01-12 J. Brobecker <brobecker@gnat.com>
12432
12433 * hpread.c (set_namestring): New procedure replacing the
12434 SET_NAMESTRING macro.
12435 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12436 by calls to set_namestring.
12437
12438 2003-01-11 J. Brobecker <brobecker@gnat.com>
12439
12440 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12441 a compilation warning.
12442 (hpread_process_one_debug_symbol): Likewise.
12443
12444 2003-01-10 David Carlton <carlton@math.stanford.edu>
12445
12446 * linespec.c (decode_line_1): Rename variable 's' to
12447 'file_symtab'.
12448 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12449 (decode_dollar): Ditto.
12450 (decode_variable): Ditto.
12451 (symbol_found): Ditto.
12452
12453 2003-01-09 Michael Chastain <mec@shout.net>
12454
12455 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12456
12457 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12458
12459 * win32-nat.c (set_process_privilege): New function.
12460 (child_attach): Call set_process_privilege() to enable the
12461 SE_DEBUG_NAME user privilege if available in process token.
12462
12463 2003-01-10 J. Brobecker <brobecker@gnat.com>
12464
12465 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12466 compilation error in the previous revision.
12467
12468 2003-01-09 David Carlton <carlton@math.stanford.edu>
12469
12470 * linespec.c: Update copyright.
12471
12472 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12473
12474 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12475 than inferior_ptid.
12476 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12477
12478 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12479
12480 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12481 Update comments.
12482 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12483 (frame_saved_regs_zalloc): Update.
12484 (frame_saved_regs_register_unwind): Update.
12485 (create_new_frame): Update.
12486 (get_prev_frame): Update.
12487 (frame_extra_info_zalloc): Update.
12488 (deprecated_get_frame_saved_regs): Update.
12489 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12490 * cris-tdep.c: Update comment.
12491
12492 * somsolib.h: Fix function indentation.
12493 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12494 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12495 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12496 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12497 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12498
12499 * infrun.c (follow_fork): Use ISO C definition.
12500 * expprint.c (print_subexp): Use xfree instead of free.
12501 * charset.c: Include "gdb_string.h" instead of <string.h>.
12502 (register_iconv_charsets): Use ISO C definition.
12503 (host_charset, target_charset): Ditto.
12504 * Makefile.in (charset.o): Update dependencies.
12505 (mi-cmd-env.o): Update dependencies.
12506
12507 2003-01-08 Andrew Cagney <cagney@redhat.com>
12508
12509 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12510 get_frame_base.
12511
12512 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12513
12514 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12515 build directories. Save edited gdb output in Mbuild.log. If a
12516 build fails, remove any final GDB executable.
12517
12518 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12519
12520 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12521 replacing hex constants with function names and stripping leading
12522 file name directory prefixes.
12523
12524 2003-01-08 Andrew Cagney <cagney@redhat.com>
12525
12526 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12527 get_frame_base.
12528
12529 2003-01-08 David Carlton <carlton@math.stanford.edu>
12530
12531 * linespec.c (decode_line_1): Move code into decode_variable.
12532 (decode_variable): New function.
12533
12534 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12535
12536 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12537
12538 2003-01-08 Andrew Cagney <cagney@redhat.com>
12539
12540 * cris-tdep.c (cris_frame_init_saved_regs): Use
12541 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12542 saved_regs buffer.
12543 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12544 (sh64_nofp_frame_init_saved_regs): Ditto.
12545 (sh_fp_frame_init_saved_regs): Ditto.
12546 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12547 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12548 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12549 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12550
12551 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12552
12553 * minsyms.c (lookup_minimal_symbol): Update comment.
12554 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12555 (lookup_minimal_symbol_solib_trampoline): Likewise.
12556
12557 2003-01-08 Andrew Cagney <cagney@redhat.com>
12558
12559 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12560 frame_relative_level.
12561
12562 * alpha-tdep.c: Use get_frame_extra_info.
12563 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12564 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12565 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12566 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12567
12568 * alpha-tdep.c: Use get_next_frame.
12569 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12570 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12571 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12572 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12573 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12574 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12575 * xstormy16-tdep.c: Ditto.
12576
12577 2003-01-07 Andrew Cagney <cagney@redhat.com>
12578
12579 * alpha-tdep.c: Use get_frame_base.
12580 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12581 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12582 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12583 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12584 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12585 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12586 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12587 * config/sparc/tm-sparc.h: Ditto.
12588
12589 2003-01-07 Andrew Cagney <cagney@redhat.com>
12590
12591 * frame.c (deprecated_get_frame_context): New function.
12592 (deprecated_set_frame_context): New function.
12593 * frame.h (deprecated_get_frame_context): Declare.
12594 (deprecated_set_frame_context): Declare.
12595 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12596 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12597
12598 2003-01-07 Andrew Cagney <cagney@redhat.com>
12599
12600 * frame.c (deprecated_set_frame_next_hack): New function.
12601 (deprecated_set_frame_prev_hack): New function.
12602 * frame.h (deprecated_set_frame_next_hack): Declare.
12603 (deprecated_set_frame_prev_hack): Declare.
12604 * mcore-tdep.c (analyze_dummy_frame): Use
12605 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12606 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12607
12608 2003-01-07 David Carlton <carlton@math.stanford.edu>
12609
12610 * linespec.c (decode_line_1): Move code into decode_dollar.
12611 (decode_dollar): New function.
12612
12613 2003-01-07 Andrew Cagney <cagney@redhat.com>
12614
12615 * arm-tdep.c (arm_init_extra_frame_info): Use
12616 deprecated_update_frame_base_hack.
12617 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12618 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12619 (fix_frame_pointer): Ditto.
12620 (mn10300_analyze_prologue): Ditto.
12621
12622 2003-01-07 Andrew Cagney <cagney@redhat.com>
12623
12624 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12625 extra_info using frame_extra_info_zalloc.
12626 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12627 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12628 (sh64_init_extra_frame_info): Ditto.
12629 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12630 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12631 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12632 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12633 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12634 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12635 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12636 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12637 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12638 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12639 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12640 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12641
12642 * mn10300-tdep.c (analyze_dummy_frame): Use
12643 deprecated_set_frame_extra_info_hack.
12644 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12645
12646 2003-01-07 J. Brobecker <brobecker@gnat.com>
12647
12648 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12649 class is not scText. These do not define "real" procedures.
12650 (parse_partial_symbols): Likewise.
12651
12652 2003-01-06 Michael Snyder <msnyder@redhat.com>
12653
12654 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12655
12656 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12657
12658 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12659 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12660 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12661 deprecated_frame_xmalloc_with_cleanup.
12662 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12663 deprecated_frame_xmalloc.
12664 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12665 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12666
12667 2003-01-06 Andrew Cagney <cagney@redhat.com>
12668
12669 * x86-64-linux-tdep.c: Include "osabi.h".
12670 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12671
12672 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12673
12674 2003-01-06 Andrew Cagney <cagney@redhat.com>
12675
12676 * MAINTAINERS (Target Instruction Set Architectures): Update
12677 arm-elf. Can be built with -Werror, has been multiarched.
12678
12679 * value.h (unpack_long): Make buffer parameter constant.
12680 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12681 * scm-lang.h (scm_parse): Ditto.
12682 * defs.h (extract_typed_address, extract_address): Ditto.
12683 (extract_long_unsigned_integer): Ditto.
12684 * inferior.h (unsigned_pointer_to_address): Ditto.
12685 (signed_pointer_to_address): Ditto.
12686 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12687 * gdbarch.h, gdbarch.c: Regenerate.
12688 * findvar.c (extract_long_unsigned_integer): Update.
12689 (extract_address): Update.
12690 (extract_typed_address): Update.
12691 (unsigned_pointer_to_address): Update.
12692 * values.c (unpack_long): Update.
12693 (unpack_double): Update.
12694 (unpack_pointer): Update.
12695 (unpack_field_as_long): Update.
12696 * d10v-tdep.c (d10v_pointer_to_address): Update.
12697 * avr-tdep.c (avr_pointer_to_address): Update.
12698 * scm-lang.c (scm_unpack): Update.
12699 * findvar.c (signed_pointer_to_address): Update.
12700
12701 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12702
12703 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12704 since it is in i386-tdep.c.
12705
12706 2003-01-06 J. Brobecker <brobecker@gnat.com>
12707
12708 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12709 failure introduced in the previous change.
12710
12711 2003-01-05 Michael Chastain <mec@shout.net>
12712
12713 * README: Remove references to deleted remote-*.c files:
12714 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12715 remote-nrom.c, remote-os9k.c, remote-udi.c.
12716
12717 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12718
12719 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12720 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12721 i386_get_longjmp_target.
12722
12723 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12724
12725 * arm-tdep.c (prologue_cache): Change to a pointer.
12726 (_initialize_arm_tdep): Allocate prologue_cache.
12727 (check_prologue_cache): Update.
12728 (save_prologue_cache): Update.
12729 (arm_gdbarch_init): Update.
12730
12731 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12732
12733 * stabsread.c (update_method_name_from_physname): Call complaint()
12734 instead of error.
12735
12736 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12737
12738 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12739 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12740 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12741
12742 * blockframe.c: Include "gdbcmd.h" and "command.h".
12743 (backtrace_below_main): New variable.
12744 (file_frame_chain_valid, func_frame_chain_valid)
12745 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12746 (generic_func_frame_chain_valid): Remove functions.
12747 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12748 (_initialize_blockframe): New function.
12749 * Makefile.in (blockframe.o): Update dependencies.
12750 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12751 comment. Call frame_chain_valid ().
12752 * frame.h: Remove old prototypes. Add prototype for
12753 frame_chain_valid and update comments to match.
12754 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12755 Remove old comment.
12756 * gdbarch.h: Regenerated.
12757 * gdbarch.c: Regenerated.
12758
12759 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12760 set_gdbarch_frame_chain_valid.
12761 * avr-tdep.c (avr_gdbarch_init): Likewise.
12762 * cris-tdep.c (cris_gdbarch_init): Likewise.
12763 * frv-tdep.c (frv_gdbarch_init): Likewise.
12764 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12765 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12766 (i386_nw_init_abi): Likewise.
12767 (i386_gdbarch_init): Likewise.
12768 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12770 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12771 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12772 * mips-tdep.c (mips_gdbarch_init): Likewise.
12773 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12774 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12775 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12776 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12777 * s390-tdep.c (s390_gdbarch_init): Likewise.
12778 * sh-tdep.c (sh_gdbarch_init): Likewise.
12779 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12780 * v850-tdep.c (v850_gdbarch_init): Likewise.
12781 * vax-tdep.c (vax_gdbarch_init): Likewise.
12782 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12783
12784 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12785 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12786 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12787 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12788 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12789 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12790 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12791 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12792
12793 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12794
12795 * Makefile.in (acconfig_h): Remove incorrect macro.
12796 (config_h): Define.
12797 (osabi.o): Update dependencies.
12798 * configure.tgt: Set gdb_osabi based on target triplet.
12799 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12800 * configure: Regenerated.
12801 * config.in: Regenerated.
12802 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12803 (GDB_OSABI_DEFAULT): Define if not already defined.
12804 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12805 (set_osabi_string): New variables.
12806 (gdbarch_register_osabi): Add new OS ABI to
12807 gdb_osabi_available_names.
12808 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12809 (set_osabi, show_osabi): New functions.
12810 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12811
12812 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12813
12814 * arch-utils.c (gdbarch_info_init): Set osabi to
12815 GDB_OSABI_UNINITIALIZED.
12816 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12817 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12818 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12819 * gdbarch.c: Regenerated.
12820 * gdbarch.h: Regenerated.
12821 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12822 there's no BFD.
12823 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12824 * osabi.h (enum gdb_osabi): Move to defs.h.
12825 (gdbarch_init_osabi): Update prototype.
12826 * defs.h (enum gdb_osabi): Moved here.
12827 * Makefile.in: Update dependencies.
12828
12829 * alpha-tdep.h: Don't include "osabi.h".
12830 (struct gdbarch_tdep): Remove osabi member.
12831 * alpha-tdep.c: Include "osabi.h".
12832 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12833 iterate over arches. Update call to gdbarch_init_osabi.
12834 (alpha_dump_tdep): Don't dump osabi.
12835 * alpha-linux-tdep.c: Include "osabi.h".
12836 * alpha-osf1-tdep.c: Include "osabi.h".
12837 * alphafbsd-tdep.c: Include "osabi.h".
12838 * alphanbsd-tdep.c: Include "osabi.h".
12839
12840 * arm-tdep.h: Don't include "osabi.h".
12841 (struct gdbarch_tdep): Remove osabi member.
12842 * arm-tdep.c: Include "osabi.h".
12843 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12844 iterate over arches. Update call to gdbarch_init_osabi.
12845 (arm_dump_tdep): Don't dump osabi.
12846 * arm-linux-tdep.c: Include "osabi.h".
12847 * armnbsd-tdep.c: Include "osabi.h".
12848
12849 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12850 Update call to gdbarch_init_osabi.
12851
12852 * i386-tdep.h: Don't include "osabi.h".
12853 (struct gdbarch_tdep): Remove osabi member.
12854 * i386-tdep.c: Include "osabi.h".
12855 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12856 iterate over arches. Update call to gdbarch_init_osabi.
12857 (i386_dump_tdep): Don't dump osabi.
12858 * i386-linux-tdep.c: Include "osabi.h".
12859 * i386-sol2-tdep.c: Include "osabi.h".
12860 * i386bsd-tdep.c: Include "osabi.h".
12861 * i386gnu-tdep.c: Include "osabi.h".
12862 * i386ly-tdep.c: Include "osabi.h".
12863 * i386nbsd-tdep.c: Include "osabi.h".
12864 * i386obsd-tdep.c: Include "osabi.h".
12865
12866 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12867 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12868 check osabi when iterating over arches. Update call to
12869 gdbarch_init_osabi.
12870 (mips_dump_tdep): Don't dump osabi.
12871
12872 * ns32k-tdep.h: Don't include "osabi.h".
12873 (struct gdbarch_tdep): Remove.
12874 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12875 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12876 allocate tdep. Update call to gdbarch_init_osabi.
12877 (ns32k_dump_tdep): Remove.
12878 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12879 * ns32knbsd-tdep.c: Include "osabi.h".
12880
12881 * ppc-tdep.h: Don't include "osabi.h".
12882 (struct gdbarch_tdep): Remove osabi member.
12883 * rs6000-tdep.c: Include "osabi.h".
12884 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12885 osabi when iterating over arches. Update call to
12886 gdbarch_init_osabi.
12887 (rs6000_dump_tdep): Don't dump osabi.
12888 * ppc-linux-tdep.c: Include "osabi.h".
12889 * ppcnbsd-tdep.c: Include "osabi.h".
12890
12891 * sh-tdep.h: Don't include "osabi.h".
12892 (struct gdbarch_tdep): Remove osabi member.
12893 * sh-tdep.c: Include "osabi.h".
12894 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12895 iterate over arches. Update call to gdbarch_init_osabi.
12896 (sh_dump_tdep): Don't dump osabi.
12897 * shnbsd-tdep.c: Include "osabi.h".
12898
12899 * sparc-tdep.c: Include "osabi.h".
12900 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12901 iterate over arches. Update call to gdbarch_init_osabi.
12902 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12903 tdep structure.
12904
12905 * vax-tdep.h: Don't include "osabi.h".
12906 (struct gdbarch_tdep): Remove.
12907 * vax-tdep.c: Include "osabi.h".
12908 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12909 iterate over arches. Don't allocate tdep. Update call
12910 to gdbarch_init_osabi.
12911 (vax_dump_tdep): Remove.
12912 (_initialize_vax_tdep): Update call to gdbarch_register.
12913
12914 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12915
12916 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12917 entirely.
12918 (breakpoint_re_set_one): Don't fetch the value for a disabled
12919 watchpoint.
12920
12921 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12922
12923 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12924 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12925 (COERCE_FLOAT_TO_DOUBLE): Remove.
12926 * gdbarch.c: Regenerate.
12927 * gdbarch.h: Regenerate.
12928 * Makefile.in: Remove value_h from gdbarch_h.
12929 * valops.c (coerce_float_to_double): New variable.
12930 (default_coerce_float_to_double): Remove.
12931 (standard_coerce_float_to_double): Remove.
12932 (value_arg_coerce): Use coerce_float_to_double.
12933 (_initialize_valops): Add "set coerce-float-to-double".
12934 * value.h (default_coerce_float_to_double): Remove prototype.
12935 (standard_coerce_float_to_double): Remove prototype.
12936
12937 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12938 prototyped.
12939 * mdebugread.c (parse_symbol): Likewise.
12940 * stabsread.c (define_symbol): Mark all functions as prototyped.
12941
12942 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12943 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12944 set_gdbarch_coerce_float_to_double.
12945 * arm-tdep.c (arm_gdbarch_init): Likewise.
12946 * frv-tdep.c (frv_gdbarch_init): Likewise.
12947 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12948 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12949 * mips-tdep.c (mips_gdbarch_init): Likewise.
12950 (mips_coerce_float_to_double): Remove.
12951 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12952 (rs6000_coerce_float_to_double): Remove.
12953 * s390-tdep.c (s390_gdbarch_init): Likewise.
12954 * sh-tdep.c (sh_gdbarch_init): Likewise.
12955 (sh_coerce_float_to_double): Remove.
12956 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12957 (sparc_coerce_float_to_double): Remove.
12958 * v850-tdep.c (v850_gdbarch_init): Likewise.
12959 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12960 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12961 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12962 (hppa_coerce_float_to_double): Remove prototype.
12963 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12964
12965 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12966
12967 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12968
12969 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12970
12971 Suggested by Stewart Brown <sb24@avaya.com>:
12972 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12973 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12974 (c_type_print_varspec_suffix): Likewise.
12975
12976 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12977
12978 * configure.in: Don't set and AC_SUBST SUBDIRS.
12979 * configure: Regenerated.
12980
12981 * configure.in: Remove code dealing with shared libraries.
12982 * Makefile.in: Remove HLDFLAGS and HLDENV.
12983 * configure: Regenerated.
12984
12985 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12986
12987 * frame.c (deprecated_frame_xmalloc): New function.
12988 (deprecated_set_frame_saved_regs_hack): New function.
12989 (deprecated_set_frame_extra_info_hack): New function.
12990 * frame.h (deprecated_frame_xmalloc): Declare.
12991 (deprecated_set_frame_saved_regs_hack): Declare.
12992 (deprecated_set_frame_extra_info_hack): Declare.
12993
12994 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12995
12996 * configure.in: Move code that provides the --enable-gdbtk option
12997 right after the code that handles the --enable-tui option, and
12998 polish it somewhat.
12999 * configure: Regenerated.
13000
13001 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13002 AC_CHECK_FUNCS and remove the old check for pread64.
13003 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13004 * acconfig.h (_GNU_SOURCE): Add.
13005 (HAVE_PREAD64): Remove.
13006 * configure, aclocal.m4, config.in: Regenerated.
13007
13008 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13009
13010 * alpha-tdep.c: Use get_frame_saved_regs.
13011 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13012 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13013 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13014 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13015 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13016
13017 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13018
13019 * configure.in: Remove all use of the SUBDIRS variable; add
13020 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13021 code providing the --enable-multi-ice option, and move it right in
13022 front of the code that checks whether gdbserver is supported.
13023 Polish that too.
13024 * configure: Regenerated.
13025 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13026 @SUBDIRS@.
13027
13028 2003-01-03 Andrew Cagney <cagney@redhat.com>
13029
13030 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13031 * avr-tdep.c, cris-tdep.c: Ditto.
13032 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13033 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13034
13035 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13036
13037 * configure.in: Remove --enable-netrom option.
13038 * configure: Regenerated.
13039
13040 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13041
13042 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13043 declaration for `struct re_pattern_buffer' instead.
13044 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13045
13046 2003-01-03 J. Brobecker <brobecker@gnat.com>
13047
13048 * mdebugread.c (parse_symbol): Count until the stEnd matching
13049 the structure name.
13050
13051 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13052
13053 * configure.in: Remove --with-cpu option.
13054 subscripts. Remove evil changequotes here.
13055 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13056 * config.in, configure: Regenerated.
13057
13058 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13059 * configure.in: Cleanup section that sources GDB and BFD configure
13060 subscripts. Remove evil changequotes here.
13061 * config.in, configure: Regenerated.
13062
13063 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13064
13065 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13066 frame accessor methods.
13067 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13068 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13069 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13070 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13071 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13072 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13073 * z8k-tdep.c: Ditto.
13074
13075 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13076
13077 * configure.in: Remove UI_OUT configuration code.
13078 * ada-lang.c: Update assuming UI_OUT is always true.
13079 * Makefile.in (UIOUT_CFLAGS): Remove.
13080 * configure: Regenerated.
13081 * TODO: Remove blurb about elimination of -DUI_OUT.
13082
13083 * configure.in: Move code that provides the --enable-gdbcli,
13084 --enable-gdbmi options right before the code that handles the
13085 --enable-tui option. Polish a bit.
13086 * configure: Regenerated.
13087
13088 * configure.in: Rewrite check for GNU regex and the
13089 --without-included regex option, and move it into the "Checks for
13090 library functions" section. This makes us use the system regex
13091 again by default on systems with version 2 of the GNU C library.
13092 This was apparently broken.
13093 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13094 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13095 * config.in, configure: Regenerated.
13096
13097 * configure.in: Move code that provides the --enable-tui option
13098 before the "Checks for libraries" section. Polish the code
13099 somewhat and set need_curses to yes if we build the TUI. Rewrite
13100 code that looks for a library providing termcap functionality to
13101 match more closely what's done in the Readline library, and move
13102 it into to the "Checks for libraries" section.
13103 * configure: Regenerated.
13104 * Makefile.in (TERMCAP): Remove variable.
13105 * config/i386/go32.mh (TERMCAP): Remove variable.
13106
13107 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13108
13109 * MAINTAINERS: Mention gdb_mbuild.sh.
13110 * gdb_mbuild.sh: Rewrite.
13111
13112 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13113
13114 * configure.in: Fix typo in last change.
13115 * config.in, configure: Regenerated.
13116
13117 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13118
13119 * valarith.c (value_binop): Delete obsolete code and comments.
13120 * configure.host: Ditto.
13121 * buildsym.h (make_blockvector): Ditto.
13122 * buildsym.c (make_blockvector): Ditto.
13123 * defs.h (enum language): Ditto.
13124 (chill_demangle): Ditto.
13125 * elfread.c (elf_symtab_read): Ditto.
13126 * dwarfread.c (CHILL_PRODUCER): Ditto.
13127 (set_cu_language): Ditto.
13128 (handle_producer): Ditto.
13129 * expprint.c (print_subexp): Ditto.
13130 * gdbtypes.c (chill_varying_type): Ditto.
13131 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13132 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13133 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13134 (chill_varying_type): Ditto.
13135 * language.h (_LANG_chill): Ditto.
13136 * language.c (binop_result_type, integral_type): Ditto.
13137 (character_type, string_type, structured_type): Ditto.
13138 (lang_bool_type, binop_type_check): Ditto.
13139 * stabsread.h (os9k_stabs): Ditto.
13140 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13141 (define_symbol, read_type, read_struct_fields): Ditto.
13142 (read_array_type, read_enum_type, read_huge_number): Ditto.
13143 (read_range_type, start_stabs): Ditto.
13144 * symfile.c (init_filename_language_table): Ditto.
13145 (add_psymbol_with_dem_name_to_list): Ditto.
13146 * symtab.c (symbol_init_language_specific): Ditto.
13147 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13148 * symtab.h (struct general_symbol_info): Ditto.
13149 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13150 * typeprint.c (typedef_print): Ditto.
13151 * utils.c (fprintf_symbol_filtered): Ditto.
13152 * valops.c (value_cast, search_struct_field, value_slice): Delete
13153 obsolete code.
13154 (varying_to_slice): Delete function.
13155 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13156 (varying_to_slice): Delete declaration.
13157 * MAINTAINERS: Update.
13158
13159 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13160
13161 * configure.in: Reorganize "Checks for library functions section"
13162 a bit. Remove check for `btowc' and `isascii' functions.
13163 * configure: Regenerated.
13164
13165 * acconfig.h (_MSE_INT_H): Remove.
13166 * configure.in: Create "Checks for header files" section, and move
13167 appropriate tests there. Don't check for objlist.h, wchar.h,
13168 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13169 misdetection fix. Also add "Checks for types", "Checks for
13170 compiler characteristics" and "Checks for library functions"
13171 sections.
13172 * config.in, configure: Regenerated.
13173
13174 * configure.in: Create "Checks for programs" section, and move
13175 appropriate tests there.
13176
13177 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13178
13179 * configure.in: Create "Checks for libraries" section, and move
13180 appropriate tests there. Cleanup check for wctype in libw. Use
13181 AC_SEARCH_LIBS to see whether we need libsocket.
13182 * configure: Regenerated.
13183
13184 For older changes see ChangeLog-2002
13185 \f
13186 Local Variables:
13187 mode: change-log
13188 left-margin: 8
13189 fill-column: 74
13190 version-control: never
13191 End: