.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-08 Roland McGrath <roland@redhat.com>
2
3 * gcore.c (make_mem_sec): Function removed, folded into ...
4 (gcore_create_callback): ... here. To omit a section, clear its
5 SEC_LOAD bit rather than zeroing its size.
6 Omit read-only sections only if they correspond to a known disk file.
7 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
8
9 2003-10-10 Michael Snyder <msnyder@redhat.com>
10
11 * d10v-tdep.c: Fix typo in comment.
12
13 2003-10-10 Andrew Cagney <cagney@redhat.com>
14
15 * rs6000-tdep.c (e500_store_return_value): Delete function.
16 (e500_extract_return_value): Delete function.
17 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
18 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
19 "ppc_sysv_abi_restore_return_value" where applicable.
20 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
21 (ppc_sysv_abi_extract_return_value): Declare.
22 (ppc_sysv_abi_broken_store_return_value): Declare.
23 (ppc_sysv_abi_broken_extract_return_value): Declare.
24 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
25 * ppc-sysv-tdep.c (return_value_convention): Move definition to
26 start of file.
27 (do_ppc_sysv_return_value): New function.
28 (ppc_sysv_abi_extract_return_value): New function.
29 (ppc_sysv_abi_store_return_value): New function.
30 (ppc_sysv_abi_broken_extract_return_value): New function.
31 (ppc_sysv_abi_broken_store_return_value): New function.
32 (ppc_sysv_abi_use_struct_convention): Call
33 do_ppc_sysv_return_value.
34
35 2003-10-10 J. Brobecker <brobecker@gnat.com>
36
37 * blockframe.c (inside_main_func): No longer use symbol_lookup()
38 to lookup the main function symbol.
39
40 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
41
42 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
43 types correctly.
44 (sh_push_dummy_call_fpu): Fix argument passing rules.
45 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
46 float types.
47 (sh3e_sh4_store_return_value): Ditto.
48
49 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
50
51 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
52 comment.
53
54 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
55
56 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
57 more readable code. Accomodate passing of bitfields.
58
59 2003-10-10 Andrew Cagney <cagney@redhat.com>
60
61 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
62 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
63 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
64 * ppc-sysv-tdep.c: Include "gdb_assert.h".
65 (ppc64_sysv_abi_push_dummy_call): New function.
66 (ppc64_sysv_abi_broken_push_dummy_call): New function.
67 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
68 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
69
70 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
71
72 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
73 * README: Ditto.
74 * d10v-tdep.c: Ditto.
75 * h8300-tdep.c: Ditto.
76 * remote-e7000.c: Ditto.
77 * remote-hms.c: Ditto.
78 * ser-e7kpc.c: Ditto.
79 * sh-stub.c: Ditto.
80 * sh-tdep.c: Ditto.
81 * sh-tdep.h: Ditto.
82 * sh3-rom.c: Ditto.
83 * sh64-tdep.c: Ditto.
84 * top.c: Ditto.
85 * wince.c: Ditto.
86 * config/d10v/d10v.mt: Ditto.
87 * config/sh/embed.mt: Ditto.
88 * config/sh/linux.mt: Ditto.
89 * config/sh/tm-linux.h: Ditto.
90 * config/sh/tm-sh.h: Ditto.
91 * config/sh/wince.mt: Ditto.
92
93 2003-10-09 Andrew Cagney <cagney@redhat.com>
94
95 * ppc-tdep.h (struct type): Declare opaque.
96 * x86-64-tdep.h (struct regcache): Declare opaque.
97 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
98 coding style.
99
100 2003-10-09 Andrew Cagney <cagney@redhat.com>
101
102 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
103 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
104 (SOFTWARE_SINGLE_STEP_P): Ditto.
105 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
106 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
107 (SOFTWARE_SINGLE_STEP_P): Ditto.
108 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
109 software_single_step to rs6000_software_single_step.
110
111 2003-10-09 Andrew Cagney <cagney@redhat.com>
112
113 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
114
115 2003-10-09 Michael Snyder <msnyder@redhat.com>
116
117 * frame.h: Fix typo in comment.
118 * dummy-frame.c: Fix typo in comment.
119 * d10v-tdep.c: Random whitespace/comment tweaks.
120
121 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
122
123 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
124 (sh_push_dummy_code): Delete function, it's only used for dummy calls
125 on stack.
126
127 Based on input by Stephen Clarke (stephen.clarke@superh.com):
128 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
129 in detail.
130
131 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
132
133 * remote-mips.c (mips_initialize): Remove unneeded call to
134 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
135
136 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
137
138 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
139 a memory pointer.
140
141 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
142
143 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
144 for any lwp we resume.
145 (running_callback): Add lwps that have pending status events
146 against them to be considered running.
147
148 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
149
150 * m32r-tdep.c : Include "dis-asm.h".
151 * Makefile.in (m32r-tdep.o): Update dependencies.
152
153 2003-10-06 J. Brobecker <brobecker@gnat.com>
154
155 * completer.h (get_gdb_completer_word_break_characters): Delete.
156 * completer.c: include language.h.
157 (gdb_completer_word_break_characters): Delete.
158 (get_gdb_completer_word_break_characters): Delete.
159 (location_completer): Use the word break characters of the current
160 language.
161 (complete_line): Likewise.
162 (line_completion_function): Likewise.
163 (skip_quoted_chars): Likewise.
164 * Makefile.in (completer.o): Add dependency on language.h.
165 * top.c (init_main): Set the readline word break characters
166 to GDB's default word break characters.
167
168 2003-10-06 J. Brobecker <brobecker@gnat.com>
169
170 * language.h (language_defn): new field, la_word_break_characters.
171 * language.c (unknown_language_defn): Set new field to
172 default_word_break_characters.
173 (auto_language_defn): Likewise.
174 (local_language_defn): Likewise.
175 * ada-lang.c (ada_language_defn): Likewise.
176 * c-lang.c (c_language_defn): Likewise.
177 (cplus_language_defn): Likewise.
178 (asm_language_defn): Likewise.
179 (minimal_language_defn): Likewise.
180 * f-lang.c (f_language_defn): Likewise.
181 * jv-lang.c (java_language_defn): Likewise.
182 * m2-lang.c (m2_language_defn): Likewise.
183 * objc-lang.c (objc_language_defn): Likewise.
184 * p-lang.c (pascal_language_defn): Likewise.
185 * scm-lang.c (scm_language_defn): Likewise.
186
187 2003-10-06 Andrew Cagney <cagney@redhat.com>
188
189 * ppc-sysv-tdep.c: Re-indent.
190
191 2003-10-06 J. Brobecker <brobecker@gnat.com>
192
193 * language.h (default_word_break_characters): Add prototype.
194 * language.c (default_word_break_characters): New function.
195
196 2003-10-06 Andreas Schwab <schwab@suse.de>
197
198 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
199 with %eax.
200
201 2003-10-06 Andrew Cagney <cagney@redhat.com>
202
203 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
204 "h8500-tdep.c".
205 (z8k-tdep.o): Delete custom build rule.
206
207 2003-10-06 Andrew Cagney <cagney@redhat.com>
208
209 * Makefile.in: Update all dependencies.
210
211 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
212 No longer list PA as as obsolete candidate. List m32r as
213 broken instead of obsolete.
214
215 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
216 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
217 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
218 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
219 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
220 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
221 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
222 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
223 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
224 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
225 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
226 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
227 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
228 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
229 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
230 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
231 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
232 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
233 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
234 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
235 * config/z8k/z8k.mt: Ditto.
236
237 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
238 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
239 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
240 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
241 sparclite were removed.
242 * configure.host, configure.tgt: Remove corresponding tuples.
243
244 * breakpoint.c, breakpoint.h: Remove obsolete code.
245 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
246 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
247 * stabsread.h, xcoffread.c: Ditto.
248
249 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
250 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
251 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
252 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
253
254 2003-10-06 David Lecomber <dsl@sources.redhat.com>
255
256 * f-valprint.c: Reformatting
257
258 2003-10-06 Mark Kettenis <kettenis@gnu.org>
259
260 * x86-64-tdep.c: Remove duplicate comment.
261
262 * x86-64-tdep.c (x86_64_store_return_value): Don't use
263 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
264 names for return values. This fixes a bug since we looked at %rbx
265 instead of %rdx.
266
267 2003-10-05 Mark Kettenis <kettenis@gnu.org>
268
269 * x86-64-tdep.c: Include "regset.h".
270
271 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
272 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
273 sizeof_fpregset.
274 * i386-tdep.c: Include "regset.h".
275 (i386_supply_gregset): New function.
276 (i386_supply_fpregset): New function.
277 (i386_gdbarch_init): Initialze register set-related members of
278 TDEP.
279 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
280 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
281
282 2003-10-03 Andrew Cagney <cagney@redhat.com>
283
284 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
285 set extract_return_value, store_return_value and
286 use_struct_convention to ppc64_sysv_abi_extract_return_value,
287 ppc64_sysv_abi_store_return_value and
288 ppc64_sysv_abi_use_struct_convention.
289 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
290 (ppc64_sysv_abi_store_return_value): Declare.
291 (ppc64_sysv_abi_use_struct_convention): Declare.
292 * ppc-sysv-tdep.c (enum return_value_convention): Define.
293 (ppc64_sysv_abi_extract_return_value): New function.
294 (ppc64_sysv_abi_store_return_value): New function.
295 (ppc64_sysv_abi_use_struct_convention): New function.
296 (ppc64_sysv_abi_return_value): New function.
297
298 2003-10-03 Andrew Cagney <cagney@redhat.com>
299
300 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
301 convert a descriptor to a function when it's in the ".opd"
302 section.
303
304 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
305
306 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
307 reg_size to keep GCC silent.
308
309 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
310
311 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
312 base for DW_EH_PE_textrel encodings.
313 (read_encoded_value): Add a DW_EH_PE_textrel case.
314 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
315 section.
316
317 2003-10-03 Mark Kettenis <kettenis@gnu.org>
318
319 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
320
321 2003-10-02 Andrew Cagney <cagney@redhat.com>
322
323 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
324 REGISTER_RAW_SIZE.
325 * gdbarch.h, gdbarch.c: Re-generate.
326 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
327 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
328 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
329 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
330 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
331 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
332 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
333 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
334 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
335 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
336 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
337 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
338 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
339 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
340 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
341 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
342
343 2003-10-02 Jim Blandy <jimb@redhat.com>
344
345 * dwarf2read.c (struct die_info): Doc fix.
346
347 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
348
349 * sh-tdep.c: Running thru gdb_indent.sh.
350
351 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
352
353 * sh-tdep.c (sh_justify_value_in_reg): New function.
354 (sh_stack_allocsize): Ditto.
355 (flt_argreg_array): New array used for floating point argument
356 passing.
357 (sh_init_flt_argreg): New function.
358 (sh_next_flt_argreg): Ditto.
359 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
360 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
361 Fix argument passing strategy.
362 (sh_push_dummy_call_nofpu): Ditto.
363
364 2003-10-01 Andrew Cagney <cagney@redhat.com>
365
366 * value.h (register_value_being_returned): Declare. Replace
367 "value_being_returned".
368 * infcall.c (call_function_by_hand): Use
369 register_value_being_returned.
370 * infcmd.c (print_return_value): Call
371 "register_value_being_returned", handle struct return locally.
372 * values.c (register_value_being_returned): New function. Replace
373 "value_being_returned".
374
375 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
376
377 * linux-proc.c (linux_do_registers): New function.
378 (linux_make_note_section): Use linux_do_registers in case of
379 single threaded inferior programs.
380
381 2003-10-01 Andrew Cagney <cagney@redhat.com>
382
383 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
384 use STRUCT_ADDR. When not using "struct return convention", pass
385 "0" to "value_being_returned". Add FIXMEs.
386 * infcmd.c (print_return_value): Pass an explicit 0/1 to
387 value_being_returned. Add comments.
388 * values.c (value_being_returned): Add fixme.
389 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
390 (hppa_value_returned_from_stack): Add FIXME.
391
392 2003-09-30 David Carlton <carlton@kealia.com>
393
394 * dwarf2read.c (struct die_info): Add 'parent' field; replace
395 'has_children' and 'next' by 'child' and 'sibling'.
396 (read_comp_unit): Rework algorithm, breaking body into
397 read_die_and_children and read_die_and_siblings.
398 (read_die_and_children, read_die_and_siblings): New.
399 (read_full_die): Add 'has_children' argument; set it instead of
400 the die's 'has_children' field. Minor formatting cleanup.
401 (free_die_list): Use die->child and die->sibling instead of
402 die->next.
403 (dump_die_list): Ditto.
404 (sibling_die): Use die->sibling.
405 (psymtab_to_symtab_1): Use die's 'child' field in place of its
406 'has_children' and 'next' fields.
407 (process_die, read_file_scope, read_func_scope)
408 (read_lexical_block_scope, read_structure_scope)
409 (read_enumeration, read_array_type, read_common_block)
410 (read_namespace, read_subroutine_type, dump_die): Ditto.
411
412 2003-09-30 Andrew Cagney <cagney@redhat.com>
413
414 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
415 to 224, not 220.
416
417 2003-09-30 Andrew Cagney <cagney@redhat.com>
418
419 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
420 REGISTER_VIRTUAL_SIZE.
421 * gdbarch.h, gdbarch.c: Regenerate.
422 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
423 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
424 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
425
426 2003-09-29 Andrew Cagney <cagney@redhat.com>
427
428 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
429 DEPRECATED_REGISTER_VIRTUAL_TYPE.
430 * gdbarch.h, gdbarch.c: Regenerate.
431 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
432 * sh64-tdep.c, sparc-tdep.c: Update.
433
434 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
435 * remote-vxmips.c (vx_read_register): Ditto.
436 * remote-vx68.c (vx_read_register): Ditto.
437 * gnu-nat.c (inf_validate_procs): Ditto.
438
439 2003-09-29 J. Brobecker <brobecker@gnat.com>
440
441 * infcall.c (call_function_by_hand): Fix build failure
442 introduced in the previous change to this file.
443
444 2003-09-29 Andrew Cagney <cagney@redhat.com>
445
446 * NEWS: Mention Objective-C.
447
448 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
449
450 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
451 test if the register has been saved on the stack.
452 (arm_scan_prologue_cache): When analysing the instruction
453 "str lr, [sp, #-4]", save the address where lr has been stored.
454
455 2003-09-28 Andrew Cagney <cagney@redhat.com>
456
457 * frame.c (frame_read_unsigned_register): Delete function.
458 * frame.h (frame_read_unsigned_register): Delete declaration.
459 * sparc-tdep.c (sparc_init_extra_frame_info): Use
460 get_frame_register_unsigned.
461 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
462 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
463 * d10v-tdep.c (d10v_print_registers_info): Ditto.
464
465 * frame.h (frame_read_register): Delete declaration.
466 * frame.c (frame_read_register): Delete function.
467 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
468 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
469 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
470 * mips-tdep.c (mips_register_to_value): Ditto.
471 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
472 * d10v-tdep.c (d10v_print_registers_info): Ditto.
473
474 * frame.c (frame_read_signed_register): Delete function.
475 (frame_read_unsigned_register): Update comments.
476 * frame.h (frame_read_signed_register): Delete declaration.
477 * h8300-tdep.c (h8300_print_register): Use
478 get_frame_register_signed.
479 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
480
481 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
482 Rename VALUE_RETURNED_FROM_STACK.
483 * infcmd.c (print_return_value): Update.
484 * infcall.c (call_function_by_hand): Update.
485
486 2003-09-28 Mark Kettenis <kettenis@gnu.org>
487
488 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
489 regcache argument and reverse the order of the other two
490 arguments. Remove local regcache variable. Determine
491 architecture from REGCACHE. Update comments.
492 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
493 reverse the order of the other two arguments. Remove local
494 regcache variable. Determine architecture from REGCACHE. Update
495 comments.
496 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
497 prototypes. Update comments.
498 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
499 comment.
500 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
501 Update.
502 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
503 * i386-interix-nat.c (supply_fpregset): Update.
504 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
505 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
506 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
507 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
508 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
509 Update.
510 * i386obsd-tdep.c (fetch_core_registers): Update.
511 * i386v4-nat.c (supply_fpregset): Update.
512 * x86-64-linux-nat.c (supply_fpregset): Update.
513 * x86-64-linux-tdep.c (fetch_core_registers): Update.
514
515 2003-09-27 Mark Kettenis <kettenis@gnu.org>
516
517 * i386-tdep.h: Put opaque declarations in alphabetical
518 order. Remove spurious whitespace.
519 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
520 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
521 * i386-tdep.c (MM0_REGNUM): Remove define.
522 (i386_mmx_regnum_p): Add gdbarch argument.
523 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
524 Rewrite using new macro definitions for FPU/SSE registers.
525 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
526 definitions from i387-tdep.h.
527 (i386_register_name): Update.
528 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
529 new macro definitions for FPU/SSE registers.
530 (i386_extract_return_value): Determine whether floating-point
531 registers are present by examining REGCACHE's architecture.
532 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
533 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
534 FPU/SSE registers.
535 (i386_register_type): Update.
536 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
537 definitions for FPU registers. Use REGCACHE's architecture to
538 determine the appropriate register numbers.
539 (i386_pseudo_register_read, i386_pseudo_register_write,
540 i386_register_reggroup_p): Update.
541 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
542 TDEP->mm0_regnum.
543 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
544 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
545 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
546 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
547 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
548 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
549 *' to `void *'.
550 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
551 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
552 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
553 definitions for FPU/SSE registers.
554 (FXSAVE_MXCSR_ADDR): New define.
555 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
556 TDEP->mm0_regnum.
557 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
558 (I387_ST0_REGNUM): Define.
559
560 * regcache.h (get_regcache_arch): New prototype.
561 * regcache.c (get_regcache_arch): New function.
562
563 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
564 whitespace.
565
566 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
567 Initialize using ARRAY_SIZE.
568
569 2003-09-27 Andrew Cagney <cagney@redhat.com>
570
571 * arch-utils.c (deprecated_init_frame_pc_default): Rename
572 "init_frame_pc_default".
573 * arch-utils.h (deprecated_init_frame_pc_default): Update.
574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
575 * vax-tdep.c (vax_gdbarch_init): Update.
576 * v850-tdep.c (v850_gdbarch_init): Update.
577 * sh64-tdep.c (sh64_gdbarch_init): Update.
578 * s390-tdep.c (s390_gdbarch_init): Update.
579 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
580 * mcore-tdep.c (mcore_gdbarch_init): Update.
581 * h8300-tdep.c (h8300_gdbarch_init): Update.
582 * cris-tdep.c (cris_gdbarch_init): Update.
583 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
584
585 2003-09-26 Mark Kettenis <kettenis@gnu.org>
586
587 * regset.h: New file.
588 * Makefile.in (regset_h): Add.
589
590 2003-09-25 Andrew Cagney <cagney@redhat.com>
591
592 * frame.h (deprecated_frame_saved_regs): Rename
593 get_frame_saved_regs.
594 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
595 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
596 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
597 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
598 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
599
600 2003-09-25 Andrew Cagney <cagney@redhat.com>
601
602 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
603 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
604 and Java.
605 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
606 arm*-*-* do not use the new frame code.
607
608 2003-09-25 David Carlton <carlton@kealia.com>
609
610 * c-exp.y: Remove 'register' declarations.
611 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
612
613 2003-09-25 David Carlton <carlton@kealia.com>
614
615 * c-exp.y: Include cp-support.h. Add qualified_type.
616 (yylex): Delete nested type hack; add comments.
617 * cp-namespace.c (cp_lookup_nested_type): New function.
618 * cp-support.h: Declare cp_lookup_nested_type.
619 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
620 instead of value_struct_elt_for_reference.
621 * valops.c: Include cp-support.h.
622 (value_aggregate_elt): New function.
623 (value_namespace_elt): Ditto.
624 (value_struct_elt_for_reference): Make static.
625 * value.h: Delete declaration of value_struct_elt_for_reference;
626 add declaration for value_aggregate_elt.
627 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
628 (valops.o): Ditto.
629
630 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
631
632 * stack.c: Include "reggroups.h".
633 (frame_info): Only display registers in all_reggroup.
634 * Makefile.in (stack.o): Update dependencies.
635
636 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
637
638 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
639 "add ip, sp #n" in the prologue.
640 (arm_scan_prologue): Ditto.
641
642 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
643
644 * MAINTAINERS (write after approval): Add myself.
645
646 2003-09-25 Andreas Schwab <schwab@suse.de>
647
648 * m68k-tdep.c: Include "dwarf2-frame.h".
649 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
650 * Makefile.in (m68k-tdep.o): Update dependencies.
651
652 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
653
654 * sh-tdep.c (struct frame_extra_info): Remove.
655 (struct sh_frame_cache): New structure.
656 (GET_SOURCE_REG): New macro extracting source register of an opcode.
657 (GET_TARGET_REG): Ditto but target register.
658 (GET_PUSHED_REG): Remove.
659 (IS_MOV_ARG_TO_REG): New macro.
660 (IS_MOV_ARG_TO_IND_R14): New macro.
661 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
662 (IS_MOVW_PCREL_TO_REG): New macro.
663 (IS_MOVL_PCREL_TO_REG): New macro.
664 (IS_SUB_REG_FROM_SP): New macro.
665 (IS_ARG_MOV): Remove.
666 (IS_MOV_TO_R14): Remove.
667 (IS_RESTORE_FP): New macro.
668 (IS_RTS): New macro.
669 (IS_LDS): New macro.
670 (IS_MOV_FP_SP): New macro.
671 (IS_ADD_REG_TO_FP): New macro.
672 (IS_ADD_IMM_FP): New macro.
673 (sh_skip_prologue_hard_way): Remove.
674 (sh_saved_pc_after_call): Remove.
675 (sh_frame_chain): Remove.
676 (sh_find_callers_reg): Remove.
677 (sh_nofp_frame_init_saved_regs): Remove.
678 (sh_fp_frame_init_saved_regs): Remove.
679 (sh_init_extra_frame_info): Remove.
680 (sh_analyze_prologue): New function.
681 (sh_skip_prologue): Remove deprecated code. Rely on new function
682 sh_analyze_prologue when after_prologue fails.
683 (sh_frame_saved_pc): Remove.
684 (sh_alloc_frame_cache): New function.
685 (sh_frame_cache): Ditto.
686 (sh_frame_prev_register): Ditto.
687 (sh_frame_this_id): Ditto.
688 (sh_frame_unwind): New structure defining the heuristic frame
689 sniffer interface.
690 (sh_frame_sniffer): New function.
691 (sh_unwind_sp): Ditto.
692 (sh_unwind_pc): Ditto.
693 (sh_unwind_dummy_id): Ditto.
694 (sh_frame_base_address): Ditto.
695 (sh_frame_base): New structure defining new frame base code.
696 (sh_in_function_epilogue_p): New function.
697 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
698 code and to call all new code instead. Initialize dwarf2 and
699 heuristic frame sniffer.
700
701 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
702
703 * parser-defs.h (struct exp_descriptor): New definition, containing
704 language-specific info for printing, prefixifying, dumping, and
705 evaluating expressions.
706 (exp_descriptor_standard): Declare new variable.
707 (print_subexp): Make global and declare here (from expprint.c).
708 (dump_subexp): Ditto.
709 (dump_subexp_body_standard): Declare.
710 (operator_length_standard): Declare.
711 (op_name_standard): Declare.
712 (print_subexp): Declare.
713 (print_subexp_standard): Declare.
714
715 * language.h (struct language_defn): Add la_exp_desc field to hold
716 pointer to table for language-specific operators.
717 Remove evaluate_exp field, which is now in struct exp_descriptor.
718
719 * parse.c (operator_length): Move most code to new
720 operator_length_standard function. Use language-specific information.
721 (operator_length_standard): New function taking most code from
722 operator_length.
723 (exp_descriptor_standard): New constant.
724
725 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
726 and OP_EXTENDED_LAST.
727
728 * expprint.c (print_subexp): Use language-specific print_subexp.
729 Make global; remove static declaration.
730 Move most code to print_subexp_standard.
731 (print_subexp_standard): New function, containing code formerly in
732 print_subexp.
733 (op_name): Add expression to argument signature.
734 Use langauge-specific op_name.
735 Move most code to op_name_standard.
736 (op_name_standard): New function, containing code formerly in op_name.
737 (dump_subexp): Use new version of op_name function.
738 Use language-specific dump_subexp_body, and move most existing code to
739 dump_subexp_body_standard.
740 (dump_raw_expression): Use new op_name interface.
741 (dump_subexp_body): Move most code to dump_subexp_body_standard.
742 (dump_subexp_body_standard): New function, containing code formerly
743 in dump_subexp_body.
744
745 * language.c (unknown_language): Add default la_exp_desc field and
746 remove evaluate_exp field.
747 (auto_language): Ditto.
748 (local_language): Ditto.
749 * f-lang.c (f_language_defn): Ditto.
750 * c-lang.c (c_language_defn): Ditto.
751 (cplus_language_defn): Ditto.
752 (asm_language_defn): Ditto.
753 (minimal_language_defn): Ditto.
754 * p-lang.c (pascal_language_defn): Ditto.
755 * m2-lang.c (m2_language_defn): Ditto.
756 * objc-lang.c (objc_language_defn): Ditto.
757
758 * jv-lang.c (exp_descriptor_java): New variable, containing
759 Java-specific expression evaluator.
760 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
761 field.
762 * scm-lang.c (exp_descriptor_scm): New variable, containing
763 Scheme-specific expression evaluator.
764 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
765 field.
766 * objc-lang.c (print_object_command): Take evaluate_exp from the
767 la_exp_desc field.
768
769 * Makefile.in (eval.o): Add dependency on parser-defs.h.
770
771 * eval.c: Include parser-defs.h for the full declaration of
772 la_exp_desc's type.
773 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
774
775 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
776
777 * parser-defs.h (operator_length): Declare.
778
779 * parse.c (length_of_subexp): Use operator_length to get operator
780 lengths and arities for operators.
781 Move most code to new operator_length function.
782 (operator_length): New function absorbing most code from
783 length_of_subexp.
784 (prefixify_subexp): Remove large case and use operator_length instead.
785 (parse_exp_1): Use renamings:
786 dump_prefix_expression => dump_raw_expression and
787 dump_postfix_expression => dump_prefix_expression.
788
789 * expression.h (dump_prefix_expression): Rename to ...
790 (dump_raw_expression): New name.
791 (dump_postfix_expression): Rename to ...
792 (dump_prefix_expression): New name.
793
794 * expprint.c (dump_subexp): Make global. Add comment.
795 Move most existing code to dump_subexp_body.
796 (dump_subexp_body): New function.
797 (dump_prefix_expression): Rename to dump_raw_expression.
798 Remove attempt to print the expression via print_expression: it can't
799 work before the expression is prefixified.
800 (dump_raw_expression): Renamed from dump_prefix_expression.
801 (dump_postfix_expression): Rename to dump_prefix_expression, since
802 that's what it does.
803 Remove 'note' parameter, since this routine must be used on
804 prefixified expression.
805 (dump_prefix_expression): Renamed from dump_postfix_expression.
806
807 2003-09-22 Jim Blandy <jimb@redhat.com>
808
809 * dwarf2read.c (read_array_type): When building the type for an
810 array of unspecified length, make sure to choose the upper bound
811 so that the array's total length comes out to be zero --- that's
812 how we represent such arrays.
813
814 2003-09-22 Michael Chastain <mec@shout.net>
815
816 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
817
818 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
819
820 * top.c (quit_force): Fix indirect call to quit_target so
821 a struct qt_args pointer is passed.
822
823 2003-09-22 Andrew Cagney <cagney@redhat.com>
824
825 * arch-utils.h (init_frame_pc_noop): Delete declaration.
826 * arch-utils.c (init_frame_pc_noop): Delete function.
827 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
828 "init_frame_pc".
829 * mips-tdep.c (mips_gdbarch_init): Ditto.
830 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
831 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
832 declaration.
833 (DEPRECATED_INIT_FRAME_PC): Delete macro.
834 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
835 declaration.
836 (DEPRECATED_INIT_FRAME_PC): Delete macro.
837
838 2003-09-22 Anthony Green <green@redhat.com>
839
840 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
841 declaration.
842
843 2003-09-20 Andrew Cagney <cagney@redhat.com>
844
845 * breakpoint.c: Eliminate ARGSUSED.
846 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
847 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
848 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
849 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
850 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
851 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
852 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
853 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
854 * wince.c, remote-vx.c: Ditto.
855
856 * cli/cli-script.c: Remove "register" attributes.
857 * config/pa/tm-hppa.h: Ditto.
858 * cli/cli-decode.c: Ditto.
859 * cli/cli-cmds.c: Ditto.
860
861 2003-09-19 Andrew Cagney <cagney@redhat.com>
862
863 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
864 DEPRECATED_NPC_REGNUM.
865 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
866
867 2003-09-19 Christopher Faylor <cgf@redhat.com>
868
869 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
870
871 2003-09-19 Jim Blandy <jimb@redhat.com>
872
873 * macrotab.c (macro_include): Use the correct comparison to find
874 the appropriate place for this inclusion in the list.
875
876 2003-09-19 Andrew Cagney <cagney@redhat.com>
877
878 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
879 (DEPRECATED_HPUX_TEXT_END): Define.
880 (deprecated_hpux_text_end): Declare.
881 (struct target_ops): Declare opaque.
882 * hppah-nat.c (text_end): Make static.
883 (deprecated_hpux_text_end): New function.
884 * exec.c (text_end): Delete global variable.
885 (NEED_TEXT_START_END): Do not define.
886 (exec_file_attach): Replace code computing "text_end" code with
887 call to DEPRECATED_HPUX_TEXT_END.
888
889 2003-09-19 Andrew Cagney <cagney@redhat.com>
890
891 * utils.c (align_up, align_down): New functions.
892 * defs.h (align_up, align_down): Declare.
893 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
894 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
895 and "align_down".
896 (round_up, round_down): Delete functions.
897 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
898 "align_down".
899 (ROUND_DOWN, ROUND_UP): Delete macros.
900 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
901 * h8300-tdep.c: Replace "round_up" and "round_down" with
902 "align_up" and "align_down".
903 (round_up, round_down): Delete macros.
904 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
905 "align_down".
906 (ROUND_UP, ROUND_DOWN): Delete macros.
907
908 2003-09-18 J. Brobecker <brobecker@gnat.com>
909
910 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
911 hard-coded constant. Use the proper machine name instead.
912
913 2003-09-17 Andrew Cagney <cagney@redhat.com>
914
915 * sparc-tdep.c (legacy_register_name): Delete function.
916 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
917 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
918 * infcmd.c (gdb_register_name): Delete variable.
919 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
920 REGISTER_NAME and "tm.h".
921 * gdbarch.h, gdbarch.c: Regenerate.
922 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
923 REGISTER_NAMES in comments.
924 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
925 * m68klinux-nat.c (regmap): Ditto.
926
927 2003-09-17 Jim Blandy <jimb@redhat.com>
928
929 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
930
931 2003-09-17 Andrew Cagney <cagney@redhat.com>
932
933 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
934 (ppcnbsd_init_abi): Set "use_struct_convention" to
935 "ppcnbsd_use_struct_convention".
936
937 2003-09-17 Mark Kettenis <kettenis@gnu.org>
938
939 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
940 * gdbarch.h, gdbarch.c: Regenerate.
941 (stabs_argument_has_addr): New architecture method.
942 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
943 * arch-utils.c: Include "buildsym.h".
944 (default_stabs_argument_has_addr): New function.
945 * stabsread.c (define_symbol): Use stabs_argument_has_addr
946 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
947
948 2003-09-17 Andrew Cagney <cagney@redhat.com>
949
950 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
951 * gdbarch.h, gdbarch.c: Regenerate.
952 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
953 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
954 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
955 * sparcnbsd-tdep.c: Update.
956
957 2003-09-17 Andrew Cagney <cagney@redhat.com>
958
959 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
960 * gdbarch.h, gdbarch.c: Regenerate.
961 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
962 * d10v-tdep.c, frame.c: Update.
963 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
964 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
965 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
966 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
967 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
968 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
969 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
970 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
971 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
972 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
973 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
974 * config/pa/nm-hppah.h: Update.
975
976 2003-09-16 Andrew Cagney <cagney@redhat.com>
977
978 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
979 "use_struct_convention" to "ppc_linux_use_struct_convention".
980 (ppc_linux_use_struct_convention): New function.
981 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
982 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
983 "rs6000_use_struct_convention".
984 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
985 declaration.
986 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
987 Delete function.
988
989 2003-09-16 Andrew Cagney <cagney@redhat.com>
990
991 * buildsym.c: Remove more occurances of "register".
992 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
993 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
994 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
995 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
996 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
997 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
998 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
999 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1000
1001 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1002
1003 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1004 numbers to enumeration values.
1005 * sh-tdep.c: Accomodate above change.
1006 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1007 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1008 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1009 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1010 (IS_FPUSH): Rename from IS_FMOV.
1011 (sh_extract_struct_value_address): Remove useless comment.
1012 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1013 instead of own local values.
1014 (sh_dump_tdep): Remove.
1015 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1016 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1017
1018 2003-09-15 Andrew Cagney <cagney@redhat.com>
1019
1020 * doublest.c (convert_floatformat_to_doublest): No longer need to
1021 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1022
1023 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1024
1025 * values.c (unpack_double): Call floatformat_is_valid.
1026
1027 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1028
1029 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1030 ps_strings into a long.
1031
1032 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1033 _initialize_am64fbsd_nat.
1034
1035 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1036
1037 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1038 associated with DW_AT_ranges attribute is out of bounds.
1039
1040 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1041
1042 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1043
1044 2003-09-14 Michael Chastain <mec@shout.net>
1045
1046 * config/m68k/nm-apollo68v.h: Delete.
1047 * config/m68k/xm-apollo68v.h: Delete.
1048
1049 2003-09-14 Andrew Cagney <cagney@redhat.com>
1050
1051 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1052 * dcache.c: Update copyrights and descriptions.
1053 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1054
1055 2003-09-14 Andrew Cagney <cagney@redhat.com>
1056
1057 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1058 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1059
1060 2003-09-14 Andrew Cagney <cagney@redhat.com>
1061
1062 * alpha-nat.c: Remove some occurances of "register".
1063 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1064 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1065 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1066 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1067 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1068 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1069 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1070 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1071 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1072 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1073 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1074 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1075 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1076 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1077 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1078 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1079 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1080 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1081 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1082 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1083 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1084 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1085
1086 2003-09-13 Andrew Cagney <cagney@redhat.com>
1087
1088 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1089 * ppc-tdep.h (struct regcache): Declare opaque.
1090 * objfiles.h (struct objfile_data): Declare opaque.
1091 * cp-support.h (struct objfile): Declare opaque.
1092 * linux-nat.h (target_waitstatus): Declare opaque.
1093
1094 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1095
1096 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1097 (stabs_argument_has_addr): New architecture method.
1098 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1099 * arch-utils.c: Include "buildsym.h".
1100 (default_stabs_argument_has_addr): New function.
1101 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1102 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1103
1104 * cris-tdep.c (cris_gdbarch_init): Set
1105 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1106 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1107 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1108 * mips-tdep.c (mips_gdbarch_init): Likewise.
1109 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1110 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1111
1112 2003-09-13 Andrew Cagney <cagney@redhat.com>
1113
1114 * values.c (using_struct_return): Delete "function" and "funcaddr"
1115 parameters.
1116 * value.h (using_struct_return): Update declaration.
1117 * infcmd.c (finish_command_continuation): Update.
1118 (finish_command): Update.
1119 * infcall.c (call_function_by_hand): Update.
1120 * eval.c (evaluate_subexp_standard): Update.
1121
1122 2003-09-13 Christopher Faylor <cgf@redhat.com>
1123
1124 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1125 SSE registers since gdb will not operate correctly without this.
1126 Restore include file ordering munged in previous change.
1127 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1128
1129 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1130
1131 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1132 REG_STRUCT_HAS_ADDR.
1133 * gdbarch.c, gdbarch.h: Updated.
1134 * infcall.c (call_function_by_hand): Update.
1135 * stabsread.c (define_symbol): Updated.
1136
1137 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1138
1139 2003-09-12 Christopher Faylor <cgf@redhat.com>
1140
1141 * win32-nat.c: Reorganize so that defines used by target headers are
1142 actually defined by the system headers.
1143 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1144 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1145
1146 2003-09-12 Jim Blandy <jimb@redhat.com>
1147
1148 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1149 the file has no .data, .bss, or .rodata sections. Instead wait
1150 until we see a variable alleged to live in one of those sections.
1151
1152 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1153 .bss section, presume that any variables we find live in the
1154 .rodata section.
1155
1156 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1157 offsets for global and static variables.
1158
1159 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1160 symbol types are, by definition, in the .data section, so it is
1161 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1162 If there is no .data section, there should be no N_DATA or N_DATA
1163 | N_EXT symbols.
1164
1165 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1166
1167 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1168 (amd64fbsd_sigcontext_addr): Rewrite.
1169 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1170 with correct values.
1171 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1172 (amd64fbsd_init_abi): Fix typo.
1173
1174 2003-09-12 Andrew Cagney <cagney@redhat.com>
1175
1176 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1177 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1178
1179 2003-09-12 Andrew Cagney <cagney@redhat.com>
1180
1181 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1182 "entry_file_highpc". Update comments.
1183 * defs.h (deprecated_inside_entry_file): Rename
1184 "inside_entry_file".
1185 * blockframe.c (deprecated_inside_entry_file): Rename
1186 "inside_entry_file".
1187 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1188 * vax-tdep.c (vax_frame_chain): Update.
1189 * sh64-tdep.c (sh64_frame_chain): Update.
1190 * sh-tdep.c (sh_frame_chain): Update.
1191 * rs6000-tdep.c (rs6000_frame_chain): Update.
1192 * ns32k-tdep.c (ns32k_frame_chain): Update.
1193 * mips-tdep.c (mips_frame_chain): Update.
1194 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1195 * m32r-tdep.c (m32r_frame_this_id): Update.
1196 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1197 * frv-tdep.c (frv_frame_this_id): Update.
1198 * d10v-tdep.c (d10v_frame_this_id): Update.
1199 * cris-tdep.c (cris_frame_chain): Update.
1200 * blockframe.c (legacy_frame_chain_valid): Update.
1201 * avr-tdep.c (avr_frame_this_id): Update.
1202 * arm-tdep.c (arm_prologue_this_id): Update.
1203 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1204 * objfiles.c (objfile_relocate): Update.
1205 * mipsread.c (mipscoff_symfile_read): Update.
1206 (mipscoff_symfile_read): Update.
1207 * mdebugread.c (parse_partial_symbols): Update.
1208 * dwarfread.c (read_file_scope): Update.
1209 * dwarf2read.c (read_file_scope): Update.
1210 * dbxread.c (read_dbx_symtab): Update.
1211 (read_dbx_symtab): Update.
1212 * coffread.c (complete_symtab): Update.
1213
1214 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1215
1216 * top.c (quit_target): New static helper function.
1217 (quit_force): Moved code to quit_target(). Call quit_target()
1218 via catch_errors() to catch errors during quit.
1219
1220 2003-09-11 David Carlton <carlton@kealia.com>
1221
1222 * buildsym.c (finish_block): Use allocate_block to allocate the
1223 block.
1224 * mdebugread.c (new_block): Add FIXME.
1225
1226 2003-09-11 David Carlton <carlton@kealia.com>
1227
1228 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1229 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1230 (recursive_dump_type): Ditto.
1231 * printcmd.c (print_formatted): Ditto.
1232 * typeprint.c (print_type_scalar): Ditto.
1233 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1234 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1235 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1236 maint_cplus_cmd_list.
1237 * cp-support.c: Make maint_cplus_cmd_list extern.
1238 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1239 command.h.
1240 (lookup_symbol_file): Look in possible namespace blocks when
1241 appropriate.
1242 (initialize_namespace_symtab): New.
1243 (get_possible_namespace_block, free_namespace_block)
1244 (check_possible_namespace_symbols)
1245 (check_possible_namespace_symbols_loop)
1246 (check_one_possible_namespace_symbol)
1247 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1248 (_initialize_cp_namespace): Ditto.
1249 * block.h: Declare allocate_block.
1250 * block.c (allocate_block): New.
1251 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1252 allocate_block.
1253 * symfile.h: Update declaration of add_psymbol_to_list.
1254 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1255 question.
1256 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1257 scan_partial_symbols_call.
1258 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1259 helper functions.
1260 (add_partial_symbol): If necessary, scan mangled names for names
1261 of namespaces.
1262 (add_partial_namespace): Add NAMESPACE argument; generate partial
1263 symbols associated to namespaces.
1264 (add_partial_enumeration): Add NAMESPACE argument.
1265 (new_symbol): Allow namespace syms.
1266 (read_namespace): Generate namespace syms.
1267 * objfiles.h: Add opaque declaration of struct symtab.
1268 (struct objfile): Add cp_namespace_symtab member.
1269 * objfiles.c (allocate_objfile): Set
1270 objfile->cp_namespace_symtab.
1271 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1272 dictionary_h, command_h.
1273
1274 2003-09-11 Andrew Cagney <cagney@redhat.com>
1275
1276 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1277 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1278 near the function's end.
1279 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1280 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1281 regcache_raw_write_signed to set SP_REGNUM.
1282
1283 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1284
1285 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1286 orig_addrs is set up properly.
1287
1288 2003-09-11 Andrew Cagney <cagney@redhat.com>
1289
1290 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1291 * gdbarch.h, gdbarch.c: Re-generate.
1292 * infcall.c (call_function_by_hand): Update.
1293 * hppa-tdep.c (hppa_push_arguments): Update.
1294 * ada-lang.c (place_on_stack): Update.
1295 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1296 * sparc-tdep.c (sparc_gdbarch_init): Update.
1297 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1298 * hppa-tdep.c (hppa_gdbarch_init): Update.
1299 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1300 stack_align.
1301
1302 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1303
1304 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1305 register do need a frame.
1306
1307 2003-09-11 Andrew Cagney <cagney@redhat.com>
1308
1309 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1310 buildable since GDB 5.0.
1311 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1312 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1313 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1314 * irix4-nat.c: Delete file.
1315 * config/mips/irix4.mh: Delete file.
1316 * config/mips/irix3.mh: Delete file.
1317 * config/mips/irix3.mt: Delete file.
1318 * config/mips/tm-irix3.h: Delete file.
1319 * config/mips/nm-irix3.h: Delete file.
1320 * config/mips/xm-irix3.h: Delete file.
1321 * config/mips/nm-irix4.h: Delete file.
1322 * config/mips/xm-irix4.h: Delete file.
1323 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1324
1325 2003-09-10 J. Brobecker <brobecker@gnat.com>
1326
1327 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1328 * Makefile.in (hppa-tdep.o): Update dependencies.
1329
1330 2003-09-10 James E Wilson <wilson@specifixinc.com>
1331
1332 * MAINTAINERS: Change my e-mail address. Move to paper trail
1333 section.
1334
1335 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1336
1337 * MAINTAINERS (frv): New ISA entry.
1338
1339 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1340
1341 * frv-tdep.c (dis-asm.h): Include.
1342 * Makefile.in (frv-tdep.o): Update dependencies.
1343
1344 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1345
1346 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1347 Fix typo for high range of floating registers.
1348
1349 2003-09-09 David Carlton <carlton@kealia.com>
1350
1351 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1352 highpc initialization here out of scan_partial_symbols.
1353 (scan_partial_symbols): Restructure into a recursive version,
1354 calling add_partial_namespace and add_partial_enumeration when
1355 appropriate.
1356 (add_partial_namespace): New.
1357 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1358
1359 2003-09-09 Andrew Cagney <cagney@redhat.com>
1360
1361 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1362 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1363 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1364 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1365
1366 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1367 (rs6000_push_dummy_call): Set the "TOC" register.
1368
1369 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1370 methods "max_register_raw_size", "max_register_virtual_size" or
1371 "register_virtual_size".
1372
1373 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1374
1375 * MAINTAINERS: Update my e-mail address.
1376
1377 2003-09-09 Andrew Cagney <cagney@redhat.com>
1378
1379 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1380 (rs6000_push_dummy_call): Store the struct return address.
1381 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1382
1383 2003-09-09 Andrew Cagney <cagney@redhat.com>
1384
1385 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1386 "ppc_sysv_abi_push_arguments".
1387 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1388 "ppc_sysv_abi_push_arguments".
1389 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1390 instead of "push_arguments".
1391 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1392
1393 2003-09-09 Andrew Cagney <cagney@redhat.com>
1394
1395 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1396 instead of CALL_DUMMY_ADDRESS.
1397
1398 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1399
1400 * p-lang.c: Eliminate "register".
1401 * c-lang.c: Ditto.
1402 * expprint.c: Ditto.
1403 * f-lang.c: Ditto.
1404 * jv-lang.c: Ditto.
1405 * language.c: Ditto.
1406 * m2-lang.c: Ditto.
1407 * parse.c: Ditto.
1408 * scm-lang.c: Ditto.
1409 * objc-lang.c: Ditto.
1410
1411 2003-09-09 Nick Clifton <nickc@redhat.com>
1412
1413 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1414
1415 2003-09-04 Andrew Cagney <cagney@redhat.com>
1416
1417 * avr-tdep.c: Include "dis-asm.h".
1418 * cris-tdep.c: Include "dis-asm.h".
1419 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1420 instead of corresponding typedef.
1421 * h8300-tdep.c: Include "dis-asm.h".
1422 * ia64-tdep.c: Include "dis-asm.h".
1423 * i386-tdep.c: Include "dis-asm.h".
1424 (i386_print_insn): Use "struct disassemble_info" instead of
1425 corresponding typedef.
1426 * m68k-tdep.c: Include "dis-asm.h".
1427 * mcore-tdep.c: Include "dis-asm.h".
1428 * mips-tdep.c: Include "dis-asm.h".
1429 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1430 instead of corresponding typedef.
1431 * ns32k-tdep.c: Include "dis-asm.h".
1432 * s390-tdep.c: Include "dis-asm.h".
1433 * sparc-tdep.c: Include "dis-asm.h".
1434 * vax-tdep.c: Include "dis-asm.h".
1435 * v850-tdep.c: Include "dis-asm.h".
1436 * mn10300-tdep.c: Include "dis-asm.h".
1437 * rs6000-tdep.c: Include "dis-asm.h".
1438 * xstormy16-tdep.c: Include "dis-asm.h".
1439 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1440 print_insn_xstormy16.
1441 * Makefile.in (v850-tdep.o): Update dependencies.
1442 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1443 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1444 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1445 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1446 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1447 (gdbarch_h): Remove $(dis_asm_h).
1448 * disasm.c: Include "dis-asm.h".
1449 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1450 corresponding typedef.
1451 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1452 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1453 * gdbarch.sh: Do not include "dis-asm.h".
1454 (struct disassemble_info): Declare opaque.
1455 (TARGET_PRINT_INSN): Update declaration.
1456 * gdbarch.h, gdbarch.c: Re-generate.
1457
1458 2003-09-08 Andrew Cagney <cagney@redhat.com>
1459
1460 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1461 CALL_DUMMY_ADDRESS, change to a predicate.
1462 * gdbarch.h, gdbarch.c: Re-generate.
1463 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1464 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1465 * infcall.c (call_function_by_hand): Ditto.
1466 * sparc-tdep.c (sparc_push_return_address): Ditto.
1467 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1468 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1469 CALL_DUMMY_ADDRESS with entry_point_address.
1470 * v850-tdep.c (v850_push_return_address): Ditto.
1471 * s390-tdep.c (s390_push_return_address): Ditto.
1472 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1473 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1474 * mcore-tdep.c (mcore_push_return_address): Ditto.
1475 * cris-tdep.c (cris_push_return_address): Ditto.
1476 * arm-tdep.c (arm_push_return_address): Ditto.
1477
1478 2003-09-08 Andrew Cagney <cagney@redhat.com>
1479
1480 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1481 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1482 and REG_UNMODIFIED to REG_SAME_VALUE.
1483 (execute_cfa_program): Update.
1484 (dwarf2_frame_cache): Update. Initialize table to
1485 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1486 location.
1487 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1488
1489 2003-09-08 Andrew Cagney <cagney@redhat.com>
1490
1491 * gnu-nat.c: Remove "inline" function attribute.
1492 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1493
1494 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1495
1496 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1497 target.
1498
1499 2003-09-08 Kevin Buettner <kevinb@redhat.com>
1500
1501 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1502 (frame_extra_info): Rename this struct to frv_unwind_cache.
1503 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1504 Add fields ``prev_sp'' and ``base''.
1505 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1506 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1507 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1508 Delete.
1509 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1510 Revise all callers. Fill in the unwind cache argument and make
1511 other adjustments to account for new frame mechanisms.
1512 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1513 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1514 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1515 (frv_frame_unwind, frv_frame_base): New structs.
1516 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1517 additional arguments expected by this method and adjust function
1518 body accordingly.
1519 (frv_gdbarch_init): Remove calls to the following functions:
1520 set_gdbarch_deprecated_init_frame_pc(),
1521 set_gdbarch_deprecated_saved_pc_after_call(),
1522 set_gdbarch_deprecated_frame_chain(),
1523 set_gdbarch_deprecated_frame_saved_pc(),
1524 set_gdbarch_deprecated_frame_init_saved_regs(),
1525 set_gdbarch_deprecated_push_arguments(),
1526 set_gdbarch_deprecated_push_return_address(),
1527 set_gdbarch_deprecated_pop_frame(),
1528 set_gdbarch_deprecated_call_dummy_words(),
1529 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1530 set_gdbarch_deprecated_init_extra_frame_info(),
1531 set_gdbarch_deprecated_dummy_write_sp(), and
1532 set_gdbarch_deprecated_pc_in_call_dummy().
1533 Add calls to the following functions:
1534 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1535 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1536 frame_base_set_default().
1537 * Makefile.in (frv-tdep.o): Update dependencies.
1538
1539 2003-09-09 Mark Kettenis <kettenis@gnu.org>
1540
1541 * dwarf2-frame.c (read_encoded_value): Add support for
1542 DW_EH_PE_aligned encoding.
1543
1544 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1545
1546 * infrun.c (normal_stop): Don't print a message if the inferior
1547 has exited.
1548
1549 2003-09-08 Jim Blandy <jimb@redhat.com>
1550
1551 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1552 * dbxread.c: #include "gdb_assert.h".
1553 (read_dbx_symtab): If the objfile has no .data section, use the
1554 section index for the .bss section instead.
1555
1556 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
1557
1558 * frame.c (deprecated_safe_get_selected_frame): New function.
1559 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1560 * findvar.c (read_var_value): Call it.
1561
1562 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
1563
1564 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1565 (sh64-tdep.o): Add dependencies.
1566 * configure.tgt: Add FIXME to sh-*-linux*.
1567 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1568 (sh_gdbarch_init): Always set correct sh_show_regs function
1569 pointer. Call sh64_gdbarch_init() if machine type is sh5.
1570 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1571 * sh64-tdep.c: New file, containing all sh64 related code from
1572 sh-tdep.c.
1573 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1574 * config/sh/linux.mt (TDEPFILES): Ditto.
1575 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1576 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1577 * config/sh/wince.mt (TDEPFILES): Ditto.
1578
1579 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1582 (stop_wait_callback): Handle !lp->signalled also.
1583 (lin_lwp_has_pending, flush_callback): New functions.
1584 (lin_lwp_wait): Call flush_callback.
1585 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1586 (linux_proc_pending_signals): New function.
1587 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1588
1589 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
1590
1591 From Nick Kelsey <nickk@ubicom.com>:
1592 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1593 when the stop PC is at the beginning of a function also.
1594
1595 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
1596
1597 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1598 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1599
1600 2003-09-06 Mark Kettenis <kettenis@gnu.org>
1601
1602 * sol-thread.c: Include "gdb_string.h".
1603
1604 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1605
1606 * gcore.c: Reorder include files in alphabetical order. Include
1607 "gdb_assert.h". Various coding style fixes.
1608 (derive_stack_segment, derive_heap_segment): Replace check for
1609 non-null BOTTOM and TOP with gdb_assert.
1610 (derive_heap_segment): Replace check for successful creation of
1611 ZERO with gdb_assert.
1612 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1613
1614 2003-09-04 Andrew Cagney <cagney@redhat.com>
1615
1616 * thread-db.c (verbose_dlsym): New function.
1617 (thread_db_load): Use verbose_dlsym
1618 (thread_db_new_objfile): Print that libthread_db was loaded, and
1619 that thread debugging was enabled.
1620
1621 2003-09-04 Andrew Cagney <cagney@redhat.com>
1622
1623 * configure.tgt: Add "mips64*-*-*" target. Delete
1624 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1625 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1626 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1627 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1628 mips*-sony-*, and mips64*-*-elf* targets.
1629 * config/mips/embedl.mt: Delete file.
1630 * config/mips/embedl64.mt: Delete file.
1631 * config/mips/mips.mt: Delete file.
1632 * config/mips/mips64.mt: Delete file.
1633 * config/mips/tm-embed.h: Delete file.
1634 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1635 * config/mips/embed64.mt: Delete out-of-date comment.
1636
1637 2003-09-04 Andrew Cagney <cagney@redhat.com>
1638
1639 * hppa-tdep.c (hppa_gdbarch_init): Set
1640 "have_nonsteppable_watchpoint".
1641 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1642 * mips-tdep.c (mips_dump_tdep): Do not print
1643 HAVE_NONSTEPPABLE_WATCHPOINT.
1644 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1645 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1646 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1647 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1648
1649 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1650
1651 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1652 unused code. Add comment.
1653
1654 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
1655
1656 * breakpoint.c (watchpoint_check): Check for pc being in an
1657 epilogue if watchpoint frame couldn't be found.
1658
1659 2003-09-04 Andrew Cagney <cagney@redhat.com>
1660
1661 * Makefile.in: Re-generate all dependencies.
1662
1663 2003-09-03 Andrew Cagney <cagney@redhat.com>
1664
1665 * arch-utils.h (legacy_print_insn): Delete declaration.
1666 * arch-utils.c (legacy_print_insn): Delete function.
1667 * disasm.c (deprecated_tm_print_insn_info): Delete.
1668 (_initialize_disasm): Delete function, contained code initializing
1669 deprecated_tm_print_insn_info.
1670 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1671 (deprecated_tm_print_insn_info): Delete.
1672 (TARGET_PRINT_INSN): Do not provide a default.
1673 * gdbarch.h, gdbarch.c: Re-generate.
1674
1675 2003-09-03 Andrew Cagney <cagney@redhat.com>
1676
1677 * disasm.c (fprintf_disasm): New function.
1678 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1679 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1680 reverts 2003-08-14 change.
1681 (_initialize_disasm): Call "init_disassemble_info", instead of
1682 INIT_DISASSEMBLE_INFO_NO_ARCH.
1683
1684 2003-09-03 Michael Snyder <msnyder@redhat.com>
1685
1686 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1687
1688 2003-09-03 Andrew Cagney <cagney@redhat.com>
1689
1690 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1691 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1692 * symfile.c (syms_from_objfile): Update.
1693 (reread_symbols): `Update
1694 * exec.c (exec_file_attach): Update.
1695 (exec_file_attach): Update.
1696 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1697 2003-08-29 change.
1698 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1699
1700 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1701
1702 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1703 trad-frame.h.
1704 (arm_get_cache): Delete macro.
1705 (struct arm_prologue_cache): Update comments. Make saved_regs into
1706 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1707 to prev_sp.
1708 (thumb_scan_prologue): Update for cache changes. Don't call
1709 DEPRECATED_PC_IN_CALL_DUMMY.
1710 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1711 argument and use it in desperation search for our prologue. Do not
1712 search past the specified PC.
1713 (arm_make_prologue_cache): Simplify.
1714
1715 (arm_prologue_this_id, arm_prologue_prev_register)
1716 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1717 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1718 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1719 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1720 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1721
1722 (arm_frame_chain_valid, arm_find_callers_reg)
1723 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1724 (arm_pop_frame): Delete obsolete methods.
1725 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1726
1727 (arm_gdbarch_init): Update for new frame methods. Register prologue
1728 and sigtramp unwinders. Set the default frame base method.
1729
1730 * Makefile.in (arm-tdep.o): Update dependencies.
1731 * varobj.c (find_frame_addr_in_frame_chain): Call
1732 get_frame_base_address.
1733 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1734
1735 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1736
1737 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1738 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1739 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1740 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1741 Take NEXT_FRAME and CACHE arguments. Call
1742 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1743 Set unwound_pc in CACHE instead of modifying the frame argument.
1744 Don't bother checking the frame type when looking for sigtramp
1745 frames.
1746 (arm_make_prologue_cache, arm_frame_chain)
1747 (arm_init_extra_frame_info): New functions.
1748
1749 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
1750
1751 * arm-tdep.c (arm_get_cache): Define.
1752 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1753 unwound_sp, unwound_pc, and saved_regs.
1754 (thumb_scan_prologue): Take a cache instead of the frame.
1755 (arm_scan_prologue): Likewise.
1756 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1757 instead of a temporary frame.
1758 (arm_init_extra_frame_info): Allocate and use a cache.
1759 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1760
1761 2003-09-03 Andrew Cagney <cagney@redhat.com>
1762
1763 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1764 * config/mips/wince.mt (TM_CLIBS): Ditto.
1765 * config/sh/wince.mt (TM_CLIBS): Ditto.
1766 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1767 * config/sparc/sp64.mt (CC): Delete.
1768
1769 2003-09-03 Andrew Cagney <cagney@redhat.com>
1770
1771 * defs.h: Do not include "arch-utils.h".
1772 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1773 GDB_MULTI_ARCH_PURE.
1774 * configure.in (GDB_MULTI_ARCH): Do not define.
1775 * configure, config.in: Regenerate.
1776 * configure.tgt: Do not set variable "gdb_multi_arch".
1777 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1778 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1779 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1780 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1781 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1782 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
1783 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
1784 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
1785 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
1786 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
1787 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
1788 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
1789 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
1790 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
1791 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
1792 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
1793 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
1794 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
1795
1796 2003-08-30 Michael Chastain <mec@shout.net>
1797
1798 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
1799 * config/m68k/nm-hp300hpux.h: Delete.
1800 * config/m68k/tm-hp300hpux.h: Delete.
1801 * config/m68k/xm-hp300hpux.h: Delete.
1802 * config/m68k/xm-hp300bsd.h: Delete.
1803 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
1804 tm-hp300hpux.h, xm-hp300hpux.h.
1805 * somsolib.c: Remove comment about hp300 shared libraries.
1806
1807 2003-08-31 Mark Kettenis <kettenis@gnu.org>
1808
1809 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
1810 Only define PTRACE_GET_THREAD_AREA is not already defined.
1811 Various style fixes in code and comments and some additional
1812 spelling fixes in comments. Move after functions dealing with
1813 debug registers.
1814 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
1815 Fix coding-style.
1816
1817 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
1818 frame_unwind_register_unsigned instead of
1819 frame_unwind_unsigned_register.
1820
1821 2003-08-30 Mark Kettenis <kettenis@gnu.org>
1822
1823 * configure.in: Search for gethostbyname in libnsl.
1824 * configure: Regenerated.
1825
1826 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1827
1828 * configure.in: Remove redundant AC_MSG_RESULT in check for
1829 uintptr_t in stdint.h.
1830 * configure: Regenerated.
1831
1832 * amd64-nat.h (struct regcache): Add opaque declaration.
1833
1834 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
1835 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
1836 Change "register array" to "register cache" in comments.
1837 (x86_64_linux_gregset64_reg_offset): New variable.
1838 (GETREGS_SUPPLIES): Remove macro.
1839 (supply_gregset): Call amd64_supply_native_gregset instead of
1840 x86_64_linux_supply_gregset.
1841 (fill_gregset): Rename `regno' to `regnum'. Call
1842 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
1843 (store_regs): Rename `regno' to `regnum'.
1844 (store_fpregs): Rename `regno' to `regnum'.
1845 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
1846 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1847 Reorganize function a bit.
1848 (store_inferior_registers): Rename `regno' to `regnum'. Use
1849 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
1850 Reorganize function a bit.
1851 (_initialize_x86_64_linux_nat): New function.
1852 * config/i386/x86-64linux.mh.
1853
1854 2003-08-29 Andrew Cagney <cagney@redhat.com>
1855
1856 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
1857 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
1858 (target_remove_watchpoint): Delete macro.
1859 (target_insert_watchpoint): Delete macro.
1860 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
1861 (remote_mips_stopped_by_watchpoint): Delete declaration.
1862 (remote_mips_remove_watchpoint): Delete declaration.
1863 (remote_mips_set_watchpoint): Delete declaration.
1864 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
1865 * remote-mips.c (_initialize_remote_mips): Set
1866 "to_insert_watchpoint", "to_stopped_by_watchpoint",
1867 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
1868 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
1869 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
1870 (mips_stopped_by_watchpoint): Rename
1871 remote_mips_stopped_by_watchpoint.
1872 (mips_can_hardware_watchpoint): Rename
1873 remote_mips_can_use_hardware_watchpoint, update function
1874 signature.
1875
1876 2003-08-29 Mark Kettenis <kettenis@gnu.org>
1877
1878 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
1879 USER_DS. We haven't given them a register number yet.
1880
1881 * amd64-nat.h: New file.
1882 * amd64-nat.c: New file.
1883 * amd64fbsd-nat.c: Include "amd64-nat.h".
1884 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
1885 (amd64fbsd32_r_reg_offset): New variable.
1886 (supply_gregset): Simply call amd64_supply_native_gregset.
1887 (fill_gregset): Rename `regno' to `regnum'. Simply call
1888 amd64_collect_native_gregset.
1889 (fill_fpregset): Rename `regno' to `regnum'.
1890 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
1891 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1892 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1893 `fpregset_t'. Call amd64_supply_native_gregset instead of
1894 supply_gregset. Call x86_64_supply_fxsave instead of
1895 supply_fpregset.
1896 (store_inferior_registers): Rename `regno' to `regnum'. Replace
1897 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
1898 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
1899 `fpregset_t'. Call amd64_collect_native_gregset instead of
1900 fill_gregset. Call x86_64_collect_fxsave instead of
1901 fill_fpregset.
1902 (_initialize_am64fbsd_nat): Initialize
1903 amd64_native_gregset32_reg_offset and
1904 amd64_native_gregset64_reg_offset.
1905 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
1906
1907 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
1908 null pointer. Fix typo in comment.
1909
1910 * regcache.c (supply_register): Reimplement to call
1911 regcache_raw_supply.
1912 (regcache_collect): Reimplement by calling regcache_raw_collect.
1913
1914 2003-08-28 Mark Kettenis <kettenis@gnu.org>
1915
1916 * regcache.c (register_buffer): Consitify first argument.
1917 (regcache_raw_supply, regcache_raw_collect): New
1918 functions.
1919
1920 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1921
1922 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
1923 by Nathan J. Williams.
1924
1925 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
1926
1927 * lin-lwp.c (wait_lwp): New function, copied from
1928 stop_wait_callback. Clean up.
1929 (stop_wait_callback): Use wait_lwp.
1930
1931 2003-08-28 Andrew Cagney <cagney@redhat.com>
1932
1933 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
1934 flavour and disassembler options.
1935 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
1936 (mips_gdbarch_init): Set "print_insn". Delete initialization of
1937 deprecated_tm_print_insn_info.
1938
1939 2003-08-27 Andrew Cagney <cagney@redhat.com>
1940
1941 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
1942 Use target_read_memory.
1943 (s390_get_frame_info): Update. Do not reference
1944 deprecated_tm_print_insn_info.
1945 (s390_check_function_end, s390_is_sigreturn): Ditto.
1946
1947 2003-08-27 Andrew Cagney <cagney@redhat.com>
1948
1949 * Makefile.in (cris-tdep.o): Update dependencies.
1950 * cris-tdep.c: Include "gdb_assert.h".
1951 (cris_gdbarch_init): Set print_insn.
1952 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
1953 (cris_delayed_get_disassembler): Simplify, directly call the
1954 disassembler returned by cris_get_disassembler.
1955 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
1956 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
1957 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
1958 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
1959 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
1960 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
1961 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
1962 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
1963 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
1964 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
1965 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
1966 (gdb_print_insn_sparc): Delete function.
1967 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
1968 deprecated_tm_print_insn_info.
1969 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
1970 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
1971 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
1972 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
1973 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
1974 * s390-tdep.c (gdb_print_insn_s390): Delete function.
1975 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
1976 (s390_gdbarch_init): Set print_insn.
1977
1978 2003-08-27 Andrew Cagney <cagney@redhat.com>
1979
1980 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
1981 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
1982 * infcall.c (call_function_by_hand): Convert the entry point
1983 address into a code address.
1984
1985 2003-08-27 Andrew Cagney <cagney@redhat.com>
1986
1987 * dsrec.c: Include "gdb_string.h".
1988 * Makefile.in (dsrec.o): Update dependencies.
1989
1990 2003-08-27 Michael Chastain <mec@shout.net>
1991
1992 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
1993
1994 2003-08-27 Andrew Cagney <cagney@redhat.com>
1995
1996 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
1997 (alpha_osf1_init_abi): Do not set call_dummy_address.
1998
1999 2003-08-27 David Carlton <carlton@kealia.com>
2000
2001 From Randolph Chung <tausq@debian.org>:
2002 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2003 compiles with -Wformat-nonliteral -Werror.
2004
2005 2003-08-26 Jim Blandy <jimb@redhat.com>
2006
2007 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2008 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2009 bfd_lookup_symbol, since we only want symbols in code sections.
2010 (look_for_base): Pass zero as the SECT_FLAGS argument to
2011 bfd_lookup_symbol, since we're not concerned about which section
2012 the symbol is in.
2013
2014 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2015
2016 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2017 we are frameless or the return address register is already known.
2018
2019 2003-08-26 Andrew Cagney <cagney@redhat.com>
2020
2021 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2022 in size. Add comments.
2023
2024 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2025
2026 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2027 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2028
2029 2003-08-26 Jason Merrill <jason@redhat.com>
2030
2031 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2032 case out of #ifdef MIPS block.
2033
2034 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2035
2036 PR java/1322
2037 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2038 available before calling SECT_OFF_TEXT.
2039 * PROBLEMS: Remove description of java/1322.
2040
2041 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2042
2043 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2044 bof, and nat0-nat127 as pseudo-registers.
2045 (ia64_frame_cache): New struct used to cache frame info.
2046 (ia64_register_reggroup_p): New routine used to override default
2047 register grouping so registers without names are still saved and
2048 restored.
2049 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2050 pseudo values.
2051 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2052 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2053 (ia64_alloc_frame_cache): New routine to create a new
2054 ia64_frame_cache.
2055 (examine_prologue): Change prototype to add next_frame pointer.
2056 Assume frameless until otherwise proven. Verify that the cfm for
2057 current frame matches the cfm that should occur for the prologues
2058 alloc insn and if equal, mark as not frameless. At end of routine,
2059 if not frameless, calculate registers for the previous frame and store
2060 in the cache, if a cache is provided.
2061 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2062 and pass 0 for next_frame.
2063 (ia64_store_return_value): Change to use convert_typed_floating()
2064 instead of calling ia64_convert_to_raw().
2065 (ia64_extract_return_value): Change to use convert_typed_floating()
2066 instead of calling ia64_convert_to_virtual().
2067 (ia64_frame_cache): New routine to support new frame model.
2068 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2069 (ia64_frame_sniffer): Ditto.
2070 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2071 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2072 (ia64_sigtramp_frame_prev_register): Ditto.
2073 (ia64_sigtramp_frame_sniffer): Ditto.
2074 (ia64_frame_base_address): Ditto.
2075 (ia64_extract_struct_value_address): Change to issue error message.
2076 (ia64_frame_align): New routine to align sp.
2077 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2078 (ia64_push_arguments): Removed. Logic moved to
2079 ia64_push_dummy_call().
2080 (ia64_push_return_address): Ditto.
2081 (ia64_unwind_dummy_id): New function.
2082 (ia64_unwind_pc): Ditto.
2083 (ia64_convert_register_p): Ditto.
2084 (ia64_register_to_value): Ditto.
2085 (ia64_value_to_register): Ditto.
2086 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2087 (ia64_register_byte, ia64_register_raw_size): Ditto.
2088 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2089 (ia64_saved_pc_after_call): Ditto.
2090 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2091 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2092 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2093 (ia64_register_convert_to_raw): Ditto.
2094 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2095 (ia64_init_extra_frame_info): Ditto.
2096 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2097 (ia64_gdbarch_init): Remove registering of deprecated functions that
2098 are no longer used. Add registration of new gdbarch functions.
2099 Remove registering deprecated_write_sp. Replace
2100 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2101 Delete set_gdbarch_deprecated_register_convertible(),
2102 set_gdbarch_deprecated_register_convert_to_virtual(), and
2103 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2104 set_gdbarch_deprecated_register_size(),
2105 set_gdbarch_deprecated_register_bytes(),
2106 set_gdbarch_pcregnum(),
2107 set_gdbarch_deprecated_register_byte(),
2108 set_gdbarch_deprecated_register_raw_size(),
2109 set_gdbarch_deprecated_max_register_raw_size(),
2110 set_gdbarch_deprecated_register_virtual_size(),
2111 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2112 Replace set_gdbarch_deprecated_extract_return_value() with
2113 set_gdbarch_extract_return_value(). Remove calls to:
2114 set_gdbarch_deprecated_saved_pc_after_call();
2115 set_gdbarch_deprecated_frame_chain(),
2116 set_gdbarch_deprecated_frame_saved_pc(),
2117 set_gdbarch_deprecated_frame_init_saved_regs(),
2118 set_gdbarch_deprecated_get_saved_register(),
2119 set_gdbarch_deprecated_call_dummy_words(),
2120 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2121 set_gdbarch_deprecated_init_extra_frame_info(),
2122 set_gdbarch_deprecated_frame_args_address(),
2123 set_gdbarch_deprecated_frame_locals_address(),
2124 and set_gdbarch_deprecated_dummy_write_sp().
2125 Add set_gdbarch_convert_register_p(),
2126 set_gdbarch_register_to_value(),
2127 set_gdbarch_value_to_register(),
2128 set_gdbarch_push_dummy_call(),
2129 set_gdbarch_frame_align(),
2130 set_gdbarch_unwind_dummy_id(),
2131 set_gdbarch_unwind_pc(),
2132 frame_unwind_append_sniffer(),
2133 frame_unwind_append_sniffer(),
2134 and frame_base_set_default().
2135
2136 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2137
2138 * configure.tgt: Document need for special "mipsisa64" handling.
2139 (mipsisa64*-*-linux64): Handle as target linux64.
2140 (mipsisa64*-*-*): Handle as target embed64.
2141
2142 2003-08-18 Michael Chastain <mec@shout.net>
2143
2144 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2145 objfile bug.
2146
2147 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2148
2149 * i387-tdep.h: Update copyright date.
2150 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2151
2152 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2153 CFLAGS games to reflect reality.
2154
2155 2003-08-24 Andrew Cagney <cagney@redhat.com>
2156
2157 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2158 GDB_MULTI_ARCH is always non-zero.
2159 * osabi.c (_initialize_gdb_osabi): Ditto.
2160 (gdbarch_init_osabi): Ditto.
2161 * sparc-tdep.c: Ditto for #if code.
2162
2163 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2164
2165 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2166 Update comments.
2167 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2168 comments.
2169 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2170 x86_64_supply_fxsave.
2171 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2172 x86_64_supply_fxsave.
2173 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2174 x86_64_supply_fxsave.
2175
2176 2003-08-23 Andreas Jaeger <aj@suse.de>
2177
2178 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2179 i387_supply_fxsave.
2180
2181 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2182
2183 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2184 i387_supply_register.
2185 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2186 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2187 i387_supply_fsave.
2188 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2189 i387_supply_fxsave.
2190 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2191 i387_supply_fsave.
2192 * i386bsd-nat.c (supply_fpregset): Adjust call to
2193 i387_supply_fsave.
2194 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2195 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2196 supply_fpregset.
2197 (store_inferior_registers): Remove extraneous whitespace. Call
2198 i387_fill_fsave instead of fill_fpregset.
2199 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2200 (supply_fpregset): Likewise.
2201 * i386v4-nat.c (supply_fpregset): Adjust call to
2202 i387_supply_fsave.
2203 * i386-interix-nat.c (supply_fpregset): Adjust call to
2204 i387_supply_fsave.
2205 * i386-linux-nat.c (supply_fpregset): Adjust call to
2206 i387_supply_fsave.
2207 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2208 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2209 i387supply_fsave and i387_supply_fxsave.
2210 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2211 Incorporate code from `i387_supply_register.
2212 (i387_supply_register): Remove.
2213 (i387_supply_fxsave): Add `regnum' argument.
2214 Update comments.
2215 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2216 prototype.
2217 (i387_supply_register): remove prototype.
2218 Update comments.
2219
2220 2003-08-22 Michael Chastain <mec@shout.net>
2221
2222 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2223 Add lines for files in gdb/testsuite/gdb.cp/* that are
2224 still not 8.3 unique.
2225
2226 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2227
2228 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2229 TYPE_VPTR_FIELDNO is valid.
2230
2231 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2232
2233 * utils.c (set_width_command): Remove prototypes.
2234 (set_screen_size): New prototype.
2235 (init_page_info): Simplify by fetching the screen size from
2236 Readline. Call set_screen_size.
2237 (set_screen_size): New function.
2238 (set_width): Add missing whitespace in comment.
2239 (set_width_command): Call set_screen_size.
2240 (set_height_command): New function.
2241 (initialize_utils): Fix formatting. Make "set height" command
2242 call set_height_command. Remove redundant code that turns off
2243 pagination if output isn't a terminal. Remove redundant call to
2244 set_width_command.
2245
2246 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2247
2248 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2249 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2250 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2251 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2252 `case' keyword.
2253 (sparc64_register_info): Give the reister with number
2254 SPARC64_STATE_REGNUM a name.
2255 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2256 %asi and %ccr.
2257 (sparc64_push_dummy_call): Take BIAS into account when checking
2258 stcak alignment.
2259 (sparc_software_single_step): Remove assertions that check whether
2260 NPC and NNPC were zero.
2261 (sparc_supply_rwindow): Make public. Merge functionality with
2262 sparc64_supply_rwindow.
2263 (sparc_fill_rwindow): Make public. Merge functionality with
2264 sparc64_fill_rwindow.
2265 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2266 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2267 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2268 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2269 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2270
2271 * reggroups.c: Add whitespace after declarations of local
2272 variables in functions.
2273
2274 2003-08-21 Michael Chastain <mec@shout.net>
2275
2276 * gdbtypes.h: Change array bound type from an int to enum.
2277
2278 2003-08-21 Andrew Cagney <cagney@redhat.com>
2279
2280 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2281 * config/sparc/tm-sparc.h: Ditto.
2282 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2283 unconditionally.
2284 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2285
2286 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2287
2288 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2289 (register_objfile_data, set_objfile_data, objfile_data): New
2290 prototypes.
2291 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2292 prototypes.
2293 (allocate_objfile): Call objfile_alloc_data.
2294 (free_objfile): Call objfile_free_data.
2295 (struct objfile_data): New.
2296 (struct objfile_data_registration): New.
2297 (struct objfile_data_registry): New.
2298 (objfile_data_registry): New variable.
2299 (register_objfile_data): New function.
2300 (objfile_alloc_data, objfile_free_data): New functions.
2301 (set_objfile_data, objfile_data): New functions.
2302 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2303 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2304 (_initialize_dwarf2_frame): New function and prototype.
2305
2306 2003-08-21 Andrew Cagney <cagney@redhat.com>
2307
2308 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2309 a specific architecture.
2310 * arch-utils.h (set_architecture_from_arch_mach): Delete
2311 declaration.
2312 (target_architecture_hook): Delete declaration.
2313 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2314 (default_float_format): Assume GDB_MULTI_ARCH.
2315 (default_double_format): Assume GDB_MULTI_ARCH.
2316 (set_endian_from_file): Delete function.
2317 (arch_ok): Delete function.
2318 (set_arch): Delete function.
2319 (set_architecture_from_arch_mach): Delete function.
2320 (set_architecture_from_file): Delete function.
2321 (set_architecture): Assume GDB_MULTI_ARCH.
2322 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2323
2324 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2325
2326 Rewrite FreeBSD/sparc64 native configuration.
2327 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2328 * sparc64fbsd-nat.c: New file.
2329 * sparc64fbsd-tdep.c: New file.
2330 * sparc64-tdep.c sparc64-tdep.h: New files.
2331 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2332 sparc64fbsd-tdep.o): New dependencies.
2333 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2334 and sparc64fbsd-tdep.c.
2335 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2336 * config/sparc/fbsd.mh: Remove copyright notice.
2337 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2338 sparcbsd-nat.o.
2339 * config/sparc/fbsd.mt: Remove copyright notice.
2340 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2341 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2342 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2343 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2344 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2345 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2346 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2347 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2348 "sparc/tm-sp64.h".
2349 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2350 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2351
2352 2003-08-21 Michael Chastain <mec@shout.net>
2353
2354 * symtab.h: Add doco on the space critical structures and
2355 some measurements of space usage.
2356
2357 2003-08-21 Michael Snyder <msnyder@redhat.com>
2358
2359 * tracepoint.c (trace_dump_command): Trace break address
2360 is subject to DECR_PC_AFTER_BREAK.
2361 (set_traceframe_context): Make "trace_line" an int.
2362 Fixes suggested by Mark Newman <mark.newman@lmco.com>
2363
2364 2003-08-20 Michael Snyder <msnyder@redhat.com>
2365
2366 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
2367 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2368 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
2369 argument passing.
2370 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
2371 functions, replace sh_push_dummy_call.
2372 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2373
2374 2003-08-20 Michael Chastain <mec@shout.net>
2375
2376 * gdbtypes.h (struct main_type): Rearrange to save space.
2377
2378 2003-08-20 Michael Snyder <msnyder@redhat.com>
2379
2380 * trad-frame.c: Comment typo fix.
2381
2382 2003-08-20 Michael Snyder <msnyder@redhat.com>
2383 Kevin Buettner <kevinb@redhat.com>
2384
2385 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2386 (frv_frame_init_saved_regs): Add declaration.
2387 (frame_extra_info): Add new field ``saved_regs''.
2388 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2389 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2390 Update frame related code.
2391 (frv_extract_struct_value_address): Adjust formatting.
2392 * Makefile.in (frv-tdep.o): Update dependencies.
2393 * config/frv/tm-frv.h (target_insert_watchpoint)
2394 (target_remove_watchpoint, target_insert_hw_breakpoint)
2395 (target_remove_hw_breakpoint): Delete these macros.
2396 (remote_insert_watchpoint, remote_remove_watchpoint)
2397 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2398 these declarations.
2399
2400 2003-08-20 Michael Chastain <mec@shout.net>
2401
2402 * defs.h (ENUM_BITFIELD): New macro.
2403 * symtab.h (ENUM_BITFIELD): Use it.
2404 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2405
2406 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2407
2408 * MAINTAINERS (write after approval): Add myself.
2409
2410 2003-08-18 Andrew Cagney <cagney@redhat.com>
2411
2412 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2413 * gdbarch.h, gdbarch.c: Re-generate.
2414 * infcall.c (call_function_by_hand): Adjust the SP by
2415 frame_red_zone_size before allocating any stack space.
2416 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2417 * x86-64-tdep.c (x86_64_frame_align): New function.
2418 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2419
2420 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2421 Remove code adjusting SP so that it skips over the Red Zone.
2422
2423 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2424
2425 * NEWS (New native configurations): Mention FreeBSD/amd64.
2426
2427 2003-08-18 Andrew Cagney <cagney@redhat.com>
2428
2429 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2430 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2431 "m68k_frame_p".
2432 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2433
2434 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2435
2436 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2437
2438 2003-08-18 Michal Ludvig <mludvig@suse.cz>
2439
2440 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2441 Define.
2442 * i386-linux-nat.c: Include "linux-nat.h".
2443 (child_post_startup_inferior): New function.
2444
2445 2003-08-18 Mark Kettenis <kettenis@gnu.org>
2446
2447 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2448 at the start of a frameless function. This probably fixes PR
2449 backtrace/1338.
2450
2451 2003-08-17 Michael Chastain <mec@shout.net>
2452
2453 * symfile.c (find_sym_fns): Remove special case for apollo target.
2454
2455 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2456
2457 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2458 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2459 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2460 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2461 (linux_supports_tracevforkdone): New function.
2462 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2463 TRACEVFORKDONE.
2464 (child_follow_fork): Handle vfork.
2465 (linux_handle_extended_wait): Likewise. Also handle exec.
2466 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2467 * NEWS: Mention fork tracing.
2468
2469 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2470
2471 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2472
2473 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
2474
2475 * Makefile.in (i386-linux-nat.o): Update dependencies.
2476 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2477 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2478 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2479 * i386-linux-nat.c: Include "linux-nat.h".
2480 (child_post_startup_inferior): New function.
2481 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2482 * infptrace.c (kill_inferior): Wrap in #ifdef.
2483 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2484 attaching to each LWP.
2485 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2486 (init_lin_lwp_ops): Fill in some more operations.
2487 * linux-nat.h (linux_enable_event_reporting)
2488 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2489 prototypes.
2490 * linux-nat.c (linux_enable_event_reporting): New function.
2491 (child_post_attach, linux_child_post_startup_inferior)
2492 (child_post_startup_inferior, child_follow_fork)
2493 (linux_handle_extended_wait, kill_inferior): New functions.
2494
2495 2003-08-16 Andrew Cagney <cagney@redhat.com>
2496
2497 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2498 * gdbarch.h, gdbarch.c: Re-generate.
2499
2500 2003-08-16 Mark Kettenis <kettenis@gnu.org>
2501
2502 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2503
2504 2003-08-16 Andrew Cagney <cagney@redhat.com>
2505
2506 * NEWS: Mention that "set prompt-escape-char" was deleted.
2507 * top.c (get_prompt_1): Delete function.
2508 (gdb_prompt_escape):
2509 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2510 prompt-escape-char" command.
2511 (MAX_PROMPT_SIZE): Delete macro.
2512 (get_prompt): Simplify, do not call get_prompt_1.
2513
2514 2003-08-16 Andrew Cagney <cagney@redhat.com>
2515
2516 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2517 -Werror. -Wformat-nonliteral problems.
2518
2519 2003-08-15 J. Brobecker <brobecker@gnat.com>
2520
2521 Further multiarching work mostly for hppa64-*-hpux11:
2522 * hppa-tdep.h: New file.
2523 * hppa-tdep.c: #include hppa-tdep.c.
2524 (hppa32_num_regs): Renamed from hppa_num_regs.
2525 (hppa64_num_regs): New constant.
2526 (hppa64_call_dummy_breakpoint_offset): New constant.
2527 (hppa32_call_dummy_length): New constant.
2528 (hppa64_call_dummy_length): New constant.
2529 (hppa32_stack_align): Make name 32bit explicit.
2530 (hppa32_register_virtual_type): Likewise.
2531 (hppa32_extract_return_value): Likewise.
2532 (hppa32_use_struct_convention): Likewise.
2533 (hppa32_store_return_value): Likewise.
2534 (hppa64_register_virtual_type): New function.
2535 (hppa64_extract_return_value): New function.
2536 (hppa64_use_struct_convention): New function.
2537 (hppa64_store_return_value): New function.
2538 (hppa_frame_locals_address): Remove declaration, function does
2539 not exist anymore.
2540 (hppa_register_byte): Add support for PA64 ABI.
2541 (hppa_gdbarch_init): Add support for PA64 ABI.
2542 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2543 Make name 32bit explicit.
2544 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2545 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2546 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2547 (hppa64_hpux_frame_base_before_sigtramp): New function.
2548 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2549 * config/pa/tm-hppa64.h: Remove macros that are no longer
2550 necessary now that the gdbarch vector is properly setup.
2551 Transform some macros into function calls. Some minor cleanup.
2552 * config/pa/tm-hppah.h: Update function calls in macros
2553 following the function renaming in hppa-hpux-tdep.c.
2554 * Makefile.in (hppa_tdep_h): New variable.
2555 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2556
2557 2003-08-14 Michael Snyder <msnyder@redhat.com>
2558
2559 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2560
2561 2003-08-13 J. Brobecker <brobecker@gnat.com>
2562
2563 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2564 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2565 routine.
2566
2567 2003-08-13 Michael Snyder <msnyder@redhat.com>
2568
2569 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2570 (frv_saved_pc_after_call): Use deprecated ftype.
2571 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2572 (frv_remote_translate_xfer_address): Remove.
2573 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2574
2575 2003-08-13 J. Brobecker <brobecker@gnat.com>
2576
2577 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2578 initialization after the common gdbarch initialization, not before.
2579
2580 2003-08-13 J. Brobecker <brobecker@gnat.com>
2581
2582 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2583 (ADDR_BITS_REMOVE): Remove, redundant.
2584
2585 2003-08-13 J. Brobecker <brobecker@gnat.com>
2586
2587 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2588 gdbarch method to clear the 2 low bits of text addresses.
2589
2590 2003-08-12 Andrew Cagney <cagney@redhat.com>
2591
2592 * Makefile.in (dsrec.o): Update dependencies.
2593 * dsrec.c: Include "gdb_assert.h".
2594 (make_srec): Use snprintf instead of sprintf, use a literal format
2595 string.
2596
2597 2003-08-12 Andrew Cagney <cagney@redhat.com>
2598
2599 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2600 FRAME_OBSTACK_ZALLOC.
2601
2602 2003-08-12 Kevin Buettner <kevinb@redhat.com>
2603
2604 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2605 SSE registers.
2606
2607 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2608
2609 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2610 amd64fbsd_sc_reg_offset): Add extern declarations.
2611 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2612 declarations.
2613
2614 2003-08-11 Ben Elliston <bje@wasabisystems.com>
2615
2616 * MAINTAINERS (write after approval): Update my mail address.
2617
2618 2003-08-10 Andrew Cagney <cagney@redhat.com>
2619
2620 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2621
2622 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2623
2624 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2625 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2626 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2627 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2628 i386bsd_sc_reg_offset): Add extern declarations.
2629 * i386obsd-nat.c: Include "i386-tdep.h"
2630 (_initialize_i386obsd_nat): Remove extern declarations.
2631 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2632 declarations.
2633 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2634 declarations.
2635
2636 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2637 instead of frame_read_register.
2638 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2639 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2640 SP_REGNUM.
2641 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2642 instead of frame_unwind_unsigned_register. Use
2643 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2644 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2645 instead of read_register. Use builtin_type_void_data_ptr instead
2646 of builtin_type_void_func_ptr when extracting the address of the
2647 jmp_buf.
2648 (i386_extract_return_value, i386_store_return_value,
2649 i386_pseudo_register_read, i386_pseudo_register_write): Use
2650 register_size instead REGISTER_RAW_SIZE.
2651
2652 2003-08-10 Andrew Cagney <cagney@redhat.com>
2653
2654 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2655 sprintf. Make "name" constant.
2656
2657 2003-08-10 Mark Kettenis <kettenis@gnu.org>
2658
2659 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2660 instead of frame_read_register.
2661 (i387_print_float_info): Use get_frame_register and
2662 get_frame_register_unsigned instead of frame_register_read.
2663
2664 * i386fbsd-nat.c: Include "i386-tdep.h".
2665 (child_resume): Make `eflags' an ULONGEST. Use
2666 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2667 instead of register_read and register_write.
2668
2669 * i386bsd-nat.c (fetch_inferior_registers,
2670 store_inferior_registers): Don't use && at the end of a line.
2671 (_initialize_i386bsd_nat): Fix typo.
2672
2673 * frame.c (_initialize_frame): Add missing backslash.
2674
2675 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2676 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2677 and supply_register instead of manipulating the register buffer
2678 directly.
2679
2680 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2681 * config/i386/nm-i386sol2.h
2682 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2683
2684 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2685 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2686 instructions that GCC likes to mingle into the prologue. Fixes
2687 gdb/1253 and gdb/1255.
2688
2689 2003-08-09 Andrew Cagney <cagney@redhat.com>
2690
2691 Fix GDB PR cli/926.
2692 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2693 * command.h (add_setshow_uinteger_cmd): Declare.
2694 * frame.c (set_backtrace_cmd): New function.
2695 (show_backtrace_cmd): New function.
2696 * frame.c (_initialize_frame): Replace "set/show
2697 backtrace-below-main" with "set/show backtrace past-main". Add
2698 command "set/show backtrace limit".
2699 (backtrace_past_main): Rename "backtrace_below_main".
2700 (backtrace_limit): New variable.
2701 (get_prev_frame): Update. Check the backtrace_limit.
2702
2703 2003-08-09 Andrew Cagney <cagney@redhat.com>
2704
2705 * defs.h (xstrprintf): Declare.
2706 * utils.c (xstrprintf): New function.
2707 * breakpoint.c (insert_breakpoints): Replace sprintf and
2708 non-literal format strings, with xstrprintf and cleanups.
2709 (delete_breakpoint,breakpoint_re_set): Ditto.
2710 (commands_command, insert_breakpoints): Ditto.
2711 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2712 (break_at_finish_command_1): Ditto.
2713
2714 2003-08-09 Andrew Cagney <cagney@redhat.com>
2715
2716 * MAINTAINERS (language support): List Adam Fedor as Objective C
2717 maintainer.
2718
2719 2003-08-08 J. Brobecker <brobecker@gnat.com>
2720
2721 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2722 are now multiarched.
2723
2724 2003-08-08 J. Brobecker <brobecker@gnat.com>
2725
2726 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2727 longer necessary now that hppa64 is partially multiarch'ed.
2728
2729 2003-08-08 Andrew Cagney <cagney@redhat.com>
2730
2731 * interps.c (interp_set): Check for a NULL "old_interp".
2732
2733 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2734
2735 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2736 (install-only): Support DESTDIR.
2737 (uninstall): Likewise.
2738 (install-gdbtk): Likewise.
2739
2740 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
2741
2742 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2743 contains something meaningful at all times.
2744
2745 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
2746
2747 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
2748
2749 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2750
2751 * MAINTAINERS (write after approval): Added self.
2752
2753 2003-08-07 Andrew Cagney <cagney@redhat.com>
2754
2755 * inferior.h (AT_SYMBOL): Define.
2756 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2757 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2758 * mips-tdep.c (mips_call_dummy_address): Delete function.
2759 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2760 set call_dummy_address.
2761
2762 2003-08-07 Andrew Cagney <cagney@redhat.com>
2763
2764 * language.c (op_error): Delete function.
2765 (binop_type_check): Delete function.
2766 * language.h (type_op_error, range_op_error): Delete macros.
2767 (op_error): Delete declaration.
2768
2769 2003-08-07 Andrew Cagney <cagney@redhat.com>
2770
2771 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2772
2773 2003-08-07 Michal Ludvig <mludvig@suse.cz>
2774
2775 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
2776 (x86_64_push_arguments): Skip the red zone.
2777
2778 2003-08-05 Andrew Cagney <cagney@redhat.com>
2779
2780 * reggroups.c (reggroup_next): Check for the final entry.
2781
2782 2003-08-04 Andrew Cagney <cagney@redhat.com>
2783
2784 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
2785 * cli/cli-script.c (define_command): Call query directly, instead
2786 of passing it a buffer.
2787 * ocd.c (ocd_error): Pass error a constant format string.
2788 * remote-mips.c (mips_error): Use fputs_filtered.
2789
2790 * solib-svr4.c (_initialize_svr4_solib): Update
2791 register_gdbarch_data call.
2792 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
2793
2794 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
2795 (register_gdbarch_data): Delete "free" parameter. Update
2796 comments.
2797 * gdbarch.h, gdbarch.c: Re-generate.
2798 * reggroups.c (_initialize_reggroup): Update.
2799 * gnu-v3-abi.c (init_gnuv3_ops): Update.
2800 * frame-base.c (_initialize_frame_base): Update.
2801 * frame-unwind.c (_initialize_frame_unwind): Update.
2802 * user-regs.c (_initialize_user_regs): Update.
2803 * remote.c (_initialize_remote): Update.
2804 * regcache.c (_initialize_regcache): Update.
2805
2806 * regcache.c (xfree_regcache_descr): Delete function.
2807 (_initialize_regcache): Update call to register_gdbarch_data.
2808 (init_regcache_descr, init_legacy_regcache_descr): Use
2809 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
2810
2811 * remote.c (free_remote_state): Delete function.
2812 (_initialize_remote): Update register_gdbarch_data.
2813 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
2814 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
2815
2816 2003-08-04 Andrew Cagney <cagney@redhat.com>
2817
2818 * reggroups.c (struct reggroup_el): Define.
2819 (struct reggroups): Delete field "nr_group". Replace array
2820 "group" with a "first" to "last" linked list.
2821 (reggroups_init): Update. Allocate using gdbarch's obstack.
2822 (reggroups_free): Delete function.
2823 (add_group): Update. Add "el" parameter.
2824 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
2825 (default_groups): Update.
2826 (reggroup_next): Replace reggroups.
2827 (reggroups_dump): Update.
2828 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
2829 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
2830 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
2831
2832 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
2833
2834 * Makefile.in (tui-interp.o): Update dependencies.
2835
2836 2003-08-04 David Carlton <carlton@kealia.com>
2837
2838 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
2839 to internal_error call.
2840 * source.c (forward_search_command): Add "%s" format argument.
2841 (reverse_search_command): Ditto.
2842 * top.c (quit_confirm): Ditto.
2843 * cli/cli-setshow.c (do_setshow_command): Ditto.
2844 * cp-valprint.c (cp_print_class_method): Replace
2845 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
2846 (cp_print_class_member): Ditto.
2847 * event-top.c (command_line_handler): Ditto.
2848 * linux-proc.c (linux_info_proc_cmd): Ditto.
2849 * p-typeprint.c (pascal_type_print_base): Ditto.
2850 * p-valprint.c (pascal_object_print_class_method): Ditto.
2851 (pascal_object_print_class_member): Ditto.
2852 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
2853 * remote.c (remote_cisco_section_offsets): Ditto.
2854 * top.c (command_line_input): Ditto.
2855 * utils.c (vwarning,error_stream,quit): Ditto.
2856 * valprint.c (print_floating,print_binary_chars)
2857 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
2858
2859 2003-08-04 Andrew Cagney <cagney@redhat.com>
2860
2861 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
2862
2863 2003-08-02 Andrew Cagney <cagney@redhat.com>
2864
2865 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
2866 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
2867 amd64fbsd-nat.c.
2868
2869 2003-08-02 Andrew Cagney <cagney@redhat.com>
2870
2871 * Makefile.in: Update all dependencies and definitions.
2872
2873 2003-08-02 Adam Fedor <fedor@gnu.org>
2874
2875 * linespec.c (is_objc_method_format): New function
2876 (decode_line_1, locate_first_half): Use it.
2877 Fixes PR objc/1298
2878
2879 2003-08-01 Andrew Cagney <cagney@redhat.com>
2880
2881 * NEWS: Mention that m32r is multi-arch.
2882 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
2883 * configure.tgt: Recognize m32r-*-*.
2884 * config/m32r/tm-m32r.h: Delete file.
2885 * config/m32r/m32r.mt: New file.
2886 * m32r-rom.c (m32r_upload_command): Use hostent only when
2887 gethostname succeeds, in order to avoid a compilation
2888 warning.
2889 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
2890 compiler warning.
2891
2892 2003-08-01 Michael Snyder <msnyder@redhat.com>
2893
2894 * sh-tdep.c (sh_frame_align): New gdbarch method.
2895 (sh_gdbarch_init): Set up frame_align method.
2896
2897 2003-07-31 Michael Snyder <msnyder@redhat.com>
2898
2899 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
2900 which is already covered by the new frames infrastructure.
2901
2902 2003-07-31 Andrew Cagney <cagney@redhat.com>
2903
2904 * user-regs.c (struct user_reg): Add "next" link.
2905 (struct user_regs): Replace "user" with "first" and "last" links.
2906 (append_user_reg): Add pre-allocated "reg" parameter.
2907 (builtin_user_regs): Provide initial value for "last".
2908 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
2909 (user_regs_init): Allocate memory from the gdbarch obstack.
2910 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
2911 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
2912 linked list.
2913 (usernum_to_user_reg): New function.
2914 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
2915 (value_of_user_reg): Use usernum_to_user_reg.
2916 (user_regs_free): Delete function.
2917 (_initialize_user_regs): Update register_gdbarch_data call.
2918
2919 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
2920
2921 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
2922
2923 2003-07-30 Michael Snyder <msnyder@redhat.com>
2924
2925 * value.h (value_being_returned): Add a struct_addr argument.
2926 * infcall.c (call_function_by_hand): Pass struct_addr to
2927 value_being_returned.
2928 * infcmd.c (print_return_value): Pass zero as struct_addr.
2929 * values.c (value_being_returned): If struct_addr is passed,
2930 use it instead of trying to recover it from the inferior.
2931
2932 2003-07-30 Kevin Buettner <kevinb@redhat.com>
2933
2934 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
2935 the prologue analyzer won't need to attempt to extract the pc
2936 value from the woefully incomplete dummy frame.
2937 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
2938 possible. Disable code which modifies the frame.
2939
2940 2003-07-28 Andrew Cagney <cagney@redhat.com>
2941
2942 * annotate.c (annotate_breakpoints_headers): Restrict annotation
2943 to level 2.
2944 (annotate_breakpoints_table, annotate_record): Ditto.
2945 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
2946 (annotate_field_name_end, annotate_field_value): Ditto.
2947 (annotate_field_end, annotate_frame_source_begin): Ditto.
2948 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
2949 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
2950 (annotate_frame_begin, annotate_frame_function_name): Ditto.
2951 (annotate_frame_address_end, annotate_frame_address): Ditto.
2952 (annotate_frame_args, annotate_frame_end): Ditto.
2953 (annotate_frame_where, annotate_arg_begin): Ditto.
2954 (annotate_arg_name_end, annotate_arg_value): Ditto.
2955 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
2956 (annotate_function_call, annotate_signal_name): Ditto.
2957 (annotate_signal_string, annotate_signal_name_end): Ditto.
2958 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
2959 (annotate_value_begin, annotate_value_history_value): Ditto.
2960 (annotate_value_history_end, annotate_value_end): Ditto.
2961 (annotate_display_begin, annotate_display_number_end): Ditto.
2962 (annotate_display_format, annotate_display_expression): Ditto.
2963 (annotate_display_expression_end, annotate_display_value): Ditto.
2964 (annotate_display_end, annotate_array_section_begin): Ditto.
2965 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
2966 (annotate_elt, annotate_array_section_end): Ditto.
2967
2968 2003-07-28 Andrew Cagney <cagney@redhat.com>
2969
2970 * regcache.c (struct regcache_descr): Update comments on
2971 nr_raw_registers.
2972 (init_legacy_regcache_descr): Don't set nr_raw_registers or
2973 sizeof_raw_register_valid_p.
2974 (init_regcache_descr): Set nr_raw_registers and
2975 sizeof_raw_register_valid_p before calling
2976 init_legacy_regcache_descr.
2977
2978 2003-07-28 Andrew Cagney <cagney@redhat.com>
2979
2980 * mips-tdep.c (print_gp_register_row): Print the GPR's register
2981 MOD NUM_REGS.
2982
2983 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
2984
2985 * thread.c (info_threads_command): Use get_selected_frame ().
2986 Check that there is at least one non-sentinel frame.
2987
2988 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
2989
2990 * m68hc11-tdep.c (struct frame_extra_info): Remove.
2991 (m68hc11_pop_frame): Remove.
2992 (m68hc11_frame_saved_pc): Remove.
2993 (m68hc11_frame_chain): Remove.
2994 (m68hc11_frame_init_saved_regs): Remove.
2995 (m68hc11_init_extra_frame_info): Remove.
2996 (m68hc11_store_struct_return): Remove.
2997 (m68hc11_saved_pc_after_call): Remove.
2998
2999 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3000
3001 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3002 frame unwind information.
3003 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3004 and adapted for frame unwinding.
3005 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3006 (m68hc11_unwind_pc): New function.
3007 (m68hc11_frame_unwind_cache): New function to analyze frames.
3008 (m68hc11_frame_this_id): New function to create new frame struct.
3009 (m68hc11_frame_prev_register): New function to unwind a register from
3010 the frame.
3011 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3012 (m68hc11_frame_p): New function for the above.
3013 (m68hc11_frame_base_address): New function to return fp of frame.
3014 (m68hc11_frame_args_address): Update for frame.
3015 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3016 (m68hc11_unwind_sp): New function.
3017 (m68hc11_unwind_dummy_id): New function.
3018 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3019 calls.
3020
3021 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3022
3023 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3024 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3025 when we are beyond the current pc.
3026
3027 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3028
3029 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3030 from m68hc11_push_arguments.
3031 (m68hc11_push_arguments): Remove.
3032 (m68hc11_push_return_address): Remove.
3033 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3034 handlers; remove deprecated_extra_stack_alignment_needed.
3035
3036 2003-07-27 Andrew Cagney <cagney@redhat.com>
3037
3038 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3039 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3040 REAL_PC and not the pointer.
3041 * hppa-hpux-tdep.c: Include frame.h
3042
3043 2003-07-27 Andrew Cagney <cagney@redhat.com>
3044
3045 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3046 GDB_MULTI_ACH_PARTIAL.
3047
3048 2003-07-27 Andrew Cagney <cagney@redhat.com>
3049
3050 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3051 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3052 operator at start and not end of line.
3053 (decode_prologue): Ditto.
3054 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3055 frame_unwind_register_unsigned instead of
3056 frame_unwind_unsigned_register.
3057 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3058 read_register.
3059 (m32r_push_dummy_call): Use register_size instead of
3060 REGISTER_RAW_SIZE.
3061 (m32r_frame_sniffer): Replace m32r_frame_p.
3062 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3063 * m32r-rom.c (report_transfer_performance): Delete extern
3064 declaration.
3065 (m32r_load, m32r_upload_command): Use print_transfer_performance
3066 instead of report_transfer_performance.
3067 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3068 / add_show_from_set.
3069
3070 2003-07-26 Andrew Cagney <cagney@redhat.com>
3071
3072 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3073 store_return_value and extract_struct_value_address.
3074
3075 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3076
3077 PR c++/1267
3078 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3079 NULL, default to the section containing PC.
3080
3081 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3082
3083 * NEWS: Mention "regs" deprecated for m68hc11 too.
3084
3085 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3086 (m68hc11_print_register): New function to print out one register.
3087 (m68hc11_print_registers_info): New function to print registers.
3088 (show_regs): Deprecate and use the above.
3089 (m68hc11_gdbarch_init): Install the print_registers_info.
3090
3091 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3092
3093 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3094 that we have a SIGTRAP before returning non-zero.
3095
3096 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3097 Elena Zannoni <ezannoni@redhat.com>
3098
3099 * linespec.c (decode_line_2): Avoid crash if
3100 find_function_start_sal() returns empty record.
3101
3102 2003-07-23 Andreas Schwab <schwab@suse.de>
3103
3104 * ia64-tdep.c (ia64_print_insn): New function.
3105 (ia64_gdbarch_init): Set print_insn to it.
3106 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3107 deprecated_tm_print_insn_info.
3108
3109 2003-07-22 Michael Snyder <msnyder@redhat.com>
3110
3111 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3112 handle 8-bit returns (long long).
3113 (h8300h_extract_return_value): Ditto.
3114 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3115
3116 2003-07-22 Andrew Cagney <cagney@redhat.com>
3117
3118 * gdbarch.c Include "gdb_obstack.h".
3119 (struct gdbarch): Add an "obstack".
3120 (alloc_gdbarch_data): Allocate the gdbarch data using
3121 GDBARCH_OBSTACK_CALLOC.
3122 (free_gdbarch_data): Delete function.
3123 (gdbarch_obstack_zalloc): New function.
3124 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3125 Assert that the architecture is not initialized.
3126 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3127 vector from the obstack.
3128 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3129 architecture obstack.
3130 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3131 (set_gdbarch_data): Assert that the data is not initialized.
3132 (struct gdbarch_data): Delete member "free".
3133 (register_gdbarch_data): Do not initialize "free".
3134 * gdbarch.h, gdbarch.c: Re-generate.
3135
3136 2003-07-22 Andrew Cagney <cagney@redhat.com>
3137
3138 * configure.in (build_warnings): Add -Wformat-nonliteral.
3139 * configure: Re-generate.
3140
3141 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3142
3143 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3144
3145 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3146
3147 * findvar.c (read_var_value): Remove case for thread local storage
3148 variables. It is now entirely handled by the dwarf2 location
3149 expression code.
3150 * printcmd.c (address_info): Ditto.
3151 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3152 enumeration value.
3153 (struct symbol): Remove objfile field, which was used by
3154 LOC_THREAD_LOCAL_STATIC only.
3155 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3156 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3157 usage of objfile pointer.
3158 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3159 thread local variables.
3160 Add include of objfiles.h.
3161 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3162 storage variables.
3163 * Makefile.in (dwarf2loc.o): Update dependencies.
3164
3165 2003-07-22 Andrew Cagney <cagney@redhat.com>
3166
3167 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3168 get_frame_base.
3169 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3170 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3171 (struct value): Add opaque declaration.
3172 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3173
3174 2003-07-21 Andrew Cagney <cagney@redhat.com>
3175
3176 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3177 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3178
3179 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3180
3181 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3182 regcache_cooked_read_unsigned instead of read_register.
3183 (m68hc11_saved_pc_after_call): Likewise.
3184 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3185 instead of write_register.
3186 (m68hc11_register_type): New function.
3187 (m68hc11_register_virtual_type): Remove.
3188 (m68hc11_store_return_value): Convert to use the regcache.
3189 (m68hc11_extract_struct_value_address): Likewise.
3190 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3191 m68hc11_register_type; undeprecate store_return_value and
3192 extract_struct_value_address.
3193
3194 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3195
3196 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3197 and translate to use regcache.
3198 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3199
3200 2003-07-18 Andrew Cagney <cagney@redhat.com>
3201
3202 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3203 * gdbarch.h, gdbarch.c: Re-generate.
3204 * i386-tdep.c (i386_gdbarch_init): Do not set
3205 DWARF2_BUILD_FRAME_INFO.
3206 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3207 unconditionally.
3208 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3209 DWARF2_BUILD_FRAME_INFO.
3210
3211 2003-07-18 Andrew Cagney <cagney@redhat.com>
3212
3213 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3214 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3215
3216 2003-07-18 Andrew Cagney <cagney@redhat.com>
3217
3218 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3219 frame_unwind_address_in_block, instead of frame_pc_unwind.
3220 (dwarf2_frame_cache): Ditto.
3221
3222 2003-07-18 Andrew Cagney <cagney@redhat.com>
3223
3224 * user-regs.h (struct gdbarch): Declare opaque.
3225 * ui-out.h (struct ui_file): Declare opaque.
3226 * dwarf2-frame.h (struct frame_info): Declare opaque.
3227
3228 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3229
3230 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3231 #include "...".
3232 (procfs_meminfo): Change strerror to safe_strerror.
3233 (procfs_can_run): Remove K&R badness.
3234
3235 2003-07-17 Michael Snyder <msnyder@redhat.com>
3236
3237 * remote-sim.c: Comment typo fix.
3238
3239 2003-07-17 Andrew Cagney <cagney@redhat.com>
3240
3241 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3242 configure.
3243 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3244 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3245 GDB_MULTI_ARCH_PARTIAL.
3246
3247 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3248
3249 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3250 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3251 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3252
3253 2003-07-16 Theodore A. Roth <troth@openavr.org>
3254
3255 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3256 found.
3257 (avr_frame_unwind_cache): Don't unwind FP for main.
3258 Update a comment.
3259 Save the computed prev_sp.
3260 (avr_saved_regs_unwinder): Remove function.
3261 (avr_frame_prev_register): Use PC unwind logic from
3262 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3263
3264 2003-07-16 Andrew Cagney <cagney@redhat.com>
3265
3266 * frame-base.h (frame_base_p_ftype): Delete definition.
3267 (frame_base_append_predicate): Delete declaration.
3268 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3269 (frame_unwind_append_predicate): Delete declaration.
3270 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3271 (append_predicate): Delete parameter "p".
3272 (frame_unwind_append_predicate): Delete function.
3273 (frame_unwind_append_sniffer): Update call to append_predicate.
3274 (frame_unwind_free): Delete function.
3275 (_initialize_frame_unwind): Pass NULL as "free" to
3276 register_gdbarch_data.
3277 (frame_unwind_init): Append the dummy_frame_sniffer.
3278 (frame_unwind_find_by_frame): Simplify.
3279 * frame-base.c (struct frame_base_table): Delete field "p".
3280 (append_predicate): Delete parameter "p".
3281 (frame_base_append_predicate): Delete function.
3282 (frame_base_append_sniffer): Update call to append_predicate.
3283 (frame_base_free): Delete function.
3284 (frame_base_find_by_frame): Simplify.
3285 (_initialize_frame_base): Pass NULL as "free" to
3286 register_gdbarch_data.
3287 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3288 (x86_64_sigtramp_frame_sniffer): Replace
3289 "x86_64_sigtramp_frame_p".
3290 (x86_64_init_abi): Set the frame unwind sniffers.
3291 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3292 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3293 (m68k_gdbarch_init): Set the frame unwind sniffers.
3294 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3295 "i386_sigtramp_frame_p".
3296 (i386_frame_sniffer): Replace "i386_frame_p".
3297 (i386_gdbarch_init): Set the frame unwind sniffers.
3298 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3299 (avr_gdbarch_init): Set the frame unwind sniffers.
3300 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3301 "alpha_sigtramp_frame_p"
3302 (alpha_heuristic_frame_sniffer): Replace
3303 "alpha_heuristic_frame_p".
3304 (alpha_gdbarch_init): Set the frame unwind sniffers.
3305 (alpha_dwarf2_init_abi): Ditto.
3306 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3307 "alpha_debug_frame_p".
3308 (alpha_mdebug_frame_base_sniffer): Replace
3309 "alpha_mdebug_frame_base_p".
3310 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3311 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3312 (d10v_gdbarch_init): Set the frame unwind sniffer.
3313 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3314 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3315 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3316 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3317 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3318 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3319
3320 2003-07-16 Michael Snyder <msnyder@redhat.com>
3321
3322 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3323 should go thru sh_dsp_register_sim_regno, else the dsp regs
3324 will not get the right values.
3325
3326 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3327
3328 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3329 deprecated_store_floating by call to store_typed_floating.
3330 (sh_sh4_register_convert_to_raw): Substitute call to
3331 deprecated_extract_floating by call to extract_typed_floating.
3332
3333 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3334
3335 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3336
3337 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3338
3339 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3340 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3341 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3342 as possible.
3343 (do_pseudo_register): Remove.
3344 (sh_push_dummy_code): New function.
3345 (sh64_store_struct_return): Rename from sh_store_struct_return.
3346 Only called for sh64 now.
3347 (sh_extract_struct_value_address): Regcache'ify.
3348 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3349 and accomodate new tasks.
3350 (sh64_push_return_address): Rename from sh_push_return_address.
3351 Only called for sh64 now.
3352 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3353 Regcache'ify.
3354 (sh3e_sh4_extract_return_value): Regcache'ify.
3355 (sh_default_store_return_value): Ditto.
3356 (sh3e_sh4_store_return_value): Ditto.
3357 (sh_default_register_byte): Remove.
3358 (sh_sh4_register_byte): Remove.
3359 (sh_default_register_raw_size): Remove.
3360 (sh_sh4_register_raw_size): Remove.
3361 (sh_register_virtual_size): Remove.
3362 (sh_sh3e_register_virtual_type): Remove.
3363 (sh_sh3e_register_type): New function.
3364 (sh_sh4_register_virtual_type): Remove.
3365 (sh_sh4_register_type): New function.
3366 (sh_default_register_virtual_type): Remove.
3367 (sh_default_register_type): New function.
3368 (do_fv_register_info): Add parameters to accomodate call from
3369 sh_print_registers_info.
3370 (do_dr_register_info): Ditto.
3371 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3372 Add parameters to accomodate call from sh_print_registers_info.
3373 (sh_do_fp_register): Ditto.
3374 (sh64_do_pseudo_register): Call do_dr_register_info,
3375 do_fv_register_info and sh_do_fp_register with default parameters.
3376 (sh_do_register): Add parameters to accomodate call from
3377 sh_print_registers_info.
3378 (sh_print_register): Ditto.
3379 (sh_print_registers_info): Rename from sh_do_registers_info.
3380 Add parameters to be used as gdbarch_print_registers_info
3381 implementation. Accomodate removed do_pseudo_register function
3382 pointer.
3383 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3384 function pointer. Call sh_print_register with default parameters.
3385 (sh64_do_registers_info): Call sh_print_registers_info instead of
3386 sh_do_registers_info.
3387 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3388 detection of deprecated vs. non-deprecated functionality.
3389 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3390 function pointer assignments by direct function calls.
3391
3392 2003-07-15 Andrew Cagney <cagney@redhat.com>
3393
3394 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3395 (frame_register_unwind, create_new_frame): Ditto.
3396 (legacy_get_prev_frame, get_frame_type): Ditto.
3397 (get_frame_base_address): Use frame_base_find_by_frame.
3398 (get_frame_locals_address): Use frame_base_find_by_frame.
3399 (get_frame_args_address): Use frame_base_find_by_frame.
3400 * frame-base.h (frame_base_sniffer_ftype): Declare.
3401 (frame_base_append_sniffer): Declare.
3402 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3403 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3404 (frame_base_append_sniffer): New function.
3405 (frame_base_append_predicate): Add a NULL sniffer.
3406 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3407 (struct frame_base_table): Add "sniffer".
3408 (frame_base_free): Free the "sniffer" table.
3409 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3410 (frame_unwind_append_sniffer): Declare.
3411 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3412 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3413 (struct frame_unwind_table): Add "sniffer", delete "middle".
3414 (append_predicate): Add "sniffer" parameter, append the sniffer.
3415 (frame_unwind_init): Update append_predicate call.
3416 (frame_unwind_append_sniffer): New function.
3417 (frame_unwind_append_predicate): Update append_predicate call.
3418 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3419
3420 2003-07-15 Andrew Cagney <cagney@redhat.com>
3421
3422 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3423 before code inhibiting repeated unwind attempts. Add to
3424 commentary on that test's problems.
3425 * blockframe.c (inside_main_func): Look for "main" in the minimal
3426 symbol table.
3427 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3428 identical.
3429
3430 2003-07-15 Andrew Cagney <cagney@redhat.com>
3431
3432 * complaints.c (struct explanation): Define.
3433 (struct complaints): Change type of "explanation" to "struct
3434 explanation".
3435 (symfile_explanations): Convert to a "struct explanation" table.
3436 (vcomplaint): Update.
3437
3438 2003-07-15 Michal Ludvig <mludvig@suse.cz>
3439
3440 * x86-64-linux-nat.c (regmap): Removed.
3441 (supply_gregset, fill_gregset): Call
3442 x86_64_linux_(fill,supply)_gregset functions.
3443 * x86-64-linux-tdep.c (USER_*): New defines.
3444 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3445 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3446 New functions.
3447 (fetch_core_registers): Ditto.
3448 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3449 * x86-64-linux-tdep.h: New file.
3450 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3451 and core-regset.o.
3452 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3453
3454 2003-07-13 Mark Kettenis <kettenis@gnu.org>
3455
3456 * x86-64-tdep.c (x86_64_store_return_value): Use
3457 regcache_cooked_write_part instead of regcache_cooked_write.
3458
3459 * configure.host: Add x86_64-*-freebsd*.
3460 * configure.tgt: Add x86_64-*-freebsd*.
3461 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3462 * amd64fbsd-nat.c: New file.
3463 * amd64fbsd-tdep.c: New file.
3464 * config/i386/nm-fbsd64.h: New file.
3465 * config/i386/fbsd64.mh: New file.
3466 * config/i386/fbsd64.mt: New file.
3467
3468 2003-07-11 Mark Kettenis <kettenis@gnu.org>
3469
3470 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3471 `sc_regs_offset' and `sc_fpregs_offset'.
3472 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3473 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3474 (alpha_sigtramp_register_address): Rewrite to use new members of
3475 `struct gdbarch_tdep'.
3476 (alpha_gdbarch_init): Initialize new members of struct
3477 gdbarch_tdep'.
3478 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3479 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3480 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3481 (alphafbsd_pc_in_sigtramp): Implement.
3482 (alphafbsd_sigtramp_offset): New function.
3483 (alphafbsd_sigcontext_addr): New function.
3484 (alphafbsd_init_abi): Initialize signal trampoline related members
3485 of `struct gdbarch_tdep'.
3486 (_initialize_alphafbsd_tdep): Add prototype.
3487
3488 2003-07-11 Theodore A. Roth <troth@openavr.org>
3489
3490 * Makefile.in (install-only): Quote sed expression when generating
3491 transformed_name.
3492
3493 2003-07-11 Richard Henderson <rth@redhat.com>
3494
3495 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3496 * dwarf2-frame.c: Include complaints.h.
3497 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3498 variable initialization; return NULL on error.
3499 (decode_frame_entry): New.
3500
3501 2003-07-11 Andrew Cagney <cagney@redhat.com>
3502
3503 * frame.h (frame_address_in_block): Delete declaration.
3504 * blockframe.c (frame_address_in_block): Delete function.
3505 (get_frame_block): Use get_frame_address_in_block.
3506 (block_innermost_frame): Ditto.
3507 * stack.c (print_frame, backtrace_command_1): Ditto.
3508
3509 * frame.h (get_frame_address_in_block): Declare.
3510 (frame_unwind_address_in_block): Declare.
3511 * frame.c (frame_unwind_address_in_block): New function.
3512 (get_frame_address_in_block): New function.
3513
3514 2003-07-10 Andrew Cagney <cagney@redhat.com>
3515
3516 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3517 pre-default. Note: re-generate has no effect.
3518
3519 2003-07-10 Andrew Cagney <cagney@redhat.com>
3520
3521 * gdbarch.sh: When a variable, but not a function, compare against
3522 0. Fix problem in previous patch.
3523 * gdbarch.c: Re-generate.
3524
3525 2003-07-10 Andrew Cagney <cagney@redhat.com>
3526
3527 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3528 functions against NULL, not 0.
3529 * gdbarch.c: Re-generate.
3530
3531 2003-07-10 Fred Fish <fnf@ninemoons.com>
3532
3533 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3534 null string instead of a null pointer.
3535 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3536
3537 2003-07-09 Michael Snyder <msnyder@redhat.com>
3538
3539 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3540
3541 2003-07-09 Mark Kettenis <kettenis@gnu.org>
3542
3543 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3544 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3545 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3546 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3547 * x86-64-tdep.c: ... from here.
3548
3549 2003-07-09 Andreas Schwab <schwab@suse.de>
3550
3551 * m68k-tdep.h (enum struct_return): Define.
3552 (struct gdbarch_tdep): Add struct_return.
3553 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3554 bytes are padded to the right, not to the left. Pass struct value
3555 address in register %a1, not on stack.
3556 (m68k_use_struct_convention): New function.
3557 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3558 struct_return in tdep to pcc_struct_return.
3559 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3560 reg_struct_return.
3561
3562 2003-07-09 Joel Brobecker <brobecker@gnat.com>
3563
3564 * somread.c (som_symfile_offsets): Fix compilation error.
3565
3566 2003-07-09 Andrew Cagney <cagney@redhat.com>
3567
3568 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3569 Add comments about the checks.
3570
3571 2003-07-08 Andrew Cagney <cagney@redhat.com>
3572
3573 * Makefile.in: Make dependency section headers consistent.
3574 (config_h): Move to $BUILD headers section.
3575 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3576 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3577 (ada-exp.tab.c): Move to YACC/LEX section.
3578 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3579 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3580
3581 2003-07-08 Kris Warkentin <kewarken@qnx.com>
3582
3583 * nto-procfs.c: Cleaned up a bunch of ARI hits.
3584 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3585 of strerror with safe_strerror, use ISO C function definitions,
3586 and replace instances of sprintf with snprintf.
3587
3588 2003-07-07 Andrew Cagney <cagney@redhat.com>
3589
3590 * frame.c (get_prev_frame): Enable check for identical frames.
3591 Update comments. Update error messages.
3592
3593 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3594
3595 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3596
3597 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3598
3599 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3600 sort_symtab_syms, no longer necessary.
3601
3602 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3603
3604 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3605
3606 2003-07-07 Joel Brobecker <brobecker@gnat.com>
3607
3608 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3609 (mips_register_byte): Likewise.
3610
3611 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3612
3613 * Makefile.in (sparc_tdep_h): New.
3614 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3615 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3616 * sparc-linux-nat.c: Include "sparc-tdep.h".
3617 * sparc-nat.c: Likewise.
3618 * sparc-tdep.c: Likewise.
3619 * sparc64nbsd-nat.c: Likewise.
3620 * sparcnbsd-nat.c: Likewise.
3621 * sparcnbsd-tdep.c: Likewise.
3622 * sparc-tdep.h: New file.
3623 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3624 and sparc_npc_regnum.
3625
3626 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3627
3628 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3629 (mips_linux_cannot_store_register): List supported instead of
3630 unsupported registers.
3631
3632 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
3633
3634 * disasm.c (dump_insns): Separate instructions from addresses.
3635
3636 2003-07-07 Andreas Schwab <schwab@suse.de>
3637
3638 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3639 dependencies.
3640 * m68k-tdep.c (NUM_FREGS): Delete.
3641 (SIG_PC_FP_OFFSET): Delete.
3642 (TARGET_M68K): Delete.
3643 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3644 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3645 P_MOVEL_SP, P_MOVEML_SP): Define.
3646 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3647 P_TRAP): Delete.
3648 (m68k_register_raw_size): Delete.
3649 (m68k_register_virtual_size): Delete.
3650 (m68k_register_type): Renamed from m68k_register_virtual_type and
3651 add gdbarch argument.
3652 (m68k_store_struct_return): Delete.
3653 (m68k_deprecated_extract_return_value): Delete.
3654 (m68k_deprecated_extract_struct_value_address): Delete.
3655 (m68k_frame_chain): Delete.
3656 (m68k_frame_saved_pc): Delete.
3657 (m68k_fix_call_dummy): Delete.
3658 (m68k_push_dummy_frame): Delete.
3659 (m68k_pop_frame): Delete.
3660 (m68k_extract_return_value): New function.
3661 (m68k_store_return_value): Rewrite using regcache.
3662 (m68k_extract_struct_value_address): Rewrite using regcache.
3663 (m68k_push_dummy_call): New function.
3664 (struct m68k_frame_cache): Define.
3665 (m68k_alloc_frame_cache): New function.
3666 (m68k_analyze_frame_setup): New function.
3667 (m68k_analyze_register_saves): New function.
3668 (m68k_analyze_prologue): New function.
3669 (m68k_skip_prologue): Rewrite using above functions.
3670 (m68k_unwind_pc): New function.
3671 (m68k_frame_cache): New function.
3672 (m68k_frame_this_id): New function.
3673 (m68k_frame_prev_register): New function.
3674 (m68k_frame_unwind): New variable.
3675 (m68k_frame_p): New function.
3676 (m68k_sigtramp_frame_cache): New function.
3677 (m68k_sigtramp_frame_this_id): New function.
3678 (m68k_sigtramp_frame_prev_register): New function.
3679 (m68k_sigtramp_frame_unwind): New variable.
3680 (m68k_sigtramp_frame_p): New function.
3681 (m68k_frame_base_address): New function.
3682 (m68k_frame_base): New function.
3683 (m68k_unwind_dummy_id): New function.
3684 (fill_gregset): Use regcache_collect.
3685 (fill_fpregset): Likewise.
3686 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3687 defined.
3688 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3689 deprecated_init_frame_pc, deprecated_store_struct_return,
3690 deprecated_extract_return_value, deprecated_store_return_value,
3691 deprecated_frame_chain, deprecated_frame_saved_pc,
3692 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3693 deprecated_register_virtual_size,
3694 deprecated_max_register_raw_size,
3695 deprecated_max_register_virtual_size,
3696 deprecated_register_virtual_type, deprecated_register_size,
3697 deprecated_register_byte, deprecated_register_bytes,
3698 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3699 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3700 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3701 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3702 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3703 deprecated_push_dummy_frame, deprecated_pop_frame,
3704 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3705 only if SYSCALL_TRAP is defined. Set extract_return_value,
3706 store_return_value, extract_struct_value_address, register_type,
3707 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3708 predicates.
3709 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3710 M68K_MAX_REGISTER_SIZE): Define.
3711 (struct m68k_sigtramp_info): Define.
3712 (struct gdbarch_tdep): Add get_sigtramp_info.
3713 * m68klinux-nat.c (fetch_register): Use register_size instead of
3714 REGISTER_RAW_SIZE. Don't put assignment in if.
3715 (store_register): Likewise.
3716 (fetch_inferior_registers): Likewise.
3717 (store_inferior_registers): Likewise.
3718 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3719 (m68k_linux_frame_saved_pc): Delete.
3720 (m68k_linux_sigcontext_reg_offset,
3721 m68k_linux_ucontext_reg_offset): Define.
3722 (m68k_linux_get_sigtramp_info): New function.
3723 (m68k_linux_extract_return_value): Rewrite using regcache.
3724 (m68k_linux_store_return_value): Likewise.
3725 (m68k_linux_extract_struct_value_address): Likewise.
3726 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3727 Don't set deprecated_frame_saved_pc,
3728 deprecated_extract_return_value, deprecated_store_return_value,
3729 deprecated_extract_struct_value_address. Set
3730 extract_return_value, store_return_value,
3731 extract_struct_value_address.
3732
3733 2003-07-07 Andrew Cagney <cagney@redhat.com>
3734
3735 * expprint.c: Include "user-regs.h" instead of "frame.h".
3736 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3737 frame_map_regnum_to_name.
3738 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3739 (frame_map_name_to_regnum): Simplify, call
3740 user_reg_map_name_to_regnum.
3741 (frame_map_regnum_to_name): Simplify, call
3742 user_reg_map_regnum_to_name.
3743 (frame_register_unwind): Update.
3744 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3745 (_initialize_frame_reg): Call user_reg_add_builtin.
3746 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3747 (value_of_register): Use value_of_user_reg.
3748 * eval.c (evaluate_subexp_standard): Update.
3749 * parse.c (write_dollar_variable): Update.
3750 * d10v-tdep.c (d10v_print_registers_info): Update.
3751 * infcmd.c (registers_info): Update.
3752 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3753 (builtin_regs_h): Delete macro.
3754 (user_regs_h): Define.
3755 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3756 (builtin-regs.o): Delete target.
3757 (user-regs.o): Specify dependencies.
3758 (expprint.o): Update dependencies.
3759 (findvar.o): Update dependencies.
3760 (frame.o): Update dependencies.
3761 (std-regs.o): Update dependencies.
3762
3763 2003-07-06 Christopher Faylor <cgf@redhat.com>
3764
3765 * win32-nat.c (solib_symbols_add): Use one variable for all section
3766 address stuff. Pass variable rather than address of variable to
3767 safe_symbol_file_add.
3768
3769 2003-07-06 Andreas Schwab <schwab@suse.de>
3770
3771 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3772
3773 2003-07-04 Joel Brobecker <brobecker@gnat.com>
3774
3775 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3776
3777 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3778
3779 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3780
3781 2003-07-04 Kris Warkentin <kewarken@qnx.com>
3782
3783 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
3784 * config/i386/nto.mh: New file.
3785 * config/i386/nm-nto.h: New file.
3786 * configure.host: Add i[3456]86-*-nto*.
3787
3788 2003-07-03 Joel Brobecker <brobecker@gnat.com>
3789
3790 * remote-vx.c (vx_add_symbols): Fix compilation error.
3791
3792 2003-07-03 Andrew Cagney <cagney@redhat.com>
3793
3794 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
3795 * gdbarch.h, gdbarch.c: Re-generate.
3796 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
3797 (legacy_register_name): Declare.
3798 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
3799 (REGISTER_NAME): Define.
3800 * sparc-tdep.c (legacy_register_name): New function.
3801 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
3802 (REGISTER_NAME): Define.
3803 (hppa64_register_name): Declare.
3804 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
3805 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
3806 (hppa64_register_name): New function.
3807 (hppa_register_name): New function.
3808 * arch-utils.c (legacy_register_name): Delete.
3809 * arch-utils.h (legacy_register_name): Delete.
3810
3811 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
3812
3813 * cli/cli-interp.c (cli_interpreter_resume): Update the
3814 cli_uiout's stream to gdb_stdout.
3815
3816 2003-07-03 Andrew Cagney <cagney@redhat.com>
3817
3818 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
3819 predicate.
3820 * gdbarch.h, gdbarch.c: Re-generate.
3821 * regcache.c (init_regcache_descr): Use legacy code when either
3822 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
3823
3824 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3825
3826 * NEWS: Move "set logging" entry into GDB 6.0 section.
3827
3828 2003-07-02 Jim Blandy <jimb@redhat.com>
3829
3830 * s390-tdep.c (struct frame_extra_info): new member:
3831 'stack_bought_valid'.
3832 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
3833 initialize fextra_info->stack_bought.
3834 (s390_frameless_function_invocation): Don't trust the value of
3835 fextra_info_ptr->stack_bought unless
3836 fextra_info->stack_bought_valid is set.
3837
3838 New S390 prologue analyzer.
3839 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
3840 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
3841 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
3842 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
3843 compute_x_addr, s390_on_stack, s390_store,
3844 s390_get_signal_frame_info): New functions.
3845 (S390_NUM_SPILL_SLOTS): New macro.
3846 (s390_get_frame_info): Rewritten.
3847 (is_arg_reg): Deleted.
3848
3849 Break out the decoding of S/390 instructions into separate
3850 functions, to make it more legible, and easier to check
3851 against the spec.
3852 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
3853 is_rx, is_rxe): New functions.
3854 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
3855 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
3856 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
3857 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
3858 enums for opcode values. (Is this an improvement?)
3859
3860 2003-07-02 Andrew Cagney <cagney@redhat.com>
3861
3862 * i386-tdep.c: Revert change committed as part of trad-frame code
3863 below.
3864
3865 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
3866
3867 * breakpoint.c (insert_catchpoint): Make static.
3868
3869 2003-07-02 Andreas Schwab <schwab@suse.de>
3870
3871 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
3872 former ia64_push_arguments and ia64_push_return_address, and use
3873 regcache functions instead of read/write_register.
3874 (ia64_gdbarch_init): Set push_dummy_call instead of
3875 deprecated_push_arguments and deprecated_push_return_address.
3876
3877 2003-07-01 Andreas Jaeger <aj@suse.de>
3878
3879 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
3880 before the call.
3881 Set %rax only to number of SSE registers used.
3882
3883 2003-07-01 Andrew Cagney <cagney@redhat.com>
3884
3885 * trad-frame.h: Update comments, a -1 .addr is reserved.
3886 (trad_frame_value_p, trad_frame_addr_p): Declare.
3887 (trad_frame_reg_p): Declare.
3888 (trad_frame_set_value): Rename trad_frame_register_value.
3889 (trad_frame_set_unknown): Declare.
3890 * trad-frame.c (trad_frame_realreg_p): New function.
3891 (trad_frame_addr_p, trad_frame_value_p): New function.
3892 (trad_frame_set_unknown): New function.
3893 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
3894 (trad_frame_prev_register): Use trad_frame_realreg_p,
3895 trad_frame_addr_p and trad_frame_value_p.
3896 (trad_frame_set_value): Rename trad_frame_register_value.
3897 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
3898 and trad_frame_set_value.
3899
3900 2003-06-30 Jim Blandy <jimb@redhat.com>
3901
3902 Patch from IBM (authors unspecified, probably Ulrich Weigand and
3903 Gerhard Tonn) for argument passing on the S/390 and S/390x:
3904 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
3905 for 16 registers, and then 32 more bytes.
3906 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
3907 New macros.
3908 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
3909 Move up in the file, since it's now used by is_simple_arg.
3910 (is_simple_arg): Don't assume registers are four bytes long.
3911 Exclude all double arguments. Extended floats are not simple
3912 args.
3913 (is_power_of_two): New function.
3914 (pass_by_copy_ref): Call is_power_of_two, and check that the
3915 length fits in a register, rather than listing all the acceptable
3916 sizes. Extended floats are not passed by reference.
3917 (s390_push_arguments): Don't assume registers are four bytes long.
3918 Reserve an argument register to point to the buffer for structures
3919 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
3920 S390_STACK_FRAME_OVERHEAD.
3921
3922 2003-06-30 Andreas Schwab <schwab@suse.de>
3923
3924 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
3925 format error message.
3926
3927 2003-06-30 Joel Brobecker <brobecker@gnat.com>
3928
3929 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
3930
3931 2003-06-30 David Carlton <carlton@kealia.com>
3932
3933 Band-aid for PR c++/1245.
3934 * Makefile.in (cp-support.o): Depend on complaints_h.
3935 * cp-support.c: Include complaints.h. Add declaration for
3936 find_last_component.
3937 (cp_find_first_component): Separate code into
3938 cp_find_first_component_aux.
3939 (cp_find_first_component_aux): Call demangled_name_complaint.
3940 (demangled_name_complaint): New.
3941
3942 2003-06-30 Andrew Cagney <cagney@redhat.com>
3943
3944 * remote.c (remote_write_bytes): Explicitly compute and then use
3945 the payload size. Update comments to reflect. Fixes problem of
3946 GDB not sending small packets as found by Fred Fish.
3947
3948 2003-06-30 Andrew Cagney <cagney@redhat.com>
3949
3950 * remote.c (remote_async_wait): Fix -Wformat problem.
3951
3952 2003-06-29 Andrew Cagney <cagney@redhat.com>
3953
3954 * remote.c (remote_wait): Call error, and not warning, when the
3955 packet is corrupt.
3956 (remote_async_wait): Ditto.
3957
3958 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3959
3960 * sparc-tdep.c (sparc_y_regnum): Make external again.
3961
3962 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
3963
3964 * cli/cli-logging.c (pop_output_files): Add void to function
3965 definition.
3966
3967 2003-06-29 Andrew Cagney <cagney@redhat.com>
3968
3969 * frame.c (frame_register_unwind): Use unsigned char when dumping
3970 the buffer contents.
3971
3972 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
3973
3974 * cli/cli-logging.c: New file.
3975 * cli-out.c (struct ui_out_data): Add original_stream.
3976 (cli_redirect): New function.
3977 (cli_ui_out_impl): Add cli_redirect.
3978 (cli_out_new): Initialize original_stream.
3979 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
3980 (uo_redirect, ui_out_redirect): New.
3981 * ui-out.h (struct ui_out_impl): Add redirect member.
3982 (redirect_ftype): New.
3983 (ui_out_redirect): Add prototype.
3984 * Makefile.in: Add rules for cli-logging.c.
3985 * NEWS: Mention "set logging".
3986
3987 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3988
3989 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
3990
3991 2003-06-27 Andrew Cagney <cagney@redhat.com>
3992
3993 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
3994 (m68hc11_gdbarch_init): Do not set call_dummy_address.
3995 * avr-tdep.c (avr_call_dummy_address): Delete function.
3996 (avr_gdbarch_init): Do not set call_dummy_address.
3997
3998 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
3999
4000 * symfile.c (syms_from_objfile): Move variables to inner block.
4001 Move the checks for the non-mainline case a bit earlier to avoid
4002 doing some useless computations.
4003
4004 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4005
4006 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4007
4008 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4009
4010 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4011 sections.
4012
4013 2003-06-26 Michael Chastain <mec@shout.net>
4014
4015 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4016 gdb/testsuite/gdb.c++/pr-1210.exp.
4017
4018 2003-06-26 Andrew Cagney <cagney@redhat.com>
4019
4020 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4021 altivec_expression.h and altivec_registers.h.
4022
4023 2003-06-26 Andrew Cagney <cagney@redhat.com>
4024
4025 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4026 info->mach when MIPS16. Patch suggested by Fred Fish.
4027
4028 2003-06-26 Andrew Cagney <cagney@redhat.com>
4029
4030 * utils.c (internal_vproblem): Print the problem to a reason
4031 buffer and then pass to query. Make the msg variable more local.
4032
4033 2003-06-26 Andrew Cagney <cagney@redhat.com>
4034
4035 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4036 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4037 * gdbarch.h, gdbarch.c: Re-generate.
4038 * frame-base.c (default_frame_args_address): Update. Use
4039 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4040 not available.
4041 (default_frame_locals_address): Ditto for
4042 DEPRECATED_FRAME_LOCALS_ADDRESS.
4043 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4044 (vax_frame_num_args): Update.
4045 (vax_gdbarch_init): Update.
4046 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4047 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4048 * mcore-tdep.c (mcore_gdbarch_init): Update.
4049 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4050 * ia64-tdep.c (ia64_gdbarch_init): Update.
4051 * symtab.h (address_class): Update comments.
4052 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4053 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4054 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4055 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4056 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4057 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4058 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4059 * alpha-mdebug-tdep.c: Update.
4060 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4061
4062 2003-06-26 Andreas Jaeger <aj@suse.de>
4063
4064 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4065 of SSE registers so that varargs functions work. Rework handling
4066 of passing arguments on the stack.
4067 (x86_64_store_return_value): Return double and float values in SSE
4068 register.
4069
4070 2003-06-24 Michael Chastain <mec@shout.net>
4071
4072 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4073 the "constructor breakpoints ignored" bug.
4074
4075 2003-06-25 David Carlton <carlton@kealia.com>
4076
4077 * MAINTAINERS: Update e-mail address.
4078
4079 2003-06-24 Jim Blandy <jimb@redhat.com>
4080
4081 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4082
4083 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4084 function.
4085 (ppc_linux_init_abi): Register it as the
4086 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4087
4088 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4089 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4090 method.
4091
4092 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4093 (ppc64_standard_linkage_target): Use it.
4094
4095 2003-06-23 Andrew Cagney <cagney@redhat.com>
4096
4097 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4098 for 0 "int0" and 4 "int32" sized registers.
4099 * gdbtypes.c (builtin_type_int0): Define.
4100 (build_gdbtypes): Initialize builtin_type_int0.
4101 * gdbtypes.h (builtin_type_int0): Declare.
4102
4103 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4104
4105 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4106 as characters are unsigned.
4107
4108 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4109
4110 PR gdb/1179
4111 * dwarfread.c (struct_type): Skip static fields without crashing.
4112
4113 2003-06-22 Andrew Cagney <cagney@redhat.com>
4114
4115 GDB 6.0 branch created.
4116 * README: Update.
4117 * PROBLEMS: Update. Empty.
4118 * NEWS: Update.
4119
4120 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4121
4122 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4123 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4124
4125 2003-06-22 Andrew Cagney <cagney@redhat.com>
4126
4127 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4128 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4129 Velikov.
4130
4131 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4132
4133 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4134 compilers.
4135
4136 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4137
4138 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4139 argument of val_print.
4140 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4141 to the address argument of baseclass_offset or target_read_memory.
4142 Do add it to the argument of cp_print_value_fields.
4143
4144 2003-06-21 Andrew Cagney <cagney@redhat.com>
4145
4146 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4147 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4148 instead of 0..NUM_REGS.
4149 (mips_register_reggroup_p): New function.
4150 (mips_pseudo_register_write): New function.
4151 (mips_pseudo_register_read): New function.
4152 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4153 based on the register's type.
4154 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4155 cooked.
4156 (mips_get_saved_register): Simplify. Assert that REGNO is a
4157 pseudo / cooked.
4158 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4159 (mips_register_type): Replace mips_register_virtual_type. Map
4160 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4161 when available.
4162 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4163 that the register is cooked / virtual.
4164 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4165 Only get the extra info when needed.
4166 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4167 (mips32_heuristic_proc_desc): Fetch the cooked register.
4168 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4169 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4170 (mips_print_register): Use gdbarch_register_type, instead of
4171 REGISTER_VIRTUAL_TYPE.
4172 (print_gp_register_row): Use gdbarch_register_type, instead of
4173 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4174 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4175 Print the pseudo / cooked registers.
4176 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4177 Print the pseudo / cooked registers.
4178 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4179 REG_NUM is pseudo / cooked.
4180 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4181 (mips_n32n64_xfer_return_value): Ditto.
4182 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4183 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4184 (mips_register_sim_regno): New function.
4185 (mips_gdbarch_init): Set deprecated_register_byte,
4186 register_group_p, pseudo_register_write, pseudo_register_read,
4187 register_sim_regno, and num_pseudo_regs. Set register_type,
4188 instead of register_virtual_type.
4189 * Makefile.in (mips-tdep.o): Update dependencies.
4190 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4191 REGISTER_VIRTUAL_TYPE.
4192 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4193 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4194 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4195 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4196 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4197
4198 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4199
4200 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4201 * cli/cli-cmds.c: Include "gdb_vfork.h".
4202 (shell_escape): Use vfork.
4203
4204 2003-06-21 Andrew Cagney <cagney@redhat.com>
4205
4206 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4207 32 bit floating-point register saves.
4208
4209 * frame.h (deprecated_unwind_get_saved_register): Delete.
4210 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4211 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4212 and deprecated_get_next_frame_hack instead of
4213 deprecated_unwind_get_saved_register.
4214
4215 * mips-tdep.c (mips_dump_tdep): Do not print
4216 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4217
4218 * frame.c (get_frame_register): New function.
4219 (frame_unwind_register_signed): New function.
4220 (get_frame_register_signed): New function.
4221 (frame_unwind_register_unsigned): New function.
4222 (get_frame_register_unsigned): New function.
4223 * frame.h: Add comments on naming schema.
4224 (get_frame_register, frame_unwind_register_signed): Declare.
4225 (get_frame_register_signed, get_frame_register_signed): Declare.
4226 (frame_unwind_register_unsigned): Declare.
4227 (get_frame_register_unsigned): Declare.
4228
4229 2003-06-20 Theodore A. Roth <troth@openavr.org>
4230
4231 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4232
4233 2003-06-20 Theodore A. Roth <troth@openavr.org>
4234
4235 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4236 (avr_read_sp): Ditto.
4237
4238 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4239
4240 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4241 * config/arm/nm-linux.h: Likewise.
4242 * config/arm/tm-linux.h: Likewise.
4243 * config/ia64/nm-linux.h: Likewise.
4244 * config/ia64/tm-ia64.h: Likewise.
4245 * config/s390/tm-linux.h: Likewise.
4246 * config/s390/tm-s390.h: Likewise.
4247 * s390-nat.c: Likewise.
4248 * s390-tdep.c: Likewise.
4249
4250 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4251 * config/ia64/linux.mt: Likewise.
4252 * config/m68k/linux.mh: Likewise.
4253 * config/mips/linux.mt: Likewise.
4254 * config/powerpc/linux.mh: Likewise.
4255 * config/sh/linux.mt: Likewise.
4256
4257 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4258
4259 * solib.c (solib_open): Change tests for whether to search
4260 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4261 comments.
4262
4263 2003-06-19 Theodore A. Roth <troth@openavr.org>
4264
4265 * avr-tdep.c (avr_frame_address): Delete function.
4266 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4267 set_gdbarch_frame_args_address.
4268
4269 2003-06-19 Andrew Cagney <cagney@redhat.com>
4270
4271 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4272 (REGISTER_CONVERT_FROM_TYPE): Delete.
4273 (mips_register_convert_to_type): Delete declaration.
4274 (mips_register_convert_from_type): Delete declaration.
4275 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4276 kernel/.
4277
4278 2003-06-19 Michael Snyder <msnyder@redhat.com>
4279
4280 * linux-nat.h: New file.
4281 * linux-nat.c: Include linux-nat.h.
4282 * lin-lwp.c: Include linux-nat.h.
4283 Move struct lwp_info def to linux-nat.h.
4284 * linux-proc.c: Include linux-nat.h.
4285 (linux_make_note_section): Iterate over lwps instead of threads.
4286 (linux_do_thread_registers): Use lwp instead of merged pid.
4287 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4288 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4289 Add dependency on linux_nat_h.
4290
4291 2003-06-19 Theodore A. Roth <troth@openavr.org>
4292
4293 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4294
4295 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4296
4297 * varobj.c (get_type, get_target_type): Use check_typedef.
4298
4299 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4300
4301 * breakpoint.c (insert_catchpoint): Call internal_error.
4302
4303 2003-06-19 Theodore A. Roth <troth@openavr.org>
4304
4305 * avr-tdep.c (avr_push_dummy_code): Delete function.
4306 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4307
4308 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4309
4310 * arch-utils.c (default_prepare_to_proceed): Remove.
4311 (generic_prepare_to_proceed): Remove.
4312 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4313 (generic_prepare_to_proceed): Remove prototype.
4314 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4315 * gdbarch.c: Regenerate.
4316 * gdbarch.h: Regenerate.
4317 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4318 * hppah-nat.c (hppa_switched_threads): Remove.
4319 * infrun.c (prepare_to_proceed): New static function, copied from
4320 generic_prepare_to_proceed. Remove select_it argument.
4321 (proceed): Call prepare_to_proceed.
4322 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4323 variables.
4324 (ptrace_wait): Don't set the removed variables.
4325 (hppa_switched_threads): Remove.
4326 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4327 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4328 (lin_lwp_prepare_to_proceed): Remove prototype.
4329 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4330 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4331
4332 2003-06-18 Theodore A. Roth <troth@openavr.org>
4333
4334 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4335 trad-frame.h.
4336 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4337 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4338 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4339 (AVR_PROLOGUE_*): Enumerate prologue types.
4340 (struct frame_extra_info): Remove.
4341 (struct avr_unwind_cache): Define.
4342 (avr_write_sp): Delete function.
4343 (avr_read_fp): Ditto.
4344 (avr_init_extra_frame_info): Ditto.
4345 (avr_pop_frame): Ditto.
4346 (avr_frame_saved_pc): Ditto.
4347 (avr_saved_pc_after_call): Ditto.
4348 (avr_push_return_address): Ditto.
4349 (avr_frame_chain): Ditto.
4350 (avr_store_struct_return): Ditto.
4351 (avr_push_arguments): Ditto.
4352 (avr_scan_prologue): Update comments. Changed to set up the info for
4353 cache unwinding. Now returns end of prologue PC.
4354 (avr_skip_prologue): Better handling of functions lacking a prologue
4355 by using avr_scan_prologue.
4356 (avr_scan_arg_moves): New function.
4357 (avr_saved_regs_unwinder): Ditto.
4358 (avr_frame_unwind_cache): Ditto.
4359 (avr_unwind_pc): Ditto.
4360 (avr_frame_this_id): Ditto.
4361 (avr_frame_prev_register): Ditto.
4362 (avr_frame_p): Ditto.
4363 (avr_frame_base_address ): Ditto.
4364 (avr_unwind_dummy_id): Ditto.
4365 (avr_push_dummy_code): Ditto.
4366 (push_stack_item): Ditto.
4367 (pop_stack_item): Ditto.
4368 (avr_push_dummy_call): Ditto.
4369 (struct stack_item): Define.
4370 (avr_frame_unwind): Declare structure.
4371 (avr_frame_base): Ditto.
4372 (avr_gdbarch_init): Remove calls to
4373 set_gdbarch_deprecated_init_frame_pc,
4374 set_gdbarch_deprecated_target_read_fp,
4375 set_gdbarch_deprecated_dummy_write_sp,
4376 set_gdbarch_deprecated_fp_regnum,
4377 set_gdbarch_deprecated_push_arguments,
4378 set_gdbarch_deprecated_push_return_address,
4379 set_gdbarch_deprecated_pop_frame,
4380 set_gdbarch_deprecated_store_struct_return,
4381 set_gdbarch_deprecated_frame_init_saved_regs,
4382 set_gdbarch_deprecated_init_extra_frame_info,
4383 set_gdbarch_deprecated_frame_chain,
4384 set_gdbarch_deprecated_frame_saved_pc,
4385 set_gdbarch_deprecated_saved_pc_after_call.
4386 Add calls to set_gdbarch_push_dummy_call,
4387 set_gdbarch_push_dummy_code,
4388 frame_unwind_append_predicate,
4389 frame_base_set_default,
4390 set_gdbarch_unwind_dummy_id,
4391 set_gdbarch_unwind_pc.
4392 Wrap a long line.
4393
4394 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
4395
4396 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4397 registers for H8/300S.
4398 (h8300_print_registers_info): Ditto.
4399 (h8300_gdbarch_init): Accommodate register count for H8/300S.
4400
4401 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4402
4403 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4404 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4405 (lin_lwp_wait): Likewise. Update comments.
4406 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4407 (pull_pid_from_list, linux_record_stopped_pid): New.
4408
4409 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4410
4411 * ada-lang.c (scan_discrim_bound): Name first argument.
4412 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4413 declared by ALL_BLOCK_SYMBOLS.
4414
4415 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4416
4417 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4418 ("regcache.h"): Include it.
4419 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4420
4421 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4422
4423 * NEWS: Mention gdbserver detach change and "disconnect" command.
4424 * infcmd.c (disconnect_command): New function.
4425 (_initialize_infcmd): Add ``disconnect'' command.
4426 * remote.c (remote_async_detach): Delete.
4427 (remote_detach): Merge remote_async_detach.
4428 (remote_disconnect): New.
4429 (init_remote_ops): Set to_disconnect.
4430 (init_remote_cisco_ops): Likewise.
4431 (init_remote_async_ops): Likewise. Use remote_detach.
4432 * target.c (cleanup_target): Default to_disconnect.
4433 (update_current_target): Inherit to_disconnect.
4434 (target_disconnect, debug_to_disconnect): New functions.
4435 (setup_target_debug): Set to_disconnect.
4436 * target.h (struct target_ops): Add to_disconnect.
4437 (target_disconnect): Add prototype.
4438
4439 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4440
4441 * breakpoint.c (insert_catchpoint): New function.
4442 (insert_breakpoints): Use catch_exceptions to call
4443 insert_catchpoint. Disable catchpoints if they fail to insert.
4444
4445 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4446
4447 * symfile.c (reread_symbols): Clear sym_private.
4448
4449 2003-06-17 Andrew Cagney <cagney@redhat.com>
4450
4451 * trad-frame.h (struct frame_info): Add opaque declaration.
4452 * remote-fileio.h (struct cmd_list_element): Add opaque
4453 declaration.
4454 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4455 comments.
4456
4457 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
4458
4459 * remote.c (remote_prepare_to_store): Replace call to
4460 deprecated_read_register_bytes with multiple regcache_raw_read
4461 calls.
4462
4463 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4464
4465 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4466 (nto_find_and_open_solib): Likewise.
4467 (nto_init_solib_absolute_prefix): Likewise.
4468 (_initialize_nto_tdep): Fix indentation.
4469
4470 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4471
4472 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4473
4474 2003-06-17 Kris Warkentin <kewarken@qnx.com>
4475
4476 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4477
4478 2003-06-17 Jim Blandy <jimb@redhat.com>
4479
4480 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4481
4482 2003-06-16 Theodore A. Roth <troth@openavr.org>
4483
4484 * avr-tdep.c (avr_extract_return_value): New function.
4485 (avr_gdbarch_init): Set extract_return_value method.
4486
4487 2003-06-16 Andrew Cagney <cagney@redhat.com>
4488
4489 * frame.h (deprecated_get_next_frame_hack): Declare.
4490 * frame.c (legacy_saved_regs_prev_register): Only require
4491 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4492 there are always saved regs.
4493 (deprecated_generic_get_saved_register): Do not require
4494 DEPRECATED_FRAME_INIT_SAVED_REGS.
4495 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4496 use frame ID unwind instead.
4497 (deprecated_get_next_frame_hack): New function.
4498
4499 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4500
4501 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4502 (h8300_push_dummy_call): ...this function. Some minor optimization.
4503 (h8300_push_return_address): Remove.
4504 (h8300_gdbarch_init): Remove calls to
4505 set_gdbarch_deprecated_dummy_write_sp,
4506 set_gdbarch_deprecated_push_arguments and
4507 set_gdbarch_deprecated_push_return_address.
4508 Add call to set_gdbarch_push_dummy_call.
4509
4510 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
4511
4512 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4513 (E_PSEUDO_EXR_REGNUM): Ditto.
4514 (h8300_is_argument_spill): Check for instructions moving argument
4515 registers into safe registers.
4516 (h8300_skip_prologue): Check for stm instruction to push registers
4517 used for register variables onto stack.
4518 (gdb_print_insn_h8300): Remove.
4519 (h8300_examine_prologue): Add a comment.
4520 (h8300_register_name): Take pseudo registers into account.
4521 (h8300s_register_name): Ditto.
4522 (h8300sx_register_name): Ditto.
4523 (h8300_print_register): Ditto.
4524 (h8300_print_registers_info): Define "nice" printing order.
4525 (h8300_saved_pc_after_call): Take pseudo registers into account.
4526 (h8300_register_type): Ditto. Return type used for remote connection
4527 when requesting real CCR or EXR register, return actual type when
4528 requesting pseudo CCR or EXR.
4529 (h8300_pseudo_register_read): New function.
4530 (h8300_pseudo_register_write): Ditto.
4531 (h8300_dbg_reg_to_regnum): Ditto.
4532 (h8300s_dbg_reg_to_regnum): Ditto.
4533 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4534 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4535 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4536 set_gdbarch_print_insn architecture dependent.
4537 Call set_gdbarch_pseudo_register_read and
4538 set_gdbarch_pseudo_register_write.
4539 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4540
4541 2003-06-16 Andrew Cagney <cagney@redhat.com>
4542
4543 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4544 * gdbarch.h, gdbarch.c: Re-generate.
4545 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4546 * s390-tdep.c (s390_gdbarch_init): Update.
4547 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4548 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4549 * mips-tdep.c (mips_gdbarch_init): Update.
4550 * mcore-tdep.c (mcore_gdbarch_init): Update.
4551 * cris-tdep.c (cris_gdbarch_init): Update.
4552 * infcall.c (call_function_by_hand): Update.
4553 * ia64-tdep.c (ia64_push_arguments): Update comment.
4554 * frame.c (legacy_get_prev_frame): Do not assume
4555 SAVE_DUMMY_FRAME_TOS_P.
4556 * dummy-frame.c (find_dummy_frame): Update comment.
4557
4558 2003-06-16 Andrew Cagney <cagney@redhat.com>
4559
4560 * regcache.c (do_cooked_read): Do not use register_valid_p.
4561
4562 2003-06-15 Theodore A. Roth <troth@openavr.org>
4563
4564 * avr-tdep.c (avr_register_type): Remove a blank line.
4565 (avr_scan_prologue): Correct some comments.
4566
4567 2003-06-15 Theodore A. Roth <troth@openavr.org>
4568
4569 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4570 prologue types.
4571 Properly scan prologues generated by gcc with the -mcall-prologues
4572 option.
4573 Add code to scan -mcall-prologues for mega devices.
4574
4575 2003-06-15 Theodore A. Roth <troth@openavr.org>
4576
4577 * avr-tdep.c (avr_register_byte): Delete function.
4578 (avr_register_raw_size): Delete function.
4579 (avr_register_virtual_size): Delete function.
4580 (avr_register_virtual_type): Delete function.
4581 (avr_register_type): New function.
4582 (avr_address_to_pointer): Remove unused code.
4583 (avr_read_fp): Need to read FP as two separate bytes due to change to
4584 avr_register_type() usage.
4585 (avr_gdbarch_init): Don't set deprecated_register_size.
4586 Don't set deprecated_register_bytes.
4587 Don't set deprecated_register_byte.
4588 Don't set deprecated_register_raw_size.
4589 Don't set deprecated_max_register_raw_size.
4590 Don't set deprecated_register_virtual_size.
4591 Don't set deprecated_max_register_virtual_size.
4592 Don't set deprecated_register_virtual_type.
4593 Set register_type method.
4594
4595 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
4596
4597 * Makefile.in (linux-nat.o): Add rule.
4598 * linux-nat.c: New file.
4599 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4600 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4601 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4602 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4603 * config/arm/linux.mh (NATDEPFILES): Likewise.
4604 * config/i386/linux.mh (NATDEPFILES): Likewise.
4605 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4606 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4607 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4608 * config/mips/linux.mh (NATDEPFILES): Likewise.
4609 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4610 * config/s390/s390.mh (NATDEPFILES): Likewise.
4611 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4612
4613 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4614
4615 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4616 replace out-of-date comment.
4617
4618 2003-06-15 Andrew Cagney <cagney@redhat.com>
4619
4620 * rdi-share/host.h (Fail): Change to a varargs function.
4621 * remote-rdi.c (Fail): Update.
4622
4623 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4624
4625 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4626 (i386_convert_register_p, i386_register_to_value,
4627 i386_register_from_value): Handle types longer than 8 bytes.
4628
4629 2003-06-15 Mark Kettenis <kettenis@gnu.org>
4630
4631 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4632 Move floating-point code to new function in i387-tdep.c.
4633 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4634 New functions containing code moved here from i386-tdep.c.
4635 * i387-tdep.h: Add opaque declaration for `struct type'.
4636 (i387_register_to_value, i387_value_to_register): New prototypes.
4637 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4638 (x86_64_init_abi): Set convert_register_p, register_to_value and
4639 value_to_register here.
4640
4641 2003-06-14 Andrew Cagney <cagney@redhat.com>
4642
4643 * mips-tdep.c (mips_register_to_value): Make static.
4644 (mips_value_to_register): Make static.
4645 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4646 * ia64-tdep.c (ia64_register_raw_size): Make static.
4647 (ia64_register_virtual_size): Make static.
4648 (ia64_register_byte): Make static.
4649 * i387-tdep.c: Include "i387-tdep.h".
4650 (print_387_control_word): Delete function.
4651 (print_387_status_word): Delete function.
4652 (print_387_status_bits): Delete function.
4653 (print_387_control_bits): Delete function.
4654 * Makefile.in (i387-tdep.o): Update dependencies.
4655 * rdi-share/host.h (Fail): Declare.
4656 * remote-rdi.c (Fail): Update to match declaration.
4657
4658 2003-06-14 Andrew Cagney <cagney@redhat.com>
4659
4660 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4661 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4662 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4663 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4664 * README: Delete reference to remote-array.
4665 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4666 (remote-array.o): Delete target.
4667 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4668 * remote-array.c: Delete file.
4669
4670 2003-06-14 Andrew Cagney <cagney@redhat.com>
4671 Mark Kettenis <kettenis@gnu.org>
4672
4673 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4674 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4675 parameter with "frame".
4676 * gdbarch.h, gdbarch.c: Re-generate.
4677 * frame.h (put_frame_register): Declare.
4678 * frame.c (put_frame_register): New function.
4679 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4680 (legacy_register_to_value): Rewrite, use "frame" to get the
4681 register value.
4682 (legacy_value_to_register): Rewrite, use "frame" to find the
4683 register's location before storing.
4684 * arch-utils.h (legacy_convert_register_p): Update.
4685 (legacy_register_to_value, legacy_value_to_register): Update.
4686 * findvar.c (value_from_register): Rewrite, eliminate use of
4687 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4688 "frame" to REGISTER_TO_VALUE.
4689 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4690 lval_reg_frame_relative + lval_register branch of the switch. Do
4691 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4692 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4693 I386_EDI_REGNUM): New defines.
4694 (i386_next_regnum, i386_convert_register_p,
4695 i386_register_to_value, i386_value_to_register): New functions.
4696 (i386_register_convertible, i386_register_convert_to_virtual,
4697 i386_convert_to_raw): Remove functions.
4698 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4699 value_to_register instead of register_convertible,
4700 register_convert_to_virtual and register_convert_to_raw.
4701 * mips-tdep.c (mips_convert_register_p): New function.
4702 (mips_value_to_register): Replace mips_register_convert_from_type.
4703 (mips_register_to_value): Replace mips_register_convert_to_type.
4704 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4705 register_to_value.
4706 * alpha-tdep.c (alpha_convert_register_p): Update.
4707 (alpha_value_to_register): Update, store the register.
4708 (alpha_register_to_value): Update, fetch the register.
4709
4710 2003-06-14 Theodore A. Roth <troth@openavr.org>
4711
4712 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4713 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4714 Don't set deprecated_call_dummy_words.
4715 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4716 Don't set remote_translate_xfer_address.
4717 (avr_io_reg_read_command): Remove commented out debug printf.
4718 Wrap a long line.
4719
4720 2003-06-14 Theodore A. Roth <troth@openavr.org>
4721
4722 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4723 causes gdb to seg fault.
4724
4725 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
4726
4727 * sparc-nat.c (fetch_inferior_registers): Correct
4728 a reference to "registers".
4729
4730 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4731
4732 * Makefile.in (exc_request_U_h): Define
4733 (exc_request_S_h): Likewise.
4734 (msg_reply_S_h): Likewise.
4735 (msg_U_h): Likewise.
4736 (notify_S_h): Likewise.
4737 (process_reply_S_h): Likewise.
4738 (gnu-nat.o): Depend on gdb_obstack_h
4739 * gnu-nat.c: Include "gdb_obstack.h".
4740
4741 2003-06-13 Andrew Cagney <cagney@redhat.com>
4742
4743 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4744 * gdbarch.h, gdbarch.c: Re-generate.
4745
4746 2003-06-13 Andrew Cagney <cagney@redhat.com>
4747
4748 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4749 when deprecated REGISTER macros can be deleted.
4750 * gdbarch.h, gdbarch.c: Re-generate.
4751
4752 2003-06-13 Jim Blandy <jimb@redhat.com>
4753
4754 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4755 Linux entry point symbols for _dl_debug_state, too.
4756
4757 2003-06-13 Andrew Cagney <cagney@redhat.com>
4758
4759 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4760 available, do not use the FP register, and always save the TOS.
4761 * dummy-frame.c (dummy_frame_this_id): Do not assert
4762 SAVE_DUMMY_FRAME_TOS.
4763 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4764 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4765 (i386_push_dummy_call): Add 8 to the returned SP.
4766 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4767 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4768 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4769 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4770 (x86_64_push_dummy_call): Return "sp + 16".
4771 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4772 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4773 save_dummy_frame_tos.
4774
4775 2003-06-13 Jim Blandy <jimb@redhat.com>
4776
4777 * frv-tdep.c (frv_use_struct_convention): Delete static
4778 declaration for function deleted in my change of 2003-06-12.
4779
4780 2003-06-13 Theodore A. Roth <troth@openavr.org>
4781
4782 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
4783 (avr_pointer_to_address): Shift code addrs left 1 bit.
4784 (avr_convert_from_func_ptr_addr): Delete function since operation is
4785 better handled by avr_address_to_pointer and avr_pointer_to_address.
4786 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
4787
4788 2003-06-13 Mark Kettenis <kettenis@gnu.org>
4789
4790 From Kelley Cook <kelleycook@wideopenwest.com>:
4791 * configure.host: Accept i[34567]86 variants.
4792 * configure.tgt: Likewise.
4793 * nlm/configure.in: Likewise.
4794 * nlm/configure: Regenerated.
4795
4796 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
4797
4798 * arm-tdep.c (solib-svr4.h): Dont' include it.
4799 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
4800 * arm-linux-tdep.c: ... here. Make static.
4801 (arm_linux_init_abi): Register it.
4802 (solib-svr4.h): Include it.
4803 * Makefile.in: Update dependencies.
4804 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
4805 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
4806
4807 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4808
4809 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
4810 indicate registers used for return values.
4811 (struct frame_extra_info): Drop args_pointer and locals_pointer.
4812 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
4813 members.
4814 (h8300_init_extra_frame_info): Ditto.
4815 (h8300_frame_locals_address): Removed.
4816 (h8300_frame_args_address): Removed.
4817 (h8300_extract_return_value): Use new regcache structure. Only care
4818 for 16 bit CPUs.
4819 (h8300h_extract_return_value): Same function for 32 bit CPUs.
4820 (h8300_store_return_value): Use new regcache structure. Only care
4821 for 16 bit CPUs.
4822 (h8300h_store_return_value): Same function for 32 bit CPUs.
4823 (h8300_store_struct_return): Removed.
4824 (h8300_extract_struct_value_address): Use new regcache structure.
4825 (h8300h_extract_struct_value_address): Removed.
4826 (h8300_push_dummy_code): New function.
4827 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
4828 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
4829 set_gdbarch_store_return_value architecture dependent.
4830 Call set_gdbarch_push_dummy_code and
4831 set_gdbarch_extract_struct_value_address.
4832 Remove calls to set_gdbarch_frame_args_address,
4833 set_gdbarch_frame_locals_address,
4834 set_gdbarch_deprecated_store_struct_return,
4835 set_gdbarch_deprecated_extract_return_value,
4836 set_gdbarch_deprecated_extract_struct_value_address,
4837 set_gdbarch_deprecated_call_dummy_words and
4838 set_gdbarch_deprecated_sizeof_call_dummy_words.
4839
4840 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
4841
4842 * h8300-tdep.c (h8300_register_byte): Remove.
4843 (h8300h_register_byte): Remove.
4844 (h8300_register_virtual_type): Remove. Substitute by...
4845 (h8300_register_type): New function.
4846 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
4847 (h8300h_extract_struct_value_address): Ditto.
4848 (h8300_gdbarch_init): Drop calls to
4849 set_gdbarch_deprecated_register_byte and
4850 set_gdbarch_deprecated_register_virtual_type.
4851 Add call to set_gdbarch_register_type.
4852
4853 2003-06-13 Andrew Cagney <cagney@redhat.com>
4854
4855 * gdbarch.sh: Update comments on registers.
4856 (deprecated_register_byte): Rename register_byte.
4857 (deprecated_register_raw_size): Rename register_raw_size.
4858 (deprecated_register_virtual_size): Rename register_virtual_size.
4859 (deprecated_register_virtual_type): Rename register_virtual_type.
4860 * gdbarch.h, gdbarch.c: Re-generate.
4861 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4862 * vax-tdep.c (vax_gdbarch_init): Update.
4863 * v850-tdep.c (v850_gdbarch_init): Update.
4864 * sparc-tdep.c (sparc_gdbarch_init): Update.
4865 * sh-tdep.c (sh_gdbarch_init): Update.
4866 * s390-tdep.c (s390_gdbarch_init): Update.
4867 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4868 * ns32k-tdep.c: Update.
4869 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4870 * mips-tdep.c (mips_gdbarch_init): Update.
4871 * mcore-tdep.c (mcore_gdbarch_init): Update.
4872 * m68k-tdep.c (m68k_gdbarch_init): Update.
4873 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4874 * ia64-tdep.c (ia64_gdbarch_init): Update.
4875 * hppa-tdep.c (hppa_gdbarch_init): Update.
4876 * h8300-tdep.c (h8300_gdbarch_init): Update.
4877 * frv-tdep.c (frv_gdbarch_init): Update.
4878 * cris-tdep.c (cris_gdbarch_init): Update.
4879 * avr-tdep.c (avr_gdbarch_init): Update.
4880 * alpha-tdep.c (alpha_gdbarch_init): Update.
4881 * arm-tdep.c (arm_gdbarch_init): Update.
4882
4883 2003-06-13 Andrew Cagney <cagney@redhat.com>
4884
4885 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
4886 mips_o32_use_struct_convention with always_use_struct_convention.
4887
4888 2003-06-12 David Carlton <carlton@kealia.com>
4889
4890 * cp-namespace.c (cp_set_block_scope): Comment out
4891 processing_has_namespace_info branch.
4892
4893 2003-06-12 Jim Blandy <jimb@redhat.com>
4894
4895 Recognize and skip 64-bit PowerPC Linux linkage functions.
4896 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
4897 insn_pattern, insns_match_pattern, d_field, ds_field): New
4898 functions, macros, and types for working with PPC instructions.
4899 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
4900 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
4901 ppc64_skip_trampoline_code): New functions, variables, and macros
4902 for recognizing and skipping linkage functions.
4903 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
4904 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
4905
4906 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
4907 register offsets for both the 32- and 64-bit interfaces.
4908
4909 Actually finish the job started by my change of 2003-05-29.
4910 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
4911 other #definition of this.
4912 (ppc_linux_skip_trampoline_code): Remove declaration.
4913 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
4914 static.
4915 (ppc_linux_init_abi): Register it as the skip_trampoline_code
4916 method for GDBARCH.
4917
4918 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
4919 'long' on ppc64-*-linux*.
4920
4921 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
4922 isn't #defined, assume the register doesn't exist: act as if
4923 tdep->ppc_mq_regnum were -1.
4924
4925 * configure.host, configure.tgt: Add entries for
4926 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
4927 powerpc/linux.mt.
4928 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
4929 New files.
4930
4931 * arch-utils.c (always_use_struct_convention): New function.
4932 * arch-utils.h (always_use_struct_convention): New prototype.
4933 * alpha-tdep.c (alpha_use_struct_convention): Delete.
4934 (alpha_gdbarch_init): Register always_use_struct_convention,
4935 instead of alpha_use_struct_convention.
4936 * cris-tdep.c (cris_use_struct_convention): Delete.
4937 (cris_gdbarch_init): Register always_use_struct_convention,
4938 instead of cris_use_struct_convention.
4939 * frv-tdep.c (frv_use_struct_convention): Delete.
4940 (frv_gdbarch_init): Register always_use_struct_convention,
4941 instead of frv_use_struct_convention.
4942 * h8300-tdep.c (h8300_use_struct_convention): Delete.
4943 (h8300_gdbarch_init): Register always_use_struct_convention,
4944 instead of h8300_use_struct_convention.
4945 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
4946 (mips_o32_gdbarch_init): Register always_use_struct_convention,
4947 instead of mips_o32_use_struct_convention.
4948
4949 2003-06-12 Andrew Cagney <cagney@redhat.com>
4950
4951 * wince.c: Include "mips-tdep.h".
4952 * mips-tdep.h (mips_next_pc): Declare.
4953 * mcore-tdep.c: Make more local functions static.
4954 * Makefile.in (wince.o): Update dependencies.
4955
4956 2003-06-12 David Carlton <carlton@kealia.com>
4957
4958 * symtab.c (lookup_symbol_aux_minsyms): Replace
4959 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
4960 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
4961 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
4962 SYMBOL_NATURAL_NAME.
4963
4964 2003-06-12 Andreas Schwab <schwab@suse.de>
4965
4966 * Makefile.in (tuiDisassem.o): Update dependencies.
4967
4968 2003-06-12 David Carlton <carlton@bactrian.org>
4969
4970 * symtab.h: Delete declaration of make_symbol_overload_list.
4971 Add declaration of lookup_partial_symbol.
4972 * symtab.c (remove_params): Move to cp-support.c.
4973 (overload_list_add_symbol, make_symbol_overload_list)
4974 (sym_return_val_size, sym_return_val_index): Ditto.
4975 (lookup_partial_symbol): Make extern.
4976 * cp-support.h: Add declaration of make_symbol_overload_list.
4977 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
4978 symtab.h, and block.h.
4979 (remove_params): Move here from symtab.c.
4980 (overload_list_add_symbol, make_symbol_overload_list)
4981 (sym_return_val_size, sym_return_val_index): Ditto.
4982 * valops.c: Include cp-support.h.
4983 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
4984 frame_h, and block_h.
4985 (valops.o): Depend on cp_support_h.
4986
4987 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
4988
4989 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
4990 substitute by NUM_REGS throughout.
4991 (h8300_register_name): Only care for H8/300 and H8/300H registers.
4992 (h8300s_register_name): New function for H8S registers.
4993 (h8300sx_register_name): Ditto for H8SX registers.
4994 (h8300_print_register): Revise register printing, avoid depending
4995 on 32 bit long.
4996 (h8300_register_byte): Only care for H8/300 registers.
4997 (h8300h_register_byte): New function for any other architecture.
4998 (h8300_register_raw_size): Remove.
4999 (h8300_register_virtual_type): Revise to return actually useful
5000 type.
5001 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5002 (h8300h_extract_struct_value_address): New function for any other
5003 architecture.
5004 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5005 set_gdbarch_register_name, set_gdbarch_register_byte,
5006 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5007 Remove calls to set_gdbarch_deprecated_register_size,
5008 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5009 set_gdbarch_deprecated_max_register_raw_size,
5010 set_gdbarch_register_virtual_size and
5011 set_gdbarch_deprecated_max_register_virtual_size entirely.
5012 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5013 set_gdbarch_long_double_bit.
5014
5015 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5016
5017 * doublest.c (convert_doublest_to_floatformat): When dealing
5018 with the implied integer bit, only alter mant_bits if we are
5019 processing a full 32 bits of mantissa.
5020
5021 2003-06-11 David Carlton <carlton@bactrian.org>
5022
5023 * dictionary.h: New.
5024 * dictionary.c: New.
5025 * block.h: Add opaque declaration for struct dictionary.
5026 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5027 'sym' members.
5028 (BLOCK_DICT): New macro.
5029 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5030 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5031 BLOCK_SHOULD_SORT.
5032 (ALL_BLOCK_SYMBOLS): Update definition.
5033 * Makefile.in (SFILES): Add dictionary.c.
5034 (dictionary_h): New.
5035 (COMMON_OBS): Add dictionary.o.
5036 (dictionary.o): New.
5037 (ada-lang.o): Depend on dictionary_h.
5038 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5039 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5040 (mi-cmd-stack.o): Ditto.
5041 (gdbtk-cmds.o): Update dependencies.
5042 (gdbtk-stack.o): Ditto.
5043 * ada-lang.c: Include dictionary.h.
5044 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5045 (fill_in_ada_prototype, debug_print_block): Ditto.
5046 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5047 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5048 'is_sorted'.
5049 * mdebugread.c: Include dictionary.h.
5050 (struct parse_stack): Delete 'maxsyms' member.
5051 (parse_symbol): Update calls to new_block. Delete calls to
5052 shrink_block. Use dictionary methods.
5053 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5054 Update calls to new_symtab. Don't maintain maxsyms data.
5055 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5056 (add_symbol): Just call dict_add_symbol.
5057 (new_symtab): Delete 'maxsyms' argument.
5058 (new_symtab): Update calls to new_block.
5059 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5060 (shrink_block): Delete function.
5061 (fixup_sigtramp): Update call to new_block. Add symbol via
5062 dict_add_symbol.
5063 * jv-lang.c: Include dictionary.h.
5064 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5065 appropriately. Set class_symtab->free_func. Make sure the
5066 blockvector is big enough to hold two blocks.
5067 (add_class_symtab_symbol): Use dictionary methods.
5068 (free_class_block): New function.
5069 (type_from_class): Replace explicit iteration by
5070 ALL_BLOCK_SYMBOLS.
5071 * symtab.h (struct symtab): Replace 'free_ptr' method by
5072 'free_func'.
5073 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5074 sort_symtab_syms.
5075 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5076 sort_symtab_syms.
5077 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5078 Include dictionary.h.
5079 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5080 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5081 sort_symtab_syms.
5082 * objfiles.c: Include dictionary.h.
5083 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5084 * buildsym.c: Include dictionary.h.
5085 (finish_block): Use dictionary methods.
5086 (end_symtab): Set free_func to NULL, not free_ptr.
5087 * tracepoint.c: Include dictionary.h.
5088 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5089 (scope_info): Ditto.
5090 * stack.c: Include dictionary.h.
5091 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5092 (print_block_frame_labels, print_frame_arg_vars)
5093 (print_frame_args): Ditto.
5094 * symmisc.c (free_symtab_block): Use dictionary methods.
5095 (dump_symtab): Ditto.
5096 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5097 Include dictionary.h.
5098 * symfile.h: Delete declarations of sort_block_syms,
5099 sort_symtab_syms.
5100 * symfile.c (sort_block_syms): Delete.
5101 (sort_symtab_syms): Delete.
5102 * symtab.c: Include dictionary.h.
5103 (lookup_block_symbol): Use dictionary iterators.
5104 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5105 (search_symbols, make_symbol_completion_list): Ditto.
5106 (make_symbol_overload_list): Ditto.
5107 * valops.c (value_of_local): Use dict_empty.
5108 Include dictionary.h.
5109
5110 2003-06-11 J. Brobecker <brobecker@gnat.com>
5111
5112 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5113
5114 2003-06-11 David Carlton <carlton@bactrian.org>
5115
5116 * block.h (BLOCK_SHOULD_SORT): Delete.
5117 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5118 blocks.
5119 * ada-lang.c (ada_add_block_symbols): Ditto.
5120 * symfile.c (sort_block_syms): Delete.
5121 (sort_symtab_syms): Ditto.
5122 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5123 declarations.
5124 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5125 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5126 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5127 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5128 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5129 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5130 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5131
5132 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5133
5134 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5135 bits to 128.
5136
5137 2003-06-11 Andrew Cagney <cagney@redhat.com>
5138
5139 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5140 REGISTER_CONVERTIBLE.
5141 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5142 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5143 * gdbarch.h, gdbarch.c: Re-generate.
5144 * arch-utils.h (deprecated_register_convertible_not): Rename
5145 generic_register_convertible_not.
5146 * arch-utils.c (deprecated_register_convertible_not): Rename
5147 generic_register_convertible.
5148 (legacy_convert_register_p, legacy_register_to_value): Update.
5149 * sh-tdep.c (sh64_push_arguments): Update.
5150 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5151 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5152 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5153 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5154 * arch-utils.c (legacy_value_to_register): Update.
5155 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5156 (rs6000_register_convert_to_raw): Make parameter "from" const.
5157 * mips-tdep.c (mips_gdbarch_init): Update.
5158 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5159 * infcmd.c (default_print_registers_info): Update.
5160 * ia64-tdep.c (ia64_gdbarch_init): Update.
5161 (ia64_register_convert_to_raw): Make parameter "from" const.
5162 * i386-tdep.c (i386_gdbarch_init): Update.
5163 (i386_register_convert_to_raw): Update.
5164
5165 2003-06-11 Andrew Cagney <cagney@redhat.com>
5166
5167 * remote-fileio.c: Include "remote-fileio.h".
5168 * Makefile.in (remote-fileio.o): Update dependencies.
5169 (remote_fileio_h): Fix typo.
5170
5171 2003-06-11 Andrew Cagney <cagney@redhat.com>
5172
5173 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5174 (xstormy16_save_dummy_frame_tos): Make static.
5175 (_initialize_xstormy16_tdep): Add declaration.
5176 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5177 * v850-tdep.c: Make local functions static.
5178 (_initialize_v850_tdep): Add declaration.
5179 * sparc-tdep.c: Make local functions static.
5180 (_initialize_sparc_tdep): Add declaration.
5181 * sh-tdep.c: Make local functions static.
5182 (_initialize_sh_tdep): Add declaration.
5183 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5184 * s390-tdep.c: Make local functions static.
5185 (_initialize_s390_tdep): Add declaration.
5186 * dbxread.c (find_stab_function_addr): Make static.
5187 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5188 * ocd.c (_initialize_remote_ocd): Add declaration.
5189 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5190 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5191 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5192 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5193 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5194 * remote-array.c (_initialize_array): Add declaration.
5195 (_initialize_remote_monitors): Add declaration.
5196 * remote-mips.c: Make local functions static.
5197 (_initialize_remote_mips): Add declaration.
5198 * mcore-tdep.c: Make all local functions static.
5199 (_initialize_mcore_tdep): Add declaration.
5200 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5201 * abug-rom.c (_initialize_abug_rom): Add declaration.
5202 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5203 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5204 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5205 * remote-est.c (_initialize_est): Add declaration.
5206 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5207 (m68hc11_call_dummy_address): Make static.
5208 * ia64-tdep.c: Make local functions static.
5209 (_initialize_ia64_tdep): Add declaration.
5210 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5211 * monitor.c (monitor_wait_filter): Make static.
5212 (_initialize_remote_monitors): Add declaration.
5213 * remote-hms.c (_initialize_remote_hms): Add declaration.
5214 * remote-e7000.c (fetch_regs_from_dump): Make static.
5215 (expect_n): Make static.
5216 (_initialize_remote_e7000): Add declaration.
5217 * ser-e7kpc.c: Always include "defs.h".
5218 (_initialize_ser_e7000pc): Add declaration.
5219 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5220 * cris-tdep.c: Make all but one function static.
5221 (_initialize_cris_tdep): Add declaration.
5222 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5223 * solib.c (update_solib_list): Make static.
5224 (_initialize_solib): Add declaration.
5225 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5226 (_initialize_avr_tdep): Add declaration.
5227 * remote-rdi.c (voiddummy): Make static.
5228 (_initialize_remote_rdi): Add declaration.
5229 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5230 * remote-rdp.c (send_rdp): Make static.
5231 (_initialize_remote_rdp): Add declaration.
5232 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5233
5234 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5235
5236 * remote-fileio.c: Make ari happy.
5237
5238 2003-06-10 J. Brobecker <brobecker@gnat.com>
5239
5240 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5241 fetching the trailing bytes of the buffer we are about to write.
5242
5243 2003-06-10 Andrew Cagney <cagney@redhat.com>
5244
5245 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5246 * Makefile.in (remote-fileio.o): Update dependencies.
5247 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5248 include <setjmp.h>, or <sys/types.h> conditional on USG.
5249 (remote_fio_jmp_buf): Delete global variable.
5250
5251 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5252 Martin M. Hunt <hunt@redhat.com>
5253
5254 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5255 (SFILES): Add remote-fileio.c.
5256 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5257 dependencies for building remote.o.
5258 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5259 * remote-fileio.h: New header file defining remote File-I/O interface.
5260 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5261 static storage class.
5262 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5263 'F' packet.
5264 (_initialize_remote): Call initialize_remote_fileio().
5265 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5266 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5267 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5268 (captured_main): Initialize new ui_files.
5269 * ui-file.c: Add read and fgets input functions.
5270 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5271 (null_file_read): New function.
5272 (ui_file_read): New function.
5273 (set_ui_file_read): New function.
5274 (stdio_file_read): New function.
5275 * ui-file.h: New type ui_file_read_ftype.
5276 (set_ui_file_read): Declare.
5277 (ui_file_read): Declare.
5278
5279 2003-06-09 Andrew Cagney <cagney@redhat.com>
5280
5281 * frame.h (deprecated_unwind_get_saved_register): Rename
5282 generic_unwind_get_saved_register, update comments.
5283 * mips-tdep.c (mips_get_saved_register): Update.
5284 * frame.c (deprecated_unwind_get_saved_register): Update.
5285
5286 2003-06-09 Andrew Cagney <cagney@redhat.com>
5287
5288 * vax-tdep.c (vax_frame_locals_address): Delete function.
5289 (vax_gdbarch_init): Do not set frame_locals_address.
5290 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5291 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5292 * s390-tdep.c (s390_frame_args_address): Delete function.
5293 (s390_gdbarch_init): Do not set frame_args_address or
5294 frame_locals_address.
5295 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5296 (ns32k_gdbarch_init): Do not set frame_locals_address.
5297 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5298 (hppa_frame_locals_address): Delete function.
5299 (hppa_gdbarch_init): Do not set frame_args_address, or
5300 frame_locals_address.
5301 * arm-tdep.c (arm_frame_args_address): Delete.
5302 (arm_frame_locals_address): Delete.
5303 (arm_gdbarch_init): Do not set frame_args_address, or
5304 frame_locals_address.
5305
5306 2003-06-09 Andrew Cagney <cagney@redhat.com>
5307
5308 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5309 * gdbarch.h, gdbarch.c: Re-generate.
5310 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5311 * arch-utils.c (frame_num_args_unknown): Delete function.
5312 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5313 (frame_info): Use FRAME_NUM_ARGS_P.
5314 * arm-tdep.c (arm_frame_num_args): Delete function.
5315 (arm_gdbarch_init): Do not set frame_num_args.
5316 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5317 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5318 (hppa_gdbarch_init): Do not set frame_num_args.
5319 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5320 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5321 frame_num_args to default frame_num_args_unknown.
5322 * v850-tdep.c (v850_gdbarch_init): Ditto.
5323 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5324 * sh-tdep.c (sh_gdbarch_init): Ditto.
5325 * s390-tdep.c (s390_gdbarch_init): Ditto.
5326 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5327 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5328 * mips-tdep.c (mips_gdbarch_init): Ditto.
5329 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5330 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5331 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5332 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5333 * i386-tdep.c (i386_gdbarch_init): Ditto.
5334 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5335 * frv-tdep.c (frv_gdbarch_init): Ditto.
5336 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5337 * cris-tdep.c (cris_gdbarch_init): Ditto.
5338 * avr-tdep.c (avr_gdbarch_init): Ditto.
5339 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5340
5341 2003-06-09 Andrew Cagney <cagney@redhat.com>
5342
5343 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5344 (print_frame_args): Moved to "stack.c".
5345 * stack.c: Include "gdb_assert.h".
5346 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5347 (print_frame_args): Moved from "printcmd.c".
5348 * frame.h (print_frame_args): Delete declaration.
5349 * Makefile.in (stack.o): Update dependencies.
5350
5351 2003-06-08 Andrew Cagney <cagney@redhat.com>
5352
5353 * frame.c (get_prev_frame): Remove reference to
5354 frame_args_address_correct in comments.
5355 * frame-base.c (default_frame_args_address): Delete code
5356 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5357 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5358 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5359 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5360 (vax_frame_args_address_correct): Delete declaration.
5361
5362 2003-06-08 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbarch.sh (UNWIND_SP): Add.
5365 * gdbarch.h, gdbarch.c: Re-generate.
5366 * frame.c (frame_sp_unwind): New function.
5367 (get_frame_sp): New function.
5368 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5369 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5370 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5371 value.
5372 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5373 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5374
5375 2003-06-08 Andrew Cagney <cagney@redhat.com>
5376
5377 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5378 REMOTE_BREAKPOINT.
5379 * remote.c: Update.
5380 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5381 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5382 * config/m68k/tm-sun3.h: Update.
5383 * config/m68k/tm-m68klynx.h: Update.
5384 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5385
5386 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5387 trad_frame". Update comments.
5388 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5389 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5390 (trad_frame_register_value, trad_frame_prev_register): Update.
5391
5392 2003-06-08 Andrew Cagney <cagney@redhat.com>
5393
5394 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5395 from GCC's acinclude.m4.
5396 * configure.in: Check for getopt's delcaration.
5397 * aclocal.m4, config.in, configure: Re-generate.
5398 * main.c (error_init): Delete declaration.
5399 * defs.h (error_init): Declare.
5400 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5401 (rs6000_convert_from_func_ptr_addr): Make static.
5402 (_initialize_rs6000_tdep): Add declaration.
5403 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5404 (show_commands, set_verbose, show_history): Delete declaration.
5405 * top.h (set_verbose): Add declaration.
5406 (show_history, set_history, show_commands): Add declaration.
5407 (do_restore_instream_cleanup): Add declaration.
5408 * objc-lang.c (specialcmp): Make static.
5409 (print_object_command): Make static.
5410 (find_objc_msgsend): Make static.
5411 (find_objc_msgcall_submethod_helper): Make static.
5412 (find_objc_msgcall_submethod): Make static.
5413 (_initialize_objc_language): Add declaration.
5414 (find_implementation_from_class): Make static.
5415 (find_implementation): Make static.
5416 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5417 * objc-lang.h (lookup_struct_typedef): Add declaration.
5418 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5419 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5420 (do_restore_user_call_depth): Make static.
5421 (do_restore_instream_cleanup): Delete declaration.
5422 (dont_repeat): Delete declaration.
5423 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5424 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5425 * reggroups.c (_initialize_reggroup): Add declaration.
5426 * cp-support.c (_initialize_cp_support): Add declaration.
5427 * cp-abi.c (_initialize_cp_abi): Add declaration.
5428 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5429 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5430 (_initialize_gnu_v3_abi): Add declaration.
5431 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5432 (_initialize_gnu_v2_abi): Add declaration.
5433 * frame-base.c (_initialize_frame_base): Add declaration.
5434 * doublest.c (floatformat_from_length): Make static.
5435 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5436 * frame.c (create_sentinel_frame): Make static.
5437 (_initialize_frame): Add declaration.
5438 * top.c (do_catch_errors): Make static.
5439 (gdb_rl_operate_and_get_next_completion): Make static.
5440 * typeprint.c: Include "typeprint.h".
5441 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5442 (sentinel_frame_this_id): Make static.
5443 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5444 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5445 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5446 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5447 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5448 * maint.c (maintenance_print_architecture): Make static.
5449 * signals/signals.c (_initialize_signals): Add declaration.
5450 * std-regs.c (_initialize_frame_reg): Add declaration.
5451 * jv-exp.y (push_variable): ISO C definition.
5452 (push_qualified_expression_name): Ditto.
5453 * memattr.c (_initialize_mem): Add declaration.
5454 * remote.c (remote_check_watch_resources): Make static.
5455 (remote_stopped_by_watchpoint): Make static.
5456 (remote_stopped_data_address): Make static.
5457 * d10v-tdep.c (nr_dmap_regs): Make static.
5458 (a0_regnum): Make static.
5459 (d10v_frame_unwind_cache): Make static.
5460 (d10v_frame_p): Make static.
5461 * osabi.c (show_osabi): Make static.
5462 (_initialize_gdb_osabi): Add extern declaration.
5463 * gdbtypes.c (make_qualified_type): Make static.
5464 (safe_parse_type): Make static.
5465 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5466 * macrotab.c (macro_bcache_free): Make static.
5467 * interps.c (interp_set_quiet): Make static.
5468 (interpreter_exec_cmd): Make static.
5469 * stack.h (select_frame_command): New file.
5470 * stack.c: Include "stack.h".
5471 (select_frame_command_wrapper): Delete function.
5472 (select_frame_command): Make global.
5473 * infcall.c: Include "infcall.h".
5474 * linespec.c: Include "linespec.h".
5475 * symfile.c (sections_overlap): Make static.
5476 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5477 * charset.c (_initialize_charset): Add missing prototype.
5478 * regcache.c (init_legacy_regcache_descr): Make static.
5479 (do_regcache_xfree): Make static.
5480 (regcache_xfer_part): Make static.
5481 (_initialize_regcache): Add missing prototype.
5482 * breakpoint.c (parse_breakpoint_sals): Make static.
5483 (breakpoint_sals_to_pc): Make static.
5484 * interps.h (clear_interpreter_hooks): ISO C declaration.
5485 * Makefile.in (stack_h): Define.
5486 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5487 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5488
5489 2003-06-08 Andrew Cagney <cagney@redhat.com>
5490
5491 * Makefile.in (d10v-tdep.o): Update dependencies.
5492 (SFILES): Add trad-frame.c.
5493 (trad_frame_h): Define.
5494 (COMMON_OBS): Add trad-frame.o.
5495 (trad-frame.o): Specify dependencies.
5496 * d10v-tdep.c: Include "trad-frame.h".
5497 (saved_regs_unwinder): Delete function.
5498 (d10v_frame_prev_register): Use trad_frame_prev_register.
5499 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5500 trad_frame", delete "regs" and "prev_sp".
5501 (prologue_find_regs): Use trad-frame.
5502 * trad-frame.h, trad-frame.c: New files.
5503
5504 2003-06-08 Mark Kettenis <kettenis@gnu.org>
5505
5506 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5507
5508 2003-06-07 Adam Fedor <fedor@gnu.org>
5509
5510 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5511 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5512 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5513 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
5514 resolve_msgsend_super, resolve_msgsend_super_stret):
5515 Use it.
5516
5517 2003-06-07 Andrew Cagney <cagney@redhat.com>
5518
5519 * symfile.h: Re-indent, clean up comments.
5520
5521 2003-06-07 Andrew Cagney <cagney@redhat.com>
5522
5523 * inferior.h (deprecated_write_sp): Replace
5524 generic_target_write_sp.
5525 * regcache.c (deprecated_write_sp): Replace
5526 generic_target_write_sp.
5527 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5528 * vax-tdep.c (vax_gdbarch_init): Update.
5529 * v850-tdep.c (v850_gdbarch_init): Update.
5530 * sparc-tdep.c (sparc_gdbarch_init): Update.
5531 * sh-tdep.c (sh_gdbarch_init): Update.
5532 * s390-tdep.c (s390_gdbarch_init): Update.
5533 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5534 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5535 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5536 * mcore-tdep.c (mcore_gdbarch_init): Update.
5537 * m68k-tdep.c (m68k_gdbarch_init): Update.
5538 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5539 * ia64-tdep.c (ia64_gdbarch_init): Update.
5540 * h8300-tdep.c (h8300_gdbarch_init): Update.
5541 * frv-tdep.c (frv_gdbarch_init): Update.
5542 * cris-tdep.c (cris_gdbarch_init): Update.
5543 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5544
5545 2003-06-07 Andrew Cagney <cagney@redhat.com>
5546
5547 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5548 Assert that PC_REGNUM is valid.
5549 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5550
5551 2003-06-07 Andrew Cagney <cagney@redhat.com>
5552
5553 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5554 * gdbarch.h, gdbarch.c: Regenerate.
5555 * mn10300-tdep.c: Include "gdb_assert.h".
5556 (mn10300_read_fp): New function.
5557 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5558 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5559 * ia64-tdep.c: Include "gdb_assert.h".
5560 (ia64_read_fp): New function.
5561 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5562 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5563 * regcache.c (generic_target_read_sp): Delete function.
5564 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5565 * inferior.h (generic_target_read_sp): Delete declaration.
5566 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5567 generic_target_read_sp.
5568 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5569 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5570 * sh-tdep.c (sh_gdbarch_init): Ditto.
5571 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5572 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5573
5574 2003-06-07 Andrew Cagney <cagney@redhat.com>
5575
5576 * gdbarch.sh: Comment each field of startup_gdbarch.
5577 * gdbarch.h, gdbarch.c: Re-generate.
5578
5579 2003-06-07 Andrew Cagney <cagney@redhat.com>
5580
5581 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5582 * gdbarch.h, gdbarch.c: Re-generate.
5583 * regcache.c: Update comments on read_pc et.al.
5584 (generic_target_read_pc): Delete function.
5585 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5586 * inferior.h (generic_target_read_pc): Delete declaration.
5587 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5588 generic_target_read_pc.
5589 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5590 * sh-tdep.c (sh_gdbarch_init): Ditto.
5591 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5592 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5593
5594 2003-06-07 Andrew Cagney <cagney@redhat.com>
5595
5596 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5597 "index" with "special_local_sect". Use strcmp instead of STREQ.
5598 Append period to coments.
5599
5600 2003-06-06 Mark Mitchell <mark@codesourcery.com>
5601
5602 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5603 (elfstab_offset_sections): Likewise.
5604 * gdb-stabs.h (stab_section_info): Likewise.
5605 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5606 * objfiles.c (objfile_relocate): Likewise.
5607 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5608 * remote.c (get_offsets): Likewise.
5609 (remote_cisco_objfile_relocate): Likewise.
5610 * somread.c (som_symfile_offsets): Likewise.
5611 * symfile.c (alloc_section_addr_info): New function.
5612 (build_section_addr_info_from_section_tab): Use it.
5613 (free_section_addr_info): Adjust.
5614 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5615 (syms_from_objfile): Allocate local_addr dynamically.
5616 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5617 dynamically.
5618 (add_symbol_file_command): Allocate sect_opts dynamically.
5619 (reread_symbols): Avoid use of SECT_OFF_MAX.
5620 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5621 (alloc_section_addr_info): Declare it.
5622 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5623 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5624 dynamically.
5625 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
5626
5627 2003-06-06 Andrew Cagney <cagney@redhat.com>
5628
5629 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5630 (d10v_frame_unwind_cache): Do not set "return_pc".
5631
5632 2003-06-06 Michael Snyder <msnyder@redhat.com>
5633
5634 * h8300-tdep.c: Make tidy (long lines).
5635
5636 2003-06-06 Michal Ludvig <mludvig@suse.cz>
5637
5638 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
5639 to regcache_collect().
5640
5641 2003-06-05 J. Brobecker <brobecker@gnat.com>
5642
5643 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5644 pc_in_sigtramp multiarch method.
5645 (hppa_hpux_som_init_abi): Use it.
5646 (hppa_hpux_elf_init_abi): Likewise.
5647 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5648 macro has been multiarched.
5649 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5650 macro here, as hppa64 isn't multiarched yet.
5651
5652 2003-06-05 Andrew Cagney <cagney@redhat.com>
5653
5654 * Makefile.in (value_h): Add $(frame_h).
5655 * value.h: Include "frame.h".
5656 (struct value): Replace "frame_addr" with "frame_id".
5657 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5658 * values.c (allocate_value): Use VALUE_FRAME_ID.
5659 (value_copy): Use VALUE_FRAME_ID.
5660 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5661 * valops.c (value_assign): Update. Use frame_find_by_id.
5662
5663 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5664
5665 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5666 in each pass.
5667
5668 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5669
5670 * thread-db.c (check_event): For create/death event breakpoints,
5671 loop through all messages to ensure that we read the message
5672 corresponding to the breakpoint we are at.
5673
5674 2003-06-04 Michael Snyder <msnyder@redhat.com>
5675
5676 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5677
5678 2003-06-04 Mark Kettenis <kettenis@gnu.org>
5679
5680 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5681 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5682 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5683 when handling .eh_frame sections.
5684
5685 2003-06-04 J. Brobecker <brobecker@gnat.com>
5686
5687 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5688 prepare_to_proceed procedure instead of the hppa-specific one.
5689 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5690
5691 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
5692
5693 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5694 * config.in: Regenerated.
5695 * configure.in: Add test for syscall function and check for
5696 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5697 * configure: Regenerated.
5698 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5699 <sys/syscall.h>.
5700 (kill_lwp): New function that uses tkill syscall or
5701 uses kill, depending on whether threading model is nptl or not.
5702 All callers of kill() changed to use kill_lwp().
5703 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5704 see if all threads have already exited in the nptl model.
5705 (stop_and_resume_callback): New callback function used by the
5706 lin_lwp_wait thread exit handling code.
5707 (stop_wait_callback): Check for threads already having exited and
5708 delete such threads fromt the lwp list when discovered.
5709 (stop_callback): Don't assert retcode of kill call.
5710
5711 Roland McGrath <roland@redhat.com>
5712 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5713 nptl libthread_db.
5714
5715 2003-06-03 Richard Henderson <rth@redhat.com>
5716
5717 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5718 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5719 (alpha_sigtramp_frame_prev_register): Likewise.
5720 (alpha_heuristic_frame_prev_register): Likewise.
5721 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5722
5723 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
5724 alpha-specific register id names.
5725 (alpha_mdebug_frame_unwind_cache): Likewise.
5726 (alpha_mdebug_frame_prev_register): Likewise.
5727
5728 2003-06-03 Richard Henderson <rth@redhat.com>
5729
5730 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5731 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5732 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5733 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5734 unwind routines.
5735 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5736 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5737 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5738
5739 * alpha-linux-tdep.c: Remove unnecessary includes.
5740 * Makefile.in (alpha-linux-tdep.o): Update.
5741
5742 2003-06-03 Richard Henderson <rth@redhat.com>
5743
5744 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5745 (alphabsd_fill_fpreg): Likewise.
5746
5747 2003-06-03 J. Brobecker <brobecker@gnat.com>
5748
5749 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5750 references to struct frame_info fields by calls to the equivalent
5751 accessors. Necessary now that frame_info is opaque.
5752
5753 2003-06-03 J. Brobecker <brobecker@gnat.com>
5754
5755 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5756 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5757 structure, field no longer exists.
5758
5759 2003-06-03 J. Brobecker <brobecker@gnat.com>
5760
5761 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5762 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5763
5764 2003-06-03 J. Brobecker <brobecker@gnat.com>
5765
5766 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5767 references to struct frame_info fields by calls to the equivalent
5768 accessors. Necessary now that frame_info is opaque.
5769
5770 2003-06-03 J. Brobecker <brobecker@gnat.com>
5771
5772 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5773 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5774 structure, field no longer exists.
5775
5776 2003-06-03 Theodore A. Roth <troth@openavr.org>
5777
5778 * remote.c (init_remote_state): Compute sizeof_g_packet by
5779 accumulation of the size of all registers instead of blindly using
5780 DEPRECATED_REGISTER_BYTES.
5781
5782 2003-06-03 Michael Snyder <msnyder@redhat.com>
5783
5784 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
5785 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
5786 for h8300sx.
5787
5788 2003-06-03 J. Brobecker <brobecker@gnat.com>
5789
5790 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
5791 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
5792
5793 2003-06-03 Andrew Cagney <cagney@redhat.com>
5794
5795 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
5796 (sparc_convert_to_raw): Delete function.
5797 (sparc_gdbarch_init): Do not set register_convert_to_raw or
5798 register_convert_to_virtual.
5799
5800 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
5801
5802 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
5803 layer if not dealing with a statically-linked threaded program.
5804
5805 2003-06-03 Kris Warkentin <kewarken@qnx.com>
5806
5807 * solib.c (solib_open): Update comment to reflect actual search order.
5808
5809 2003-06-03 Andrew Cagney <cagney@redhat.com>
5810
5811 * frame.c (get_frame_memory_signed): New function.
5812 (get_frame_memory, get_frame_memory_unsigned): New function.
5813 (get_frame_arch): New function.
5814 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
5815 (get_frame_memory, get_frame_unsigned_memory): Declare.
5816 * d10v-tdep.c (d10v_frame_unwind_cache): Use
5817 get_frame_memory_unsigned and get_frame_arch.
5818 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
5819
5820 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
5821
5822 * MAINTAINERS (write after approval): Add myself.
5823
5824 2003-06-03 Jim Blandy <jimb@redhat.com>
5825
5826 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
5827 elements of gregset_t are 64 bits each, but access registers
5828 are still 32 bits, so they're packed two per gregset_t
5829 element. Unpack/pack them properly.
5830
5831 2003-06-02 David Carlton <carlton@bactrian.org>
5832
5833 * linespec.c (find_methods): Break out code into
5834 add_matching_methods and add_constructors.
5835 (add_matching_methods): New.
5836 (add_constructors): Ditto.
5837
5838 2003-06-02 Andrew Cagney <cagney@redhat.com>
5839
5840 * sparc-tdep.c (sparc_print_registers): Delete call to
5841 REGISTER_CONVERTIBLE.
5842 (sparc_gdbarch_init): Do not set register_convertible.
5843 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5844 * frv-tdep.c (frv_gdbarch_init): Ditto.
5845 * cris-tdep.c (cris_gdbarch_init): Ditto.
5846
5847 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
5848
5849 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
5850 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
5851 (syms_from_objfile): Ditto.
5852
5853 2003-06-03 Andreas Schwab <schwab@suse.de>
5854
5855 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
5856 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
5857
5858 2003-06-02 Richard Henderson <rth@redhat.com>
5859
5860 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
5861 a member of all_reggroup.
5862
5863 2003-06-02 Richard Henderson <rth@redhat.com>
5864
5865 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
5866 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
5867 (alpha_lds, alpha_sts): New.
5868 (alpha_convert_register_p): Change from _register_convertible.
5869 (alpha_register_to_value): Change from _convert_to_virtual;
5870 restructure and fail for type sizes other than 4 or 8.
5871 (alpha_value_to_register): Similarly.
5872 (alpha_extract_return_value): Use alpha_sts.
5873 (alpha_store_return_value): Use alpha_lds.
5874 (alpha_gdbarch_init): Update hooks.
5875
5876 2003-06-02 Richard Henderson <rth@redhat.com>
5877
5878 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
5879 regnum identifiers.
5880 (alpha_sigtramp_register_address): Likewise.
5881
5882 2003-06-02 Richard Henderson <rth@redhat.com>
5883
5884 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
5885 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
5886 * alpha-tdep.h: Declare them.
5887
5888 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
5889 Remove zerobuf. Don't error on UNIQUE.
5890 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
5891 (ALPHA_REGSET_UNIQUE): Provide default.
5892 (supply_gregset): Use alpha_supply_int_regs.
5893 (fill_gregset): Use alpha_fill_int_regs.
5894 (supply_fpregset): Use alpha_supply_fp_regs.
5895 (fill_fpregset): Use alpha_fill_fp_regs.
5896 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
5897 (alphabsd_supply_reg): Use alpha_supply_int_regs.
5898 (alphabsd_fill_reg): Use alpha_fill_int_regs.
5899 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
5900 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
5901 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
5902
5903 2003-06-02 Richard Henderson <rth@redhat.com>
5904
5905 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
5906
5907 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
5908 (alpha_store_return_value): Likewise.
5909
5910 2003-06-02 David Carlton <carlton@math.stanford.edu>
5911
5912 * block.c (contained_in): Add 'const' to arguments.
5913 (block_function): Ditto.
5914 * block.h: Update declarations for block_function and
5915 contained_in.
5916
5917 2003-06-02 David Carlton <carlton@math.stanford.edu>
5918
5919 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
5920 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
5921 * p-valprint.c (pascal_val_print): Ditto.
5922 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
5923
5924 2003-06-02 Richard Henderson <rth@redhat.com>
5925
5926 * alpha-tdep.c (alpha_push_dummy_call): Use
5927 builtin_type_ieee_double_little instead of builtin_type_double.
5928
5929 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
5930 sign-extension of 32-bit values.
5931 (alpha_store_return_value): Similarly.
5932
5933 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
5934 (alpha_extract_return_value): Likewise.
5935 (alpha_store_return_value): Likewise.
5936
5937 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
5938 (alpha_store_return_value): Error on IEEE Quad floats.
5939
5940 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
5941 (alpha_extract_struct_value_address): Likewise.
5942 (alpha_store_return_value): Likewise.
5943 (alpha_store_struct_return): Remove.
5944 (alpha_gdbarch_init): Update hook registration to match.
5945
5946 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
5947 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
5948 macros where appropriate.
5949 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
5950 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
5951
5952 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
5953 for SP, GP; void_func_ptr for PC; non-language-specific types
5954 for all others.
5955 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
5956
5957 2003-06-02 Richard Henderson <rth@redhat.com>
5958
5959 * top.h (lim_at_start): Declare.
5960 * main.c (captured_main): Set it.
5961 * top.c (lim_at_start): Define.
5962 (command_loop): Use it instead of &environ.
5963 * event-top.c (command_handler): Likewise.
5964
5965 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
5966
5967 * mipsnbsd-tdep.c: Update copyright years.
5968 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
5969
5970 2003-06-01 Richard Henderson <rth@redhat.com>
5971
5972 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
5973 (alpha-linux-tdep.o): Update dependencies.
5974 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
5975 * alpha-mdebug-tdep.c: Remove unneeded includes.
5976
5977 2003-06-01 Richard Henderson <rth@redhat.com>
5978
5979 * alpha-tdep.c (alpha_register_reggroup_p): New.
5980 (alpha_gdbarch_init): Register it.
5981
5982 2003-06-02 Andrew Cagney <cagney@redhat.com>
5983
5984 * dwarfread.c: Eliminate "register"
5985 (decode_die_type): Eliminate assignment within "if".
5986 (struct_type, decode_array_element_type): Ditto.
5987 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
5988 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
5989 (decode_modified_type, completedieinfo): Ditto.
5990 * block.c: Eliminate "register".
5991 (blockvector_for_pc_sect): Eliminate assignment within "if".
5992 * cp-support.h (struct symbol): Opaque declaration.
5993 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
5994
5995 2003-06-01 Richard Henderson <rth@redhat.com>
5996
5997 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
5998 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5999
6000 2003-06-01 Adam Fedor <fedor@gnu.org>
6001
6002 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6003 * gdbarch.[ch]: Regenerate.
6004 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6005 (hppa_gdbarch_init): Set it in the gdbarch vector.
6006 * i386-tdep.c (i386_fetch_pointer_argument): New
6007 (i386_gdbarch_init): Set it into gdbarch.
6008 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6009 (rs6000_gdbarch_init): Set it in gdbarch.
6010 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6011 (sparc_gdbarch_init): Set it in gdbarch.
6012
6013 2003-06-01 Andrew Cagney <cagney@redhat.com>
6014
6015 * defs.h (extract_address): Delete declaration.
6016 * findvar.c (extract_address): Delete function.
6017 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6018 extract_address with the inline equivalent,
6019 extract_unsigned_integer.
6020 (xstormy16_extract_struct_value_address): Ditto.
6021 (xstormy16_pointer_to_address): Ditto.
6022 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6023 * v850-tdep.c (v850_push_arguments): Ditto.
6024 (v850_extract_return_value): Ditto.
6025 (v850_extract_struct_value_address): Ditto.
6026 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6027 (sparcnbsd_get_longjmp_target_64): Ditto.
6028 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6029 (get_longjmp_target): Ditto.
6030 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6031 (sh64_extract_struct_value_address): Ditto.
6032 (sh_push_arguments): Ditto.
6033 (sh64_push_arguments): Ditto.
6034 * remote-vxsparc.c (vx_read_register): Ditto.
6035 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6036 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6037 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6038 * mipsv4-nat.c (get_longjmp_target): Ditto.
6039 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6040 * mips-nat.c (get_longjmp_target): Ditto.
6041 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6042 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6043 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6044 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6045 * irix5-nat.c (get_longjmp_target): Ditto.
6046 * irix4-nat.c (get_longjmp_target): Ditto.
6047 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6048 (ia64_push_arguments): Ditto.
6049 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6050 * h8300-tdep.c (h8300_push_arguments): Ditto.
6051 (h8300_store_return_value): Ditto.
6052 (h8300_extract_struct_value_address): Ditto.
6053 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6054 (frv_push_arguments): Ditto.
6055 * avr-tdep.c (avr_pointer_to_address): Ditto.
6056 (avr_push_arguments): Ditto.
6057 * arm-tdep.c (arm_push_dummy_call): Ditto.
6058 (arm_get_longjmp_target): Ditto.
6059 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6060 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6061 (alpha_get_longjmp_target): Ditto.
6062
6063 * solib-irix.c (extract_mips_address): Inline extract_address,
6064 replacing it with extract_signed_integer.
6065 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6066 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6067 (first_link_map_member, open_symbol_file_object): Ditto.
6068 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6069 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6070 (LM_NEXT, LM_NAME): Ditto.
6071
6072 2003-06-01 Richard Henderson <rth@redhat.com>
6073
6074 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6075 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6076 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6077 (alpha_cannot_store_register): Likewise.
6078 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6079 * alpha-nat.c (supply_gregset): Likewise.
6080 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6081
6082 2003-06-01 Andrew Cagney <cagney@redhat.com>
6083
6084 * infcall.c (call_function_by_hand): Update comment on
6085 DEPRECATED_DUMMY_WRITE_SP.
6086
6087 * mips-tdep.c (mips_gdbarch_init): Do not set
6088 deprecated_dummy_write_sp.
6089 (mips_eabi_push_dummy_call): Set the SP register.
6090 (mips_o64_push_dummy_call): Set the SP register.
6091 (mips_o32_push_dummy_call): Set the SP register.
6092 (mips_n32n64_push_dummy_call): Set the SP register.
6093
6094 2003-06-01 Richard Henderson <rth@redhat.com>
6095
6096 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6097 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6098 (supply_gregset): Likewise.
6099 * alpha-tdep.c (alpha_store_return_value): Likewise.
6100 (alpha_get_longjmp_target): Likewise.
6101 (alpha_register_name): Constify array.
6102 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6103 deprecated_register_size, deprecated_register_bytes,
6104 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6105 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6106 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6107
6108 2003-06-01 Richard Henderson <rth@redhat.com>
6109
6110 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6111 from arg_reg_buffer to regcache to avoid double conversion.
6112
6113 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6114
6115 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6116 SP_REGNUM.
6117 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6118 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6119
6120 2003-06-01 Richard Henderson <rth@redhat.com>
6121
6122 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6123 (decode_frame_entry): Set it. Skip FDE augmentation.
6124
6125 2003-06-01 Richard Henderson <rth@redhat.com>
6126
6127 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6128 not overlapping PC_REGNUM.
6129
6130 2003-06-01 Richard Henderson <rth@redhat.com>
6131
6132 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6133 alpha_push_arguments. Don't dump argument register data to
6134 the target stack. Fix float and 128-bit long double semantics.
6135 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6136 (alpha_fix_call_dummy): Remove.
6137 (alpha_call_dummy_words): Remove.
6138 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6139
6140 2003-06-01 Richard Henderson <rth@redhat.com>
6141
6142 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6143
6144 2003-06-01 Andrew Cagney <cagney@redhat.com>
6145
6146 * mips-tdep.c (is_mips16_addr): New function.
6147 (make_mips16_addr, unmake_mips16_addr): New functions.
6148 (pc_is_mips16, mips_fetch_instruction): Use.
6149 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6150 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6151 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6152 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6153 TARGET_MIPS.
6154 * config/mips/tm-mips.h: Update copyright.
6155 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6156 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6157 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6158 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6159 (TM_PRINT_INSN_MACH): Delete.
6160 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6161
6162 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6163 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6164 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6165 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6166 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6167 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6168 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6169 mips*-*-riscos* and mips*-*-sysv* onto mips.
6170 * config/mips/mips64.mt: New file.
6171 * config/mips/mips.mt: New file.
6172 * config/mips/littlemips.mt: Delete file.
6173 * config/mips/decstation.mt: Delete file.
6174 * config/mips/vr4300el.mt: Delete file.
6175 * config/mips/vr5000el.mt: Delete file.
6176 * config/mips/vr5000.mt: Delete file.
6177 * config/mips/vr4100.mt: Delete file.
6178 * config/mips/vr4xxxel.mt: Delete file.
6179 * config/mips/vr4300.mt: Delete file.
6180 * config/mips/vr4xxx.mt: Delete file.
6181 * config/mips/bigmips.mt: Delete file.
6182 * config/mips/bigmips64.mt: Delete file.
6183 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6184 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6185 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6186 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6187 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6188 "tm-bigmips.h".
6189 * config/mips/tm-irix3.h: Ditto.
6190 * config/mips/tm-mipsv4.h: Ditto.
6191 * config/mips/tm-embed.h: Ditto.
6192 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6193 "tm-bigmips64.h".
6194 * config/mips/tm-vr5000el.h: Delete file.
6195 * config/mips/tm-tx39l.h: Delete file.
6196 * config/mips/tm-vr4300el.h: Delete file.
6197 * config/mips/tm-vr4xxxel.h: Delete file.
6198 * config/mips/tm-vr4300.h: Delete file.
6199 * config/mips/tm-vr4100.h: Delete file.
6200 * config/mips/tm-vr4xxx.h: Delete file.
6201 * config/mips/tm-vr5000.h: Delete file.
6202 * config/mips/tm-embedl64.h: Delete file.
6203 * config/mips/tm-embedl.h: Delete file.
6204 * config/mips/tm-embed64.h: Delete file.
6205 * config/mips/tm-bigmips64.h: Delete file.
6206 * config/mips/tm-bigmips.h: Delete file.
6207
6208 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6209
6210 Fix gdb/1216.
6211 * shnbsd-nat.c: Include "sh-tdep.h".
6212
6213 From Richard Henderson <rth@redhat.com>:
6214 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6215
6216 2003-05-31 Andrew Cagney <cagney@redhat.com>
6217
6218 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6219 forward declaration.
6220 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6221 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6222 (mips_find_saved_regs): Use set_reg_offset.
6223 (mips_frame_init_saved_regs): Delete function.
6224 (mips_pop_frame): Call mips_find_saved_regs instead of
6225 DEPRECATED_FRAME_INIT_SAVED_REGS.
6226
6227 2003-05-31 Andrew Cagney <cagney@redhat.com>
6228
6229 * mips-tdep.c (mips_gdbarch_init): Do not set
6230 deprecated_max_register_raw_size, register_virtual_size, and
6231 deprecated_max_register_virtual_size.
6232
6233 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6234
6235 * i386-tdep.c: Include "dwarf2-frame.h".
6236 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6237 * Makefile.in (i386-tdep.o): Update dependencies.
6238
6239 * dwarf2-frame.c, dwarf2-frame.h: New files.
6240 * Makefile.in (SFILES): Add dwarf2-frame.c.
6241 (dwarf2_frame_h): Define.
6242 (COMMON_OBS): Add dwarf2-frame.o.
6243 (dwarf2-frame.o): Add dependencies.
6244
6245 2003-05-31 Andreas Jaeger <aj@suse.de>
6246
6247 * x86-64-linux-nat.c: Fix comment.
6248
6249 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6250
6251 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6252 function signature.
6253
6254 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6255 have a sigcontext_addr handler.
6256 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6257 sigcontext_addr handler.
6258
6259 2003-05-31 Andrew Cagney <cagney@redhat.com>
6260
6261 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6262 (print_fp_register_row): Replace do_fp_register_row.
6263 (mips_print_fp_register): Add "file" and "frame" parameters.
6264 (mips_print_register): Add "file" and "frame" parameters.
6265 (mips_print_registers_info): Replace mips_do_registers_info.
6266 (mips_gdbarch_init): Set print_registers_info instead of
6267 deprecated_do_registers_info.
6268 (mips_read_fp_register_single): Add "frame" parameter.
6269 (mips_read_fp_register_double): Add "frame" parameter.
6270
6271 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6272
6273 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6274 Fixes a bug where GDB would print the wrong register names for
6275 targets without SSE.
6276
6277 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6278 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6279 registers.
6280
6281 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6282 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6283 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6284 TDEP->sc_sp_offset.
6285
6286 From Michal Ludvig <mludvig@suse.cz>:
6287 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6288 and `sc_num_regs'.
6289 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6290 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6291 I386_ST0_REGNUM): Move here from...
6292 * i386-tdep.c: ... here.
6293 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6294 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6295 registers if possible.
6296 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6297 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6298 Remove variables.
6299 (i386bsd_sc_reg_offset): New variable.
6300 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6301 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6302 TDEP->sc_sp_offset.
6303 (i386fbsd_sc_reg_offset): New variable.
6304 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6305 TDEP->sc_num_regs.
6306 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6307 variables.
6308 (i386fbsd4_sc_reg_offset): New variable.
6309 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6310 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6311 TDEP->sc_sp_offset.
6312 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6313 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6314 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6315 Remove variables.
6316 (i386nbsd_sc_reg_offset): New variable.
6317 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6318 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6319 TDEP->sc_sp_offset.
6320 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6321 Remove variables.
6322 (i386obsd_sc_reg_offset): New variable.
6323 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6324 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6325 TDEP->sc_sp_offset.
6326 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6327 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6328 for frame pointer offset in `struct sigcontext'.
6329
6330 2003-05-31 Andrew Cagney <cagney@redhat.com>
6331
6332 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6333 architecture methods call_dummy_words, sizeof_call_dummy_words,
6334 push_return_address, store_struct_return, and fix_call_dummy. Set
6335 push_dummy_call instead of deprecated_push_arguments.
6336 (mips_store_struct_return): Delete function.
6337 (mips_fix_call_dummy): Delete function.
6338 (mips_push_return_address): Delete function.
6339 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6340 RA_REGNUM and T9_REGNUM.
6341 (mips_n32n64_push_dummy_call): Ditto for
6342 mips_n32n64_push_arguments.
6343 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6344 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6345
6346 2003-05-31 Andrew Cagney <cagney@redhat.com>
6347
6348 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6349 "dummy_addr" to "bp_addr".
6350 * infcall.c (call_function_by_hand): Pass "funaddr" to
6351 gdbarch_push_dummy_call.
6352 * gdbarch.h, gdbarch.c: Re-generate.
6353 * i386-tdep.c (i386_push_dummy_call): Update.
6354 * arm-tdep.c (arm_push_dummy_call): Update.
6355 * d10v-tdep.c (d10v_push_dummy_call): Update.
6356
6357 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6358
6359 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6360 variable declarations.
6361 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6362 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6363 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6364 x86_64_init_frame_pc, x86_64_init_frame_pc,
6365 x86_64_function_has_prologue): Remove prototypes.
6366 (X86_64_NUM_GREGS): New define.
6367 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6368 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6369 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6370 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6371 XMM1_REGNUM): Remove defines.
6372 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6373 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6374 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6375 X86_64_XMM1_REGNUM): New defines.
6376 (struct x86_64_register_info): Renamed from `struct
6377 register_info'. Remove `size' member.
6378 (x86_64_register_info_table): Remove variable.
6379 (x86_64_register_info): New variable.
6380 (X86_64_NUM_REGS): New define.
6381 (X86_64_NUM_GREGS): Remove define.
6382 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6383 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6384 Remove variables.
6385 (x86_54_dwarf2_reg_to_regnum): Remove function.
6386 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6387 (x86_64_dwarf_reg_to_regnum): New function.
6388 (x86_64_register_name): Rewrite.
6389 (x86_64_register_raw_size): Remove function.
6390 (x86_64_register_byte_table): Remove variable.
6391 (x86_64_register_byte): Remove function.
6392 (x86_64_register_virtual_type): Remove function.
6393 (x86_64_register_type): New function.
6394 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6395 x86_64_register_convert_to_raw): Remove functions.
6396 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6397 (x86_64_use_struct_convention): Make static. Adjust for renamed
6398 defines.
6399 (x86_64_frame_init_saved_regs): Remove function.
6400 (x86_64_push_arguments): Make static. Change to accept a regcache
6401 as argument.
6402 (x86_64_store_return_value, x86_64_extract_return_value): Make
6403 static. Rewrite based on i386 counterparts.
6404 (x86_64_push_dummy_call): New function.
6405 (X86_64_NUM_SAVED_REGS): New define.
6406 (x86_64_register_number): Remove function.
6407 (x86_64_store_struct_return): Remove function.
6408 (x86_64_frameless_function_invocation,
6409 x86_64_function_has_prologue): Remove functions.
6410 (PROLOG_BUFSIZE): Remove define.
6411 (struct x86_64_frame_cache): New structure.
6412 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6413 x86_64_frame_cache, x86_64_frame_this_id,
6414 x86_64_frame_prev_register, x86_64_frame_p,
6415 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6416 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6417 functions.
6418 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6419 variables.
6420 (x86_64_skip_prologue): Rewrite in terms of
6421 x86_64_analyze_prologue.
6422 (x86_64_frame_base_address): New function.
6423 (x86_64_frame_base): New variable.
6424 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6425 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6426 set deprecated_fp_regnum, deprecated_register_size,
6427 deprecated_register_bytes, register_raw_size, register_byte,
6428 register_virtual_type, register_convertiable,
6429 register_convert_to_virtual, convert_to_raw,
6430 deprecated_get_saved_register, deprecated_target_read_fp,
6431 deprecated_push_arguments, deprecated_push_return_address,
6432 deprecated_pop_frame, deprecated_store_struct_return,
6433 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6434 frameless_function_invocation, deprecated_frame_saved_pc,
6435 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6436 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6437 deprecated_init_frame_pc and virtual_frame_pointer. Call
6438 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6439 and x86_64_frame_p. Call frame_base_set_default to register
6440 x86_64_frame_base.
6441 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6442 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6443 (_initialize_x86_64_tdep): Remove function.
6444 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6445 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6446 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6447 define.
6448 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6449 (x86_64_linux_sigcontext_addr): Rewrite.
6450 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6451 x86_64_linux_frame_saved_pc): Remove functions.
6452 (x86_64_linux_pc_in_sigtramp): Renamed from
6453 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6454 trampoline.
6455 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6456 Remove_functions.
6457 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6458 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6459 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6460 (x86_64_regmap): Rename to regmap.
6461 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6462 x86_64_num_gregs.
6463 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6464 x86_64_regmap.
6465 (x86_64_fxsave_offset): Remove function.
6466 (supply_fpregset): Simply call x86_64_supply_fxsave.
6467 (fill_fpregset): Simply call x86_64_fill_fxsave.
6468 (fetch_inferior_registers, store_inferior_registers): Avoid
6469 asignment in if-statement.
6470 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6471 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6472 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6473 (fetch_core_registers): Remove function.
6474 (linux_elf_core_fns): Remove.
6475 (offsetoff): Don't define.
6476 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6477 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6478 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6479 add core-regset.o.
6480 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6481 protection against multiple includes instead of NM_X86_64_h. Add
6482 various comments. Include "config/nm-linux.h". Don't include
6483 <signal.h>.
6484 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6485 GET_THREAD_SIGNALS): Remove defines.
6486 (x86_64_register_u_addr, kernel_u_size,
6487 lin_thread_get_thread_signals): Remove prototypes.
6488 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6489 [HAVE_LINK_H]: Don't include "solib.h".
6490 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6491 * config/i386/tm-x86-64linux.h: Fix comments.
6492 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6493 x86-64-tdep.o): Update dependencies.
6494
6495 2003-05-30 Andrew Cagney <cagney@redhat.com>
6496
6497 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6498 Change parameter type to a "struct regcache *".
6499
6500 * gdbarch.sh: Regardless of the multi-arch level, always define
6501 the macro when not already defined.
6502 * gdbarch.h, gdbarch.c: Re-generate.
6503
6504 2003-05-30 Richard Henderson <rth@redhat.com>
6505
6506 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6507 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6508 (alpha_mdebug_frame_this_id): Likewise.
6509 (alpha_mdebug_frame_prev_register): Likewise.
6510 (alpha_mdebug_frame_base_address): Likewise.
6511 (alpha_mdebug_frame_locals_address): Likewise.
6512 (alpha_mdebug_frame_args_address): Likewise.
6513 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6514 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6515 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6516 loop increment.
6517 (alpha_heuristic_frame_this_id): Make static.
6518 (alpha_heuristic_frame_prev_register): Likewise.
6519 (alpha_heuristic_frame_base_address): Likewise.
6520 * alpha-tdep.h: Update.
6521
6522 2003-05-30 Mark Kettenis <kettenis@gnu.org>
6523
6524 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6525 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6526 defenitions.
6527 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6528 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6529 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6530 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6531 I386_ST0_REGNUM): New defines.
6532 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6533 codestream_get): Remove define.
6534 (codestream_next_addr, condestream_addr, condestream_buf,
6535 codestream_off, codestream_cnt): Remove variables.
6536 (codestream_fill, codestream_seek, codestream_read): Remove
6537 functions.
6538 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6539 functionality.
6540 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6541 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6542 i386_frame_saved_pc, i386_saved_pc_after_call,
6543 i386_frame_num_args, i386_frame_init_saved_regs,
6544 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6545 i386_push_arguments): Remove functions.
6546 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6547 functionality. Use i386_analyze_prologue instead of
6548 i386_get_frame_setup.
6549 (I386_NUM_SAVED_REGS): New define.
6550 (struct i386_frame_cache): New structure.
6551 (i386_alloc_frame_cache, i386_analyze_struct_return,
6552 i386_skip_probe, i386_analyze_frame_setup,
6553 i386_analyze_register_saves, i386_analyze_prologue,
6554 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6555 i386_frame_prev_register, i386_sigtramp_frame_cache,
6556 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6557 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6558 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6559 New functions.
6560 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6561 New variables.
6562 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6563 I386_EAX_REGNUM and I386_EDX_REGNUM.
6564 (i386_extract_return_value, i386_store_return_value): Use
6565 I386_ST0_REGNUM where appropriate.
6566 (i386_extract_struct_value_address): Rewrite to use extract_address.
6567 (i386_svr4_pc_in_sigtramp): Add comment.
6568 (i386_svr4_sigcontext_addr): Rewrite.
6569 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6570 TDEP->sc_sp_offset.
6571 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6572 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6573 of new defines. Set push_dummy_call, don't set
6574 deprecated_push_arguments, deprecated_push_return_address,
6575 deprecated_pop_frame. Don't set parm_boundary. Don't set
6576 deprecated_frame_chain, deprecated_frame_saved_pc,
6577 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6578 save_dummy_frame_tos, unwind_pc. Call
6579 frame_unwind_append_predicate and frame_base_set_default. Don't
6580 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6581 Don't set frameless_function_invocation. Don't set
6582 deprecated_register_bytes, deprecated_register_size,
6583 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6584 * i386-linux-tdep.c: Fix formatting in some comments.
6585 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6586 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6587 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6588 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6589 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6590 redundant parentheses.
6591 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6592 (i386_linux_sigcontext_addr): Use it. Rewrite.
6593 (find_minsym_and_objfile): Change name of second argument.
6594 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6595 changed. Use frame_pc_unwind instead of
6596 DEPRECATED_SAVED_PC_AFTER_CALL.
6597 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6598 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6599 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6600 unwinder.
6601 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6602 "dummy-frame.h".
6603 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6604 (_initialize_i386_cygwin_tdep): New prototype.
6605 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6606 deprecated_frame_chain_valid.
6607 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6608 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6609 Rely on the SVR4 defaults.
6610 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6611 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6612
6613 2003-05-30 Andrew Cagney <cagney@redhat.com>
6614
6615 * infcall.c (call_function_by_hand): Always call
6616 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6617
6618 2003-05-30 Richard Henderson <rth@redhat.com>
6619
6620 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6621 increment.
6622
6623 2003-05-29 Jim Blandy <jimb@redhat.com>
6624
6625 Use gdbarch methods for solib stuff on PowerPC Linux.
6626 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6627 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6628 show through.
6629 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6630 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6631 giving the same effect as the #definitions above.
6632
6633 2003-05-29 Adam Fedor <fedor@gnu.org>
6634
6635 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6636 (find_implementation_from_class): Replace it with the standard
6637 case i.e. do nothing.
6638
6639 2003-05-29 Richard Henderson <rth@redhat.com>
6640
6641 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6642 (alpha_linux_sigtramp_offset): Use it. Make static.
6643 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6644 update for new frame model.
6645 * alpha-mdebug-tdep.c: New file.
6646 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6647 (alpha_osf1_init_abi): Install it.
6648 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6649 (linked_proc_desc_table): Remove.
6650 (alpha_frame_past_sigtramp_frame): Remove.
6651 (alpha_dynamic_sigtramp_offset): Remove.
6652 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6653 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6654 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6655 (push_sigtramp_desc): Remove.
6656 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6657 (alpha_cannot_store_register): Likewise.
6658 (alpha_sigcontext_addr): Remove.
6659 (alpha_find_saved_regs): Remove.
6660 (alpha_frame_init_saved_regs): Remove.
6661 (alpha_init_frame_pc_first): Remove.
6662 (read_next_frame_reg): Remove.
6663 (alpha_frame_saved_pc): Remove.
6664 (alpha_saved_pc_after_call): Remove.
6665 (temp_proc_desc, temp_saved_regs): Remove.
6666 (alpha_about_to_return): Remove.
6667 (cached_proc_desc): Remove.
6668 (alpha_frame_chain): Remove.
6669 (alpha_print_extra_frame_info): Remove.
6670 (alpha_init_extra_frame_info): Remove.
6671 (alpha_frame_locals_address): Remove.
6672 (alpha_frame_args_address): Remove.
6673 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6674 (alpha_push_dummy_frame): Remove.
6675 (alpha_pop_frame): Remove.
6676 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6677 (alpha_read_insn): New.
6678 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6679 for different insn encodings.
6680 (alpha_in_lenient_prologue): Remove.
6681 (struct alpha_sigtramp_unwind_cache): New.
6682 (alpha_sigtramp_frame_unwind_cache): New.
6683 (alpha_sigtramp_register_address): New.
6684 (alpha_sigtramp_frame_this_id): New.
6685 (alpha_sigtramp_frame_prev_register): New.
6686 (alpha_sigtramp_frame_unwind): New.
6687 (alpha_sigtramp_frame_p): New.
6688 (struct alpha_heuristic_unwind_cache): New.
6689 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6690 don't count nop insns that occur between functions.
6691 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6692 heuristic_proc_desc, but without the mdebug wrapping.
6693 (alpha_heuristic_frame_this_id): New.
6694 (alpha_heuristic_frame_prev_register): New.
6695 (alpha_heuristic_frame_unwind): New.
6696 (alpha_heuristic_frame_p): New.
6697 (alpha_heuristic_frame_base_address): New.
6698 (alpha_heuristic_frame_base): New.
6699 (alpha_unwind_dummy_id): New.
6700 (alpha_unwind_pc): New.
6701 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6702 frame related deprecated initializations; install replacements.
6703 (alpha_dump_tdep): Remove.
6704 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6705 (alpha_read_insn, alpha_after_prologue,
6706 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6707 alpha_heuristic_frame_prev_register,
6708 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6709 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6710 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6711 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6712
6713 2003-05-29 Andrew Cagney <cagney@redhat.com>
6714
6715 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6716 dependant on the availability of ASSERT_FUNCTION.
6717 (ASSERT_FUNCTION): Do not define when there is no function name.
6718
6719 2003-05-29 Kevin Buettner <kevinb@redhat.com>
6720
6721 From Jimi X <jimix@watson.ibm.com>:
6722 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6723
6724 2003-05-28 Jim Blandy <jimb@redhat.com>
6725
6726 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6727 argument to ptrace to int; the system headers should give it the
6728 right type, and pointers don't fit in ints on powerpc64-*-*.
6729
6730 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6731
6732 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6733 DW_TAG_catch_block.
6734
6735 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6736
6737 * stabsread.c (dbx_lookup_type): Make static.
6738 (read_type): Ditto.
6739 (add_undefined_type): Ditto.
6740 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6741 not export.
6742
6743 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
6744
6745 * hpread.c (hpread_has_name): Make static.
6746 (hpread_psymtab_to_symtab): Ditto.
6747 (file_exists): Ditto.
6748 (hpread_call_pxdb): Ditto.
6749 (hpread_pxdb_needed): Ditto.
6750 (hpread_quick_traverse): Ditto.
6751 (hpread_get_header): Ditto.
6752 (hpread_get_lntt): Ditto.
6753 (hpread_get_slt): Ditto.
6754 (class_of): Ditto.
6755
6756 2003-05-25 Andreas Schwab <schwab@suse.de>
6757
6758 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6759 stack_align and deprecated_extra_stack_alignment_needed.
6760 (m68k_stack_align): Delete.
6761
6762 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6763 (m68k_register_virtual_size): Likewise.
6764 (altos_skip_prologue): Remove obsolete function.
6765 (isi_frame_num_args): Likewise.
6766 (news_frame_num_args): Likewise.
6767 (m68k_fix_call_dummy): Make static.
6768 (m68k_push_dummy_frame): Likewise.
6769 (m68k_pop_frame): Likewise.
6770 (m68k_skip_prologue): Likewise.
6771 (m68k_frame_init_saved_regs): Likewise.
6772 (m68k_saved_pc_after_call): Likewise.
6773 (m68k_get_longjmp_target): Make multi-arch.
6774 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6775 structure. Register m68k_get_longjmp_target if enabled.
6776 * m68k-tdep.h (struct gdbarch_tdep): Define.
6777 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6778
6779 * Makefile.in (config.status): Also depend on configure.tgt
6780 and configure.host.
6781 (m68klinux-tdep.o): Update dependencies.
6782 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
6783 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
6784 (M68K_LINUX_JB_PC): Define.
6785 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
6786 and take additional parameter.
6787 (m68k_linux_sigtramp_saved_pc): Update.
6788 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
6789 m68k_linux_pc_in_sigtramp, in_plt_section,
6790 find_solib_trampoline_target.
6791 * config/m68k/tm-linux.h: Don't include any tm headers.
6792 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
6793 (JB_ELEMENT_SIZE): Likewise.
6794 (JB_PC): Likewise.
6795 (GET_LONGJMP_TARGET): Likewise.
6796 (IN_SIGTRAMP): Likewise.
6797 (SVR4_SHARED_LIBS): Define this and include "solib.h".
6798
6799 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6800
6801 * sparc-tdep.c (sparc32_do_push_arguments): New function.
6802 (sparc32_push_arguments): Re-implement by calling
6803 sparc32_do_push_arguments.
6804
6805 2003-05-25 Mark Kettenis <kettenis@gnu.org>
6806
6807 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
6808 SPARC_O1_REGNUM): New defines.
6809 (sparc32_extract_return_value): Rewrite to operate on a regcache.
6810 (sparc32_store_return_value): New function.
6811 (sparc_extract_struct_value_address): Rewrite to operate on a
6812 regcache.
6813 (sparc_gdbarch_init): Don't set
6814 deprecated_extract_struct_value_address. Set
6815 extract_struct_value_address instead. Don't set
6816 deprecated_extract_return_value and deprecated_store_return_value
6817 for 32-bit targets. Set extract_return_value and
6818 store_return_value instead.
6819 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
6820 DEPRECTAED_EXTRACT_RETURN_VALUE,
6821 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
6822 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
6823 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
6824 (sparc_store_return_value): Remove prototype.
6825 (sparc32_store_return_value): New prototype.
6826 (sparc32_extract_return_value, sparc_extract_struct_value_address):
6827 Adjust prototypes.
6828
6829 2003-05-24 Mark Kettenis <kettenis@gnu.org>
6830
6831 * sparcnbsd-tdep.c: Include "gdb_string.h".
6832
6833 2003-05-23 Andrew Cagney <cagney@redhat.com>
6834
6835 * p-valprint.c (pascal_val_print): Replace extract_address with
6836 the inline equivalent extract_unsigned_integer.
6837 * jv-valprint.c (java_value_print): Ditto.
6838 * ada-valprint.c (ada_val_print_1): Ditto.
6839 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
6840
6841 2003-05-23 Theodore A. Roth <troth@openavr.org>
6842
6843 * blockframe.c (frameless_look_for_prologue): Remove unused
6844 after_prologue variable.
6845
6846 2003-05-23 Mark Kettenis <kettenis@gnu.org>
6847
6848 * blockframe.c (get_pc_function_start): Rewrite to avoid
6849 asignments in if-statements.
6850
6851 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6852
6853 Committed by Elena Zannoni <ezannoni@redhat.com>.
6854 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
6855 files, don't relocate absolute symbols (and do use mst_abs).
6856
6857 2003-05-23 Andrew Cagney <cagney@redhat.com>
6858
6859 * objc-lang.c: Include "gdb_assert.h".
6860 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
6861 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
6862 (gdb_check, gdb_check_fatal): Delete functions.
6863 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
6864 gdb_assert.
6865 (parse_selector, parse_method, find_methods, find_imps): Ditto.
6866 * Makefile.in (objc-lang.o): Update dependencies.
6867
6868 2003-05-22 Ian Lance Taylor <ian@airs.com>
6869
6870 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
6871 with fprintf_filtered, not fprintf_unfiltered.
6872
6873 2003-05-22 Andrew Cagney <cagney@redhat.com>
6874
6875 * stack.c (frame_info): Inline extract_address, replacing it with
6876 extract_unsigned_integer.
6877 * findvar.c (unsigned_pointer_to_address): Ditto.
6878 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
6879 * dwarf2expr.c (dwarf2_read_address): Ditto.
6880 * frame.c (frame_pc_unwind): Update comment.
6881 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
6882
6883 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
6884
6885 * infptrace.c (detach): Call print_sys_errmsg rather than
6886 perror_with_name to issue warning message when errno is non-zero
6887 after calling ptrace detach.
6888
6889 2003-05-21 J. Brobecker <brobecker@gnat.com>
6890
6891 * config/pa/tm-hppa.h: Delete some unused macros. Move some
6892 macro definitions from here...
6893 * hppa-tdep.c: ...to there.
6894
6895 2003-05-20 Kevin Buettner <kevinb@redhat.com>
6896
6897 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
6898 register_ptrace_addr(). Fix all callers.
6899
6900 2003-05-21 Andreas Schwab <schwab@suse.de>
6901
6902 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
6903 dependencies.
6904 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
6905 end.
6906 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
6907 (_initialize_m68k_linux_tdep): New function.
6908 (m68k_linux_frame_saved_pc): Make static.
6909 (m68k_linux_extract_return_value): Likewise.
6910 (m68k_linux_store_return_value): Likewise.
6911 (m68k_linux_extract_struct_value_address): Likewise.
6912 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
6913 Remove.
6914 (DEPRECATED_STORE_RETURN_VALUE): Remove.
6915 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6916 (DEPRECATED_FRAME_SAVED_PC): Remove.
6917
6918 2003-05-20 Kris Warkentin <kewarken@qnx.com>
6919
6920 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
6921 regset numbering rather than our own.
6922
6923 2003-05-19 David Carlton <carlton@bactrian.org>
6924
6925 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
6926
6927 2003-05-19 David Carlton <carlton@bactrian.org>
6928
6929 Partial fix for PR c++/827.
6930 * cp-support.h: Include symtab.h.
6931 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
6932 * cp-namespace.c: Update contributors.
6933 (cp_lookup_symbol_nonlocal): New.
6934 (lookup_namespace_scope, cp_lookup_symbol_namespace)
6935 (lookup_symbol_file): Ditto.
6936 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
6937 * block.h: Declare block_scope, block_using, block_global_block.
6938 * block.c (block_scope): New.
6939 (block_using, block_global_block): Ditto.
6940 * Makefile.in (cp_support_h): Depend on symtab_h.
6941 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
6942
6943 2003-05-19 David Carlton <carlton@bactrian.org>
6944
6945 * language.h (struct language_defn): Add 'la_value_of_this'
6946 and 'la_lookup_symbol_nonlocal' members.
6947 * symtab.h: Declare basic_lookup_symbol_nonlocal,
6948 lookup_symbol_static, lookup_symbol_global,
6949 lookup_symbol_aux_block.
6950 * symtab.c (lookup_symbol_aux): Call language hooks to determine
6951 if we should search fields of this and how to do static/global
6952 lookup.
6953 (lookup_symbol_aux_block): Make extern.
6954 (basic_lookup_symbol_nonlocal): New.
6955 (lookup_symbol_static, lookup_symbol_global): Ditto.
6956 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
6957 'la_lookup_symbol_nonlocal' members.
6958 * c-lang.c (c_language_defn, cplus_language_defn)
6959 (asm_language_defn, minimal_language_defn): Ditto.
6960 * jv-lang.c (java_language_defn): Ditto.
6961 * language.c (unknown_language_defn, auto_language_defn)
6962 (local_language_defn): Ditto.
6963 * m2-lang.c (m2_language_defn): Ditto.
6964 * objc-lang.c (objc_language_defn): Ditto.
6965 * scm-lang.c (scm_language_defn): Ditto.
6966 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
6967 * p-lang.c (pascal_language_defn): Ditto for both.
6968 * Makefile.in (f-lang.o): Depend on value_h.
6969 (p-lang.o): Ditto.
6970
6971 2003-05-19 David Carlton <carlton@bactrian.org>
6972
6973 * block.h: Declare block_static_block.
6974 * block.c (block_static_block): New.
6975 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
6976 lookup_symbol_aux_local, calling block_static_block instead.
6977 (lookup_symbol_aux_local): Delete 'static_block' argument.
6978
6979 2003-05-19 David Carlton <carlton@bactrian.org>
6980
6981 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
6982
6983 2003-05-19 Michal Ludvig <mludvig@suse.cz>
6984
6985 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
6986 register numbers mapping.
6987
6988 2003-05-18 Adam Fedor <fedor@gnu.org>
6989
6990 * symtab.c (completion_list_objc_symbol): New function.
6991 (make_symbol_completion_list): Use it to add ObjC symbols
6992 when looking though the list.
6993 (language_search_unquoted_string): New function.
6994 (make_file_symbol_completion_list): Use it.
6995
6996 2003-05-18 Andreas Schwab <schwab@suse.de>
6997
6998 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
6999 dependencies.
7000 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7001 as m68k_linux_extract_return_value.
7002 (DEPRECATED_STORE_RETURN_VALUE): Define as
7003 m68k_linux_store_return_value.
7004 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7005 m68k_linux_extract_struct_value_address.
7006 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7007 get_next_frame, get_frame_base, get_frame_pc.
7008 (m68k_linux_frame_saved_pc): Use get_frame_base.
7009 (m68k_linux_extract_return_value): New function.
7010 (m68k_linux_store_return_value): New function.
7011 (m68k_linux_extract_struct_value_address): New function.
7012 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7013
7014 * c-exp.y (typebase): Remove duplicate occurence of
7015 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7016 of lookup_signed_typename.
7017
7018 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7019
7020 * dwarf2loc.c (find_location_expression): Change type of second
7021 argument to `size_t *'.
7022 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7023 for size variable.
7024
7025 2003-05-18 David Carlton <carlton@bactrian.org>
7026
7027 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7028 'linkage_name'. Add comment.
7029 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7030 'linkage_name'.
7031 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7032 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7033 (lookup_block_symbol): Ditto.
7034
7035 2003-05-16 Andrew Cagney <cagney@redhat.com>
7036
7037 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7038 * gdbarch.h, gdbarch.c: Re-generate.
7039 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7040 * TODO (REGISTER_BYTES): Delete reference.
7041 * alpha-tdep.c (alpha_gdbarch_init): Update.
7042 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7043 * x86-64-tdep.c (x86_64_init_abi): Update.
7044 * vax-tdep.c (vax_gdbarch_init): Update.
7045 * v850-tdep.c (v850_gdbarch_init): Update.
7046 * sparc-tdep.c (sparc_gdbarch_init): Update.
7047 * sh-tdep.c (sh_gdbarch_init): Update.
7048 * s390-tdep.c (s390_gdbarch_init): Update.
7049 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7050 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7051 (ns32k_gdbarch_init_32382): Update.
7052 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7053 * mcore-tdep.c (mcore_gdbarch_init): Update.
7054 * m68k-tdep.c (m68k_gdbarch_init): Update.
7055 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7056 * ia64-tdep.c (ia64_gdbarch_init): Update.
7057 * i386-tdep.c (i386_gdbarch_init): Update.
7058 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7059 * hppa-tdep.c (hppa_gdbarch_init): Update.
7060 * h8300-tdep.c (h8300_gdbarch_init): Update.
7061 * frv-tdep.c (frv_gdbarch_init): Update.
7062 * cris-tdep.c (cris_gdbarch_init): Update.
7063 * avr-tdep.c (avr_gdbarch_init): Update.
7064 * arm-tdep.c (arm_gdbarch_init): Update.
7065 * sparc-tdep.c (sparc_pop_frame): Update.
7066 * rs6000-tdep.c (rs6000_pop_frame): Update.
7067 * remote.c (init_remote_state): Update.
7068 (remote_prepare_to_store): Update.
7069 * remote-vx.c (vx_prepare_to_store): Update.
7070 * remote-sds.c (sds_fetch_registers): Update.
7071 (sds_prepare_to_store): Update.
7072 * remote-array.c: Update.
7073 * regcache.c (init_legacy_regcache_descr): Update.
7074 (init_regcache_descr): Update.
7075 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7076 (mips_o64_extract_return_value): Update.
7077 * irix5-nat.c (fetch_core_registers): Update.
7078 * irix4-nat.c (fetch_core_registers): Update.
7079 * i386-tdep.h: Update.
7080 * hppa-tdep.c (pa_do_registers_info): Update.
7081 (pa_do_strcat_registers_info): Update.
7082 * cris-tdep.c (cris_register_bytes_ok): Update.
7083 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7084 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7085 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7086 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7087 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7088 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7089 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7090 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7091 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7092 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7093 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7094 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7095 (REGISTER_BYTES_OK): Update.
7096 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7097 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7098
7099 2003-05-16 Ian Lance Taylor <ian@airs.com>
7100
7101 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7102 (vax_print_insn, print_insn_arg): Remove static functions.
7103 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7104 print_insn_vax from opcodes library.
7105 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7106
7107 2003-05-15 Andrew Cagney <cagney@redhat.com>
7108
7109 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7110 * target.h (memory_breakpoint_from_pc): Delete declaration.
7111 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7112 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7113 * monitor.c (monitor_insert_breakpoint): Use
7114 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7115 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7116 * gdbarch.h, gdbarch.c: Re-generate.
7117 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7118 (sparc_gdbarch_init): Set breakpoint_from_pc to
7119 sparc_breakpoint_from_pc.
7120 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7121 (BREAKPOINT_FROM_PC): Define.
7122 (sparc_breakpoint_from_pc): Declare.
7123 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7124 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7125 (BREAKPOINT_FROM_PC): Define.
7126 (BREAKPOINT): Delete macro.
7127 * target.h: Update comment.
7128 * s390-tdep.c (s390_gdbarch_init): Update comments.
7129 * remote.c: Update comments.
7130 * remote-mips.c: Update comments.
7131 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7132 * mem-break.c: Update comment.
7133 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7134 (ia64_memory_insert_breakpoint): Update.
7135 * config/sparc/tm-sparc.h: Update comment.
7136 * config/pa/tm-hppa64.h: Update comment.
7137 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7138 (rs6000_breakpoint_from_pc): Update.
7139 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7140 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7141 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7142 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7143 (mips_breakpoint_from_pc): Update.
7144 (mips_dump_tdep): Update.
7145
7146 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7147 * minsyms.c (lookup_minimal_symbol): Inline
7148 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7149
7150 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7151 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7152 * p-lang.c (pascal_printstr): Ditto.
7153 * objc-lang.c (objc_printstr): Ditto.
7154 * m2-lang.c (m2_printstr): Ditto.
7155 * jv-valprint.c (java_print_value_fields): Ditto.
7156 * f-lang.c (f_printstr): Ditto.
7157 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7158 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7159 for repeat_count_threshold.
7160 * Makefile.in (cp-valprint.o): Update dependencies.
7161
7162 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7163
7164 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7165 (examine_prologue): Support looking through leaf functions, knowing
7166 they start with mov r2,r12. Support skipping over indirect stores
7167 of the input registers. Upon hitting a non-nop branch instruction
7168 or predicated instruction, bail out by setting lim_pc to the current
7169 pc value in the loop. At the end, if the lim_pc value is still
7170 beyond our calculated value and we have trust_limit set,
7171 use the lim_pc value.
7172
7173 2003-05-15 Andrew Cagney <cagney@redhat.com>
7174
7175 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7176 generic_find_dummy_frame.
7177 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7178 (deprecated_generic_find_dummy_frame): Update.
7179 (deprecated_read_register_dummy): Update.
7180 * frame.c (deprecated_generic_get_saved_register): Update.
7181
7182 2003-05-15 Theodore A. Roth <troth@openavr.org>
7183
7184 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7185 (avr_gdbarch_init): Set breakpoint_from_pc method.
7186
7187 2003-05-15 Andrew Cagney <cagney@redhat.com>
7188
7189 * regcache.c (build_regcache): Set deprecated_register_valid
7190 directly.
7191 (deprecated_grub_regcache_for_register_valid): Delete function.
7192 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7193 declaration.
7194
7195 2003-05-15 David Carlton <carlton@bactrian.org>
7196
7197 Committed by Elena Zannoni <ezannoni@redhat.com>
7198 * symtab.c (lookup_symbol_aux): Delete calls to
7199 lookup_symbol_aux_minsyms.
7200 (lookup_symbol_aux_minsyms): Comment out function and
7201 prototype. Delete lookup by mangled name.
7202
7203 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7204
7205 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7206 correctly indicate an empty stack and ``stack_allocated'' to the
7207 indicate the number of elements initially allocated.
7208 (dwarf_expr_grow_stack): Simplify method for computing new
7209 stack size. Don't loop infinitely if ``stack_len'' is zero.
7210 (execute_stack_op): Move ``ctx->in_reg'' initialization
7211 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7212 be used in conjuction with DW_OP_piece. Revise error message
7213 accordingly.
7214
7215 2003-05-14 Theodore A. Roth <troth@openavr.org>
7216
7217 * MAINTAINERS: Update my email address.
7218 * avr-tdep.c: Ditto.
7219
7220 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7221
7222 * symtab.h (enum domain_enum): Rename from namespace_enum.
7223 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7224 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7225 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7226 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7227 TYPES_NAMESPACE, METHODS_NAMESPACE.
7228 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7229 (struct symbol, struct partial_symbol): Rename field
7230 'namespace_enum namespace' to 'domain_enum domain'.
7231 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7232 Delete old define kludge for namespace.
7233
7234 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7235 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7236 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7237 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7238 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7239 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7240 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7241 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7242 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7243 occurrences of the above.
7244
7245 2003-05-14 Ian Lance Taylor <ian@airs.com>
7246
7247 * Makefile.in (install-only): Use $(SHELL) when running
7248 mkinstalldirs.
7249
7250 2003-05-13 Ian Lance Taylor <ian@airs.com>
7251
7252 * MAINTAINERS (write after approval): Add myself.
7253
7254 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7255 second and third arguments.
7256 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7257 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7258
7259 2003-05-13 Andrew Cagney <cagney@redhat.com>
7260
7261 * defs.h (store_address): Delete declaration.
7262 findvar.c (store_address): Delete function.
7263 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7264 store_unsigned_integer.
7265 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7266 * v850-tdep.c (v850_push_arguments): Ditto.
7267 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7268 * sh-tdep.c (sh64_get_saved_register): Ditto.
7269 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7270 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7271 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7272 (mips_get_saved_register): Ditto.
7273 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7274 (find_func_descr, ia64_push_arguments): Ditto.
7275 * i386-tdep.c (i386_push_arguments): Ditto.
7276 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7277 * frv-tdep.c (frv_push_arguments): Ditto.
7278 * frame.c (legacy_saved_regs_prev_register): Ditto.
7279 (deprecated_generic_get_saved_register): Ditto.
7280 * findvar.c (unsigned_address_to_pointer): Ditto.
7281 * dwarf2read.c (dwarf2_const_value): Ditto.
7282 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7283 * alpha-tdep.c (alpha_push_arguments): Ditto.
7284
7285 2003-05-12 J. Brobecker <brobecker@gnat.com>
7286
7287 * NEWS: Mention that the hppa-hpux port has been partially
7288 multiarched (32bit ABIT only, so far).
7289
7290 2003-05-11 Andrew Cagney <cagney@redhat.com>
7291
7292 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7293 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7294 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7295 sim/testsuite/sim/arm/misaligned2.ms, and
7296 sim/testsuite/sim/arm/misaligned3.ms.
7297 * disasm.h (struct ui_file): Add opaque struct declaration.
7298 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7299 * frame.h (struct ui_file): Ditto.
7300
7301 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7302
7303 * value.h: Pretty print.
7304
7305 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7306
7307 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7308
7309 2003-05-08 Andrew Cagney <cagney@redhat.com>
7310
7311 * regcache.h (max_register_size): Delete declaration.
7312 * regcache.c (max_register_size): Delete function.
7313 (struct regcache_descr): Delete field "max_register_size".
7314 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7315 registers fit in MAX_REGISTER_SIZE.
7316 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7317 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7318 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7319 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7320 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7321 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7322 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7323 * dve3900-rom.c, hppa-tdep.c: Ditto.
7324
7325 2003-05-08 David Carlton <carlton@math.stanford.edu>
7326
7327 * valops.c (push_word): Fix typo.
7328
7329 2003-05-08 Andrew Cagney <cagney@redhat.com>
7330
7331 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7332 * gdbarch.h: Re-generate.
7333 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7334 (legacy_max_register_raw_size): Delete declaration.
7335 * regcache.c (legacy_max_register_raw_size): Delete function.
7336 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7337 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7338 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7339 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7340 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7341 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7342 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7343 * findvar.c, dwarf2cfi.c: Ditto.
7344
7345 2003-05-08 Andrew Cagney <cagney@redhat.com>
7346
7347 * mips-tdep.c (read_signed_register): New function, moved to here
7348 from "regcache.c".
7349 (read_signed_register_pid): Ditto.
7350 * regcache.c (read_signed_register_pid): Delete function, moved to
7351 "mips-tdep.c".
7352 (read_signed_register): Ditto.
7353 * regcache.h (read_signed_register): Delete declaration.
7354 (read_signed_register_pid): Delete declaration.
7355
7356 2003-05-08 Andrew Cagney <cagney@redhat.com>
7357
7358 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7359 * gdbarch.h: Re-generate.
7360 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7361 (legacy_max_register_virtual_size): Delete declaration.
7362 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7363 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7364 * tracepoint.c (memrange_sortmerge): Ditto.
7365 * sparc-tdep.c (sparc_print_registers): Ditto.
7366 * regcache.c (legacy_max_register_virtual_size): Delete function.
7367
7368 2002-05-08 J. Brobecker <brobecker@gnat.com>
7369
7370 * fork-child.c (escape_bang_in_quoted_argument): New function.
7371 (fork_inferior): Escape '!' characters in quoted arguments
7372 only when needed.
7373
7374 2003-05-08 J. Brobecker <brobecker@gnat.com>
7375
7376 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7377 the language of the CU is not currently supported by GDB.
7378
7379 2003-05-08 J. Brobecker <brobecker@gnat.com>
7380
7381 * defs.h (language): Add language_minimal enum value.
7382 * c-lang.c (minimal_language_defn): New language definition.
7383 (_initialize_c_language): Add the new minimal language to the list
7384 of languages known to GDB.
7385
7386 2003-05-08 Kevin Buettner <kevinb@redhat.com>
7387
7388 * frame.c (get_frame_type): Don't attempt to lazily initialize
7389 frame's unwinder for legacy frames.
7390
7391 2003-05-07 Andrew Cagney <cagney@redhat.com>
7392
7393 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7394 and "regcache" parameters.
7395 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7396
7397 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7398
7399 * dwarf2read.c (dwarf_decode_lines): Only use output of
7400 check_cu_functions() when calling record_line(). Do not update
7401 the current address.
7402
7403 2003-05-07 Andrew Cagney <cagney@redhat.com>
7404
7405 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7406 code.
7407
7408 2003-05-07 Jim Blandy <jimb@redhat.com>
7409
7410 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7411 'maint info symtabs' and 'maint info psymtabs'.
7412 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7413 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7414 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7415 Declarations updated.
7416 * maint.c (maintenance_list_command): Delete.
7417 (_initialize_maint_cmds): Update calls to add_cmd.
7418 * gdbcmd.h (maintenancelistlist): Delete declaration.
7419 * cli/cli-cmds.c (maintenancelistlist): Delete.
7420 (init_cmd_lists): Don't initialize it.
7421 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7422
7423 2003-05-07 Andrew Cagney <cagney@redhat.com>
7424
7425 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7426 "regcache".
7427 (d10v_print_registers_info): Update.
7428 (d10v_dmap_register, d10v_imap_register): Delete functions.
7429 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7430 and "imap_register".
7431 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7432 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7433 * arch-utils.c (generic_remote_translate_xfer_address): Add
7434 "regcache" and "gdbarch" parameters.
7435 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7436 parameter. Change class to multi-arch.
7437 * gdbarch.h, gdbarch.c: Re-generate.
7438 * remote.c (remote_xfer_memory): Use
7439 gdbarch_remote_translate_xfer_address.
7440
7441 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7442
7443 * infrun.c (prev_pc): Move declaration ahead of proceed().
7444 (proceed): Refresh prev_pc value before resuming.
7445 (stop_stepping): Remove code to refresh prev_pc.
7446
7447 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7448
7449 * nto-tdep.c: Removed stray comment.
7450
7451 2003-05-06 Kris Warkentin <kewarken@qnx.com>
7452
7453 * i386-nto-tdep.c: Fix old K&R function definitions.
7454 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7455 Also change add_show_from_set() call to add_setshow_cmd().
7456 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7457
7458 2003-05-05 Andrew Cagney <cagney@redhat.com>
7459
7460 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7461 (fprint_dummy_frames): New function.
7462 (maintenance_print_dummy_frames): New function.
7463 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7464 * frame.c (fprint_frame_id): Make global.
7465 * frame.h (fprint_frame_id): Declare.
7466 * Makefile.in (dummy-frame.o): Update dependencies.
7467
7468 2003-05-05 Andrew Cagney <cagney@redhat.com>
7469
7470 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7471 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7472 SIZEOF_CALL_DUMMY_WORDS.
7473 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7474 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7475 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7476 CALL_DUMMY_BREAKPOINT_OFFSET.
7477 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7478 CALL_DUMMY_START_OFFSET.
7479 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7480 * gdbarch.h, gdbarch.c: Re-generate.
7481 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7482 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7483 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7484 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7485 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7486 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7487 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7488 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7489 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7490 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7491 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7492 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7493 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7494 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7495 * config/sparc/tm-sparc.h: Update.
7496
7497 2003-05-05 Kris Warkentin <kewarken@qnx.com>
7498
7499 * configure.tgt: Add i[3456]86-*-nto*.
7500 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7501 * nto-tdep.c: New file. Neutrino target support routines.
7502 * nto-tdep.h: New file. Neutrino target header.
7503 * config/tm-qnxnto.h: New file.
7504 * config/i386/i386nto.mt: New file.
7505 * config/i386/tm-i386nto.h: New file.
7506
7507 2003-05-04 Andrew Cagney <cagney@redhat.com>
7508
7509 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7510 (load_infrun_state): Ditto.
7511 (struct thread_info): Drop "prev_func_name" field.
7512 * thread.c (load_infrun_state): Update.
7513 (save_infrun_state): Update.
7514 * infrun.c (prev_func_name): Delete variable.
7515 (init_wait_for_inferior): Do not clear prev_func_name.
7516 (stop_stepping, keep_going, context_switch): Do not swap
7517 prev_func_name.
7518 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7519 instead of PC_IN_SIGTRAMP.
7520
7521 2003-05-04 Andrew Cagney <cagney@redhat.com>
7522
7523 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7524 REGISTER_BYTE with register_offset_hack.
7525 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7526 that REGISTER_BYTE is consistent with the regcache.
7527 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7528 * gdbarch.h, gdbarch.c: Regenerate.
7529
7530 2003-05-04 Mark Kettenis <kettenis@gnu.org>
7531
7532 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7533 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7534
7535 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7536
7537 2003-05-03 J. Brobecker <brobecker@gnat.com>
7538
7539 From Thierry Schneider <tpschneider1@yahoo.com>
7540 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7541 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7542 (mi-cmd-symbol.o): Add rule.
7543
7544 2003-05-03 Andrew Cagney <cagney@redhat.com>
7545
7546 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7547 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7548 * gdbarch.h, gdbarch.c: Re-generate.
7549 * d10v-tdep.c (d10v_push_dummy_code): New function.
7550 (d10v_gdbarch_init): Set push_dummy_code.
7551 * infcall.c (legacy_push_dummy_code): New function.
7552 (generic_push_dummy_code): New function.
7553 (push_dummy_code): New function.
7554 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7555 instead of dummy_addr, to push_dummy_call. Move call to
7556 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7557 switch.
7558 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7559
7560 2003-05-03 Andrew Cagney <cagney@redhat.com>
7561
7562 * disasm.h (print_insn): Declare.
7563 * disasm.c (init_gdb_disassemble_info): New function.
7564 (gdb_disassembly): Call init_gdb_disassemble_info.
7565 (gdb_print_insn): New function.
7566 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7567 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7568 * mcore-tdep.c: Include "disasm.h"
7569 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7570 * d10v-tdep.c: Include "disasm.h".
7571 (display_trace): Call gdb_print_insn, instead of print_insn.
7572 (print_insn): Delete function.
7573 * printcmd.c: Include "disasm.h".
7574 (print_insn): Delete function.
7575 (print_formatted): Call gdb_print_insn, instead of print_insn.
7576 * Makefile.in (printcmd.o): Update dependencies.
7577 (mcore-tdep.o, d10v-tdep.o): Ditto.
7578
7579 2003-05-02 Andrew Cagney <cagney@redhat.com>
7580
7581 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7582 PC_REGNUM, re-indent.
7583 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7584 PC_REGNUM isn't set.
7585
7586 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7587 * gdbarch.h, gdbarch.c: Re-generate.
7588 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7589 register_virtual_size, pc_regnum, or register_bytes.
7590 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7591 (d10v_register_type): Use D10V_PC_REGNUM.
7592 (d10v_print_registers_info, d10v_read_pc): Ditto.
7593 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7594 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7595
7596 2003-05-02 David Carlton <carlton@bactrian.org>
7597
7598 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7599 the name with mstrsave.
7600
7601 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
7602
7603 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7604 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7605 (host_charset_name, target_charset_name): New vars for use by
7606 set/show commands.
7607 (host_charset_enum, target_charset_enum): New enums for set/show
7608 commands.
7609 (set_charset_sfunc, set_host_charset_sfunc,
7610 set_target_charset_sfunc): New functions.
7611 (set_host_charset, set_target_charset): Make static.
7612 (list_charsets, set_host_charset_command,
7613 set_target_charset_command): Delete functions.
7614 (show_charset_command): Rewrite as....
7615 (show_charset): Hook this up with the set/show command mechanism.
7616 (_initialize_charset): Change names of charsets to match the
7617 set/show enums. Use host_charset_name and target_charset_name.
7618 Use set/show mechanism for charset, host-charset, target-charset
7619 commands. Do not make 'show host-charset' and 'show
7620 target-charset' be aliases of 'show charset'.
7621
7622 * charset.h (set_host_charset, set_target_charset): Don't export,
7623 they are not used outside the file.
7624
7625 2003-05-01 Andrew Cagney <cagney@redhat.com>
7626
7627 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7628 (gdb_disassembly): Make "di" non static, always initialize and
7629 cleanup. Always use dis_asm_read_memory.
7630 (gdb_dis_asm_read_memory): Delete function.
7631
7632 2003-05-01 Andrew Cagney <cagney@redhat.com>
7633
7634 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7635 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7636
7637 2003-04-30 Andrew Cagney <cagney@redhat.com>
7638
7639 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7640 "tm_print_insn_info".
7641 (TARGET_PRINT_INSN_INFO): Delete macro.
7642 (dis_asm_read_memory): Delete function declaration.
7643 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7644 (tm_print_insn_info): Delete variable definition.
7645 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7646 * gdbarch.h, gdbarch.c: Re-generate.
7647 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7648 "deprecated_tm_print_insn_info".
7649 * mcore-tdep.c (mcore_dump_insn): Ditto.
7650 * mips-tdep.c (mips_gdbarch_init): Ditto.
7651 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7652 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7653 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7654 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7655 instead of TARGET_PRINT_INSN_INFO, add comment.
7656 * s390-tdep.c (s390_get_frame_info): Instead of
7657 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7658 (s390_check_function_end, s390_is_sigreturn): Ditto.
7659 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7660 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7661 * disasm.c: Include "gdbcore.h".
7662 (_initialize_disasm): New function, initialize
7663 "deprecated_tm_print_insn_info".
7664 (deprecated_tm_print_insn_info): New variable.
7665 (dis_asm_read_memory): Moved from "corefile.c", made static.
7666 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7667 * Makefile.in (disasm.o): Update dependencies.
7668
7669 2003-04-30 Andrew Cagney <cagney@redhat.com>
7670
7671 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7672
7673 2003-04-29 Adam Fedor <fedor@gnu.org>
7674
7675 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7676 * infcall.c (find_function_addr): Make non-static.
7677 * infcall.h (find_function_addr): Declare.
7678 * Makefile.in (eval.o): Update dependencies.
7679
7680 2003-04-28 Adam Fedor <fedor@gnu.org>
7681
7682 * symtab.c (symbol_find_demangled_name): Check for and demangle
7683 ObjC symbols.
7684 (symbol_init_demangled_name): Init for language_objc as well.
7685
7686 2003-04-28 Andrew Cagney <cagney@redhat.com>
7687
7688 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7689 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7690 * gdbarch.h, gdbarch.c: Re-generate.
7691 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7692 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7693 * inferior.h (deprecated_read_fp): Rename read_fp.
7694 (generic_target_read_fp): Delete declaration.
7695 * regcache.c (generic_target_read_fp): Delete function.
7696 (deprecated_read_fp): Replace read_fp, use
7697 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7698 * d10v-tdep.c (d10v_read_fp): Delete function.
7699 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7700
7701 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7702 deprecated_target_read_fp to generic_target_read_fp.
7703 * sh-tdep.c (sh_gdbarch_init): Ditto.
7704 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7706 * frv-tdep.c (frv_gdbarch_init): Ditto.
7707
7708 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7709 deprecated_fp_regnum.
7710 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7711 * vax-tdep.c (vax_gdbarch_init): Ditto.
7712 * v850-tdep.c (v850_gdbarch_init): Ditto.
7713 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7714 * sh-tdep.c (sh_gdbarch_init): Ditto.
7715 * s390-tdep.c (s390_gdbarch_init): Ditto.
7716 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7717 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7718 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7719 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7720 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7721 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7722 * i386-tdep.c (i386_gdbarch_init): Ditto.
7723 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7724 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7725 * frv-tdep.c (frv_gdbarch_init): Ditto.
7726 * cris-tdep.c (cris_gdbarch_init): Ditto.
7727 * avr-tdep.c (avr_gdbarch_init): Ditto.
7728 * arm-tdep.c (arm_gdbarch_init): Ditto.
7729 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7730
7731 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7732 * v850-tdep.c (v850_gdbarch_init): Ditto.
7733 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7734 * sh-tdep.c (sh_gdbarch_init): Ditto.
7735 * s390-tdep.c (s390_gdbarch_init): Ditto.
7736 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7737 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7738 * mips-tdep.c (mips_gdbarch_init): Ditto.
7739 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7740 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7741 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7742 * frv-tdep.c (frv_gdbarch_init): Ditto.
7743 * avr-tdep.c (avr_gdbarch_init): Ditto.
7744 * arm-tdep.c (arm_gdbarch_init): Ditto.
7745
7746 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7747 DEPRECATED_FP_REGNUM.
7748 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7749 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7750 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7751 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7752 (sparc32_register_virtual_type): Ditto.
7753 * sh-tdep.c (sh64_frame_chain): Ditto.
7754 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7755 (sh_nofp_frame_init_saved_regs): Ditto.
7756 (sh64_nofp_frame_init_saved_regs): Ditto.
7757 (sh_fp_frame_init_saved_regs): Ditto.
7758 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7759 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7760 * procfs.c (procfs_fetch_registers): Ditto.
7761 (procfs_store_registers): Ditto.
7762 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7763 (store_inferior_registers, fetch_core_registers): Ditto.
7764 (fetch_kcore_registers, clear_regs): Ditto.
7765 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7766 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7767 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7768 * nlm/i386.c (do_status): Ditto.
7769 * mipsv4-nat.c (supply_gregset): Ditto.
7770 * mips-tdep.c: Ditto for comments.
7771 * mips-nat.c (fetch_inferior_registers): Ditto.
7772 (store_inferior_registers, fetch_core_registers): Ditto.
7773 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7774 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7775 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7776 (i386_do_pop_frame, i386_register_type): Ditto.
7777 * hppa-tdep.c (hppa_frame_chain): Ditto.
7778 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7779 (hppa_pop_frame, hppa_read_fp): Ditto.
7780 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7781 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7782 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
7783 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
7784 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
7785 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
7786 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
7787 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
7788 * blockframe.c: Ditto for comments.
7789 * arch-utils.h: Ditto for comments.
7790 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
7791 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
7792 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
7793 * alpha-tdep.h: Ditto for comments.
7794 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
7795 (alpha_cannot_store_register): Ditto.
7796 (alpha_push_dummy_frame): Ditto.
7797 * alpha-nat.c (supply_gregset): Ditto.
7798
7799 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
7800 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
7801 * config/sparc/tm-sparc.h: Update comment.
7802
7803 * hppa-tdep.c (hppa_init_extra_frame_info): Use
7804 deprecated_read_fp instead of TARGET_READ_FP.
7805 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
7806 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
7807 * sparc-tdep.c (sparc_init_extra_frame_info): Use
7808 deprecated_read_fp instead of read_fp.
7809 * s390-tdep.c (s390_push_arguments): Ditto.
7810 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7811 * frame.h: Ditto in comments.
7812 * frame.c (legacy_get_prev_frame): Ditto.
7813 * dummy-frame.c (dummy_frame_this_id): Ditto.
7814 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
7815
7816 2003-04-28 Andrew Cagney <cagney@redhat.com>
7817
7818 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
7819 * gdbarch.h, gdbarch.c: Re-generate.
7820 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
7821 * vax-tdep.c (_initialize_vax_tdep): Update.
7822 * v850-tdep.c (_initialize_v850_tdep): Update.
7823 * sparc-tdep.c (_initialize_sparc_tdep): Update.
7824 * s390-tdep.c (_initialize_s390_tdep): Update.
7825 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
7826 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
7827 * mips-tdep.c (_initialize_mips_tdep): Update.
7828 * mcore-tdep.c (_initialize_mcore_tdep): Update.
7829 * m68k-tdep.c (_initialize_m68k_tdep): Update.
7830 * ia64-tdep.c (_initialize_ia64_tdep): Update.
7831 * hppa-tdep.c (_initialize_hppa_tdep): Update.
7832 * h8300-tdep.c (_initialize_h8300_tdep): Update.
7833 * frv-tdep.c (_initialize_frv_tdep): Update.
7834 * cris-tdep.c (cris_delayed_get_disassembler): Update.
7835 (_initialize_cris_tdep): Update.
7836 * arch-utils.c (legacy_print_insn): Update.
7837 * alpha-tdep.c (_initialize_alpha_tdep): Update.
7838
7839 2003-04-26 Adam Fedor <fedor@gnu.org>
7840
7841 * linespec.c (decode_objc): New function to decode ObjC calls
7842 (decode_line_1): Check for ObjC calls (using decode_objc)
7843 * Makefile (linespec.o): Update dependencies.
7844
7845 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
7846
7847 * breakpoint.h (struct breakpoint_ops): New.
7848 (struct breakpoint): Add ops member.
7849
7850 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
7851 (mention): Use new breakpoint ops member.
7852 (set_raw_breakpoint): Initialize ops field to NULL.
7853 (print_exception_catchpoint, print_one_exception_catchpoint)
7854 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
7855 (gnu_v3_exception_catchpoint_ops): New.
7856 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
7857
7858 2003-04-25 Adam Fedor <fedor@gnu.org>
7859
7860 * Makefile.in (COMMON_OBS): Add objc-lang.o
7861
7862 2003-04-25 Andrew Cagney <cagney@redhat.com>
7863
7864 * d10v-tdep.c (print_insn): Delete function.
7865 (display_trace): Use TARGET_PRINT_INSN.
7866 (_initialize_d10v_tdep): Do not set tm_print_insn.
7867 (d10v_gdbarch_init): Set print_insn.
7868
7869 2003-04-25 Andrew Cagney <cagney@redhat.com>
7870
7871 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
7872 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
7873 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
7874 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
7875 (nr_dmap_regs, a0_regnum): ... new functions.
7876 (d10v_print_registers_info): Use a0_regnum, use register_size.
7877 (d10v_register_byte): Delete function.
7878 (d10v_register_raw_size): Delete function.
7879 (d10v_register_type): Use a0_regnum.
7880 (d10v_print_registers_info): Use a0_regnum.
7881 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
7882 (d10v_gdbarch_init): Do not set register_byte or
7883 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
7884 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
7885 extract_address.
7886 (trace_command): Use XCALLOC.
7887 (print_insn): Delete reference to tm_print_insn.
7888 (saved_regs_unwinder): Use store_unsigned_integer instead of
7889 store_address.
7890 * frame.h (FRAME_OBSTACK_CALLOC): Define
7891
7892 2003-04-25 David Carlton <carlton@bactrian.org>
7893
7894 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
7895
7896 2003-04-24 Adam Fedor <fedor@gnu.org>
7897
7898 * objc-lang.c: Include "valprint.h"
7899 * Makefile.in (objc-lang.o): Update dependencies.
7900
7901 2003-04-24 Adam Fedor <fedor@gnu.org>
7902
7903 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
7904 architecture dependant compilation and mark as unimplemented
7905 (until they get put in the gdbarch vector).
7906
7907 2003-04-23 David Carlton <carlton@bactrian.org>
7908
7909 * cp-support.c (cp_find_first_component): Accept 'operator' in
7910 more locations.
7911
7912 2003-04-23 Andrew Cagney <cagney@redhat.com>
7913
7914 * infcall.c (call_function_by_hand): Eliminate redundant
7915 indentation. Move "saved_async" and "old_cleanups" to where they
7916 are needed.
7917
7918 2003-04-23 Andrew Cagney <cagney@redhat.com>
7919
7920 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
7921 and "buffer". Move the "name" code to where it is needed.
7922
7923 2003-04-23 Andrew Cagney <cagney@redhat.com>
7924
7925 * infcall.c (call_function_by_hand): Move variables "start_sp",
7926 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
7927 code to ON_STACK switch branch.
7928
7929 2003-04-23 Andrew Cagney <cagney@redhat.com>
7930
7931 * infcall.c (call_function_by_hand): Make declaration of "i",
7932 "sal", "bpt" and "old_sp" more local to their use. Delete #if
7933 lint.
7934
7935 2003-04-23 Andrew Cagney <cagney@redhat.com>
7936
7937 * infcall.c (call_function_by_hand): Delete variable
7938 "n_method_args". Localize "param_type"'s declaration to the loop
7939 that it is used. Reinstate code assigning to said variable -
7940 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
7941 Rationalize code using "param_type".
7942
7943 2003-04-22 Andrew Cagney <cagney@redhat.com>
7944
7945 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
7946 compute the breakpoint address. Only call FIX_CALL_DUMMY when
7947 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
7948 to DEPRECATED_PUSH_RETURN_ADDRESS.
7949
7950 2003-04-22 Kevin Buettner <kevinb@redhat.com>
7951
7952 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
7953 on the DWARF2 register number prior to fetching a register.
7954
7955 2003-04-22 J. Brobecker <brobecker@gnat.com>
7956
7957 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
7958 Update all the tests using SOFT_FLOAT considering the fact that
7959 this macro was always set to 0.
7960 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
7961 considering the fact that this macro was always set to 0.
7962 * hppa-tdep.h (hppa_store_return_value): Likewise.
7963 (hppa_extract_return_value): Likewise.
7964
7965 2003-04-22 J. Brobecker <brobecker@gnat.com>
7966
7967 * config/pa/tm-hppa.h: Remove obsolete code, was used by
7968 the hppa-pro target only.
7969
7970 2003-04-21 J. Brobecker <brobecker@gnat.com>
7971
7972 Ongoing multi-arch conversion effort for HP/UX:
7973 * config/pa/tm-hppa.h: Move all macro that are no longer
7974 defined now that GDB_MULTI_ARCH is now set to 1 from here...
7975 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
7976
7977 2003-04-21 J. Brobecker <brobecker@gnat.com>
7978
7979 * config/pa/tm-hppa.h: Obsolete a section that was only used
7980 for hppa-pro.
7981
7982 2003-04-21 J. Brobecker <brobecker@gnat.com>
7983
7984 Ongoing multi-arch conversion for HP/UX.
7985 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
7986 if already defined (allows hppa64 to stay non-multiarched for now).
7987 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
7988
7989 2003-04-21 Andrew Cagney <cagney@redhat.com>
7990
7991 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
7992
7993 2003-04-21 Andrew Cagney <cagney@redhat.com>
7994
7995 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
7996 "i386_num_mmx_regs".
7997
7998 2003-04-21 Andrew Cagney <cagney@redhat.com>
7999
8000 * infcall.c: New file.
8001 * infcall.h: New file.
8002 * valarith.c: Include "infcall.h".
8003 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8004 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8005 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8006 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8007 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8008 (SFILES): Add "infcall.c"
8009 (COMMON_OBS): Add "infcall.o".
8010 (infcall.o): Specify dependencies.
8011 * value.h (call_function_by_hand): Delete declaration.
8012 * inferior.h (run_stack_dummy): Delete declaration.
8013 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8014 (run_stack_dummy): Move to "infcall.c", merged into
8015 call_function_by_hand.
8016 * valops.c (call_function_by_hand): Moved to "infcall.c".
8017 (find_function_addr, value_arg_coerce): Ditto.
8018 (unwindonsignal_p, coerce_float_to_double): Ditto.
8019 (_initialize_valops): Move "set/show coerce-float-to-double", and
8020 "set/show unwindonsignal" commands to "infcall.c".
8021 * v850-tdep.c, target.h: Update comments.
8022 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8023 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8024 (sh64_init_extra_frame_info): Update comments.
8025 * mn10300-tdep.c: Update comments.
8026 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8027 * config/sparc/tm-sparc.h: Update comments.
8028 * breakpoint.h: Update comments.
8029 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8030 * arm-tdep.c: Update comment.
8031
8032 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8033
8034 * i386-tdep.c (i386_num_register_names): New variable.
8035 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8036 (MM0_REGNUM): Remove redundant parentheses in define.
8037 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8038 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8039 i386_mxcsr_regnum_p): Remove redundant parentheses.
8040 (i386_register_name): Use i386_num_register_names.
8041
8042 * i386-tdep.c (i386_extract_return_value,
8043 i386_store_return_value): Correct check for availability of
8044 floating-point registers.
8045
8046 * i386-tdep.c (i386_frame_num_args): Remove function.
8047 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8048
8049 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8050 mmx_regnum_to_fp_regnum. Adjust all callers.
8051
8052 * i386-tdep.c (i386_get_longjmp_target): Use
8053 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8054 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8055 extract_address.
8056
8057 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8058
8059 * core-regset.c: Update comments to reflect reality. Re-order
8060 includes.
8061 (fetch_core_registers): Use switch instead of if. Remove
8062 redundant prototype.
8063
8064 2003-04-18 Jim Blandy <jimb@redhat.com>
8065
8066 * s390-tdep.c (s390_frame_align): New function.
8067 (s390_gdbarch_init): Register it with the gdbarch object.
8068
8069 2003-04-17 Richard Henderson <rth@redhat.com>
8070
8071 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8072
8073 2003-04-17 Michael Snyder <msnyder@redhat.com>
8074 Karen Bennet <bennet@redhat.com>
8075
8076 Committed by Elena Zannoni <ezannoni@redhat.com>
8077 * gdb_gcore.sh: New script to create a core dump of a process.
8078
8079 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8080
8081 * values.c (value_being_returned): Don't fetch the return
8082 value if the return type is void.
8083
8084 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8085
8086 * thread-db.c: Reindented.
8087
8088 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8089
8090 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8091 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8092 as types.
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8119
8120 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8121 the size of ``long double'' to 16, instead of 8.
8122
8123 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8124
8125 * i386-linux-nat.c: Add some whitespace to make things more
8126 readable.
8127 (fetch_register, store_register, fetch_inferior_registers,
8128 store_inferior_registers): Get rid of assignment in if-statement.
8129 (store_register): Fix typo in error message.
8130
8131 2003-04-16 Andrew Cagney <cagney@redhat.com>
8132
8133 * utils.c (xmmalloc): Always allocate something, matches
8134 libiberty/xmalloc's semantics.
8135 (xmrealloc, xmcalloc): Ditto.
8136
8137 2003-04-16 Andrew Cagney <cagney@redhat.com>
8138
8139 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8140 update comments.
8141 (get_frame_type): Initialize unwind and type when needed.
8142 (get_frame_id, frame_register_unwind): Ditto.
8143
8144 2003-04-16 Andrew Cagney <cagney@redhat.com>
8145
8146 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8147 obsolete.
8148 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8149 * sparcl-stub.c: Obsolete file.
8150 * config/sparc/tm-sparclet.h: Obsolete file.
8151 * sparclet-stub.c: Obsolete file.
8152 * sparclet-rom.c: Obsolete file.
8153 * sparcl-tdep.c: Obsolete file.
8154 * config/sparc/tm-sparclite.h: Obsolete file.
8155 * config/sparc/sparclite.mt: Obsolete file.
8156 * config/sparc/sparclet.mt: Obsolete file.
8157 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8158 sparc86x-*-* obsolete.
8159
8160 2003-04-15 David Carlton <carlton@math.stanford.edu>
8161
8162 * Makefile.in (SFILES): Add cp-namespace.c.
8163 (COMMON_OBS): Add cp-namespace.o.
8164 (block.o): Depend on gdb_obstack_h and cp_support_h.
8165 (buildsym.o): Depend on cp_support_h.
8166 (cp-namespace.o): New.
8167 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8168 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8169 (dwarf2read.o): Depend on cp_support_h.
8170 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8171 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8172 processing_current_namespace.
8173 (read_namespace): Update processing_current_namespace; check for
8174 anonymous namespaces.
8175 (dwarf2_name): New function.
8176 (dwarf2_extension): Ditto.
8177 * cp-support.h: Update copyright, contributors.
8178 Add inclusion guards.
8179 Add opaque declaration for structs obstack, block, symbol.
8180 (struct using_direct): New struct.
8181 Add declarations for cp_find_first_component,
8182 cp_entire_prefix_len, processing_has_namespace_info,
8183 processing_current_namespace, cp_is_anonymous,
8184 cp_add_using_directive, cp_initialize_namespace,
8185 cp_finalize_namespace, cp_set_block_scope,
8186 cp_scan_for_anonymous_namespaces.
8187 * cp-namespace.c: New file.
8188 * cp-support.c: Update copyright.
8189 Include ctype.h, gdb_assert.h, gdbcmd.h.
8190 New variable maint_cplus_cmd_list.
8191 (cp_find_first_component): New function.
8192 (cp_entire_prefix_len, maint_cplus_command)
8193 (first_component_command, _initialize_cp_support): Ditto.
8194 * buildsym.c: Include cp-support.h.
8195 New variable using_list.
8196 (add_symbol_to_list): Check for anonymous namespaces.
8197 (finish_block): Set block's scope.
8198 (start_symtab): Initialize C++ namespace support.
8199 (end_symtab): Finalize C++ namespace support.
8200 * block.h: Add opaque declarations for structs
8201 block_namespace_info, using_direct, and obstack.
8202 Add declarations for block_set_scope and block_set_using.
8203 (struct block): Add 'language_specific' member.
8204 (BLOCK_NAMESPACE): New macro.
8205 * block.c: Include gdb_obstack.h and cp-support.h.
8206 (struct block_namespace_info): New struct.
8207 (block_set_scope): New function.
8208 (block_set_using, block_initialize_namespace): Ditto.
8209
8210 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8211
8212 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8213 (locate_base): Return early if there aren't any link map offsets.
8214 (svr4_solib_create_inferior_hook): Warn if shared library support
8215 is unavailable.
8216
8217 2003-04-14 David Carlton <carlton@math.stanford.edu>
8218
8219 * symtab.c (symbol_set_names): Add prefix when storing Java names
8220 in hash table. Fix for PR java/1039.
8221
8222 2003-04-14 David Carlton <carlton@math.stanford.edu>
8223
8224 * symtab.c (symbol_set_names): Rename 'name' arg to
8225 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8226 * symtab.h: Change 'name' argument in declaration of
8227 symbol_set_names to 'linkage_name'.
8228 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8229
8230 2003-04-14 Andrew Cagney <cagney@redhat.com>
8231
8232 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8233 return the fully sign-extended register value.
8234 (get_frame_pointer): Ditto.
8235 (mips_pop_frame): Initialize "proc_desc" after checking for a
8236 dummy frame.
8237
8238 2003-04-14 Andrew Cagney <cagney@redhat.com>
8239
8240 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8241 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8242 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8243 (mips_push_register): Delete function.
8244 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8245 PUSH_FP_REGNUM.
8246
8247 2003-04-14 Jim Blandy <jimb@redhat.com>
8248
8249 * symmisc.c: #include "gdb_regex.h".
8250 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8251 functions.
8252 * maint.c (maintenance_list_command): New function.
8253 (_initialize_maint_cmds): Register the above as commands.
8254 * symtab.h (maintenance_list_symtabs,
8255 maintenance_list_psymtabs): New declarations.
8256 * cli/cli-cmds.c (maintenancelistlist): New variable.
8257 (init_cmd_lists): Initialize it.
8258 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8259 * gdbcmd.h (maintenancelistlist): New declaration.
8260 * Makefile.in (symmisc.o): Update dependencies.
8261
8262 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8263
8264 * s390-nat.c: Include asm/types.h for addr_t.
8265
8266 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8267
8268 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8269 actually incoming type.
8270
8271 2003-04-13 Andrew Cagney <cagney@redhat.com>
8272
8273 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8274 get_next_frame and get_frame_saved_regs.
8275
8276 2003-04-13 Andrew Cagney <cagney@redhat.com>
8277
8278 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8279 of gdbarch_num_regs.
8280
8281 2003-04-13 Andrew Cagney <cagney@redhat.com>
8282
8283 * frame.h: Mention what replaced what in "struct frame_info".
8284 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8285 deprecated_update_frame_base_hack and
8286 deprecated_update_frame_pc_hack.
8287 * hppa-tdep.c: Ditto.
8288
8289 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8290
8291 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8292 to read_reg and update its comment. Remove regnum member.
8293 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8294 Don't call read_reg when setting in_reg. Call read_reg to get
8295 the frame base if it's in a register. Return the register number
8296 on the stack instead of in the context. Remove extra arguments
8297 to read_reg.
8298 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8299 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8300 the register number on the expression stack.
8301 (needs_frame_read_reg): Remove extra arguments.
8302
8303 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8304
8305 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8306 made non-static.
8307 (execute_stack_op): All callers updated.
8308 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8309 * dwarf2loc.c (find_location_expression): New function.
8310 (dwarf_expr_frame_base): Call it.
8311 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8312 (dwarf2_tracepoint_var_ref): New function, broken out from
8313 locexpr_tracepoint_var_ref.
8314 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8315 Make static.
8316 (loclist_read_variable, loclist_read_needs_frame): New functions.
8317 (loclist_describe_location, loclist_tracepoint_var_ref): New
8318 functions.
8319 (dwarf2_loclist_funcs): New struct location_funcs.
8320 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8321 (struct dwarf2_locexpr_baton): Add comments.
8322 (dwarf2_loclist_funcs): New extern.
8323 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8324 base_address and base_known.
8325 (dwarf_loc_buffer): New variable.
8326 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8327 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8328 (dwarf2_has_info): Initialize dwarf_loc_offset.
8329 (dwarf2_build_psymtabs): Read in .debug_loc.
8330 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8331 DWARF_LOC_SIZE.
8332 (psymtab_to_symtab_1): Likewise. Move base address calculation
8333 here, from...
8334 (dwarf2_get_pc_bounds): ... here. Use the base address from
8335 cu_header.
8336 (dwarf2_symbol_mark_computed): Handle location lists.
8337
8338 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8339
8340 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8341 if the linkage name demangled successfully.
8342
8343 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8344
8345 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8346 disassmbly_flavour): Removed.
8347
8348 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8349
8350 2003-04-13 Mark Kettenis <kettenis@gnu.org>
8351
8352 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8353
8354 2003-04-12 Andrew Cagney <cagney@redhat.com>
8355
8356 * frame.h (struct frame_info): Move definition from here ...
8357 * frame.c (struct frame_info): ... to here.
8358
8359 2003-04-12 Andrew Cagney <cagney@redhat.com>
8360
8361 * gdbthread.h (save_infrun_state): Delete parameter
8362 "prev_func_start".
8363 (struct thread_info): Delete field "prev_func_start".
8364 (load_infrun_state): Ditto.
8365 * thread.c (load_infrun_state, save_infrun_state): Update.
8366 * infrun.c (prev_func_start): Delete variable.
8367 (context_switch, init_wait_for_inferior): Update.
8368 (stop_stepping, keep_going): Update.
8369
8370 2003-04-12 Andrew Cagney <cagney@redhat.com>
8371
8372 * gdbarch.sh: Add missing opaque declarations.
8373 * gdbarch.h: Regnerate.
8374 * symtab.h: Add missing opaque declarations.
8375 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8376 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8377 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8378 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8379 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8380 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8381 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8382 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8383 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8384 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8385 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8386 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8387 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8388
8389 2003-04-11 Andrew Cagney <cagney@redhat.com>
8390
8391 * frame.c (get_frame_id): Return this frame's "id".
8392 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8393 function start.
8394 (legacy_saved_regs_this_id): Replace function body with
8395 internal-error.
8396 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8397 FRAME_OBSTACK_ZALLOC.
8398 (create_new_frame): Mark the frame ID as valid.
8399
8400 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
8401
8402 * Makefile.in (libbfd_h): Added missing setting.
8403 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8404 according to the selected ABI.
8405
8406 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8407
8408 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8409
8410 2003-04-11 Andrew Cagney <cagney@redhat.com>
8411
8412 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8413 SAVED_PC_AFTER_CALL.
8414 * gdbarch.h, gdbarch.c: Regenerate.
8415 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8416 * x86-64-tdep.c (x86_64_init_abi): Update.
8417 * vax-tdep.c (vax_gdbarch_init): Update.
8418 * v850-tdep.c (v850_gdbarch_init): Update.
8419 * sparc-tdep.c (sparc_gdbarch_init): Update.
8420 * sh-tdep.c (sh_gdbarch_init): Update.
8421 * s390-tdep.c (s390_gdbarch_init): Update.
8422 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8423 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8424 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8425 * mips-tdep.c (mips_gdbarch_init): Update.
8426 * mcore-tdep.c (mcore_gdbarch_init): Update.
8427 * m68k-tdep.c (m68k_gdbarch_init): Update.
8428 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8429 * ia64-tdep.c (ia64_gdbarch_init): Update.
8430 (ia64_saved_pc_after_call): Update declaration.
8431 * i386ly-tdep.c (i386lynx_init_abi): Update.
8432 * i386-tdep.c (i386_gdbarch_init): Update.
8433 * hppa-tdep.c (hppa_gdbarch_init): Update.
8434 * h8300-tdep.c (h8300_gdbarch_init): Update.
8435 * frv-tdep.c (frv_gdbarch_init): Update.
8436 * cris-tdep.c (cris_gdbarch_init): Update.
8437 * avr-tdep.c (avr_gdbarch_init): Update.
8438 * arm-tdep.c (arm_gdbarch_init): Update.
8439 * alpha-tdep.c (alpha_gdbarch_init): Update.
8440 * ns32knbsd-nat.c (frame_num_args): Update.
8441 * ns32k-tdep.c (umax_frame_num_args): Update.
8442 * mips-tdep.c (mips_init_frame_pc_first): Update.
8443 * infrun.c (step_over_function): Update.
8444 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8445 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8446 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8447 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8448 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8449 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8450 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8451 * arch-utils.c (init_frame_pc_default): Update.
8452 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8453 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8454 declaration.
8455
8456 2003-04-11 Andrew Cagney <cagney@redhat.com>
8457
8458 * i387-tdep.c: Update copyright.
8459 (i387_to_double): Delete function.
8460 (double_to_i387): Delete function.
8461
8462 2003-04-10 Andrew Cagney <cagney@redhat.com>
8463
8464 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8465 frame's function's address. Simplify.
8466 (d10v_frame_unwind_cache): Check that the frame's function is
8467 non-zero.
8468
8469 2003-04-10 Jim Blandy <jimb@redhat.com>
8470
8471 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8472 call to set_gdbarch_deprecated_push_arguments.
8473
8474 2003-04-10 Andrew Cagney <cagney@redhat.com>
8475
8476 * frame.c (fprint_frame_id): New function.
8477 (fprint_frame_type, fprint_frame): New function.
8478 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8479 (create_sentinel_frame, get_frame_id): Ditto.
8480 (frame_id_p, frame_id_eq): Ditto.
8481 (frame_id_inner, create_new_frame): Ditto.
8482 (legacy_get_prev_frame, get_prev_frame): Ditto.
8483 (deprecated_update_frame_pc_hack): Ditto.
8484 (frame_register_unwind): Ditto.
8485 (deprecated_update_frame_base_hack): Ditto.
8486
8487 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8488
8489 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8490 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8491 frame_chain function.
8492 * Makefile.in: Add dependencies due to above change.
8493
8494 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
8495
8496 * blockframe.c (legacy_frame_chain_valid): Move call to
8497 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8498 inside_entry_file.
8499
8500 2003-04-09 Andrew Cagney <cagney@redhat.com>
8501
8502 * frame.h (struct frame_id): Replace "pc" and "base" with
8503 "stack_addr" and "code_addr". Update comments.
8504 (frame_id_build): Update parameter names and comment.
8505 (struct frame_info): Replace "id_p" and "id" with "this_id".
8506 * dummy-frame.c (dummy_frame_this_id): Update.
8507 * breakpoint.c (print_one_breakpoint): Update.
8508 * frame.c (get_frame_id): Update.
8509 (get_frame_base, frame_id_build): Update.
8510 (create_sentinel_frame, legacy_get_prev_frame): Update.
8511 (deprecated_update_frame_base_hack): Update.
8512 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8513 (frame_id_inner): Ditto.
8514
8515 2003-04-09 Andrew Cagney <cagney@redhat.com>
8516
8517 * defs.h (gdb_print_host_address): Make "addr" parameter a
8518 pointer constant.
8519 * utils.c (gdb_print_host_address): Update.
8520
8521 2003-04-09 Kevin Buettner <kevinb@redhat.com>
8522
8523 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8524 register number for R0 is 0.
8525
8526 2003-04-09 J. Brobecker <brobecker@gnat.com>
8527
8528 * frame.h (struct gdbarch): Add opaque structure definition
8529 to avoid a compilation warning on LynxOS 4.0.
8530
8531 2003-04-09 Andrew Cagney <cagney@redhat.com>
8532
8533 * frame.h (struct frame_info): Delete field "pc". Replace
8534 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8535 structure.
8536 * frame.c (frame_pc_unwind): Update.
8537 (create_sentinel_frame): Do not set "pc".
8538 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8539 (get_frame_pc): Call frame_pc_unwind.
8540 (deprecated_update_frame_pc_hack): Update.
8541 (create_new_frame): Use "pc" not "->pc".
8542
8543 2003-04-09 Andrew Cagney <cagney@redhat.com>
8544
8545 * frame.c (get_frame_id): Eliminate code updating "frame".
8546 (legacy_get_prev_frame): Ditto.
8547 (get_frame_base): Return id.base directly.
8548 (deprecated_update_frame_base_hack): Update "id.base".
8549 * frame.h (struct frame_info): Delete field "frame".
8550
8551 2003-04-09 Andrew Cagney <cagney@redhat.com>
8552
8553 * NEWS: Mention that the "Sequent family" is obsolete.
8554 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8555 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8556 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8557 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8558 * config/i386/tm-ptx4.h: Obsolete file.
8559 * config/i386/tm-ptx.h: Obsolete file.
8560 * symm-tdep.c: Obsolete file.
8561 * config/i386/symmetry.mt: Obsolete file.
8562 * config/i386/tm-symmetry.h: Obsolete file.
8563 * symm-nat.c: Obsolete file.
8564 * config/i386/nm-symmetry.h: Obsolete file.
8565 * config/i386/xm-symmetry.h: Obsolete file.
8566 * config/i386/symmetry.mh: Obsolete file.
8567 * config/i386/nm-ptx4.h: Obsolete file.
8568 * config/i386/ptx4.mh: Obsolete file.
8569 * config/i386/ptx.mt: Obsolete file.
8570 * config/i386/ptx.mh: Obsolete file.
8571 * config/i386/xm-ptx4.h: Obsolete file.
8572 * config/i386/xm-ptx.h: Obsolete file.
8573
8574 2003-04-09 Andrew Cagney <cagney@redhat.com>
8575
8576 Obsolete mips*-*-mach3*.
8577 * NEWS: Mention that mips*-*-mach3* is obsolete.
8578 * m3-nat.c: Obsolete file.
8579 * config/nm-m3.h: Obsolete file.
8580 * config/mips/tm-mipsm3.h: Obsolete file.
8581 * config/mips/mipsm3.mt: Obsolete file.
8582 * config/mips/mipsm3.mh: Obsolete file.
8583 * config/mips/xm-mipsm3.h: Obsolete file.
8584 * mipsm3-nat.c: Obsolete file.
8585 * configure.host: Obsolete mips-dec-mach3*.
8586 * configure.tgt: Obsolete mips*-*-mach3*.
8587
8588 2003-04-09 Andrew Cagney <cagney@redhat.com>
8589
8590 * doublest.h: Update copyright.
8591 (deprecated_store_floating, deprecated_extract_floating): Rename
8592 store_floating and extract_floating. Update comments.
8593 * doublest.c: Update copyright.
8594 (extract_floating_by_length): Replace extract_floating.
8595 (store_floating_by_length): Replace store_floating.
8596 (deprecated_extract_floating): New function.
8597 (deprecated_store_floating): New function.
8598 (extract_typed_floating): Call extract_floating_by_length.
8599 (store_typed_floating): Call store_floating_by_length.
8600 * x86-64-tdep.c (x86_64_store_return_value): Update.
8601 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8602 (sh64_extract_return_value): Update.
8603 (sh_sh4_register_convert_to_virtual): Update.
8604 (sh_sh64_register_convert_to_virtual): Update.
8605 (sh_sh4_register_convert_to_raw): Update.
8606 (sh_sh64_register_convert_to_raw): Update.
8607 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8608 (rs6000_register_convert_to_raw): Update.
8609 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8610 (ia64_register_convert_to_raw): Update.
8611 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8612 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8613 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8614 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8615 (alpha_register_convert_to_raw): Update.
8616
8617 2003-04-08 Andrew Cagney <cagney@redhat.com>
8618
8619 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8620 * gdbarch.h, gdbarch.c: Re-generate.
8621 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8622 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8623 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8624 conditionally, use frame_pc_unwind as an alternative. Add
8625 comments.
8626 * arch-utils.c (init_frame_pc_default): Only call
8627 SAVED_PC_AFTER_CALL when available.
8628
8629 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8630
8631 * infrun.c (stop_soon): Rename from stop_soon_quietly.
8632 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8633 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8634 (start_remote): Ditto.
8635 (handle_inferior_event): Ditto.
8636 (save_inferior_status): Ditto.
8637 (restore_inferior_status): Ditto.
8638 * infcmd.c (attach_command): Ditto.
8639 * fork-child.c (startup_inferior): Ditto.
8640 * inferior.h (stop_soon): Rename from stop_soon_quietly.
8641 * alpha-tdep.c (heuristic_proc_start): Ditto.
8642 * mips-tdep.c (heuristic_proc_start): Ditto.
8643 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8644 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8645 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8646 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8647 * remote-vx.c (vx_create_inferior): Ditto.
8648
8649 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
8650
8651 * infrun.c (stop_soon_quietly): Make it an enum, to better
8652 override the default behavior of handle_inferior_event.
8653 (clear_proceed_status): Update uses of stop_soon_quietly to
8654 reflect that it is now an enum.
8655 (start_remote): Ditto.
8656 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8657 is set to handle the new GNU/Linux kernel behavior for
8658 attach/sigstop. Update uses of stop_soon_quietly.
8659 * inferior.h (enum stop_kind): New enum.
8660 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8661 Reset normal handle_inferior_event behavior, afterwards.
8662 * fork-child.c (startup_inferior): Update.
8663 * alpha-tdep.c (heuristic_proc_start): Update.
8664 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8665 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8666 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8667 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8668 * remote-vx.c (vx_create_inferior): Update.
8669 * mips-tdep.c (heuristic_proc_start): Update.
8670
8671 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
8672
8673 * disasm.c (dump_insns): Move variables inside loop, or they will
8674 be freed more than once, causing wild memory corruptions.
8675 (gdb_disassembly): Look for the substring "-thread",
8676 instead of "-threads" in the target name, to make sure to find
8677 the 'multi-thread' target. Also, make sure we do the right thing
8678 with the "core" target.
8679
8680 2003-04-07 Kevin Buettner <kevinb@redhat.com>
8681
8682 * mips-tdep.c (mips_print_fp_register): New function, created from
8683 do_fp_register_row(). Registers are now (also) printed as hex.
8684 Only one register is printed per row.
8685 (mips_print_register, do_fp_register_row): Print floating point
8686 registers with mips_print_fp_register().
8687
8688 2003-04-06 Andrew Cagney <cagney@redhat.com>
8689
8690 * valprint.h (inspect_it): Add extern declaration.
8691 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8692 (selectors_info, classes_info): Ditto.
8693 (find_objc_msgcall): Fix indentation.
8694 (objc_printstr): Delete extern declarations.
8695
8696 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8697
8698 2003-04-06 Andrew Cagney <cagney@redhat.com>
8699
8700 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8701 Update comment.
8702 * frame.c (legacy_saved_regs_this_id): Update.
8703 (legacy_get_prev_frame): Update.
8704 * xstormy16-tdep.c: Update comment.
8705 * sparc-tdep.c (sparc_frame_chain): Update comment.
8706 * blockframe.c (legacy_frame_chain_valid): Update.
8707
8708 2003-04-06 Andrew Cagney <cagney@redhat.com>
8709
8710 * valprint.c (val_print_type_code_int): Delete #ifdef
8711 PRINT_TYPELESS_INTEGER code.
8712
8713 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8714 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8715 multi-arch definition.
8716 * gdbarch.h: Re-generate.
8717
8718 2003-04-05 Andrew Cagney <cagney@redhat.com>
8719
8720 Eliminate FRAME_FIND_SAVED_REGS.
8721 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8722 Change FSR parameter to a pointer.
8723 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8724 Assume FSR parameter is a pointer.
8725 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8726 Make fsr a pointer.
8727 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8728 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8729 saved_regs a pointer.
8730 (hppa_frame_saved_pc): Ditto.
8731 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8732 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8733 pointer.
8734 (restore_pc_queue): Make fsr a pointer.
8735 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8736 (hppa_frame_chain): Make saved_regs a pointer, call
8737 hppa_frame_init_saved_regs.
8738 * sparc-tdep.c: Include "gdb_assert.h".
8739 (sparc_frame_find_saved_regs): Replace internal_error with
8740 gdb_assert.
8741 * remote-vxsparc.c (vx_read_register): Delete reference to
8742 FRAME_FIND_SAVED_REGS.
8743 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8744 * gdbarch.h: Regenerate.
8745 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8746 (deprecated_get_frame_saved_regs): Delete declaration.
8747 (struct frame_saved_regs): Delete definition.
8748 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8749 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8750 (hppa_frame_find_saved_regs): Delete declaration.
8751 (FRAME_FIND_SAVED_REGS): Delete macro.
8752 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8753 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8754 FRAME_FIND_SAVED_REGS in comment.
8755
8756 2003-04-05 Andrew Cagney <cagney@redhat.com>
8757
8758 * frame.c (frame_func_unwind, get_frame_func): New functions.
8759 * frame.h (get_frame_func, frame_func_unwind): Declare.
8760 (struct frame_info): Add field "prev_func" for caching the
8761 previous frame's function address.
8762 * arm-tdep.c (arm_frameless_function_invocation): Combine
8763 get_pc_function_start and get_frame_pc into get_frame_func.
8764 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8765 (sh64_nofp_frame_init_saved_regs): Ditto.
8766 * s390-tdep.c (s390_function_start): Ditto.
8767 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8768 (rs6000_frameless_function_invocation): Ditto.
8769 (rs6000_frame_saved_pc): Ditto.
8770 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8771 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8772 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8773 (i386_frame_init_saved_regs): Ditto.
8774 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8775 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8776 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8777 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8778 * blockframe.c (frameless_look_for_prologue): Ditto.
8779
8780 2003-04-05 Andrew Cagney <cagney@redhat.com>
8781
8782 * frame.c (legacy_get_prev_frame): Link prev to next at the
8783 function start. Update comments.
8784
8785 2003-04-05 Andrew Cagney <cagney@redhat.com>
8786
8787 * frame.c (get_frame_id): Update comment.
8788 (legacy_get_prev_frame): Update comment.
8789 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
8790 * gdbarch.h: Regenerate.
8791 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
8792 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
8793
8794 2003-04-05 Andrew Cagney <cagney@redhat.com>
8795
8796 * stack.c (print_frame_info): Use get_frame_pc.
8797
8798 2003-04-04 Andrew Cagney <cagney@redhat.com>
8799
8800 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
8801 the frame's type from the unwinder.
8802 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
8803 (create_new_frame, legacy_get_prev_frame): When the unwinder's
8804 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
8805 (get_frame_base_address): Use get_frame_type.
8806 (get_frame_locals_address, get_frame_args_address): Ditto.
8807 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
8808 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
8809 (struct frame_info): Add comment explaining why the frame contains
8810 a "type" field.
8811 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
8812 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
8813 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
8814 NORMAL_FRAME.
8815 * frame-unwind.h: Include "frame.h".
8816 (struct frame_unwind): Add "type" field.
8817 * Makefile.in (frame_unwind_h): Add $(frame_h).
8818
8819 2003-04-04 Andrew Cagney <cagney@redhat.com>
8820
8821 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
8822 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
8823 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
8824 get_frame_base.
8825 (d10v_unwind_dummy_id): Use frame_id_build.
8826 * frame.c (find_frame_sal): Use get_frame_pc.
8827 (create_new_frame): Use deprecated_update_frame_pc_hack and
8828 deprecated_update_frame_base_hack.
8829 (create_sentinel_frame): Add comment about ->pc going away.
8830 (get_prev_frame): Add comment about ->pc going away.
8831 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
8832 frame_id_build, deprecated_update_frame_pc_hack and
8833 deprecated_update_frame_base_hack.
8834 (select_frame): Use get_frame_pc.
8835 (legacy_saved_regs_this_id): Use frame_id_build.
8836
8837 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
8838
8839 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
8840 signed integer case.
8841 (classify_argument): Handle enumerations and references.
8842
8843 2003-04-04 Andrew Cagney <cagney@redhat.com>
8844
8845 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
8846 ID to NULL.
8847
8848 2003-04-01 Adam Fedor <fedor@gnu.org>
8849
8850 * gdb/objc-lang.c (selectors_info): Replace calls to
8851 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
8852 SYMBOL_NATURAL_NAME.
8853 (classes_info, find_methods): Likewise.
8854
8855 2003-04-03 Kevin Buettner <kevinb@redhat.com>
8856
8857 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
8858 ``mach'' to the value determined by bfd_default_set_arch_mach().
8859
8860 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8861
8862 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
8863 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
8864 (mi-cmd-file.o): Update dependencies.
8865
8866 2003-04-01 Kevin Buettner <kevinb@redhat.com>
8867
8868 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
8869 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
8870
8871 2003-04-01 Adam Fedor <fedor@gnu.org>
8872
8873 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
8874 * language.h (struct language_defn): Add la_demangle.
8875 (language_demangle): Declare.
8876 * language.c (language_demangle): New function.
8877 (unk_lang_demangle): Likewise.
8878 (unknown_language_defn, auto_language_defn, local_language_defn):
8879 Add ukn_lang_demangle.
8880 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
8881 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
8882 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
8883 (cplus_language_defn): Add cplus_demangle for la_demangle element.
8884 * jv-lang.c (java_demangle): New function
8885 (java_language_defn): Use it for la_demangle element.
8886 * objc-lang.c (objc_demangle): Add options argument
8887 (objc_language_defn): Use objc_demangle for la_demangle element.
8888 * maint.c (maintenance_demangle): Replace switch with
8889 call to language_demangle.
8890 * utils.c (fprintf_symbol_filtered): Likewise.
8891
8892 2003-04-01 Andrew Cagney <cagney@redhat.com>
8893
8894 * printcmd.c (print_frame_nameless_args): Delete #ifdef
8895 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
8896 PRINT_TYPELESS_INTEGER.
8897 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
8898 PUSH_RETURN_ADDRESS.
8899
8900 2003-04-01 Andrew Cagney <cagney@redhat.com>
8901
8902 * Makefile.in (d10v-tdep.o): Update dependencies.
8903 * d10v-tdep.c: Include "frame-base.h".
8904 (d10v_frame_unwind): Make constant.
8905 (d10v_frame_base_address): New function.
8906 (d10v_frame_base): New variable.
8907 (d10v_gdbarch_init): Set frame_base default.
8908 (struct d10v_unwind_cache): Add the field "prev_sp". Update
8909 comment for base.
8910 (d10v_frame_unwind_cache): Set and use "prev_sp".
8911 (d10v_frame_this_id): Use the previous frame's inner most stack
8912 address and this frame's func address for the frame ID. Use
8913 frame_id_build. Don't analyze beyond the current instruction.
8914
8915 2003-04-01 Andrew Cagney <cagney@redhat.com>
8916
8917 * frame.h (get_frame_locals_address, get_frame_args_address):
8918 Refer to the base address, instead of the address of the first
8919 local or parameter.
8920
8921 2003-04-01 Andrew Cagney <cagney@redhat.com>
8922
8923 Add frame debug info addresses:
8924 * frame-base.c: New file.
8925 * frame-base.h: New file.
8926 * frame.h (struct frame_base): Add opaque declaration.
8927 (get_frame_base): Update comment.
8928 (get_frame_base_address): Declare.
8929 (get_frame_locals_address): Declare.
8930 (get_frame_args_address): Declare.
8931 (struct frame_info): Add "base" and "base_cache". Update
8932 comments on the unwinder.
8933 * frame.c: Include "frame-base.h".
8934 (get_frame_locals_address): New function.
8935 (get_frame_base_address): New function.
8936 (get_frame_args_address): New function.
8937 * findvar.c (read_var_value): Use get_frame_locals_address and
8938 get_frame_args_address.
8939 * stack.c (frame_info): Use get_frame_locals_address and
8940 get_frame_args_address.
8941 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
8942 moved to "frame-base.c".
8943 * printcmd.c (print_frame_nameless_args): Ditto.
8944 * symtab.h (address_class): Update comments.
8945 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
8946 get_frame_base_address.
8947 * dwarf2expr.c (execute_stack_op): Ditto.
8948 * Makefile.in (frame_base_h): Define.
8949 (frame.o): Update dependencies.
8950 (frame-base.o): Add dependencies.
8951 (SFILES): Add frame-base.c.
8952 (COMMON_OBS): Add frame-base.o.
8953
8954 2003-04-01 Andrew Cagney <cagney@redhat.com>
8955
8956 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
8957 CALL_DUMMY_LENGTH): Ditto.
8958 * gdbarch.c: Re-generate.
8959 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
8960 (CALL_DUMMY_LENGTH): Delete macro.
8961 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
8962 * arm-tdep.c (arm_gdbarch_init): Ditto.
8963 * avr-tdep.c (avr_gdbarch_init): Ditto.
8964 * cris-tdep.c (cris_gdbarch_init): Ditto.
8965 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8966 * frv-tdep.c (frv_gdbarch_init): Ditto.
8967 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8968 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8969 * i386-tdep.c (i386_gdbarch_init): Ditto.
8970 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8971 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8972 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8973 * mips-tdep.c (mips_gdbarch_init): Ditto.
8974 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8975 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8976 * s390-tdep.c (s390_gdbarch_init): Ditto.
8977 * sh-tdep.c (sh_gdbarch_init): Ditto.
8978 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8979 * v850-tdep.c (v850_gdbarch_init): Ditto.
8980 * vax-tdep.c (vax_gdbarch_init): Ditto.
8981 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8982
8983 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
8984
8985 * frame.c (get_prev_frame): Disable call to inside_entry_file().
8986
8987 2003-04-01 Andrew Cagney <cagney@redhat.com>
8988
8989 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
8990 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8991 * gdbarch.h, gdbarch.c: Re-generate.
8992 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8993 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8994 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8995 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
8996 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8997 * infcmd.c (run_stack_dummy): Simplify assuming
8998 CALL_DUMMY_BREAKPOINT_OFFSET_P.
8999 * infrun.c (handle_inferior_event): Ditto.
9000 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9001 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9002 * arm-tdep.c (arm_gdbarch_init): Ditto.
9003 * avr-tdep.c (avr_gdbarch_init): Ditto.
9004 * cris-tdep.c (cris_gdbarch_init): Ditto.
9005 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9006 * frv-tdep.c (frv_gdbarch_init): Ditto.
9007 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9008 * i386-tdep.c (i386_gdbarch_init): Ditto.
9009 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9010 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9011 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9012 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9013 * mips-tdep.c (mips_gdbarch_init): Ditto.
9014 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9015 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9016 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9017 * s390-tdep.c (s390_gdbarch_init): Ditto.
9018 * sh-tdep.c (sh_gdbarch_init): Ditto.
9019 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9020 * v850-tdep.c (v850_gdbarch_init): Ditto.
9021 * vax-tdep.c (vax_gdbarch_init): Ditto.
9022 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9023
9024 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9025
9026 * symfile.c (symfile_relocate_debug_section): Update call to
9027 bfd_simple_get_relocated_section_contents.
9028
9029 2003-03-31 Andrew Cagney <cagney@redhat.com>
9030
9031 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9032 * gdbarch.h, gdbarch.c: Regenerate.
9033 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9034 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9035 available.
9036 * frame.h (generic_fix_call_dummy): Delete declaration.
9037 * dummy-frame.h: Update comment.
9038 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9039 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9040 fix_call_dummy.
9041 * sh-tdep.c (sh_gdbarch_init): Ditto.
9042 * s390-tdep.c (s390_gdbarch_init): Ditto.
9043 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9044 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9045 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9046 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9047 * i386-tdep.c (i386_gdbarch_init): Ditto.
9048 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9049 * frv-tdep.c (frv_gdbarch_init): Ditto.
9050 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9051 * cris-tdep.c (cris_gdbarch_init): Ditto.
9052 * avr-tdep.c (avr_gdbarch_init): Ditto.
9053 * arm-tdep.c (arm_gdbarch_init): Ditto.
9054
9055 2003-03-31 J. Brobecker <brobecker@gnat.com>
9056
9057 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9058 (INIT_FRAME_AP): Likewise.
9059 (EXTRA_FRAME_INFO): Likewise.
9060
9061 2003-03-31 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdbarch.sh: Include "symfile.h".
9064 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9065 * gdbarch.h, gdbarch.c: Re-generate.
9066 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9067 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9068 call_dummy_address, the default is at entry_point_address.
9069 * v850-tdep.c (v850_gdbarch_init): Ditto.
9070 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9071 * sh-tdep.c (sh_gdbarch_init): Ditto.
9072 * s390-tdep.c (s390_gdbarch_init): Ditto.
9073 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9074 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9075 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9076 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9077 * i386-tdep.c (i386_gdbarch_init): Ditto.
9078 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9079 * frv-tdep.c (frv_gdbarch_init): Ditto.
9080 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9081 * cris-tdep.c (cris_gdbarch_init): Ditto.
9082 * arm-tdep.c (arm_gdbarch_init): Ditto.
9083
9084 2003-03-31 Andrew Cagney <cagney@redhat.com>
9085
9086 * gdbarch.sh (CALL_DUMMY_P): Delete.
9087 * gdbarch.h, gdbarch.c: Re-generate.
9088 * inferior.h (CALL_DUMMY_P): Delete macro.
9089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9090 * vax-tdep.c (vax_gdbarch_init): Update.
9091 * v850-tdep.c (v850_gdbarch_init): Update.
9092 * sparc-tdep.c (sparc_gdbarch_init): Update.
9093 * sh-tdep.c (sh_gdbarch_init): Update.
9094 * s390-tdep.c (s390_gdbarch_init): Update.
9095 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9096 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9097 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9098 * mips-tdep.c (mips_gdbarch_init): Update.
9099 * mcore-tdep.c (mcore_gdbarch_init): Update.
9100 * m68k-tdep.c (m68k_gdbarch_init): Update.
9101 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9102 * ia64-tdep.c (ia64_gdbarch_init): Update.
9103 * i386-tdep.c (i386_gdbarch_init): Update.
9104 * h8300-tdep.c (h8300_gdbarch_init): Update.
9105 * frv-tdep.c (frv_gdbarch_init): Update.
9106 * d10v-tdep.c (d10v_gdbarch_init): Update.
9107 * cris-tdep.c (cris_gdbarch_init): Update.
9108 * breakpoint.c (deprecated_frame_in_dummy): Update.
9109 * avr-tdep.c (avr_gdbarch_init): Update.
9110 * alpha-tdep.c (alpha_gdbarch_init): Update.
9111 * arm-tdep.c (arm_gdbarch_init): Update.
9112 * dummy-frame.c (dummy_frame_this_id): Update comments.
9113 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9114 * frame.c (legacy_get_prev_frame): Ditto.
9115 * valops.c (call_function_by_hand): Delete function.
9116 (hand_function_call): Rename to call_function_by_hand
9117
9118 2003-03-30 Andrew Cagney <cagney@redhat.com>
9119
9120 2002-11-10 Klee Dienes <kdienes@apple.com>
9121 * value.h (struct value): Update comment.
9122
9123 2003-03-30 Andrew Cagney <cagney@redhat.com>
9124
9125 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9126 D10V_FP_REGNUM.
9127 (d10v_gdbarch_init): Do not set fp_regnum.
9128
9129 * frame.c (get_frame_base): Force ID initialization.
9130 (get_prev_frame): Move computation of the frame ID from here ...
9131 (get_frame_id): ... to here.
9132 (legacy_get_prev_frame): Mark the frame ID as valid.
9133 * frame.h (struct frame_info): Add field "id_p".
9134
9135 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9136
9137 * i386-tdep.c (i386_store_struct_return): Removed.
9138 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9139
9140 2003-03-30 Andrew Cagney <cagney@redhat.com>
9141
9142 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9143 * gdbarch.h, gdbarch.c: Regenerate.
9144 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9145 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9146 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9147 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9148 * i386-tdep.c (i386_gdbarch_init): Ditto.
9149 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9150 * cris-tdep.c (cris_gdbarch_init): Ditto.
9151 * vax-tdep.c (vax_gdbarch_init): Ditto.
9152 * s390-tdep.c (s390_gdbarch_init): Ditto.
9153 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9154 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9155 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9156 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9157 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9158 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9159 * sparc-tdep.c (sparc_gdbarch_init): Update.
9160 * sh-tdep.c (sh_gdbarch_init): Update.
9161 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9162 * mips-tdep.c (mips_gdbarch_init): Update.
9163 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9164 * ia64-tdep.c (ia64_gdbarch_init): Update.
9165 * frv-tdep.c (frv_gdbarch_init): Update.
9166 * avr-tdep.c (avr_gdbarch_init): Update.
9167 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9168 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9169 instead of when push_dummy_call is not available.
9170
9171 2003-03-30 Andrew Cagney <cagney@redhat.com>
9172
9173 * infttrace.c: Include "gdbthread.h".
9174 (parent_attach_all): Fix function signature.
9175 (call_ptrace): Update call.
9176 * Makefile.in (infttrace.o): Update dependencies.
9177
9178 2003-03-30 Andrew Cagney <cagney@redhat.com>
9179
9180 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9181 PUSH_RETURN_ADDRESS.
9182 * gdbarch.h, gdbarch.c: Regenerate.
9183 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9184 * x86-64-tdep.c (x86_64_init_abi): Update.
9185 * v850-tdep.c (v850_gdbarch_init): Update.
9186 * sparc-tdep.c (sparc_gdbarch_init): Update.
9187 * sh-tdep.c (sh_gdbarch_init): Update.
9188 * s390-tdep.c (s390_gdbarch_init): Update.
9189 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9190 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9191 * mips-tdep.c (mips_gdbarch_init): Update.
9192 * mcore-tdep.c (mcore_gdbarch_init): Update.
9193 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9194 * ia64-tdep.c (ia64_gdbarch_init): Update.
9195 * i386-tdep.c (i386_gdbarch_init): Update.
9196 * h8300-tdep.c (h8300_gdbarch_init): Update.
9197 * frv-tdep.c (frv_gdbarch_init): Update.
9198 * cris-tdep.c (cris_gdbarch_init): Update.
9199 * avr-tdep.c (avr_gdbarch_init): Update.
9200 * arm-tdep.c (arm_gdbarch_init): Update.
9201 * valops.c (hand_function_call): Update.
9202
9203 2003-03-29 Andrew Cagney <cagney@redhat.com>
9204
9205 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9206 sizeof_call_dummy_words.
9207 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9208 define.
9209 * gdbarch.h: Regenerate.
9210
9211 2003-03-29 Andrew Cagney <cagney@redhat.com>
9212
9213 * infttrace.h: New file.
9214 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9215 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9216 (hpread_read_doc_function_type): Detect an initialized type1.
9217 (hpread_quick_traverse): Initialize mod_name_string.
9218 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9219 (som_solib_get_solib_by_pc): Declare.
9220 (so_lib_thread_start_addr): Declare.
9221 (no_shared_libraries): Declare.
9222 * somread.c (init_import_symbols): Make static. Add forward
9223 declaration.
9224 * config/pa/nm-hppah.h: Include "infttrace.h" for
9225 parent_attach_all.
9226 (hppa_insert_hw_watchpoint): Declare.
9227 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9228 * hppah-nat.c: Include "gdb_string.h".
9229 (parent_attach_all): Delete extern declaration, moved to
9230 "infttrace.h".
9231 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9232 int.
9233 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9234 * Makefile.in (infttrace_h): Define.
9235 (hpread.o): Update dependencies.
9236 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9237 * hppa-hpux-tdep.c: Include "gdb_string.h".
9238 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9239 * infrun.c (handle_inferior_event): Always initialize
9240 stepped_after_stopped_by_watchpoint. Add default and remove
9241 fallthrough in switch statement.
9242 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9243 parameter to int.
9244 (hppa_remove_hw_watchpoint): Ditto.
9245
9246 2003-03-29 Andrew Cagney <cagney@redhat.com>
9247
9248 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9249 offset.
9250
9251 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9252
9253 * arm-tdep.c (arm_push_arguments): Delete.
9254 (struct stack_item): New type.
9255 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9256 (arm_store_struct_return): Delte.
9257 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9258 arm_push_arguments or arm_store_struct_return.
9259
9260 2003-03-28 Andrew Cagney <cagney@redhat.com>
9261
9262 * Makefile.in (d10v-tdep.o): Update dependencies.
9263 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9264 * d10v-tdep.c: Include "remote.h".
9265 (target_resume_hook): Delete extern declaration.
9266 (target_wait_loop_hook): Ditto.
9267 (tdisassemble_command): Eliminate assignment in "if" conditional.
9268 (d10v_ts2_register_sim_regno): Eliminate call to
9269 legacy_register_sim_regno.
9270 (d10v_ts3_register_sim_regno): Ditto.
9271
9272 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9273
9274 * thread.c: Reindented.
9275 * lin-lwp.c: Ditto.
9276 * linux-proc.c: Ditto.
9277
9278 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9279
9280 * MAINTAINERS (write after approval): Add myself.
9281
9282 2003-03-27 Theodore A. Roth <troth@openavr.org>
9283
9284 * objc-exp.y: Add missing semi-colons.
9285
9286 2003-03-27 Andrew Cagney <cagney@redhat.com>
9287
9288 * regcache.c (write_sp): Delete function and references.
9289 * inferior.h (write_sp): Delete declaration.
9290 * valops.c (hand_function_call): Replace write_sp with
9291 TARGET_WRITE_SP.
9292 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9293 (sparc_pop_frame): Ditto.
9294
9295 2003-03-27 Andrew Cagney <cagney@redhat.com>
9296
9297 * NEWS: Mention removal of support for hppa*-*-bsd* and
9298 hppa*-*-osf* natives, and hppa*-*-pro* target.
9299 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9300 * config/pa/xm-pa.h: Obsolete file.
9301 * config/pa/xm-hppab.h: Obsolete file.
9302 * config/pa/nm-hppab.h: Obsolete file.
9303 * config/pa/tm-hppab.h: Obsolete file.
9304 * config/pa/tm-hppao.h: Obsolete file.
9305 * config/pa/nm-hppao.h: Obsolete file.
9306 * config/pa/tm-pro.h: Obsolete file.
9307 * config/pa/hppaosf.mt: Obsolete file.
9308 * config/pa/hppaosf.mh: Obsolete file.
9309 * config/pa/hppapro.mt: Obsolete file.
9310 * config/pa/hppabsd.mt: Obsolete file.
9311 * config/pa/hppabsd.mh: Obsolete file.
9312 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9313 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9314 hppa*-*-osf*.
9315
9316 2003-03-27 Andrew Cagney <cagney@redhat.com>
9317
9318 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9319 push_arguments. Don't set push_return_address or write_sp.
9320 (d10v_push_dummy_call): Replace d10v_push_arguments.
9321 (d10v_push_return_address, d10v_write_sp): Delete function,
9322 handled by push_dummy_call.
9323
9324 2003-03-26 Andrew Cagney <cagney@redhat.com>
9325
9326 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9327 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9328 regcache and dummy_addr parameters.
9329 * gdbarch.h, gdbarch.c: Re-generate.
9330 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9331 available; assume it will handle stack alignment and return
9332 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9333 legacy_push_arguments.
9334 (legacy_push_arguments): Rename default_push_arguments.
9335 * value.h (legacy_push_arguments): Rename default_push_arguments.
9336 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9337 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9338 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9339 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9340 * config/i386/tm-symmetry.h: Update.
9341 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9342 * x86-64-tdep.c (x86_64_init_abi): Update.
9343 * v850-tdep.c (v850_gdbarch_init): Update.
9344 * sparc-tdep.c (sparc_gdbarch_init): Update.
9345 * sh-tdep.c (sh_gdbarch_init): Update.
9346 * s390-tdep.c (s390_gdbarch_init): Update.
9347 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9348 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9349 * mips-tdep.c (mips_gdbarch_init): Update.
9350 * mcore-tdep.c (mcore_gdbarch_init): Update.
9351 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9352 * ia64-tdep.c (ia64_gdbarch_init): Update.
9353 * i386-tdep.c (i386_gdbarch_init): Update.
9354 * hppa-tdep.c (hppa_gdbarch_init): Update.
9355 * h8300-tdep.c (h8300_gdbarch_init): Update.
9356 * frv-tdep.c (frv_gdbarch_init): Update.
9357 * d10v-tdep.c (d10v_gdbarch_init): Update.
9358 * cris-tdep.c (cris_gdbarch_init): Update.
9359 * avr-tdep.c (avr_gdbarch_init): Update.
9360 * arm-tdep.c (arm_gdbarch_init): Update.
9361 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9362 * alpha-tdep.c (alpha_gdbarch_init): Update.
9363
9364 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9365
9366 * signals/signals.c (do_target_signal_to_host): Correct realtime
9367 signal range test.
9368
9369 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9370
9371 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9372 (struct sal_chain, map_catch_names): Remove.
9373 (catch_exception_command_1): Don't call
9374 handle_gnu_4_16_catch_command.
9375
9376 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9377
9378 From Mark Dettinger <dettinge@de.ibm.com>:
9379 * dwarf2cfi.c (read_2u): Increment pointer by two.
9380
9381 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9382
9383 * signals/signals.c: Fix typos in last change.
9384
9385 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
9386
9387 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9388 not already defined. Use __SIGRTMIN if available.
9389 (target_signal_from_host): Remove SIGRTMIN block.
9390 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9391 the signal is within the realtime range.
9392
9393 2003-03-25 Adam Fedor <fedor@gnu.org>
9394
9395 * Makefile.in (infrun.o): Add $(language_h)
9396 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9397 for language specific trampolines.
9398 * language.h (struct language_defn): Add skip_trampoline.
9399 (skip_language_trampoline): Declare.
9400 * language.c (unk_lang_trampoline, skip_language_trampoline):
9401 New functions.
9402 (unknown_language_defn, auto_language_defn, local_language_defn):
9403 Add ukn_lang_trampoline.
9404 * ada-lang.c (ada_language_defn): Add NULL for language
9405 specific skip_trampoline.
9406 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9407 scm-lang.c: Likewise.
9408 * objc-lang.c (objc_skip_trampoline): New function.
9409 (objc_language_defn): Add objc_skip_trampoline.
9410
9411 2003-03-25 Andrew Cagney <cagney@redhat.com>
9412
9413 * frame.c (get_prev_frame): Delay validating a frame's ID -
9414 non-NULL, didn't go backwards - until an attempt to unwind it to
9415 the previous frame.
9416
9417 2003-03-25 Andrew Cagney <cagney@redhat.com>
9418
9419 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9420 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9421 * gdbarch.h, gdbarch.c: Re-generate.
9422 * config/sparc/tm-sparc.h
9423 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9424 * sparc-tdep.c (sparc_gdbarch_init): Set
9425 deprecated_extra_stack_alignment_needed.
9426 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9427 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9428 extra_stack_alignment_needed.
9429 * v850-tdep.c (v850_gdbarch_init): Ditto.
9430 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9431 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9432 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9433 * cris-tdep.c (cris_gdbarch_init): Ditto.
9434 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9436
9437 2003-03-25 Andrew Cagney <cagney@redhat.com>
9438
9439 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9440 STORE_STRUCT_RETURN.
9441 * gdbarch.h, gdbarch.c: Regenerate.
9442 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9443 (d10v_push_arguments): Set the struct return register.
9444 (d10v_gdbarch_init): Update.
9445 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9446 * x86-64-tdep.c (x86_64_init_abi): Update.
9447 * vax-tdep.c (vax_gdbarch_init): Update.
9448 * v850-tdep.c (v850_gdbarch_init): Update.
9449 * sparc-tdep.c (sparc_gdbarch_init): Update.
9450 * sh-tdep.c (sh_gdbarch_init): Update.
9451 * s390-tdep.c (s390_gdbarch_init): Update.
9452 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9453 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9454 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9455 * mips-tdep.c (mips_gdbarch_init): Update.
9456 * mcore-tdep.c (mcore_gdbarch_init): Update.
9457 * m68k-tdep.c (m68k_gdbarch_init): Update.
9458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9459 * ia64-tdep.c (ia64_gdbarch_init): Update.
9460 * i386-tdep.c (i386_gdbarch_init): Update.
9461 * hppa-tdep.c (hppa_gdbarch_init): Update.
9462 * h8300-tdep.c (h8300_gdbarch_init): Update.
9463 * frv-tdep.c (frv_gdbarch_init): Update.
9464 * cris-tdep.c (cris_gdbarch_init): Update.
9465 * avr-tdep.c (avr_gdbarch_init): Update.
9466 * arm-tdep.c (arm_gdbarch_init): Update.
9467 * alpha-tdep.c (alpha_gdbarch_init): Update.
9468
9469 2003-03-25 Andrew Cagney <cagney@redhat.com>
9470
9471 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9472 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9473 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9474 * gdbarch.h, gdbarch.c: Regenerate.
9475 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9476 call_dummy_stack_adjust_p.
9477 * vax-tdep.c (vax_gdbarch_init): Ditto.
9478 * v850-tdep.c (v850_gdbarch_init): Ditto.
9479 * sh-tdep.c (sh_gdbarch_init): Ditto.
9480 * s390-tdep.c (s390_gdbarch_init): Ditto.
9481 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9482 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9483 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9484 * mips-tdep.c (mips_gdbarch_init): Ditto.
9485 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9486 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9487 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9488 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9489 * i386-tdep.c (i386_gdbarch_init): Ditto.
9490 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9491 * frv-tdep.c (frv_gdbarch_init): Ditto.
9492 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9493 * cris-tdep.c (cris_gdbarch_init): Ditto.
9494 * avr-tdep.c (avr_gdbarch_init): Ditto.
9495 * arm-tdep.c (arm_gdbarch_init): Ditto.
9496 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9497 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9498 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9499 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9500 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9501 call_dummy_stack_adjust_p.
9502 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9503 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9504 * sparc-tdep.c (sparc32_push_arguments): Update.
9505 * valops.c (hand_function_call): Update.
9506
9507 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
9508
9509 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9510 set_gdbarch_char_signed.
9511
9512 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9513
9514 PR cli/548
9515 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9516
9517 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
9518
9519 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9520 (_initialize_arm_tdep): Don't set tm_print_insn.
9521
9522 2003-03-24 Adam Fedor <fedor@gnu.org>
9523
9524 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9525 * objc-lang.h: Add multiple inclusion protection.
9526 (start_msglist, add_msglist, end_msglist): Additional declarations.
9527
9528 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
9529
9530 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9531 value was renamed to ARM_FLOAT_SOFT_FPA.
9532
9533 2003-03-23 Andrew Cagney <cagney@redhat.com>
9534
9535 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9536 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9537 * gdbarch.h, gdbarch.c: Regenerate.
9538 * valops.c (hand_function_call): Update.
9539 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9540 * frame.c (legacy_saved_regs_this_id): Update.
9541 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9542 * dummy-frame.h: Update.
9543 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9544 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9545 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9546 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9547 * config/m68k/tm-sun3.h: Update.
9548 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9549 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9550 * x86-64-tdep.c (x86_64_init_abi): Update.
9551 * vax-tdep.c (vax_gdbarch_init): Update.
9552 * v850-tdep.c (v850_gdbarch_init): Update.
9553 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9554 * sh-tdep.c (sh_gdbarch_init): Update.
9555 * s390-tdep.c (s390_gdbarch_init): Update.
9556 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9557 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9558 (frame_get_saved_regs): Update.
9559 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9560 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9561 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9562 * mips-tdep.c (mips_gdbarch_init): Update.
9563 * mcore-tdep.c (mcore_gdbarch_init): Update.
9564 * m68k-tdep.c (m68k_gdbarch_init): Update.
9565 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9566 * ia64-tdep.c (ia64_gdbarch_init): Update.
9567 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9568 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9569 (i386_interix_back_one_frame): Update.
9570 * hppa-tdep.c (hppa_gdbarch_init): Update.
9571 (hppa_init_extra_frame_info): Update.
9572 * h8300-tdep.c (h8300_gdbarch_init): Update.
9573 * frv-tdep.c (frv_gdbarch_init): Update.
9574 * cris-tdep.c (cris_gdbarch_init): Update.
9575 * avr-tdep.c (avr_gdbarch_init): Update.
9576 * arm-tdep.c (arm_gdbarch_init): Update.
9577 * alpha-tdep.c (alpha_gdbarch_init): Update.
9578
9579 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9580
9581 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9582 (arm_get_fp_model): Declare.
9583 * arm-tdep.c (fp_model_strings): New string array.
9584 (arm_fp_model, current_fp_model): New variables.
9585 (arm_get_fp_model): New function.
9586 (arm_set_fp): New function.
9587 (set_fp_model_sfunc): New function.
9588 (show_fp_model): New function.
9589 (_initialize_arm_tdep): Add new command to set/show the FPU.
9590 (arm_extract_return_value): Use arm_get_fp_model.
9591 (arm_store_return_value): Likewise.
9592 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9593 to initialize the floating-point data types.
9594 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9595 model is FPA.
9596
9597 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9598
9599 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9600 the current setting of each value.
9601 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
9602 new_set and new_show. Use add_setshow_cmd_full and
9603 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9604 commands and add new version as subcommands of "set/show arm".
9605
9606 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9607
9608 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9609 (set_arm_command, show_arm_command): New functions.
9610 (_initialize_arm_tdep): Add them.
9611 (num_disassembly_options): Renamed from num_flavor_options.
9612 (valid_disassembly_styles): Renamed from valid_flavors.
9613 (disassembly_style): Renamed from disassembly_flavor.
9614 (set_disassembly_style_sfunc): Renamed from
9615 set_disassembly_flavor_sfunc.
9616 (set_disassembly_style): Renamed from set_disassembly_flavor.
9617 (arm_othernames): Updated.
9618 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9619 command. Add "set/show arm disassembly" commands. Deprecate
9620 "othernames" command.
9621
9622 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9623
9624 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9625 (arm-tdep.o): Depend on elf_arm_h.
9626
9627 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9628
9629 * Makefile.in (coff_internal_h): Define.
9630 (arm-tdep.o): Update dependencies.
9631
9632 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
9633
9634 * arm-tdep.c (prologue_cache): Delete.
9635 (check_prologue_cache, save_prologue_cache): Delete.
9636 (arm_scan_prologue): Don't check or update the prologue_cache.
9637 (arm_gdb_arch_init): Don't initialize it.
9638 (_initialize_arm_tdep): Likewise.
9639
9640 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9641
9642 * MAINTAINERS (tui): Maintainer of tui code.
9643
9644 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
9645
9646 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9647 (i386-cygwin-tdep.o): Add dependencies.
9648 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9649 * i386-cygwin-tdep.c: New file.
9650 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9651 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9652
9653 2003-03-20 Andrew Cagney <cagney@redhat.com>
9654
9655 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9656 (handle_inferior_event): Remove code calling
9657 DYNAMIC_TRAMPOLINE_NEXTPC.
9658
9659 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9660 already has a full path.
9661
9662 * main.c (gdb_main): Return 1.
9663 (captured_main): Call error to report an invalid interpreter.
9664
9665 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9666 * alpha-osf1-tdep.c: Include "gdb_string.h".
9667
9668 2003-03-19 J. Brobecker <brobecker@gnat.com>
9669
9670 Continuing work to convert the hppa targets to multiarch partial.
9671
9672 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9673 method, now that hppa_push_dummy_frame has a conformant prototype.
9674 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9675 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9676 for the switch to multiarch partial.
9677
9678 2003-03-19 Kevin Buettner <kevinb@redhat.com>
9679
9680 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9681 when iss is issNull.
9682
9683 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9684
9685 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9686 NUM_REGS bounds check.
9687
9688 2003-03-18 Kevin Buettner <kevinb@redhat.com>
9689
9690 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9691 * mips-tdep.c (gdb_assert.h): Include.
9692 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9693 (mips_register_name): Handle integer registers explicitly. Add
9694 bounds checking.
9695 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9696 (mips_lsi33k_reg_names): Don't list integer registers; they're
9697 handled by mips_register_name() now.
9698 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9699 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9700 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9701 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9702 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9703
9704 2003-03-18 Andrew Cagney <cagney@redhat.com>
9705
9706 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9707 a void pointer.
9708 * gdbtypes.h (print_scalar_formatted): Update declaration.
9709 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9710
9711 2003-03-18 J. Brobecker <brobecker@gnat.com>
9712
9713 * infrun.c (observer.h): Add #include.
9714 (normal_stop): Add call to observer_notify_normal_stop.
9715 * Makefile.in (infrun.o): Add dependency on observer.h.
9716
9717 2003-03-18 J. Brobecker <brobecker@gnat.com>
9718
9719 Continuing work to convert the hppa targets to multiarch partial.
9720 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9721 parameter. Reformat comment.
9722 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9723 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9724 to match new profile.
9725
9726 2003-03-18 J. Brobecker <brobecker@gnat.com>
9727
9728 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9729 appear to be working in any case.
9730
9731 2003-03-18 J. Brobecker <brobecker@gnat.com>
9732
9733 * observer.c (observer_test_first_observer): New static variable.
9734 (observer_test_second_observer): Likewise.
9735 (observer_test_third_observer): Likewise.
9736 (observer_test_first_notification_function): New static function.
9737 (observer_test_second_notification_function): Likewise.
9738 (observer_test_third_notification_function): Likewise.
9739
9740 2003-03-17 J. Brobecker <brobecker@gnat.com>
9741
9742 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9743 * somsolib.c (gdb_assert.h): Likewise.
9744 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9745 (somsolib.o): Likewise.
9746
9747 2003-03-17 Andrew Cagney <cagney@redhat.com>
9748
9749 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9750 BFD. Simplify setting of di.endian.
9751
9752 2003-03-17 Andrew Cagney <cagney@redhat.com>
9753
9754 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9755 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9756
9757 From Elena Zannoni <ezannoni@redhat.com>
9758 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9759 vector and floating-point parameters.
9760 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9761 convention.
9762 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9763
9764 2003-03-17 Fernando Nasser <fnasser@redhat.com>
9765
9766 * MAINTAINERS: Remove my name from several maintainership roles.
9767
9768 2003-03-17 Andrew Cagney <cagney@redhat.com>
9769
9770 Fix frame off-by-one bug.
9771 * frame-unwind.h (frame_this_id_ftype): Replace
9772 frame_unwind_id_ftype.
9773 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9774 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9775 with "prev_register".
9776 * frame-unwind.c (frame_unwind_find_by_pc): Return
9777 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9778 comment.
9779 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9780 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9781 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9782 (dummy_frame_unwind): Update.
9783 * sentinel-frame.c (sentinel_frame_prev_register): Replace
9784 sentinel_frame_register_unwind.
9785 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
9786 (sentinel_frame_unwinder): Update.
9787 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9788 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
9789 * frame.c (create_sentinel_frame): Update. Initialize
9790 "prologue_cache" instead of "unwind_cache".
9791 (frame_register_unwind): Call this frame's prev_register with the
9792 next frame and this frame's prologue cache.
9793 (get_prev_frame): Simplify. Always call prev frame's this_id with
9794 this frame and prev frame's prologue cache. Document that this
9795 call is shifted one to the left when compared to the
9796 frame_register_unwind call.
9797 (legacy_saved_regs_prev_register): Replace
9798 frame_saved_regs_register_unwind.
9799 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
9800 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
9801 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
9802 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
9803 (d10v_frame_unwind): Update.
9804 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
9805 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
9806 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
9807 "saved_regs" with "this_saved_regs".
9808
9809 2003-03-16 Andrew Cagney <cagney@redhat.com>
9810
9811 * frame.c (frame_pop): Don't call target_store_registers. Fix
9812 problem reported by Mark Kettenis.
9813
9814 2003-03-16 Mark Kettenis <kettenis@gnu.org>
9815
9816 * i386-tdep.c (i386_register_type): Renamed from
9817 i386_register_virtual_type. Adjust function signature.
9818 (i386_gdbarch_init): Set register_type instead of
9819 deprecated_max_register_raw_size,
9820 deprecated_max_register_virtual_size and register_virtual_type.
9821
9822 2003-03-14 Andrew Cagney <cagney@redhat.com>
9823
9824 * frame.c (get_prev_frame): When a legacy frame, always call
9825 legacy_get_prev_frame. Simplify unwind code using assumption that
9826 the unwinder is new.
9827 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
9828 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
9829 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
9830
9831 2003-03-14 Andrew Cagney <cagney@redhat.com>
9832
9833 * frame.c (get_saved_register): Delete function.
9834 * frame.h (get_saved_register): Delete declaration.
9835 * xstormy16-tdep.c: Update comment.
9836 * regcache.h: Update comments.
9837 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
9838 get_saved_register and extract_address, use
9839 frame_read_unsigned_register.
9840 (sparc_frame_saved_pc): Ditto.
9841 (sparc_get_saved_register): Instead of get_saved_register, use
9842 frame_register.
9843 (sparc_pop_frame): Ditto.
9844 * findvar.c: Update comments.
9845 (value_of_register): Call frame_register instead of
9846 get_saved_register.
9847 (value_from_register): Ditto.
9848 * config/sparc/tm-sparc.h: Update comment.
9849 * breakpoint.c: Update comment.
9850
9851 2003-03-14 Andrew Cagney <cagney@redhat.com>
9852
9853 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
9854 GET_SAVED_REGISTER.
9855 * gdbarch.h, gdbarch.c: Re-generate.
9856 * frame.h: Update comments.
9857 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9858 * x86-64-tdep.c (x86_64_init_abi): Update.
9859 * sparc-tdep.c (sparc_gdbarch_init): Update.
9860 * sh-tdep.c (sh_gdbarch_init): Update.
9861 * mips-tdep.c (mips_gdbarch_init): Update.
9862 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9863 * cris-tdep.c (cris_gdbarch_init): Update.
9864 * ia64-tdep.c (ia64_gdbarch_init): Update.
9865 * frame.c (frame_register): Update.
9866 (get_saved_register): Update.
9867 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
9868
9869 2003-03-13 Andrew Cagney <cagney@redhat.com>
9870
9871 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
9872 * gdbarch.h, gdbarch.c: Regenerate.
9873 * valops.c (hand_function_call): Update comment.
9874 * stack.c (return_command): Update comment.
9875 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
9876 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
9877 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9878 * x86-64-tdep.c (x86_64_init_abi): Update.
9879 * vax-tdep.c (vax_gdbarch_init): Update.
9880 * v850-tdep.c (v850_gdbarch_init): Update.
9881 * sparc-tdep.c (sparc_gdbarch_init): Update.
9882 * sh-tdep.c (sh_gdbarch_init): Update.
9883 * s390-tdep.c (s390_gdbarch_init): Update.
9884 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9885 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9886 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9887 * mips-tdep.c (mips_gdbarch_init): Update.
9888 * mcore-tdep.c (mcore_gdbarch_init): Update.
9889 * m68k-tdep.c (m68k_gdbarch_init): Update.
9890 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9891 * ia64-tdep.c (ia64_gdbarch_init): Update.
9892 * i386-tdep.c (i386_gdbarch_init): Update.
9893 * hppa-tdep.c (hppa_gdbarch_init): Update.
9894 * h8300-tdep.c (h8300_gdbarch_init): Update.
9895 * frv-tdep.c (frv_gdbarch_init): Update.
9896 * cris-tdep.c (cris_gdbarch_init): Update.
9897 * avr-tdep.c (avr_gdbarch_init): Update.
9898 * arm-tdep.c (arm_gdbarch_init): Update.
9899 * alpha-tdep.c (alpha_gdbarch_init): Update.
9900
9901 2003-03-13 Andrew Cagney <cagney@redhat.com>
9902
9903 * frame.c (legacy_frame_p): New function.
9904 (get_prev_frame): Use legacy_frame_p.
9905 * frame.h (legacy_frame_p): Declare.
9906
9907 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9908
9909 * MAINTAINERS (write after approval): Alphabetically
9910 listing corrected.
9911
9912 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
9913
9914 * MAINTAINERS (write after approval): Add myself.
9915
9916 2003-03-12 Andrew Cagney <cagney@redhat.com>
9917
9918 * frame.c (get_prev_frame): Rename the frame parameter to
9919 "this_frame".
9920 (get_next_frame, legacy_get_prev_frame): Ditto.
9921
9922 2003-03-12 Andrew Cagney <cagney@redhat.com>
9923
9924 * frame.c (get_current_frame): Check target_has_registers before
9925 checking target_has_stack.
9926 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
9927 instead of deprecated_selected_frame.
9928 * findvar.c (value_of_register): Pass "frame", not
9929 deprecated_selected_frame, to value_of_builtin_reg.
9930
9931 2003-03-12 Andrew Cagney <cagney@redhat.com>
9932
9933 * regcache.c (regcache_cooked_write_signed): New function.
9934 (regcache_cooked_write_unsigned): New function.
9935 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
9936 (regcache_cooked_read_signed): Fix regnum in range assertion.
9937 * regcache.h (regcache_cooked_write_signed): Declare.
9938 (regcache_cooked_write_unsigned): Declare.
9939
9940 2003-03-12 Andrew Cagney <cagney@redhat.com>
9941
9942 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
9943 * gdbarch.h, gdbarch.c: Re-generate.
9944 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9945 * x86-64-tdep.h: Update.
9946 * x86-64-tdep.c (x86_64_init_abi): Update.
9947 * v850-tdep.c (v850_gdbarch_init): Update.
9948 * sparc-tdep.c (sparc_gdbarch_init): Update.
9949 * sh-tdep.c (sh_gdbarch_init): Update.
9950 * s390-tdep.c (s390_gdbarch_init): Update.
9951 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9952 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9953 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9954 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9955 * mips-tdep.c (mips_gdbarch_init): Update.
9956 * mcore-tdep.c (mcore_gdbarch_init): Update.
9957 * m68k-tdep.c (m68k_gdbarch_init): Update.
9958 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9959 * ia64-tdep.c (ia64_gdbarch_init): Update.
9960 * i386-tdep.c (i386_gdbarch_init): Update.
9961 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9962 * hppa-tdep.c (hppa_gdbarch_init): Update.
9963 * h8300-tdep.c (h8300_gdbarch_init): Update.
9964 * frv-tdep.c (frv_gdbarch_init): Update.
9965 * cris-tdep.c (cris_gdbarch_init): Update.
9966 * avr-tdep.c (avr_gdbarch_init): Update.
9967 * arm-tdep.c (arm_gdbarch_init): Update.
9968 * alpha-tdep.c (alpha_gdbarch_init): Update.
9969 * sh-tdep.c (sh_init_extra_frame_info): Update.
9970 (sh64_init_extra_frame_info): Update.
9971 * ns32knbsd-nat.c (frame_num_args): Update.
9972 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
9973 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
9974 (xstormy16_frame_chain_valid): Update.
9975 * vax-tdep.c (vax_saved_pc_after_call): Update.
9976 * v850-tdep.c (v850_frame_chain): Update.
9977 (v850_pop_frame): Update.
9978 (v850_init_extra_frame_info): Update.
9979 * sparc-tdep.c (setup_arbitrary_frame): Update.
9980 * ns32k-tdep.c (umax_frame_num_args): Update.
9981 * s390-tdep.c (s390_pop_frame_regular): Update.
9982 * mn10300-tdep.c (mn10300_frame_chain): Update.
9983 (mn10300_pop_frame_regular): Update.
9984 (mn10300_init_extra_frame_info): Update.
9985 * mips-tdep.c (mips_init_frame_pc_first): Update.
9986 (mips_frame_chain): Update.
9987 (mips_pop_frame): Update.
9988 * mcore-tdep.c (mcore_frame_chain): Update.
9989 (mcore_pop_frame): Update.
9990 (mcore_init_extra_frame_info): Update.
9991 * arch-utils.c (init_frame_pc_default): Update.
9992 * m68k-tdep.c (isi_frame_num_args): Update.
9993 (delta68_frame_num_args): Update.
9994 (news_frame_num_args): Update.
9995 * ia64-tdep.c (ia64_pop_frame_regular): Update.
9996 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9997 (alpha_frame_chain): Update.
9998 (alpha_pop_frame): Update.
9999 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10000 (hppa_init_extra_frame_info): Update.
10001 (hppa_frame_chain): Update.
10002 (hppa_frame_chain_valid): Update.
10003 * cris-tdep.c (cris_init_extra_frame_info): Update.
10004 * avr-tdep.c (avr_init_extra_frame_info): Update.
10005 * arm-tdep.c (arm_frame_chain_valid): Update.
10006 (arm_init_extra_frame_info): Update.
10007 (arm_pop_frame): Update.
10008 * frame.c (frame_pc_unwind): Update.
10009 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10010 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10011 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10012 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10013 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10014 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10015
10016 2003-03-12 Andrew Cagney <cagney@redhat.com>
10017
10018 Eliminate the need for POP_FRAME.
10019 * frame.c (do_frame_unwind_register): New function.
10020 (frame_pop): When no POP_FRAME, pop the frame using register
10021 unwind and a scratch regcache.
10022 (frame_saved_regs_pop): Delete function.
10023 (trad_frame_unwinder): Update.
10024 * d10v-tdep.c (d10v_frame_pop): Delete function.
10025 (d10v_frame_unwind): Update.
10026 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10027 (sentinel_frame_unwinder): Update.
10028 * dummy-frame.c (dummy_frame_pop): Delete function.
10029 (dummy_frame_unwind): Update.
10030 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10031 (struct frame_unwind): Update.
10032
10033 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10034
10035 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10036 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10037 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10038 Do range checks on register number obtained from debugging info.
10039 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10040 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10041 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10042 mapping function.
10043 (do_fp_register_row): Fix typo which caused double type to be
10044 used when attempting to unpack a float.
10045
10046 2003-03-11 J. Brobecker <brobecker@gnat.com>
10047
10048 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10049
10050 2003-03-11 Andrew Cagney <cagney@redhat.com>
10051
10052 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10053 frame. Problem found by Corinna Vinschen.
10054
10055 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10056
10057 * doublest.c (floatformat_from_length): Accept also
10058 the real size of 'long double' type.
10059
10060 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10061
10062 From Klee Dienes <kdienes@apple.com>:
10063 * breakpoint.c (bpstat_copy): Copy the command lines as well
10064 as the old value, to match what is freed in bpstat_clear.
10065
10066 2003-03-10 David Carlton <carlton@math.stanford.edu>
10067
10068 * minsyms.c (add_minsym_to_hash_table): Replace
10069 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10070 (compare_minimal_symbols, compact_minimal_symbols)
10071 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10072 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10073 of DEPRECATED_SYMBOL_MATCHES_NAME.
10074 (lookup_minimal_symbol_solib_trampoline): Ditto.
10075
10076 2003-03-10 Andrew Cagney <cagney@redhat.com>
10077
10078 * regcache.h (regcache_cooked_read_ftype): Define.
10079 (regcache_save, regcache_restore): Add a cooked_read parameter.
10080 * regcache.c (regcache_save, regcache_restore): Update.
10081 (do_cooked_read): New function.
10082 (regcache_cpy): Pass do_cooked_read to regcache_save and
10083 regcache_restore.
10084
10085 2003-03-10 Andrew Cagney <cagney@redhat.com>
10086
10087 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10088 * gdbarch.h, gdbarch.c: Re-generate.
10089 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10090 * x86-64-tdep.h: Update.
10091 * x86-64-tdep.c (x86_64_init_abi): Update.
10092 * v850-tdep.c (v850_gdbarch_init): Update.
10093 * sparc-tdep.c (sparc_gdbarch_init): Update.
10094 * sh-tdep.c (sh_gdbarch_init): Update.
10095 * s390-tdep.c (s390_gdbarch_init): Update.
10096 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10097 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10098 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10099 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10100 * mips-tdep.c (mips_gdbarch_init): Update.
10101 * mcore-tdep.c (mcore_gdbarch_init): Update.
10102 * m68k-tdep.c (m68k_gdbarch_init): Update.
10103 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10104 * ia64-tdep.c (ia64_gdbarch_init): Update.
10105 * i386-tdep.c (i386_gdbarch_init): Update.
10106 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10107 * hppa-tdep.c (hppa_gdbarch_init): Update.
10108 * h8300-tdep.c (h8300_gdbarch_init): Update.
10109 * frv-tdep.c (frv_gdbarch_init): Update.
10110 * cris-tdep.c (cris_gdbarch_init): Update.
10111 * avr-tdep.c (avr_gdbarch_init): Update.
10112 * arm-tdep.c (arm_gdbarch_init): Update.
10113 * alpha-tdep.c (alpha_gdbarch_init): Update.
10114 * sh-tdep.c (sh_init_extra_frame_info): Update.
10115 (sh64_init_extra_frame_info): Update.
10116 * ns32knbsd-nat.c (frame_num_args): Update.
10117 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10118 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10119 (xstormy16_frame_chain_valid): Update.
10120 * vax-tdep.c (vax_saved_pc_after_call): Update.
10121 * v850-tdep.c (v850_frame_chain): Update.
10122 (v850_pop_frame): Update.
10123 (v850_init_extra_frame_info): Update.
10124 * sparc-tdep.c (setup_arbitrary_frame): Update.
10125 * ns32k-tdep.c (umax_frame_num_args): Update.
10126 * s390-tdep.c (s390_pop_frame_regular): Update.
10127 * mn10300-tdep.c (mn10300_frame_chain): Update.
10128 (mn10300_pop_frame_regular): Update.
10129 (mn10300_init_extra_frame_info): Update.
10130 * mips-tdep.c (mips_init_frame_pc_first): Update.
10131 (mips_frame_chain): Update.
10132 (mips_pop_frame): Update.
10133 * mcore-tdep.c (mcore_frame_chain): Update.
10134 (mcore_pop_frame): Update.
10135 (mcore_init_extra_frame_info): Update.
10136 * arch-utils.c (init_frame_pc_default): Update.
10137 * m68k-tdep.c (isi_frame_num_args): Update.
10138 (delta68_frame_num_args): Update.
10139 (news_frame_num_args): Update.
10140 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10141 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10142 (alpha_frame_chain): Update.
10143 (alpha_pop_frame): Update.
10144 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10145 (hppa_init_extra_frame_info): Update.
10146 (hppa_frame_chain): Update.
10147 (hppa_frame_chain_valid): Update.
10148 * cris-tdep.c (cris_init_extra_frame_info): Update.
10149 * avr-tdep.c (avr_init_extra_frame_info): Update.
10150 * arm-tdep.c (arm_frame_chain_valid): Update.
10151 (arm_init_extra_frame_info): Update.
10152 (arm_pop_frame): Update.
10153 * frame.c (frame_pc_unwind): Update.
10154 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10155 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10156 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10157 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10158 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10159 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10160
10161 2003-03-10 Andrew Cagney <cagney@redhat.com>
10162
10163 * gdbarch.sh (gdbarch_unwind_pc): New method.
10164 * gdbarch.h, gdbarch.c: Regenerate.
10165 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10166 but use read_pc and FRAME_SAVED_PC as fall backs.
10167 (frame_saved_regs_pc_unwind): Delete function.
10168 (trad_frame_unwinder): Update.
10169 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10170 (struct frame_unwind): Update.
10171 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10172 (dummy_frame_unwind): Update.
10173 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10174 (sentinel_frame_unwinder): Update.
10175 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10176 (d10v_frame_unwind): Update.
10177 (d10v_unwind_pc): New function.
10178 (d10v_gdbarch_init): Set unwind_pc.
10179
10180 2003-03-10 Andrew Cagney <cagney@redhat.com>
10181
10182 * gdbarch.h: Re-generate.
10183
10184 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10185 PC.
10186 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10187 the PC register.
10188
10189 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10190
10191 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10192
10193 2003-03-08 Andrew Cagney <cagney@redhat.com>
10194
10195 * cli-out.c: Update copyright.
10196 (cli_out_data): Define typedef. Use instead of ui_out_data.
10197
10198 2003-03-08 Andrew Cagney <cagney@redhat.com>
10199
10200 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10201 the result.
10202
10203 2003-03-07 Andrew Cagney <cagney@redhat.com>
10204
10205 * gdbarch.sh: Don't generate two macro definitions when an
10206 undefined macro taking no arguments.
10207 * gdbarch.h: Regenerate.
10208
10209 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10210
10211 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10212 (x86_64_unwind_dummy_id): New functions.
10213 (x86_64_init_abi): Register these two new functions.
10214
10215 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10216
10217 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10218 (x86_64_skip_prologue): Move prologue detection to
10219 separate function.
10220 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10221
10222 2003-03-05 Andrew Cagney <cagney@redhat.com>
10223
10224 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10225 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10226 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10227 to use unwind_dummy_id when a dummy frame.
10228 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10229 predicate.
10230 * gdbarch.h, gdbarch.c: Regneerate.
10231
10232 2003-03-05 Andrew Cagney <cagney@redhat.com>
10233
10234 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10235 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10236 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10237 values.
10238
10239 2003-03-05 Andrew Cagney <cagney@redhat.com>
10240
10241 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10242 (struct d10v_unwind_cache): Delete field "frameless". Replace
10243 "next_addr" with "sp_offset". Add "r11_offset".
10244 (d10v_frame_unwind_cache): Update.
10245 (prologue_find_regs): Update. When "mv r11, sp", save the
10246 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10247 RN was saved in r11_offset.
10248
10249 2003-03-05 Andrew Cagney <cagney@redhat.com>
10250
10251 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10252 cached PC value in the next frame.
10253
10254 2003-03-05 Andrew Cagney <cagney@redhat.com>
10255
10256 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10257 "id_unwind_cache" with "id".
10258 (frame_id_unwind): Delete declaration.
10259 * frame.c (frame_id_unwind): Delete function.
10260 (get_prev_frame): Call the frame id unwind method directly. Store
10261 the returned next frame's ID value in NEXT_FRAME. Note that there
10262 is a problem with the wrong unwind ID being called with the wrong
10263 unwind cache.
10264
10265 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10266
10267 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10268
10269 2003-03-05 James Ingham <jingham@apple.com>
10270 Daniel Jacobowitz <drow@mvista.com>
10271
10272 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10273 (auto_cp_abi): New variable.
10274 (current_cp_abi, num_cp_abis): Make static.
10275 (CP_ABI_MAX): Define.
10276 (cp_abis): Turn into an array.
10277 (value_virtual_fn_field): Fix formatting.
10278 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10279 takes a pointer.
10280 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10281 (list_cp_abis, _initialize_cp_abi): New functions.
10282 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10283 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10284 switch_to_cp_abi. Update prototype for register_cp_abi.
10285 * Makefile.in (cp-abi.o): Update dependencies.
10286 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10287 instead of switch_to_cp_abi.
10288 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10289 register_cp_abi.
10290 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10291 register_cp_abi.
10292 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10293
10294 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10295
10296 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10297 * dwarf2loc.c: Include "regcache.h".
10298 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10299 register_size.
10300 * Makefile.in (dwarf2loc.o): Update dependencies.
10301
10302 2003-03-04 Theodore A. Roth <troth@openavr.org>
10303
10304 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10305 number of io registers reported by remote target is not a multiple of
10306 step.
10307
10308 2003-03-04 David Carlton <carlton@math.stanford.edu>
10309
10310 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10311 (lookup_symbol_aux_psymtabs): Update call to
10312 lookup_partial_symbol.
10313 (lookup_transparent_type, find_main_psymtab)
10314 (make_symbol_overload_list): Ditto.
10315
10316 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10317
10318 * MAINTAINERS (Write after approval): Update my email address.
10319
10320 2003-03-03 Andrew Cagney <cagney@redhat.com>
10321
10322 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10323 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10324 predicate. Replace MAX_REGISTER_RAW_SIZE.
10325 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10326 MAX_REGISTER_VIRTUAL_SIZE.
10327 * regcache.c (legacy_max_register_raw_size): New function.
10328 (legacy_max_register_virtual_size): New function.
10329 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10330 (MAX_REGISTER_RAW_SIZE): Define.
10331 (legacy_max_register_raw_size): Declare.
10332 (legacy_max_register_virtual_size): Declare.
10333 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10334 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10335 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10336 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10337 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10338 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10339 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10340 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10341 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10343 * vax-tdep.c (vax_gdbarch_init): Update.
10344 * v850-tdep.c (v850_gdbarch_init): Update.
10345 * sparc-tdep.c (sparc_gdbarch_init): Update.
10346 * sh-tdep.c (sh_gdbarch_init): Update.
10347 * s390-tdep.c (s390_gdbarch_init): Update.
10348 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10349 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10350 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10351 * mips-tdep.c (mips_gdbarch_init): Update.
10352 * mcore-tdep.c (mcore_gdbarch_init): Update.
10353 * m68k-tdep.c (m68k_gdbarch_init): Update.
10354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10355 * ia64-tdep.c (ia64_gdbarch_init): Update.
10356 * i386-tdep.c (i386_gdbarch_init): Update.
10357 * hppa-tdep.c (hppa_gdbarch_init): Update.
10358 * h8300-tdep.c (h8300_gdbarch_init): Update.
10359 * frv-tdep.c (frv_gdbarch_init): Update.
10360 * cris-tdep.c (cris_gdbarch_init): Update.
10361 * avr-tdep.c (avr_gdbarch_init): Update.
10362 * arm-tdep.c (arm_gdbarch_init): Update.
10363 * alpha-tdep.c (alpha_gdbarch_init): Update.
10364 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10365 max_register_raw_size or max_register_virtual_size.
10366
10367 2003-03-03 David Carlton <carlton@math.stanford.edu>
10368
10369 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10370 SYMBOL_MATCHES_NAME, add comment.
10371 (SYMBOL_MATCHES_NATURAL_NAME): New.
10372 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10373 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10374 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10375 * symtab.c (lookup_partial_symbol): Use
10376 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10377 unhelpful comment.
10378 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10379 SYMBOL_MATCHES_NAME.
10380 Fix for PR c++/33.
10381
10382 2003-03-03 David Carlton <carlton@math.stanford.edu>
10383
10384 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10385 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10386 by regexp matching against SYMBOL_NATURAL_NAME.
10387
10388 2003-03-03 David Carlton <carlton@math.stanford.edu>
10389
10390 * linespec.c (find_method): Extract code into collect_methods.
10391 (collect_methods): New.
10392
10393 2003-03-02 Mark Kettenis <kettenis@gnu.org>
10394
10395 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10396 get_frame_base.
10397
10398 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10399 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10400
10401 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10402
10403 * arch-utils.c (generic_register_byte): Fix to use the loop index
10404 and not regnum when summing the size of all registers up to regnum.
10405
10406 2003-03-01 Andrew Cagney <cagney@redhat.com>
10407
10408 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10409 FRAME_INIT_SAVED_REGS.
10410 * gdbarch.h, gdbarch.c: Regenerate.
10411 * stack.c (frame_info): Update.
10412 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10413 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10414 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10415 * ns32k-tdep.c (ns32k_pop_frame): Update.
10416 * mips-tdep.c (mips_pop_frame): Update.
10417 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10418 * ia64-tdep.c (ia64_frame_chain): Update.
10419 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10420 (ia64_frameless_function_invocation): Update.
10421 (ia64_init_extra_frame_info): Update.
10422 (ia64_pop_frame_regular): Update.
10423 * frame.h (struct frame_info): Update comment.
10424 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10425 * frame.c (frame_saved_regs_register_unwind): Update.
10426 (frame_saved_regs_register_unwind): Update.
10427 (deprecated_generic_get_saved_register): Update.
10428 * cris-tdep.c: Update comment.
10429 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10430 Rename macro.
10431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10432 * x86-64-tdep.c (x86_64_init_abi): Update.
10433 * vax-tdep.c (vax_gdbarch_init): Update.
10434 * v850-tdep.c (v850_gdbarch_init): Update.
10435 * sparc-tdep.c (sparc_gdbarch_init): Update.
10436 * sh-tdep.c (sh_gdbarch_init): Update.
10437 * s390-tdep.c (s390_gdbarch_init): Update.
10438 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10439 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10440 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10441 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10442 * mips-tdep.c (mips_gdbarch_init): Update.
10443 * mcore-tdep.c (mcore_gdbarch_init): Update.
10444 * m68k-tdep.c (m68k_gdbarch_init): Update.
10445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10446 * ia64-tdep.c (ia64_gdbarch_init): Update.
10447 * i386-tdep.c (i386_gdbarch_init): Update.
10448 * frv-tdep.c (frv_gdbarch_init): Update.
10449 * avr-tdep.c (avr_gdbarch_init): Update.
10450 * arm-tdep.c (arm_gdbarch_init): Update.
10451 * alpha-tdep.c (alpha_gdbarch_init): Update.
10452
10453 2003-03-01 Andrew Cagney <cagney@redhat.com>
10454
10455 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10456 option enum and switch. When no windows, set the interpreter to
10457 INTERP_CONSOLE.
10458
10459 2003-03-01 Andrew Cagney <cagney@redhat.com>
10460
10461 * main.c (captured_main): Replace magic option characters with an
10462 enum.
10463
10464 2003-03-01 Andrew Cagney <cagney@redhat.com>
10465
10466 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10467 INIT_EXTRA_FRAME_INFO.
10468 * gdbarch.h, gdbarch.c: Regenerate.
10469 * arm-tdep.c: Update comments.
10470 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10471 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10472 * frame.h, avr-tdep.c: Ditto.
10473 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10474 (create_new_frame, legacy_get_prev_frame): Ditto.
10475 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10476 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10477 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10478 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10479 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10480 * v850-tdep.c (v850_gdbarch_init): Ditto.
10481 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10482 * sh-tdep.c (sh_gdbarch_init): Ditto.
10483 * s390-tdep.c (s390_gdbarch_init): Ditto.
10484 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10485 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10486 * mips-tdep.c (mips_gdbarch_init): Ditto.
10487 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10488 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10489 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10490 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10491 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10492 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10493 * frv-tdep.c (frv_gdbarch_init): Ditto.
10494 * cris-tdep.c (cris_gdbarch_init): Ditto.
10495 * avr-tdep.c (avr_gdbarch_init): Ditto.
10496 * arm-tdep.c (arm_gdbarch_init): Ditto.
10497 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10498 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10499
10500 2003-03-01 Andrew Cagney <cagney@redhat.com>
10501
10502 * gdbarch.sh (register_type): New function with predicate.
10503 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10504 * gdbarch.h, gdbarch.c: Re-generate.
10505 * arch-utils.c (generic_register_byte): Use generic_register_size.
10506 (generic_register_size): When available, use
10507 gdbarch_register_type.
10508 * regcache.c (init_regcache_descr): When available, initialize the
10509 register type array using gdbarch_register_type. If the
10510 architecture supplies gdbarch_register_type, do not use the legacy
10511 regcache layout.
10512 * d10v-tdep.c (d10v_register_type): Replace
10513 d10v_register_virtual_type.
10514 (d10v_gdbarch_init): Set register_type instead of
10515 register_virtual_type.
10516
10517 2003-03-01 Andrew Cagney <cagney@redhat.com>
10518
10519 * Makefile.in (ax-gdb.o): Update dependencies.
10520 * ax-gdb.c: Include "regcache.h".
10521 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10522 * findvar.c (value_of_register): Ditto.
10523 * infcmd.c (default_print_registers_info): Ditto.
10524
10525 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10526
10527 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10528 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10529
10530 2003-03-01 Mark Kettenis <kettenis@gnu.org>
10531
10532 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10533 of STREQ.
10534
10535 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
10536
10537 * Makefile.in (dwarf2loc.o): Update dependencies.
10538 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10539 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10540 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10541 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10542 (locexpr_tracepoint_var_ref): New function.
10543 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10544
10545 2003-02-28 Andrew Cagney <cagney@redhat.com>
10546
10547 * regcache.c (register_size): New function.
10548 * regcache.h (register_size): Declare
10549 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10550 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10551
10552 2003-02-28 David Carlton <carlton@math.stanford.edu>
10553
10554 * linespec.c (decode_compound): Extract code into find_method.
10555 (find_method): New.
10556
10557 2003-02-28 J. Brobecker <brobecker@gnat.com>
10558
10559 * Makefile.in: Add rules to build and link in observer.o.
10560
10561 2003-02-27 J. Brobecker <brobecker@gnat.com>
10562
10563 * observer.c: Minor comments edits.
10564
10565 2003-02-27 J. Brobecker <brobecker@gnat.com>
10566
10567 * observer.h, observer.c: New file.
10568
10569 2003-02-27 Andrew Cagney <cagney@redhat.com>
10570
10571 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10572
10573 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10574
10575 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10576 (M6812_OP_STS_EXT): Likewise.
10577 (m6811_prologue): Use the above to recognize prologue.
10578 (m6812_prologue): Likewise.
10579
10580 2003-02-27 David Carlton <carlton@math.stanford.edu>
10581
10582 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10583 SYMBOL_PRINT_NAME.
10584 (compare_psymbols): Ditto.
10585 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10586
10587 2003-02-27 Michael Snyder <msnyder@redhat.com>
10588
10589 * f-lang.c (build_fortran_types): New function.
10590 (_initialize_f_language): Gdbarch-register built-in fortran types.
10591 * doublest.c (extract_floating): Fix warning text.
10592
10593 2003-02-27 Andrew Cagney <cagney@redhat.com>
10594
10595 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10596 predicate. Replaces PUSH_DUMMY_FRAME.
10597 * gdbarch.h, gdbarch.c: Regnerate.
10598 * valops.c (hand_function_call): Update. Call
10599 generic_push_dummy_frame directly.
10600 * vax-tdep.c (vax_gdbarch_init): Update.
10601 * sparc-tdep.c (sparc_gdbarch_init): Update.
10602 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10603 * m68k-tdep.c (m68k_gdbarch_init): Update.
10604 * hppa-tdep.c (hppa_gdbarch_init): Update.
10605 * alpha-tdep.c (alpha_gdbarch_init): Update.
10606 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10607 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10608 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10609 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10610 push_dummy_frame to generic_push_dummy_frame.
10611 * v850-tdep.c (v850_gdbarch_init): Ditto.
10612 * sh-tdep.c (sh_gdbarch_init): Ditto.
10613 * s390-tdep.c (s390_gdbarch_init): Ditto.
10614 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10615 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10616 * mips-tdep.c (mips_gdbarch_init): Ditto.
10617 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10618 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10619 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10620 * i386-tdep.c (i386_gdbarch_init): Ditto.
10621 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10622 * frv-tdep.c (frv_gdbarch_init): Ditto.
10623 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10624 * cris-tdep.c (cris_gdbarch_init): Ditto.
10625 * avr-tdep.c (avr_gdbarch_init): Ditto.
10626 * arm-tdep.c (arm_gdbarch_init): Ditto.
10627
10628 2003-02-26 Kevin Buettner <kevinb@redhat.com>
10629
10630 * mips-tdep.c (show_mips_abi): New function.
10631 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10632 command ``show mips abi''.
10633
10634 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
10635
10636 From Elena Zannoni <ezannoni@redhat.com>
10637 * dbxread.c (process_one_symbol): Only record line 0 if one or
10638 more sline entries have been seen for the function.
10639
10640 2003-02-26 Michael Chastain <mec@shout.net>
10641
10642 * configure: Regenerate with autoconf 000227.
10643
10644 2003-02-26 Michael Chastain <mec@shout.net>
10645
10646 Close PR build/660.
10647 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10648 for old libc5/glibc.
10649 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10650
10651 2003-02-26 Kris Warkentin <kewarken@qnx.com>
10652
10653 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10654 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10655
10656 2003-02-26 Michael Chastain <mec@shout.net>
10657
10658 * configure.in: New variable HAVE_UINTPTR_T.
10659 * configure, config.in: Regenerated.
10660
10661 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
10662
10663 Fix PR build/1097.
10664 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10665
10666 2003-02-25 Andrew Cagney <cagney@redhat.com>
10667
10668 * frame.c (get_prev_frame): Add comment on check for
10669 inside_entry_func. Only check for inside_entry_file when not a
10670 dummy and not a sentinel. Check that the new frame is not inner
10671 to the old frame.
10672
10673 2003-02-25 Andrew Cagney <cagney@redhat.com>
10674
10675 * frame.c (frame_debug): New variable.
10676 (_initialize_frame): Add "set/show debug frame" command.
10677 (get_prev_frame): When frame_debug, print reason why unwind
10678 failed.
10679
10680 2003-02-25 Michael Chastain <mec@shout.net>
10681
10682 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10683 to avoid uintptr_t definition problems.
10684
10685 2003-02-25 David Carlton <carlton@math.stanford.edu>
10686
10687 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10688 (SYMBOL_LINKAGE_NAME): Ditto.
10689 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10690 SYMBOL_LINKAGE_NAME.
10691 (struct general_symbol_info): Expand comment.
10692 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10693 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10694 (SYMBOL_MATCHES_REGEXP): Ditto.
10695 * symtab.c (symbol_natural_name): New function.
10696 * objfiles.h: Replace all uses of SYMBOL_NAME by
10697 DEPRECATED_SYMBOL_NAME.
10698 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10699 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10700 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10701 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10702 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10703 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10704 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10705 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10706 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10707 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10708 * ada-exp.y: Ditto.
10709 * ada-exp.y: Update copyright.
10710 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10711 * cp-valprint.c: Ditto.
10712
10713 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10714
10715 * infptrace.c (detach): Do not flag error if ptrace detach fails
10716 and errno is set to ESRCH.
10717
10718 2003-02-24 Andrew Cagney <cagney@redhat.com>
10719
10720 * infptrace.c (udot_info): Change type of udot_off to long. Use
10721 paddr when printing udot_off's value.
10722
10723 2003-02-24 David Carlton <carlton@math.stanford.edu>
10724
10725 * symtab.c (make_symbol_overload_list): Only read in partial
10726 symtabs containing a matching partial symbol.
10727
10728 2003-02-24 David Carlton <carlton@math.stanford.edu>
10729
10730 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10731 do the comparison, not strcmp.
10732 * symfile.c (compare_psymbols): Ditto.
10733 * defs.h: Declare strcmp_iw_ordered.
10734 * utils.c (strcmp_iw_ordered): New function.
10735
10736 2003-02-24 Jim Blandy <jimb@redhat.com>
10737
10738 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10739 support, shared libs): Remove my name from here, to better reflect
10740 reality.
10741
10742 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10743
10744 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10745 (target_ops): Add to_have_continuable_watchpoint.
10746 * target.c (update_current_target): Add INHERIT line for
10747 to_have_continuable_watchpoint.
10748 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10749 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10750 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10751 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10752
10753 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
10754
10755 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10756 maintainership.
10757
10758 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10759
10760 * solib.c (solib_open): Call target defined search function after
10761 failing with solib-search-path.
10762 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10763 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
10764
10765 2003-02-24 Kris Warkentin <kewarken@qnx.com>
10766
10767 * MAINTAINERS: Add myself to Write After section.
10768
10769 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10770
10771 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10772
10773 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10774
10775 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10776 (m68hc11_add_reggroups): New function.
10777 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10778 (m68hc11_gdbarch_init): Install the reggroups.
10779 (_initialize_m68hc11_tdep): Initialize them.
10780
10781 2003-02-21 James E Wilson <wilson@tuliptree.org>
10782
10783 * MAINTAINERS: Update my email address.
10784
10785 2003-02-21 David Carlton <carlton@math.stanford.edu>
10786
10787 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
10788
10789 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
10790
10791 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
10792 * symtab.h: Add opaque declarations of struct axs_value and
10793 struct agent_expr.
10794 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
10795 (struct location_funcs): New type.
10796 (struct symbol): Add "loc" to aux_value.
10797 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
10798 * dwarf2read.c: Include "dwarf2expr.h".
10799 (dwarf2_symbol_mark_computed): New function.
10800 (read_func_scope): Use it.
10801 (var_decode_location): New function.
10802 (new_symbol): Use it.
10803 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
10804
10805 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
10806 (dwarf2expr_h, dwarf2loc_h): New variables.
10807 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
10808 (dwarf2expr.o, dwarf2loc.o): New rules.
10809 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
10810 * buildsym.c (finish_block): Handle LOC_COMPUTED and
10811 LOC_COMPUTED_ARG.
10812 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
10813 * m2-exp.y (yylex): Likewise.
10814 * printcmd.c (address_info, print_frame_args): Likewise.
10815 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
10816 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
10817 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
10818 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
10819 * symtab.c (lookup_block_symbol): Likewise.
10820
10821 2003-02-20 Adam Fedor <fedor@gnu.org>
10822
10823 * symtab.h: Remove objc_specific struct
10824 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
10825 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
10826 Have language_objc use cplus_specific struct.
10827
10828 2003-02-20 Tom Tromey <tromey@redhat.com>
10829
10830 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
10831 TYPE_NAME, when printing a String value. PR java/1075.
10832
10833 2003-02-20 Adam Fedor <fedor@gnu.org>
10834
10835 * objc-lang.h (find_methods): Remove declaration.
10836 * objc-lang.c (find_methods): Make static.
10837
10838 2003-02-20 Christopher Faylor <cgf@redhat.com>
10839
10840 * win32-nat.c (get_image_name): Check return value from
10841 ReadProcessMemory.
10842 (child_xfer_memory): Ditto.
10843
10844 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
10845
10846 * configure.in (TARGET_SYSTEM_ROOT): Set default to
10847 ${exec_prefix}/${target_alias}/sys-root. Match explicit
10848 '${exec_prefix}' (in addition to the expansion thereof) as
10849 relocatable.
10850 * configure: Rebuilt.
10851
10852 2003-02-20 David Carlton <carlton@math.stanford.edu>
10853
10854 * symtab.c (search_symbols): Revert the search_symbols part of my
10855 2002-12-23 patch. Add comment.
10856
10857 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10858
10859 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
10860 * dbxread.c (elfstab_build_psymtabs): Don't call
10861 install_minimal_symbols.
10862 (stabsect_build_psymtabs): Likewise.
10863 * elfread.c (elf_symfile_read): Call install_minimal_symbols
10864 earlier.
10865 * somread.c (som_symfile_read): Call install_minimal_symbols
10866 and do_cleanups earlier.
10867 * nlmread.c (nlm_symfile_read): Likewise.
10868 * mdebugread.c (elfmdebug_build_psymtabs): Call
10869 install_minimal_symbols and make appropriate cleanups.
10870
10871 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10872
10873 * solib.c (reload_shared_libraries): New function.
10874 (_initialize_solib): Add callbacks for ``set solib-search-path''
10875 and ``set solib-absolute-prefix''.
10876
10877 2003-02-20 David Carlton <carlton@math.stanford.edu>
10878
10879 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
10880 expand comment.
10881 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
10882 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
10883 * ada-typeprint.c (ada_typedef_print): Ditto.
10884 * ax-gdb.c (gen_var_ref): Ditto.
10885 * breakpoint.c (print_one_breakpoint): Ditto.
10886 * buildsym.c (finish_block): Ditto.
10887 * c-valprint.c (c_val_print): Ditto.
10888 * expprint.c (print_subexp): Ditto.
10889 * findvar.c (locate_var_value): Ditto.
10890 * infcmd.c (jump_command): Ditto.
10891 * linespec.c (decode_line_2, decode_compound): Ditto.
10892 * maint.c (maintenance_translate_address): Ditto.
10893 * objc-lang.c (compare_selectors, compare_classes): Ditto.
10894 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
10895 Ditto.
10896 * p-valprint.c (pascal_val_print): Ditto.
10897 * stabsread.c (define_symbol): Ditto.
10898 * stack.c (print_frame, frame_info, print_block_frame_locals)
10899 (print_frame_arg_vars, return_command): Ditto.
10900 * symfile.c (compare_symbols, compare_psymbols): Ditto.
10901 * symmisc.c (print_symbol): Ditto.
10902 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
10903 (compare_search_syms, print_symbol_info, print_msymbol_info)
10904 (rbreak_command): Ditto.
10905 * tracepoint.c (tracepoints_info): Ditto.
10906 * typeprint.c (typedef_print): Ditto.
10907 * valops.c (value_of_variable, hand_function_call): Ditto.
10908 * cli/cli-cmds.c (edit_command, list_command): Ditto.
10909 * ada-typeprint.c: Update Copyright.
10910 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
10911 * tracepoint.c, cli/cli-cmds.c: Ditto.
10912
10913 2003-02-20 Kevin Buettner <kevinb@redhat.com>
10914
10915 * frame.c (generic_unwind_get_saved_register): Make non-static.
10916 * frame.h (generic_unwind_get_saved_register): Declare.
10917 * mips-tdep.c (read_next_frame_reg): Fetch register from
10918 current regcache when frame is NULL.
10919 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
10920 that must be NULL.
10921 (mips_get_saved_register): Call generic_unwind_get_saved_register()
10922 instead of frame_register_unwind().
10923
10924 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10925
10926 * remote-sim.c (gdbsim_insert_breakpoint)
10927 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
10928 code.
10929
10930 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10931
10932 * remote.c (_initialize_remote): Add commands "set/show remote
10933 hardware-watchpoint-limit" and "set/show remote
10934 hardware-breakpoint-limit".
10935 (remote_hw_watchpoint_limit): Initialize to -1.
10936 (remote_hw_breakpoint_limit): Ditto.
10937 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
10938
10939 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
10940
10941 * coff-pe-read.c: New file - support reading of minimal symbols from a
10942 portable executable using the export table.
10943 * coff-pe-read.h: New file.
10944 * coffread.c: Include coff-pe-read.h.
10945 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
10946 debugging symbols found.
10947 * Makefile.in (SFILES): Add coff-pe-read.o.
10948 (coff_pe_read_h): Define.
10949 (COMMON_OBS): Add coff-pe-read.o.
10950 (coffread.o): Add coff_pe_read_h dependency.
10951 (coff-pe-read.o): New target.
10952
10953 2003-02-19 David Carlton <carlton@math.stanford.edu>
10954
10955 * Makefile.in (SFILES): Add block.c.
10956 (block_h): New.
10957 (COMMON_OBS): Add block.o.
10958 (block.o): New.
10959 (x86-64-tdep.o): Add $(block_h).
10960 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
10961 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
10962 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
10963 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
10964 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
10965 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
10966 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
10967 * value.h: Add opaque declaration for struct block.
10968 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
10969 * ada-lang.h: Ditto.
10970 * x86-64-tdep.c: #include "block.h"
10971 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
10972 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
10973 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
10974 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
10975 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
10976 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
10977 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
10978 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
10979 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
10980 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
10981 * symtab.c (block_function): Ditto.
10982 (contained_in): Ditto.
10983 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
10984 block.h. Add opaque declaration for struct block.
10985 * symtab.h: Move block_function and contained_in declarations to
10986 block.h. Add opaque declarations for struct block, struct
10987 blockvector.
10988 (struct block): Move to block.h.
10989 (struct blockvector): Ditto.
10990 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
10991 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
10992 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
10993 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
10994 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
10995 Ditto.
10996 * block.c: New file.
10997 * block.h: New file.
10998
10999 2003-02-19 Theodore A. Roth <troth@openavr.org>
11000
11001 * avr-tdep.c (avr_extract_return_value): Remove function.
11002 (avr_store_return_value): Remove function.
11003 (avr_extract_struct_value_address): Remove function.
11004 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11005
11006 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11007
11008 * rs6000-tdep.c: Include "gdb_assert.h".
11009 (registers_e500): Add "acc" and "spefscr".
11010 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11011 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11012 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11013 really is "r0".
11014 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11015
11016 2003-02-18 Keith Seitz <keiths@redhat.com>
11017
11018 * Makefile.in: Add gdbtk-interps.c.
11019
11020 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11021
11022 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11023 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11024
11025 2003-02-18 Andrew Cagney <cagney@redhat.com>
11026
11027 * symtab.h (struct objfile): Add opaque declaration.
11028
11029 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11030
11031 From Jim Ingham <jingham@apple.com>:
11032 * dbxread.c (process_one_symbol): Use last_function_start rather
11033 than function_start_offset to find the real beginning of the
11034 current function. The latter is just the text section offset on
11035 some systems, the former is always the real function start.
11036
11037 2003-02-17 Andrew Cagney <cagney@redhat.com>
11038
11039 * configure.in: Revert ${target} != ${host}.
11040
11041 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11042
11043 * configure.in (Makefile): Use the test ${target} != ${host},
11044 instead of the absence of the "nm.h" file, to determine of the
11045 configuration non-native.
11046 * configure: Regenerate.
11047
11048 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11049
11050 From Brian Ford <ford@vss.fsi.com>
11051
11052 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11053 conditionalize tui_active test.
11054 (lookup_cmd_1): Ditto.
11055
11056 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11057
11058 * configure.in: Add check for _etext.
11059 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11060 available.
11061 * config.in, configure: regenerated.
11062
11063 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11064
11065 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11066
11067 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11068
11069 * main.c (tui_version): Delete variable.
11070 (captured_main): When --tui, set interpreter_p to "tui" instead of
11071 enabling tui_version.
11072 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11073 tui_version.
11074 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11075 * cli/cli-cmds.c (disassemble_command): Ditto.
11076 * defs.h (tui_version): Delete declaration.
11077 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11078 (tui-interp.o): Add rules.
11079 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11080
11081 2003-02-14 Christopher Faylor <cgf@redhat.com>
11082
11083 * win32-nat.c (register_loaded_dll): Correctly set address range for
11084 just-loaded dll.
11085
11086 2003-02-12 Jason Molenda (jmolenda@apple.com)
11087
11088 * symmisc.c (print_objfile_statistics): Include information about
11089 the number of psymtabs and symtabs in each object file.
11090
11091 2003-02-13 Keith R Seitz <keiths@redhat.com>
11092
11093 * main.h (struct captured_main_args): Add interpreter_p.
11094 * main.c (captured_main): Initialize interpreter_p from context.
11095 * gdb.c (main): Set interpreter_p argument.
11096 * Makefile.in (gdb.o): Add dependency for interps.h.
11097
11098 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11099
11100 * event-top.c (cli_command_loop): Delete declaration.
11101 (_initialize_event_loop): Delete function setting event_loop_hook.
11102 * event-top.h (cli_command_loop): Declare. Update copyright.
11103 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11104 * interps.c (current_interp_command_loop): When event_loop_p, call
11105 cli_command_loop.
11106
11107 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11108
11109 * interps.h (interp_command_loop_ftype): Change return type to
11110 void.
11111
11112 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11113
11114 * x86-64-tdep.c (x86_64_extract_return_value)
11115 (x86_64_store_return_value): Use regcache instead of regbuf.
11116 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11117 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11118
11119 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11120
11121 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11122 * aclocal.m4: Regenerate.
11123 * configure: Regenerate.
11124
11125 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11126 TCL_LD_SEARCH_FLAGS.
11127
11128 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11129
11130 * dwarf2cfi.c: Reindented.
11131
11132 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11133
11134 * interps.c (clear_interpreter_hooks): Convert function definition
11135 to ISO C.
11136
11137 2003-02-07 David Carlton <carlton@math.stanford.edu>
11138
11139 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11140
11141 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11142
11143 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11144 (struct type): ...to here.
11145 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11146 field.
11147 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11148 (replace_type): Set length on all type variants for a given type.
11149
11150 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11151
11152 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11153 <sys/stat.h>.
11154 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11155
11156 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11157
11158 * Makefile.in (symm-nat.o): Update dependencies.
11159 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11160 (lynx-nat.o, ia64-linux-nat.): Ditto.
11161 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11162 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11163 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11164
11165 * Makefile.in (inflow_h): Define.
11166 (procfs.o, inflow.o, procfs.o): Update dependencies.
11167 * inftarg.c (child_stop): Delete extern declaration of
11168 inferior_process_group. Include "inflow.h".
11169 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11170 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11171 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11172 (our_process_group, inferior_process_group): Extern declarations.
11173
11174 * procfs.c: Include "gdb_assert.h".
11175
11176 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11177 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11178 * jv-typeprint.c (java_type_print_base): Ditto.
11179 * typeprint.c (typedef_print): Eliminate STREQ.
11180 * cli/cli-script.c (define_command, define_command): Ditto.
11181 * main.c (captured_main): Ditto.
11182 * values.c (lookup_internalvar): Ditto.
11183 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11184 within `if' conditional.
11185 * linespec.c (decode_line_2): Ditto.
11186 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11187 (bfd_openw_with_cleanup): Ditto.
11188
11189 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11190
11191 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11192 legacy_extract_return_value and store_return_value to
11193 legacy_return_value.
11194
11195 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11196
11197 * win32-nat.c (get_relocated_section_addrs): New function. Find
11198 section load addresses for symbol handling in relocated DLLs.
11199 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11200
11201 2003-02-05 Fred Fish <fnf@intrinsity.com>
11202
11203 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11204 '=' and '!='.
11205 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11206 with '&' and '=='.
11207 (angel_RDI_info): Ditto.
11208 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11209 with '&' and '!='.
11210 (threads_continue_all_with_signals): Ditto.
11211
11212 2003-02-05 Jim Ingham <jingham@apple.com>
11213 Keith Seitz <keiths@redhat.com>
11214 Elena Zannoni <ezannoni@redhat.com>
11215 Andrew Cagney <ac131313@redhat.com>
11216
11217 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11218 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11219 (SUBDIR_MI_OBS): Add "mi-interp.o".
11220 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11221 (SFILES): Add "interps.c".
11222 (COMMON_OBS): Add "interps.o".
11223 (interps_h, mi_main_h): Define.
11224 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11225 (mi-main.o, main.o, event-top.o): Update dependencies.
11226 * cli/cli-interp.c: New file.
11227 * interps.h, interps.c: New files.
11228 * top.c: (gdb_init): Don't install the default interpreter, handed
11229 by captured_main.
11230 * main.c: Include "interps.h".
11231 (interpreter_p): Note that it should malloc'ed.
11232 (captured_command_loop): Call current_interp_command_loop.
11233 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11234 xfree and xstrdup when updating interpreter_p. Install the
11235 default interpreter. Add hack to stop mi1's copyright notice
11236 being encoded.
11237 * event-top.h (gdb_setup_readline): Declare.
11238 (gdb_disable_readline): Declare.
11239 * event-top.c: Include "interps.h".
11240 (display_gdb_prompt): Call current_interp_display_prompt_p.
11241 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11242 gdb_stdlog, and gdb_stdtarg.
11243 (_initialize_event_loop): Don't call gdb_setup_readline.
11244 * cli-out.c (cli_out_set_stream): New function.
11245 * cli-out.h (cli_out_set_stream): Declare.
11246
11247 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11248
11249 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11250 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11251 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11252 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11253 config/i386/i386v42mp.mt: Removed.
11254
11255 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11256
11257 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11258 GDB_OSABI_SOLARIS.
11259
11260 2003-02-05 Michael Chastain <mec@shout.net>
11261
11262 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11263 2.12.1 and earlier versions.
11264
11265 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11266
11267 Remove orphaned hosts, targets and files.
11268 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11269 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11270 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11271 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11272 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11273 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11274 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11275 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11276 * config/sparc/tm-sp64sim.h: Delete.
11277 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11278 hosts.
11279 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11280 mips*-dec-mach3* targets.
11281
11282 2003-02-04 Michael Chastain <mec@shout.net>
11283
11284 * NEWS: Fix typo: sepcifying -> specifying.
11285
11286 2003-02-04 Michael Chastain <mec@shout.net>
11287
11288 * dwarfread.c: Add documentation on the state of dwarf-1,
11289 looking towards obsoletion.
11290
11291 2003-02-03 Michael Chastain <mec@shout.net>
11292
11293 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11294 gdb/testsuite/gdb.c++/pr-1023.exp.
11295
11296 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11297
11298 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11299 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11300
11301 * utils.c (init_page_info): Delete reference to MPW in comments.
11302 * main.c (captured_main): Delete #ifdef MPW.
11303
11304 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11305
11306 * NEWS: Note that the m32r-*-elf* is obsolete.
11307 * monitor.c (monitor_expect): Obsolete reference to m32r.
11308 * configure.tgt: Mark m32r-*-elf* as obsolete.
11309 * MAINTAINERS: Mark m32k as obsolete.
11310 * m32r-rom.c: Obsolete file.
11311 * config/m32r/m32r.mt: Obsolete file.
11312 * config/m32r/tm-m32r.h: Obsolete file.
11313 * m32r-stub.c: Obsolete file.
11314 * m32r-tdep.c: Obsolete file.
11315
11316 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11317
11318 * NEWS: Mention that the z8k-zilog-none is obsolete.
11319 * MAINTAINERS: Mark z8k as obsolete.
11320 * configure.tgt: Obsolete the z8k-*-coff* target.
11321 * config/z8k/z8k.mt: Obsolete file.
11322 * config/z8k/tm-z8k.h: Obsolete file.
11323 * z8k-tdep.c: Obsolete file.
11324
11325 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11326
11327 * NEWS: Mention that the mn10200-elf is obsolete.
11328 * configure.tgt: Obsolete mn10200-*-* target.
11329 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11330 mention that the mn10200 is obsolete.
11331 * breakpoint.h: Ditto.
11332 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11333 * config/mn10200/mn10200.mt: Obsolete file.
11334 * config/mn10200/tm-mn10200.h: Obsolete file.
11335 * mn10200-tdep.c: Obsolete file.
11336
11337 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11338
11339 * MAINTAINERS: Mark h8500 as obsolete.
11340 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11341 * findvar.c (value_from_register): Ditto.
11342 * h8500-tdep.c: Mark file as obsolete.
11343 * config/h8500/h8500.mt: Ditto.
11344 * config/h8500/tm-h8500.h: Ditto.
11345 * NEWS: Mention that h8500 is obsolete.
11346
11347 2003-02-04 David Carlton <carlton@math.stanford.edu>
11348
11349 * objfiles.c (allocate_objfile): Always set name. Add comment at
11350 start of function.
11351 * jv-lang.c (get_dynamics_objfile): Add comment.
11352
11353 2003-02-04 David Carlton <carlton@math.stanford.edu>
11354
11355 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11356 * printcmd.c (build_address_symbolic): Replace uses of
11357 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11358 SYMBOL_NAME, and asm_demangle.
11359 Update copyright.
11360
11361 2003-02-04 David Carlton <carlton@math.stanford.edu>
11362
11363 * linespec.c (decode_compound): Extract code into
11364 lookup_prefix_sym.
11365 (lookup_prefix_sym): New function.
11366
11367 2003-02-04 David Carlton <carlton@math.stanford.edu>
11368
11369 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11370 FLOAT_COERCION_BADNESS.
11371 * gdbtypes.c (rank_one_type): Replace all uses of
11372 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11373
11374 2003-02-04 Jim Blandy <jimb@redhat.com>
11375
11376 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11377 section, let dwarf_macinfo_section point to it, not
11378 dwarf_loc_section.
11379
11380 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11381
11382 Pointed out by Anton Blanchard <anton@samba.org>.
11383 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11384 (ppc_linux_at_sigtramp_return_path): Use it.
11385
11386 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
11387
11388 * defs.h (streq): Add prototype.
11389 * utils.c (streq): New function.
11390
11391 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11392 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11393 * mdebugread.c (new_symbol): Likewise.
11394 * stabsread.c (define_symbol): Likewise.
11395 * coffread.c (process_coff_symbol): Likewise.
11396 * dwarfread.c (new_symbol): Likewise.
11397
11398 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11399 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11400 here.
11401 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11402 SYMBOL_INIT_DEMANGLED_NAME.
11403 * objfiles.c: Include "hashtab.h".
11404 (allocate_objfile): Call htab_set_functions_ex for the
11405 demangled_names_hash.
11406 (free_objfile): Call htab_delete for the demangled_names_hash.
11407 * objfiles.h (struct htab): Add declaration.
11408 (struct objfile): Add demangled_names_hash.
11409 * symfile.c: Include "hashtab.h".
11410 (reread_symbols): Call htab_delete for the demangled_names_hash.
11411 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11412 SYMBOL_NAME in the bcache.
11413 * symtab.c: Include "hashtab.h". Update comments.
11414 (create_demangled_names_hash, symbol_set_names): New functions.
11415 (symbol_find_demangled_name): New function, broken out from
11416 symbol_init_demangled_names.
11417 (symbol_init_demangled_names): Use it.
11418 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11419 (SYMBOL_SET_NAMES): New macro.
11420 (symbol_set_names): Add prototype.
11421
11422 2003-02-03 Jim Blandy <jimb@redhat.com>
11423
11424 Use a single, consistent representation for an empty minimal
11425 symbol table in an objfile.
11426 * objfiles.c (terminate_minimal_symbol_table): New function.
11427 (allocate_objfile): Call it.
11428 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11429 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
11430 non-NULL.
11431 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11432 objfile has minimal symbols, compare minimal_symbol_count to zero,
11433 instead of comparing msymbols with NULL.
11434 * objfiles.c (have_minimal_symbols): Same.
11435 * solib-sunos.c (solib_add_common_symbols): Call
11436 terminate_minimal_symbol_table.
11437 * symfile.c (reread_symbols): Same.
11438
11439 2003-02-03 Kevin Buettner <kevinb@redhat.com>
11440
11441 * s390-tdep.c (s390_address_class_type_flags)
11442 (s390_address_class_type_flags_to_name)
11443 (s390_address_class_name_to_type_flags): New functions.
11444 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11445 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11446
11447 2003-02-03 Michael Snyder <msnyder@redhat.com>
11448
11449 * arm-tdep.c: Fix spell-o in comment.
11450
11451 2003-02-03 Michal Ludvig <mludvig@suse.cz>
11452
11453 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11454 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
11455 error messages to contain BFD filename.
11456
11457 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
11458
11459 Fix PR gdb/742 gdb/743 gdb/877
11460 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11461 (do_mixed_source_and_assembly): Use
11462 make_cleanup_ui_out_tuple_begin_end and
11463 make_cleanup_ui_out_tuple_begin_end.
11464 (do_mixed_source_and_assembly): Ditto.
11465 * thread.c (do_captured_list_thread_ids): Ditto.
11466 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11467 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11468 ui_out_tuple_end): Delete prototypes.
11469 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11470 ui_out_list_end, ui_out_tuple_end): Delete.
11471
11472 From Kevin Buettner <kevinb@redhat.com>:
11473 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
11474 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11475 (do_cleanup_table_end): New functions.
11476 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11477 Use cleanups to invoke_ui_out_tuple_end().
11478 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
11479 * cli/cli-setshow.c (cmd_show_list): Use
11480 make_cleanup_ui_out_tuple_begin_end.
11481
11482 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11483
11484 * frame.c (frame_unwind_register): New function.
11485 (frame_unwind_unsigned_register): Use.
11486 (frame_unwind_signed_register): Use.
11487 (frame_read_register): New function.
11488 * frame.h (frame_unwind_register): Declare.
11489 (frame_read_register): Declare.
11490
11491 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11492 and frame_unwind_register instead of read_memory, write_register
11493 and deprecated_write_register_bytes.
11494
11495 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11496
11497 * frame.h: Note that namelen can be negative.
11498 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11499 NAME's length.
11500
11501 * NEWS: Mention that the d10v's `regs' command is deprecated.
11502 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11503 (d10v_print_registers_info): New function.
11504 (show_regs): Call d10v_print_registers_info.
11505 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11506
11507 2003-02-02 Mark Kettenis <kettenis@gnu.org>
11508
11509 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11510 lost in the previous patch.
11511
11512 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11513
11514 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
11515 * stack.c (print_frame_info_base): Output complete FRAME tuple
11516 for synthesized frames.
11517
11518 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11519
11520 * mips-nat.c (zerobuf): Delete.
11521 (fetch_inferior_registers): Alloc local zerobuf.
11522 (fetch_core_registers): Alloc local zerobuf.
11523 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11524 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11525 * thread-db.c (thread_db_store_registers): Ditto.
11526 * sh-tdep.c (sh_do_register): Ditto.
11527 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11528 * remote-sim.c (gdbsim_store_register): Ditto.
11529 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11530 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11531 * monitor.c (monitor_supply_register): Ditto.
11532 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11533 * mips-nat.c (fetch_inferior_registers): Ditto.
11534 * m68klinux-nat.c (fetch_register): Ditto.
11535 * lynx-nat.c (fetch_inferior_registers): Ditto.
11536 (fetch_inferior_registers): Ditto.
11537 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11538 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11539 (hpux_thread_store_registers): Ditto.
11540 * hppah-nat.c (fetch_register): Ditto.
11541 * hppab-nat.c (fetch_register): Ditto.
11542 * hppa-tdep.c (pa_register_look_aside): Ditto.
11543 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11544 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11545
11546 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11547
11548 * gdbarch.sh: Explictly specify all method levels. When a
11549 variable with an empty level, provide a non-multi-arch default.
11550 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11551 * gdbarch.h: Re-generate.
11552 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11553 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11554
11555 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11556
11557 * defs.h (host_pointer_to_address): Delete declaration.
11558 (address_to_host_pointer): Delete declaration.
11559 * utils.c (host_pointer_to_address): Delete function.
11560 (address_to_host_pointer): Delete function.
11561 * procfs.c (procfs_address_to_host_pointer): New function.
11562 * procfs.c (proc_set_watchpoint): Use.
11563 (procfs_can_use_hw_breakpoint): Update comments.
11564 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11565 (som_solib_add): Use.
11566 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11567 * hppa-tdep.c (unwind_command): Use.
11568
11569 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11570
11571 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11572 strlen d_name.
11573
11574 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11575 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11576 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11577 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11578 (define_symbol): Update.
11579 * symfile.c (generic_load): Remove references to nindy.
11580 * symtab.c: Remove references to nindy.
11581
11582 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11583
11584 * infcmd.c (print_float_info): Delete code conditional on
11585 FLOAT_INFO.
11586 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11587 * config/m68k/nm-apollo68b.h: Ditto.
11588 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11589 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11590 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11591
11592 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11593
11594 * config/i386/tm-i386os9k.h: Removed.
11595
11596 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11597 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11598 they're identical to i[3456]86-*-sysv* now.
11599 * config/i386/i386v32.mh: Removed.
11600 * config/i386/xm-i386v32.h: Removed.
11601 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11602
11603 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11604
11605 * config/i386/i386dgux.mh: Removed.
11606 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11607
11608 * configure.in: Fix typo.
11609 * configure: Regenerated.
11610
11611 2003-01-31 David Carlton <carlton@math.stanford.edu>
11612
11613 * dwarf2read.c (dwarf2_locate_sections): Set
11614 dwarf_ranges_section.
11615
11616 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11617
11618 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11619 * utils.c: Update comments documenting legitimate uses of PTR.
11620
11621 * utils.c: Re-indent.
11622
11623 * config/djgpp/fnchange.lst: Delete nindy files.
11624 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11625 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11626 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11627 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11628 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11629 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11630 * Makefile.in (init.c): Remove nindy references.
11631 (saber_gdb): Delete rule.
11632 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11633 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11634 and a68v-nat.c.
11635 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11636 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11637 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11638 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11639 nindy-share/stop.h.
11640 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11641 * saber.suppress: Delete file.
11642
11643 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
11644
11645 * dbxread.c (stabs_data): New static variable.
11646 (fill_symbuf): Support an in-memory buffer for stabs data.
11647 (stabs_seek): New function.
11648 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11649 (read_ofile_symtab): Use stabs_seek.
11650 (elfstab_build_psymtabs): Take an asection* instead of
11651 an offset and size. Relocate the stabs data if necessary.
11652 Save the section* for dbx_psymtab_to_symtab.
11653 * dwarf2read.c: Add section variables for each debug section.
11654 (dwarf2_locate_sections): Fill them in.
11655 (dwarf2_read_section): Take an asection* argument.
11656 Relocate the section contents if necessary.
11657 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11658 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11659 it to dwarf2_read_section.
11660 (dwarf2_build_frame_info): Update callers.
11661 * elfread.c (elf_symfile_read): Update call to
11662 elfstab_build_psymtabs.
11663 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11664 (DBX_STAB_SECTION): New macro.
11665 * stabsread.h (elfstab_build_psymtabs): Update prototype.
11666 * symfile.c (symfile_dummy_outputs): New function.
11667 (symfile_relocate_debug_section): New function.
11668 * symfile.h (symfile_relocate_debug_section): Add prototype.
11669
11670 2003-01-31 Richard Henderson <rth@redhat.com>
11671
11672 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11673 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11674 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11675 * alpha-tdep.c (alpha_register_name): Add "unique".
11676 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11677 (ALPHA_UNIQUE_REGNUM): New.
11678 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11679
11680 2003-01-31 Andrew Cagney <ac131313@redhat.com>
11681
11682 * README: Remove reference to Ericsson 1800 monitor.
11683 * Makefile.in (remote-es.o): Delete rule.
11684 (ALLDEPFILES): Delete remote-es.c.
11685 * remote-es.c: Delete file.
11686 * config/m68k/es1800.mt: Delete file.
11687 * config/djgpp/fnchange.lst: Update.
11688 * configure.tgt: Delete m68*-ericsson-* target.
11689
11690 2003-01-31 Adam Fedor <fedor@gnu.org>
11691
11692 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11693 Remove duplicate/shadowing variable of same name.
11694
11695 2003-01-30 Jim Blandy <jimb@redhat.com>
11696
11697 * symfile.c (find_separate_debug_file): Assert that the objfile's
11698 directory name we compute ends with a slash, and then assume that
11699 that's so everywhere we use it.
11700
11701 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
11702
11703 * valops.c (value_assign): Flush frame cache after stores to memory
11704 also.
11705
11706 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11707
11708 * Makefile.in (mon960-rom.o): Delete rule.
11709 * mon960-rom.c: Delete file.
11710
11711 2003-01-30 Andrew Cagney <ac131313@redhat.com>
11712
11713 * d10v-tdep.c: Include "frame-unwind.h".
11714 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11715 list.
11716 (next_addr, uses_frame): Delete.
11717 (struct d10v_unwind_cache): Define.
11718 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11719 Use info instead of next_addr and uses_frame globals.
11720 (d10v_frame_init_saved_regs): Delete function.
11721 (d10v_init_extra_frame_info): Delete function.
11722 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11723 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11724 init_frame_pc or frame_saved_pc.
11725 (d10v_pop_frame): Delete function.
11726 (do_d10v_pop_frame): Delete function.
11727 (d10v_frame_chain): Delete function.
11728 (d10v_frame_chain_valid): Delete function.
11729 (d10v_frame_pc_unwind): New function.
11730 (d10v_frame_id_unwind): New function.
11731 (saved_regs_unwinder): New function.
11732 (d10v_frame_register_unwind): New function.
11733 (d10v_frame_pop): New function.
11734 (d10v_frame_unwind): New variable.
11735 (d10v_frame_p): New function.
11736 (d10v_frame_saved_pc): Delete function.
11737 * Makefile.in (d10v-tdep.o): Update dependencies.
11738
11739 2003-01-30 J. Brobecker <brobecker@gnat.com>
11740
11741 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11742 causing some regressions due to a change in the default value
11743 for this macro.
11744
11745 2003-01-29 Richard Henderson <rth@redhat.com>
11746 Elena Zannoni <ezannoni@redhat.com>
11747 Daniel Jacobowitz <drow@mvista.com>
11748
11749 Fix PR gdb/961.
11750 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
11751 variables.
11752 (RANGES_SECTION): New.
11753 (dwarf_ranges_buffer): New variable.
11754 (struct comp_unit_head): Add member "die".
11755 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11756 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11757 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11758 (dwarf2_locate_sections): Likewise.
11759 (dwarf2_build_psymtabs): Read .debug_ranges.
11760 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11761 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11762 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11763 Look for DW_AT_ranges and return the bounding box.
11764
11765 2003-01-29 Brian Ford <ford@vss.fsi.com>
11766
11767 * win32-nat.c (cygwin_pid): Removed as unused.
11768 (child_attach): Try fall back to Cygwin pid.
11769
11770 2003-01-29 Jim Blandy <jimb@redhat.com>
11771
11772 * objfiles.h (struct objfile): Doc fix.
11773
11774 2003-01-29 Andrew Cagney <ac131313@redhat.com>
11775
11776 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11777 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11778 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11779 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11780 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11781 (FRAME_SAVED_PC): Change to a function with predicate.
11782 * gdbarch.h, gdbarch.c: Re-generate.
11783
11784 2003-01-28 Andrew Cagney <ac131313@redhat.com>
11785
11786 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
11787
11788 * complaints.c (complain): Delete function.
11789 * complaints.h (struct deprecated_complaint): Delete definition.
11790 (complain): Delete declaration.
11791
11792 2003-01-28 Kevin Buettner <kevinb@redhat.com>
11793
11794 * mips-tdep.c (mips_init_extra_frame_info): Return early for
11795 dummy frames.
11796
11797 2003-01-27 Andrew Cagney <ac131313@redhat.com>
11798
11799 * sentinel-frame.h, sentinel-frame.c: New files.
11800 * Makefile.in (frame.o): Update dependencies.
11801 (SFILES): Add sentinel-frame.c.
11802 (sentinel_frame_h): Define.
11803 (COMMON_OBS): Add sentinel-frame.o.
11804 (sentinel-frame.o): Specify dependencies.
11805 * frame.c: Include "sentinel-frame.h".
11806 (frame_register_unwind): Rewrite assuming that there is always a a
11807 ->next frame.
11808 (frame_register, generic_unwind_get_saved_register): Ditto.
11809 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
11810 (create_sentinel_frame, unwind_to_current_frame): New functions.
11811 (get_current_frame): Rewrite using create_sentinel_frame and
11812 unwind_to_current_frame. When possible, always create a frame.
11813 (create_new_frame): Set next to the sentinel frame.
11814 (get_next_frame): Rewrite. Don't go below the level 0 frame.
11815 (deprecated_update_frame_pc_hack): Update the next frame's PC and
11816 ID cache when necessary.
11817 (frame_saved_regs_id_unwind): Use frame_relative_level.
11818 (deprecated_generic_get_saved_register): Use frame_relative_level,
11819 get_frame_saved_regs, get_frame_pc, get_frame_base and
11820 get_next_frame.
11821 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
11822 frame_register.
11823
11824 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11825
11826 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
11827
11828 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
11831 (maintenance_set_profile_cmd): Use error () instead of warning ().
11832
11833 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
11834
11835 * configure.in: Check that -pg works if using --enable-profiling.
11836 Check for monstartup and _mcleanup regardless of --enable-profiling.
11837 * maint.c: Check for monstartup and _mcleanup before using them.
11838 * config.in: Regenerated.
11839 * configure: Regenerated.
11840
11841 2003-01-24 Nick Clifton <nickc@redhat.com>
11842
11843 * Add sh2e support:
11844
11845 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
11846
11847 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
11848 (sh2e_show_regs): New.
11849 (sh_gdbarch_init): Handle bfd_mach_sh2e.
11850 * config/sh/tm-sh.h: Added sh2e to comments.
11851
11852 2003-01-23 Jim Blandy <jimb@redhat.com>
11853
11854 * symfile.c (syms_from_objfile): Don't print the "(no debugging
11855 symbols found)" message here; we haven't checked for a separate
11856 debug info file yet, so we don't know yet.
11857 (symbol_file_add_with_addrs_or_offsets): Print it here, after
11858 we've looked everywhere. Also, there's no need to print a special
11859 message when we're loading the separate debug info file: the one
11860 symbol_file_add prints is fine.
11861
11862 2003-01-23 Alexander Larsson <alexl@redhat.com>
11863 Jim Blandy <jimb@redhat.com>
11864
11865 Add support for executables whose debug info has been separated
11866 out into a separate file, leaving only a link behind.
11867 * objfiles.h (struct objfile): New fields: separate_debug_objfile
11868 and separate_debug_objfile_backlink.
11869 (put_objfile_before): New declaration.
11870 * symfile.c: #include "filenames.h".
11871 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
11872 debug info in a separate file, read that, too. Save the addrs
11873 argument, so we can use it again to read the separated debug info;
11874 syms_from_objfile modifies the table we pass it.
11875 (reread_symbols): After re-reading an objfile, call
11876 reread_separate_symbols to refresh its separate debug info
11877 objfile, if it has one.
11878 (reread_separate_symbols, find_separate_debug_file,
11879 get_debug_link_info, separate_debug_file_exists): New functions.
11880 (debug_file_directory): New global var.
11881 (_initialize_symfile): Initialize debug_file_directory, and
11882 provide the new `set debug-file-directory' command to let the user
11883 change it.
11884 * objfiles.c (free_objfile): If this objfile has its debug info in
11885 a separate objfile, free that one too. If this is itself a
11886 separate debug info objfile, clear our parent's backlink.
11887 (put_objfile_before): New function.
11888 * utils.c (gnu_debuglink_crc32): New function.
11889 * defs.h (gnu_debuglink_crc32): New declaration.
11890 * Makefile.in (symfile.o): Note dependency on "filenames.h".
11891 * configure.in: Handle --with-separate-debug-dir config option.
11892 * acinclude.m4 (AC_DEFINE_DIR): New macro.
11893 * acconfig.h (DEBUGDIR): New macro.
11894 * configure, aclocal.m4, config.in: Regenerated.
11895
11896 2003-01-22 Jim Blandy <jimb@redhat.com>
11897
11898 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
11899 like the old symbol_file_add, but taking new arguments: you can
11900 now pass in either a `struct section_addr_info' list to say where
11901 each section is loaded, or a `struct section_offsets' table. Pass
11902 these new arguments through to syms_from_objfile as appropriate.
11903 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
11904 with the appropriate quiescent values for the new arguments.
11905
11906 * symfile.c: #include "gdb_assert.h".
11907 (syms_from_objfile): Add the ability to pass in a section offset
11908 table directly, as an alternative to the section_addr_info table.
11909 Document arguments better.
11910 (symbol_file_add): Pass extra arguments to syms_from_objfile.
11911 * symfile.h (syms_from_objfile): Update declaration.
11912 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
11913 syms_from_objfile.
11914 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
11915
11916 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11917
11918 Original patch by Tom Tromey <tromey@cygnus.com> and
11919 Jason Molenda <jmolenda@apple.com>.
11920 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
11921 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
11922 * NEWS: Mention profiling.
11923 * configure.in (--enable-gdbtk): Fix typo.
11924 (--enable-profiling): New. Set PROFILE_CFLAGS.
11925 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
11926 Fill in function.
11927 (profiling_state): New variable.
11928 (mcleanup_wrapper): New function.
11929 (_initialize_maint): Remove NOTYET, fix call to
11930 add_setshow_boolean_cmd for "maint set profile".
11931 * configure: Regenerated.
11932
11933 2003-01-21 Martin M. Hunt <hunt@redhat.com>
11934
11935 * Makefile.in (install-gdbtk): Install PNG images too.
11936
11937 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11938
11939 * exec.c (text_start): Delete global variable.
11940 (exec_file_attach): Make text_start local to the function.
11941 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
11942 * valops.c (hand_function_call): Delete code that handles
11943 BEFORE_TEXT_END and AFTER_TEXT_END.
11944 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
11945 of CALL_DUMMY_LOCATION.
11946 * gdbarch.c: Regenerate.
11947 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
11948 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
11949 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
11950 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
11951 (text_end): Delete extern declaration.
11952
11953 2003-01-21 Andrew Cagney <ac131313@redhat.com>
11954
11955 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
11956 * blockframe.c (backtrace_below_main): Move to "frame.c".
11957 (frame_chain_valid): Delete check for backtrace_below_main.
11958 (_initialize_blockframe): Delete initialization, move ``set
11959 backtrace-below-main'' command to "frame.c".
11960 (do_flush_frames_sfunc): Delete function.
11961 * frame.c: Include "command.h" and "gdbcmd.h".
11962 (frame_type_from_pc): New function.
11963 (create_new_frame): Use frame_type_from_pc.
11964 (legacy_get_prev_frame): New function.
11965 (get_prev_frame): Rewrite. When an old style frame, call
11966 legacy_get_prev_frame. Otherwize, unwind the PC first.
11967 (_initialize_frame): Add ``set backtrace-below-main'' command.
11968 * Makefile.in (frame.o): Update dependencies.
11969
11970 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11971
11972 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
11973 DEPRECATED_REGISTERS_INFO.
11974
11975 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11976
11977 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
11978 Maintainers'. Update `Various Maintainers'.
11979
11980 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11981
11982 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
11983 * gdbarch.sh (POP_FRAME): Change to function with predicate.
11984 Suppress actual parameters when `-'.
11985 * gdbarch.h, gdbarch.c: Regenerate.
11986
11987 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11988
11989 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
11990 code handling dummy frames.
11991
11992 2003-01-19 Andrew Cagney <ac131313@redhat.com>
11993
11994 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
11995 (struct frame_unwind): Add field pop.
11996 * frame.h (frame_pop): Declare.
11997 * frame.c (frame_saved_regs_pop): New function.
11998 (trad_frame_unwinder): Add frame_saved_regs_pop.
11999 (frame_pop): New function.
12000 * dummy-frame.c (dummy_frame_pop): New function.
12001 (discard_innermost_dummy): New function.
12002 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12003 (dummy_frame_unwind): Add dummy_frame_pop.
12004 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12005 * valops.c (hand_function_call): Ditto.
12006 * stack.c (return_command): Ditto.
12007
12008 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12009
12010 * cris-tdep.c: Fix function declaration indentation.
12011 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12012 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12013 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12014 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12015 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12016 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12017
12018 2003-01-18 Michael Chastain <mec@shout.net>
12019
12020 * README (Unpacking and Installation -- quick overview):
12021 Warn against ".../gdb-5.3/gdb/configure".
12022
12023 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12024
12025 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12026 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12027 (struct frame_unwind): Declare opaque.
12028 (dummy_frame_p): Declare function.
12029 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12030 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12031 * dummy-frame.c: Include "frame-unwind.h".
12032 (dummy_frame_p): New function.
12033 (dummy_frame_unwind): New variable.
12034 * frame.c: Include "frame-unwind.h".
12035 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12036 to use the new unwind field.
12037 (set_unwind_by_pc): Delete function.
12038 (create_new_frame, get_prev_frame): Set unwind field using
12039 frame_unwind_find_by_pc.
12040 (trad_frame_unwind, trad_frame_unwinder): New variables.
12041 * frame.h (trad_frame_unwind): Declare variable.
12042 (frame_id_unwind_ftype): Delete declaration.
12043 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12044 (struct frame_unwind): Declare opaque.
12045 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12046 register_unwind with a single unwind pointer.
12047 * frame-unwind.h, frame-unwind.c: New files.
12048 * Makefile.in (SFILES): Add frame-unwind.c.
12049 (frame_unwind_h): Define.
12050 (COMMON_OBS): Add frame-unwind.o.
12051 (frame-unwind.o): Specify dependencies.
12052 (frame.o, dummy-frame.o): Update dependencies.
12053
12054 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12055
12056 * ada-valprint.c: Eliminate PTR.
12057 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12058 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12059 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12060 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12061 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12062 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12063 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12064
12065 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12066
12067 * main.c (captured_main): Don't use PTR.
12068 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12069 * gdbtypes.c (lookup_primitive_typename): Ditto.
12070 (lookup_struct_elt_type): Ditto.
12071 * f-valprint.c (info_common_command): Ditto.
12072 (list_all_visible_commons): Ditto.
12073 * jv-typeprint.c (java_type_print_base): Ditto.
12074
12075 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12076 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12077 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12078 i386-interix-nat.c and i386-interix-tdep.c. Rename
12079 m68klinux-nat.c and m68klinux-tdep.c. Rename
12080 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12081 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12082 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12083 * main.c (captured_main): Use xfree, not free.
12084
12085 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12086
12087 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12088 ID back using a parameter.
12089 * frame.c (frame_id_unwind): Update call.
12090 (frame_saved_regs_id_unwind): Update.
12091 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12092 * dummy-frame.h (struct frame_id): Add opaque declaration.
12093 (dummy_frame_id_unwind): Update declaration.
12094
12095 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12096
12097 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12098
12099 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12100
12101 * MAINTAINERS (Stephen P. Smith): Updated email address.
12102
12103 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12104
12105 Fix PR gdb/898
12106 * breakpoint.c (until_break_command): Add new argument. Use it to
12107 decide whether to stop only at the current frame or not.
12108 * breakpoint.h (until_break_command): Update prototype.
12109 * infcmd.c (until_command): Add new argument to until_break_command
12110 call.
12111 (advance_command): New function.
12112 (_initialize_infcmd): Update help string for 'until' command.
12113 Add new 'advance' command.
12114
12115 2003-01-14 David Carlton <carlton@math.stanford.edu>
12116
12117 * linespec.c (decode_line_1): Normalize comments.
12118 (set_flags): Ditto.
12119 (locate_first_half): Ditto.
12120 (decode_compound): Ditto.
12121 (symtab_from_filename): Ditto.
12122 (decode_all_digits): Ditto.
12123 (decode_dollar): Ditto.
12124 (find_methods): Ditto.
12125 (find_toplevel_char): Ditto.
12126
12127 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12128
12129 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12130 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12131 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12132 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12133 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12134 * language.c, language.h, m32r-tdep.c: Update copyright.
12135 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12136 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12137 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12138 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12139 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12140 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12141
12142 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12143
12144 * stabsread.h (process_later, resolve_cfront_continuation):
12145 Obsolete.
12146 Update copyright years.
12147 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12148 Update copyright year.
12149 * dbxread.c(struct cont_elem): Obsolete.
12150 (process_later, process_now): Obsolete functions.
12151 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12152 Update copyright year.
12153 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12154 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12155 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12156 (parse_partial_symbols): Obsolete cfront support.
12157 * stabsread.c
12158 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12159 macros.
12160 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12161 read_cfront_baseclasses, read_cfront_member_functions,
12162 resolve_cfront_continuation,read_cfront_static_fields,
12163 copy_cfront_struct_fields): Obsolete functions.
12164 (define_symbol, read_one_struct_field): Obsolete cfront support.
12165 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12166 Update Copyright year.
12167
12168 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12169
12170 * stack.c (print_frame_info, print_stack_frame_base_stub,
12171 print_stack_frame_base, show_and_print_stack_frame_stub,
12172 show_and_print_stack_frame, print_only_stack_frame_stub,
12173 print_only_stack_frame): Delete functions.
12174 (print_stack_frame_stub): Call print_frame_info instead of
12175 print_frame_info_base.
12176 (print_frame_info_base): Rename to print_frame_info.
12177 (backtrace_command_1): Call print_frame_info, instead of
12178 print_frame_info_base.
12179 (current_frame_command): Call print_stack_frame, instead of
12180 print_only_stack_frame.
12181 (frame_command): Call print_stack_frame, instead of
12182 show_and_print_stack_frame.
12183 (up_command): Ditto.
12184 (down_command): Ditto.
12185 * frame.h (print_only_stack_frame): Delete prototype.
12186 * infrun.c (normal_stop): Call print_stack_frame, instead of
12187 show_and_print_stack_frame.
12188 * thread.c (info_threads_command): Call print_stack_frame, instead
12189 of print_only_stack_frame.
12190
12191 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12192
12193 * README (Graphical interface to GDB): Update URL. Point at
12194 gdb/links/.
12195
12196 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12197 version match.
12198
12199 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12200
12201 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12202 lines.
12203
12204 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12205
12206 * thread-db.c (attach_thread): Prototype.
12207 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12208 thread information (ti), and valid flags (th_valid, ti_valid).
12209 (attach_thread): Move target_pid_to_str call to after the thread
12210 is added to GDB's list. Initialize the cache.
12211 (thread_get_info_callback, thread_db_map_id2thr)
12212 (thread_db_get_info): New functions.
12213 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12214 (thread_db_store_registers, thread_db_thread_alive)
12215 (thread_db_get_thread_local_address): Use them.
12216 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12217 of calling error() for threads in unknown state.
12218
12219 (clear_lwpid_callback): New function.
12220 (thread_db_resume): Use it to clear the cache.
12221
12222 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12223
12224 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12225 (resume_callback): Remove dead code.
12226
12227 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12228
12229 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12230 predicate.
12231 * gdbarch.h, gdbarch.c: Regenerate.
12232 * stack.c (frame_info): Only initialize the saved registers when
12233 FRAME_INIT_SAVED_REGS_P.
12234 * frame.c (frame_saved_regs_register_unwind): Assert
12235 FRAME_INIT_SAVED_REGS_P.
12236 (deprecated_generic_get_saved_register): Ditto.
12237
12238 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12239
12240 * source.c (openp): Squelch warning about "filename".
12241
12242 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12243
12244 * source.c (openp): If the file does not exist don't necessarily
12245 search the path.
12246
12247 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12248
12249 Fix PR gdb/872.
12250 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12251 (integer_types_same_name_p): New function.
12252 (rank_one_type): Use it.
12253 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12254
12255 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12256
12257 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12258 variables.
12259 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12260 * configure.in: Add --with-sysroot.
12261 * configure: Regenerated.
12262 * main.c (gdb_sysroot): New variable.
12263 (captured_main): Initialize gdb_sysroot.
12264 * defs.h (gdb_sysroot): New extern declaration.
12265 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12266
12267 2003-01-12 Michael Chastain <mec@shout.net>
12268
12269 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12270
12271 2003-01-12 Michael Chastain <mec@shout.net>
12272
12273 * top.c (print_gdb_version): Bump copyright year to 2003.
12274
12275 2003-01-12 David Carlton <carlton@bactrian.org>
12276
12277 * linespec.c (symtab_from_filename): Rename variable 's' to
12278 'file_symtab'.
12279
12280 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12281
12282 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12283 dummy frame.
12284 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12285
12286 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12287
12288 * d10v-tdep.c: Include "gdb_assert.h".
12289 (d10v_store_return_value): Rewrite to match current interface.
12290 (d10v_extract_struct_value_address): Ditto.
12291 (d10v_extract_return_value): Ditto.
12292 (d10v_gdbarch_init): Set store_restore_value,
12293 extract_struct_value_address and extract_return_value.
12294
12295 2003-01-12 J. Brobecker <brobecker@gnat.com>
12296
12297 * hpread.c (set_namestring): New procedure replacing the
12298 SET_NAMESTRING macro.
12299 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12300 by calls to set_namestring.
12301
12302 2003-01-11 J. Brobecker <brobecker@gnat.com>
12303
12304 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12305 a compilation warning.
12306 (hpread_process_one_debug_symbol): Likewise.
12307
12308 2003-01-10 David Carlton <carlton@math.stanford.edu>
12309
12310 * linespec.c (decode_line_1): Rename variable 's' to
12311 'file_symtab'.
12312 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12313 (decode_dollar): Ditto.
12314 (decode_variable): Ditto.
12315 (symbol_found): Ditto.
12316
12317 2003-01-09 Michael Chastain <mec@shout.net>
12318
12319 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12320
12321 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12322
12323 * win32-nat.c (set_process_privilege): New function.
12324 (child_attach): Call set_process_privilege() to enable the
12325 SE_DEBUG_NAME user privilege if available in process token.
12326
12327 2003-01-10 J. Brobecker <brobecker@gnat.com>
12328
12329 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12330 compilation error in the previous revision.
12331
12332 2003-01-09 David Carlton <carlton@math.stanford.edu>
12333
12334 * linespec.c: Update copyright.
12335
12336 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12337
12338 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12339 than inferior_ptid.
12340 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12341
12342 2003-01-09 Andrew Cagney <ac131313@redhat.com>
12343
12344 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12345 Update comments.
12346 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12347 (frame_saved_regs_zalloc): Update.
12348 (frame_saved_regs_register_unwind): Update.
12349 (create_new_frame): Update.
12350 (get_prev_frame): Update.
12351 (frame_extra_info_zalloc): Update.
12352 (deprecated_get_frame_saved_regs): Update.
12353 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12354 * cris-tdep.c: Update comment.
12355
12356 * somsolib.h: Fix function indentation.
12357 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12358 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12359 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12360 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12361 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12362
12363 * infrun.c (follow_fork): Use ISO C definition.
12364 * expprint.c (print_subexp): Use xfree instead of free.
12365 * charset.c: Include "gdb_string.h" instead of <string.h>.
12366 (register_iconv_charsets): Use ISO C definition.
12367 (host_charset, target_charset): Ditto.
12368 * Makefile.in (charset.o): Update dependencies.
12369 (mi-cmd-env.o): Update dependencies.
12370
12371 2003-01-08 Andrew Cagney <cagney@redhat.com>
12372
12373 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12374 get_frame_base.
12375
12376 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12377
12378 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12379 build directories. Save edited gdb output in Mbuild.log. If a
12380 build fails, remove any final GDB executable.
12381
12382 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12383
12384 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12385 replacing hex constants with function names and stripping leading
12386 file name directory prefixes.
12387
12388 2003-01-08 Andrew Cagney <cagney@redhat.com>
12389
12390 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12391 get_frame_base.
12392
12393 2003-01-08 David Carlton <carlton@math.stanford.edu>
12394
12395 * linespec.c (decode_line_1): Move code into decode_variable.
12396 (decode_variable): New function.
12397
12398 2003-01-08 Andrew Cagney <ac131313@redhat.com>
12399
12400 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12401
12402 2003-01-08 Andrew Cagney <cagney@redhat.com>
12403
12404 * cris-tdep.c (cris_frame_init_saved_regs): Use
12405 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12406 saved_regs buffer.
12407 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12408 (sh64_nofp_frame_init_saved_regs): Ditto.
12409 (sh_fp_frame_init_saved_regs): Ditto.
12410 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12411 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12412 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12413 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12414
12415 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
12416
12417 * minsyms.c (lookup_minimal_symbol): Update comment.
12418 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12419 (lookup_minimal_symbol_solib_trampoline): Likewise.
12420
12421 2003-01-08 Andrew Cagney <cagney@redhat.com>
12422
12423 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12424 frame_relative_level.
12425
12426 * alpha-tdep.c: Use get_frame_extra_info.
12427 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12428 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12429 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12430 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12431
12432 * alpha-tdep.c: Use get_next_frame.
12433 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12434 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12435 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12436 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12437 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12438 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12439 * xstormy16-tdep.c: Ditto.
12440
12441 2003-01-07 Andrew Cagney <cagney@redhat.com>
12442
12443 * alpha-tdep.c: Use get_frame_base.
12444 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12445 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12446 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12447 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12448 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12449 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12450 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12451 * config/sparc/tm-sparc.h: Ditto.
12452
12453 2003-01-07 Andrew Cagney <cagney@redhat.com>
12454
12455 * frame.c (deprecated_get_frame_context): New function.
12456 (deprecated_set_frame_context): New function.
12457 * frame.h (deprecated_get_frame_context): Declare.
12458 (deprecated_set_frame_context): Declare.
12459 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12460 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
12461
12462 2003-01-07 Andrew Cagney <cagney@redhat.com>
12463
12464 * frame.c (deprecated_set_frame_next_hack): New function.
12465 (deprecated_set_frame_prev_hack): New function.
12466 * frame.h (deprecated_set_frame_next_hack): Declare.
12467 (deprecated_set_frame_prev_hack): Declare.
12468 * mcore-tdep.c (analyze_dummy_frame): Use
12469 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12470 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12471
12472 2003-01-07 David Carlton <carlton@math.stanford.edu>
12473
12474 * linespec.c (decode_line_1): Move code into decode_dollar.
12475 (decode_dollar): New function.
12476
12477 2003-01-07 Andrew Cagney <cagney@redhat.com>
12478
12479 * arm-tdep.c (arm_init_extra_frame_info): Use
12480 deprecated_update_frame_base_hack.
12481 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12482 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12483 (fix_frame_pointer): Ditto.
12484 (mn10300_analyze_prologue): Ditto.
12485
12486 2003-01-07 Andrew Cagney <cagney@redhat.com>
12487
12488 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12489 extra_info using frame_extra_info_zalloc.
12490 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12491 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12492 (sh64_init_extra_frame_info): Ditto.
12493 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12494 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12495 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12496 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12497 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12498 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12499 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12500 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12501 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12502 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12503 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12504 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12505
12506 * mn10300-tdep.c (analyze_dummy_frame): Use
12507 deprecated_set_frame_extra_info_hack.
12508 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12509
12510 2003-01-07 J. Brobecker <brobecker@gnat.com>
12511
12512 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12513 class is not scText. These do not define "real" procedures.
12514 (parse_partial_symbols): Likewise.
12515
12516 2003-01-06 Michael Snyder <msnyder@redhat.com>
12517
12518 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12519
12520 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12521
12522 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12523 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12524 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12525 deprecated_frame_xmalloc_with_cleanup.
12526 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12527 deprecated_frame_xmalloc.
12528 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12529 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12530
12531 2003-01-06 Andrew Cagney <cagney@redhat.com>
12532
12533 * x86-64-linux-tdep.c: Include "osabi.h".
12534 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12535
12536 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12537
12538 2003-01-06 Andrew Cagney <cagney@redhat.com>
12539
12540 * MAINTAINERS (Target Instruction Set Architectures): Update
12541 arm-elf. Can be built with -Werror, has been multiarched.
12542
12543 * value.h (unpack_long): Make buffer parameter constant.
12544 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12545 * scm-lang.h (scm_parse): Ditto.
12546 * defs.h (extract_typed_address, extract_address): Ditto.
12547 (extract_long_unsigned_integer): Ditto.
12548 * inferior.h (unsigned_pointer_to_address): Ditto.
12549 (signed_pointer_to_address): Ditto.
12550 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12551 * gdbarch.h, gdbarch.c: Regenerate.
12552 * findvar.c (extract_long_unsigned_integer): Update.
12553 (extract_address): Update.
12554 (extract_typed_address): Update.
12555 (unsigned_pointer_to_address): Update.
12556 * values.c (unpack_long): Update.
12557 (unpack_double): Update.
12558 (unpack_pointer): Update.
12559 (unpack_field_as_long): Update.
12560 * d10v-tdep.c (d10v_pointer_to_address): Update.
12561 * avr-tdep.c (avr_pointer_to_address): Update.
12562 * scm-lang.c (scm_unpack): Update.
12563 * findvar.c (signed_pointer_to_address): Update.
12564
12565 2003-01-06 Michal Ludvig <mludvig@suse.cz>
12566
12567 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
12568 since it is in i386-tdep.c.
12569
12570 2003-01-06 J. Brobecker <brobecker@gnat.com>
12571
12572 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12573 failure introduced in the previous change.
12574
12575 2003-01-05 Michael Chastain <mec@shout.net>
12576
12577 * README: Remove references to deleted remote-*.c files:
12578 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12579 remote-nrom.c, remote-os9k.c, remote-udi.c.
12580
12581 2003-01-05 Mark Kettenis <kettenis@gnu.org>
12582
12583 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12584 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12585 i386_get_longjmp_target.
12586
12587 2003-01-05 Andrew Cagney <ac131313@redhat.com>
12588
12589 * arm-tdep.c (prologue_cache): Change to a pointer.
12590 (_initialize_arm_tdep): Allocate prologue_cache.
12591 (check_prologue_cache): Update.
12592 (save_prologue_cache): Update.
12593 (arm_gdbarch_init): Update.
12594
12595 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12596
12597 * stabsread.c (update_method_name_from_physname): Call complaint()
12598 instead of error.
12599
12600 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12601
12602 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12603 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12604 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12605
12606 * blockframe.c: Include "gdbcmd.h" and "command.h".
12607 (backtrace_below_main): New variable.
12608 (file_frame_chain_valid, func_frame_chain_valid)
12609 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12610 (generic_func_frame_chain_valid): Remove functions.
12611 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12612 (_initialize_blockframe): New function.
12613 * Makefile.in (blockframe.o): Update dependencies.
12614 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12615 comment. Call frame_chain_valid ().
12616 * frame.h: Remove old prototypes. Add prototype for
12617 frame_chain_valid and update comments to match.
12618 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12619 Remove old comment.
12620 * gdbarch.h: Regenerated.
12621 * gdbarch.c: Regenerated.
12622
12623 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12624 set_gdbarch_frame_chain_valid.
12625 * avr-tdep.c (avr_gdbarch_init): Likewise.
12626 * cris-tdep.c (cris_gdbarch_init): Likewise.
12627 * frv-tdep.c (frv_gdbarch_init): Likewise.
12628 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12629 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12630 (i386_nw_init_abi): Likewise.
12631 (i386_gdbarch_init): Likewise.
12632 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12633 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12634 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12635 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12636 * mips-tdep.c (mips_gdbarch_init): Likewise.
12637 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12638 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12639 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12640 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12641 * s390-tdep.c (s390_gdbarch_init): Likewise.
12642 * sh-tdep.c (sh_gdbarch_init): Likewise.
12643 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12644 * v850-tdep.c (v850_gdbarch_init): Likewise.
12645 * vax-tdep.c (vax_gdbarch_init): Likewise.
12646 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12647
12648 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12649 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12650 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12651 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12652 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12653 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12654 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12655 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12656
12657 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12658
12659 * Makefile.in (acconfig_h): Remove incorrect macro.
12660 (config_h): Define.
12661 (osabi.o): Update dependencies.
12662 * configure.tgt: Set gdb_osabi based on target triplet.
12663 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12664 * configure: Regenerated.
12665 * config.in: Regenerated.
12666 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12667 (GDB_OSABI_DEFAULT): Define if not already defined.
12668 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12669 (set_osabi_string): New variables.
12670 (gdbarch_register_osabi): Add new OS ABI to
12671 gdb_osabi_available_names.
12672 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12673 (set_osabi, show_osabi): New functions.
12674 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12675
12676 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12677
12678 * arch-utils.c (gdbarch_info_init): Set osabi to
12679 GDB_OSABI_UNINITIALIZED.
12680 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12681 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12682 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12683 * gdbarch.c: Regenerated.
12684 * gdbarch.h: Regenerated.
12685 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12686 there's no BFD.
12687 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12688 * osabi.h (enum gdb_osabi): Move to defs.h.
12689 (gdbarch_init_osabi): Update prototype.
12690 * defs.h (enum gdb_osabi): Moved here.
12691 * Makefile.in: Update dependencies.
12692
12693 * alpha-tdep.h: Don't include "osabi.h".
12694 (struct gdbarch_tdep): Remove osabi member.
12695 * alpha-tdep.c: Include "osabi.h".
12696 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12697 iterate over arches. Update call to gdbarch_init_osabi.
12698 (alpha_dump_tdep): Don't dump osabi.
12699 * alpha-linux-tdep.c: Include "osabi.h".
12700 * alpha-osf1-tdep.c: Include "osabi.h".
12701 * alphafbsd-tdep.c: Include "osabi.h".
12702 * alphanbsd-tdep.c: Include "osabi.h".
12703
12704 * arm-tdep.h: Don't include "osabi.h".
12705 (struct gdbarch_tdep): Remove osabi member.
12706 * arm-tdep.c: Include "osabi.h".
12707 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12708 iterate over arches. Update call to gdbarch_init_osabi.
12709 (arm_dump_tdep): Don't dump osabi.
12710 * arm-linux-tdep.c: Include "osabi.h".
12711 * armnbsd-tdep.c: Include "osabi.h".
12712
12713 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12714 Update call to gdbarch_init_osabi.
12715
12716 * i386-tdep.h: Don't include "osabi.h".
12717 (struct gdbarch_tdep): Remove osabi member.
12718 * i386-tdep.c: Include "osabi.h".
12719 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12720 iterate over arches. Update call to gdbarch_init_osabi.
12721 (i386_dump_tdep): Don't dump osabi.
12722 * i386-linux-tdep.c: Include "osabi.h".
12723 * i386-sol2-tdep.c: Include "osabi.h".
12724 * i386bsd-tdep.c: Include "osabi.h".
12725 * i386gnu-tdep.c: Include "osabi.h".
12726 * i386ly-tdep.c: Include "osabi.h".
12727 * i386nbsd-tdep.c: Include "osabi.h".
12728 * i386obsd-tdep.c: Include "osabi.h".
12729
12730 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12731 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12732 check osabi when iterating over arches. Update call to
12733 gdbarch_init_osabi.
12734 (mips_dump_tdep): Don't dump osabi.
12735
12736 * ns32k-tdep.h: Don't include "osabi.h".
12737 (struct gdbarch_tdep): Remove.
12738 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12739 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12740 allocate tdep. Update call to gdbarch_init_osabi.
12741 (ns32k_dump_tdep): Remove.
12742 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12743 * ns32knbsd-tdep.c: Include "osabi.h".
12744
12745 * ppc-tdep.h: Don't include "osabi.h".
12746 (struct gdbarch_tdep): Remove osabi member.
12747 * rs6000-tdep.c: Include "osabi.h".
12748 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12749 osabi when iterating over arches. Update call to
12750 gdbarch_init_osabi.
12751 (rs6000_dump_tdep): Don't dump osabi.
12752 * ppc-linux-tdep.c: Include "osabi.h".
12753 * ppcnbsd-tdep.c: Include "osabi.h".
12754
12755 * sh-tdep.h: Don't include "osabi.h".
12756 (struct gdbarch_tdep): Remove osabi member.
12757 * sh-tdep.c: Include "osabi.h".
12758 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12759 iterate over arches. Update call to gdbarch_init_osabi.
12760 (sh_dump_tdep): Don't dump osabi.
12761 * shnbsd-tdep.c: Include "osabi.h".
12762
12763 * sparc-tdep.c: Include "osabi.h".
12764 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12765 iterate over arches. Update call to gdbarch_init_osabi.
12766 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12767 tdep structure.
12768
12769 * vax-tdep.h: Don't include "osabi.h".
12770 (struct gdbarch_tdep): Remove.
12771 * vax-tdep.c: Include "osabi.h".
12772 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12773 iterate over arches. Don't allocate tdep. Update call
12774 to gdbarch_init_osabi.
12775 (vax_dump_tdep): Remove.
12776 (_initialize_vax_tdep): Update call to gdbarch_register.
12777
12778 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12779
12780 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12781 entirely.
12782 (breakpoint_re_set_one): Don't fetch the value for a disabled
12783 watchpoint.
12784
12785 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12786
12787 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
12788 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
12789 (COERCE_FLOAT_TO_DOUBLE): Remove.
12790 * gdbarch.c: Regenerate.
12791 * gdbarch.h: Regenerate.
12792 * Makefile.in: Remove value_h from gdbarch_h.
12793 * valops.c (coerce_float_to_double): New variable.
12794 (default_coerce_float_to_double): Remove.
12795 (standard_coerce_float_to_double): Remove.
12796 (value_arg_coerce): Use coerce_float_to_double.
12797 (_initialize_valops): Add "set coerce-float-to-double".
12798 * value.h (default_coerce_float_to_double): Remove prototype.
12799 (standard_coerce_float_to_double): Remove prototype.
12800
12801 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
12802 prototyped.
12803 * mdebugread.c (parse_symbol): Likewise.
12804 * stabsread.c (define_symbol): Mark all functions as prototyped.
12805
12806 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
12807 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
12808 set_gdbarch_coerce_float_to_double.
12809 * arm-tdep.c (arm_gdbarch_init): Likewise.
12810 * frv-tdep.c (frv_gdbarch_init): Likewise.
12811 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
12812 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
12813 * mips-tdep.c (mips_gdbarch_init): Likewise.
12814 (mips_coerce_float_to_double): Remove.
12815 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12816 (rs6000_coerce_float_to_double): Remove.
12817 * s390-tdep.c (s390_gdbarch_init): Likewise.
12818 * sh-tdep.c (sh_gdbarch_init): Likewise.
12819 (sh_coerce_float_to_double): Remove.
12820 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12821 (sparc_coerce_float_to_double): Remove.
12822 * v850-tdep.c (v850_gdbarch_init): Likewise.
12823 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12824 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12825 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
12826 (hppa_coerce_float_to_double): Remove prototype.
12827 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
12828
12829 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12830
12831 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
12832
12833 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12834
12835 Suggested by Stewart Brown <sb24@avaya.com>:
12836 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
12837 in recursive calls. Handle TYPE_CODE_TYPEDEF.
12838 (c_type_print_varspec_suffix): Likewise.
12839
12840 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12841
12842 * configure.in: Don't set and AC_SUBST SUBDIRS.
12843 * configure: Regenerated.
12844
12845 * configure.in: Remove code dealing with shared libraries.
12846 * Makefile.in: Remove HLDFLAGS and HLDENV.
12847 * configure: Regenerated.
12848
12849 2003-01-04 Andrew Cagney <ac131313@redhat.com>
12850
12851 * frame.c (deprecated_frame_xmalloc): New function.
12852 (deprecated_set_frame_saved_regs_hack): New function.
12853 (deprecated_set_frame_extra_info_hack): New function.
12854 * frame.h (deprecated_frame_xmalloc): Declare.
12855 (deprecated_set_frame_saved_regs_hack): Declare.
12856 (deprecated_set_frame_extra_info_hack): Declare.
12857
12858 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12859
12860 * configure.in: Move code that provides the --enable-gdbtk option
12861 right after the code that handles the --enable-tui option, and
12862 polish it somewhat.
12863 * configure: Regenerated.
12864
12865 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
12866 AC_CHECK_FUNCS and remove the old check for pread64.
12867 * acinclude.m4 (AC_GNU_SOURCE): New macro.
12868 * acconfig.h (_GNU_SOURCE): Add.
12869 (HAVE_PREAD64): Remove.
12870 * configure, aclocal.m4, config.in: Regenerated.
12871
12872 2003-01-03 Andrew Cagney <ac131313@redhat.com>
12873
12874 * alpha-tdep.c: Use get_frame_saved_regs.
12875 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12876 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12877 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
12878 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
12879 * vax-tdep.c, xstormy16-tdep.c: Ditto.
12880
12881 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12882
12883 * configure.in: Remove all use of the SUBDIRS variable; add
12884 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
12885 code providing the --enable-multi-ice option, and move it right in
12886 front of the code that checks whether gdbserver is supported.
12887 Polish that too.
12888 * configure: Regenerated.
12889 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
12890 @SUBDIRS@.
12891
12892 2003-01-03 Andrew Cagney <cagney@redhat.com>
12893
12894 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
12895 * avr-tdep.c, cris-tdep.c: Ditto.
12896 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12897 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12898
12899 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12900
12901 * configure.in: Remove --enable-netrom option.
12902 * configure: Regenerated.
12903
12904 2003-01-03 Mark Kettenis <kettenis@gnu.org>
12905
12906 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
12907 declaration for `struct re_pattern_buffer' instead.
12908 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
12909
12910 2003-01-03 J. Brobecker <brobecker@gnat.com>
12911
12912 * mdebugread.c (parse_symbol): Count until the stEnd matching
12913 the structure name.
12914
12915 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12916
12917 * configure.in: Remove --with-cpu option.
12918 subscripts. Remove evil changequotes here.
12919 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
12920 * config.in, configure: Regenerated.
12921
12922 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
12923 * configure.in: Cleanup section that sources GDB and BFD configure
12924 subscripts. Remove evil changequotes here.
12925 * config.in, configure: Regenerated.
12926
12927 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12928
12929 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
12930 frame accessor methods.
12931 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12932 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12933 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
12934 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
12935 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
12936 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12937 * z8k-tdep.c: Ditto.
12938
12939 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12940
12941 * configure.in: Remove UI_OUT configuration code.
12942 * ada-lang.c: Update assuming UI_OUT is always true.
12943 * Makefile.in (UIOUT_CFLAGS): Remove.
12944 * configure: Regenerated.
12945 * TODO: Remove blurb about elimination of -DUI_OUT.
12946
12947 * configure.in: Move code that provides the --enable-gdbcli,
12948 --enable-gdbmi options right before the code that handles the
12949 --enable-tui option. Polish a bit.
12950 * configure: Regenerated.
12951
12952 * configure.in: Rewrite check for GNU regex and the
12953 --without-included regex option, and move it into the "Checks for
12954 library functions" section. This makes us use the system regex
12955 again by default on systems with version 2 of the GNU C library.
12956 This was apparently broken.
12957 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
12958 * acconfig.h (USE_INCLUDED_REGEX): Remove.
12959 * config.in, configure: Regenerated.
12960
12961 * configure.in: Move code that provides the --enable-tui option
12962 before the "Checks for libraries" section. Polish the code
12963 somewhat and set need_curses to yes if we build the TUI. Rewrite
12964 code that looks for a library providing termcap functionality to
12965 match more closely what's done in the Readline library, and move
12966 it into to the "Checks for libraries" section.
12967 * configure: Regenerated.
12968 * Makefile.in (TERMCAP): Remove variable.
12969 * config/i386/go32.mh (TERMCAP): Remove variable.
12970
12971 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12972
12973 * MAINTAINERS: Mention gdb_mbuild.sh.
12974 * gdb_mbuild.sh: Rewrite.
12975
12976 2003-01-02 Mark Kettenis <kettenis@gnu.org>
12977
12978 * configure.in: Fix typo in last change.
12979 * config.in, configure: Regenerated.
12980
12981 2003-01-02 Andrew Cagney <ac131313@redhat.com>
12982
12983 * valarith.c (value_binop): Delete obsolete code and comments.
12984 * configure.host: Ditto.
12985 * buildsym.h (make_blockvector): Ditto.
12986 * buildsym.c (make_blockvector): Ditto.
12987 * defs.h (enum language): Ditto.
12988 (chill_demangle): Ditto.
12989 * elfread.c (elf_symtab_read): Ditto.
12990 * dwarfread.c (CHILL_PRODUCER): Ditto.
12991 (set_cu_language): Ditto.
12992 (handle_producer): Ditto.
12993 * expprint.c (print_subexp): Ditto.
12994 * gdbtypes.c (chill_varying_type): Ditto.
12995 * gdbtypes.h (builtin_type_chill_bool): Ditto.
12996 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
12997 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
12998 (chill_varying_type): Ditto.
12999 * language.h (_LANG_chill): Ditto.
13000 * language.c (binop_result_type, integral_type): Ditto.
13001 (character_type, string_type, structured_type): Ditto.
13002 (lang_bool_type, binop_type_check): Ditto.
13003 * stabsread.h (os9k_stabs): Ditto.
13004 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13005 (define_symbol, read_type, read_struct_fields): Ditto.
13006 (read_array_type, read_enum_type, read_huge_number): Ditto.
13007 (read_range_type, start_stabs): Ditto.
13008 * symfile.c (init_filename_language_table): Ditto.
13009 (add_psymbol_with_dem_name_to_list): Ditto.
13010 * symtab.c (symbol_init_language_specific): Ditto.
13011 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13012 * symtab.h (struct general_symbol_info): Ditto.
13013 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13014 * typeprint.c (typedef_print): Ditto.
13015 * utils.c (fprintf_symbol_filtered): Ditto.
13016 * valops.c (value_cast, search_struct_field, value_slice): Delete
13017 obsolete code.
13018 (varying_to_slice): Delete function.
13019 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13020 (varying_to_slice): Delete declaration.
13021 * MAINTAINERS: Update.
13022
13023 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13024
13025 * configure.in: Reorganize "Checks for library functions section"
13026 a bit. Remove check for `btowc' and `isascii' functions.
13027 * configure: Regenerated.
13028
13029 * acconfig.h (_MSE_INT_H): Remove.
13030 * configure.in: Create "Checks for header files" section, and move
13031 appropriate tests there. Don't check for objlist.h, wchar.h,
13032 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13033 misdetection fix. Also add "Checks for types", "Checks for
13034 compiler characteristics" and "Checks for library functions"
13035 sections.
13036 * config.in, configure: Regenerated.
13037
13038 * configure.in: Create "Checks for programs" section, and move
13039 appropriate tests there.
13040
13041 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13042
13043 * configure.in: Create "Checks for libraries" section, and move
13044 appropriate tests there. Cleanup check for wctype in libw. Use
13045 AC_SEARCH_LIBS to see whether we need libsocket.
13046 * configure: Regenerated.
13047
13048 For older changes see ChangeLog-2002
13049 \f
13050 Local Variables:
13051 mode: change-log
13052 left-margin: 8
13053 fill-column: 74
13054 version-control: never
13055 End:
This page took 0.341915 seconds and 5 git commands to generate.