* gdbint.texinfo (Target Architecture Definition): Document
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1e3ff5ad
AC
12003-10-17 Andrew Cagney <cagney@redhat.com>
2
8db32d44
AC
3 * target.c (target_section_by_addr): New function.
4 (do_xfer_memory): Use "target_section_by_addr".
5 * target.h (target_section_by_addr): Declare.
6
1e3ff5ad
AC
7 * target.h (struct target_ops): Add "to_read_partial" and
8 "to_write_partial", delete "to_query".
9 (target_read_partial, target_write_partial): Declare.
10 (target_read, target_write): Declare.
11 (target_query): Delete macro.
12 * target.c (target_read_partial): New function.
13 (target_write_partial, target_read, target_write): New function.
14 (update_current_target): Delete inheritance of "to_query". Add
15 comments about "to_read_partial" and "to_write_partial".
16 (debug_to_partial_read, debug_to_partial_write): New functions.
17 (debug_to_query): Delete function.
18 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
19 instead of "to_query".
20 * remote.c (remote_read_partial): Replace "remote_query".
21 (init_remote_ops): Set "to_read_partial" instead of "to_query".
22 (init_remote_async_ops): Ditto.
23 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
24 "target_read_partial" instead of "target_query".
25 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
26 Use "target_read_partial" instead of "target_query".
27
48c66725
JJ
282003-10-17 Jeff Johnston <jjohnstn@redhat.com>
29
30 * frame.h (struct frame_id): Add new field: special_addr.
31 (frame_id_build_special): New prototype.
32 * frame.c (frame_id_build_special): New function.
33 (frame_id_build): Change to call frame_id_build_special().
34 (frame_id_eq): Change to also test special_addr field.
35 (frame_id_inner): Update comment.
36
7998dfc3
AC
372003-10-17 Andrew Cagney <cagney@redhat.com>
38
39 * target.c (update_current_target): Perform the target cleanup.
40 Put the target stack beneath the squashed "current_target".
41 (add_target): Delete disabled call to "cleanup_target".
42 (cleanup_target): Delete function.
43 (push_target, unpush_target): Do not call "cleanup_target".
44
9c04404e 452003-10-17 Andrew Cagney <cagney@redhat.com>
258b763a
AC
46
47 * target.c (target_stack): Change to a static target_ops.
48 (update_current_target): Walk the "struct target_ops" stack.
49 (pop_target, do_xfer_memory, target_info): Ditto.
50 (find_target_beneath): Ditto.
51 (push_target): Rewrite to use the "struct target_ops" stack.
52 (unpush_target): Ditto.
53 * target.h (struct target_stack_item): Delete definition.
54 (target_stack): Delete declaration.
55 (struct target_ops): Add field "beneath".
56
c98a2b49 572003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
ac1764c7
AC
58
59 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
60 declaration.
61 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
c98a2b49
SA
62 (h8300_examine_prologue): Use h8300_normal_mode flag
63 (h8300_gdbarch_init): Set architecture info for normal mode
64
506fb367
DJ
652003-10-16 Daniel Jacobowitz <drow@mvista.com>
66
67 * remote.c (remote_protocol_vcont): New variable.
68 (set_remote_protocol_vcont_packet_cmd): New function.
69 (show_remote_protocol_vcont_packet_cmd): New function.
70 (init_all_packet_configs): Handle remote_protocol_vcont.
71 (remote_vcont_probe): New function.
72 (remote_vcont_resume): New function.
73 (remote_resume): Use it.
74 (remote_async_resume): Call remote_resume.
75 (_initialize_remote): Add verbose-resume packet commands.
76
65815ea1
AC
772003-10-16 Andrew Cagney <cagney@redhat.com>
78
79 * infrun.c (handle_inferior_event): Add comment about
80 "frame_id_inner" being too weak.
81
40324f1b
EZ
822003-10-16 Elena Zannoni <ezannoni@redhat.com>
83
84 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
85 second parameter, which is always null. Remove
86 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
87 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
88 accordingly.
89 * somsolib.c (som_solib_create_inferior_hook,
90 som_solib_desire_dynamic_linker_symbols): Update callers.
91 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
b4b4b794
KI
92
932003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
94
95 * remote-m32r-sdi.c : New file, interface to m32r on-chip
96 debug interface, SDI (Scalable Debug Interface).
97 * NEWS: Mention m32r SDI protocol was supported.
98 * Makefile.in (remote-m32r-sdi.o): Add build rule.
99 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
100
51931cbb
JJ
1012003-10-15 Jeff Johnston <jjohnstn@redhat.com>
102
103 * ia64-linux-tdep.c: Include gdbcore.h.
104 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
105 (ia64_linux_sigcontext_register_addr): Find the address of the
106 sigcontext area stored in the sigframe instead of using
107 a magic offset constant.
108
84e7fd53
AC
1092003-10-15 Andrew Cagney <cagney@redhat.com>
110
111 * remote.c (remote_search): Delete function.
112 * target.h (target_search): Delete disabled macro.
113 (struct target_ops): Delete disabled field "to_search".
114
0f4d7c52
KB
1152003-10-14 Kevin Buettner <kevinb@redhat.com>
116
117 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
118 instead of deprecated_inside_entry_file().
119
2e952408
CV
1202003-10-14 Corinna Vinschen <vinschen@redhat.com>
121
122 * sh-tdep.c: Fix copy/paste hangover in comment.
123 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
124 mode.
125 (sh3e_sh4_extract_return_value): Ditto.
126
7e86466e
RH
1272003-10-13 Richard Henderson <rth@redhat.com>
128
129 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
130 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
131 match c_val_print a bit closer.
132
46a16dba
KB
1332003-10-13 Kevin Buettner <kevinb@redhat.com>
134
135 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
136 (frv_gdbarch_adjust_breakpoint_address): New function.
137 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
138 method.
139
76897487
KB
1402003-10-13 Kevin Buettner <kevinb@redhat.com>
141
142 * breakpoint.h (struct breakpoint): Add new member
143 ``requested_address''.
144 * breakpoint.c (breakpoint_adjustment_warning)
145 (adjust_breakpoint_address): New static functions.
146 (print_it_typical): Issue warning if breakpoint's address is different
147 from its requested address.
148 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
149 (breakpoint_re_set_one): Set breakpoint's
150 ``requested_address'' field. Set ``address'' field to the
151 result of calling adjust_breakpoint_address() on the requested
152 address.
153
a1131521
KB
1542003-10-13 Kevin Buettner <kevinb@redhat.com>
155
156 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
157 * gdbarch.h, gdbarch.c: Regenerate.
158
6ce6d90f
MK
1592003-10-11 Mark Kettenis <kettenis@gnu.org>
160
155c1d33
MK
161 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
162 TDEP->sc_num_regs.
163
8a96bc77
MK
164 * i386fbsd-tdep.c: New file.
165 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
166 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
167 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
168 i386bsd-tdep.c.
169 (_initialize_i386fbsd_tdep): New function.
170 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
171 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
172 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
173 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
174 TDEP->sc_num_regs.
175 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
176 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
177 to initialize TDEP->sc_num_regs.
178 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
179 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
180 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
181 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
182 FreeBSD ELF OS/ABI's here.
183 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
184 (i386fbsd-tdep.o): New target.
185 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
186 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
187
477f40d1
MK
188 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
189 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
190 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
191 in initialization of TDEP->sc_num_regs.
192
c6b33596
MK
193 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
194 (x86_64_init_abi): Initialize regset_from_core_section if
195 appropriate.
196
8446b36a
MK
197 * i386-tdep.c (i386_regset_from_core_section): New function.
198 (i386_gdbarch_init): Initialize regset_from_core_section if
199 appropriate.
200 * i386-tdep.h (i386_regset_from_core_section): New declaration.
201
c783cbd6
MK
202 * i386-tdep.h (struct regset): Declare opaque.
203
6ce6d90f
MK
204 * gdbarch.sh (regset_from_core_section): New method.
205 (struct regset): Declare opaque.
206 * gdbarch.c, gdbarch.h: Regenerated.
207
b98ed7be
AM
2082003-10-11 Alan Modra <amodra@bigpond.net.au>
209
210 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
211 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
212 Correct test for pc within section.
213
f6214256
MK
2142003-10-11 Mark Kettenis <kettenis@gnu.org>
215
216 * gdbarch.sh: Remove trailing whitepsace from comments.
217
a8f4cde1
RM
2182003-10-08 Roland McGrath <roland@redhat.com>
219
220 * gcore.c (make_mem_sec): Function removed, folded into ...
221 (gcore_create_callback): ... here. To omit a section, clear its
222 SEC_LOAD bit rather than zeroing its size.
223 Omit read-only sections only if they correspond to a known disk file.
224 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
225
74276724
MS
2262003-10-10 Michael Snyder <msnyder@redhat.com>
227
228 * d10v-tdep.c: Fix typo in comment.
229
e754ae69
AC
2302003-10-10 Andrew Cagney <cagney@redhat.com>
231
232 * rs6000-tdep.c (e500_store_return_value): Delete function.
233 (e500_extract_return_value): Delete function.
234 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
235 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
236 "ppc_sysv_abi_restore_return_value" where applicable.
237 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
238 (ppc_sysv_abi_extract_return_value): Declare.
239 (ppc_sysv_abi_broken_store_return_value): Declare.
240 (ppc_sysv_abi_broken_extract_return_value): Declare.
241 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
242 * ppc-sysv-tdep.c (return_value_convention): Move definition to
243 start of file.
244 (do_ppc_sysv_return_value): New function.
245 (ppc_sysv_abi_extract_return_value): New function.
246 (ppc_sysv_abi_store_return_value): New function.
247 (ppc_sysv_abi_broken_extract_return_value): New function.
248 (ppc_sysv_abi_broken_store_return_value): New function.
249 (ppc_sysv_abi_use_struct_convention): Call
250 do_ppc_sysv_return_value.
251
8d4ce20a
JB
2522003-10-10 J. Brobecker <brobecker@gnat.com>
253
254 * blockframe.c (inside_main_func): No longer use symbol_lookup()
255 to lookup the main function symbol.
256
afce3d2a
CV
2572003-10-10 Corinna Vinschen <vinschen@redhat.com>
258
259 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
260 types correctly.
261 (sh_push_dummy_call_fpu): Fix argument passing rules.
262 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
263 float types.
264 (sh3e_sh4_store_return_value): Ditto.
265
7fe958be
EZ
2662003-10-10 Elena Zannoni <ezannoni@redhat.com>
267
268 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
269 comment.
270
3f997a97
CV
2712003-10-10 Corinna Vinschen <vinschen@redhat.com>
272
273 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
274 more readable code. Accomodate passing of bitfields.
275
8be9034a
AC
2762003-10-10 Andrew Cagney <cagney@redhat.com>
277
278 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
279 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
280 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
281 * ppc-sysv-tdep.c: Include "gdb_assert.h".
282 (ppc64_sysv_abi_push_dummy_call): New function.
283 (ppc64_sysv_abi_broken_push_dummy_call): New function.
284 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
285 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
286
85a453d5
KI
2872003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
288
289 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
290 * README: Ditto.
291 * d10v-tdep.c: Ditto.
292 * h8300-tdep.c: Ditto.
293 * remote-e7000.c: Ditto.
294 * remote-hms.c: Ditto.
295 * ser-e7kpc.c: Ditto.
296 * sh-stub.c: Ditto.
297 * sh-tdep.c: Ditto.
298 * sh-tdep.h: Ditto.
299 * sh3-rom.c: Ditto.
300 * sh64-tdep.c: Ditto.
301 * top.c: Ditto.
302 * wince.c: Ditto.
303 * config/d10v/d10v.mt: Ditto.
304 * config/sh/embed.mt: Ditto.
305 * config/sh/linux.mt: Ditto.
306 * config/sh/tm-linux.h: Ditto.
307 * config/sh/tm-sh.h: Ditto.
308 * config/sh/wince.mt: Ditto.
309
221c12ff
AC
3102003-10-09 Andrew Cagney <cagney@redhat.com>
311
312 * ppc-tdep.h (struct type): Declare opaque.
313 * x86-64-tdep.h (struct regcache): Declare opaque.
314 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
315 coding style.
316
ef5200c1
AC
3172003-10-09 Andrew Cagney <cagney@redhat.com>
318
319 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
320 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
321 (SOFTWARE_SINGLE_STEP_P): Ditto.
322 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
323 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
324 (SOFTWARE_SINGLE_STEP_P): Ditto.
325 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
326 software_single_step to rs6000_software_single_step.
a8f4cde1 327
9644bbdd
AC
3282003-10-09 Andrew Cagney <cagney@redhat.com>
329
330 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
331
db72fa6b
MS
3322003-10-09 Michael Snyder <msnyder@redhat.com>
333
f3efb16c
MS
334 * frame.h: Fix typo in comment.
335 * dummy-frame.c: Fix typo in comment.
db72fa6b
MS
336 * d10v-tdep.c: Random whitespace/comment tweaks.
337
9a5cef92
EZ
3382003-10-09 Elena Zannoni <ezannoni@redhat.com>
339
340 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
f49c4e4e 341 (sh_push_dummy_code): Delete function, it's only used for dummy calls
9a5cef92 342 on stack.
a8f4cde1 343
9a5cef92
EZ
344 Based on input by Stephen Clarke (stephen.clarke@superh.com):
345 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
346 in detail.
a8f4cde1 347
0f317a0c
DJ
3482003-10-09 Daniel Jacobowitz <drow@mvista.com>
349
350 * remote-mips.c (mips_initialize): Remove unneeded call to
351 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
352
bbab2f46
DJ
3532003-10-09 Daniel Jacobowitz <drow@mvista.com>
354
355 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
356 a memory pointer.
357
550950b8
JJ
3582003-10-08 Jeff Johnston <jjohnstn@redhat.com>
359
360 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
361 for any lwp we resume.
362 (running_callback): Add lwps that have pending status events
363 against them to be considered running.
364
15c69bc7
KI
3652003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
366
367 * m32r-tdep.c : Include "dis-asm.h".
368 * Makefile.in (m32r-tdep.o): Update dependencies.
369
51065942
JB
3702003-10-06 J. Brobecker <brobecker@gnat.com>
371
372 * completer.h (get_gdb_completer_word_break_characters): Delete.
373 * completer.c: include language.h.
374 (gdb_completer_word_break_characters): Delete.
375 (get_gdb_completer_word_break_characters): Delete.
376 (location_completer): Use the word break characters of the current
377 language.
378 (complete_line): Likewise.
379 (line_completion_function): Likewise.
380 (skip_quoted_chars): Likewise.
381 * Makefile.in (completer.o): Add dependency on language.h.
382 * top.c (init_main): Set the readline word break characters
383 to GDB's default word break characters.
384
6084f43a
JB
3852003-10-06 J. Brobecker <brobecker@gnat.com>
386
387 * language.h (language_defn): new field, la_word_break_characters.
388 * language.c (unknown_language_defn): Set new field to
389 default_word_break_characters.
390 (auto_language_defn): Likewise.
391 (local_language_defn): Likewise.
392 * ada-lang.c (ada_language_defn): Likewise.
393 * c-lang.c (c_language_defn): Likewise.
394 (cplus_language_defn): Likewise.
395 (asm_language_defn): Likewise.
396 (minimal_language_defn): Likewise.
397 * f-lang.c (f_language_defn): Likewise.
398 * jv-lang.c (java_language_defn): Likewise.
399 * m2-lang.c (m2_language_defn): Likewise.
400 * objc-lang.c (objc_language_defn): Likewise.
401 * p-lang.c (pascal_language_defn): Likewise.
402 * scm-lang.c (scm_language_defn): Likewise.
403
944fcfab
AC
4042003-10-06 Andrew Cagney <cagney@redhat.com>
405
406 * ppc-sysv-tdep.c: Re-indent.
407
9f0a5303
JB
4082003-10-06 J. Brobecker <brobecker@gnat.com>
409
410 * language.h (default_word_break_characters): Add prototype.
411 * language.c (default_word_break_characters): New function.
412
7270b6ed
AS
4132003-10-06 Andreas Schwab <schwab@suse.de>
414
415 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
416 with %eax.
417
a5d61f66
AC
4182003-10-06 Andrew Cagney <cagney@redhat.com>
419
420 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
421 "h8500-tdep.c".
422 (z8k-tdep.o): Delete custom build rule.
423
28a86f5c
AC
4242003-10-06 Andrew Cagney <cagney@redhat.com>
425
1bfd8a83
AC
426 * Makefile.in: Update all dependencies.
427
17144ef8
AC
428 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
429 No longer list PA as as obsolete candidate. List m32r as
430 broken instead of obsolete.
a8f4cde1 431
a5679ae5
AC
432 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
433 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
434 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
435 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
436 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
437 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
438 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
439 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
440 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
441 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
442 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
443 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
444 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
445 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
446 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
447 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
448 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
449 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
450 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
451 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
452 * config/z8k/z8k.mt: Ditto.
453
4a8269c0
AC
454 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
455 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
456 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
457 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
458 sparclite were removed.
459 * configure.host, configure.tgt: Remove corresponding tuples.
460
41989fcd
AC
461 * breakpoint.c, breakpoint.h: Remove obsolete code.
462 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
463 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
464 * stabsread.h, xcoffread.c: Ditto.
465
28a86f5c
AC
466 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
467 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
468 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
469 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
470
4efdaa0d
DL
4712003-10-06 David Lecomber <dsl@sources.redhat.com>
472
473 * f-valprint.c: Reformatting
474
ae53de43
MK
4752003-10-06 Mark Kettenis <kettenis@gnu.org>
476
a8bb57e7
MK
477 * x86-64-tdep.c: Remove duplicate comment.
478
ae53de43
MK
479 * x86-64-tdep.c (x86_64_store_return_value): Don't use
480 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
481 names for return values. This fixes a bug since we looked at %rbx
482 instead of %rdx.
483
473f17b0
MK
4842003-10-05 Mark Kettenis <kettenis@gnu.org>
485
2c261fae
MK
486 * x86-64-tdep.c: Include "regset.h".
487
473f17b0
MK
488 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
489 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
490 sizeof_fpregset.
491 * i386-tdep.c: Include "regset.h".
492 (i386_supply_gregset): New function.
493 (i386_supply_fpregset): New function.
494 (i386_gdbarch_init): Initialze register set-related members of
495 TDEP.
496 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
497 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
498
afd48b75
AC
4992003-10-03 Andrew Cagney <cagney@redhat.com>
500
501 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
502 set extract_return_value, store_return_value and
503 use_struct_convention to ppc64_sysv_abi_extract_return_value,
504 ppc64_sysv_abi_store_return_value and
505 ppc64_sysv_abi_use_struct_convention.
506 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
507 (ppc64_sysv_abi_store_return_value): Declare.
508 (ppc64_sysv_abi_use_struct_convention): Declare.
509 * ppc-sysv-tdep.c (enum return_value_convention): Define.
510 (ppc64_sysv_abi_extract_return_value): New function.
511 (ppc64_sysv_abi_store_return_value): New function.
512 (ppc64_sysv_abi_use_struct_convention): New function.
513 (ppc64_sysv_abi_return_value): New function.
514
9b540880
AC
5152003-10-03 Andrew Cagney <cagney@redhat.com>
516
517 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
518 convert a descriptor to a function when it's in the ".opd"
519 section.
520
8748518b
CV
5212003-10-03 Corinna Vinschen <vinschen@redhat.com>
522
523 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
524 reg_size to keep GCC silent.
525
0fd85043
CV
5262003-10-03 Corinna Vinschen <vinschen@redhat.com>
527
528 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
529 base for DW_EH_PE_textrel encodings.
530 (read_encoded_value): Add a DW_EH_PE_textrel case.
531 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
532 section.
533
37b517aa
MK
5342003-10-03 Mark Kettenis <kettenis@gnu.org>
535
536 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
537
12c266ea
AC
5382003-10-02 Andrew Cagney <cagney@redhat.com>
539
540 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
541 REGISTER_RAW_SIZE.
542 * gdbarch.h, gdbarch.c: Re-generate.
543 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
544 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
545 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
546 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
547 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
548 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
549 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
550 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
551 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
552 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
553 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
554 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
555 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
556 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
557 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
558 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
a8f4cde1 559
78ba4af6
JB
5602003-10-02 Jim Blandy <jimb@redhat.com>
561
562 * dwarf2read.c (struct die_info): Doc fix.
563
617daa0e
CV
5642003-10-02 Corinna Vinschen <vinschen@redhat.com>
565
566 * sh-tdep.c: Running thru gdb_indent.sh.
567
e5e33cd9
CV
5682003-10-02 Corinna Vinschen <vinschen@redhat.com>
569
570 * sh-tdep.c (sh_justify_value_in_reg): New function.
571 (sh_stack_allocsize): Ditto.
572 (flt_argreg_array): New array used for floating point argument
573 passing.
574 (sh_init_flt_argreg): New function.
a8f4cde1 575 (sh_next_flt_argreg): Ditto.
e5e33cd9
CV
576 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
577 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
578 Fix argument passing strategy.
579 (sh_push_dummy_call_nofpu): Ditto.
580
5fe830e4
AC
5812003-10-01 Andrew Cagney <cagney@redhat.com>
582
583 * value.h (register_value_being_returned): Declare. Replace
584 "value_being_returned".
585 * infcall.c (call_function_by_hand): Use
586 register_value_being_returned.
587 * infcmd.c (print_return_value): Call
588 "register_value_being_returned", handle struct return locally.
589 * values.c (register_value_being_returned): New function. Replace
590 "value_being_returned".
a8f4cde1 591
5fe830e4 5922003-09-30 Elena Zannoni <ezannoni@redhat.com>
cf50a87a
EZ
593
594 * linux-proc.c (linux_do_registers): New function.
595 (linux_make_note_section): Use linux_do_registers in case of
596 single threaded inferior programs.
597
64f395bf
AC
5982003-10-01 Andrew Cagney <cagney@redhat.com>
599
600 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
601 use STRUCT_ADDR. When not using "struct return convention", pass
602 "0" to "value_being_returned". Add FIXMEs.
603 * infcmd.c (print_return_value): Pass an explicit 0/1 to
604 value_being_returned. Add comments.
605 * values.c (value_being_returned): Add fixme.
606 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
607 (hppa_value_returned_from_stack): Add FIXME.
608
639d11d3
DC
6092003-09-30 David Carlton <carlton@kealia.com>
610
611 * dwarf2read.c (struct die_info): Add 'parent' field; replace
612 'has_children' and 'next' by 'child' and 'sibling'.
613 (read_comp_unit): Rework algorithm, breaking body into
614 read_die_and_children and read_die_and_siblings.
615 (read_die_and_children, read_die_and_siblings): New.
616 (read_full_die): Add 'has_children' argument; set it instead of
617 the die's 'has_children' field. Minor formatting cleanup.
618 (free_die_list): Use die->child and die->sibling instead of
619 die->next.
620 (dump_die_list): Ditto.
621 (sibling_die): Use die->sibling.
622 (psymtab_to_symtab_1): Use die's 'child' field in place of its
623 'has_children' and 'next' fields.
a8f4cde1
RM
624 (process_die, read_file_scope, read_func_scope)
625 (read_lexical_block_scope, read_structure_scope)
626 (read_enumeration, read_array_type, read_common_block)
639d11d3
DC
627 (read_namespace, read_subroutine_type, dump_die): Ditto.
628
5bffac25
AC
6292003-09-30 Andrew Cagney <cagney@redhat.com>
630
631 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
632 to 224, not 220.
633
f30992d4
AC
6342003-09-30 Andrew Cagney <cagney@redhat.com>
635
636 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
637 REGISTER_VIRTUAL_SIZE.
638 * gdbarch.h, gdbarch.c: Regenerate.
639 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
640 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
641 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
642
2e092625
AC
6432003-09-29 Andrew Cagney <cagney@redhat.com>
644
645 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
646 DEPRECATED_REGISTER_VIRTUAL_TYPE.
647 * gdbarch.h, gdbarch.c: Regenerate.
648 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
649 * sh64-tdep.c, sparc-tdep.c: Update.
4deab737
AC
650
651 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
652 * remote-vxmips.c (vx_read_register): Ditto.
653 * remote-vx68.c (vx_read_register): Ditto.
654 * gnu-nat.c (inf_validate_procs): Ditto.
655
7a5dd6ee
JB
6562003-09-29 J. Brobecker <brobecker@gnat.com>
657
658 * infcall.c (call_function_by_hand): Fix build failure
659 introduced in the previous change to this file.
660
1fe43d45
AC
6612003-09-29 Andrew Cagney <cagney@redhat.com>
662
663 * NEWS: Mention Objective-C.
664
e28a332c
JG
6652003-09-29 Jerome Guitton <guitton@act-europe.fr>
666
667 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
668 test if the register has been saved on the stack.
669 (arm_scan_prologue_cache): When analysing the instruction
670 "str lr, [sp, #-4]", save the address where lr has been stored.
671
9ff63c35
AC
6722003-09-28 Andrew Cagney <cagney@redhat.com>
673
7f5f525d
AC
674 * frame.c (frame_read_unsigned_register): Delete function.
675 * frame.h (frame_read_unsigned_register): Delete declaration.
676 * sparc-tdep.c (sparc_init_extra_frame_info): Use
677 get_frame_register_unsigned.
678 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
679 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
680 * d10v-tdep.c (d10v_print_registers_info): Ditto.
a8f4cde1 681
7f5f525d
AC
682 * frame.h (frame_read_register): Delete declaration.
683 * frame.c (frame_read_register): Delete function.
684 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
685 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
686 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
687 * mips-tdep.c (mips_register_to_value): Ditto.
688 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
689 * d10v-tdep.c (d10v_print_registers_info): Ditto.
690
691 * frame.c (frame_read_signed_register): Delete function.
692 (frame_read_unsigned_register): Update comments.
693 * frame.h (frame_read_signed_register): Delete declaration.
694 * h8300-tdep.c (h8300_print_register): Use
695 get_frame_register_signed.
696 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
697
9ff63c35
AC
698 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
699 Rename VALUE_RETURNED_FROM_STACK.
700 * infcmd.c (print_return_value): Update.
701 * infcall.c (call_function_by_hand): Update.
702
41d041d6
MK
7032003-09-28 Mark Kettenis <kettenis@gnu.org>
704
705 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
706 regcache argument and reverse the order of the other two
707 arguments. Remove local regcache variable. Determine
708 architecture from REGCACHE. Update comments.
709 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
710 reverse the order of the other two arguments. Remove local
711 regcache variable. Determine architecture from REGCACHE. Update
712 comments.
713 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
714 prototypes. Update comments.
715 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
716 comment.
717 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
718 Update.
719 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
720 * i386-interix-nat.c (supply_fpregset): Update.
721 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
722 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
723 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
724 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
725 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
726 Update.
727 * i386obsd-tdep.c (fetch_core_registers): Update.
728 * i386v4-nat.c (supply_fpregset): Update.
729 * x86-64-linux-nat.c (supply_fpregset): Update.
730 * x86-64-linux-tdep.c (fetch_core_registers): Update.
a8f4cde1 731
1cb97e17
MK
7322003-09-27 Mark Kettenis <kettenis@gnu.org>
733
5716833c
MK
734 * i386-tdep.h: Put opaque declarations in alphabetical
735 order. Remove spurious whitespace.
736 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
737 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
738 * i386-tdep.c (MM0_REGNUM): Remove define.
739 (i386_mmx_regnum_p): Add gdbarch argument.
740 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
741 Rewrite using new macro definitions for FPU/SSE registers.
742 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
743 definitions from i387-tdep.h.
744 (i386_register_name): Update.
745 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
746 new macro definitions for FPU/SSE registers.
747 (i386_extract_return_value): Determine whether floating-point
748 registers are present by examining REGCACHE's architecture.
749 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
750 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
751 FPU/SSE registers.
752 (i386_register_type): Update.
753 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
754 definitions for FPU registers. Use REGCACHE's architecture to
755 determine the appropriate register numbers.
756 (i386_pseudo_register_read, i386_pseudo_register_write,
757 i386_register_reggroup_p): Update.
758 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
759 TDEP->mm0_regnum.
760 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
761 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
762 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
763 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
764 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
765 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
766 *' to `void *'.
767 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
768 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
769 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
770 definitions for FPU/SSE registers.
771 (FXSAVE_MXCSR_ADDR): New define.
772 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
773 TDEP->mm0_regnum.
774 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
775 (I387_ST0_REGNUM): Define.
776
41d35cb0
MK
777 * regcache.h (get_regcache_arch): New prototype.
778 * regcache.c (get_regcache_arch): New function.
779
54e74f72
MK
780 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
781 whitespace.
782
1cb97e17
MK
783 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
784 Initialize using ARRAY_SIZE.
785
0968aa8c
AC
7862003-09-27 Andrew Cagney <cagney@redhat.com>
787
788 * arch-utils.c (deprecated_init_frame_pc_default): Rename
789 "init_frame_pc_default".
790 * arch-utils.h (deprecated_init_frame_pc_default): Update.
791 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
792 * vax-tdep.c (vax_gdbarch_init): Update.
793 * v850-tdep.c (v850_gdbarch_init): Update.
794 * sh64-tdep.c (sh64_gdbarch_init): Update.
795 * s390-tdep.c (s390_gdbarch_init): Update.
796 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
797 * mcore-tdep.c (mcore_gdbarch_init): Update.
798 * h8300-tdep.c (h8300_gdbarch_init): Update.
799 * cris-tdep.c (cris_gdbarch_init): Update.
800 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
801
54c84734
MK
8022003-09-26 Mark Kettenis <kettenis@gnu.org>
803
804 * regset.h: New file.
805 * Makefile.in (regset_h): Add.
806
1b1d3794
AC
8072003-09-25 Andrew Cagney <cagney@redhat.com>
808
809 * frame.h (deprecated_frame_saved_regs): Rename
810 get_frame_saved_regs.
811 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
812 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
813 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
814 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
815 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
816
e6beb428
AC
8172003-09-25 Andrew Cagney <cagney@redhat.com>
818
819 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
820 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
821 and Java.
822 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
823 arm*-*-* do not use the new frame code.
824
710122da
DC
8252003-09-25 David Carlton <carlton@kealia.com>
826
827 * c-exp.y: Remove 'register' declarations.
828 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
829
79c2c32d
DC
8302003-09-25 David Carlton <carlton@kealia.com>
831
832 * c-exp.y: Include cp-support.h. Add qualified_type.
833 (yylex): Delete nested type hack; add comments.
834 * cp-namespace.c (cp_lookup_nested_type): New function.
835 * cp-support.h: Declare cp_lookup_nested_type.
836 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
837 instead of value_struct_elt_for_reference.
838 * valops.c: Include cp-support.h.
839 (value_aggregate_elt): New function.
840 (value_namespace_elt): Ditto.
841 (value_struct_elt_for_reference): Make static.
842 * value.h: Delete declaration of value_struct_elt_for_reference;
843 add declaration for value_aggregate_elt.
844 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
845 (valops.o): Ditto.
846
898c62f5
DJ
8472003-09-25 Daniel Jacobowitz <drow@mvista.com>
848
849 * stack.c: Include "reggroups.h".
850 (frame_info): Only display registers in all_reggroup.
851 * Makefile.in (stack.o): Update dependencies.
852
28cd8767
JG
8532003-09-25 Jerome Guitton <guitton@act-europe.fr>
854
855 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
856 "add ip, sp #n" in the prologue.
857 (arm_scan_prologue): Ditto.
858
a4ab2b5d
JG
8592003-09-25 Jerome Guitton <guitton@act-europe.fr>
860
861 * MAINTAINERS (write after approval): Add myself.
862
3f244638
AS
8632003-09-25 Andreas Schwab <schwab@suse.de>
864
865 * m68k-tdep.c: Include "dwarf2-frame.h".
866 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
867 * Makefile.in (m68k-tdep.o): Update dependencies.
868
1c0159e0
CV
8692003-09-25 Corinna Vinschen <vinschen@redhat.com>
870
871 * sh-tdep.c (struct frame_extra_info): Remove.
872 (struct sh_frame_cache): New structure.
873 (GET_SOURCE_REG): New macro extracting source register of an opcode.
874 (GET_TARGET_REG): Ditto but target register.
875 (GET_PUSHED_REG): Remove.
876 (IS_MOV_ARG_TO_REG): New macro.
877 (IS_MOV_ARG_TO_IND_R14): New macro.
878 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
879 (IS_MOVW_PCREL_TO_REG): New macro.
880 (IS_MOVL_PCREL_TO_REG): New macro.
881 (IS_SUB_REG_FROM_SP): New macro.
882 (IS_ARG_MOV): Remove.
883 (IS_MOV_TO_R14): Remove.
884 (IS_RESTORE_FP): New macro.
885 (IS_RTS): New macro.
886 (IS_LDS): New macro.
887 (IS_MOV_FP_SP): New macro.
888 (IS_ADD_REG_TO_FP): New macro.
889 (IS_ADD_IMM_FP): New macro.
890 (sh_skip_prologue_hard_way): Remove.
891 (sh_saved_pc_after_call): Remove.
892 (sh_frame_chain): Remove.
893 (sh_find_callers_reg): Remove.
a8f4cde1 894 (sh_nofp_frame_init_saved_regs): Remove.
1c0159e0
CV
895 (sh_fp_frame_init_saved_regs): Remove.
896 (sh_init_extra_frame_info): Remove.
897 (sh_analyze_prologue): New function.
898 (sh_skip_prologue): Remove deprecated code. Rely on new function
899 sh_analyze_prologue when after_prologue fails.
900 (sh_frame_saved_pc): Remove.
901 (sh_alloc_frame_cache): New function.
902 (sh_frame_cache): Ditto.
903 (sh_frame_prev_register): Ditto.
904 (sh_frame_this_id): Ditto.
905 (sh_frame_unwind): New structure defining the heuristic frame
906 sniffer interface.
907 (sh_frame_sniffer): New function.
908 (sh_unwind_sp): Ditto.
909 (sh_unwind_pc): Ditto.
910 (sh_unwind_dummy_id): Ditto.
911 (sh_frame_base_address): Ditto.
912 (sh_frame_base): New structure defining new frame base code.
913 (sh_in_function_epilogue_p): New function.
914 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
915 code and to call all new code instead. Initialize dwarf2 and
916 heuristic frame sniffer.
917
5f9769d1
PH
9182003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
919
a8f4cde1
RM
920 * parser-defs.h (struct exp_descriptor): New definition, containing
921 language-specific info for printing, prefixifying, dumping, and
5f9769d1
PH
922 evaluating expressions.
923 (exp_descriptor_standard): Declare new variable.
924 (print_subexp): Make global and declare here (from expprint.c).
925 (dump_subexp): Ditto.
926 (dump_subexp_body_standard): Declare.
927 (operator_length_standard): Declare.
928 (op_name_standard): Declare.
929 (print_subexp): Declare.
930 (print_subexp_standard): Declare.
931
932 * language.h (struct language_defn): Add la_exp_desc field to hold
933 pointer to table for language-specific operators.
934 Remove evaluate_exp field, which is now in struct exp_descriptor.
a8f4cde1
RM
935
936 * parse.c (operator_length): Move most code to new
5f9769d1 937 operator_length_standard function. Use language-specific information.
a8f4cde1 938 (operator_length_standard): New function taking most code from
5f9769d1
PH
939 operator_length.
940 (exp_descriptor_standard): New constant.
a8f4cde1
RM
941
942 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
5f9769d1 943 and OP_EXTENDED_LAST.
a8f4cde1
RM
944
945 * expprint.c (print_subexp): Use language-specific print_subexp.
5f9769d1
PH
946 Make global; remove static declaration.
947 Move most code to print_subexp_standard.
a8f4cde1 948 (print_subexp_standard): New function, containing code formerly in
5f9769d1
PH
949 print_subexp.
950 (op_name): Add expression to argument signature.
a8f4cde1 951 Use langauge-specific op_name.
5f9769d1
PH
952 Move most code to op_name_standard.
953 (op_name_standard): New function, containing code formerly in op_name.
954 (dump_subexp): Use new version of op_name function.
955 Use language-specific dump_subexp_body, and move most existing code to
956 dump_subexp_body_standard.
957 (dump_raw_expression): Use new op_name interface.
958 (dump_subexp_body): Move most code to dump_subexp_body_standard.
959 (dump_subexp_body_standard): New function, containing code formerly
960 in dump_subexp_body.
a8f4cde1 961
5f9769d1
PH
962 * language.c (unknown_language): Add default la_exp_desc field and
963 remove evaluate_exp field.
964 (auto_language): Ditto.
965 (local_language): Ditto.
966 * f-lang.c (f_language_defn): Ditto.
967 * c-lang.c (c_language_defn): Ditto.
968 (cplus_language_defn): Ditto.
969 (asm_language_defn): Ditto.
970 (minimal_language_defn): Ditto.
971 * p-lang.c (pascal_language_defn): Ditto.
972 * m2-lang.c (m2_language_defn): Ditto.
973 * objc-lang.c (objc_language_defn): Ditto.
a8f4cde1
RM
974
975 * jv-lang.c (exp_descriptor_java): New variable, containing
5f9769d1
PH
976 Java-specific expression evaluator.
977 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
978 field.
a8f4cde1 979 * scm-lang.c (exp_descriptor_scm): New variable, containing
5f9769d1
PH
980 Scheme-specific expression evaluator.
981 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
982 field.
983 * objc-lang.c (print_object_command): Take evaluate_exp from the
984 la_exp_desc field.
a8f4cde1 985
5f9769d1 986 * Makefile.in (eval.o): Add dependency on parser-defs.h.
a8f4cde1
RM
987
988 * eval.c: Include parser-defs.h for the full declaration of
5f9769d1
PH
989 la_exp_desc's type.
990 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
a8f4cde1 991
24daaebc
PH
9922003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
993
994 * parser-defs.h (operator_length): Declare.
a8f4cde1 995
24daaebc
PH
996 * parse.c (length_of_subexp): Use operator_length to get operator
997 lengths and arities for operators.
998 Move most code to new operator_length function.
a8f4cde1 999 (operator_length): New function absorbing most code from
24daaebc
PH
1000 length_of_subexp.
1001 (prefixify_subexp): Remove large case and use operator_length instead.
1002 (parse_exp_1): Use renamings:
a8f4cde1 1003 dump_prefix_expression => dump_raw_expression and
24daaebc 1004 dump_postfix_expression => dump_prefix_expression.
a8f4cde1 1005
24daaebc
PH
1006 * expression.h (dump_prefix_expression): Rename to ...
1007 (dump_raw_expression): New name.
1008 (dump_postfix_expression): Rename to ...
1009 (dump_prefix_expression): New name.
a8f4cde1 1010
24daaebc
PH
1011 * expprint.c (dump_subexp): Make global. Add comment.
1012 Move most existing code to dump_subexp_body.
1013 (dump_subexp_body): New function.
1014 (dump_prefix_expression): Rename to dump_raw_expression.
a8f4cde1 1015 Remove attempt to print the expression via print_expression: it can't
24daaebc
PH
1016 work before the expression is prefixified.
1017 (dump_raw_expression): Renamed from dump_prefix_expression.
a8f4cde1 1018 (dump_postfix_expression): Rename to dump_prefix_expression, since
24daaebc 1019 that's what it does.
a8f4cde1 1020 Remove 'note' parameter, since this routine must be used on
24daaebc
PH
1021 prefixified expression.
1022 (dump_prefix_expression): Renamed from dump_postfix_expression.
a8f4cde1 1023
8c2957c4
JB
10242003-09-22 Jim Blandy <jimb@redhat.com>
1025
1026 * dwarf2read.c (read_array_type): When building the type for an
1027 array of unspecified length, make sure to choose the upper bound
1028 so that the array's total length comes out to be zero --- that's
1029 how we represent such arrays.
1030
592e3010
MC
10312003-09-22 Michael Chastain <mec@shout.net>
1032
1033 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1034
365c70b1
JJ
10352003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1036
1037 * top.c (quit_force): Fix indirect call to quit_target so
1038 a struct qt_args pointer is passed.
1039
5d6eb653
AC
10402003-09-22 Andrew Cagney <cagney@redhat.com>
1041
1042 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1043 * arch-utils.c (init_frame_pc_noop): Delete function.
1044 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1045 "init_frame_pc".
1046 * mips-tdep.c (mips_gdbarch_init): Ditto.
1047 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1048 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1049 declaration.
1050 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1051 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1052 declaration.
1053 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1054
b222a67f
AG
10552003-09-22 Anthony Green <green@redhat.com>
1056
1057 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1058 declaration.
1059
d5b5ac79
AC
10602003-09-20 Andrew Cagney <cagney@redhat.com>
1061
deafb061
AC
1062 * breakpoint.c: Eliminate ARGSUSED.
1063 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1064 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1065 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1066 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1067 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1068 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1069 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1070 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1071 * wince.c, remote-vx.c: Ditto.
1072
d5b5ac79
AC
1073 * cli/cli-script.c: Remove "register" attributes.
1074 * config/pa/tm-hppa.h: Ditto.
1075 * cli/cli-decode.c: Ditto.
1076 * cli/cli-cmds.c: Ditto.
1077
c6316faa
AC
10782003-09-19 Andrew Cagney <cagney@redhat.com>
1079
1080 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1081 DEPRECATED_NPC_REGNUM.
1082 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1083
f4f99b11
CF
10842003-09-19 Christopher Faylor <cgf@redhat.com>
1085
1086 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1087
1708f284
JB
10882003-09-19 Jim Blandy <jimb@redhat.com>
1089
1090 * macrotab.c (macro_include): Use the correct comparison to find
1091 the appropriate place for this inclusion in the list.
1092
b9fbf434
AC
10932003-09-19 Andrew Cagney <cagney@redhat.com>
1094
1095 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1096 (DEPRECATED_HPUX_TEXT_END): Define.
1097 (deprecated_hpux_text_end): Declare.
1098 (struct target_ops): Declare opaque.
1099 * hppah-nat.c (text_end): Make static.
1100 (deprecated_hpux_text_end): New function.
1101 * exec.c (text_end): Delete global variable.
1102 (NEED_TEXT_START_END): Do not define.
1103 (exec_file_attach): Replace code computing "text_end" code with
1104 call to DEPRECATED_HPUX_TEXT_END.
1105
5b03f266
AC
11062003-09-19 Andrew Cagney <cagney@redhat.com>
1107
1108 * utils.c (align_up, align_down): New functions.
1109 * defs.h (align_up, align_down): Declare.
1110 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1111 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1112 and "align_down".
1113 (round_up, round_down): Delete functions.
1114 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1115 "align_down".
1116 (ROUND_DOWN, ROUND_UP): Delete macros.
1117 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1118 * h8300-tdep.c: Replace "round_up" and "round_down" with
1119 "align_up" and "align_down".
1120 (round_up, round_down): Delete macros.
1121 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1122 "align_down".
1123 (ROUND_UP, ROUND_DOWN): Delete macros.
1124
51db5742
JB
11252003-09-18 J. Brobecker <brobecker@gnat.com>
1126
1127 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1128 hard-coded constant. Use the proper machine name instead.
1129
77949794
AC
11302003-09-17 Andrew Cagney <cagney@redhat.com>
1131
1132 * sparc-tdep.c (legacy_register_name): Delete function.
1133 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1134 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1135 * infcmd.c (gdb_register_name): Delete variable.
1136 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1137 REGISTER_NAME and "tm.h".
1138 * gdbarch.h, gdbarch.c: Regenerate.
1139 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1140 REGISTER_NAMES in comments.
1141 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1142 * m68klinux-nat.c (regmap): Ditto.
1143
b55c33cc
JB
11442003-09-17 Jim Blandy <jimb@redhat.com>
1145
1146 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1147
957e27ac
AC
11482003-09-17 Andrew Cagney <cagney@redhat.com>
1149
1150 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1151 (ppcnbsd_init_abi): Set "use_struct_convention" to
1152 "ppcnbsd_use_struct_convention".
1153
192cb3d4
MK
11542003-09-17 Mark Kettenis <kettenis@gnu.org>
1155
1156 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1157 * gdbarch.h, gdbarch.c: Regenerate.
1158 (stabs_argument_has_addr): New architecture method.
1159 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1160 * arch-utils.c: Include "buildsym.h".
1161 (default_stabs_argument_has_addr): New function.
1162 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1163 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1164
efe59759
AC
11652003-09-17 Andrew Cagney <cagney@redhat.com>
1166
1167 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1168 * gdbarch.h, gdbarch.c: Regenerate.
1169 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1170 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1171 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1172 * sparcnbsd-tdep.c: Update.
a8f4cde1 1173
62700349
AC
11742003-09-17 Andrew Cagney <cagney@redhat.com>
1175
1176 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1177 * gdbarch.h, gdbarch.c: Regenerate.
1178 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1179 * d10v-tdep.c, frame.c: Update.
1180 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1181 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1182 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1183 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1184 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1185 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1186 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1187 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1188 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1189 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1190 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1191 * config/pa/nm-hppah.h: Update.
1192
b9ff3018
AC
11932003-09-16 Andrew Cagney <cagney@redhat.com>
1194
1195 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1196 "use_struct_convention" to "ppc_linux_use_struct_convention".
1197 (ppc_linux_use_struct_convention): New function.
1198 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1199 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1200 "rs6000_use_struct_convention".
1201 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1202 declaration.
1203 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1204 Delete function.
1205
aa1ee363
AC
12062003-09-16 Andrew Cagney <cagney@redhat.com>
1207
1208 * buildsym.c: Remove more occurances of "register".
1209 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1210 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1211 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1212 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1213 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1214 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1215 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1216 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1217
f2ea0907
CV
12182003-09-16 Corinna Vinschen <vinschen@redhat.com>
1219
1220 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1221 numbers to enumeration values.
1222 * sh-tdep.c: Accomodate above change.
1223 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1224 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1225 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1226 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1227 (IS_FPUSH): Rename from IS_FMOV.
1228 (sh_extract_struct_value_address): Remove useless comment.
1229 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1230 instead of own local values.
1231 (sh_dump_tdep): Remove.
1232 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1233 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1234
1c704f11
AC
12352003-09-15 Andrew Cagney <cagney@redhat.com>
1236
1237 * doublest.c (convert_floatformat_to_doublest): No longer need to
1238 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1239
ac79b88b
DJ
12402003-09-15 Daniel Jacobowitz <drow@mvista.com>
1241
1242 * values.c (unpack_double): Call floatformat_is_valid.
1243
1c671366
MK
12442003-09-15 Mark Kettenis <kettenis@gnu.org>
1245
de5227fb
MK
1246 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1247 ps_strings into a long.
1248
1c671366
MK
1249 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1250 _initialize_am64fbsd_nat.
1251
a604369a
KB
12522003-09-15 Kevin Buettner <kevinb@redhat.com>
1253
1254 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1255 associated with DW_AT_ranges attribute is out of bounds.
1256
b3cacbee
DL
12572003-09-15 David Lecomber <dsl@sources.redhat.com>
1258
1259 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1260
d0f37bb2
MC
12612003-09-14 Michael Chastain <mec@shout.net>
1262
1263 * config/m68k/nm-apollo68v.h: Delete.
1264 * config/m68k/xm-apollo68v.h: Delete.
1265
69517000
AC
12662003-09-14 Andrew Cagney <cagney@redhat.com>
1267
1268 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1269 * dcache.c: Update copyrights and descriptions.
1270 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1271
ef8b349d
AC
12722003-09-14 Andrew Cagney <cagney@redhat.com>
1273
1274 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1275 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1276
52f0bd74
AC
12772003-09-14 Andrew Cagney <cagney@redhat.com>
1278
1279 * alpha-nat.c: Remove some occurances of "register".
1280 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1281 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1282 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1283 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1284 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1285 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1286 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1287 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1288 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1289 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1290 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1291 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1292 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1293 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1294 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1295 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1296 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1297 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1298 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1299 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1300 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1301 * values.c, vax-tdep.c, xcoffread.c: Ditto.
a8f4cde1 1302
4a4b3fed
AC
13032003-09-13 Andrew Cagney <cagney@redhat.com>
1304
1305 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1306 * ppc-tdep.h (struct regcache): Declare opaque.
1307 * objfiles.h (struct objfile_data): Declare opaque.
1308 * cp-support.h (struct objfile): Declare opaque.
1309 * linux-nat.h (target_waitstatus): Declare opaque.
1310
2110b94f
MK
13112003-09-14 Mark Kettenis <kettenis@gnu.org>
1312
1c671366
MK
1313 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1314 (stabs_argument_has_addr): New architecture method.
1315 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1316 * arch-utils.c: Include "buildsym.h".
1317 (default_stabs_argument_has_addr): New function.
1318 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1319 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1320
2110b94f
MK
1321 * cris-tdep.c (cris_gdbarch_init): Set
1322 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1323 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1324 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1325 * mips-tdep.c (mips_gdbarch_init): Likewise.
1326 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1327 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1328
48436ce6
AC
13292003-09-13 Andrew Cagney <cagney@redhat.com>
1330
1331 * values.c (using_struct_return): Delete "function" and "funcaddr"
1332 parameters.
1333 * value.h (using_struct_return): Update declaration.
1334 * infcmd.c (finish_command_continuation): Update.
1335 (finish_command): Update.
1336 * infcall.c (call_function_by_hand): Update.
1337 * eval.c (evaluate_subexp_standard): Update.
1338
403d9909
CF
13392003-09-13 Christopher Faylor <cgf@redhat.com>
1340
1341 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1342 SSE registers since gdb will not operate correctly without this.
1343 Restore include file ordering munged in previous change.
1344 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1345
ebf7d56b
MK
13462003-09-13 Mark Kettenis <kettenis@gnu.org>
1347
8e823e25
MK
1348 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1349 REG_STRUCT_HAS_ADDR.
1350 * gdbarch.c, gdbarch.h: Updated.
1351 * infcall.c (call_function_by_hand): Update.
1352 * stabsread.c (define_symbol): Updated.
a8f4cde1 1353
ebf7d56b
MK
1354 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1355
d3f13f72
CF
13562003-09-12 Christopher Faylor <cgf@redhat.com>
1357
1358 * win32-nat.c: Reorganize so that defines used by target headers are
1359 actually defined by the system headers.
1360 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1361 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1362
14f75137
JB
13632003-09-12 Jim Blandy <jimb@redhat.com>
1364
d646061f
JB
1365 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1366 the file has no .data, .bss, or .rodata sections. Instead wait
1367 until we see a variable alleged to live in one of those sections.
1368
2a13f9bc
JB
1369 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1370 .bss section, presume that any variables we find live in the
1371 .rodata section.
1372
4f49b26b
JB
1373 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1374 offsets for global and static variables.
1375
14f75137
JB
1376 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1377 symbol types are, by definition, in the .data section, so it is
1378 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1379 If there is no .data section, there should be no N_DATA or N_DATA
1380 | N_EXT symbols.
1381
212c460c
MK
13822003-09-12 Mark Kettenis <kettenis@gnu.org>
1383
1384 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1385 (amd64fbsd_sigcontext_addr): Rewrite.
1386 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1387 with correct values.
1388 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1389 (amd64fbsd_init_abi): Fix typo.
1390
68856ea3
AC
13912003-09-12 Andrew Cagney <cagney@redhat.com>
1392
1393 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1394 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1395
627b3ba2
AC
13962003-09-12 Andrew Cagney <cagney@redhat.com>
1397
1398 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1399 "entry_file_highpc". Update comments.
1400 * defs.h (deprecated_inside_entry_file): Rename
1401 "inside_entry_file".
1402 * blockframe.c (deprecated_inside_entry_file): Rename
1403 "inside_entry_file".
1404 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1405 * vax-tdep.c (vax_frame_chain): Update.
1406 * sh64-tdep.c (sh64_frame_chain): Update.
1407 * sh-tdep.c (sh_frame_chain): Update.
1408 * rs6000-tdep.c (rs6000_frame_chain): Update.
1409 * ns32k-tdep.c (ns32k_frame_chain): Update.
1410 * mips-tdep.c (mips_frame_chain): Update.
1411 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1412 * m32r-tdep.c (m32r_frame_this_id): Update.
1413 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1414 * frv-tdep.c (frv_frame_this_id): Update.
1415 * d10v-tdep.c (d10v_frame_this_id): Update.
1416 * cris-tdep.c (cris_frame_chain): Update.
1417 * blockframe.c (legacy_frame_chain_valid): Update.
1418 * avr-tdep.c (avr_frame_this_id): Update.
1419 * arm-tdep.c (arm_prologue_this_id): Update.
1420 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1421 * objfiles.c (objfile_relocate): Update.
1422 * mipsread.c (mipscoff_symfile_read): Update.
1423 (mipscoff_symfile_read): Update.
1424 * mdebugread.c (parse_partial_symbols): Update.
1425 * dwarfread.c (read_file_scope): Update.
1426 * dwarf2read.c (read_file_scope): Update.
1427 * dbxread.c (read_dbx_symtab): Update.
1428 (read_dbx_symtab): Update.
1429 * coffread.c (complete_symtab): Update.
1430
b0abbc58
JJ
14312003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1432
1433 * top.c (quit_target): New static helper function.
1434 (quit_force): Moved code to quit_target(). Call quit_target()
1435 via catch_errors() to catch errors during quit.
1436
a1632d59
DC
14372003-09-11 David Carlton <carlton@kealia.com>
1438
1439 * buildsym.c (finish_block): Use allocate_block to allocate the
1440 block.
1441 * mdebugread.c (new_block): Add FIXME.
1442
5c4e30ca
DC
14432003-09-11 David Carlton <carlton@kealia.com>
1444
1445 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1446 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1447 (recursive_dump_type): Ditto.
1448 * printcmd.c (print_formatted): Ditto.
1449 * typeprint.c (print_type_scalar): Ditto.
1450 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1451 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1452 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1453 maint_cplus_cmd_list.
1454 * cp-support.c: Make maint_cplus_cmd_list extern.
1455 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1456 command.h.
1457 (lookup_symbol_file): Look in possible namespace blocks when
1458 appropriate.
1459 (initialize_namespace_symtab): New.
1460 (get_possible_namespace_block, free_namespace_block)
1461 (check_possible_namespace_symbols)
1462 (check_possible_namespace_symbols_loop)
1463 (check_one_possible_namespace_symbol)
1464 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1465 (_initialize_cp_namespace): Ditto.
1466 * block.h: Declare allocate_block.
1467 * block.c (allocate_block): New.
1468 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1469 allocate_block.
1470 * symfile.h: Update declaration of add_psymbol_to_list.
1471 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1472 question.
1473 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1474 scan_partial_symbols_call.
1475 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1476 helper functions.
1477 (add_partial_symbol): If necessary, scan mangled names for names
1478 of namespaces.
1479 (add_partial_namespace): Add NAMESPACE argument; generate partial
1480 symbols associated to namespaces.
1481 (add_partial_enumeration): Add NAMESPACE argument.
1482 (new_symbol): Allow namespace syms.
1483 (read_namespace): Generate namespace syms.
1484 * objfiles.h: Add opaque declaration of struct symtab.
1485 (struct objfile): Add cp_namespace_symtab member.
1486 * objfiles.c (allocate_objfile): Set
1487 objfile->cp_namespace_symtab.
1488 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1489 dictionary_h, command_h.
1490
33a7c2fc
AC
14912003-09-11 Andrew Cagney <cagney@redhat.com>
1492
1493 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1494 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1495 near the function's end.
1496 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1497 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1498 regcache_raw_write_signed to set SP_REGNUM.
1499
63cd24fe
EZ
15002003-09-11 Elena Zannoni <ezannoni@redhat.com>
1501
1502 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1503 orig_addrs is set up properly.
1504
f27dd7fd
AC
15052003-09-11 Andrew Cagney <cagney@redhat.com>
1506
1507 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1508 * gdbarch.h, gdbarch.c: Re-generate.
1509 * infcall.c (call_function_by_hand): Update.
1510 * hppa-tdep.c (hppa_push_arguments): Update.
1511 * ada-lang.c (place_on_stack): Update.
1512 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1513 * sparc-tdep.c (sparc_gdbarch_init): Update.
1514 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1515 * hppa-tdep.c (hppa_gdbarch_init): Update.
1516 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1517 stack_align.
1518
f630a401
DJ
15192003-09-11 Daniel Jacobowitz <drow@mvista.com>
1520
1521 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1522 register do need a frame.
1523
0ddabb4c
AC
15242003-09-11 Andrew Cagney <cagney@redhat.com>
1525
1526 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1527 buildable since GDB 5.0.
1528 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1529 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1530 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1531 * irix4-nat.c: Delete file.
1532 * config/mips/irix4.mh: Delete file.
1533 * config/mips/irix3.mh: Delete file.
1534 * config/mips/irix3.mt: Delete file.
1535 * config/mips/tm-irix3.h: Delete file.
1536 * config/mips/nm-irix3.h: Delete file.
1537 * config/mips/xm-irix3.h: Delete file.
1538 * config/mips/nm-irix4.h: Delete file.
1539 * config/mips/xm-irix4.h: Delete file.
1540 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1541
fde2cceb
JB
15422003-09-10 J. Brobecker <brobecker@gnat.com>
1543
1544 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1545 * Makefile.in (hppa-tdep.o): Update dependencies.
1546
66f667f5
JW
15472003-09-10 James E Wilson <wilson@specifixinc.com>
1548
ef5fd69f
JW
1549 * MAINTAINERS: Change my e-mail address. Move to paper trail
1550 section.
66f667f5 1551
53e8aaea
KB
15522003-09-10 Kevin Buettner <kevinb@redhat.com>
1553
1554 * MAINTAINERS (frv): New ISA entry.
1555
dcc6aaff
KB
15562003-09-10 Kevin Buettner <kevinb@redhat.com>
1557
1558 * frv-tdep.c (dis-asm.h): Include.
1559 * Makefile.in (frv-tdep.o): Update dependencies.
1560
932644f0
JJ
15612003-09-09 Jeff Johnston <jjohnstn@redhat.com>
1562
1563 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
1564 Fix typo for high range of floating registers.
1565
91c24f0a
DC
15662003-09-09 David Carlton <carlton@kealia.com>
1567
1568 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
1569 highpc initialization here out of scan_partial_symbols.
1570 (scan_partial_symbols): Restructure into a recursive version,
1571 calling add_partial_namespace and add_partial_enumeration when
1572 appropriate.
1573 (add_partial_namespace): New.
1574 (add_partial_enumeration, locate_pdi_sibling): Ditto.
1575
c9263853
AC
15762003-09-09 Andrew Cagney <cagney@redhat.com>
1577
e56a0ecc
AC
1578 * rs6000-tdep.c (ppc_push_return_address): Delete function.
1579 (rs6000_push_dummy_call): Set LR to BP_ADDR.
1580 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
1581 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1582
794a477a
AC
1583 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
1584 (rs6000_push_dummy_call): Set the "TOC" register.
1585
c9263853
AC
1586 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
1587 methods "max_register_raw_size", "max_register_virtual_size" or
1588 "register_virtual_size".
1589
afa7d0b2
ILT
15902003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
1591
1592 * MAINTAINERS: Update my e-mail address.
1593
7a41266b
AC
15942003-09-09 Andrew Cagney <cagney@redhat.com>
1595
1596 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
1597 (rs6000_push_dummy_call): Store the struct return address.
1598 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
1599
77b2b6d4
AC
16002003-09-09 Andrew Cagney <cagney@redhat.com>
1601
1602 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
1603 "ppc_sysv_abi_push_arguments".
1604 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
1605 "ppc_sysv_abi_push_arguments".
1606 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
1607 instead of "push_arguments".
1608 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
1609
e8a7b686
AC
16102003-09-09 Andrew Cagney <cagney@redhat.com>
1611
1612 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
1613 instead of CALL_DUMMY_ADDRESS.
1614
f86f5ca3
PH
16152003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
1616
1617 * p-lang.c: Eliminate "register".
1618 * c-lang.c: Ditto.
1619 * expprint.c: Ditto.
1620 * f-lang.c: Ditto.
1621 * jv-lang.c: Ditto.
1622 * language.c: Ditto.
1623 * m2-lang.c: Ditto.
1624 * parse.c: Ditto.
1625 * scm-lang.c: Ditto.
1626 * objc-lang.c: Ditto.
1627
83ee270e
NC
16282003-09-09 Nick Clifton <nickc@redhat.com>
1629
1630 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
1631
a89aa300
AC
16322003-09-04 Andrew Cagney <cagney@redhat.com>
1633
1634 * avr-tdep.c: Include "dis-asm.h".
1635 * cris-tdep.c: Include "dis-asm.h".
1636 (cris_delayed_get_disassembler): Use "struct disassemble_info"
1637 instead of corresponding typedef.
1638 * h8300-tdep.c: Include "dis-asm.h".
1639 * ia64-tdep.c: Include "dis-asm.h".
1640 * i386-tdep.c: Include "dis-asm.h".
1641 (i386_print_insn): Use "struct disassemble_info" instead of
1642 corresponding typedef.
1643 * m68k-tdep.c: Include "dis-asm.h".
1644 * mcore-tdep.c: Include "dis-asm.h".
1645 * mips-tdep.c: Include "dis-asm.h".
1646 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
1647 instead of corresponding typedef.
1648 * ns32k-tdep.c: Include "dis-asm.h".
1649 * s390-tdep.c: Include "dis-asm.h".
1650 * sparc-tdep.c: Include "dis-asm.h".
1651 * vax-tdep.c: Include "dis-asm.h".
1652 * v850-tdep.c: Include "dis-asm.h".
1653 * mn10300-tdep.c: Include "dis-asm.h".
1654 * rs6000-tdep.c: Include "dis-asm.h".
1655 * xstormy16-tdep.c: Include "dis-asm.h".
1656 (_initialize_xstormy16_tdep): Delete "extern" declaration of
1657 print_insn_xstormy16.
1658 * Makefile.in (v850-tdep.o): Update dependencies.
1659 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
1660 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
1661 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
1662 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
1663 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
1664 (gdbarch_h): Remove $(dis_asm_h).
1665 * disasm.c: Include "dis-asm.h".
1666 (dis_asm_read_memory): Use "struct disassemble_info" instead of
1667 corresponding typedef.
1668 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
1669 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
1670 * gdbarch.sh: Do not include "dis-asm.h".
1671 (struct disassemble_info): Declare opaque.
1672 (TARGET_PRINT_INSN): Update declaration.
1673 * gdbarch.h, gdbarch.c: Re-generate.
1674
88a82a65
AC
16752003-09-08 Andrew Cagney <cagney@redhat.com>
1676
1677 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
1678 CALL_DUMMY_ADDRESS, change to a predicate.
1679 * gdbarch.h, gdbarch.c: Re-generate.
1680 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1681 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
1682 * infcall.c (call_function_by_hand): Ditto.
1683 * sparc-tdep.c (sparc_push_return_address): Ditto.
1684 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
1685 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
1686 CALL_DUMMY_ADDRESS with entry_point_address.
1687 * v850-tdep.c (v850_push_return_address): Ditto.
1688 * s390-tdep.c (s390_push_return_address): Ditto.
1689 * rs6000-tdep.c (ppc_push_return_address): Ditto.
1690 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
1691 * mcore-tdep.c (mcore_push_return_address): Ditto.
1692 * cris-tdep.c (cris_push_return_address): Ditto.
1693 * arm-tdep.c (arm_push_return_address): Ditto.
1694
3e2c4033
AC
16952003-09-08 Andrew Cagney <cagney@redhat.com>
1696
1697 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
1698 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
1699 and REG_UNMODIFIED to REG_SAME_VALUE.
1700 (execute_cfa_program): Update.
1701 (dwarf2_frame_cache): Update. Initialize table to
1702 REG_UNSPECIFIED, complain if CFI fails to specify a register's
1703 location.
1704 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
1705
39efb398
AC
17062003-09-08 Andrew Cagney <cagney@redhat.com>
1707
1708 * gnu-nat.c: Remove "inline" function attribute.
1709 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
1710
f5cb5aca
KB
17112003-09-08 Kevin Buettner <kevinb@redhat.com>
1712
1713 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
1714 target.
1715
1cb761c7
KB
17162003-09-08 Kevin Buettner <kevinb@redhat.com>
1717
1718 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
1719 (frame_extra_info): Rename this struct to frv_unwind_cache.
1720 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
1721 Add fields ``prev_sp'' and ``base''.
1722 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
1723 (frv_saved_pc_after_call, frv_init_extra_frame_info)
1724 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
1725 Delete.
1726 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
1727 Revise all callers. Fill in the unwind cache argument and make
1728 other adjustments to account for new frame mechanisms.
1729 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
1730 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
1731 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
1732 (frv_frame_unwind, frv_frame_base): New structs.
1733 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
1734 additional arguments expected by this method and adjust function
1735 body accordingly.
1736 (frv_gdbarch_init): Remove calls to the following functions:
1737 set_gdbarch_deprecated_init_frame_pc(),
1738 set_gdbarch_deprecated_saved_pc_after_call(),
1739 set_gdbarch_deprecated_frame_chain(),
1740 set_gdbarch_deprecated_frame_saved_pc(),
1741 set_gdbarch_deprecated_frame_init_saved_regs(),
1742 set_gdbarch_deprecated_push_arguments(),
1743 set_gdbarch_deprecated_push_return_address(),
1744 set_gdbarch_deprecated_pop_frame(),
1745 set_gdbarch_deprecated_call_dummy_words(),
1746 set_gdbarch_deprecated_sizeof_call_dummy_words(),
1747 set_gdbarch_deprecated_init_extra_frame_info(),
1748 set_gdbarch_deprecated_dummy_write_sp(), and
1749 set_gdbarch_deprecated_pc_in_call_dummy().
1750 Add calls to the following functions:
1751 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
1752 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
1753 frame_base_set_default().
1754 * Makefile.in (frv-tdep.o): Update dependencies.
a8f4cde1 1755
68f6cf99
MK
17562003-09-09 Mark Kettenis <kettenis@gnu.org>
1757
1758 * dwarf2-frame.c (read_encoded_value): Add support for
1759 DW_EH_PE_aligned encoding.
1760
73b65bb0
DJ
17612003-09-08 Daniel Jacobowitz <drow@mvista.com>
1762
1763 * infrun.c (normal_stop): Don't print a message if the inferior
1764 has exited.
1765
7c8a5605
JB
17662003-09-08 Jim Blandy <jimb@redhat.com>
1767
1768 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
1769 * dbxread.c: #include "gdb_assert.h".
1770 (read_dbx_symtab): If the objfile has no .data section, use the
1771 section index for the .bss section instead.
1772
7dd88986
DJ
17732003-09-08 Daniel Jacobowitz <drow@mvista.com>
1774
1775 * frame.c (deprecated_safe_get_selected_frame): New function.
1776 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
1777 * findvar.c (read_var_value): Call it.
1778
55ff77ac
CV
17792003-09-08 Corinna Vinschen <vinschen@redhat.com>
1780
1781 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
1782 (sh64-tdep.o): Add dependencies.
1783 * configure.tgt: Add FIXME to sh-*-linux*.
1784 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
1785 (sh_gdbarch_init): Always set correct sh_show_regs function
a8f4cde1 1786 pointer. Call sh64_gdbarch_init() if machine type is sh5.
55ff77ac
CV
1787 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
1788 * sh64-tdep.c: New file, containing all sh64 related code from
1789 sh-tdep.c.
1790 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1791 * config/sh/linux.mt (TDEPFILES): Ditto.
a8f4cde1 1792 * config/sh/nbsd.mt (TDEPFILES): Ditto.
55ff77ac
CV
1793 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
1794 * config/sh/wince.mt (TDEPFILES): Ditto.
1795
bfb39158
DJ
17962003-09-07 Daniel Jacobowitz <drow@mvista.com>
1797
1798 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
1799 (stop_wait_callback): Handle !lp->signalled also.
1800 (lin_lwp_has_pending, flush_callback): New functions.
1801 (lin_lwp_wait): Call flush_callback.
1802 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
1803 (linux_proc_pending_signals): New function.
1804 * linux-nat.h (linux_proc_pending_signals): Add prototype.
1805
9407de8e
DJ
18062003-09-07 Daniel Jacobowitz <drow@mvista.com>
1807
1808 From Nick Kelsey <nickk@ubicom.com>:
1809 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
1810 when the stop PC is at the beginning of a function also.
1811
2ef47cd0
DJ
18122003-09-06 Daniel Jacobowitz <drow@mvista.com>
1813
1814 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
1815 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
1816
6f4492c8
MK
18172003-09-06 Mark Kettenis <kettenis@gnu.org>
1818
1819 * sol-thread.c: Include "gdb_string.h".
1820
d3420b2f
MK
18212003-09-03 Mark Kettenis <m.kettenis@osp.nl>
1822
1823 * gcore.c: Reorder include files in alphabetical order. Include
1824 "gdb_assert.h". Various coding style fixes.
1825 (derive_stack_segment, derive_heap_segment): Replace check for
1826 non-null BOTTOM and TOP with gdb_assert.
1827 (derive_heap_segment): Replace check for successful creation of
1828 ZERO with gdb_assert.
1829 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
1830
5220ea4c
AC
18312003-09-04 Andrew Cagney <cagney@redhat.com>
1832
1833 * thread-db.c (verbose_dlsym): New function.
1834 (thread_db_load): Use verbose_dlsym
1835 (thread_db_new_objfile): Print that libthread_db was loaded, and
1836 that thread debugging was enabled.
1837
6e8c2c06
AC
18382003-09-04 Andrew Cagney <cagney@redhat.com>
1839
1840 * configure.tgt: Add "mips64*-*-*" target. Delete
1841 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
1842 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
1843 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
1844 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
1845 mips*-sony-*, and mips64*-*-elf* targets.
1846 * config/mips/embedl.mt: Delete file.
1847 * config/mips/embedl64.mt: Delete file.
1848 * config/mips/mips.mt: Delete file.
1849 * config/mips/mips64.mt: Delete file.
1850 * config/mips/tm-embed.h: Delete file.
1851 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
1852 * config/mips/embed64.mt: Delete out-of-date comment.
1853
3a3bc038
AC
18542003-09-04 Andrew Cagney <cagney@redhat.com>
1855
1856 * hppa-tdep.c (hppa_gdbarch_init): Set
1857 "have_nonsteppable_watchpoint".
1858 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1859 * mips-tdep.c (mips_dump_tdep): Do not print
1860 HAVE_NONSTEPPABLE_WATCHPOINT.
1861 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
1862 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1863 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1864 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
1865
a957e642
CV
18662003-09-04 Corinna Vinschen <vinschen@redhat.com>
1867
1868 * breakpoint.c (watchpoint_check): Remove accidentally checked in
1869 unused code. Add comment.
1870
a6fbcf2f
CV
18712003-09-04 Corinna Vinschen <vinschen@redhat.com>
1872
1873 * breakpoint.c (watchpoint_check): Check for pc being in an
1874 epilogue if watchpoint frame couldn't be found.
1875
c14a44d5
AC
18762003-09-04 Andrew Cagney <cagney@redhat.com>
1877
1878 * Makefile.in: Re-generate all dependencies.
1879
f6c40618
AC
18802003-09-03 Andrew Cagney <cagney@redhat.com>
1881
1882 * arch-utils.h (legacy_print_insn): Delete declaration.
1883 * arch-utils.c (legacy_print_insn): Delete function.
1884 * disasm.c (deprecated_tm_print_insn_info): Delete.
1885 (_initialize_disasm): Delete function, contained code initializing
1886 deprecated_tm_print_insn_info.
1887 * gdbarch.sh (deprecated_tm_print_insn): Delete.
1888 (deprecated_tm_print_insn_info): Delete.
1889 (TARGET_PRINT_INSN): Do not provide a default.
1890 * gdbarch.h, gdbarch.c: Re-generate.
1891
242e8be5
AC
18922003-09-03 Andrew Cagney <cagney@redhat.com>
1893
1894 * disasm.c (fprintf_disasm): New function.
1895 (gdb_disassemble_info): Call "init_disassemble_info", instead of
1896 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
1897 reverts 2003-08-14 change.
1898 (_initialize_disasm): Call "init_disassemble_info", instead of
1899 INIT_DISASSEMBLE_INFO_NO_ARCH.
1900
3ffc3dda
MS
19012003-09-03 Michael Snyder <msnyder@redhat.com>
1902
1903 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
1904
52d16ba8
AC
19052003-09-03 Andrew Cagney <cagney@redhat.com>
1906
1907 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
1908 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
1909 * symfile.c (syms_from_objfile): Update.
1910 (reread_symbols): `Update
1911 * exec.c (exec_file_attach): Update.
1912 (exec_file_attach): Update.
1913 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
1914 2003-08-29 change.
1915 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
1916
eb5492fa
DJ
19172003-09-03 Daniel Jacobowitz <drow@mvista.com>
1918
1919 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
1920 trad-frame.h.
1921 (arm_get_cache): Delete macro.
1922 (struct arm_prologue_cache): Update comments. Make saved_regs into
1923 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
1924 to prev_sp.
1925 (thumb_scan_prologue): Update for cache changes. Don't call
1926 DEPRECATED_PC_IN_CALL_DUMMY.
1927 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
1928 argument and use it in desperation search for our prologue. Do not
1929 search past the specified PC.
1930 (arm_make_prologue_cache): Simplify.
1931
1932 (arm_prologue_this_id, arm_prologue_prev_register)
1933 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
1934 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
1935 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
1936 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
1937 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
1938
1939 (arm_frame_chain_valid, arm_find_callers_reg)
1940 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
1941 (arm_pop_frame): Delete obsolete methods.
1942 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
1943
1944 (arm_gdbarch_init): Update for new frame methods. Register prologue
1945 and sigtramp unwinders. Set the default frame base method.
1946
1947 * Makefile.in (arm-tdep.o): Update dependencies.
1948 * varobj.c (find_frame_addr_in_frame_chain): Call
1949 get_frame_base_address.
1950 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
1951
24de872b
DJ
19522003-09-03 Daniel Jacobowitz <drow@mvista.com>
1953
1954 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
1955 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
1956 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
1957 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
1958 Take NEXT_FRAME and CACHE arguments. Call
1959 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
1960 Set unwound_pc in CACHE instead of modifying the frame argument.
1961 Don't bother checking the frame type when looking for sigtramp
1962 frames.
1963 (arm_make_prologue_cache, arm_frame_chain)
1964 (arm_init_extra_frame_info): New functions.
1965
9b8d791a
DJ
19662003-09-03 Daniel Jacobowitz <drow@mvista.com>
1967
1968 * arm-tdep.c (arm_get_cache): Define.
1969 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
1970 unwound_sp, unwound_pc, and saved_regs.
1971 (thumb_scan_prologue): Take a cache instead of the frame.
1972 (arm_scan_prologue): Likewise.
1973 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
1974 instead of a temporary frame.
1975 (arm_init_extra_frame_info): Allocate and use a cache.
1976 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
1977
7ee3275f
AC
19782003-09-03 Andrew Cagney <cagney@redhat.com>
1979
1980 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
1981 * config/mips/wince.mt (TM_CLIBS): Ditto.
1982 * config/sh/wince.mt (TM_CLIBS): Ditto.
1983 * config/pa/hppa64.mt (TM_CLIBS): Delete.
1984 * config/sparc/sp64.mt (CC): Delete.
1985
57b29be7
AC
19862003-09-03 Andrew Cagney <cagney@redhat.com>
1987
1988 * defs.h: Do not include "arch-utils.h".
1989 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
1990 GDB_MULTI_ARCH_PURE.
1991 * configure.in (GDB_MULTI_ARCH): Do not define.
1992 * configure, config.in: Regenerate.
1993 * configure.tgt: Do not set variable "gdb_multi_arch".
1994 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
1995 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
1996 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
1997 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
1998 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
1999 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2000 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2001 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2002 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2003 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2004 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2005 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2006 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2007 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2008 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2009 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2010 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2011 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
a8f4cde1 2012
12e035e2
MC
20132003-08-30 Michael Chastain <mec@shout.net>
2014
2015 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2016 * config/m68k/nm-hp300hpux.h: Delete.
2017 * config/m68k/tm-hp300hpux.h: Delete.
2018 * config/m68k/xm-hp300hpux.h: Delete.
2019 * config/m68k/xm-hp300bsd.h: Delete.
2020 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2021 tm-hp300hpux.h, xm-hp300hpux.h.
2022 * somsolib.c: Remove comment about hp300 shared libraries.
2023
bda34dc2
MK
20242003-08-31 Mark Kettenis <kettenis@gnu.org>
2025
5bca7895
MK
2026 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2027 Only define PTRACE_GET_THREAD_AREA is not already defined.
2028 Various style fixes in code and comments and some additional
2029 spelling fixes in comments. Move after functions dealing with
2030 debug registers.
2031 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2032 Fix coding-style.
2033
bda34dc2
MK
2034 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2035 frame_unwind_register_unsigned instead of
2036 frame_unwind_unsigned_register.
2037
c890192f
MK
20382003-08-30 Mark Kettenis <kettenis@gnu.org>
2039
2040 * configure.in: Search for gethostbyname in libnsl.
2041 * configure: Regenerated.
2042
60fac5b8
MK
20432003-08-29 Mark Kettenis <kettenis@gnu.org>
2044
e294916c
MK
2045 * configure.in: Remove redundant AC_MSG_RESULT in check for
2046 uintptr_t in stdint.h.
2047 * configure: Regenerated.
2048
c40d267a
MK
2049 * amd64-nat.h (struct regcache): Add opaque declaration.
2050
60fac5b8
MK
2051 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2052 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2053 Change "register array" to "register cache" in comments.
2054 (x86_64_linux_gregset64_reg_offset): New variable.
2055 (GETREGS_SUPPLIES): Remove macro.
2056 (supply_gregset): Call amd64_supply_native_gregset instead of
2057 x86_64_linux_supply_gregset.
2058 (fill_gregset): Rename `regno' to `regnum'. Call
2059 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2060 (store_regs): Rename `regno' to `regnum'.
2061 (store_fpregs): Rename `regno' to `regnum'.
2062 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2063 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2064 Reorganize function a bit.
2065 (store_inferior_registers): Rename `regno' to `regnum'. Use
2066 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2067 Reorganize function a bit.
2068 (_initialize_x86_64_linux_nat): New function.
2069 * config/i386/x86-64linux.mh.
2070
546143b6
AC
20712003-08-29 Andrew Cagney <cagney@redhat.com>
2072
2073 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2074 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2075 (target_remove_watchpoint): Delete macro.
2076 (target_insert_watchpoint): Delete macro.
2077 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2078 (remote_mips_stopped_by_watchpoint): Delete declaration.
2079 (remote_mips_remove_watchpoint): Delete declaration.
2080 (remote_mips_set_watchpoint): Delete declaration.
2081 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2082 * remote-mips.c (_initialize_remote_mips): Set
2083 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2084 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2085 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2086 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2087 (mips_stopped_by_watchpoint): Rename
2088 remote_mips_stopped_by_watchpoint.
2089 (mips_can_hardware_watchpoint): Rename
2090 remote_mips_can_use_hardware_watchpoint, update function
2091 signature.
2092
7bace51b
MK
20932003-08-29 Mark Kettenis <kettenis@gnu.org>
2094
b0f5c6f2
MK
2095 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2096 USER_DS. We haven't given them a register number yet.
2097
2a6d284d
MK
2098 * amd64-nat.h: New file.
2099 * amd64-nat.c: New file.
2100 * amd64fbsd-nat.c: Include "amd64-nat.h".
2101 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2102 (amd64fbsd32_r_reg_offset): New variable.
2103 (supply_gregset): Simply call amd64_supply_native_gregset.
2104 (fill_gregset): Rename `regno' to `regnum'. Simply call
2105 amd64_collect_native_gregset.
2106 (fill_fpregset): Rename `regno' to `regnum'.
2107 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2108 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2109 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2110 `fpregset_t'. Call amd64_supply_native_gregset instead of
2111 supply_gregset. Call x86_64_supply_fxsave instead of
2112 supply_fpregset.
2113 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2114 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2115 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2116 `fpregset_t'. Call amd64_collect_native_gregset instead of
2117 fill_gregset. Call x86_64_collect_fxsave instead of
2118 fill_fpregset.
2119 (_initialize_am64fbsd_nat): Initialize
2120 amd64_native_gregset32_reg_offset and
2121 amd64_native_gregset64_reg_offset.
2122 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2123
a16d75cc
MK
2124 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2125 null pointer. Fix typo in comment.
2126
7bace51b
MK
2127 * regcache.c (supply_register): Reimplement to call
2128 regcache_raw_supply.
2129 (regcache_collect): Reimplement by calling regcache_raw_collect.
2130
9a661b68
MK
21312003-08-28 Mark Kettenis <kettenis@gnu.org>
2132
2133 * regcache.c (register_buffer): Consitify first argument.
2134 (regcache_raw_supply, regcache_raw_collect): New
2135 functions.
2136
e94cc8fa
DJ
21372003-08-28 Daniel Jacobowitz <drow@mvista.com>
2138
2139 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2140 by Nathan J. Williams.
2141
c64bd0ce
DJ
21422003-08-28 Daniel Jacobowitz <drow@mvista.com>
2143
2144 * lin-lwp.c (wait_lwp): New function, copied from
2145 stop_wait_callback. Clean up.
2146 (stop_wait_callback): Use wait_lwp.
2147
e5ab0dce
AC
21482003-08-28 Andrew Cagney <cagney@redhat.com>
2149
2150 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2151 flavour and disassembler options.
2152 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2153 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2154 deprecated_tm_print_insn_info.
a8f4cde1 2155
a788de9b
AC
21562003-08-27 Andrew Cagney <cagney@redhat.com>
2157
2158 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2159 Use target_read_memory.
2160 (s390_get_frame_info): Update. Do not reference
2161 deprecated_tm_print_insn_info.
2162 (s390_check_function_end, s390_is_sigreturn): Ditto.
2163
36482093
AC
21642003-08-27 Andrew Cagney <cagney@redhat.com>
2165
2166 * Makefile.in (cris-tdep.o): Update dependencies.
2167 * cris-tdep.c: Include "gdb_assert.h".
2168 (cris_gdbarch_init): Set print_insn.
2169 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2170 (cris_delayed_get_disassembler): Simplify, directly call the
2171 disassembler returned by cris_get_disassembler.
2172 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2173 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2174 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2175 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2176 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2177 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2178 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2179 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2180 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2181 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2182 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2183 (gdb_print_insn_sparc): Delete function.
2184 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2185 deprecated_tm_print_insn_info.
2186 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2187 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2188 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2189 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2190 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2191 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2192 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2193 (s390_gdbarch_init): Set print_insn.
2194
0285512f
AC
21952003-08-27 Andrew Cagney <cagney@redhat.com>
2196
2197 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2198 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2199 * infcall.c (call_function_by_hand): Convert the entry point
2200 address into a code address.
2201
cdcd5552
AC
22022003-08-27 Andrew Cagney <cagney@redhat.com>
2203
2204 * dsrec.c: Include "gdb_string.h".
2205 * Makefile.in (dsrec.o): Update dependencies.
2206
e85cddad
MC
22072003-08-27 Michael Chastain <mec@shout.net>
2208
2209 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2210
8bbfbb23
AC
22112003-08-27 Andrew Cagney <cagney@redhat.com>
2212
2213 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2214 (alpha_osf1_init_abi): Do not set call_dummy_address.
2215
ba058b66
DC
22162003-08-27 David Carlton <carlton@kealia.com>
2217
2218 From Randolph Chung <tausq@debian.org>:
2219 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2220 compiles with -Wformat-nonliteral -Werror.
2221
87f84c9d
JB
22222003-08-26 Jim Blandy <jimb@redhat.com>
2223
2224 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2225 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2226 bfd_lookup_symbol, since we only want symbols in code sections.
2227 (look_for_base): Pass zero as the SECT_FLAGS argument to
2228 bfd_lookup_symbol, since we're not concerned about which section
2229 the symbol is in.
2230
102d615a
JJ
22312003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2232
2233 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
a8f4cde1 2234 we are frameless or the return address register is already known.
102d615a 2235
cc7ad3ea
AC
22362003-08-26 Andrew Cagney <cagney@redhat.com>
2237
2238 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2239 in size. Add comments.
2240
af8b88dd
JJ
22412003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2242
2243 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
a8f4cde1 2244 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
af8b88dd 2245
e0a4f5a1
JM
22462003-08-26 Jason Merrill <jason@redhat.com>
2247
2248 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2249 case out of #ifdef MIPS block.
2250
4ae9ee8e
DJ
22512003-08-25 Daniel Jacobowitz <drow@mvista.com>
2252
2253 PR java/1322
2254 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2255 available before calling SECT_OFF_TEXT.
3c164570 2256 * PROBLEMS: Remove description of java/1322.
4ae9ee8e 2257
004d836a
JJ
22582003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2259
a8f4cde1 2260 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
004d836a
JJ
2261 bof, and nat0-nat127 as pseudo-registers.
2262 (ia64_frame_cache): New struct used to cache frame info.
2263 (ia64_register_reggroup_p): New routine used to override default
a8f4cde1 2264 register grouping so registers without names are still saved and
004d836a 2265 restored.
a8f4cde1 2266 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
004d836a
JJ
2267 pseudo values.
2268 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2269 (ia64_pseudo_register_write): New routine to write pseudo-registers.
a8f4cde1 2270 (ia64_alloc_frame_cache): New routine to create a new
004d836a
JJ
2271 ia64_frame_cache.
2272 (examine_prologue): Change prototype to add next_frame pointer.
2273 Assume frameless until otherwise proven. Verify that the cfm for
a8f4cde1 2274 current frame matches the cfm that should occur for the prologues
004d836a
JJ
2275 alloc insn and if equal, mark as not frameless. At end of routine,
2276 if not frameless, calculate registers for the previous frame and store
2277 in the cache, if a cache is provided.
2278 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2279 and pass 0 for next_frame.
2280 (ia64_store_return_value): Change to use convert_typed_floating()
2281 instead of calling ia64_convert_to_raw().
2282 (ia64_extract_return_value): Change to use convert_typed_floating()
2283 instead of calling ia64_convert_to_virtual().
2284 (ia64_frame_cache): New routine to support new frame model.
2285 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2286 (ia64_frame_sniffer): Ditto.
2287 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2288 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2289 (ia64_sigtramp_frame_prev_register): Ditto.
2290 (ia64_sigtramp_frame_sniffer): Ditto.
2291 (ia64_frame_base_address): Ditto.
2292 (ia64_extract_struct_value_address): Change to issue error message.
2293 (ia64_frame_align): New routine to align sp.
2294 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
a8f4cde1 2295 (ia64_push_arguments): Removed. Logic moved to
004d836a
JJ
2296 ia64_push_dummy_call().
2297 (ia64_push_return_address): Ditto.
2298 (ia64_unwind_dummy_id): New function.
2299 (ia64_unwind_pc): Ditto.
2300 (ia64_convert_register_p): Ditto.
2301 (ia64_register_to_value): Ditto.
2302 (ia64_value_to_register): Ditto.
2303 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2304 (ia64_register_byte, ia64_register_raw_size): Ditto.
2305 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2306 (ia64_saved_pc_after_call): Ditto.
2307 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2308 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2309 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2310 (ia64_register_convert_to_raw): Ditto.
2311 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2312 (ia64_init_extra_frame_info): Ditto.
2313 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2314 (ia64_gdbarch_init): Remove registering of deprecated functions that
2315 are no longer used. Add registration of new gdbarch functions.
2316 Remove registering deprecated_write_sp. Replace
2317 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2318 Delete set_gdbarch_deprecated_register_convertible(),
2319 set_gdbarch_deprecated_register_convert_to_virtual(), and
2320 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2321 set_gdbarch_deprecated_register_size(),
2322 set_gdbarch_deprecated_register_bytes(),
2323 set_gdbarch_pcregnum(),
2324 set_gdbarch_deprecated_register_byte(),
2325 set_gdbarch_deprecated_register_raw_size(),
2326 set_gdbarch_deprecated_max_register_raw_size(),
2327 set_gdbarch_deprecated_register_virtual_size(),
2328 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2329 Replace set_gdbarch_deprecated_extract_return_value() with
2330 set_gdbarch_extract_return_value(). Remove calls to:
2331 set_gdbarch_deprecated_saved_pc_after_call();
2332 set_gdbarch_deprecated_frame_chain(),
2333 set_gdbarch_deprecated_frame_saved_pc(),
2334 set_gdbarch_deprecated_frame_init_saved_regs(),
2335 set_gdbarch_deprecated_get_saved_register(),
2336 set_gdbarch_deprecated_call_dummy_words(),
2337 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2338 set_gdbarch_deprecated_init_extra_frame_info(),
2339 set_gdbarch_deprecated_frame_args_address(),
2340 set_gdbarch_deprecated_frame_locals_address(),
2341 and set_gdbarch_deprecated_dummy_write_sp().
2342 Add set_gdbarch_convert_register_p(),
2343 set_gdbarch_register_to_value(),
2344 set_gdbarch_value_to_register(),
2345 set_gdbarch_push_dummy_call(),
2346 set_gdbarch_frame_align(),
2347 set_gdbarch_unwind_dummy_id(),
2348 set_gdbarch_unwind_pc(),
2349 frame_unwind_append_sniffer(),
2350 frame_unwind_append_sniffer(),
2351 and frame_base_set_default().
2352
aede7613
CD
23532003-08-25 Chris Demetriou <cgd@broadcom.com>
2354
2355 * configure.tgt: Document need for special "mipsisa64" handling.
2356 (mipsisa64*-*-linux64): Handle as target linux64.
2357 (mipsisa64*-*-*): Handle as target embed64.
2358
43c3a82e
MC
23592003-08-18 Michael Chastain <mec@shout.net>
2360
2361 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2362 objfile bug.
2363
6564f77d
MK
23642003-08-24 Mark Kettenis <kettenis@gnu.org>
2365
2de139ba
MK
2366 * i387-tdep.h: Update copyright date.
2367 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2368
6564f77d
MK
2369 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2370 CFLAGS games to reflect reality.
2371
42cf1509
AC
23722003-08-24 Andrew Cagney <cagney@redhat.com>
2373
2374 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2375 GDB_MULTI_ARCH is always non-zero.
2376 * osabi.c (_initialize_gdb_osabi): Ditto.
2377 (gdbarch_init_osabi): Ditto.
2378 * sparc-tdep.c: Ditto for #if code.
2379
0485f6ad
MK
23802003-08-23 Mark Kettenis <kettenis@gnu.org>
2381
2382 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2383 Update comments.
2384 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2385 comments.
2386 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2387 x86_64_supply_fxsave.
2388 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2389 x86_64_supply_fxsave.
2390 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2391 x86_64_supply_fxsave.
2392
c7716133
AJ
23932003-08-23 Andreas Jaeger <aj@suse.de>
2394
2395 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2396 i387_supply_fxsave.
2397
ed504bdf
MK
23982003-08-23 Mark Kettenis <kettenis@gnu.org>
2399
2400 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2401 i387_supply_register.
2402 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2403 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2404 i387_supply_fsave.
2405 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2406 i387_supply_fxsave.
2407 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2408 i387_supply_fsave.
2409 * i386bsd-nat.c (supply_fpregset): Adjust call to
2410 i387_supply_fsave.
2411 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2412 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2413 supply_fpregset.
2414 (store_inferior_registers): Remove extraneous whitespace. Call
2415 i387_fill_fsave instead of fill_fpregset.
2416 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2417 (supply_fpregset): Likewise.
2418 * i386v4-nat.c (supply_fpregset): Adjust call to
2419 i387_supply_fsave.
2420 * i386-interix-nat.c (supply_fpregset): Adjust call to
2421 i387_supply_fsave.
2422 * i386-linux-nat.c (supply_fpregset): Adjust call to
2423 i387_supply_fsave.
2424 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2425 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2426 i387supply_fsave and i387_supply_fxsave.
2427 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2428 Incorporate code from `i387_supply_register.
2429 (i387_supply_register): Remove.
2430 (i387_supply_fxsave): Add `regnum' argument.
2431 Update comments.
2432 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2433 prototype.
2434 (i387_supply_register): remove prototype.
2435 Update comments.
a8f4cde1 2436
4be5d520
MC
24372003-08-22 Michael Chastain <mec@shout.net>
2438
2439 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2440 Add lines for files in gdb/testsuite/gdb.cp/* that are
2441 still not 8.3 unique.
2442
7ed85d26
DJ
24432003-08-22 Daniel Jacobowitz <drow@mvista.com>
2444
2445 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2446 TYPE_VPTR_FIELDNO is valid.
2447
eb0d3137
MK
24482003-08-19 Mark Kettenis <kettenis@gnu.org>
2449
2450 * utils.c (set_width_command): Remove prototypes.
2451 (set_screen_size): New prototype.
2452 (init_page_info): Simplify by fetching the screen size from
2453 Readline. Call set_screen_size.
2454 (set_screen_size): New function.
2455 (set_width): Add missing whitespace in comment.
2456 (set_width_command): Call set_screen_size.
2457 (set_height_command): New function.
2458 (initialize_utils): Fix formatting. Make "set height" command
2459 call set_height_command. Remove redundant code that turns off
2460 pagination if output isn't a terminal. Remove redundant call to
2461 set_width_command.
a8f4cde1 2462
7e6d0ac8
MK
24632003-08-22 Mark Kettenis <kettenis@gnu.org>
2464
3567a8ea
MK
2465 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2466 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2467 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2468 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2469 `case' keyword.
2470 (sparc64_register_info): Give the reister with number
2471 SPARC64_STATE_REGNUM a name.
2472 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2473 %asi and %ccr.
2474 (sparc64_push_dummy_call): Take BIAS into account when checking
2475 stcak alignment.
2476 (sparc_software_single_step): Remove assertions that check whether
2477 NPC and NNPC were zero.
2478 (sparc_supply_rwindow): Make public. Merge functionality with
2479 sparc64_supply_rwindow.
2480 (sparc_fill_rwindow): Make public. Merge functionality with
2481 sparc64_fill_rwindow.
2482 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2483 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2484 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2485 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2486 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2487
7e6d0ac8
MK
2488 * reggroups.c: Add whitespace after declarations of local
2489 variables in functions.
2490
72e5f484
MC
24912003-08-21 Michael Chastain <mec@shout.net>
2492
2493 * gdbtypes.h: Change array bound type from an int to enum.
2494
435ac228
AC
24952003-08-21 Andrew Cagney <cagney@redhat.com>
2496
2497 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2498 * config/sparc/tm-sparc.h: Ditto.
2499 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2500 unconditionally.
2501 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2502
0d0e1a63
MK
25032003-07-13 Mark Kettenis <kettenis@gnu.org>
2504
2505 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2506 (register_objfile_data, set_objfile_data, objfile_data): New
2507 prototypes.
2508 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2509 prototypes.
2510 (allocate_objfile): Call objfile_alloc_data.
2511 (free_objfile): Call objfile_free_data.
2512 (struct objfile_data): New.
2513 (struct objfile_data_registration): New.
2514 (struct objfile_data_registry): New.
2515 (objfile_data_registry): New variable.
2516 (register_objfile_data): New function.
2517 (objfile_alloc_data, objfile_free_data): New functions.
2518 (set_objfile_data, objfile_data): New functions.
2519 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2520 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2521 (_initialize_dwarf2_frame): New function and prototype.
2522
d90cf509
AC
25232003-08-21 Andrew Cagney <cagney@redhat.com>
2524
2525 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2526 a specific architecture.
2527 * arch-utils.h (set_architecture_from_arch_mach): Delete
2528 declaration.
2529 (target_architecture_hook): Delete declaration.
2530 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2531 (default_float_format): Assume GDB_MULTI_ARCH.
2532 (default_double_format): Assume GDB_MULTI_ARCH.
2533 (set_endian_from_file): Delete function.
2534 (arch_ok): Delete function.
2535 (set_arch): Delete function.
2536 (set_architecture_from_arch_mach): Delete function.
2537 (set_architecture_from_file): Delete function.
2538 (set_architecture): Assume GDB_MULTI_ARCH.
2539 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2540
8b39fe56
MK
25412003-08-21 Mark Kettenis <kettenis@gnu.org>
2542
2543 Rewrite FreeBSD/sparc64 native configuration.
2544 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2545 * sparc64fbsd-nat.c: New file.
2546 * sparc64fbsd-tdep.c: New file.
2547 * sparc64-tdep.c sparc64-tdep.h: New files.
2548 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2549 sparc64fbsd-tdep.o): New dependencies.
2550 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2551 and sparc64fbsd-tdep.c.
2552 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2553 * config/sparc/fbsd.mh: Remove copyright notice.
2554 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2555 sparcbsd-nat.o.
2556 * config/sparc/fbsd.mt: Remove copyright notice.
2557 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
2558 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
2559 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
2560 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
2561 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
2562 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
2563 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
2564 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
2565 "sparc/tm-sp64.h".
2566 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
2567 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
2568
a7f19c79
MC
25692003-08-21 Michael Chastain <mec@shout.net>
2570
2571 * symtab.h: Add doco on the space critical structures and
2572 some measurements of space usage.
2573
da08ea5b
MS
25742003-08-21 Michael Snyder <msnyder@redhat.com>
2575
2576 * tracepoint.c (trace_dump_command): Trace break address
2577 is subject to DECR_PC_AFTER_BREAK.
2578 (set_traceframe_context): Make "trace_line" an int.
2579 Fixes suggested by Mark Newman <mark.newman@lmco.com>
a8f4cde1 2580
6df2bf50
MS
25812003-08-20 Michael Snyder <msnyder@redhat.com>
2582
2583 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
a8f4cde1
RM
2584 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
2585 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
6df2bf50 2586 argument passing.
a8f4cde1 2587 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
6df2bf50
MS
2588 functions, replace sh_push_dummy_call.
2589 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
2590
0955bbf0
MC
25912003-08-20 Michael Chastain <mec@shout.net>
2592
2593 * gdbtypes.h (struct main_type): Rearrange to save space.
2594
260a4188
MS
25952003-08-20 Michael Snyder <msnyder@redhat.com>
2596
2597 * trad-frame.c: Comment typo fix.
2598
8baa6f92
KB
25992003-08-20 Michael Snyder <msnyder@redhat.com>
2600 Kevin Buettner <kevinb@redhat.com>
2601
2602 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
2603 (frv_frame_init_saved_regs): Add declaration.
2604 (frame_extra_info): Add new field ``saved_regs''.
2605 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
2606 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
2607 Update frame related code.
2608 (frv_extract_struct_value_address): Adjust formatting.
2609 * Makefile.in (frv-tdep.o): Update dependencies.
2610 * config/frv/tm-frv.h (target_insert_watchpoint)
2611 (target_remove_watchpoint, target_insert_hw_breakpoint)
2612 (target_remove_hw_breakpoint): Delete these macros.
2613 (remote_insert_watchpoint, remote_remove_watchpoint)
2614 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
2615 these declarations.
2616
87193939
MC
26172003-08-20 Michael Chastain <mec@shout.net>
2618
2619 * defs.h (ENUM_BITFIELD): New macro.
2620 * symtab.h (ENUM_BITFIELD): Use it.
2621 (BYTE_BITFIELD): Remove old macro, which was already disabled.
2622
062103ba
SA
26232003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
2624
2625 * MAINTAINERS (write after approval): Add myself.
a8f4cde1 2626
8b148df9
AC
26272003-08-18 Andrew Cagney <cagney@redhat.com>
2628
2629 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
2630 * gdbarch.h, gdbarch.c: Re-generate.
2631 * infcall.c (call_function_by_hand): Adjust the SP by
2632 frame_red_zone_size before allocating any stack space.
2633 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
2634 * x86-64-tdep.c (x86_64_frame_align): New function.
2635 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
2636
2637 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
2638 Remove code adjusting SP so that it skips over the Red Zone.
2639
954a4db8
MK
26402003-08-18 Mark Kettenis <kettenis@gnu.org>
2641
2642 * NEWS (New native configurations): Mention FreeBSD/amd64.
2643
1a241548
AC
26442003-08-18 Andrew Cagney <cagney@redhat.com>
2645
2646 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
2647 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
2648 "m68k_frame_p".
2649 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2650
f82b2acd
MK
26512003-08-18 Mark Kettenis <kettenis@gnu.org>
2652
2653 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2654
4056d258
ML
26552003-08-18 Michal Ludvig <mludvig@suse.cz>
2656
2657 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
2658 Define.
2659 * i386-linux-nat.c: Include "linux-nat.h".
2660 (child_post_startup_inferior): New function.
a8f4cde1 2661
99ab4326
MK
26622003-08-18 Mark Kettenis <kettenis@gnu.org>
2663
2664 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
2665 at the start of a frameless function. This probably fixes PR
2666 backtrace/1338.
2667
c8d5f0d6
MC
26682003-08-17 Michael Chastain <mec@shout.net>
2669
2670 * symfile.c (find_sym_fns): Remove special case for apollo target.
2671
9016a515
DJ
26722003-08-17 Daniel Jacobowitz <drow@mvista.com>
2673
2674 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
2675 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
2676 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
2677 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
2678 (linux_supports_tracevforkdone): New function.
2679 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
2680 TRACEVFORKDONE.
2681 (child_follow_fork): Handle vfork.
2682 (linux_handle_extended_wait): Likewise. Also handle exec.
2683 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
2684 * NEWS: Mention fork tracing.
2685
c538c11c
DJ
26862003-08-17 Daniel Jacobowitz <drow@mvista.com>
2687
2688 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2689
4de4c07c
DJ
26902003-08-17 Daniel Jacobowitz <drow@mvista.com>
2691
2692 * Makefile.in (i386-linux-nat.o): Update dependencies.
2693 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
2694 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
2695 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
2696 * i386-linux-nat.c: Include "linux-nat.h".
2697 (child_post_startup_inferior): New function.
2698 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
2699 * infptrace.c (kill_inferior): Wrap in #ifdef.
2700 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
2701 attaching to each LWP.
2702 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
2703 (init_lin_lwp_ops): Fill in some more operations.
2704 * linux-nat.h (linux_enable_event_reporting)
2705 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
2706 prototypes.
2707 * linux-nat.c (linux_enable_event_reporting): New function.
2708 (child_post_attach, linux_child_post_startup_inferior)
2709 (child_post_startup_inferior, child_follow_fork)
2710 (linux_handle_extended_wait, kill_inferior): New functions.
2711
7996bcec
AC
27122003-08-16 Andrew Cagney <cagney@redhat.com>
2713
2714 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
2715 * gdbarch.h, gdbarch.c: Re-generate.
2716
3d48a7a0
MK
27172003-08-16 Mark Kettenis <kettenis@gnu.org>
2718
2719 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2720
7989c619
AC
27212003-08-16 Andrew Cagney <cagney@redhat.com>
2722
2723 * NEWS: Mention that "set prompt-escape-char" was deleted.
2724 * top.c (get_prompt_1): Delete function.
2725 (gdb_prompt_escape):
2726 (init_main): Do not clear "gdb_prompt_escape". Delete "set
2727 prompt-escape-char" command.
2728 (MAX_PROMPT_SIZE): Delete macro.
2729 (get_prompt): Simplify, do not call get_prompt_1.
2730
07978cd8
AC
27312003-08-16 Andrew Cagney <cagney@redhat.com>
2732
2733 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
2734 -Werror. -Wformat-nonliteral problems.
2735
3ff7cf9e
JB
27362003-08-15 J. Brobecker <brobecker@gnat.com>
2737
2738 Further multiarching work mostly for hppa64-*-hpux11:
2739 * hppa-tdep.h: New file.
2740 * hppa-tdep.c: #include hppa-tdep.c.
2741 (hppa32_num_regs): Renamed from hppa_num_regs.
2742 (hppa64_num_regs): New constant.
2743 (hppa64_call_dummy_breakpoint_offset): New constant.
2744 (hppa32_call_dummy_length): New constant.
2745 (hppa64_call_dummy_length): New constant.
2746 (hppa32_stack_align): Make name 32bit explicit.
2747 (hppa32_register_virtual_type): Likewise.
2748 (hppa32_extract_return_value): Likewise.
2749 (hppa32_use_struct_convention): Likewise.
2750 (hppa32_store_return_value): Likewise.
2751 (hppa64_register_virtual_type): New function.
2752 (hppa64_extract_return_value): New function.
2753 (hppa64_use_struct_convention): New function.
2754 (hppa64_store_return_value): New function.
2755 (hppa_frame_locals_address): Remove declaration, function does
2756 not exist anymore.
2757 (hppa_register_byte): Add support for PA64 ABI.
2758 (hppa_gdbarch_init): Add support for PA64 ABI.
2759 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
2760 Make name 32bit explicit.
2761 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
2762 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
2763 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
2764 (hppa64_hpux_frame_base_before_sigtramp): New function.
2765 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
2766 * config/pa/tm-hppa64.h: Remove macros that are no longer
2767 necessary now that the gdbarch vector is properly setup.
a8f4cde1 2768 Transform some macros into function calls. Some minor cleanup.
3ff7cf9e
JB
2769 * config/pa/tm-hppah.h: Update function calls in macros
2770 following the function renaming in hppa-hpux-tdep.c.
2771 * Makefile.in (hppa_tdep_h): New variable.
2772 (hppa-tdep.o): Add dependency over hppa_tdep_h.
2773
5d05ca6d
MS
27742003-08-14 Michael Snyder <msnyder@redhat.com>
2775
2776 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2777
37ba2569
JB
27782003-08-13 J. Brobecker <brobecker@gnat.com>
2779
2780 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
2781 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
2782 routine.
2783
aed7f26a
MS
27842003-08-13 Michael Snyder <msnyder@redhat.com>
2785
2786 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
2787 (frv_saved_pc_after_call): Use deprecated ftype.
2788 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
2789 (frv_remote_translate_xfer_address): Remove.
2790 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
2791
752d4ac1
JB
27922003-08-13 J. Brobecker <brobecker@gnat.com>
2793
2794 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
2795 initialization after the common gdbarch initialization, not before.
2796
1426ac1d
JB
27972003-08-13 J. Brobecker <brobecker@gnat.com>
2798
2799 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
2800 (ADDR_BITS_REMOVE): Remove, redundant.
2801
b6fbdd1d
JB
28022003-08-13 J. Brobecker <brobecker@gnat.com>
2803
2804 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
2805 gdbarch method to clear the 2 low bits of text addresses.
2806
44160db3
AC
28072003-08-12 Andrew Cagney <cagney@redhat.com>
2808
2809 * Makefile.in (dsrec.o): Update dependencies.
2810 * dsrec.c: Include "gdb_assert.h".
2811 (make_srec): Use snprintf instead of sprintf, use a literal format
2812 string.
2813
bcf7d3ca
AC
28142003-08-12 Andrew Cagney <cagney@redhat.com>
2815
2816 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
2817 FRAME_OBSTACK_ZALLOC.
2818
49ed40de
KB
28192003-08-12 Kevin Buettner <kevinb@redhat.com>
2820
2821 * i386-tdep.c (i386_gdbarch_init): Enable default support for
2822 SSE registers.
2823
b246147c
MK
28242003-08-10 Mark Kettenis <kettenis@gnu.org>
2825
2826 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
2827 amd64fbsd_sc_reg_offset): Add extern declarations.
2828 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
2829 declarations.
2830
d95fdc0d
BE
28312003-08-11 Ben Elliston <bje@wasabisystems.com>
2832
2833 * MAINTAINERS (write after approval): Update my mail address.
2834
cf6a0e73
AC
28352003-08-10 Andrew Cagney <cagney@redhat.com>
2836
2837 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
2838
f837910f
MK
28392003-08-10 Mark Kettenis <kettenis@gnu.org>
2840
e2dbbd2d
MK
2841 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
2842 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
2843 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
2844 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
2845 i386bsd_sc_reg_offset): Add extern declarations.
2846 * i386obsd-nat.c: Include "i386-tdep.h"
2847 (_initialize_i386obsd_nat): Remove extern declarations.
2848 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
2849 declarations.
2850 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
2851 declarations.
2852
f837910f
MK
2853 * i386-tdep.c (i386_register_to_value): Use get_frame_register
2854 instead of frame_read_register.
2855 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
2856 instead of frame_read_register. Use I386_ESP_REGNUM instead of
2857 SP_REGNUM.
2858 (i386_frame_prev_register): Use frame_unwind_register_unsigned
2859 instead of frame_unwind_unsigned_register. Use
2860 I386_EFLAGS_REGISTER instead of PS_REGNUM.
2861 (i386_get_longjmp_target): Use regcache_read_unsigned_register
2862 instead of read_register. Use builtin_type_void_data_ptr instead
2863 of builtin_type_void_func_ptr when extracting the address of the
2864 jmp_buf.
2865 (i386_extract_return_value, i386_store_return_value,
2866 i386_pseudo_register_read, i386_pseudo_register_write): Use
2867 register_size instead REGISTER_RAW_SIZE.
2868
edcf254d
AC
28692003-08-10 Andrew Cagney <cagney@redhat.com>
2870
2871 * infcall.c (call_function_by_hand): Use xstrprintf instead of
2872 sprintf. Make "name" constant.
2873
26604a34
MK
28742003-08-10 Mark Kettenis <kettenis@gnu.org>
2875
192285c6
MK
2876 * i387-tdep.c (i387_register_to_value): Use get_frame_register
2877 instead of frame_read_register.
f837910f
MK
2878 (i387_print_float_info): Use get_frame_register and
2879 get_frame_register_unsigned instead of frame_register_read.
192285c6 2880
f0925262
MK
2881 * i386fbsd-nat.c: Include "i386-tdep.h".
2882 (child_resume): Make `eflags' an ULONGEST. Use
2883 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
2884 instead of register_read and register_write.
2885
a144416f
MK
2886 * i386bsd-nat.c (fetch_inferior_registers,
2887 store_inferior_registers): Don't use && at the end of a line.
2888 (_initialize_i386bsd_nat): Fix typo.
2889
fec74868
MK
2890 * frame.c (_initialize_frame): Add missing backslash.
2891
87232496
MK
2892 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2893 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
2894 and supply_register instead of manipulating the register buffer
2895 directly.
2896
c9b9de0b
MK
2897 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
2898 * config/i386/nm-i386sol2.h
2899 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
2900
26604a34
MK
2901 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
2902 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
2903 instructions that GCC likes to mingle into the prologue. Fixes
2904 gdb/1253 and gdb/1255.
2905
25d29d70
AC
29062003-08-09 Andrew Cagney <cagney@redhat.com>
2907
2908 Fix GDB PR cli/926.
2909 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
2910 * command.h (add_setshow_uinteger_cmd): Declare.
2911 * frame.c (set_backtrace_cmd): New function.
2912 (show_backtrace_cmd): New function.
2913 * frame.c (_initialize_frame): Replace "set/show
2914 backtrace-below-main" with "set/show backtrace past-main". Add
2915 command "set/show backtrace limit".
2916 (backtrace_past_main): Rename "backtrace_below_main".
2917 (backtrace_limit): New variable.
2918 (get_prev_frame): Update. Check the backtrace_limit.
2919
9ebf4acf
AC
29202003-08-09 Andrew Cagney <cagney@redhat.com>
2921
2922 * defs.h (xstrprintf): Declare.
2923 * utils.c (xstrprintf): New function.
2924 * breakpoint.c (insert_breakpoints): Replace sprintf and
2925 non-literal format strings, with xstrprintf and cleanups.
2926 (delete_breakpoint,breakpoint_re_set): Ditto.
2927 (commands_command, insert_breakpoints): Ditto.
2928 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
2929 (break_at_finish_command_1): Ditto.
2930
3771659b
AC
29312003-08-09 Andrew Cagney <cagney@redhat.com>
2932
2933 * MAINTAINERS (language support): List Adam Fedor as Objective C
2934 maintainer.
2935
b4263afa
JB
29362003-08-08 J. Brobecker <brobecker@gnat.com>
2937
2938 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
2939 are now multiarched.
2940
d84defb1
JB
29412003-08-08 J. Brobecker <brobecker@gnat.com>
2942
2943 * config/pa/tm-hppa64.h: Remove lots of macros that are no
2944 longer necessary now that hppa64 is partially multiarch'ed.
2945
f786f615
AC
29462003-08-08 Andrew Cagney <cagney@redhat.com>
2947
2948 * interps.c (interp_set): Check for a NULL "old_interp".
2949
c938e9b0
L
29502003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2951
2952 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
2953 (install-only): Support DESTDIR.
2954 (uninstall): Likewise.
2955 (install-gdbtk): Likewise.
2956
9a146a11
EZ
29572003-08-08 Elena Zannoni <ezannoni@redhat.com>
2958
2959 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
2960 contains something meaningful at all times.
2961
2962Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 2963
62599e99 2964 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 2965
56296155
BC
2966Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
2967
62599e99 2968 * MAINTAINERS (write after approval): Added self.
56296155 2969
9710e734
AC
29702003-08-07 Andrew Cagney <cagney@redhat.com>
2971
2972 * inferior.h (AT_SYMBOL): Define.
2973 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
2974 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
2975 * mips-tdep.c (mips_call_dummy_address): Delete function.
2976 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
2977 set call_dummy_address.
2978
98b3ab73
AC
29792003-08-07 Andrew Cagney <cagney@redhat.com>
2980
2981 * language.c (op_error): Delete function.
2982 (binop_type_check): Delete function.
2983 * language.h (type_op_error, range_op_error): Delete macros.
2984 (op_error): Delete declaration.
2985
2fcf52f0
AC
29862003-08-07 Andrew Cagney <cagney@redhat.com>
2987
2988 * interps.h (INTERP_MI2, INTERP_MI3): Define.
2989
abd4220e 29902003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 2991
abd4220e 2992 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 2993 (x86_64_push_arguments): Skip the red zone.
abd4220e 2994
9dd5f34f
AC
29952003-08-05 Andrew Cagney <cagney@redhat.com>
2996
2997 * reggroups.c (reggroup_next): Check for the final entry.
2998
e5e78edc
AC
29992003-08-04 Andrew Cagney <cagney@redhat.com>
3000
ab4e3d93
AC
3001 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3002 * cli/cli-script.c (define_command): Call query directly, instead
3003 of passing it a buffer.
3004 * ocd.c (ocd_error): Pass error a constant format string.
3005 * remote-mips.c (mips_error): Use fputs_filtered.
3006
1062ca82
AC
3007 * solib-svr4.c (_initialize_svr4_solib): Update
3008 register_gdbarch_data call.
3009 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3010
fcc1c85c
AC
3011 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3012 (register_gdbarch_data): Delete "free" parameter. Update
3013 comments.
3014 * gdbarch.h, gdbarch.c: Re-generate.
3015 * reggroups.c (_initialize_reggroup): Update.
3016 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3017 * frame-base.c (_initialize_frame_base): Update.
3018 * frame-unwind.c (_initialize_frame_unwind): Update.
3019 * user-regs.c (_initialize_user_regs): Update.
3020 * remote.c (_initialize_remote): Update.
3021 * regcache.c (_initialize_regcache): Update.
3022
116f06ea
AC
3023 * regcache.c (xfree_regcache_descr): Delete function.
3024 (_initialize_regcache): Update call to register_gdbarch_data.
3025 (init_regcache_descr, init_legacy_regcache_descr): Use
3026 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3027
e5e78edc
AC
3028 * remote.c (free_remote_state): Delete function.
3029 (_initialize_remote): Update register_gdbarch_data.
3030 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3031 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3032
6c7d17ba
AC
30332003-08-04 Andrew Cagney <cagney@redhat.com>
3034
3035 * reggroups.c (struct reggroup_el): Define.
3036 (struct reggroups): Delete field "nr_group". Replace array
3037 "group" with a "first" to "last" linked list.
3038 (reggroups_init): Update. Allocate using gdbarch's obstack.
3039 (reggroups_free): Delete function.
3040 (add_group): Update. Add "el" parameter.
3041 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3042 (default_groups): Update.
3043 (reggroup_next): Replace reggroups.
3044 (reggroups_dump): Update.
3045 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3046 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3047 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3048
89b7795b
DJ
30492003-08-04 Daniel Jacobowitz <drow@mvista.com>
3050
3051 * Makefile.in (tui-interp.o): Update dependencies.
3052
306d9ac5
DC
30532003-08-04 David Carlton <carlton@kealia.com>
3054
3055 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3056 to internal_error call.
3057 * source.c (forward_search_command): Add "%s" format argument.
3058 (reverse_search_command): Ditto.
3059 * top.c (quit_confirm): Ditto.
3060 * cli/cli-setshow.c (do_setshow_command): Ditto.
3061 * cp-valprint.c (cp_print_class_method): Replace
3062 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3063 (cp_print_class_member): Ditto.
3064 * event-top.c (command_line_handler): Ditto.
3065 * linux-proc.c (linux_info_proc_cmd): Ditto.
3066 * p-typeprint.c (pascal_type_print_base): Ditto.
3067 * p-valprint.c (pascal_object_print_class_method): Ditto.
3068 (pascal_object_print_class_member): Ditto.
3069 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3070 * remote.c (remote_cisco_section_offsets): Ditto.
3071 * top.c (command_line_input): Ditto.
3072 * utils.c (vwarning,error_stream,quit): Ditto.
3073 * valprint.c (print_floating,print_binary_chars)
3074 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3075
57bfe177
AC
30762003-08-04 Andrew Cagney <cagney@redhat.com>
3077
3078 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3079
e546b999
AC
30802003-08-02 Andrew Cagney <cagney@redhat.com>
3081
3082 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3083 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3084 amd64fbsd-nat.c.
3085
91092ee5
AC
30862003-08-02 Andrew Cagney <cagney@redhat.com>
3087
3088 * Makefile.in: Update all dependencies and definitions.
3089
889f28e2
AF
30902003-08-02 Adam Fedor <fedor@gnu.org>
3091
3092 * linespec.c (is_objc_method_format): New function
3093 (decode_line_1, locate_first_half): Use it.
3094 Fixes PR objc/1298
3095
880bc914
AC
30962003-08-01 Andrew Cagney <cagney@redhat.com>
3097
3098 * NEWS: Mention that m32r is multi-arch.
3099 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3100 * configure.tgt: Recognize m32r-*-*.
3101 * config/m32r/tm-m32r.h: Delete file.
3102 * config/m32r/m32r.mt: New file.
a8f4cde1 3103 * m32r-rom.c (m32r_upload_command): Use hostent only when
880bc914
AC
3104 gethostname succeeds, in order to avoid a compilation
3105 warning.
3106 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3107 compiler warning.
3108
19f59343
MS
31092003-08-01 Michael Snyder <msnyder@redhat.com>
3110
3111 * sh-tdep.c (sh_frame_align): New gdbarch method.
3112 (sh_gdbarch_init): Set up frame_align method.
3113
4e7d7511
MS
31142003-07-31 Michael Snyder <msnyder@redhat.com>
3115
3116 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3117 which is already covered by the new frames infrastructure.
3118
63022984
AC
31192003-07-31 Andrew Cagney <cagney@redhat.com>
3120
3121 * user-regs.c (struct user_reg): Add "next" link.
3122 (struct user_regs): Replace "user" with "first" and "last" links.
3123 (append_user_reg): Add pre-allocated "reg" parameter.
3124 (builtin_user_regs): Provide initial value for "last".
3125 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3126 (user_regs_init): Allocate memory from the gdbarch obstack.
3127 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3128 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3129 linked list.
3130 (usernum_to_user_reg): New function.
3131 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3132 (value_of_user_reg): Use usernum_to_user_reg.
3133 (user_regs_free): Delete function.
3134 (_initialize_user_regs): Update register_gdbarch_data call.
3135
7cf6e574
DJ
31362003-07-31 Daniel Jacobowitz <drow@mvista.com>
3137
3138 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3139
c48a845b
MS
31402003-07-30 Michael Snyder <msnyder@redhat.com>
3141
4e7d7511 3142 * value.h (value_being_returned): Add a struct_addr argument.
a8f4cde1 3143 * infcall.c (call_function_by_hand): Pass struct_addr to
c48a845b
MS
3144 value_being_returned.
3145 * infcmd.c (print_return_value): Pass zero as struct_addr.
3146 * values.c (value_being_returned): If struct_addr is passed,
3147 use it instead of trying to recover it from the inferior.
3148
f0d8db19
KB
31492003-07-30 Kevin Buettner <kevinb@redhat.com>
3150
3151 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3152 the prologue analyzer won't need to attempt to extract the pc
3153 value from the woefully incomplete dummy frame.
3154 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3155 possible. Disable code which modifies the frame.
3156
e5c113a1
AC
31572003-07-28 Andrew Cagney <cagney@redhat.com>
3158
3159 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3160 to level 2.
3161 (annotate_breakpoints_table, annotate_record): Ditto.
3162 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3163 (annotate_field_name_end, annotate_field_value): Ditto.
3164 (annotate_field_end, annotate_frame_source_begin): Ditto.
3165 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3166 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3167 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3168 (annotate_frame_address_end, annotate_frame_address): Ditto.
3169 (annotate_frame_args, annotate_frame_end): Ditto.
3170 (annotate_frame_where, annotate_arg_begin): Ditto.
3171 (annotate_arg_name_end, annotate_arg_value): Ditto.
3172 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3173 (annotate_function_call, annotate_signal_name): Ditto.
3174 (annotate_signal_string, annotate_signal_name_end): Ditto.
3175 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3176 (annotate_value_begin, annotate_value_history_value): Ditto.
3177 (annotate_value_history_end, annotate_value_end): Ditto.
3178 (annotate_display_begin, annotate_display_number_end): Ditto.
3179 (annotate_display_format, annotate_display_expression): Ditto.
3180 (annotate_display_expression_end, annotate_display_value): Ditto.
3181 (annotate_display_end, annotate_array_section_begin): Ditto.
3182 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3183 (annotate_elt, annotate_array_section_end): Ditto.
3184
bb1db049
AC
31852003-07-28 Andrew Cagney <cagney@redhat.com>
3186
3187 * regcache.c (struct regcache_descr): Update comments on
3188 nr_raw_registers.
3189 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3190 sizeof_raw_register_valid_p.
3191 (init_regcache_descr): Set nr_raw_registers and
3192 sizeof_raw_register_valid_p before calling
3193 init_legacy_regcache_descr.
3194
20e6603c
AC
31952003-07-28 Andrew Cagney <cagney@redhat.com>
3196
3197 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3198 MOD NUM_REGS.
3199
db742940
DJ
32002003-07-28 Daniel Jacobowitz <drow@mvista.com>
3201
3202 * thread.c (info_threads_command): Use get_selected_frame ().
3203 Check that there is at least one non-sentinel frame.
3204
ce7f4371
SC
32052003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3206
3207 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3208 (m68hc11_pop_frame): Remove.
3209 (m68hc11_frame_saved_pc): Remove.
3210 (m68hc11_frame_chain): Remove.
3211 (m68hc11_frame_init_saved_regs): Remove.
3212 (m68hc11_init_extra_frame_info): Remove.
3213 (m68hc11_store_struct_return): Remove.
3214 (m68hc11_saved_pc_after_call): Remove.
3215
1ea653ae
SC
32162003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3217
3218 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3219 frame unwind information.
3220 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3221 and adapted for frame unwinding.
3222 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3223 (m68hc11_unwind_pc): New function.
3224 (m68hc11_frame_unwind_cache): New function to analyze frames.
3225 (m68hc11_frame_this_id): New function to create new frame struct.
3226 (m68hc11_frame_prev_register): New function to unwind a register from
3227 the frame.
3228 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3229 (m68hc11_frame_p): New function for the above.
3230 (m68hc11_frame_base_address): New function to return fp of frame.
3231 (m68hc11_frame_args_address): Update for frame.
3232 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3233 (m68hc11_unwind_sp): New function.
3234 (m68hc11_unwind_dummy_id): New function.
3235 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3236 calls.
3237
c8a7f6ac
SC
32382003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3239
3240 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3241 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3242 when we are beyond the current pc.
3243
3dc990bf
SC
32442003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3245
3246 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3247 from m68hc11_push_arguments.
3248 (m68hc11_push_arguments): Remove.
3249 (m68hc11_push_return_address): Remove.
3250 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3251 handlers; remove deprecated_extra_stack_alignment_needed.
3252
222e5d1d
AC
32532003-07-27 Andrew Cagney <cagney@redhat.com>
3254
3255 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3256 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3257 REAL_PC and not the pointer.
3258 * hppa-hpux-tdep.c: Include frame.h
3259
a7e9a47e
AC
32602003-07-27 Andrew Cagney <cagney@redhat.com>
3261
3262 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3263 GDB_MULTI_ACH_PARTIAL.
3264
7e3dd49e
AC
32652003-07-27 Andrew Cagney <cagney@redhat.com>
3266
3267 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3268 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3269 operator at start and not end of line.
3270 (decode_prologue): Ditto.
3271 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3272 frame_unwind_register_unsigned instead of
3273 frame_unwind_unsigned_register.
3274 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3275 read_register.
3276 (m32r_push_dummy_call): Use register_size instead of
3277 REGISTER_RAW_SIZE.
3278 (m32r_frame_sniffer): Replace m32r_frame_p.
3279 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3280 * m32r-rom.c (report_transfer_performance): Delete extern
3281 declaration.
3282 (m32r_load, m32r_upload_command): Use print_transfer_performance
3283 instead of report_transfer_performance.
3284 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3285 / add_show_from_set.
3286
0880807f
AC
32872003-07-26 Andrew Cagney <cagney@redhat.com>
3288
3289 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3290 store_return_value and extract_struct_value_address.
3291
64ae9269
DJ
32922003-07-26 Daniel Jacobowitz <drow@mvista.com>
3293
3294 PR c++/1267
3295 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3296 NULL, default to the section containing PC.
3297
e286caf2
SC
32982003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3299
3300 * NEWS: Mention "regs" deprecated for m68hc11 too.
3301
3302 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3303 (m68hc11_print_register): New function to print out one register.
3304 (m68hc11_print_registers_info): New function to print registers.
3305 (show_regs): Deprecate and use the above.
3306 (m68hc11_gdbarch_init): Install the print_registers_info.
3307
705b278b
JJ
33082003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3309
3310 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3311 that we have a SIGTRAP before returning non-zero.
3312
63cd4198
EZ
33132003-07-23 Michal Ludvig <mludvig@suse.cz>
3314 Elena Zannoni <ezannoni@redhat.com>
3315
a8f4cde1 3316 * linespec.c (decode_line_2): Avoid crash if
63cd4198
EZ
3317 find_function_start_sal() returns empty record.
3318
6926787d
AS
33192003-07-23 Andreas Schwab <schwab@suse.de>
3320
3321 * ia64-tdep.c (ia64_print_insn): New function.
3322 (ia64_gdbarch_init): Set print_insn to it.
3323 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3324 deprecated_tm_print_insn_info.
3325
708cc1b6
MS
33262003-07-22 Michael Snyder <msnyder@redhat.com>
3327
3328 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3329 handle 8-bit returns (long long).
3330 (h8300h_extract_return_value): Ditto.
3331 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3332
aebd7893
AC
33332003-07-22 Andrew Cagney <cagney@redhat.com>
3334
3335 * gdbarch.c Include "gdb_obstack.h".
3336 (struct gdbarch): Add an "obstack".
3337 (alloc_gdbarch_data): Allocate the gdbarch data using
3338 GDBARCH_OBSTACK_CALLOC.
3339 (free_gdbarch_data): Delete function.
3340 (gdbarch_obstack_zalloc): New function.
3341 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3342 Assert that the architecture is not initialized.
3343 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3344 vector from the obstack.
3345 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3346 architecture obstack.
3347 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3348 (set_gdbarch_data): Assert that the data is not initialized.
3349 (struct gdbarch_data): Delete member "free".
3350 (register_gdbarch_data): Do not initialize "free".
3351 * gdbarch.h, gdbarch.c: Re-generate.
a8f4cde1 3352
153721e6
AC
33532003-07-22 Andrew Cagney <cagney@redhat.com>
3354
3355 * configure.in (build_warnings): Add -Wformat-nonliteral.
3356 * configure: Re-generate.
3357
c193f044 33582003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
3359
3360 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 3361
c3228f12
EZ
33622003-07-22 Elena Zannoni <ezannoni@redhat.com>
3363
3364 * findvar.c (read_var_value): Remove case for thread local storage
3365 variables. It is now entirely handled by the dwarf2 location
3366 expression code.
3367 * printcmd.c (address_info): Ditto.
3368 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3369 enumeration value.
3370 (struct symbol): Remove objfile field, which was used by
3371 LOC_THREAD_LOCAL_STATIC only.
3372 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3373 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3374 usage of objfile pointer.
3375 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3376 thread local variables.
3377 Add include of objfiles.h.
3378 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3379 storage variables.
3380 * Makefile.in (dwarf2loc.o): Update dependencies.
3381
aef9bcd2
AC
33822003-07-22 Andrew Cagney <cagney@redhat.com>
3383
3384 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3385 get_frame_base.
3386 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3387 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3388 (struct value): Add opaque declaration.
3389 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3390
d95a8903
AC
33912003-07-21 Andrew Cagney <cagney@redhat.com>
3392
3393 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3394 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3395
4db73d49
SC
33962003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3397
a8f4cde1 3398 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4db73d49
SC
3399 regcache_cooked_read_unsigned instead of read_register.
3400 (m68hc11_saved_pc_after_call): Likewise.
3401 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3402 instead of write_register.
3403 (m68hc11_register_type): New function.
3404 (m68hc11_register_virtual_type): Remove.
3405 (m68hc11_store_return_value): Convert to use the regcache.
3406 (m68hc11_extract_struct_value_address): Likewise.
3407 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3408 m68hc11_register_type; undeprecate store_return_value and
3409 extract_struct_value_address.
3410
ef2b8fcd
SC
34112003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3412
3413 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3414 and translate to use regcache.
3415 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3416
625b0b97
AC
34172003-07-18 Andrew Cagney <cagney@redhat.com>
3418
3419 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3420 * gdbarch.h, gdbarch.c: Re-generate.
3421 * i386-tdep.c (i386_gdbarch_init): Do not set
3422 DWARF2_BUILD_FRAME_INFO.
3423 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3424 unconditionally.
3425 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3426 DWARF2_BUILD_FRAME_INFO.
3427
22b0d388
AC
34282003-07-18 Andrew Cagney <cagney@redhat.com>
3429
3430 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3431 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3432
1ce5d6dd
AC
34332003-07-18 Andrew Cagney <cagney@redhat.com>
3434
3435 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3436 frame_unwind_address_in_block, instead of frame_pc_unwind.
3437 (dwarf2_frame_cache): Ditto.
3438
e6e5e94c
AC
34392003-07-18 Andrew Cagney <cagney@redhat.com>
3440
3441 * user-regs.h (struct gdbarch): Declare opaque.
3442 * ui-out.h (struct ui_file): Declare opaque.
3443 * dwarf2-frame.h (struct frame_info): Declare opaque.
3444
5483d879
KW
34452003-07-18 Kris Warkentin <kewarken@qnx.com>
3446
3447 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3448 #include "...".
3449 (procfs_meminfo): Change strerror to safe_strerror.
3450 (procfs_can_run): Remove K&R badness.
3451
278a7cf7
MS
34522003-07-17 Michael Snyder <msnyder@redhat.com>
3453
3454 * remote-sim.c: Comment typo fix.
3455
606e3b82
AC
34562003-07-17 Andrew Cagney <cagney@redhat.com>
3457
3458 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3459 configure.
3460 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3461 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3462 GDB_MULTI_ARCH_PARTIAL.
3463
c43af07c
EZ
34642003-07-17 Elena Zannoni <ezannoni@redhat.com>
3465
3466 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3467 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3468 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3469
3b85b0f1
TR
34702003-07-16 Theodore A. Roth <troth@openavr.org>
3471
3472 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3473 found.
3474 (avr_frame_unwind_cache): Don't unwind FP for main.
3475 Update a comment.
3476 Save the computed prev_sp.
3477 (avr_saved_regs_unwinder): Remove function.
a8f4cde1 3478 (avr_frame_prev_register): Use PC unwind logic from
3b85b0f1
TR
3479 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3480
336d1bba
AC
34812003-07-16 Andrew Cagney <cagney@redhat.com>
3482
3483 * frame-base.h (frame_base_p_ftype): Delete definition.
3484 (frame_base_append_predicate): Delete declaration.
3485 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3486 (frame_unwind_append_predicate): Delete declaration.
3487 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3488 (append_predicate): Delete parameter "p".
3489 (frame_unwind_append_predicate): Delete function.
3490 (frame_unwind_append_sniffer): Update call to append_predicate.
3491 (frame_unwind_free): Delete function.
3492 (_initialize_frame_unwind): Pass NULL as "free" to
3493 register_gdbarch_data.
3494 (frame_unwind_init): Append the dummy_frame_sniffer.
3495 (frame_unwind_find_by_frame): Simplify.
3496 * frame-base.c (struct frame_base_table): Delete field "p".
3497 (append_predicate): Delete parameter "p".
3498 (frame_base_append_predicate): Delete function.
3499 (frame_base_append_sniffer): Update call to append_predicate.
3500 (frame_base_free): Delete function.
3501 (frame_base_find_by_frame): Simplify.
3502 (_initialize_frame_base): Pass NULL as "free" to
3503 register_gdbarch_data.
3504 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3505 (x86_64_sigtramp_frame_sniffer): Replace
3506 "x86_64_sigtramp_frame_p".
3507 (x86_64_init_abi): Set the frame unwind sniffers.
3508 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3509 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3510 (m68k_gdbarch_init): Set the frame unwind sniffers.
3511 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3512 "i386_sigtramp_frame_p".
3513 (i386_frame_sniffer): Replace "i386_frame_p".
3514 (i386_gdbarch_init): Set the frame unwind sniffers.
3515 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3516 (avr_gdbarch_init): Set the frame unwind sniffers.
3517 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3518 "alpha_sigtramp_frame_p"
3519 (alpha_heuristic_frame_sniffer): Replace
3520 "alpha_heuristic_frame_p".
3521 (alpha_gdbarch_init): Set the frame unwind sniffers.
3522 (alpha_dwarf2_init_abi): Ditto.
3523 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3524 "alpha_debug_frame_p".
3525 (alpha_mdebug_frame_base_sniffer): Replace
3526 "alpha_mdebug_frame_base_p".
3527 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3528 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3529 (d10v_gdbarch_init): Set the frame unwind sniffer.
3530 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3531 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3532 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3533 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3534 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3535 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3536
48db5a3c
CV
35372003-07-16 Michael Snyder <msnyder@redhat.com>
3538
3539 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3540 should go thru sh_dsp_register_sim_regno, else the dsp regs
3541 will not get the right values.
3542
35432003-07-16 Corinna Vinschen <vinschen@redhat.com>
3544
3545 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3546 deprecated_store_floating by call to store_typed_floating.
3547 (sh_sh4_register_convert_to_raw): Substitute call to
3548 deprecated_extract_floating by call to extract_typed_floating.
3549
35502003-07-16 Corinna Vinschen <vinschen@redhat.com>
3551
3552 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3553
35542003-07-16 Corinna Vinschen <vinschen@redhat.com>
3555
3556 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
3557 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
3558 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
3559 as possible.
3560 (do_pseudo_register): Remove.
3561 (sh_push_dummy_code): New function.
3562 (sh64_store_struct_return): Rename from sh_store_struct_return.
3563 Only called for sh64 now.
3564 (sh_extract_struct_value_address): Regcache'ify.
3565 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
3566 and accomodate new tasks.
3567 (sh64_push_return_address): Rename from sh_push_return_address.
3568 Only called for sh64 now.
3569 (sh_default_extract_return_value): Rename from sh_extract_return_value.
3570 Regcache'ify.
3571 (sh3e_sh4_extract_return_value): Regcache'ify.
3572 (sh_default_store_return_value): Ditto.
3573 (sh3e_sh4_store_return_value): Ditto.
3574 (sh_default_register_byte): Remove.
3575 (sh_sh4_register_byte): Remove.
3576 (sh_default_register_raw_size): Remove.
3577 (sh_sh4_register_raw_size): Remove.
3578 (sh_register_virtual_size): Remove.
3579 (sh_sh3e_register_virtual_type): Remove.
3580 (sh_sh3e_register_type): New function.
3581 (sh_sh4_register_virtual_type): Remove.
3582 (sh_sh4_register_type): New function.
3583 (sh_default_register_virtual_type): Remove.
3584 (sh_default_register_type): New function.
3585 (do_fv_register_info): Add parameters to accomodate call from
3586 sh_print_registers_info.
3587 (do_dr_register_info): Ditto.
3588 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
3589 Add parameters to accomodate call from sh_print_registers_info.
3590 (sh_do_fp_register): Ditto.
3591 (sh64_do_pseudo_register): Call do_dr_register_info,
3592 do_fv_register_info and sh_do_fp_register with default parameters.
3593 (sh_do_register): Add parameters to accomodate call from
3594 sh_print_registers_info.
3595 (sh_print_register): Ditto.
3596 (sh_print_registers_info): Rename from sh_do_registers_info.
3597 Add parameters to be used as gdbarch_print_registers_info
3598 implementation. Accomodate removed do_pseudo_register function
3599 pointer.
3600 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
3601 function pointer. Call sh_print_register with default parameters.
3602 (sh64_do_registers_info): Call sh_print_registers_info instead of
3603 sh_do_registers_info.
3604 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
3605 detection of deprecated vs. non-deprecated functionality.
3606 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
3607 function pointer assignments by direct function calls.
3608
e8a89fe2
AC
36092003-07-15 Andrew Cagney <cagney@redhat.com>
3610
3611 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
3612 (frame_register_unwind, create_new_frame): Ditto.
3613 (legacy_get_prev_frame, get_frame_type): Ditto.
3614 (get_frame_base_address): Use frame_base_find_by_frame.
3615 (get_frame_locals_address): Use frame_base_find_by_frame.
3616 (get_frame_args_address): Use frame_base_find_by_frame.
3617 * frame-base.h (frame_base_sniffer_ftype): Declare.
3618 (frame_base_append_sniffer): Declare.
3619 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
3620 * frame-base.c (append_predicate): Add a "sniffer" parameter.
3621 (frame_base_append_sniffer): New function.
3622 (frame_base_append_predicate): Add a NULL sniffer.
3623 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
3624 (struct frame_base_table): Add "sniffer".
3625 (frame_base_free): Free the "sniffer" table.
3626 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
3627 (frame_unwind_append_sniffer): Declare.
3628 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3629 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
3630 (struct frame_unwind_table): Add "sniffer", delete "middle".
3631 (append_predicate): Add "sniffer" parameter, append the sniffer.
3632 (frame_unwind_init): Update append_predicate call.
3633 (frame_unwind_append_sniffer): New function.
3634 (frame_unwind_append_predicate): Update append_predicate call.
3635 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
3636
0714963c
AC
36372003-07-15 Andrew Cagney <cagney@redhat.com>
3638
3639 * frame.c (get_prev_frame): Move disabled inside_entry_func to
3640 before code inhibiting repeated unwind attempts. Add to
3641 commentary on that test's problems.
3642 * blockframe.c (inside_main_func): Look for "main" in the minimal
3643 symbol table.
3644 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
3645 identical.
3646
d9170e22
AC
36472003-07-15 Andrew Cagney <cagney@redhat.com>
3648
3649 * complaints.c (struct explanation): Define.
3650 (struct complaints): Change type of "explanation" to "struct
3651 explanation".
3652 (symfile_explanations): Convert to a "struct explanation" table.
3653 (vcomplaint): Update.
3654
eba29c8c
ML
36552003-07-15 Michal Ludvig <mludvig@suse.cz>
3656
3657 * x86-64-linux-nat.c (regmap): Removed.
a8f4cde1 3658 (supply_gregset, fill_gregset): Call
eba29c8c
ML
3659 x86_64_linux_(fill,supply)_gregset functions.
3660 * x86-64-linux-tdep.c (USER_*): New defines.
3661 (user_to_gdb_regmap, x86_64_core_fns): New structure.
3662 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
3663 New functions.
3664 (fetch_core_registers): Ditto.
3665 (_initialize_x86_64_linux_tdep): Call add_core_fns().
3666 * x86-64-linux-tdep.h: New file.
3667 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
3668 and core-regset.o.
3669 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
3670
68cc0bfb
MK
36712003-07-13 Mark Kettenis <kettenis@gnu.org>
3672
88a115f7
MK
3673 * x86-64-tdep.c (x86_64_store_return_value): Use
3674 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 3675
68cc0bfb
MK
3676 * configure.host: Add x86_64-*-freebsd*.
3677 * configure.tgt: Add x86_64-*-freebsd*.
3678 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
3679 * amd64fbsd-nat.c: New file.
3680 * amd64fbsd-tdep.c: New file.
3681 * config/i386/nm-fbsd64.h: New file.
3682 * config/i386/fbsd64.mh: New file.
3683 * config/i386/fbsd64.mt: New file.
3684
138e7be5
MK
36852003-07-11 Mark Kettenis <kettenis@gnu.org>
3686
3687 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
3688 `sc_regs_offset' and `sc_fpregs_offset'.
3689 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
3690 SIGFRAME_FPREGSAVE_OFF): Remove defines.
3691 (alpha_sigtramp_register_address): Rewrite to use new members of
3692 `struct gdbarch_tdep'.
3693 (alpha_gdbarch_init): Initialize new members of struct
3694 gdbarch_tdep'.
3695 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
3696 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
3697 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
3698 (alphafbsd_pc_in_sigtramp): Implement.
3699 (alphafbsd_sigtramp_offset): New function.
3700 (alphafbsd_sigcontext_addr): New function.
3701 (alphafbsd_init_abi): Initialize signal trampoline related members
3702 of `struct gdbarch_tdep'.
3703 (_initialize_alphafbsd_tdep): Add prototype.
3704
95303a68
TR
37052003-07-11 Theodore A. Roth <troth@openavr.org>
3706
ba292e4c
TR
3707 * Makefile.in (install-only): Quote sed expression when generating
3708 transformed_name.
95303a68 3709
6896c0c7
RH
37102003-07-11 Richard Henderson <rth@redhat.com>
3711
3712 * Makefile.in (dwarf2-frame.o): Add complaints_h.
3713 * dwarf2-frame.c: Include complaints.h.
3714 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
3715 variable initialization; return NULL on error.
3716 (decode_frame_entry): New.
3717
8edd5d01
AC
37182003-07-11 Andrew Cagney <cagney@redhat.com>
3719
c4a09524
AC
3720 * frame.h (frame_address_in_block): Delete declaration.
3721 * blockframe.c (frame_address_in_block): Delete function.
3722 (get_frame_block): Use get_frame_address_in_block.
3723 (block_innermost_frame): Ditto.
3724 * stack.c (print_frame, backtrace_command_1): Ditto.
3725
8edd5d01
AC
3726 * frame.h (get_frame_address_in_block): Declare.
3727 (frame_unwind_address_in_block): Declare.
3728 * frame.c (frame_unwind_address_in_block): New function.
3729 (get_frame_address_in_block): New function.
3730
f7968451
AC
37312003-07-10 Andrew Cagney <cagney@redhat.com>
3732
3733 * gdbarch.sh: Simplify predicate methods. Remove need to provide
3734 pre-default. Note: re-generate has no effect.
a8f4cde1 3735
ae99b398
AC
37362003-07-10 Andrew Cagney <cagney@redhat.com>
3737
3738 * gdbarch.sh: When a variable, but not a function, compare against
3739 0. Fix problem in previous patch.
3740 * gdbarch.c: Re-generate.
a8f4cde1 3741
956ac328
AC
37422003-07-10 Andrew Cagney <cagney@redhat.com>
3743
3744 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
3745 functions against NULL, not 0.
3746 * gdbarch.c: Re-generate.
a8f4cde1 3747
287c3240
FF
37482003-07-10 Fred Fish <fnf@ninemoons.com>
3749
3750 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
3751 null string instead of a null pointer.
3752 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
3753
32f63c4b
MS
37542003-07-09 Michael Snyder <msnyder@redhat.com>
3755
3756 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
3757
402ecd56
MK
37582003-07-09 Mark Kettenis <kettenis@gnu.org>
3759
3760 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
3761 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
3762 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
3763 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
3764 * x86-64-tdep.c: ... from here.
3765
c481dac7
AS
37662003-07-09 Andreas Schwab <schwab@suse.de>
3767
3768 * m68k-tdep.h (enum struct_return): Define.
3769 (struct gdbarch_tdep): Add struct_return.
3770 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
3771 bytes are padded to the right, not to the left. Pass struct value
3772 address in register %a1, not on stack.
3773 (m68k_use_struct_convention): New function.
3774 (m68k_gdbarch_init): Set use_struct_convention. Initialize
3775 struct_return in tdep to pcc_struct_return.
3776 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
3777 reg_struct_return.
3778
a8f4cde1 37792003-07-09 Joel Brobecker <brobecker@gnat.com>
64176fa3 3780
a8f4cde1 3781 * somread.c (som_symfile_offsets): Fix compilation error.
64176fa3 3782
96a4ee76
AC
37832003-07-09 Andrew Cagney <cagney@redhat.com>
3784
3785 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
3786 Add comments about the checks.
3787
1517c6d1
AC
37882003-07-08 Andrew Cagney <cagney@redhat.com>
3789
3790 * Makefile.in: Make dependency section headers consistent.
3791 (config_h): Move to $BUILD headers section.
3792 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
3793 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
3794 (ada-exp.tab.c): Move to YACC/LEX section.
3795 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
3796 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
3797
dc5dd1eb
KW
37982003-07-08 Kris Warkentin <kewarken@qnx.com>
3799
3800 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
3801 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
3802 of strerror with safe_strerror, use ISO C function definitions,
3803 and replace instances of sprintf with snprintf.
dc5dd1eb 3804
612dde91
AC
38052003-07-07 Andrew Cagney <cagney@redhat.com>
3806
3807 * frame.c (get_prev_frame): Enable check for identical frames.
3808 Update comments. Update error messages.
3809
492c11d3
JB
38102003-07-07 Joel Brobecker <brobecker@gnat.com>
3811
3812 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
3813
376a5a49
JB
38142003-07-07 Joel Brobecker <brobecker@gnat.com>
3815
3816 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
3817 sort_symtab_syms, no longer necessary.
3818
22b4a9ad
JB
38192003-07-07 Joel Brobecker <brobecker@gnat.com>
3820
3821 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
3822
5bbcb741
JB
38232003-07-07 Joel Brobecker <brobecker@gnat.com>
3824
3825 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
3826 (mips_register_byte): Likewise.
3827
c139e7d9
DJ
38282003-07-07 Daniel Jacobowitz <drow@mvista.com>
3829
3830 * Makefile.in (sparc_tdep_h): New.
3831 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
3832 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
3833 * sparc-linux-nat.c: Include "sparc-tdep.h".
3834 * sparc-nat.c: Likewise.
3835 * sparc-tdep.c: Likewise.
3836 * sparc64nbsd-nat.c: Likewise.
3837 * sparcnbsd-nat.c: Likewise.
3838 * sparcnbsd-tdep.c: Likewise.
3839 * sparc-tdep.h: New file.
3840 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
3841 and sparc_npc_regnum.
3842
fd8f87c5
DJ
38432003-07-07 Daniel Jacobowitz <drow@mvista.com>
3844
3845 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
3846 (mips_linux_cannot_store_register): List supported instead of
3847 unsupported registers.
3848
13adf674
DJ
38492003-07-07 Daniel Jacobowitz <drow@mvista.com>
3850
3851 * disasm.c (dump_insns): Separate instructions from addresses.
3852
8de307e0
AS
38532003-07-07 Andreas Schwab <schwab@suse.de>
3854
3855 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3856 dependencies.
3857 * m68k-tdep.c (NUM_FREGS): Delete.
3858 (SIG_PC_FP_OFFSET): Delete.
3859 (TARGET_M68K): Delete.
3860 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
3861 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
3862 P_MOVEL_SP, P_MOVEML_SP): Define.
3863 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
3864 P_TRAP): Delete.
3865 (m68k_register_raw_size): Delete.
3866 (m68k_register_virtual_size): Delete.
3867 (m68k_register_type): Renamed from m68k_register_virtual_type and
3868 add gdbarch argument.
3869 (m68k_store_struct_return): Delete.
3870 (m68k_deprecated_extract_return_value): Delete.
3871 (m68k_deprecated_extract_struct_value_address): Delete.
3872 (m68k_frame_chain): Delete.
3873 (m68k_frame_saved_pc): Delete.
3874 (m68k_fix_call_dummy): Delete.
3875 (m68k_push_dummy_frame): Delete.
3876 (m68k_pop_frame): Delete.
3877 (m68k_extract_return_value): New function.
3878 (m68k_store_return_value): Rewrite using regcache.
3879 (m68k_extract_struct_value_address): Rewrite using regcache.
3880 (m68k_push_dummy_call): New function.
3881 (struct m68k_frame_cache): Define.
3882 (m68k_alloc_frame_cache): New function.
3883 (m68k_analyze_frame_setup): New function.
3884 (m68k_analyze_register_saves): New function.
3885 (m68k_analyze_prologue): New function.
3886 (m68k_skip_prologue): Rewrite using above functions.
3887 (m68k_unwind_pc): New function.
3888 (m68k_frame_cache): New function.
3889 (m68k_frame_this_id): New function.
3890 (m68k_frame_prev_register): New function.
3891 (m68k_frame_unwind): New variable.
3892 (m68k_frame_p): New function.
3893 (m68k_sigtramp_frame_cache): New function.
3894 (m68k_sigtramp_frame_this_id): New function.
3895 (m68k_sigtramp_frame_prev_register): New function.
3896 (m68k_sigtramp_frame_unwind): New variable.
3897 (m68k_sigtramp_frame_p): New function.
3898 (m68k_frame_base_address): New function.
3899 (m68k_frame_base): New function.
3900 (m68k_unwind_dummy_id): New function.
3901 (fill_gregset): Use regcache_collect.
3902 (fill_fpregset): Likewise.
3903 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
3904 defined.
3905 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
3906 deprecated_init_frame_pc, deprecated_store_struct_return,
3907 deprecated_extract_return_value, deprecated_store_return_value,
3908 deprecated_frame_chain, deprecated_frame_saved_pc,
3909 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
3910 deprecated_register_virtual_size,
3911 deprecated_max_register_raw_size,
3912 deprecated_max_register_virtual_size,
3913 deprecated_register_virtual_type, deprecated_register_size,
3914 deprecated_register_byte, deprecated_register_bytes,
3915 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
3916 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
3917 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
3918 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
3919 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
3920 deprecated_push_dummy_frame, deprecated_pop_frame,
3921 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
3922 only if SYSCALL_TRAP is defined. Set extract_return_value,
3923 store_return_value, extract_struct_value_address, register_type,
3924 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
3925 predicates.
3926 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
3927 M68K_MAX_REGISTER_SIZE): Define.
3928 (struct m68k_sigtramp_info): Define.
3929 (struct gdbarch_tdep): Add get_sigtramp_info.
3930 * m68klinux-nat.c (fetch_register): Use register_size instead of
3931 REGISTER_RAW_SIZE. Don't put assignment in if.
3932 (store_register): Likewise.
3933 (fetch_inferior_registers): Likewise.
3934 (store_inferior_registers): Likewise.
3935 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
3936 (m68k_linux_frame_saved_pc): Delete.
3937 (m68k_linux_sigcontext_reg_offset,
3938 m68k_linux_ucontext_reg_offset): Define.
3939 (m68k_linux_get_sigtramp_info): New function.
3940 (m68k_linux_extract_return_value): Rewrite using regcache.
3941 (m68k_linux_store_return_value): Likewise.
3942 (m68k_linux_extract_struct_value_address): Likewise.
3943 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
3944 Don't set deprecated_frame_saved_pc,
3945 deprecated_extract_return_value, deprecated_store_return_value,
3946 deprecated_extract_struct_value_address. Set
3947 extract_return_value, store_return_value,
3948 extract_struct_value_address.
3949
eb8bc282
AC
39502003-07-07 Andrew Cagney <cagney@redhat.com>
3951
3952 * expprint.c: Include "user-regs.h" instead of "frame.h".
3953 (print_subexp): Use user_reg_map_regnum_to_name, instead of
3954 frame_map_regnum_to_name.
3955 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
3956 (frame_map_name_to_regnum): Simplify, call
3957 user_reg_map_name_to_regnum.
3958 (frame_map_regnum_to_name): Simplify, call
3959 user_reg_map_regnum_to_name.
3960 (frame_register_unwind): Update.
3961 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
3962 (_initialize_frame_reg): Call user_reg_add_builtin.
3963 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
3964 (value_of_register): Use value_of_user_reg.
3965 * eval.c (evaluate_subexp_standard): Update.
3966 * parse.c (write_dollar_variable): Update.
3967 * d10v-tdep.c (d10v_print_registers_info): Update.
3968 * infcmd.c (registers_info): Update.
3969 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
3970 (builtin_regs_h): Delete macro.
3971 (user_regs_h): Define.
3972 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
3973 (builtin-regs.o): Delete target.
3974 (user-regs.o): Specify dependencies.
3975 (expprint.o): Update dependencies.
3976 (findvar.o): Update dependencies.
3977 (frame.o): Update dependencies.
3978 (std-regs.o): Update dependencies.
3979
9f476a01
CF
39802003-07-06 Christopher Faylor <cgf@redhat.com>
3981
3982 * win32-nat.c (solib_symbols_add): Use one variable for all section
3983 address stuff. Pass variable rather than address of variable to
3984 safe_symbol_file_add.
3985
a731b831
AS
39862003-07-06 Andreas Schwab <schwab@suse.de>
3987
3988 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
3989
9f83329d
JB
39902003-07-04 Joel Brobecker <brobecker@gnat.com>
3991
3992 * rs6000-nat.c (vmap_symtab): Fix compilation error.
3993
27e28cc5
KW
39942003-07-04 Kris Warkentin <kewarken@qnx.com>
3995
3996 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
3997
39982003-07-04 Kris Warkentin <kewarken@qnx.com>
3999
4000 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4001 * config/i386/nto.mh: New file.
4002 * config/i386/nm-nto.h: New file.
4003 * configure.host: Add i[3456]86-*-nto*.
4004
100f2e98
JB
40052003-07-03 Joel Brobecker <brobecker@gnat.com>
4006
4007 * remote-vx.c (vx_add_symbols): Fix compilation error.
4008
e23457df
AC
40092003-07-03 Andrew Cagney <cagney@redhat.com>
4010
4011 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4012 * gdbarch.h, gdbarch.c: Re-generate.
4013 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4014 (legacy_register_name): Declare.
4015 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4016 (REGISTER_NAME): Define.
4017 * sparc-tdep.c (legacy_register_name): New function.
4018 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4019 (REGISTER_NAME): Define.
4020 (hppa64_register_name): Declare.
4021 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4022 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4023 (hppa64_register_name): New function.
4024 (hppa_register_name): New function.
4025 * arch-utils.c (legacy_register_name): Delete.
4026 * arch-utils.h (legacy_register_name): Delete.
4027
38caaeec
DJ
40282003-07-03 Daniel Jacobowitz <drow@mvista.com>
4029
4030 * cli/cli-interp.c (cli_interpreter_resume): Update the
4031 cli_uiout's stream to gdb_stdout.
4032
dadd712e
AC
40332003-07-03 Andrew Cagney <cagney@redhat.com>
4034
4035 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4036 predicate.
4037 * gdbarch.h, gdbarch.c: Re-generate.
4038 * regcache.c (init_regcache_descr): Use legacy code when either
4039 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4040
c7f1390e
DJ
40412003-07-02 Daniel Jacobowitz <drow@mvista.com>
4042
4043 * NEWS: Move "set logging" entry into GDB 6.0 section.
4044
4bc8c588
JB
40452003-07-02 Jim Blandy <jimb@redhat.com>
4046
a9dd42f1
JB
4047 * s390-tdep.c (struct frame_extra_info): new member:
4048 'stack_bought_valid'.
4049 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4050 initialize fextra_info->stack_bought.
4051 (s390_frameless_function_invocation): Don't trust the value of
4052 fextra_info_ptr->stack_bought unless
4053 fextra_info->stack_bought_valid is set.
4054
4bc8c588
JB
4055 New S390 prologue analyzer.
4056 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4057 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4058 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4059 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4060 compute_x_addr, s390_on_stack, s390_store,
4061 s390_get_signal_frame_info): New functions.
4062 (S390_NUM_SPILL_SLOTS): New macro.
4063 (s390_get_frame_info): Rewritten.
4064 (is_arg_reg): Deleted.
4065
4066 Break out the decoding of S/390 instructions into separate
4067 functions, to make it more legible, and easier to check
4068 against the spec.
4069 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4070 is_rx, is_rxe): New functions.
4071 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4072 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4073 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4074 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4075 enums for opcode values. (Is this an improvement?)
4076
fd13a04a
AC
40772003-07-02 Andrew Cagney <cagney@redhat.com>
4078
4079 * i386-tdep.c: Revert change committed as part of trad-frame code
4080 below.
4081
3f8091c1
DJ
40822003-07-02 Daniel Jacobowitz <drow@mvista.com>
4083
4084 * breakpoint.c (insert_catchpoint): Make static.
4085
8dd5115e
AS
40862003-07-02 Andreas Schwab <schwab@suse.de>
4087
4088 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4089 former ia64_push_arguments and ia64_push_return_address, and use
4090 regcache functions instead of read/write_register.
4091 (ia64_gdbarch_init): Set push_dummy_call instead of
4092 deprecated_push_arguments and deprecated_push_return_address.
4093
a2229c23
AJ
40942003-07-01 Andreas Jaeger <aj@suse.de>
4095
4096 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4097 before the call.
4098 Set %rax only to number of SSE registers used.
4099
3b3850e8
AC
41002003-07-01 Andrew Cagney <cagney@redhat.com>
4101
4102 * trad-frame.h: Update comments, a -1 .addr is reserved.
4103 (trad_frame_value_p, trad_frame_addr_p): Declare.
4104 (trad_frame_reg_p): Declare.
4105 (trad_frame_set_value): Rename trad_frame_register_value.
4106 (trad_frame_set_unknown): Declare.
4107 * trad-frame.c (trad_frame_realreg_p): New function.
4108 (trad_frame_addr_p, trad_frame_value_p): New function.
4109 (trad_frame_set_unknown): New function.
4110 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4111 (trad_frame_prev_register): Use trad_frame_realreg_p,
4112 trad_frame_addr_p and trad_frame_value_p.
4113 (trad_frame_set_value): Rename trad_frame_register_value.
4114 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4115 and trad_frame_set_value.
a2229c23 4116
4d819d0e
JB
41172003-06-30 Jim Blandy <jimb@redhat.com>
4118
4119 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4120 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4121 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4122 for 16 registers, and then 32 more bytes.
4123 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4124 New macros.
4125 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4126 Move up in the file, since it's now used by is_simple_arg.
4127 (is_simple_arg): Don't assume registers are four bytes long.
4128 Exclude all double arguments. Extended floats are not simple
4129 args.
4130 (is_power_of_two): New function.
4131 (pass_by_copy_ref): Call is_power_of_two, and check that the
4132 length fits in a register, rather than listing all the acceptable
4133 sizes. Extended floats are not passed by reference.
4134 (s390_push_arguments): Don't assume registers are four bytes long.
4135 Reserve an argument register to point to the buffer for structures
4136 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4137 S390_STACK_FRAME_OVERHEAD.
4138
1ad828f1
AS
41392003-06-30 Andreas Schwab <schwab@suse.de>
4140
4141 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4142 format error message.
4143
39b00981
JB
41442003-06-30 Joel Brobecker <brobecker@gnat.com>
4145
4146 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4147
b2a7f303
DC
41482003-06-30 David Carlton <carlton@kealia.com>
4149
4150 Band-aid for PR c++/1245.
4151 * Makefile.in (cp-support.o): Depend on complaints_h.
4152 * cp-support.c: Include complaints.h. Add declaration for
4153 find_last_component.
4154 (cp_find_first_component): Separate code into
4155 cp_find_first_component_aux.
4156 (cp_find_first_component_aux): Call demangled_name_complaint.
4157 (demangled_name_complaint): New.
4158
a257b5bb
AC
41592003-06-30 Andrew Cagney <cagney@redhat.com>
4160
4161 * remote.c (remote_write_bytes): Explicitly compute and then use
4162 the payload size. Update comments to reflect. Fixes problem of
4163 GDB not sending small packets as found by Fred Fish.
4164
0a2cfde4
AC
41652003-06-30 Andrew Cagney <cagney@redhat.com>
4166
4167 * remote.c (remote_async_wait): Fix -Wformat problem.
4168
3fcb8548
AC
41692003-06-29 Andrew Cagney <cagney@redhat.com>
4170
4171 * remote.c (remote_wait): Call error, and not warning, when the
4172 packet is corrupt.
4173 (remote_async_wait): Ditto.
4174
9f9970a3
DJ
41752003-06-29 Daniel Jacobowitz <drow@mvista.com>
4176
4177 * sparc-tdep.c (sparc_y_regnum): Make external again.
4178
83a8ccca
DJ
41792003-06-29 Daniel Jacobowitz <drow@mvista.com>
4180
4181 * cli/cli-logging.c (pop_output_files): Add void to function
4182 definition.
4183
d2cf594a
AC
41842003-06-29 Andrew Cagney <cagney@redhat.com>
4185
4186 * frame.c (frame_register_unwind): Use unsigned char when dumping
4187 the buffer contents.
4188
0fac0b41
DJ
41892003-06-28 Daniel Jacobowitz <drow@mvista.com>
4190
4191 * cli/cli-logging.c: New file.
4192 * cli-out.c (struct ui_out_data): Add original_stream.
4193 (cli_redirect): New function.
4194 (cli_ui_out_impl): Add cli_redirect.
4195 (cli_out_new): Initialize original_stream.
4196 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4197 (uo_redirect, ui_out_redirect): New.
4198 * ui-out.h (struct ui_out_impl): Add redirect member.
4199 (redirect_ftype): New.
4200 (ui_out_redirect): Add prototype.
4201 * Makefile.in: Add rules for cli-logging.c.
4202 * NEWS: Mention "set logging".
4203
88a07d7c
EZ
42042003-06-27 Elena Zannoni <ezannoni@redhat.com>
4205
4206 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4207
4eb58876
AC
42082003-06-27 Andrew Cagney <cagney@redhat.com>
4209
4210 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4211 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4212 * avr-tdep.c (avr_call_dummy_address): Delete function.
4213 (avr_gdbarch_init): Do not set call_dummy_address.
4214
1549f619
EZ
42152003-06-27 Elena Zannoni <ezannoni@redhat.com>
4216
4217 * symfile.c (syms_from_objfile): Move variables to inner block.
4218 Move the checks for the non-mainline case a bit earlier to avoid
4219 doing some useless computations.
4220
3cb3398d
EZ
42212003-06-27 Elena Zannoni <ezannoni@redhat.com>
4222
4223 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4224
3799ccc6
EZ
42252003-06-26 Elena Zannoni <ezannoni@redhat.com>
4226
4227 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4228 sections.
4229
ce1f6491
MC
42302003-06-26 Michael Chastain <mec@shout.net>
4231
4232 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4233 gdb/testsuite/gdb.c++/pr-1210.exp.
4234
d958dfd0
AC
42352003-06-26 Andrew Cagney <cagney@redhat.com>
4236
4237 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4238 altivec_expression.h and altivec_registers.h.
4239
d31431ed
AC
42402003-06-26 Andrew Cagney <cagney@redhat.com>
4241
4242 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4243 info->mach when MIPS16. Patch suggested by Fred Fish.
4244
714b1282
AC
42452003-06-26 Andrew Cagney <cagney@redhat.com>
4246
4247 * utils.c (internal_vproblem): Print the problem to a reason
4248 buffer and then pass to query. Make the msg variable more local.
4249
42efa47a
AC
42502003-06-26 Andrew Cagney <cagney@redhat.com>
4251
4252 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4253 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4254 * gdbarch.h, gdbarch.c: Re-generate.
4255 * frame-base.c (default_frame_args_address): Update. Use
4256 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4257 not available.
4258 (default_frame_locals_address): Ditto for
4259 DEPRECATED_FRAME_LOCALS_ADDRESS.
4260 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4261 (vax_frame_num_args): Update.
4262 (vax_gdbarch_init): Update.
4263 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4264 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4265 * mcore-tdep.c (mcore_gdbarch_init): Update.
4266 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4267 * ia64-tdep.c (ia64_gdbarch_init): Update.
4268 * symtab.h (address_class): Update comments.
4269 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4270 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4271 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4272 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4273 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4274 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4275 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4276 * alpha-mdebug-tdep.c: Update.
4277 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4278
8ffd9b1b
AJ
42792003-06-26 Andreas Jaeger <aj@suse.de>
4280
4281 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4282 of SSE registers so that varargs functions work. Rework handling
4283 of passing arguments on the stack.
4284 (x86_64_store_return_value): Return double and float values in SSE
4285 register.
4286
e8ac10a6
MC
42872003-06-24 Michael Chastain <mec@shout.net>
4288
4289 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4290 the "constructor breakpoints ignored" bug.
4291
986af8e6
DC
42922003-06-25 David Carlton <carlton@kealia.com>
4293
4294 * MAINTAINERS: Update e-mail address.
4295
d64558a5
JB
42962003-06-24 Jim Blandy <jimb@redhat.com>
4297
e538d2d7
JB
4298 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4299
02631ec0
JB
4300 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4301 function.
4302 (ppc_linux_init_abi): Register it as the
4303 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4304
e716d87a
JB
4305 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4306 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4307 method.
4308
d64558a5
JB
4309 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4310 (ppc64_standard_linkage_target): Use it.
4311
449a5da4
AC
43122003-06-23 Andrew Cagney <cagney@redhat.com>
4313
4314 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4315 for 0 "int0" and 4 "int32" sized registers.
4316 * gdbtypes.c (builtin_type_int0): Define.
4317 (build_gdbtypes): Initialize builtin_type_int0.
4318 * gdbtypes.h (builtin_type_int0): Declare.
4319
b2a02dda
SC
43202003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4321
4322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4323 as characters are unsigned.
4324
fba3138e
DJ
43252003-06-22 Daniel Jacobowitz <drow@mvista.com>
4326
4327 PR gdb/1179
4328 * dwarfread.c (struct_type): Skip static fields without crashing.
4329
f6c8180b
AC
43302003-06-22 Andrew Cagney <cagney@redhat.com>
4331
4332 GDB 6.0 branch created.
f2c06f52
AC
4333 * README: Update.
4334 * PROBLEMS: Update. Empty.
4335 * NEWS: Update.
f6c8180b 4336
ae822768
DJ
43372003-06-22 Daniel Jacobowitz <drow@mvista.com>
4338
4339 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4340 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4341
261de166
AC
43422003-06-22 Andrew Cagney <cagney@redhat.com>
4343
4344 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4345 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4346 Velikov.
4347
30e94205
DJ
43482003-06-22 Daniel Jacobowitz <drow@mvista.com>
4349
4350 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4351 compilers.
4352
9e14d721
DJ
43532003-06-21 Daniel Jacobowitz <drow@mvista.com>
4354
4355 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4356 argument of val_print.
4357 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4358 to the address argument of baseclass_offset or target_read_memory.
4359 Do add it to the argument of cp_print_value_fields.
4360
a4b8ebc8
AC
43612003-06-21 Andrew Cagney <cagney@redhat.com>
4362
4363 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4364 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4365 instead of 0..NUM_REGS.
4366 (mips_register_reggroup_p): New function.
4367 (mips_pseudo_register_write): New function.
4368 (mips_pseudo_register_read): New function.
4369 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4370 based on the register's type.
4371 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4372 cooked.
4373 (mips_get_saved_register): Simplify. Assert that REGNO is a
4374 pseudo / cooked.
4375 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4376 (mips_register_type): Replace mips_register_virtual_type. Map
4377 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4378 when available.
4379 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4380 that the register is cooked / virtual.
4381 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4382 Only get the extra info when needed.
4383 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4384 (mips32_heuristic_proc_desc): Fetch the cooked register.
4385 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4386 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4387 (mips_print_register): Use gdbarch_register_type, instead of
4388 REGISTER_VIRTUAL_TYPE.
4389 (print_gp_register_row): Use gdbarch_register_type, instead of
4390 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4391 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4392 Print the pseudo / cooked registers.
4393 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4394 Print the pseudo / cooked registers.
4395 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4396 REG_NUM is pseudo / cooked.
4397 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4398 (mips_n32n64_xfer_return_value): Ditto.
4399 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4400 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4401 (mips_register_sim_regno): New function.
4402 (mips_gdbarch_init): Set deprecated_register_byte,
4403 register_group_p, pseudo_register_write, pseudo_register_read,
4404 register_sim_regno, and num_pseudo_regs. Set register_type,
4405 instead of register_virtual_type.
4406 * Makefile.in (mips-tdep.o): Update dependencies.
4407 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4408 REGISTER_VIRTUAL_TYPE.
4409 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4410 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4411 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4412 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4413 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4414
325ed089
DJ
44152003-06-21 Daniel Jacobowitz <drow@mvista.com>
4416
4417 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4418 * cli/cli-cmds.c: Include "gdb_vfork.h".
4419 (shell_escape): Use vfork.
4420
f0e7d0e8
AC
44212003-06-21 Andrew Cagney <cagney@redhat.com>
4422
c57bb9fa
AC
4423 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4424 32 bit floating-point register saves.
4425
6e51443a
AC
4426 * frame.h (deprecated_unwind_get_saved_register): Delete.
4427 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4428 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4429 and deprecated_get_next_frame_hack instead of
4430 deprecated_unwind_get_saved_register.
4431
ed183c7c
AC
4432 * mips-tdep.c (mips_dump_tdep): Do not print
4433 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4434
f0e7d0e8
AC
4435 * frame.c (get_frame_register): New function.
4436 (frame_unwind_register_signed): New function.
4437 (get_frame_register_signed): New function.
4438 (frame_unwind_register_unsigned): New function.
4439 (get_frame_register_unsigned): New function.
4440 * frame.h: Add comments on naming schema.
4441 (get_frame_register, frame_unwind_register_signed): Declare.
4442 (get_frame_register_signed, get_frame_register_signed): Declare.
4443 (frame_unwind_register_unsigned): Declare.
4444 (get_frame_register_unsigned): Declare.
4445
2224d941
TR
44462003-06-20 Theodore A. Roth <troth@openavr.org>
4447
4448 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4449
8619218d
TR
44502003-06-20 Theodore A. Roth <troth@openavr.org>
4451
4452 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4453 (avr_read_sp): Ditto.
4454
0b1b50c0
DJ
44552003-06-20 Daniel Jacobowitz <drow@mvista.com>
4456
4457 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4458 * config/arm/nm-linux.h: Likewise.
4459 * config/arm/tm-linux.h: Likewise.
4460 * config/ia64/nm-linux.h: Likewise.
4461 * config/ia64/tm-ia64.h: Likewise.
4462 * config/s390/tm-linux.h: Likewise.
4463 * config/s390/tm-s390.h: Likewise.
4464 * s390-nat.c: Likewise.
4465 * s390-tdep.c: Likewise.
4466
4467 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4468 * config/ia64/linux.mt: Likewise.
4469 * config/m68k/linux.mh: Likewise.
4470 * config/mips/linux.mt: Likewise.
4471 * config/powerpc/linux.mh: Likewise.
4472 * config/sh/linux.mt: Likewise.
4473
c8c18e65
KW
44742003-06-19 Kris Warkentin <kewarken@qnx.com>
4475
4476 * solib.c (solib_open): Change tests for whether to search
4477 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4478 comments.
4479
dcccef2e
TR
44802003-06-19 Theodore A. Roth <troth@openavr.org>
4481
4482 * avr-tdep.c (avr_frame_address): Delete function.
4483 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4484 set_gdbarch_frame_args_address.
4485
5861a190
AC
44862003-06-19 Andrew Cagney <cagney@redhat.com>
4487
4488 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4489 (REGISTER_CONVERT_FROM_TYPE): Delete.
4490 (mips_register_convert_to_type): Delete declaration.
4491 (mips_register_convert_from_type): Delete declaration.
4492 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4493 kernel/.
4494
0274a8ce
MS
44952003-06-19 Michael Snyder <msnyder@redhat.com>
4496
4497 * linux-nat.h: New file.
4498 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 4499 * lin-lwp.c: Include linux-nat.h.
0274a8ce 4500 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 4501 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
4502 (linux_make_note_section): Iterate over lwps instead of threads.
4503 (linux_do_thread_registers): Use lwp instead of merged pid.
4504 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 4505 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
4506 Add dependency on linux_nat_h.
4507
adf5f719
TR
45082003-06-19 Theodore A. Roth <troth@openavr.org>
4509
4510 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4511
6766a268
DJ
45122003-06-19 Daniel Jacobowitz <drow@mvista.com>
4513
4514 * varobj.c (get_type, get_target_type): Use check_typedef.
4515
1171114a
DJ
45162003-06-19 Daniel Jacobowitz <drow@mvista.com>
4517
4518 * breakpoint.c (insert_catchpoint): Call internal_error.
4519
adcf68a2
TR
45202003-06-19 Theodore A. Roth <troth@openavr.org>
4521
4522 * avr-tdep.c (avr_push_dummy_code): Delete function.
4523 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4524
ea67f13b
DJ
45252003-06-19 Daniel Jacobowitz <drow@mvista.com>
4526
4527 * arch-utils.c (default_prepare_to_proceed): Remove.
4528 (generic_prepare_to_proceed): Remove.
4529 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4530 (generic_prepare_to_proceed): Remove prototype.
4531 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4532 * gdbarch.c: Regenerate.
4533 * gdbarch.h: Regenerate.
4534 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4535 * hppah-nat.c (hppa_switched_threads): Remove.
4536 * infrun.c (prepare_to_proceed): New static function, copied from
4537 generic_prepare_to_proceed. Remove select_it argument.
4538 (proceed): Call prepare_to_proceed.
4539 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4540 variables.
4541 (ptrace_wait): Don't set the removed variables.
4542 (hppa_switched_threads): Remove.
4543 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4544 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4545 (lin_lwp_prepare_to_proceed): Remove prototype.
4546 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4547 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4548
4add8633
TR
45492003-06-18 Theodore A. Roth <troth@openavr.org>
4550
4551 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4552 trad-frame.h.
4553 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4554 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4555 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
4556 (AVR_PROLOGUE_*): Enumerate prologue types.
4557 (struct frame_extra_info): Remove.
4558 (struct avr_unwind_cache): Define.
4559 (avr_write_sp): Delete function.
4560 (avr_read_fp): Ditto.
4561 (avr_init_extra_frame_info): Ditto.
4562 (avr_pop_frame): Ditto.
4563 (avr_frame_saved_pc): Ditto.
4564 (avr_saved_pc_after_call): Ditto.
4565 (avr_push_return_address): Ditto.
4566 (avr_frame_chain): Ditto.
4567 (avr_store_struct_return): Ditto.
4568 (avr_push_arguments): Ditto.
4569 (avr_scan_prologue): Update comments. Changed to set up the info for
4570 cache unwinding. Now returns end of prologue PC.
4571 (avr_skip_prologue): Better handling of functions lacking a prologue
4572 by using avr_scan_prologue.
4573 (avr_scan_arg_moves): New function.
4574 (avr_saved_regs_unwinder): Ditto.
4575 (avr_frame_unwind_cache): Ditto.
4576 (avr_unwind_pc): Ditto.
4577 (avr_frame_this_id): Ditto.
4578 (avr_frame_prev_register): Ditto.
4579 (avr_frame_p): Ditto.
4580 (avr_frame_base_address ): Ditto.
4581 (avr_unwind_dummy_id): Ditto.
4582 (avr_push_dummy_code): Ditto.
4583 (push_stack_item): Ditto.
4584 (pop_stack_item): Ditto.
4585 (avr_push_dummy_call): Ditto.
4586 (struct stack_item): Define.
4587 (avr_frame_unwind): Declare structure.
4588 (avr_frame_base): Ditto.
4589 (avr_gdbarch_init): Remove calls to
4590 set_gdbarch_deprecated_init_frame_pc,
4591 set_gdbarch_deprecated_target_read_fp,
4592 set_gdbarch_deprecated_dummy_write_sp,
4593 set_gdbarch_deprecated_fp_regnum,
4594 set_gdbarch_deprecated_push_arguments,
4595 set_gdbarch_deprecated_push_return_address,
4596 set_gdbarch_deprecated_pop_frame,
4597 set_gdbarch_deprecated_store_struct_return,
4598 set_gdbarch_deprecated_frame_init_saved_regs,
4599 set_gdbarch_deprecated_init_extra_frame_info,
4600 set_gdbarch_deprecated_frame_chain,
4601 set_gdbarch_deprecated_frame_saved_pc,
4602 set_gdbarch_deprecated_saved_pc_after_call.
4603 Add calls to set_gdbarch_push_dummy_call,
4604 set_gdbarch_push_dummy_code,
4605 frame_unwind_append_predicate,
4606 frame_base_set_default,
4607 set_gdbarch_unwind_dummy_id,
4608 set_gdbarch_unwind_pc.
4609 Wrap a long line.
4610
7be04a68
MS
46112003-06-18 Corinna Vinschen <vinschen@redhat.com>
4612
4613 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
4614 registers for H8/300S.
4615 (h8300_print_registers_info): Ditto.
8ffd9b1b 4616 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 4617
ae087d01
DJ
46182003-06-18 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
4621 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
4622 (lin_lwp_wait): Likewise. Update comments.
4623 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
4624 (pull_pid_from_list, linux_record_stopped_pid): New.
4625
07d8f827
SC
46262003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4627
4628 * ada-lang.c (scan_discrim_bound): Name first argument.
4629 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
4630 declared by ALL_BLOCK_SYMBOLS.
4631
7cb47b14
SC
46322003-06-17 Stephane Carrez <stcarrez@nerim.fr>
4633
4634 * ada-tasks.c (find_function_in_inferior): Don't declare it.
4635 ("regcache.h"): Include it.
4636 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
4637
6ad8ae5c
DJ
46382003-06-17 Daniel Jacobowitz <drow@mvista.com>
4639
4640 * NEWS: Mention gdbserver detach change and "disconnect" command.
4641 * infcmd.c (disconnect_command): New function.
4642 (_initialize_infcmd): Add ``disconnect'' command.
4643 * remote.c (remote_async_detach): Delete.
4644 (remote_detach): Merge remote_async_detach.
4645 (remote_disconnect): New.
4646 (init_remote_ops): Set to_disconnect.
4647 (init_remote_cisco_ops): Likewise.
4648 (init_remote_async_ops): Likewise. Use remote_detach.
4649 * target.c (cleanup_target): Default to_disconnect.
4650 (update_current_target): Inherit to_disconnect.
4651 (target_disconnect, debug_to_disconnect): New functions.
4652 (setup_target_debug): Set to_disconnect.
4653 * target.h (struct target_ops): Add to_disconnect.
4654 (target_disconnect): Add prototype.
4655
687595f9
DJ
46562003-06-17 Daniel Jacobowitz <drow@mvista.com>
4657
4658 * breakpoint.c (insert_catchpoint): New function.
4659 (insert_breakpoints): Use catch_exceptions to call
4660 insert_catchpoint. Disable catchpoints if they fail to insert.
4661
29239a8f
DJ
46622003-06-17 Daniel Jacobowitz <drow@mvista.com>
4663
4664 * symfile.c (reread_symbols): Clear sym_private.
4665
2cdf3c63
AC
46662003-06-17 Andrew Cagney <cagney@redhat.com>
4667
4668 * trad-frame.h (struct frame_info): Add opaque declaration.
4669 * remote-fileio.h (struct cmd_list_element): Add opaque
4670 declaration.
4671 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
4672 comments.
4673
cf0e1e0d
DJ
46742003-06-17 Daniel Jacobowitz <drow@mvista.com>
4675
4676 * remote.c (remote_prepare_to_store): Replace call to
4677 deprecated_read_register_bytes with multiple regcache_raw_read
4678 calls.
4679
192cdb19
KW
46802003-06-17 Kris Warkentin <kewarken@qnx.com>
4681
4682 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
4683 (nto_find_and_open_solib): Likewise.
4684 (nto_init_solib_absolute_prefix): Likewise.
4685 (_initialize_nto_tdep): Fix indentation.
4686
89929b45
KW
46872003-06-17 Kris Warkentin <kewarken@qnx.com>
4688
4689 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
4690
46019f27
KW
46912003-06-17 Kris Warkentin <kewarken@qnx.com>
4692
4693 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
4694
1a38736e
JB
46952003-06-17 Jim Blandy <jimb@redhat.com>
4696
4697 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
4698
3605c34a
TR
46992003-06-16 Theodore A. Roth <troth@openavr.org>
4700
4701 * avr-tdep.c (avr_extract_return_value): New function.
4702 (avr_gdbarch_init): Set extract_return_value method.
4703
870b3035
AC
47042003-06-16 Andrew Cagney <cagney@redhat.com>
4705
4706 * frame.h (deprecated_get_next_frame_hack): Declare.
4707 * frame.c (legacy_saved_regs_prev_register): Only require
4708 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
4709 there are always saved regs.
4710 (deprecated_generic_get_saved_register): Do not require
4711 DEPRECATED_FRAME_INIT_SAVED_REGS.
4712 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
4713 use frame ID unwind instead.
4714 (deprecated_get_next_frame_hack): New function.
4715
63d47a7d
CV
47162003-06-16 Corinna Vinschen <vinschen@redhat.com>
4717
4718 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
4719 (h8300_push_dummy_call): ...this function. Some minor optimization.
4720 (h8300_push_return_address): Remove.
4721 (h8300_gdbarch_init): Remove calls to
4722 set_gdbarch_deprecated_dummy_write_sp,
4723 set_gdbarch_deprecated_push_arguments and
4724 set_gdbarch_deprecated_push_return_address.
4725 Add call to set_gdbarch_push_dummy_call.
4726
4bb1dc5e
CV
47272003-06-16 Corinna Vinschen <vinschen@redhat.com>
4728
4729 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
4730 (E_PSEUDO_EXR_REGNUM): Ditto.
4731 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 4732 registers into safe registers.
4bb1dc5e
CV
4733 (h8300_skip_prologue): Check for stm instruction to push registers
4734 used for register variables onto stack.
4735 (gdb_print_insn_h8300): Remove.
4736 (h8300_examine_prologue): Add a comment.
4737 (h8300_register_name): Take pseudo registers into account.
4738 (h8300s_register_name): Ditto.
4739 (h8300sx_register_name): Ditto.
4740 (h8300_print_register): Ditto.
4741 (h8300_print_registers_info): Define "nice" printing order.
4742 (h8300_saved_pc_after_call): Take pseudo registers into account.
4743 (h8300_register_type): Ditto. Return type used for remote connection
4744 when requesting real CCR or EXR register, return actual type when
4745 requesting pseudo CCR or EXR.
4746 (h8300_pseudo_register_read): New function.
4747 (h8300_pseudo_register_write): Ditto.
4748 (h8300_dbg_reg_to_regnum): Ditto.
4749 (h8300s_dbg_reg_to_regnum): Ditto.
4750 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
4751 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
4752 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
4753 set_gdbarch_print_insn architecture dependent.
4754 Call set_gdbarch_pseudo_register_read and
4755 set_gdbarch_pseudo_register_write.
4756 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
4757
a59fe496
AC
47582003-06-16 Andrew Cagney <cagney@redhat.com>
4759
4760 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
4761 * gdbarch.h, gdbarch.c: Re-generate.
4762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4763 * s390-tdep.c (s390_gdbarch_init): Update.
4764 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4765 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4766 * mips-tdep.c (mips_gdbarch_init): Update.
4767 * mcore-tdep.c (mcore_gdbarch_init): Update.
4768 * cris-tdep.c (cris_gdbarch_init): Update.
4769 * infcall.c (call_function_by_hand): Update.
4770 * ia64-tdep.c (ia64_push_arguments): Update comment.
4771 * frame.c (legacy_get_prev_frame): Do not assume
4772 SAVE_DUMMY_FRAME_TOS_P.
4773 * dummy-frame.c (find_dummy_frame): Update comment.
4774
6f4e5a41
AC
47752003-06-16 Andrew Cagney <cagney@redhat.com>
4776
4777 * regcache.c (do_cooked_read): Do not use register_valid_p.
4778
72fab697
TR
47792003-06-15 Theodore A. Roth <troth@openavr.org>
4780
4781 * avr-tdep.c (avr_register_type): Remove a blank line.
4782 (avr_scan_prologue): Correct some comments.
4783
e3d8b004
TR
47842003-06-15 Theodore A. Roth <troth@openavr.org>
4785
4786 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
4787 prologue types.
8ffd9b1b 4788 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
4789 option.
4790 Add code to scan -mcall-prologues for mega devices.
4791
866b76ea
TR
47922003-06-15 Theodore A. Roth <troth@openavr.org>
4793
4794 * avr-tdep.c (avr_register_byte): Delete function.
4795 (avr_register_raw_size): Delete function.
4796 (avr_register_virtual_size): Delete function.
4797 (avr_register_virtual_type): Delete function.
4798 (avr_register_type): New function.
4799 (avr_address_to_pointer): Remove unused code.
4800 (avr_read_fp): Need to read FP as two separate bytes due to change to
4801 avr_register_type() usage.
4802 (avr_gdbarch_init): Don't set deprecated_register_size.
4803 Don't set deprecated_register_bytes.
4804 Don't set deprecated_register_byte.
4805 Don't set deprecated_register_raw_size.
4806 Don't set deprecated_max_register_raw_size.
4807 Don't set deprecated_register_virtual_size.
4808 Don't set deprecated_max_register_virtual_size.
4809 Don't set deprecated_register_virtual_type.
4810 Set register_type method.
4811
3993f6b1
DJ
48122003-06-15 Daniel Jacobowitz <drow@mvista.com>
4813
4814 * Makefile.in (linux-nat.o): Add rule.
4815 * linux-nat.c: New file.
4816 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
4817 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
4818 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
4819 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
4820 * config/arm/linux.mh (NATDEPFILES): Likewise.
4821 * config/i386/linux.mh (NATDEPFILES): Likewise.
4822 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4823 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4824 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4825 * config/mips/linux.mh (NATDEPFILES): Likewise.
4826 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4827 * config/s390/s390.mh (NATDEPFILES): Likewise.
4828 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4829
786a90bb
MK
48302003-06-15 Mark Kettenis <kettenis@gnu.org>
4831
4832 * i387-tdep.c: Reorder includes, fix some whitespace issues and
4833 replace out-of-date comment.
4834
3bd3f01e
AC
48352003-06-15 Andrew Cagney <cagney@redhat.com>
4836
4837 * rdi-share/host.h (Fail): Change to a varargs function.
4838 * remote-rdi.c (Fail): Update.
8ffd9b1b 4839
de5b9bb9
MK
48402003-06-15 Mark Kettenis <kettenis@gnu.org>
4841
4842 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
4843 (i386_convert_register_p, i386_register_to_value,
4844 i386_register_from_value): Handle types longer than 8 bytes.
4845
d532c08f
MK
48462003-06-15 Mark Kettenis <kettenis@gnu.org>
4847
4848 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
4849 Move floating-point code to new function in i387-tdep.c.
4850 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
4851 New functions containing code moved here from i386-tdep.c.
4852 * i387-tdep.h: Add opaque declaration for `struct type'.
4853 (i387_register_to_value, i387_value_to_register): New prototypes.
4854 * x86-64-tdep.c (x86_64_convert_register_p): New function.
4855 (x86_64_init_abi): Set convert_register_p, register_to_value and
4856 value_to_register here.
8ffd9b1b 4857
42c466d7
AC
48582003-06-14 Andrew Cagney <cagney@redhat.com>
4859
4860 * mips-tdep.c (mips_register_to_value): Make static.
4861 (mips_value_to_register): Make static.
4862 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
4863 * ia64-tdep.c (ia64_register_raw_size): Make static.
4864 (ia64_register_virtual_size): Make static.
4865 (ia64_register_byte): Make static.
4866 * i387-tdep.c: Include "i387-tdep.h".
4867 (print_387_control_word): Delete function.
4868 (print_387_status_word): Delete function.
4869 (print_387_status_bits): Delete function.
4870 (print_387_control_bits): Delete function.
4871 * Makefile.in (i387-tdep.o): Update dependencies.
4872 * rdi-share/host.h (Fail): Declare.
4873 * remote-rdi.c (Fail): Update to match declaration.
4874
2a9cda49
AC
48752003-06-14 Andrew Cagney <cagney@redhat.com>
4876
4877 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
4878 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
4879 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
4880 * config/djgpp/fnchange.lst: Delete "remote-array.c".
4881 * README: Delete reference to remote-array.
4882 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
4883 (remote-array.o): Delete target.
4884 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
4885 * remote-array.c: Delete file.
4886
ff2e87ac
AC
48872003-06-14 Andrew Cagney <cagney@redhat.com>
4888 Mark Kettenis <kettenis@gnu.org>
4889
4890 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
4891 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
4892 parameter with "frame".
4893 * gdbarch.h, gdbarch.c: Re-generate.
4894 * frame.h (put_frame_register): Declare.
4895 * frame.c (put_frame_register): New function.
4896 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
4897 (legacy_register_to_value): Rewrite, use "frame" to get the
4898 register value.
4899 (legacy_value_to_register): Rewrite, use "frame" to find the
4900 register's location before storing.
4901 * arch-utils.h (legacy_convert_register_p): Update.
4902 (legacy_register_to_value, legacy_value_to_register): Update.
4903 * findvar.c (value_from_register): Rewrite, eliminate use of
4904 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
4905 "frame" to REGISTER_TO_VALUE.
4906 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
4907 lval_reg_frame_relative + lval_register branch of the switch. Do
4908 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
4909 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
4910 I386_EDI_REGNUM): New defines.
4911 (i386_next_regnum, i386_convert_register_p,
4912 i386_register_to_value, i386_value_to_register): New functions.
4913 (i386_register_convertible, i386_register_convert_to_virtual,
4914 i386_convert_to_raw): Remove functions.
4915 (i386_gdbarch_init): Set convert_register_p, register_to_value and
4916 value_to_register instead of register_convertible,
4917 register_convert_to_virtual and register_convert_to_raw.
4918 * mips-tdep.c (mips_convert_register_p): New function.
4919 (mips_value_to_register): Replace mips_register_convert_from_type.
4920 (mips_register_to_value): Replace mips_register_convert_to_type.
4921 (mips_gdbarch_init): Set conver_register_p, value_to_register and
4922 register_to_value.
4923 * alpha-tdep.c (alpha_convert_register_p): Update.
4924 (alpha_value_to_register): Update, store the register.
4925 (alpha_register_to_value): Update, fetch the register.
4926
98be1e77
TR
49272003-06-14 Theodore A. Roth <troth@openavr.org>
4928
4929 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
4930 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
4931 Don't set deprecated_call_dummy_words.
4932 Remove commented out set_gdbarch_believe_pcc_promotion() call.
4933 Don't set remote_translate_xfer_address.
4934 (avr_io_reg_read_command): Remove commented out debug printf.
4935 Wrap a long line.
4936
57bc6122
TR
49372003-06-14 Theodore A. Roth <troth@openavr.org>
4938
4939 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
4940 causes gdb to seg fault.
4941
eb01fc62
DJ
49422003-06-14 Daniel Jacobowitz <drow@mvista.com>
4943
4944 * sparc-nat.c (fetch_inferior_registers): Correct
4945 a reference to "registers".
4946
3b3e6bee
DJ
49472003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
4948
4949 * Makefile.in (exc_request_U_h): Define
4950 (exc_request_S_h): Likewise.
4951 (msg_reply_S_h): Likewise.
4952 (msg_U_h): Likewise.
4953 (notify_S_h): Likewise.
4954 (process_reply_S_h): Likewise.
4955 (gnu-nat.o): Depend on gdb_obstack_h
4956 * gnu-nat.c: Include "gdb_obstack.h".
4957
b8de8283
AC
49582003-06-13 Andrew Cagney <cagney@redhat.com>
4959
4960 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
4961 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 4962
f3be58bc
AC
49632003-06-13 Andrew Cagney <cagney@redhat.com>
4964
4965 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
4966 when deprecated REGISTER macros can be deleted.
4967 * gdbarch.h, gdbarch.c: Re-generate.
4968
4c0122c8
JB
49692003-06-13 Jim Blandy <jimb@redhat.com>
4970
4971 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
4972 Linux entry point symbols for _dl_debug_state, too.
4973
3e210248
AC
49742003-06-13 Andrew Cagney <cagney@redhat.com>
4975
4976 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
4977 available, do not use the FP register, and always save the TOS.
4978 * dummy-frame.c (dummy_frame_this_id): Do not assert
4979 SAVE_DUMMY_FRAME_TOS.
4980 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
4981 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
4982 (i386_push_dummy_call): Add 8 to the returned SP.
4983 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
4984 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
4985 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
4986 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
4987 (x86_64_push_dummy_call): Return "sp + 16".
4988 (x86_64_init_abi): Do not set save_dummy_frame_tos.
4989 * alpha-tdep.c (alpha_gdbarch_init): Do not set
4990 save_dummy_frame_tos.
4991
0b65af49
JB
49922003-06-13 Jim Blandy <jimb@redhat.com>
4993
4994 * frv-tdep.c (frv_use_struct_convention): Delete static
4995 declaration for function deleted in my change of 2003-06-12.
4996
4ea2465e
TR
49972003-06-13 Theodore A. Roth <troth@openavr.org>
4998
4999 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5000 (avr_pointer_to_address): Shift code addrs left 1 bit.
5001 (avr_convert_from_func_ptr_addr): Delete function since operation is
5002 better handled by avr_address_to_pointer and avr_pointer_to_address.
5003 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5004
1581182a
MK
50052003-06-13 Mark Kettenis <kettenis@gnu.org>
5006
5007 From Kelley Cook <kelleycook@wideopenwest.com>:
5008 * configure.host: Accept i[34567]86 variants.
5009 * configure.tgt: Likewise.
5010 * nlm/configure.in: Likewise.
5011 * nlm/configure: Regenerated.
5012
7aa1783e
RE
50132003-06-13 Richard Earnshaw <rearnsha@arm.com>
5014
5015 * arm-tdep.c (solib-svr4.h): Dont' include it.
5016 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5017 * arm-linux-tdep.c: ... here. Make static.
5018 (arm_linux_init_abi): Register it.
5019 (solib-svr4.h): Include it.
5020 * Makefile.in: Update dependencies.
5021 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5022 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5023
0261a0d0
CV
50242003-06-13 Corinna Vinschen <vinschen@redhat.com>
5025
5026 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5027 indicate registers used for return values.
5028 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5029 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5030 members.
5031 (h8300_init_extra_frame_info): Ditto.
5032 (h8300_frame_locals_address): Removed.
5033 (h8300_frame_args_address): Removed.
5034 (h8300_extract_return_value): Use new regcache structure. Only care
5035 for 16 bit CPUs.
5036 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5037 (h8300_store_return_value): Use new regcache structure. Only care
5038 for 16 bit CPUs.
5039 (h8300h_store_return_value): Same function for 32 bit CPUs.
5040 (h8300_store_struct_return): Removed.
5041 (h8300_extract_struct_value_address): Use new regcache structure.
5042 (h8300h_extract_struct_value_address): Removed.
5043 (h8300_push_dummy_code): New function.
5044 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5045 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5046 set_gdbarch_store_return_value architecture dependent.
5047 Call set_gdbarch_push_dummy_code and
5048 set_gdbarch_extract_struct_value_address.
5049 Remove calls to set_gdbarch_frame_args_address,
5050 set_gdbarch_frame_locals_address,
5051 set_gdbarch_deprecated_store_struct_return,
5052 set_gdbarch_deprecated_extract_return_value,
5053 set_gdbarch_deprecated_extract_struct_value_address,
5054 set_gdbarch_deprecated_call_dummy_words and
5055 set_gdbarch_deprecated_sizeof_call_dummy_words.
5056
055c394a
CV
50572003-06-13 Corinna Vinschen <vinschen@redhat.com>
5058
5059 * h8300-tdep.c (h8300_register_byte): Remove.
5060 (h8300h_register_byte): Remove.
5061 (h8300_register_virtual_type): Remove. Substitute by...
5062 (h8300_register_type): New function.
5063 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5064 (h8300h_extract_struct_value_address): Ditto.
5065 (h8300_gdbarch_init): Drop calls to
5066 set_gdbarch_deprecated_register_byte and
5067 set_gdbarch_deprecated_register_virtual_type.
5068 Add call to set_gdbarch_register_type.
5069
9c04cab7
AC
50702003-06-13 Andrew Cagney <cagney@redhat.com>
5071
5072 * gdbarch.sh: Update comments on registers.
5073 (deprecated_register_byte): Rename register_byte.
5074 (deprecated_register_raw_size): Rename register_raw_size.
5075 (deprecated_register_virtual_size): Rename register_virtual_size.
5076 (deprecated_register_virtual_type): Rename register_virtual_type.
5077 * gdbarch.h, gdbarch.c: Re-generate.
5078 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5079 * vax-tdep.c (vax_gdbarch_init): Update.
5080 * v850-tdep.c (v850_gdbarch_init): Update.
5081 * sparc-tdep.c (sparc_gdbarch_init): Update.
5082 * sh-tdep.c (sh_gdbarch_init): Update.
5083 * s390-tdep.c (s390_gdbarch_init): Update.
5084 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5085 * ns32k-tdep.c: Update.
5086 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5087 * mips-tdep.c (mips_gdbarch_init): Update.
5088 * mcore-tdep.c (mcore_gdbarch_init): Update.
5089 * m68k-tdep.c (m68k_gdbarch_init): Update.
5090 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5091 * ia64-tdep.c (ia64_gdbarch_init): Update.
5092 * hppa-tdep.c (hppa_gdbarch_init): Update.
5093 * h8300-tdep.c (h8300_gdbarch_init): Update.
5094 * frv-tdep.c (frv_gdbarch_init): Update.
5095 * cris-tdep.c (cris_gdbarch_init): Update.
5096 * avr-tdep.c (avr_gdbarch_init): Update.
5097 * alpha-tdep.c (alpha_gdbarch_init): Update.
5098 * arm-tdep.c (arm_gdbarch_init): Update.
5099
b060cbea
AC
51002003-06-13 Andrew Cagney <cagney@redhat.com>
5101
5102 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5103 mips_o32_use_struct_convention with always_use_struct_convention.
5104
0fc9922a
DC
51052003-06-12 David Carlton <carlton@kealia.com>
5106
5107 * cp-namespace.c (cp_set_block_scope): Comment out
5108 processing_has_namespace_info branch.
5109
1fd35568
JB
51102003-06-12 Jim Blandy <jimb@redhat.com>
5111
f470a70a
JB
5112 Recognize and skip 64-bit PowerPC Linux linkage functions.
5113 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5114 insn_pattern, insns_match_pattern, d_field, ds_field): New
5115 functions, macros, and types for working with PPC instructions.
5116 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5117 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5118 ppc64_skip_trampoline_code): New functions, variables, and macros
5119 for recognizing and skipping linkage functions.
5120 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5121 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5122
49ff75ad
JB
5123 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5124 register offsets for both the 32- and 64-bit interfaces.
5125
bd918c83
JB
5126 Actually finish the job started by my change of 2003-05-29.
5127 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5128 other #definition of this.
5129 (ppc_linux_skip_trampoline_code): Remove declaration.
5130 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5131 static.
5132 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5133 method for GDBARCH.
5134
5135 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5136 'long' on ppc64-*-linux*.
5137
f8c59253
JB
5138 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5139 isn't #defined, assume the register doesn't exist: act as if
5140 tdep->ppc_mq_regnum were -1.
5141
8fbb30b1
JB
5142 * configure.host, configure.tgt: Add entries for
5143 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5144 powerpc/linux.mt.
5145 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5146 New files.
5147
1fd35568
JB
5148 * arch-utils.c (always_use_struct_convention): New function.
5149 * arch-utils.h (always_use_struct_convention): New prototype.
5150 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5151 (alpha_gdbarch_init): Register always_use_struct_convention,
5152 instead of alpha_use_struct_convention.
5153 * cris-tdep.c (cris_use_struct_convention): Delete.
5154 (cris_gdbarch_init): Register always_use_struct_convention,
5155 instead of cris_use_struct_convention.
5156 * frv-tdep.c (frv_use_struct_convention): Delete.
5157 (frv_gdbarch_init): Register always_use_struct_convention,
5158 instead of frv_use_struct_convention.
5159 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5160 (h8300_gdbarch_init): Register always_use_struct_convention,
5161 instead of h8300_use_struct_convention.
e3305dd9 5162 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
5163 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5164 instead of mips_o32_use_struct_convention.
5165
e14e6e9c
AC
51662003-06-12 Andrew Cagney <cagney@redhat.com>
5167
5168 * wince.c: Include "mips-tdep.h".
5169 * mips-tdep.h (mips_next_pc): Declare.
5170 * mcore-tdep.c: Make more local functions static.
5171 * Makefile.in (wince.o): Update dependencies.
5172
2335f48e
DC
51732003-06-12 David Carlton <carlton@kealia.com>
5174
5175 * symtab.c (lookup_symbol_aux_minsyms): Replace
5176 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5177 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5178 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5179 SYMBOL_NATURAL_NAME.
5180
f70a7d61
AS
51812003-06-12 Andreas Schwab <schwab@suse.de>
5182
5183 * Makefile.in (tuiDisassem.o): Update dependencies.
5184
b6429628
DC
51852003-06-12 David Carlton <carlton@bactrian.org>
5186
5187 * symtab.h: Delete declaration of make_symbol_overload_list.
5188 Add declaration of lookup_partial_symbol.
5189 * symtab.c (remove_params): Move to cp-support.c.
5190 (overload_list_add_symbol, make_symbol_overload_list)
5191 (sym_return_val_size, sym_return_val_index): Ditto.
5192 (lookup_partial_symbol): Make extern.
5193 * cp-support.h: Add declaration of make_symbol_overload_list.
5194 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5195 symtab.h, and block.h.
5196 (remove_params): Move here from symtab.c.
5197 (overload_list_add_symbol, make_symbol_overload_list)
5198 (sym_return_val_size, sym_return_val_index): Ditto.
5199 * valops.c: Include cp-support.h.
5200 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5201 frame_h, and block_h.
5202 (valops.o): Depend on cp_support_h.
5203
084edea5
CV
52042003-06-12 Corinna Vinschen <vinschen@redhat.com>
5205
5206 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5207 substitute by NUM_REGS throughout.
5208 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5209 (h8300s_register_name): New function for H8S registers.
5210 (h8300sx_register_name): Ditto for H8SX registers.
5211 (h8300_print_register): Revise register printing, avoid depending
5212 on 32 bit long.
0261a0d0 5213 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
5214 (h8300h_register_byte): New function for any other architecture.
5215 (h8300_register_raw_size): Remove.
5216 (h8300_register_virtual_type): Revise to return actually useful
5217 type.
5218 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5219 (h8300h_extract_struct_value_address): New function for any other
5220 architecture.
5221 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5222 set_gdbarch_register_name, set_gdbarch_register_byte,
5223 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5224 Remove calls to set_gdbarch_deprecated_register_size,
5225 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5226 set_gdbarch_deprecated_max_register_raw_size,
5227 set_gdbarch_register_virtual_size and
5228 set_gdbarch_deprecated_max_register_virtual_size entirely.
5229 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5230 set_gdbarch_long_double_bit.
5231
06194148
JJ
52322003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5233
8ffd9b1b
AJ
5234 * doublest.c (convert_doublest_to_floatformat): When dealing
5235 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
5236 processing a full 32 bits of mantissa.
5237
de4f826b
DC
52382003-06-11 David Carlton <carlton@bactrian.org>
5239
5240 * dictionary.h: New.
5241 * dictionary.c: New.
5242 * block.h: Add opaque declaration for struct dictionary.
5243 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5244 'sym' members.
5245 (BLOCK_DICT): New macro.
5246 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5247 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5248 BLOCK_SHOULD_SORT.
5249 (ALL_BLOCK_SYMBOLS): Update definition.
5250 * Makefile.in (SFILES): Add dictionary.c.
5251 (dictionary_h): New.
5252 (COMMON_OBS): Add dictionary.o.
5253 (dictionary.o): New.
5254 (ada-lang.o): Depend on dictionary_h.
5255 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5256 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5257 (mi-cmd-stack.o): Ditto.
5258 (gdbtk-cmds.o): Update dependencies.
5259 (gdbtk-stack.o): Ditto.
5260 * ada-lang.c: Include dictionary.h.
5261 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5262 (fill_in_ada_prototype, debug_print_block): Ditto.
5263 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5264 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5265 'is_sorted'.
5266 * mdebugread.c: Include dictionary.h.
5267 (struct parse_stack): Delete 'maxsyms' member.
5268 (parse_symbol): Update calls to new_block. Delete calls to
5269 shrink_block. Use dictionary methods.
5270 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5271 Update calls to new_symtab. Don't maintain maxsyms data.
5272 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5273 (add_symbol): Just call dict_add_symbol.
5274 (new_symtab): Delete 'maxsyms' argument.
5275 (new_symtab): Update calls to new_block.
5276 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5277 (shrink_block): Delete function.
5278 (fixup_sigtramp): Update call to new_block. Add symbol via
5279 dict_add_symbol.
5280 * jv-lang.c: Include dictionary.h.
5281 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5282 appropriately. Set class_symtab->free_func. Make sure the
5283 blockvector is big enough to hold two blocks.
5284 (add_class_symtab_symbol): Use dictionary methods.
5285 (free_class_block): New function.
5286 (type_from_class): Replace explicit iteration by
5287 ALL_BLOCK_SYMBOLS.
5288 * symtab.h (struct symtab): Replace 'free_ptr' method by
5289 'free_func'.
5290 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5291 sort_symtab_syms.
5292 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5293 sort_symtab_syms.
5294 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5295 Include dictionary.h.
5296 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5297 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5298 sort_symtab_syms.
5299 * objfiles.c: Include dictionary.h.
5300 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5301 * buildsym.c: Include dictionary.h.
5302 (finish_block): Use dictionary methods.
5303 (end_symtab): Set free_func to NULL, not free_ptr.
5304 * tracepoint.c: Include dictionary.h.
5305 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5306 (scope_info): Ditto.
5307 * stack.c: Include dictionary.h.
5308 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5309 (print_block_frame_labels, print_frame_arg_vars)
5310 (print_frame_args): Ditto.
5311 * symmisc.c (free_symtab_block): Use dictionary methods.
5312 (dump_symtab): Ditto.
5313 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5314 Include dictionary.h.
5315 * symfile.h: Delete declarations of sort_block_syms,
5316 sort_symtab_syms.
5317 * symfile.c (sort_block_syms): Delete.
5318 (sort_symtab_syms): Delete.
5319 * symtab.c: Include dictionary.h.
5320 (lookup_block_symbol): Use dictionary iterators.
5321 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5322 (search_symbols, make_symbol_completion_list): Ditto.
5323 (make_symbol_overload_list): Ditto.
5324 * valops.c (value_of_local): Use dict_empty.
5325 Include dictionary.h.
5326
a31f978c
JB
53272003-06-11 J. Brobecker <brobecker@gnat.com>
5328
5329 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5330
526e70c0
DC
53312003-06-11 David Carlton <carlton@bactrian.org>
5332
5333 * block.h (BLOCK_SHOULD_SORT): Delete.
5334 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5335 blocks.
5336 * ada-lang.c (ada_add_block_symbols): Ditto.
5337 * symfile.c (sort_block_syms): Delete.
5338 (sort_symtab_syms): Ditto.
5339 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5340 declarations.
5341 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5342 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5343 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5344 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5345 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5346 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5347 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5348
33c08150
JJ
53492003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5350
8ffd9b1b 5351 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
5352 bits to 128.
5353
781a750d
AC
53542003-06-11 Andrew Cagney <cagney@redhat.com>
5355
5356 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5357 REGISTER_CONVERTIBLE.
5358 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5359 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5360 * gdbarch.h, gdbarch.c: Re-generate.
5361 * arch-utils.h (deprecated_register_convertible_not): Rename
5362 generic_register_convertible_not.
5363 * arch-utils.c (deprecated_register_convertible_not): Rename
5364 generic_register_convertible.
5365 (legacy_convert_register_p, legacy_register_to_value): Update.
5366 * sh-tdep.c (sh64_push_arguments): Update.
5367 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5368 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5369 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5370 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5371 * arch-utils.c (legacy_value_to_register): Update.
5372 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5373 (rs6000_register_convert_to_raw): Make parameter "from" const.
5374 * mips-tdep.c (mips_gdbarch_init): Update.
5375 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5376 * infcmd.c (default_print_registers_info): Update.
5377 * ia64-tdep.c (ia64_gdbarch_init): Update.
5378 (ia64_register_convert_to_raw): Make parameter "from" const.
5379 * i386-tdep.c (i386_gdbarch_init): Update.
5380 (i386_register_convert_to_raw): Update.
5381
cd90e54f
AC
53822003-06-11 Andrew Cagney <cagney@redhat.com>
5383
5384 * remote-fileio.c: Include "remote-fileio.h".
5385 * Makefile.in (remote-fileio.o): Update dependencies.
5386 (remote_fileio_h): Fix typo.
5387
a78f21af
AC
53882003-06-11 Andrew Cagney <cagney@redhat.com>
5389
5390 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5391 (xstormy16_save_dummy_frame_tos): Make static.
5392 (_initialize_xstormy16_tdep): Add declaration.
5393 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5394 * v850-tdep.c: Make local functions static.
5395 (_initialize_v850_tdep): Add declaration.
5396 * sparc-tdep.c: Make local functions static.
5397 (_initialize_sparc_tdep): Add declaration.
5398 * sh-tdep.c: Make local functions static.
5399 (_initialize_sh_tdep): Add declaration.
5400 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5401 * s390-tdep.c: Make local functions static.
5402 (_initialize_s390_tdep): Add declaration.
5403 * dbxread.c (find_stab_function_addr): Make static.
5404 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5405 * ocd.c (_initialize_remote_ocd): Add declaration.
5406 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5407 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5408 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5409 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5410 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5411 * remote-array.c (_initialize_array): Add declaration.
5412 (_initialize_remote_monitors): Add declaration.
5413 * remote-mips.c: Make local functions static.
5414 (_initialize_remote_mips): Add declaration.
5415 * mcore-tdep.c: Make all local functions static.
5416 (_initialize_mcore_tdep): Add declaration.
5417 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5418 * abug-rom.c (_initialize_abug_rom): Add declaration.
5419 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5420 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5421 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5422 * remote-est.c (_initialize_est): Add declaration.
5423 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5424 (m68hc11_call_dummy_address): Make static.
5425 * ia64-tdep.c: Make local functions static.
5426 (_initialize_ia64_tdep): Add declaration.
5427 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5428 * monitor.c (monitor_wait_filter): Make static.
5429 (_initialize_remote_monitors): Add declaration.
5430 * remote-hms.c (_initialize_remote_hms): Add declaration.
5431 * remote-e7000.c (fetch_regs_from_dump): Make static.
5432 (expect_n): Make static.
5433 (_initialize_remote_e7000): Add declaration.
5434 * ser-e7kpc.c: Always include "defs.h".
5435 (_initialize_ser_e7000pc): Add declaration.
5436 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5437 * cris-tdep.c: Make all but one function static.
5438 (_initialize_cris_tdep): Add declaration.
5439 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5440 * solib.c (update_solib_list): Make static.
5441 (_initialize_solib): Add declaration.
5442 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5443 (_initialize_avr_tdep): Add declaration.
5444 * remote-rdi.c (voiddummy): Make static.
5445 (_initialize_remote_rdi): Add declaration.
5446 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5447 * remote-rdp.c (send_rdp): Make static.
5448 (_initialize_remote_rdp): Add declaration.
5449 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5450
cbcdb1f5
CV
54512003-06-11 Corinna Vinschen <vinschen@redhat.com>
5452
5453 * remote-fileio.c: Make ari happy.
5454
a191ea8d
JB
54552003-06-10 J. Brobecker <brobecker@gnat.com>
5456
5457 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5458 fetching the trailing bytes of the buffer we are about to write.
5459
0ef75e11
AC
54602003-06-10 Andrew Cagney <cagney@redhat.com>
5461
5462 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5463 * Makefile.in (remote-fileio.o): Update dependencies.
5464 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5465 include <setjmp.h>, or <sys/types.h> conditional on USG.
5466 (remote_fio_jmp_buf): Delete global variable.
5467
449092f6 54682003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 5469 Martin M. Hunt <hunt@redhat.com>
449092f6 5470
559fa028
AC
5471 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5472 (SFILES): Add remote-fileio.c.
5473 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5474 dependencies for building remote.o.
449092f6
CV
5475 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5476 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 5477 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
5478 static storage class.
5479 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5480 'F' packet.
5481 (_initialize_remote): Call initialize_remote_fileio().
5482 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
5483 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5484 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5485 (captured_main): Initialize new ui_files.
5486 * ui-file.c: Add read and fgets input functions.
5487 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5488 (null_file_read): New function.
5489 (ui_file_read): New function.
5490 (set_ui_file_read): New function.
5491 (stdio_file_read): New function.
5492 * ui-file.h: New type ui_file_read_ftype.
5493 (set_ui_file_read): Declare.
5494 (ui_file_read): Declare.
5495
248de703
AC
54962003-06-09 Andrew Cagney <cagney@redhat.com>
5497
5498 * frame.h (deprecated_unwind_get_saved_register): Rename
5499 generic_unwind_get_saved_register, update comments.
5500 * mips-tdep.c (mips_get_saved_register): Update.
5501 * frame.c (deprecated_unwind_get_saved_register): Update.
5502
0ed8aa57
AC
55032003-06-09 Andrew Cagney <cagney@redhat.com>
5504
5505 * vax-tdep.c (vax_frame_locals_address): Delete function.
5506 (vax_gdbarch_init): Do not set frame_locals_address.
5507 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5508 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5509 * s390-tdep.c (s390_frame_args_address): Delete function.
5510 (s390_gdbarch_init): Do not set frame_args_address or
5511 frame_locals_address.
5512 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5513 (ns32k_gdbarch_init): Do not set frame_locals_address.
5514 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5515 (hppa_frame_locals_address): Delete function.
5516 (hppa_gdbarch_init): Do not set frame_args_address, or
5517 frame_locals_address.
5518 * arm-tdep.c (arm_frame_args_address): Delete.
5519 (arm_frame_locals_address): Delete.
5520 (arm_gdbarch_init): Do not set frame_args_address, or
5521 frame_locals_address.
5522
983a287a
AC
55232003-06-09 Andrew Cagney <cagney@redhat.com>
5524
5525 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5526 * gdbarch.h, gdbarch.c: Re-generate.
5527 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5528 * arch-utils.c (frame_num_args_unknown): Delete function.
5529 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5530 (frame_info): Use FRAME_NUM_ARGS_P.
5531 * arm-tdep.c (arm_frame_num_args): Delete function.
5532 (arm_gdbarch_init): Do not set frame_num_args.
5533 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5534 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5535 (hppa_gdbarch_init): Do not set frame_num_args.
5536 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5537 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5538 frame_num_args to default frame_num_args_unknown.
5539 * v850-tdep.c (v850_gdbarch_init): Ditto.
5540 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5541 * sh-tdep.c (sh_gdbarch_init): Ditto.
5542 * s390-tdep.c (s390_gdbarch_init): Ditto.
5543 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5544 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5545 * mips-tdep.c (mips_gdbarch_init): Ditto.
5546 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5547 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5548 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5549 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5550 * i386-tdep.c (i386_gdbarch_init): Ditto.
5551 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5552 * frv-tdep.c (frv_gdbarch_init): Ditto.
5553 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5554 * cris-tdep.c (cris_gdbarch_init): Ditto.
5555 * avr-tdep.c (avr_gdbarch_init): Ditto.
5556 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5557
8d3b0994
AC
55582003-06-09 Andrew Cagney <cagney@redhat.com>
5559
5560 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
5561 (print_frame_args): Moved to "stack.c".
5562 * stack.c: Include "gdb_assert.h".
5563 (print_frame_nameless_args): Moved from "printcmd.c", made static.
5564 (print_frame_args): Moved from "printcmd.c".
5565 * frame.h (print_frame_args): Delete declaration.
5566 * Makefile.in (stack.o): Update dependencies.
5567
25e3a86b
AC
55682003-06-08 Andrew Cagney <cagney@redhat.com>
5569
5570 * frame.c (get_prev_frame): Remove reference to
5571 frame_args_address_correct in comments.
5572 * frame-base.c (default_frame_args_address): Delete code
5573 conditional on FRAME_ARGS_ADDRESS_CORRECT.
5574 * vax-tdep.c (vax_frame_args_address_correct): Delete.
5575 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
5576 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
5577 (vax_frame_args_address_correct): Delete declaration.
5578
a9e5fdc2
AC
55792003-06-08 Andrew Cagney <cagney@redhat.com>
5580
5581 * gdbarch.sh (UNWIND_SP): Add.
5582 * gdbarch.h, gdbarch.c: Re-generate.
5583 * frame.c (frame_sp_unwind): New function.
5584 (get_frame_sp): New function.
5585 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
5586 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
5587 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
5588 value.
5589 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
5590 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
5591
8983bd83
AC
55922003-06-08 Andrew Cagney <cagney@redhat.com>
5593
7fec2c59
AC
5594 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
5595 REMOTE_BREAKPOINT.
5596 * remote.c: Update.
5597 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
5598 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
5599 * config/m68k/tm-sun3.h: Update.
5600 * config/m68k/tm-m68klynx.h: Update.
5601 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
5602
8983bd83
AC
5603 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
5604 trad_frame". Update comments.
5605 * d10v-tdep.c (struct d10v_unwind_cache): Update.
5606 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
5607 (trad_frame_register_value, trad_frame_prev_register): Update.
5608
b9362cc7
AC
56092003-06-08 Andrew Cagney <cagney@redhat.com>
5610
5611 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
5612 from GCC's acinclude.m4.
5613 * configure.in: Check for getopt's delcaration.
8ffd9b1b 5614 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
5615 * main.c (error_init): Delete declaration.
5616 * defs.h (error_init): Declare.
5617 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
5618 (rs6000_convert_from_func_ptr_addr): Make static.
5619 (_initialize_rs6000_tdep): Add declaration.
5620 * cli/cli-cmds.c (dont_repeat): Delete declaration.
5621 (show_commands, set_verbose, show_history): Delete declaration.
5622 * top.h (set_verbose): Add declaration.
5623 (show_history, set_history, show_commands): Add declaration.
5624 (do_restore_instream_cleanup): Add declaration.
5625 * objc-lang.c (specialcmp): Make static.
5626 (print_object_command): Make static.
5627 (find_objc_msgsend): Make static.
5628 (find_objc_msgcall_submethod_helper): Make static.
5629 (find_objc_msgcall_submethod): Make static.
5630 (_initialize_objc_language): Add declaration.
5631 (find_implementation_from_class): Make static.
5632 (find_implementation): Make static.
5633 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
5634 * objc-lang.h (lookup_struct_typedef): Add declaration.
5635 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
5636 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
5637 (do_restore_user_call_depth): Make static.
5638 (do_restore_instream_cleanup): Delete declaration.
5639 (dont_repeat): Delete declaration.
5640 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
5641 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
5642 * reggroups.c (_initialize_reggroup): Add declaration.
5643 * cp-support.c (_initialize_cp_support): Add declaration.
5644 * cp-abi.c (_initialize_cp_abi): Add declaration.
5645 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
5646 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
5647 (_initialize_gnu_v3_abi): Add declaration.
5648 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
5649 (_initialize_gnu_v2_abi): Add declaration.
5650 * frame-base.c (_initialize_frame_base): Add declaration.
5651 * doublest.c (floatformat_from_length): Make static.
5652 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
5653 * frame.c (create_sentinel_frame): Make static.
5654 (_initialize_frame): Add declaration.
5655 * top.c (do_catch_errors): Make static.
5656 (gdb_rl_operate_and_get_next_completion): Make static.
5657 * typeprint.c: Include "typeprint.h".
5658 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
5659 (sentinel_frame_this_id): Make static.
5660 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
5661 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
5662 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
5663 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
5664 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
5665 * maint.c (maintenance_print_architecture): Make static.
5666 * signals/signals.c (_initialize_signals): Add declaration.
5667 * std-regs.c (_initialize_frame_reg): Add declaration.
5668 * jv-exp.y (push_variable): ISO C definition.
5669 (push_qualified_expression_name): Ditto.
5670 * memattr.c (_initialize_mem): Add declaration.
5671 * remote.c (remote_check_watch_resources): Make static.
5672 (remote_stopped_by_watchpoint): Make static.
5673 (remote_stopped_data_address): Make static.
5674 * d10v-tdep.c (nr_dmap_regs): Make static.
5675 (a0_regnum): Make static.
5676 (d10v_frame_unwind_cache): Make static.
5677 (d10v_frame_p): Make static.
5678 * osabi.c (show_osabi): Make static.
5679 (_initialize_gdb_osabi): Add extern declaration.
5680 * gdbtypes.c (make_qualified_type): Make static.
5681 (safe_parse_type): Make static.
5682 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
5683 * macrotab.c (macro_bcache_free): Make static.
5684 * interps.c (interp_set_quiet): Make static.
5685 (interpreter_exec_cmd): Make static.
5686 * stack.h (select_frame_command): New file.
5687 * stack.c: Include "stack.h".
5688 (select_frame_command_wrapper): Delete function.
5689 (select_frame_command): Make global.
5690 * infcall.c: Include "infcall.h".
5691 * linespec.c: Include "linespec.h".
5692 * symfile.c (sections_overlap): Make static.
5693 * cp-support.h (cp_initialize_namespace): ISO C declaration.
5694 * charset.c (_initialize_charset): Add missing prototype.
5695 * regcache.c (init_legacy_regcache_descr): Make static.
5696 (do_regcache_xfree): Make static.
5697 (regcache_xfer_part): Make static.
5698 (_initialize_regcache): Add missing prototype.
5699 * breakpoint.c (parse_breakpoint_sals): Make static.
5700 (breakpoint_sals_to_pc): Make static.
5701 * interps.h (clear_interpreter_hooks): ISO C declaration.
5702 * Makefile.in (stack_h): Define.
5703 (stack.o, typeprint.o, mi-main.o): Update dependencies.
5704 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
5705
a0f267c7
AC
57062003-06-08 Andrew Cagney <cagney@redhat.com>
5707
5708 * Makefile.in (d10v-tdep.o): Update dependencies.
5709 (SFILES): Add trad-frame.c.
5710 (trad_frame_h): Define.
5711 (COMMON_OBS): Add trad-frame.o.
5712 (trad-frame.o): Specify dependencies.
5713 * d10v-tdep.c: Include "trad-frame.h".
5714 (saved_regs_unwinder): Delete function.
5715 (d10v_frame_prev_register): Use trad_frame_prev_register.
5716 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
5717 trad_frame", delete "regs" and "prev_sp".
5718 (prologue_find_regs): Use trad-frame.
5719 * trad-frame.h, trad-frame.c: New files.
5720
4538b4f4
MK
57212003-06-08 Mark Kettenis <kettenis@gnu.org>
5722
5723 * dwarf2cfi.c, dwarf2cfi.h: Remove.
5724
a0273b2f
AF
57252003-06-07 Adam Fedor <fedor@gnu.org>
5726
5727 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
5728 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
5729 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
5730 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 5731 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
5732 Use it.
5733
3a6c3343
AC
57342003-06-07 Andrew Cagney <cagney@redhat.com>
5735
5736 * symfile.h: Re-indent, clean up comments.
5737
b46e02f6
AC
57382003-06-07 Andrew Cagney <cagney@redhat.com>
5739
5740 * inferior.h (deprecated_write_sp): Replace
5741 generic_target_write_sp.
5742 * regcache.c (deprecated_write_sp): Replace
5743 generic_target_write_sp.
5744 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5745 * vax-tdep.c (vax_gdbarch_init): Update.
5746 * v850-tdep.c (v850_gdbarch_init): Update.
5747 * sparc-tdep.c (sparc_gdbarch_init): Update.
5748 * sh-tdep.c (sh_gdbarch_init): Update.
5749 * s390-tdep.c (s390_gdbarch_init): Update.
5750 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5751 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5752 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5753 * mcore-tdep.c (mcore_gdbarch_init): Update.
5754 * m68k-tdep.c (m68k_gdbarch_init): Update.
5755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5756 * ia64-tdep.c (ia64_gdbarch_init): Update.
5757 * h8300-tdep.c (h8300_gdbarch_init): Update.
5758 * frv-tdep.c (frv_gdbarch_init): Update.
5759 * cris-tdep.c (cris_gdbarch_init): Update.
5760 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5761
a42e117c
AC
57622003-06-07 Andrew Cagney <cagney@redhat.com>
5763
5764 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
5765 Assert that PC_REGNUM is valid.
5766 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
5767
bd1ce8ba
AC
57682003-06-07 Andrew Cagney <cagney@redhat.com>
5769
5770 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
5771 * gdbarch.h, gdbarch.c: Regenerate.
5772 * mn10300-tdep.c: Include "gdb_assert.h".
5773 (mn10300_read_fp): New function.
5774 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
5775 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
5776 * ia64-tdep.c: Include "gdb_assert.h".
5777 (ia64_read_fp): New function.
5778 (ia64_gdbarch_init): Set deprecated_target_read_fp to
5779 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
5780 * regcache.c (generic_target_read_sp): Delete function.
5781 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
5782 * inferior.h (generic_target_read_sp): Delete declaration.
5783 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
5784 generic_target_read_sp.
5785 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5786 * sparc-tdep.c (sparc_gdbarch_init): Ditto
5787 * sh-tdep.c (sh_gdbarch_init): Ditto.
5788 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5789 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
5790
ec5cbaec
AC
57912003-06-07 Andrew Cagney <cagney@redhat.com>
5792
5793 * gdbarch.sh: Comment each field of startup_gdbarch.
5794 * gdbarch.h, gdbarch.c: Re-generate.
5795
cde9ea48
AC
57962003-06-07 Andrew Cagney <cagney@redhat.com>
5797
5798 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
5799 * gdbarch.h, gdbarch.c: Re-generate.
5800 * regcache.c: Update comments on read_pc et.al.
5801 (generic_target_read_pc): Delete function.
5802 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
5803 * inferior.h (generic_target_read_pc): Delete declaration.
5804 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
5805 generic_target_read_pc.
5806 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5807 * sh-tdep.c (sh_gdbarch_init): Ditto.
5808 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5809 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 5810
9a90a780
AC
58112003-06-07 Andrew Cagney <cagney@redhat.com>
5812
5813 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
5814 "index" with "special_local_sect". Use strcmp instead of STREQ.
5815 Append period to coments.
5816
a39a16c4
MM
58172003-06-06 Mark Mitchell <mark@codesourcery.com>
5818
5819 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
5820 (elfstab_offset_sections): Likewise.
5821 * gdb-stabs.h (stab_section_info): Likewise.
5822 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
5823 * objfiles.c (objfile_relocate): Likewise.
5824 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
5825 * remote.c (get_offsets): Likewise.
5826 (remote_cisco_objfile_relocate): Likewise.
5827 * somread.c (som_symfile_offsets): Likewise.
5828 * symfile.c (alloc_section_addr_info): New function.
5829 (build_section_addr_info_from_section_tab): Use it.
5830 (free_section_addr_info): Adjust.
5831 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
5832 (syms_from_objfile): Allocate local_addr dynamically.
5833 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
5834 dynamically.
5835 (add_symbol_file_command): Allocate sect_opts dynamically.
5836 (reread_symbols): Avoid use of SECT_OFF_MAX.
5837 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
5838 (alloc_section_addr_info): Declare it.
5839 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
5840 * win32-nat.c (solib_symbols_add): Allocate section_addrs
5841 dynamically.
5842 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 5843
20c6c2f8
AC
58442003-06-06 Andrew Cagney <cagney@redhat.com>
5845
5846 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
5847 (d10v_frame_unwind_cache): Do not set "return_pc".
5848
884a26c8
MS
58492003-06-06 Michael Snyder <msnyder@redhat.com>
5850
5851 * h8300-tdep.c: Make tidy (long lines).
5852
088ce440
ML
58532003-06-06 Michal Ludvig <mludvig@suse.cz>
5854
8ffd9b1b 5855 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
5856 to regcache_collect().
5857
7d773d96
JB
58582003-06-05 J. Brobecker <brobecker@gnat.com>
5859
5860 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
5861 pc_in_sigtramp multiarch method.
5862 (hppa_hpux_som_init_abi): Use it.
5863 (hppa_hpux_elf_init_abi): Likewise.
5864 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
5865 macro has been multiarched.
5866 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
5867 macro here, as hppa64 isn't multiarched yet.
5868
1df6926e
AC
58692003-06-05 Andrew Cagney <cagney@redhat.com>
5870
5871 * Makefile.in (value_h): Add $(frame_h).
5872 * value.h: Include "frame.h".
5873 (struct value): Replace "frame_addr" with "frame_id".
5874 (VALUE_FRAME_ID): Replace VALUE_FRAME.
5875 * values.c (allocate_value): Use VALUE_FRAME_ID.
5876 (value_copy): Use VALUE_FRAME_ID.
5877 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
5878 * valops.c (value_assign): Update. Use frame_find_by_id.
5879
6b53acc6
ML
58802003-06-05 Michal Ludvig <mludvig@suse.cz>
5881
5882 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
5883 in each pass.
5884
4d9850d3
JJ
58852003-06-05 Jeff Johnston <jjohnstn@redhat.com>
5886
5887 * thread-db.c (check_event): For create/death event breakpoints,
5888 loop through all messages to ensure that we read the message
5889 corresponding to the breakpoint we are at.
5890
8efca6ba
MS
58912003-06-04 Michael Snyder <msnyder@redhat.com>
5892
5893 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
5894
0912c7f2
MK
58952003-06-04 Mark Kettenis <kettenis@gnu.org>
5896
5897 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
5898 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
5899 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
5900 when handling .eh_frame sections.
5901
4e370325
JB
59022003-06-04 J. Brobecker <brobecker@gnat.com>
5903
5904 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
5905 prepare_to_proceed procedure instead of the hppa-specific one.
5906 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
5907
b757528f 59082003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 5909
b757528f
JJ
5910 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
5911 * config.in: Regenerated.
5912 * configure.in: Add test for syscall function and check for
5913 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
5914 * configure: Regenerated.
5915 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
5916 <sys/syscall.h>.
5917 (kill_lwp): New function that uses tkill syscall or
5918 uses kill, depending on whether threading model is nptl or not.
5919 All callers of kill() changed to use kill_lwp().
5920 (lin_lwp_wait): Make special check when WIFEXITED occurs to
5921 see if all threads have already exited in the nptl model.
5922 (stop_and_resume_callback): New callback function used by the
5923 lin_lwp_wait thread exit handling code.
5924 (stop_wait_callback): Check for threads already having exited and
5925 delete such threads fromt the lwp list when discovered.
5926 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 5927
b757528f
JJ
5928 Roland McGrath <roland@redhat.com>
5929 * i386-linux-nat.c (ps_get_thread_area): New function needed by
5930 nptl libthread_db.
5931
087779b1
RH
59322003-06-03 Richard Henderson <rth@redhat.com>
5933
b21fd293
RH
5934 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
5935 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
5936 (alpha_sigtramp_frame_prev_register): Likewise.
5937 (alpha_heuristic_frame_prev_register): Likewise.
5938 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
5939
8ffd9b1b 5940 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
5941 alpha-specific register id names.
5942 (alpha_mdebug_frame_unwind_cache): Likewise.
5943 (alpha_mdebug_frame_prev_register): Likewise.
5944
baa490c4
RH
59452003-06-03 Richard Henderson <rth@redhat.com>
5946
5947 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
5948 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
5949 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
5950 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
5951 unwind routines.
5952 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5953 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5954 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5955
5956 * alpha-linux-tdep.c: Remove unnecessary includes.
5957 * Makefile.in (alpha-linux-tdep.o): Update.
5958
59592003-06-03 Richard Henderson <rth@redhat.com>
5960
5961 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
5962 (alphabsd_fill_fpreg): Likewise.
5963
f534e522
JB
59642003-06-03 J. Brobecker <brobecker@gnat.com>
5965
5966 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
5967 references to struct frame_info fields by calls to the equivalent
5968 accessors. Necessary now that frame_info is opaque.
5969
4035536b
JB
59702003-06-03 J. Brobecker <brobecker@gnat.com>
5971
5972 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
5973 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
5974 structure, field no longer exists.
5975
0bd79c5c
JB
59762003-06-03 J. Brobecker <brobecker@gnat.com>
5977
5978 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
5979 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
5980
37bb6d9f
JB
59812003-06-03 J. Brobecker <brobecker@gnat.com>
5982
5983 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
5984 references to struct frame_info fields by calls to the equivalent
5985 accessors. Necessary now that frame_info is opaque.
5986
852ee05c
JB
59872003-06-03 J. Brobecker <brobecker@gnat.com>
5988
5989 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
5990 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
5991 structure, field no longer exists.
5992
7d58c67d
TR
59932003-06-03 Theodore A. Roth <troth@openavr.org>
5994
8ffd9b1b 5995 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
5996 accumulation of the size of all registers instead of blindly using
5997 DEPRECATED_REGISTER_BYTES.
5998
0a48e7e8
MS
59992003-06-03 Michael Snyder <msnyder@redhat.com>
6000
6001 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6002 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6003 for h8300sx.
6004
9798ab0d
JB
60052003-06-03 J. Brobecker <brobecker@gnat.com>
6006
6007 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6008 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6009
00b037e2
AC
60102003-06-03 Andrew Cagney <cagney@redhat.com>
6011
6012 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6013 (sparc_convert_to_raw): Delete function.
6014 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6015 register_convert_to_virtual.
6016
043b2f77
JJ
60172003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6018
6019 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6020 layer if not dealing with a statically-linked threaded program.
6021
f43caff8
KW
60222003-06-03 Kris Warkentin <kewarken@qnx.com>
6023
6024 * solib.c (solib_open): Update comment to reflect actual search order.
6025
ae1e7417
AC
60262003-06-03 Andrew Cagney <cagney@redhat.com>
6027
6028 * frame.c (get_frame_memory_signed): New function.
6029 (get_frame_memory, get_frame_memory_unsigned): New function.
6030 (get_frame_arch): New function.
6031 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6032 (get_frame_memory, get_frame_unsigned_memory): Declare.
6033 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6034 get_frame_memory_unsigned and get_frame_arch.
6035 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6036
cb123844
RG
60372003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6038
6039 * MAINTAINERS (write after approval): Add myself.
6040
1bb792e9
JB
60412003-06-03 Jim Blandy <jimb@redhat.com>
6042
6043 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6044 elements of gregset_t are 64 bits each, but access registers
6045 are still 32 bits, so they're packed two per gregset_t
6046 element. Unpack/pack them properly.
6047
aee8d8ba
DC
60482003-06-02 David Carlton <carlton@bactrian.org>
6049
6050 * linespec.c (find_methods): Break out code into
6051 add_matching_methods and add_constructors.
6052 (add_matching_methods): New.
6053 (add_constructors): Ditto.
6054
bf7488d2
AC
60552003-06-02 Andrew Cagney <cagney@redhat.com>
6056
bf7488d2
AC
6057 * sparc-tdep.c (sparc_print_registers): Delete call to
6058 REGISTER_CONVERTIBLE.
6059 (sparc_gdbarch_init): Do not set register_convertible.
6060 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6061 * frv-tdep.c (frv_gdbarch_init): Ditto.
6062 * cris-tdep.c (cris_gdbarch_init): Ditto.
6063
adedef68
EZ
60642003-06-02 Elena Zannoni <ezannoni@redhat.com>
6065
8ffd9b1b 6066 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
6067 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6068 (syms_from_objfile): Ditto.
6069
650fcc91
AS
60702003-06-03 Andreas Schwab <schwab@suse.de>
6071
6072 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6073 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6074
df4a182b
RH
60752003-06-02 Richard Henderson <rth@redhat.com>
6076
6077 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6078 a member of all_reggroup.
6079
c483c494
RH
60802003-06-02 Richard Henderson <rth@redhat.com>
6081
6082 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6083 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6084 (alpha_lds, alpha_sts): New.
6085 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 6086 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
6087 restructure and fail for type sizes other than 4 or 8.
6088 (alpha_value_to_register): Similarly.
6089 (alpha_extract_return_value): Use alpha_sts.
6090 (alpha_store_return_value): Use alpha_lds.
6091 (alpha_gdbarch_init): Update hooks.
6092
b38b6be2
RH
60932003-06-02 Richard Henderson <rth@redhat.com>
6094
6095 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6096 regnum identifiers.
6097 (alpha_sigtramp_register_address): Likewise.
6098
98a8e1e5
RH
60992003-06-02 Richard Henderson <rth@redhat.com>
6100
6101 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6102 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6103 * alpha-tdep.h: Declare them.
6104
6105 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6106 Remove zerobuf. Don't error on UNIQUE.
6107 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6108 (ALPHA_REGSET_UNIQUE): Provide default.
6109 (supply_gregset): Use alpha_supply_int_regs.
6110 (fill_gregset): Use alpha_fill_int_regs.
6111 (supply_fpregset): Use alpha_supply_fp_regs.
6112 (fill_fpregset): Use alpha_fill_fp_regs.
6113 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6114 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6115 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6116 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6117 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6118 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6119
67dfac52
RH
61202003-06-02 Richard Henderson <rth@redhat.com>
6121
f75d70cc
RH
6122 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6123
67dfac52
RH
6124 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6125 (alpha_store_return_value): Likewise.
6126
0cf566ec
DC
61272003-06-02 David Carlton <carlton@math.stanford.edu>
6128
6129 * block.c (contained_in): Add 'const' to arguments.
6130 (block_function): Ditto.
6131 * block.h: Update declarations for block_function and
6132 contained_in.
6133
cdef89d0
DC
61342003-06-02 David Carlton <carlton@math.stanford.edu>
6135
6136 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6137 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6138 * p-valprint.c (pascal_val_print): Ditto.
6139 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6140
72667056
RH
61412003-06-02 Richard Henderson <rth@redhat.com>
6142
98a8e1e5
RH
6143 * alpha-tdep.c (alpha_push_dummy_call): Use
6144 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 6145
8ffd9b1b 6146 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
6147 sign-extension of 32-bit values.
6148 (alpha_store_return_value): Similarly.
0ede8eca 6149
98a8e1e5
RH
6150 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6151 (alpha_extract_return_value): Likewise.
6152 (alpha_store_return_value): Likewise.
7b5e1cb3 6153
98a8e1e5
RH
6154 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6155 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 6156
98a8e1e5
RH
6157 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6158 (alpha_extract_struct_value_address): Likewise.
6159 (alpha_store_return_value): Likewise.
6160 (alpha_store_struct_return): Remove.
6161 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 6162
98a8e1e5
RH
6163 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6164 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6165 macros where appropriate.
6166 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6167 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 6168
98a8e1e5
RH
6169 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6170 for SP, GP; void_func_ptr for PC; non-language-specific types
6171 for all others.
6172 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 6173
6dd77b81
RH
61742003-06-02 Richard Henderson <rth@redhat.com>
6175
6176 * top.h (lim_at_start): Declare.
6177 * main.c (captured_main): Set it.
6178 * top.c (lim_at_start): Define.
6179 (command_loop): Use it instead of &environ.
6180 * event-top.c (command_handler): Likewise.
6181
f4dbdb54
JT
61822003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6183
6184 * mipsnbsd-tdep.c: Update copyright years.
6185 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6186
8f285956
RH
61872003-06-01 Richard Henderson <rth@redhat.com>
6188
98a8e1e5
RH
6189 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6190 (alpha-linux-tdep.o): Update dependencies.
6191 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6192 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 6193
615967cb
RH
61942003-06-01 Richard Henderson <rth@redhat.com>
6195
98a8e1e5
RH
6196 * alpha-tdep.c (alpha_register_reggroup_p): New.
6197 (alpha_gdbarch_init): Register it.
615967cb 6198
b59661bd
AC
61992003-06-02 Andrew Cagney <cagney@redhat.com>
6200
6201 * dwarfread.c: Eliminate "register"
6202 (decode_die_type): Eliminate assignment within "if".
6203 (struct_type, decode_array_element_type): Ditto.
6204 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6205 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6206 (decode_modified_type, completedieinfo): Ditto.
6207 * block.c: Eliminate "register".
6208 (blockvector_for_pc_sect): Eliminate assignment within "if".
6209 * cp-support.h (struct symbol): Opaque declaration.
6210 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6211
5ef165c2
RH
62122003-06-01 Richard Henderson <rth@redhat.com>
6213
98a8e1e5
RH
6214 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6215 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 6216
143985b7
AF
62172003-06-01 Adam Fedor <fedor@gnu.org>
6218
6219 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6220 * gdbarch.[ch]: Regenerate.
6221 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6222 (hppa_gdbarch_init): Set it in the gdbarch vector.
6223 * i386-tdep.c (i386_fetch_pointer_argument): New
6224 (i386_gdbarch_init): Set it into gdbarch.
6225 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6226 (rs6000_gdbarch_init): Set it in gdbarch.
6227 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6228 (sparc_gdbarch_init): Set it in gdbarch.
6229
ae0167b9
AC
62302003-06-01 Andrew Cagney <cagney@redhat.com>
6231
7c0b4a20
AC
6232 * defs.h (extract_address): Delete declaration.
6233 * findvar.c (extract_address): Delete function.
6234 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6235 extract_address with the inline equivalent,
6236 extract_unsigned_integer.
6237 (xstormy16_extract_struct_value_address): Ditto.
6238 (xstormy16_pointer_to_address): Ditto.
6239 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6240 * v850-tdep.c (v850_push_arguments): Ditto.
6241 (v850_extract_return_value): Ditto.
6242 (v850_extract_struct_value_address): Ditto.
6243 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6244 (sparcnbsd_get_longjmp_target_64): Ditto.
6245 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6246 (get_longjmp_target): Ditto.
6247 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6248 (sh64_extract_struct_value_address): Ditto.
6249 (sh_push_arguments): Ditto.
6250 (sh64_push_arguments): Ditto.
6251 * remote-vxsparc.c (vx_read_register): Ditto.
6252 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6253 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6254 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6255 * mipsv4-nat.c (get_longjmp_target): Ditto.
6256 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6257 * mips-nat.c (get_longjmp_target): Ditto.
6258 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6259 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6260 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6261 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6262 * irix5-nat.c (get_longjmp_target): Ditto.
6263 * irix4-nat.c (get_longjmp_target): Ditto.
6264 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6265 (ia64_push_arguments): Ditto.
6266 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6267 * h8300-tdep.c (h8300_push_arguments): Ditto.
6268 (h8300_store_return_value): Ditto.
6269 (h8300_extract_struct_value_address): Ditto.
6270 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6271 (frv_push_arguments): Ditto.
6272 * avr-tdep.c (avr_pointer_to_address): Ditto.
6273 (avr_push_arguments): Ditto.
6274 * arm-tdep.c (arm_push_dummy_call): Ditto.
6275 (arm_get_longjmp_target): Ditto.
6276 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6277 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6278 (alpha_get_longjmp_target): Ditto.
6279
ae0167b9
AC
6280 * solib-irix.c (extract_mips_address): Inline extract_address,
6281 replacing it with extract_signed_integer.
6282 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6283 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6284 (first_link_map_member, open_symbol_file_object): Ditto.
6285 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6286 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6287 (LM_NEXT, LM_NAME): Ditto.
6288
44d88583
RH
62892003-06-01 Richard Henderson <rth@redhat.com>
6290
98a8e1e5
RH
6291 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6292 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6293 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6294 (alpha_cannot_store_register): Likewise.
6295 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6296 * alpha-nat.c (supply_gregset): Likewise.
6297 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 6298
310e9b6a
AC
62992003-06-01 Andrew Cagney <cagney@redhat.com>
6300
6301 * infcall.c (call_function_by_hand): Update comment on
6302 DEPRECATED_DUMMY_WRITE_SP.
6303
6304 * mips-tdep.c (mips_gdbarch_init): Do not set
6305 deprecated_dummy_write_sp.
6306 (mips_eabi_push_dummy_call): Set the SP register.
6307 (mips_o64_push_dummy_call): Set the SP register.
6308 (mips_o32_push_dummy_call): Set the SP register.
6309 (mips_n32n64_push_dummy_call): Set the SP register.
6310
5ab84872
RH
63112003-06-01 Richard Henderson <rth@redhat.com>
6312
98a8e1e5
RH
6313 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6314 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6315 (supply_gregset): Likewise.
6316 * alpha-tdep.c (alpha_store_return_value): Likewise.
6317 (alpha_get_longjmp_target): Likewise.
6318 (alpha_register_name): Constify array.
6319 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6320 deprecated_register_size, deprecated_register_bytes,
6321 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6322 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6323 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 6324
09cc52fd
RH
63252003-06-01 Richard Henderson <rth@redhat.com>
6326
6327 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6328 from arg_reg_buffer to regcache to avoid double conversion.
6329
c7f16359
MK
63302003-06-01 Mark Kettenis <kettenis@gnu.org>
6331
6332 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6333 SP_REGNUM.
6334 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6335 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6336
7131cb6e
RH
63372003-06-01 Richard Henderson <rth@redhat.com>
6338
98a8e1e5
RH
6339 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6340 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 6341
f3e0f90b
RH
63422003-06-01 Richard Henderson <rth@redhat.com>
6343
98a8e1e5
RH
6344 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6345 not overlapping PC_REGNUM.
f3e0f90b 6346
c88e30c0
RH
63472003-06-01 Richard Henderson <rth@redhat.com>
6348
98a8e1e5
RH
6349 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6350 alpha_push_arguments. Don't dump argument register data to
6351 the target stack. Fix float and 128-bit long double semantics.
6352 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6353 (alpha_fix_call_dummy): Remove.
6354 (alpha_call_dummy_words): Remove.
6355 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 6356
f1a559ae
RH
63572003-06-01 Richard Henderson <rth@redhat.com>
6358
6359 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6360
5e045346
AC
63612003-06-01 Andrew Cagney <cagney@redhat.com>
6362
95404a3e
AC
6363 * mips-tdep.c (is_mips16_addr): New function.
6364 (make_mips16_addr, unmake_mips16_addr): New functions.
6365 (pc_is_mips16, mips_fetch_instruction): Use.
6366 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6367 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6368 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6369 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6370 TARGET_MIPS.
6371 * config/mips/tm-mips.h: Update copyright.
6372 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6373 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6374 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6375 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6376 (TM_PRINT_INSN_MACH): Delete.
6377 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6378
5e045346
AC
6379 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6380 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6381 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6382 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6383 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6384 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6385 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6386 mips*-*-riscos* and mips*-*-sysv* onto mips.
6387 * config/mips/mips64.mt: New file.
6388 * config/mips/mips.mt: New file.
6389 * config/mips/littlemips.mt: Delete file.
6390 * config/mips/decstation.mt: Delete file.
6391 * config/mips/vr4300el.mt: Delete file.
6392 * config/mips/vr5000el.mt: Delete file.
6393 * config/mips/vr5000.mt: Delete file.
6394 * config/mips/vr4100.mt: Delete file.
6395 * config/mips/vr4xxxel.mt: Delete file.
6396 * config/mips/vr4300.mt: Delete file.
6397 * config/mips/vr4xxx.mt: Delete file.
6398 * config/mips/bigmips.mt: Delete file.
6399 * config/mips/bigmips64.mt: Delete file.
6400 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6401 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6402 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6403 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6404 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6405 "tm-bigmips.h".
6406 * config/mips/tm-irix3.h: Ditto.
6407 * config/mips/tm-mipsv4.h: Ditto.
6408 * config/mips/tm-embed.h: Ditto.
6409 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6410 "tm-bigmips64.h".
6411 * config/mips/tm-vr5000el.h: Delete file.
6412 * config/mips/tm-tx39l.h: Delete file.
6413 * config/mips/tm-vr4300el.h: Delete file.
6414 * config/mips/tm-vr4xxxel.h: Delete file.
6415 * config/mips/tm-vr4300.h: Delete file.
6416 * config/mips/tm-vr4100.h: Delete file.
6417 * config/mips/tm-vr4xxx.h: Delete file.
6418 * config/mips/tm-vr5000.h: Delete file.
6419 * config/mips/tm-embedl64.h: Delete file.
6420 * config/mips/tm-embedl.h: Delete file.
6421 * config/mips/tm-embed64.h: Delete file.
6422 * config/mips/tm-bigmips64.h: Delete file.
6423 * config/mips/tm-bigmips.h: Delete file.
6424
2473a4a9
MK
64252003-06-01 Mark Kettenis <kettenis@gnu.org>
6426
97a5b208
MK
6427 Fix gdb/1216.
6428 * shnbsd-nat.c: Include "sh-tdep.h".
6429
2473a4a9
MK
6430 From Richard Henderson <rth@redhat.com>:
6431 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6432
e0f7ec59
AC
64332003-05-31 Andrew Cagney <cagney@redhat.com>
6434
6435 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6436 forward declaration.
6437 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6438 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6439 (mips_find_saved_regs): Use set_reg_offset.
6440 (mips_frame_init_saved_regs): Delete function.
6441 (mips_pop_frame): Call mips_find_saved_regs instead of
6442 DEPRECATED_FRAME_INIT_SAVED_REGS.
6443
68dcc709
AC
64442003-05-31 Andrew Cagney <cagney@redhat.com>
6445
6446 * mips-tdep.c (mips_gdbarch_init): Do not set
6447 deprecated_max_register_raw_size, register_virtual_size, and
6448 deprecated_max_register_virtual_size.
6449
cfc14b3a
MK
64502003-05-31 Mark Kettenis <kettenis@gnu.org>
6451
6405b0a6
MK
6452 * i386-tdep.c: Include "dwarf2-frame.h".
6453 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6454 * Makefile.in (i386-tdep.o): Update dependencies.
6455
cfc14b3a
MK
6456 * dwarf2-frame.c, dwarf2-frame.h: New files.
6457 * Makefile.in (SFILES): Add dwarf2-frame.c.
6458 (dwarf2_frame_h): Define.
6459 (COMMON_OBS): Add dwarf2-frame.o.
6460 (dwarf2-frame.o): Add dependencies.
6461
6a2751d2
AJ
64622003-05-31 Andreas Jaeger <aj@suse.de>
6463
6464 * x86-64-linux-nat.c: Fix comment.
6465
1c3545ae
MK
64662003-05-31 Mark Kettenis <kettenis@gnu.org>
6467
10f93086
MK
6468 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6469 function signature.
6470
1c3545ae
MK
6471 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6472 have a sigcontext_addr handler.
6473 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6474 sigcontext_addr handler.
6475
e11c53d2
AC
64762003-05-31 Andrew Cagney <cagney@redhat.com>
6477
6478 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6479 (print_fp_register_row): Replace do_fp_register_row.
6480 (mips_print_fp_register): Add "file" and "frame" parameters.
6481 (mips_print_register): Add "file" and "frame" parameters.
6482 (mips_print_registers_info): Replace mips_do_registers_info.
6483 (mips_gdbarch_init): Set print_registers_info instead of
6484 deprecated_do_registers_info.
6485 (mips_read_fp_register_single): Add "frame" parameter.
6486 (mips_read_fp_register_double): Add "frame" parameter.
6487
a3386186
MK
64882003-05-31 Mark Kettenis <kettenis@gnu.org>
6489
70913449
MK
6490 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6491 Fixes a bug where GDB would print the wrong register names for
6492 targets without SSE.
6493
2b5e0749
MK
6494 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6495 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6496 registers.
6497
6498 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6499 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6500 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6501 TDEP->sc_sp_offset.
6502
a3386186
MK
6503 From Michal Ludvig <mludvig@suse.cz>:
6504 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6505 and `sc_num_regs'.
6506 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6507 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6508 I386_ST0_REGNUM): Move here from...
6509 * i386-tdep.c: ... here.
6510 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6511 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6512 registers if possible.
6513 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6514 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6515 Remove variables.
6516 (i386bsd_sc_reg_offset): New variable.
6517 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6518 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6519 TDEP->sc_sp_offset.
6520 (i386fbsd_sc_reg_offset): New variable.
6521 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6522 TDEP->sc_num_regs.
6523 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6524 variables.
6525 (i386fbsd4_sc_reg_offset): New variable.
6526 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6527 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6528 TDEP->sc_sp_offset.
6529 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6530 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6531 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6532 Remove variables.
6533 (i386nbsd_sc_reg_offset): New variable.
6534 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6535 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6536 TDEP->sc_sp_offset.
6537 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6538 Remove variables.
6539 (i386obsd_sc_reg_offset): New variable.
6540 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6541 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6542 TDEP->sc_sp_offset.
6543 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6544 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6545 for frame pointer offset in `struct sigcontext'.
6546
25ab4790
AC
65472003-05-31 Andrew Cagney <cagney@redhat.com>
6548
6549 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6550 architecture methods call_dummy_words, sizeof_call_dummy_words,
6551 push_return_address, store_struct_return, and fix_call_dummy. Set
6552 push_dummy_call instead of deprecated_push_arguments.
6553 (mips_store_struct_return): Delete function.
6554 (mips_fix_call_dummy): Delete function.
6555 (mips_push_return_address): Delete function.
6556 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
6557 RA_REGNUM and T9_REGNUM.
6558 (mips_n32n64_push_dummy_call): Ditto for
6559 mips_n32n64_push_arguments.
6560 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
6561 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
6562
6a65450a
AC
65632003-05-31 Andrew Cagney <cagney@redhat.com>
6564
6565 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
6566 "dummy_addr" to "bp_addr".
6567 * infcall.c (call_function_by_hand): Pass "funaddr" to
6568 gdbarch_push_dummy_call.
6569 * gdbarch.h, gdbarch.c: Re-generate.
6570 * i386-tdep.c (i386_push_dummy_call): Update.
6571 * arm-tdep.c (arm_push_dummy_call): Update.
6572 * d10v-tdep.c (d10v_push_dummy_call): Update.
6573
c4f35dd8
MK
65742003-05-31 Mark Kettenis <kettenis@gnu.org>
6575
6576 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
6577 variable declarations.
6578 (x86_64_register_number, x86_64_register_name): Remove prototypes.
6579 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
6580 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
6581 x86_64_init_frame_pc, x86_64_init_frame_pc,
6582 x86_64_function_has_prologue): Remove prototypes.
6583 (X86_64_NUM_GREGS): New define.
6584 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
6585 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
6586 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
6587 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
6588 XMM1_REGNUM): Remove defines.
6589 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
6590 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
6591 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
6592 X86_64_XMM1_REGNUM): New defines.
6593 (struct x86_64_register_info): Renamed from `struct
6594 register_info'. Remove `size' member.
6595 (x86_64_register_info_table): Remove variable.
6596 (x86_64_register_info): New variable.
6597 (X86_64_NUM_REGS): New define.
6598 (X86_64_NUM_GREGS): Remove define.
6599 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
6600 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
6601 Remove variables.
6602 (x86_54_dwarf2_reg_to_regnum): Remove function.
6603 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
6604 (x86_64_dwarf_reg_to_regnum): New function.
6605 (x86_64_register_name): Rewrite.
6606 (x86_64_register_raw_size): Remove function.
6607 (x86_64_register_byte_table): Remove variable.
6608 (x86_64_register_byte): Remove function.
6609 (x86_64_register_virtual_type): Remove function.
6610 (x86_64_register_type): New function.
6611 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
6612 x86_64_register_convert_to_raw): Remove functions.
6613 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
6614 (x86_64_use_struct_convention): Make static. Adjust for renamed
6615 defines.
6616 (x86_64_frame_init_saved_regs): Remove function.
6617 (x86_64_push_arguments): Make static. Change to accept a regcache
6618 as argument.
6619 (x86_64_store_return_value, x86_64_extract_return_value): Make
6620 static. Rewrite based on i386 counterparts.
6621 (x86_64_push_dummy_call): New function.
6622 (X86_64_NUM_SAVED_REGS): New define.
6623 (x86_64_register_number): Remove function.
6624 (x86_64_store_struct_return): Remove function.
6625 (x86_64_frameless_function_invocation,
6626 x86_64_function_has_prologue): Remove functions.
6627 (PROLOG_BUFSIZE): Remove define.
6628 (struct x86_64_frame_cache): New structure.
6629 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
6630 x86_64_frame_cache, x86_64_frame_this_id,
6631 x86_64_frame_prev_register, x86_64_frame_p,
6632 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
6633 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
6634 functions.
6635 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
6636 variables.
6637 (x86_64_skip_prologue): Rewrite in terms of
6638 x86_64_analyze_prologue.
6639 (x86_64_frame_base_address): New function.
6640 (x86_64_frame_base): New variable.
6641 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
6642 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
6643 set deprecated_fp_regnum, deprecated_register_size,
6644 deprecated_register_bytes, register_raw_size, register_byte,
6645 register_virtual_type, register_convertiable,
6646 register_convert_to_virtual, convert_to_raw,
6647 deprecated_get_saved_register, deprecated_target_read_fp,
6648 deprecated_push_arguments, deprecated_push_return_address,
6649 deprecated_pop_frame, deprecated_store_struct_return,
6650 deprecated_frame_init_saved_regs, deprecated_frame_chain,
6651 frameless_function_invocation, deprecated_frame_saved_pc,
6652 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
6653 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
6654 deprecated_init_frame_pc and virtual_frame_pointer. Call
6655 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
6656 and x86_64_frame_p. Call frame_base_set_default to register
6657 x86_64_frame_base.
6658 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
6659 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
6660 (_initialize_x86_64_tdep): Remove function.
6661 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
6662 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
6663 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
6664 define.
6665 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
6666 (x86_64_linux_sigcontext_addr): Rewrite.
6667 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
6668 x86_64_linux_frame_saved_pc): Remove functions.
6669 (x86_64_linux_pc_in_sigtramp): Renamed from
6670 x86_64_linux_in_sigtramp. Try harder to recognize a signal
6671 trampoline.
6672 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
6673 Remove_functions.
6674 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
6675 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6676 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
6677 (x86_64_regmap): Rename to regmap.
6678 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
6679 x86_64_num_gregs.
6680 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
6681 x86_64_regmap.
6682 (x86_64_fxsave_offset): Remove function.
6683 (supply_fpregset): Simply call x86_64_supply_fxsave.
6684 (fill_fpregset): Simply call x86_64_fill_fxsave.
6685 (fetch_inferior_registers, store_inferior_registers): Avoid
6686 asignment in if-statement.
6687 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
6688 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
6689 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
6690 (fetch_core_registers): Remove function.
6691 (linux_elf_core_fns): Remove.
6692 (offsetoff): Don't define.
6693 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
6694 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
6695 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
6696 add core-regset.o.
6697 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
6698 protection against multiple includes instead of NM_X86_64_h. Add
6699 various comments. Include "config/nm-linux.h". Don't include
6700 <signal.h>.
6701 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
6702 GET_THREAD_SIGNALS): Remove defines.
6703 (x86_64_register_u_addr, kernel_u_size,
6704 lin_thread_get_thread_signals): Remove prototypes.
6705 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
6706 [HAVE_LINK_H]: Don't include "solib.h".
6707 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
6708 * config/i386/tm-x86-64linux.h: Fix comments.
6709 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
6710 x86-64-tdep.o): Update dependencies.
6711
c25083af
AC
67122003-05-30 Andrew Cagney <cagney@redhat.com>
6713
c8f55a7b
AC
6714 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
6715 Change parameter type to a "struct regcache *".
6716
c25083af
AC
6717 * gdbarch.sh: Regardless of the multi-arch level, always define
6718 the macro when not already defined.
6719 * gdbarch.h, gdbarch.c: Re-generate.
6720
fbe586ae
RH
67212003-05-30 Richard Henderson <rth@redhat.com>
6722
6723 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
6724 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
6725 (alpha_mdebug_frame_this_id): Likewise.
6726 (alpha_mdebug_frame_prev_register): Likewise.
6727 (alpha_mdebug_frame_base_address): Likewise.
6728 (alpha_mdebug_frame_locals_address): Likewise.
6729 (alpha_mdebug_frame_args_address): Likewise.
6730 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
6731 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
6732 (alpha_heuristic_frame_unwind_cache): Make static; add missing
6733 loop increment.
6734 (alpha_heuristic_frame_this_id): Make static.
6735 (alpha_heuristic_frame_prev_register): Likewise.
6736 (alpha_heuristic_frame_base_address): Likewise.
6737 * alpha-tdep.h: Update.
6738
acd5c798
MK
67392003-05-30 Mark Kettenis <kettenis@gnu.org>
6740
6741 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
6742 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
6743 defenitions.
6744 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
6745 * i386-tdep.c: Mark functions that are 64-bit safe as such.
6746 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6747 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6748 I386_ST0_REGNUM): New defines.
6749 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
6750 codestream_get): Remove define.
6751 (codestream_next_addr, condestream_addr, condestream_buf,
6752 codestream_off, codestream_cnt): Remove variables.
6753 (codestream_fill, codestream_seek, codestream_read): Remove
6754 functions.
6755 (i386_follow_jump): Rewrite to avoid usage of removed codestream
6756 functionality.
6757 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
6758 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
6759 i386_frame_saved_pc, i386_saved_pc_after_call,
6760 i386_frame_num_args, i386_frame_init_saved_regs,
6761 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
6762 i386_push_arguments): Remove functions.
6763 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
6764 functionality. Use i386_analyze_prologue instead of
6765 i386_get_frame_setup.
6766 (I386_NUM_SAVED_REGS): New define.
6767 (struct i386_frame_cache): New structure.
6768 (i386_alloc_frame_cache, i386_analyze_struct_return,
6769 i386_skip_probe, i386_analyze_frame_setup,
6770 i386_analyze_register_saves, i386_analyze_prologue,
6771 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
6772 i386_frame_prev_register, i386_sigtramp_frame_cache,
6773 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
6774 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
6775 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
6776 New functions.
6777 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
6778 New variables.
6779 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
6780 I386_EAX_REGNUM and I386_EDX_REGNUM.
6781 (i386_extract_return_value, i386_store_return_value): Use
6782 I386_ST0_REGNUM where appropriate.
6783 (i386_extract_struct_value_address): Rewrite to use extract_address.
6784 (i386_svr4_pc_in_sigtramp): Add comment.
6785 (i386_svr4_sigcontext_addr): Rewrite.
6786 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
6787 TDEP->sc_sp_offset.
6788 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
6789 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
6790 of new defines. Set push_dummy_call, don't set
6791 deprecated_push_arguments, deprecated_push_return_address,
6792 deprecated_pop_frame. Don't set parm_boundary. Don't set
6793 deprecated_frame_chain, deprecated_frame_saved_pc,
6794 deprecated_saved_pc_after_call. Set unwind_dummy_id,
6795 save_dummy_frame_tos, unwind_pc. Call
6796 frame_unwind_append_predicate and frame_base_set_default. Don't
6797 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
6798 Don't set frameless_function_invocation. Don't set
6799 deprecated_register_bytes, deprecated_register_size,
6800 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
6801 * i386-linux-tdep.c: Fix formatting in some comments.
6802 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
6803 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
6804 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
6805 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
6806 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
6807 redundant parentheses.
6808 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
6809 (i386_linux_sigcontext_addr): Use it. Rewrite.
6810 (find_minsym_and_objfile): Change name of second argument.
6811 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
6812 changed. Use frame_pc_unwind instead of
6813 DEPRECATED_SAVED_PC_AFTER_CALL.
6814 (i386_linux_init_abi): Don't set deprecated_register_bytes.
6815 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
6816 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
6817 unwinder.
6818 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
6819 "dummy-frame.h".
6820 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
6821 (_initialize_i386_cygwin_tdep): New prototype.
6822 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
6823 deprecated_frame_chain_valid.
6824 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
6825 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
6826 Rely on the SVR4 defaults.
6827 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
6828 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
6829
c89b70f1
AC
68302003-05-30 Andrew Cagney <cagney@redhat.com>
6831
6832 * infcall.c (call_function_by_hand): Always call
6833 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
6834
85b32d22
RH
68352003-05-30 Richard Henderson <rth@redhat.com>
6836
c89b70f1
AC
6837 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
6838 increment.
85b32d22 6839
bfe51b1e
JB
68402003-05-29 Jim Blandy <jimb@redhat.com>
6841
6842 Use gdbarch methods for solib stuff on PowerPC Linux.
6843 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
6844 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
6845 show through.
6846 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
6847 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
6848 giving the same effect as the #definitions above.
6849
1abf022c
AF
68502003-05-29 Adam Fedor <fedor@gnu.org>
6851
6852 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
6853 (find_implementation_from_class): Replace it with the standard
6854 case i.e. do nothing.
6855
d2427a71
RH
68562003-05-29 Richard Henderson <rth@redhat.com>
6857
6858 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
6859 (alpha_linux_sigtramp_offset): Use it. Make static.
6860 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
6861 update for new frame model.
6862 * alpha-mdebug-tdep.c: New file.
6863 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
6864 (alpha_osf1_init_abi): Install it.
6865 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
6866 (linked_proc_desc_table): Remove.
6867 (alpha_frame_past_sigtramp_frame): Remove.
6868 (alpha_dynamic_sigtramp_offset): Remove.
6869 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
6870 (alpha_proc_desc_is_dyn_sigtramp): Remove.
6871 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
6872 (push_sigtramp_desc): Remove.
6873 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
6874 (alpha_cannot_store_register): Likewise.
6875 (alpha_sigcontext_addr): Remove.
6876 (alpha_find_saved_regs): Remove.
6877 (alpha_frame_init_saved_regs): Remove.
6878 (alpha_init_frame_pc_first): Remove.
6879 (read_next_frame_reg): Remove.
6880 (alpha_frame_saved_pc): Remove.
6881 (alpha_saved_pc_after_call): Remove.
6882 (temp_proc_desc, temp_saved_regs): Remove.
6883 (alpha_about_to_return): Remove.
6884 (cached_proc_desc): Remove.
6885 (alpha_frame_chain): Remove.
6886 (alpha_print_extra_frame_info): Remove.
6887 (alpha_init_extra_frame_info): Remove.
6888 (alpha_frame_locals_address): Remove.
6889 (alpha_frame_args_address): Remove.
6890 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
6891 (alpha_push_dummy_frame): Remove.
6892 (alpha_pop_frame): Remove.
6893 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
6894 (alpha_read_insn): New.
6895 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
6896 for different insn encodings.
6897 (alpha_in_lenient_prologue): Remove.
6898 (struct alpha_sigtramp_unwind_cache): New.
6899 (alpha_sigtramp_frame_unwind_cache): New.
6900 (alpha_sigtramp_register_address): New.
6901 (alpha_sigtramp_frame_this_id): New.
6902 (alpha_sigtramp_frame_prev_register): New.
6903 (alpha_sigtramp_frame_unwind): New.
6904 (alpha_sigtramp_frame_p): New.
6905 (struct alpha_heuristic_unwind_cache): New.
6906 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
6907 don't count nop insns that occur between functions.
6908 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
6909 heuristic_proc_desc, but without the mdebug wrapping.
6910 (alpha_heuristic_frame_this_id): New.
6911 (alpha_heuristic_frame_prev_register): New.
6912 (alpha_heuristic_frame_unwind): New.
6913 (alpha_heuristic_frame_p): New.
6914 (alpha_heuristic_frame_base_address): New.
6915 (alpha_heuristic_frame_base): New.
6916 (alpha_unwind_dummy_id): New.
6917 (alpha_unwind_pc): New.
6918 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
6919 frame related deprecated initializations; install replacements.
6920 (alpha_dump_tdep): Remove.
6921 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
6922 (alpha_read_insn, alpha_after_prologue,
6923 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
6924 alpha_heuristic_frame_prev_register,
6925 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
6926 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6927 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
6928 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
6929
93ec1121
AC
69302003-05-29 Andrew Cagney <cagney@redhat.com>
6931
6932 * gdb_assert.h (gdb_assert_fail): Provide different definitions
6933 dependant on the availability of ASSERT_FUNCTION.
6934 (ASSERT_FUNCTION): Do not define when there is no function name.
6935
98f08d3d
KB
69362003-05-29 Kevin Buettner <kevinb@redhat.com>
6937
6938 From Jimi X <jimix@watson.ibm.com>:
6939 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
6940
0897f59b
JB
69412003-05-28 Jim Blandy <jimb@redhat.com>
6942
6943 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
6944 argument to ptrace to int; the system headers should give it the
6945 right type, and pointers don't fit in ints on powerpc64-*-*.
6946
14898363
L
69472003-05-28 H.J. Lu <hongjiu.lu@intel.com>
6948
6949 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
6950 DW_TAG_catch_block.
6951
a7a48797
EZ
69522003-05-26 Elena Zannoni <ezannoni@redhat.com>
6953
6954 * stabsread.c (dbx_lookup_type): Make static.
6955 (read_type): Ditto.
6956 (add_undefined_type): Ditto.
6957 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
6958 not export.
6959
f5479e9c
EZ
69602003-05-26 Elena Zannoni <ezannoni@redhat.com>
6961
6962 * hpread.c (hpread_has_name): Make static.
6963 (hpread_psymtab_to_symtab): Ditto.
6964 (file_exists): Ditto.
6965 (hpread_call_pxdb): Ditto.
6966 (hpread_pxdb_needed): Ditto.
6967 (hpread_quick_traverse): Ditto.
6968 (hpread_get_header): Ditto.
6969 (hpread_get_lntt): Ditto.
6970 (hpread_get_slt): Ditto.
6971 (class_of): Ditto.
6972
eb2e12d7
AS
69732003-05-25 Andreas Schwab <schwab@suse.de>
6974
78bf922a
AS
6975 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
6976 stack_align and deprecated_extra_stack_alignment_needed.
6977 (m68k_stack_align): Delete.
6978
eb2e12d7
AS
6979 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
6980 (m68k_register_virtual_size): Likewise.
6981 (altos_skip_prologue): Remove obsolete function.
6982 (isi_frame_num_args): Likewise.
6983 (news_frame_num_args): Likewise.
6984 (m68k_fix_call_dummy): Make static.
6985 (m68k_push_dummy_frame): Likewise.
6986 (m68k_pop_frame): Likewise.
6987 (m68k_skip_prologue): Likewise.
6988 (m68k_frame_init_saved_regs): Likewise.
6989 (m68k_saved_pc_after_call): Likewise.
6990 (m68k_get_longjmp_target): Make multi-arch.
6991 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
6992 structure. Register m68k_get_longjmp_target if enabled.
6993 * m68k-tdep.h (struct gdbarch_tdep): Define.
6994 * config/m68k/tm-m68k.h: Don't include "regcache.h".
6995
6996 * Makefile.in (config.status): Also depend on configure.tgt
6997 and configure.host.
6998 (m68klinux-tdep.o): Update dependencies.
6999 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7000 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7001 (M68K_LINUX_JB_PC): Define.
7002 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7003 and take additional parameter.
7004 (m68k_linux_sigtramp_saved_pc): Update.
7005 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7006 m68k_linux_pc_in_sigtramp, in_plt_section,
7007 find_solib_trampoline_target.
7008 * config/m68k/tm-linux.h: Don't include any tm headers.
7009 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7010 (JB_ELEMENT_SIZE): Likewise.
7011 (JB_PC): Likewise.
7012 (GET_LONGJMP_TARGET): Likewise.
7013 (IN_SIGTRAMP): Likewise.
7014 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7015
eb2c22dc
MK
70162003-05-25 Mark Kettenis <kettenis@gnu.org>
7017
7018 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7019 (sparc32_push_arguments): Re-implement by calling
7020 sparc32_do_push_arguments.
7021
44b7b84e
MK
70222003-05-25 Mark Kettenis <kettenis@gnu.org>
7023
7024 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7025 SPARC_O1_REGNUM): New defines.
7026 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7027 (sparc32_store_return_value): New function.
7028 (sparc_extract_struct_value_address): Rewrite to operate on a
7029 regcache.
7030 (sparc_gdbarch_init): Don't set
7031 deprecated_extract_struct_value_address. Set
7032 extract_struct_value_address instead. Don't set
7033 deprecated_extract_return_value and deprecated_store_return_value
7034 for 32-bit targets. Set extract_return_value and
7035 store_return_value instead.
7036 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7037 DEPRECTAED_EXTRACT_RETURN_VALUE,
7038 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7039 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7040 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7041 (sparc_store_return_value): Remove prototype.
7042 (sparc32_store_return_value): New prototype.
7043 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7044 Adjust prototypes.
7045
f6ad61e3
MK
70462003-05-24 Mark Kettenis <kettenis@gnu.org>
7047
7048 * sparcnbsd-tdep.c: Include "gdb_string.h".
7049
b276f1bb
AC
70502003-05-23 Andrew Cagney <cagney@redhat.com>
7051
7052 * p-valprint.c (pascal_val_print): Replace extract_address with
7053 the inline equivalent extract_unsigned_integer.
7054 * jv-valprint.c (java_value_print): Ditto.
7055 * ada-valprint.c (ada_val_print_1): Ditto.
7056 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7057
e76c5fcc
TR
70582003-05-23 Theodore A. Roth <troth@openavr.org>
7059
7060 * blockframe.c (frameless_look_for_prologue): Remove unused
7061 after_prologue variable.
7062
2cdd89cb
MK
70632003-05-23 Mark Kettenis <kettenis@gnu.org>
7064
7065 * blockframe.c (get_pc_function_start): Rewrite to avoid
7066 asignments in if-statements.
7067
182d43bc
EZ
70682003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7069
7070 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 7071 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
7072 files, don't relocate absolute symbols (and do use mst_abs).
7073
e8f3fcdd
AC
70742003-05-23 Andrew Cagney <cagney@redhat.com>
7075
7076 * objc-lang.c: Include "gdb_assert.h".
7077 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7078 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7079 (gdb_check, gdb_check_fatal): Delete functions.
7080 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7081 gdb_assert.
7082 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7083 * Makefile.in (objc-lang.o): Update dependencies.
7084
3c23e6fb
ILT
70852003-05-22 Ian Lance Taylor <ian@airs.com>
7086
7087 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7088 with fprintf_filtered, not fprintf_unfiltered.
7089
af1342ab
AC
70902003-05-22 Andrew Cagney <cagney@redhat.com>
7091
7092 * stack.c (frame_info): Inline extract_address, replacing it with
7093 extract_unsigned_integer.
7094 * findvar.c (unsigned_pointer_to_address): Ditto.
7095 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7096 * dwarf2expr.c (dwarf2_read_address): Ditto.
7097 * frame.c (frame_pc_unwind): Update comment.
7098 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7099
47e242ec
JJ
71002003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7101
7102 * infptrace.c (detach): Call print_sys_errmsg rather than
7103 perror_with_name to issue warning message when errno is non-zero
7104 after calling ptrace detach.
7105
e2ac8128
JB
71062003-05-21 J. Brobecker <brobecker@gnat.com>
7107
7108 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7109 macro definitions from here...
7110 * hppa-tdep.c: ...to there.
7111
92b3541e
KB
71122003-05-20 Kevin Buettner <kevinb@redhat.com>
7113
7114 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7115 register_ptrace_addr(). Fix all callers.
7116
55809acb
AS
71172003-05-21 Andreas Schwab <schwab@suse.de>
7118
7119 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7120 dependencies.
7121 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7122 end.
7123 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7124 (_initialize_m68k_linux_tdep): New function.
7125 (m68k_linux_frame_saved_pc): Make static.
7126 (m68k_linux_extract_return_value): Likewise.
7127 (m68k_linux_store_return_value): Likewise.
7128 (m68k_linux_extract_struct_value_address): Likewise.
7129 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7130 Remove.
7131 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7132 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7133 (DEPRECATED_FRAME_SAVED_PC): Remove.
7134
0fbc10f7
KW
71352003-05-20 Kris Warkentin <kewarken@qnx.com>
7136
7137 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7138 regset numbering rather than our own.
7139
58da2eb2
DC
71402003-05-19 David Carlton <carlton@bactrian.org>
7141
7142 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7143
1fcb5155
DC
71442003-05-19 David Carlton <carlton@bactrian.org>
7145
7146 Partial fix for PR c++/827.
7147 * cp-support.h: Include symtab.h.
7148 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7149 * cp-namespace.c: Update contributors.
7150 (cp_lookup_symbol_nonlocal): New.
7151 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7152 (lookup_symbol_file): Ditto.
7153 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7154 * block.h: Declare block_scope, block_using, block_global_block.
7155 * block.c (block_scope): New.
7156 (block_using, block_global_block): Ditto.
7157 * Makefile.in (cp_support_h): Depend on symtab_h.
7158 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7159
5f9a71c3
DC
71602003-05-19 David Carlton <carlton@bactrian.org>
7161
7162 * language.h (struct language_defn): Add 'la_value_of_this'
7163 and 'la_lookup_symbol_nonlocal' members.
7164 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7165 lookup_symbol_static, lookup_symbol_global,
7166 lookup_symbol_aux_block.
7167 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7168 if we should search fields of this and how to do static/global
7169 lookup.
7170 (lookup_symbol_aux_block): Make extern.
7171 (basic_lookup_symbol_nonlocal): New.
7172 (lookup_symbol_static, lookup_symbol_global): Ditto.
7173 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7174 'la_lookup_symbol_nonlocal' members.
7175 * c-lang.c (c_language_defn, cplus_language_defn)
7176 (asm_language_defn, minimal_language_defn): Ditto.
7177 * jv-lang.c (java_language_defn): Ditto.
7178 * language.c (unknown_language_defn, auto_language_defn)
7179 (local_language_defn): Ditto.
7180 * m2-lang.c (m2_language_defn): Ditto.
7181 * objc-lang.c (objc_language_defn): Ditto.
7182 * scm-lang.c (scm_language_defn): Ditto.
7183 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7184 * p-lang.c (pascal_language_defn): Ditto for both.
7185 * Makefile.in (f-lang.o): Depend on value_h.
7186 (p-lang.o): Ditto.
7187
89a9d1b1
DC
71882003-05-19 David Carlton <carlton@bactrian.org>
7189
7190 * block.h: Declare block_static_block.
7191 * block.c (block_static_block): New.
7192 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7193 lookup_symbol_aux_local, calling block_static_block instead.
7194 (lookup_symbol_aux_local): Delete 'static_block' argument.
7195
eed3f8ab
DC
71962003-05-19 David Carlton <carlton@bactrian.org>
7197
7198 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7199
a09d8bda
ML
72002003-05-19 Michal Ludvig <mludvig@suse.cz>
7201
7202 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7203 register numbers mapping.
7204
69636828
AF
72052003-05-18 Adam Fedor <fedor@gnu.org>
7206
7207 * symtab.c (completion_list_objc_symbol): New function.
7208 (make_symbol_completion_list): Use it to add ObjC symbols
7209 when looking though the list.
7210 (language_search_unquoted_string): New function.
7211 (make_file_symbol_completion_list): Use it.
7212
55baeb84
AS
72132003-05-18 Andreas Schwab <schwab@suse.de>
7214
d0b45d99
AS
7215 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7216 dependencies.
7217 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7218 as m68k_linux_extract_return_value.
7219 (DEPRECATED_STORE_RETURN_VALUE): Define as
7220 m68k_linux_store_return_value.
7221 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7222 m68k_linux_extract_struct_value_address.
7223 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7224 get_next_frame, get_frame_base, get_frame_pc.
7225 (m68k_linux_frame_saved_pc): Use get_frame_base.
7226 (m68k_linux_extract_return_value): New function.
7227 (m68k_linux_store_return_value): New function.
7228 (m68k_linux_extract_struct_value_address): New function.
7229 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7230
55baeb84
AS
7231 * c-exp.y (typebase): Remove duplicate occurence of
7232 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 7233 of lookup_signed_typename.
55baeb84 7234
b6b08ebf
MK
72352003-05-18 Mark Kettenis <kettenis@gnu.org>
7236
7237 * dwarf2loc.c (find_location_expression): Change type of second
7238 argument to `size_t *'.
7239 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7240 for size variable.
7241
5ad1c190
DC
72422003-05-18 David Carlton <carlton@bactrian.org>
7243
7244 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7245 'linkage_name'. Add comment.
7246 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7247 'linkage_name'.
7248 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7249 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7250 (lookup_block_symbol): Ditto.
7251
b8b527c5
AC
72522003-05-16 Andrew Cagney <cagney@redhat.com>
7253
7254 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7255 * gdbarch.h, gdbarch.c: Re-generate.
7256 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7257 * TODO (REGISTER_BYTES): Delete reference.
7258 * alpha-tdep.c (alpha_gdbarch_init): Update.
7259 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7260 * x86-64-tdep.c (x86_64_init_abi): Update.
7261 * vax-tdep.c (vax_gdbarch_init): Update.
7262 * v850-tdep.c (v850_gdbarch_init): Update.
7263 * sparc-tdep.c (sparc_gdbarch_init): Update.
7264 * sh-tdep.c (sh_gdbarch_init): Update.
7265 * s390-tdep.c (s390_gdbarch_init): Update.
7266 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7267 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7268 (ns32k_gdbarch_init_32382): Update.
7269 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7270 * mcore-tdep.c (mcore_gdbarch_init): Update.
7271 * m68k-tdep.c (m68k_gdbarch_init): Update.
7272 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7273 * ia64-tdep.c (ia64_gdbarch_init): Update.
7274 * i386-tdep.c (i386_gdbarch_init): Update.
7275 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7276 * hppa-tdep.c (hppa_gdbarch_init): Update.
7277 * h8300-tdep.c (h8300_gdbarch_init): Update.
7278 * frv-tdep.c (frv_gdbarch_init): Update.
7279 * cris-tdep.c (cris_gdbarch_init): Update.
7280 * avr-tdep.c (avr_gdbarch_init): Update.
7281 * arm-tdep.c (arm_gdbarch_init): Update.
7282 * sparc-tdep.c (sparc_pop_frame): Update.
7283 * rs6000-tdep.c (rs6000_pop_frame): Update.
7284 * remote.c (init_remote_state): Update.
7285 (remote_prepare_to_store): Update.
7286 * remote-vx.c (vx_prepare_to_store): Update.
7287 * remote-sds.c (sds_fetch_registers): Update.
7288 (sds_prepare_to_store): Update.
7289 * remote-array.c: Update.
7290 * regcache.c (init_legacy_regcache_descr): Update.
7291 (init_regcache_descr): Update.
7292 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7293 (mips_o64_extract_return_value): Update.
7294 * irix5-nat.c (fetch_core_registers): Update.
7295 * irix4-nat.c (fetch_core_registers): Update.
7296 * i386-tdep.h: Update.
7297 * hppa-tdep.c (pa_do_registers_info): Update.
7298 (pa_do_strcat_registers_info): Update.
7299 * cris-tdep.c (cris_register_bytes_ok): Update.
7300 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7301 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7302 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7303 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7304 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7305 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7306 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7307 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7308 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7309 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7310 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7311 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7312 (REGISTER_BYTES_OK): Update.
7313 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7314 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7315
ee2842e2
ILT
73162003-05-16 Ian Lance Taylor <ian@airs.com>
7317
7318 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7319 (vax_print_insn, print_insn_arg): Remove static functions.
7320 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7321 print_insn_vax from opcodes library.
7322 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7323
973177d3
AC
73242003-05-15 Andrew Cagney <cagney@redhat.com>
7325
aaab4dba
AC
7326 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7327 * target.h (memory_breakpoint_from_pc): Delete declaration.
7328 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7329 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7330 * monitor.c (monitor_insert_breakpoint): Use
7331 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7332 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7333 * gdbarch.h, gdbarch.c: Re-generate.
7334 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7335 (sparc_gdbarch_init): Set breakpoint_from_pc to
7336 sparc_breakpoint_from_pc.
7337 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7338 (BREAKPOINT_FROM_PC): Define.
7339 (sparc_breakpoint_from_pc): Declare.
7340 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7341 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7342 (BREAKPOINT_FROM_PC): Define.
7343 (BREAKPOINT): Delete macro.
7344 * target.h: Update comment.
7345 * s390-tdep.c (s390_gdbarch_init): Update comments.
7346 * remote.c: Update comments.
7347 * remote-mips.c: Update comments.
7348 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7349 * mem-break.c: Update comment.
7350 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7351 (ia64_memory_insert_breakpoint): Update.
7352 * config/sparc/tm-sparc.h: Update comment.
7353 * config/pa/tm-hppa64.h: Update comment.
7354 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7355 (rs6000_breakpoint_from_pc): Update.
7356 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7357 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7358 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7359 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7360 (mips_breakpoint_from_pc): Update.
7361 (mips_dump_tdep): Update.
7362
e06963ff
AC
7363 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7364 * minsyms.c (lookup_minimal_symbol): Inline
7365 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7366
973177d3
AC
7367 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7368 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7369 * p-lang.c (pascal_printstr): Ditto.
7370 * objc-lang.c (objc_printstr): Ditto.
7371 * m2-lang.c (m2_printstr): Ditto.
7372 * jv-valprint.c (java_print_value_fields): Ditto.
7373 * f-lang.c (f_printstr): Ditto.
7374 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7375 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7376 for repeat_count_threshold.
7377 * Makefile.in (cp-valprint.o): Update dependencies.
7378
5ea2bd7f 73792003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7380
5ea2bd7f
JJ
7381 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7382 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
7383 they start with mov r2,r12. Support skipping over indirect stores
7384 of the input registers. Upon hitting a non-nop branch instruction
7385 or predicated instruction, bail out by setting lim_pc to the current
7386 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
7387 beyond our calculated value and we have trust_limit set,
7388 use the lim_pc value.
7389
cc8c88f3
AC
73902003-05-15 Andrew Cagney <cagney@redhat.com>
7391
7392 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7393 generic_find_dummy_frame.
7394 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7395 (deprecated_generic_find_dummy_frame): Update.
7396 (deprecated_read_register_dummy): Update.
7397 * frame.c (deprecated_generic_get_saved_register): Update.
7398
909cd28e
TR
73992003-05-15 Theodore A. Roth <troth@openavr.org>
7400
7401 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7402 (avr_gdbarch_init): Set breakpoint_from_pc method.
7403
b923b08d
AC
74042003-05-15 Andrew Cagney <cagney@redhat.com>
7405
7406 * regcache.c (build_regcache): Set deprecated_register_valid
7407 directly.
7408 (deprecated_grub_regcache_for_register_valid): Delete function.
7409 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7410 declaration.
7411
ae2f03ac 74122003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
7413
7414 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
7415 * symtab.c (lookup_symbol_aux): Delete calls to
7416 lookup_symbol_aux_minsyms.
7417 (lookup_symbol_aux_minsyms): Comment out function and
7418 prototype. Delete lookup by mangled name.
ae2f03ac 7419
18ec9831
KB
74202003-05-14 Kevin Buettner <kevinb@redhat.com>
7421
7422 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7423 correctly indicate an empty stack and ``stack_allocated'' to the
7424 indicate the number of elements initially allocated.
7425 (dwarf_expr_grow_stack): Simplify method for computing new
7426 stack size. Don't loop infinitely if ``stack_len'' is zero.
7427 (execute_stack_op): Move ``ctx->in_reg'' initialization
7428 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7429 be used in conjuction with DW_OP_piece. Revise error message
7430 accordingly.
7431
de18ac1f
TR
74322003-05-14 Theodore A. Roth <troth@openavr.org>
7433
7434 * MAINTAINERS: Update my email address.
7435 * avr-tdep.c: Ditto.
7436
176620f1
EZ
74372003-05-14 Elena Zannoni <ezannoni@redhat.com>
7438
7439 * symtab.h (enum domain_enum): Rename from namespace_enum.
7440 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7441 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7442 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7443 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7444 TYPES_NAMESPACE, METHODS_NAMESPACE.
7445 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7446 (struct symbol, struct partial_symbol): Rename field
7447 'namespace_enum namespace' to 'domain_enum domain'.
7448 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7449 Delete old define kludge for namespace.
7450
7451 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7452 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7453 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7454 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7455 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7456 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7457 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7458 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7459 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7460 occurrences of the above.
7461
b7f31508
ILT
74622003-05-14 Ian Lance Taylor <ian@airs.com>
7463
7464 * Makefile.in (install-only): Use $(SHELL) when running
7465 mkinstalldirs.
7466
2fdbdd39
ILT
74672003-05-13 Ian Lance Taylor <ian@airs.com>
7468
a208d82c
ILT
7469 * MAINTAINERS (write after approval): Add myself.
7470
2fdbdd39
ILT
7471 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7472 second and third arguments.
7473 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7474 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7475
fbd9dcd3
AC
74762003-05-13 Andrew Cagney <cagney@redhat.com>
7477
7478 * defs.h (store_address): Delete declaration.
7479 findvar.c (store_address): Delete function.
7480 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7481 store_unsigned_integer.
7482 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7483 * v850-tdep.c (v850_push_arguments): Ditto.
7484 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7485 * sh-tdep.c (sh64_get_saved_register): Ditto.
7486 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7487 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7488 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7489 (mips_get_saved_register): Ditto.
7490 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7491 (find_func_descr, ia64_push_arguments): Ditto.
7492 * i386-tdep.c (i386_push_arguments): Ditto.
7493 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7494 * frv-tdep.c (frv_push_arguments): Ditto.
7495 * frame.c (legacy_saved_regs_prev_register): Ditto.
7496 (deprecated_generic_get_saved_register): Ditto.
7497 * findvar.c (unsigned_address_to_pointer): Ditto.
7498 * dwarf2read.c (dwarf2_const_value): Ditto.
7499 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7500 * alpha-tdep.c (alpha_push_arguments): Ditto.
7501
6760f9e6
JB
75022003-05-12 J. Brobecker <brobecker@gnat.com>
7503
7504 * NEWS: Mention that the hppa-hpux port has been partially
7505 multiarched (32bit ABIT only, so far).
7506
30e221b4
AC
75072003-05-11 Andrew Cagney <cagney@redhat.com>
7508
7509 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7510 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7511 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7512 sim/testsuite/sim/arm/misaligned2.ms, and
7513 sim/testsuite/sim/arm/misaligned3.ms.
7514 * disasm.h (struct ui_file): Add opaque struct declaration.
7515 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7516 * frame.h (struct ui_file): Ditto.
7517
dea7f9ba
MK
75182003-05-11 Mark Kettenis <kettenis@gnu.org>
7519
7520 * value.h: Pretty print.
7521
01986c48
MK
75222003-05-10 Mark Kettenis <kettenis@gnu.org>
7523
7524 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7525
123a958e
AC
75262003-05-08 Andrew Cagney <cagney@redhat.com>
7527
7528 * regcache.h (max_register_size): Delete declaration.
7529 * regcache.c (max_register_size): Delete function.
7530 (struct regcache_descr): Delete field "max_register_size".
7531 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7532 registers fit in MAX_REGISTER_SIZE.
7533 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7534 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7535 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7536 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7537 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7538 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7539 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7540 * dve3900-rom.c, hppa-tdep.c: Ditto.
7541
eb294659
DC
75422003-05-08 David Carlton <carlton@math.stanford.edu>
7543
7544 * valops.c (push_word): Fix typo.
7545
d9d9c31f
AC
75462003-05-08 Andrew Cagney <cagney@redhat.com>
7547
7548 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7549 * gdbarch.h: Re-generate.
7550 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7551 (legacy_max_register_raw_size): Delete declaration.
7552 * regcache.c (legacy_max_register_raw_size): Delete function.
7553 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7554 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7555 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
7556 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
7557 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
7558 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
7559 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
7560 * findvar.c, dwarf2cfi.c: Ditto.
7561
22540ece
AC
75622003-05-08 Andrew Cagney <cagney@redhat.com>
7563
7564 * mips-tdep.c (read_signed_register): New function, moved to here
7565 from "regcache.c".
7566 (read_signed_register_pid): Ditto.
7567 * regcache.c (read_signed_register_pid): Delete function, moved to
7568 "mips-tdep.c".
7569 (read_signed_register): Ditto.
7570 * regcache.h (read_signed_register): Delete declaration.
7571 (read_signed_register_pid): Delete declaration.
7572
0c92afe8
AC
75732003-05-08 Andrew Cagney <cagney@redhat.com>
7574
7575 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
7576 * gdbarch.h: Re-generate.
7577 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
7578 (legacy_max_register_virtual_size): Delete declaration.
7579 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
7580 * d10v-tdep.c (d10v_print_registers_info): Ditto.
7581 * tracepoint.c (memrange_sortmerge): Ditto.
7582 * sparc-tdep.c (sparc_print_registers): Ditto.
7583 * regcache.c (legacy_max_register_virtual_size): Delete function.
7584
6037b830
JB
75852002-05-08 J. Brobecker <brobecker@gnat.com>
7586
7587 * fork-child.c (escape_bang_in_quoted_argument): New function.
7588 (fork_inferior): Escape '!' characters in quoted arguments
7589 only when needed.
7590
5d62c8b1
JB
75912003-05-08 J. Brobecker <brobecker@gnat.com>
7592
7593 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
7594 the language of the CU is not currently supported by GDB.
7595
20a0e81d
JB
75962003-05-08 J. Brobecker <brobecker@gnat.com>
7597
7598 * defs.h (language): Add language_minimal enum value.
7599 * c-lang.c (minimal_language_defn): New language definition.
7600 (_initialize_c_language): Add the new minimal language to the list
7601 of languages known to GDB.
7602
710ee10a
KB
76032003-05-08 Kevin Buettner <kevinb@redhat.com>
7604
7605 * frame.c (get_frame_type): Don't attempt to lazily initialize
7606 frame's unwinder for legacy frames.
7607
1750fa04
AC
76082003-05-07 Andrew Cagney <cagney@redhat.com>
7609
7610 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
7611 and "regcache" parameters.
7612 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
7613
ddf9f258 76142003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
7615
7616 * dwarf2read.c (dwarf_decode_lines): Only use output of
7617 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
7618 the current address.
7619
87767c29
AC
76202003-05-07 Andrew Cagney <cagney@redhat.com>
7621
7622 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
7623 code.
7624
5e7b2f39
JB
76252003-05-07 Jim Blandy <jimb@redhat.com>
7626
7627 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
7628 'maint info symtabs' and 'maint info psymtabs'.
7629 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
7630 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
7631 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
7632 Declarations updated.
7633 * maint.c (maintenance_list_command): Delete.
7634 (_initialize_maint_cmds): Update calls to add_cmd.
7635 * gdbcmd.h (maintenancelistlist): Delete declaration.
7636 * cli/cli-cmds.c (maintenancelistlist): Delete.
7637 (init_cmd_lists): Don't initialize it.
7638 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
7639
f6684c31
AC
76402003-05-07 Andrew Cagney <cagney@redhat.com>
7641
7642 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
7643 "regcache".
7644 (d10v_print_registers_info): Update.
7645 (d10v_dmap_register, d10v_imap_register): Delete functions.
7646 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
7647 and "imap_register".
7648 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
7649 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
7650 * arch-utils.c (generic_remote_translate_xfer_address): Add
7651 "regcache" and "gdbarch" parameters.
7652 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
7653 parameter. Change class to multi-arch.
7654 * gdbarch.h, gdbarch.c: Re-generate.
7655 * remote.c (remote_xfer_memory): Use
7656 gdbarch_remote_translate_xfer_address.
8ffd9b1b 7657
e4846b08
JJ
76582003-05-07 Jeff Johnston <jjohnstn@redhat.com>
7659
7660 * infrun.c (prev_pc): Move declaration ahead of proceed().
7661 (proceed): Refresh prev_pc value before resuming.
7662 (stop_stepping): Remove code to refresh prev_pc.
7663
6b71b8ac
KW
76642003-05-06 Kris Warkentin <kewarken@qnx.com>
7665
7666 * nto-tdep.c: Removed stray comment.
7667
47979a4b
KW
76682003-05-06 Kris Warkentin <kewarken@qnx.com>
7669
7670 * i386-nto-tdep.c: Fix old K&R function definitions.
7671 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
7672 Also change add_show_from_set() call to add_setshow_cmd().
7673 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
7674
00905d52
AC
76752003-05-05 Andrew Cagney <cagney@redhat.com>
7676
7677 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
7678 (fprint_dummy_frames): New function.
7679 (maintenance_print_dummy_frames): New function.
7680 (_initialize_dummy_frame): Add command "maint print dummy-frames".
7681 * frame.c (fprint_frame_id): Make global.
7682 * frame.h (fprint_frame_id): Declare.
7683 * Makefile.in (dummy-frame.o): Update dependencies.
7684
b1e29e33
AC
76852003-05-05 Andrew Cagney <cagney@redhat.com>
7686
7687 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
7688 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
7689 SIZEOF_CALL_DUMMY_WORDS.
7690 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
7691 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
7692 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
7693 CALL_DUMMY_BREAKPOINT_OFFSET.
7694 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
7695 CALL_DUMMY_START_OFFSET.
7696 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
7697 * gdbarch.h, gdbarch.c: Re-generate.
7698 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
7699 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
7700 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
7701 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
7702 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
7703 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
7704 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
7705 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
7706 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
7707 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
7708 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
7709 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
7710 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
7711 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
7712 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
7713
77142003-05-05 Kris Warkentin <kewarken@qnx.com>
7715
7716 * configure.tgt: Add i[3456]86-*-nto*.
7717 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
7718 * nto-tdep.c: New file. Neutrino target support routines.
7719 * nto-tdep.h: New file. Neutrino target header.
7720 * config/tm-qnxnto.h: New file.
7721 * config/i386/i386nto.mt: New file.
7722 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 7723
0ce3d317
AC
77242003-05-04 Andrew Cagney <cagney@redhat.com>
7725
7726 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
7727 (load_infrun_state): Ditto.
7728 (struct thread_info): Drop "prev_func_name" field.
7729 * thread.c (load_infrun_state): Update.
7730 (save_infrun_state): Update.
7731 * infrun.c (prev_func_name): Delete variable.
7732 (init_wait_for_inferior): Do not clear prev_func_name.
7733 (stop_stepping, keep_going, context_switch): Do not swap
7734 prev_func_name.
7735 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
7736 instead of PC_IN_SIGTRAMP.
7737
46654a5b
AC
77382003-05-04 Andrew Cagney <cagney@redhat.com>
7739
7740 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7741 REGISTER_BYTE with register_offset_hack.
7742 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
7743 that REGISTER_BYTE is consistent with the regcache.
7744 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
7745 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 7746
14b08c1b
MK
77472003-05-04 Mark Kettenis <kettenis@gnu.org>
7748
04c8243f
MK
7749 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
7750 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
7751
14b08c1b
MK
7752 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
7753
c7a11e01
JB
77542003-05-03 J. Brobecker <brobecker@gnat.com>
7755
7756 From Thierry Schneider <tpschneider1@yahoo.com>
7757 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
7758 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
7759 (mi-cmd-symbol.o): Add rule.
7760
7043d8dc
AC
77612003-05-03 Andrew Cagney <cagney@redhat.com>
7762
7763 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
7764 comments noteing that it replaces the old FIX_CALL_DUMMY code.
7765 * gdbarch.h, gdbarch.c: Re-generate.
7766 * d10v-tdep.c (d10v_push_dummy_code): New function.
7767 (d10v_gdbarch_init): Set push_dummy_code.
7768 * infcall.c (legacy_push_dummy_code): New function.
7769 (generic_push_dummy_code): New function.
7770 (push_dummy_code): New function.
7771 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
7772 instead of dummy_addr, to push_dummy_call. Move call to
7773 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
7774 switch.
7775 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
7776
92bf2b80
AC
77772003-05-03 Andrew Cagney <cagney@redhat.com>
7778
7779 * disasm.h (print_insn): Declare.
7780 * disasm.c (init_gdb_disassemble_info): New function.
7781 (gdb_disassembly): Call init_gdb_disassemble_info.
7782 (gdb_print_insn): New function.
7783 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
7784 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
7785 * mcore-tdep.c: Include "disasm.h"
7786 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
7787 * d10v-tdep.c: Include "disasm.h".
7788 (display_trace): Call gdb_print_insn, instead of print_insn.
7789 (print_insn): Delete function.
7790 * printcmd.c: Include "disasm.h".
7791 (print_insn): Delete function.
7792 (print_formatted): Call gdb_print_insn, instead of print_insn.
7793 * Makefile.in (printcmd.o): Update dependencies.
7794 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 7795
27d94c49
AC
77962003-05-02 Andrew Cagney <cagney@redhat.com>
7797
82de1e5b
AC
7798 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
7799 PC_REGNUM, re-indent.
7800 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
7801 PC_REGNUM isn't set.
7802
27d94c49
AC
7803 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
7804 * gdbarch.h, gdbarch.c: Re-generate.
7805 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
7806 register_virtual_size, pc_regnum, or register_bytes.
7807 (D10V_PC_REGNUM): Rename _PC_REGNUM.
7808 (d10v_register_type): Use D10V_PC_REGNUM.
7809 (d10v_print_registers_info, d10v_read_pc): Ditto.
7810 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
7811 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
7812
a9c0dc7f
DC
78132003-05-02 David Carlton <carlton@bactrian.org>
7814
7815 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
7816 the name with mstrsave.
7817
e33d66ec
EZ
78182003-05-02 Elena Zannoni <ezannoni@redhat.com>
7819
7820 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
7821 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
7822 (host_charset_name, target_charset_name): New vars for use by
7823 set/show commands.
7824 (host_charset_enum, target_charset_enum): New enums for set/show
7825 commands.
7826 (set_charset_sfunc, set_host_charset_sfunc,
7827 set_target_charset_sfunc): New functions.
7828 (set_host_charset, set_target_charset): Make static.
7829 (list_charsets, set_host_charset_command,
7830 set_target_charset_command): Delete functions.
7831 (show_charset_command): Rewrite as....
7832 (show_charset): Hook this up with the set/show command mechanism.
7833 (_initialize_charset): Change names of charsets to match the
7834 set/show enums. Use host_charset_name and target_charset_name.
7835 Use set/show mechanism for charset, host-charset, target-charset
7836 commands. Do not make 'show host-charset' and 'show
7837 target-charset' be aliases of 'show charset'.
7838
7839 * charset.h (set_host_charset, set_target_charset): Don't export,
7840 they are not used outside the file.
7841
2b6fd0d8
AC
78422003-05-01 Andrew Cagney <cagney@redhat.com>
7843
7844 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
7845 (gdb_disassembly): Make "di" non static, always initialize and
7846 cleanup. Always use dis_asm_read_memory.
7847 (gdb_dis_asm_read_memory): Delete function.
7848
6ae2f580
AC
78492003-05-01 Andrew Cagney <cagney@redhat.com>
7850
7851 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
7852 (d10v_gdbarch_init): Set frame_align instead of stack_align.
7853
810ecf9f
AC
78542003-04-30 Andrew Cagney <cagney@redhat.com>
7855
7856 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
7857 "tm_print_insn_info".
7858 (TARGET_PRINT_INSN_INFO): Delete macro.
7859 (dis_asm_read_memory): Delete function declaration.
7860 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7861 (tm_print_insn_info): Delete variable definition.
7862 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
7863 * gdbarch.h, gdbarch.c: Re-generate.
7864 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
7865 "deprecated_tm_print_insn_info".
7866 * mcore-tdep.c (mcore_dump_insn): Ditto.
7867 * mips-tdep.c (mips_gdbarch_init): Ditto.
7868 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
7869 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
7870 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
7871 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
7872 instead of TARGET_PRINT_INSN_INFO, add comment.
7873 * s390-tdep.c (s390_get_frame_info): Instead of
7874 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
7875 (s390_check_function_end, s390_is_sigreturn): Ditto.
7876 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
7877 (dis_asm_memory_error, dis_asm_print_address): Ditto.
7878 * disasm.c: Include "gdbcore.h".
7879 (_initialize_disasm): New function, initialize
7880 "deprecated_tm_print_insn_info".
7881 (deprecated_tm_print_insn_info): New variable.
7882 (dis_asm_read_memory): Moved from "corefile.c", made static.
7883 (dis_asm_print_address, dis_asm_memory_error): Ditto.
7884 * Makefile.in (disasm.o): Update dependencies.
7885
07020390
AC
78862003-04-30 Andrew Cagney <cagney@redhat.com>
7887
7888 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
7889
a9fa03de
AF
78902003-04-29 Adam Fedor <fedor@gnu.org>
7891
7892 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
7893 * infcall.c (find_function_addr): Make non-static.
7894 * infcall.h (find_function_addr): Declare.
7895 * Makefile.in (eval.o): Update dependencies.
7896
1bae87b9
AF
78972003-04-28 Adam Fedor <fedor@gnu.org>
7898
7899 * symtab.c (symbol_find_demangled_name): Check for and demangle
7900 ObjC symbols.
7901 (symbol_init_demangled_name): Init for language_objc as well.
7902
0ba6dca9
AC
79032003-04-28 Andrew Cagney <cagney@redhat.com>
7904
7905 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
7906 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
7907 * gdbarch.h, gdbarch.c: Re-generate.
7908 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
7909 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
7910 * inferior.h (deprecated_read_fp): Rename read_fp.
7911 (generic_target_read_fp): Delete declaration.
7912 * regcache.c (generic_target_read_fp): Delete function.
7913 (deprecated_read_fp): Replace read_fp, use
7914 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
7915 * d10v-tdep.c (d10v_read_fp): Delete function.
7916 (d10v_gdbarch_init): Do not set deprecated_read_fp.
7917
7918 * sparc-tdep.c (sparc_gdbarch_init): Do not set
7919 deprecated_target_read_fp to generic_target_read_fp.
7920 * sh-tdep.c (sh_gdbarch_init): Ditto.
7921 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7922 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7923 * frv-tdep.c (frv_gdbarch_init): Ditto.
7924
7925 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
7926 deprecated_fp_regnum.
7927 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7928 * vax-tdep.c (vax_gdbarch_init): Ditto.
7929 * v850-tdep.c (v850_gdbarch_init): Ditto.
7930 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7931 * sh-tdep.c (sh_gdbarch_init): Ditto.
7932 * s390-tdep.c (s390_gdbarch_init): Ditto.
7933 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7934 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7935 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7936 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7937 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7938 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7939 * i386-tdep.c (i386_gdbarch_init): Ditto.
7940 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7941 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7942 * frv-tdep.c (frv_gdbarch_init): Ditto.
7943 * cris-tdep.c (cris_gdbarch_init): Ditto.
7944 * avr-tdep.c (avr_gdbarch_init): Ditto.
7945 * arm-tdep.c (arm_gdbarch_init): Ditto.
7946 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7947
7948 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
7949 * v850-tdep.c (v850_gdbarch_init): Ditto.
7950 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7951 * sh-tdep.c (sh_gdbarch_init): Ditto.
7952 * s390-tdep.c (s390_gdbarch_init): Ditto.
7953 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7954 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7955 * mips-tdep.c (mips_gdbarch_init): Ditto.
7956 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7957 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7958 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7959 * frv-tdep.c (frv_gdbarch_init): Ditto.
7960 * avr-tdep.c (avr_gdbarch_init): Ditto.
7961 * arm-tdep.c (arm_gdbarch_init): Ditto.
7962
7963 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
7964 DEPRECATED_FP_REGNUM.
7965 (vax_push_dummy_frame, vax_pop_frame): Ditto.
7966 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
7967 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
7968 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
7969 (sparc32_register_virtual_type): Ditto.
7970 * sh-tdep.c (sh64_frame_chain): Ditto.
7971 (sh64_get_saved_register, sh64_pop_frame): Ditto.
7972 (sh_nofp_frame_init_saved_regs): Ditto.
7973 (sh64_nofp_frame_init_saved_regs): Ditto.
7974 (sh_fp_frame_init_saved_regs): Ditto.
7975 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
7976 * remote-e7000.c (fetch_regs_from_dump): Ditto.
7977 * procfs.c (procfs_fetch_registers): Ditto.
7978 (procfs_store_registers): Ditto.
7979 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
7980 (store_inferior_registers, fetch_core_registers): Ditto.
7981 (fetch_kcore_registers, clear_regs): Ditto.
7982 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
7983 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
7984 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
7985 * nlm/i386.c (do_status): Ditto.
7986 * mipsv4-nat.c (supply_gregset): Ditto.
7987 * mips-tdep.c: Ditto for comments.
7988 * mips-nat.c (fetch_inferior_registers): Ditto.
7989 (store_inferior_registers, fetch_core_registers): Ditto.
7990 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
7991 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
7992 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
7993 (i386_do_pop_frame, i386_register_type): Ditto.
7994 * hppa-tdep.c (hppa_frame_chain): Ditto.
7995 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
7996 (hppa_pop_frame, hppa_read_fp): Ditto.
7997 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
7998 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
7999 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8000 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8001 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8002 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8003 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8004 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8005 * blockframe.c: Ditto for comments.
8006 * arch-utils.h: Ditto for comments.
8007 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8008 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8009 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8010 * alpha-tdep.h: Ditto for comments.
8011 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8012 (alpha_cannot_store_register): Ditto.
8013 (alpha_push_dummy_frame): Ditto.
8014 * alpha-nat.c (supply_gregset): Ditto.
8015
8016 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8017 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8018 * config/sparc/tm-sparc.h: Update comment.
8019
8020 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8021 deprecated_read_fp instead of TARGET_READ_FP.
8022 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8023 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8024 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8025 deprecated_read_fp instead of read_fp.
8026 * s390-tdep.c (s390_push_arguments): Ditto.
8027 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8028 * frame.h: Ditto in comments.
8029 * frame.c (legacy_get_prev_frame): Ditto.
8030 * dummy-frame.c (dummy_frame_this_id): Ditto.
8031 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8032
d7a27068
AC
80332003-04-28 Andrew Cagney <cagney@redhat.com>
8034
8035 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8036 * gdbarch.h, gdbarch.c: Re-generate.
8037 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8038 * vax-tdep.c (_initialize_vax_tdep): Update.
8039 * v850-tdep.c (_initialize_v850_tdep): Update.
8040 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8041 * s390-tdep.c (_initialize_s390_tdep): Update.
8042 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8043 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8044 * mips-tdep.c (_initialize_mips_tdep): Update.
8045 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8046 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8047 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8048 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8049 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8050 * frv-tdep.c (_initialize_frv_tdep): Update.
8051 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8052 (_initialize_cris_tdep): Update.
8053 * arch-utils.c (legacy_print_insn): Update.
8054 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8055
d2630e69
AF
80562003-04-26 Adam Fedor <fedor@gnu.org>
8057
8058 * linespec.c (decode_objc): New function to decode ObjC calls
8059 (decode_line_1): Check for ObjC calls (using decode_objc)
8060 * Makefile (linespec.o): Update dependencies.
8061
3086aeae
DJ
80622003-04-26 Daniel Jacobowitz <drow@mvista.com>
8063
8064 * breakpoint.h (struct breakpoint_ops): New.
8065 (struct breakpoint): Add ops member.
8066
8067 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8068 (mention): Use new breakpoint ops member.
8069 (set_raw_breakpoint): Initialize ops field to NULL.
8070 (print_exception_catchpoint, print_one_exception_catchpoint)
8071 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8072 (gnu_v3_exception_catchpoint_ops): New.
8073 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8074
1fbec6c3
AF
80752003-04-25 Adam Fedor <fedor@gnu.org>
8076
8077 * Makefile.in (COMMON_OBS): Add objc-lang.o
8078
0ef21242
AC
80792003-04-25 Andrew Cagney <cagney@redhat.com>
8080
8081 * d10v-tdep.c (print_insn): Delete function.
8082 (display_trace): Use TARGET_PRINT_INSN.
8083 (_initialize_d10v_tdep): Do not set tm_print_insn.
8084 (d10v_gdbarch_init): Set print_insn.
8085
f75493ed
AC
80862003-04-25 Andrew Cagney <cagney@redhat.com>
8087
8088 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8089 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8090 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8091 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8092 (nr_dmap_regs, a0_regnum): ... new functions.
8093 (d10v_print_registers_info): Use a0_regnum, use register_size.
8094 (d10v_register_byte): Delete function.
8095 (d10v_register_raw_size): Delete function.
8096 (d10v_register_type): Use a0_regnum.
8097 (d10v_print_registers_info): Use a0_regnum.
8098 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8099 (d10v_gdbarch_init): Do not set register_byte or
8100 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8101 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8102 extract_address.
8103 (trace_command): Use XCALLOC.
8104 (print_insn): Delete reference to tm_print_insn.
8105 (saved_regs_unwinder): Use store_unsigned_integer instead of
8106 store_address.
8107 * frame.h (FRAME_OBSTACK_CALLOC): Define
8108
2202b100
DC
81092003-04-25 David Carlton <carlton@bactrian.org>
8110
8111 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8112
4e45ca2e
AF
81132003-04-24 Adam Fedor <fedor@gnu.org>
8114
8115 * objc-lang.c: Include "valprint.h"
8116 * Makefile.in (objc-lang.o): Update dependencies.
8117
93de3e7f
AF
81182003-04-24 Adam Fedor <fedor@gnu.org>
8119
8ffd9b1b 8120 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
8121 architecture dependant compilation and mark as unimplemented
8122 (until they get put in the gdbarch vector).
8123
0f20eeea
DC
81242003-04-23 David Carlton <carlton@bactrian.org>
8125
8126 * cp-support.c (cp_find_first_component): Accept 'operator' in
8127 more locations.
8128
74cfe982
AC
81292003-04-23 Andrew Cagney <cagney@redhat.com>
8130
8131 * infcall.c (call_function_by_hand): Eliminate redundant
8132 indentation. Move "saved_async" and "old_cleanups" to where they
8133 are needed.
8ffd9b1b 8134
52557533
AC
81352003-04-23 Andrew Cagney <cagney@redhat.com>
8136
8137 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8138 and "buffer". Move the "name" code to where it is needed.
8139
158775de
AC
81402003-04-23 Andrew Cagney <cagney@redhat.com>
8141
8142 * infcall.c (call_function_by_hand): Move variables "start_sp",
8143 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8144 code to ON_STACK switch branch.
8ffd9b1b 8145
ebc7896c
AC
81462003-04-23 Andrew Cagney <cagney@redhat.com>
8147
8148 * infcall.c (call_function_by_hand): Make declaration of "i",
8149 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8150 lint.
8151
d727590f
AC
81522003-04-23 Andrew Cagney <cagney@redhat.com>
8153
8154 * infcall.c (call_function_by_hand): Delete variable
8155 "n_method_args". Localize "param_type"'s declaration to the loop
8156 that it is used. Reinstate code assigning to said variable -
8157 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8158 Rationalize code using "param_type".
8159
d585e13a
AC
81602003-04-22 Andrew Cagney <cagney@redhat.com>
8161
8162 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8163 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8164 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8165 to DEPRECATED_PUSH_RETURN_ADDRESS.
8166
051caad9
KB
81672003-04-22 Kevin Buettner <kevinb@redhat.com>
8168
8169 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8170 on the DWARF2 register number prior to fetching a register.
8171
77296879
JB
81722003-04-22 J. Brobecker <brobecker@gnat.com>
8173
8174 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8175 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 8176 this macro was always set to 0.
77296879
JB
8177 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8178 considering the fact that this macro was always set to 0.
8179 * hppa-tdep.h (hppa_store_return_value): Likewise.
8180 (hppa_extract_return_value): Likewise.
8181
4252f1df
JB
81822003-04-22 J. Brobecker <brobecker@gnat.com>
8183
8184 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8185 the hppa-pro target only.
8186
14604c6b
JB
81872003-04-21 J. Brobecker <brobecker@gnat.com>
8188
8189 Ongoing multi-arch conversion effort for HP/UX:
8190 * config/pa/tm-hppa.h: Move all macro that are no longer
8191 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8192 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8193
77eb01d1
JB
81942003-04-21 J. Brobecker <brobecker@gnat.com>
8195
8196 * config/pa/tm-hppa.h: Obsolete a section that was only used
8197 for hppa-pro.
8198
61995b3b
JB
81992003-04-21 J. Brobecker <brobecker@gnat.com>
8200
8201 Ongoing multi-arch conversion for HP/UX.
8202 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8203 if already defined (allows hppa64 to stay non-multiarched for now).
8204 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8205
4aa79dcc
AC
82062003-04-21 Andrew Cagney <cagney@redhat.com>
8207
8208 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8209
0f751ff2
AC
82102003-04-21 Andrew Cagney <cagney@redhat.com>
8211
8212 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8213 "i386_num_mmx_regs".
8214
04714b91
AC
82152003-04-21 Andrew Cagney <cagney@redhat.com>
8216
8217 * infcall.c: New file.
8218 * infcall.h: New file.
8219 * valarith.c: Include "infcall.h".
8220 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8221 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8222 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8223 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8224 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8225 (SFILES): Add "infcall.c"
8226 (COMMON_OBS): Add "infcall.o".
8227 (infcall.o): Specify dependencies.
8228 * value.h (call_function_by_hand): Delete declaration.
8229 * inferior.h (run_stack_dummy): Delete declaration.
8230 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8231 (run_stack_dummy): Move to "infcall.c", merged into
8232 call_function_by_hand.
8233 * valops.c (call_function_by_hand): Moved to "infcall.c".
8234 (find_function_addr, value_arg_coerce): Ditto.
8235 (unwindonsignal_p, coerce_float_to_double): Ditto.
8236 (_initialize_valops): Move "set/show coerce-float-to-double", and
8237 "set/show unwindonsignal" commands to "infcall.c".
8238 * v850-tdep.c, target.h: Update comments.
8239 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8240 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8241 (sh64_init_extra_frame_info): Update comments.
8242 * mn10300-tdep.c: Update comments.
8243 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8244 * config/sparc/tm-sparc.h: Update comments.
8245 * breakpoint.h: Update comments.
8246 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8247 * arm-tdep.c: Update comment.
8248
f9d3c2a8
MK
82492003-04-19 Mark Kettenis <kettenis@gnu.org>
8250
c40e1eab
MK
8251 * i386-tdep.c (i386_num_register_names): New variable.
8252 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8253 (MM0_REGNUM): Remove redundant parentheses in define.
8254 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8255 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8256 i386_mxcsr_regnum_p): Remove redundant parentheses.
8257 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 8258
94ea66b3
MK
8259 * i386-tdep.c (i386_extract_return_value,
8260 i386_store_return_value): Correct check for availability of
8261 floating-point registers.
8262
54299a1d
MK
8263 * i386-tdep.c (i386_frame_num_args): Remove function.
8264 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8265
c86c27af
MK
8266 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8267 mmx_regnum_to_fp_regnum. Adjust all callers.
8268
f9d3c2a8
MK
8269 * i386-tdep.c (i386_get_longjmp_target): Use
8270 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8271 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8272 extract_address.
8273
94ba74a9
MK
82742003-04-19 Mark Kettenis <kettenis@gnu.org>
8275
8276 * core-regset.c: Update comments to reflect reality. Re-order
8277 includes.
8278 (fetch_core_registers): Use switch instead of if. Remove
8279 redundant prototype.
8280
4074e13c
JB
82812003-04-18 Jim Blandy <jimb@redhat.com>
8282
8283 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 8284 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 8285
e3ab4aba
RH
82862003-04-17 Richard Henderson <rth@redhat.com>
8287
8288 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8289
627bf7c1
EZ
82902003-04-17 Michael Snyder <msnyder@redhat.com>
8291 Karen Bennet <bennet@redhat.com>
8292
8293 Committed by Elena Zannoni <ezannoni@redhat.com>
8294 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 8295
514621a9
EZ
82962003-04-17 Elena Zannoni <ezannoni@redhat.com>
8297
8298 * values.c (value_being_returned): Don't fetch the return
fbe586ae 8299 value if the return type is void.
514621a9 8300
b4acd559
JJ
83012003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8302
8303 * thread-db.c: Reindented.
8ffd9b1b 8304
530b167e 83052003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
8306
8307 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8308 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
8309 as types.
8310
0a48e7e8
MS
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
8330
8331
8332
8333
8ffd9b1b 8334
ab9fe00e
KB
83352003-04-16 Kevin Buettner <kevinb@redhat.com>
8336
610a3745 8337 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
8338 the size of ``long double'' to 16, instead of 8.
8339
e64a344c
MK
83402003-04-16 Mark Kettenis <kettenis@gnu.org>
8341
8342 * i386-linux-nat.c: Add some whitespace to make things more
8343 readable.
8344 (fetch_register, store_register, fetch_inferior_registers,
8345 store_inferior_registers): Get rid of assignment in if-statement.
8346 (store_register): Fix typo in error message.
8347
25d41031
AC
83482003-04-16 Andrew Cagney <cagney@redhat.com>
8349
8350 * utils.c (xmmalloc): Always allocate something, matches
8351 libiberty/xmalloc's semantics.
8352 (xmrealloc, xmcalloc): Ditto.
8353
c50901fd
AC
83542003-04-16 Andrew Cagney <cagney@redhat.com>
8355
8356 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8357 update comments.
8358 (get_frame_type): Initialize unwind and type when needed.
8359 (get_frame_id, frame_register_unwind): Ditto.
8360
f81824a9
AC
83612003-04-16 Andrew Cagney <cagney@redhat.com>
8362
8363 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8364 obsolete.
8365 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8366 * sparcl-stub.c: Obsolete file.
8367 * config/sparc/tm-sparclet.h: Obsolete file.
8368 * sparclet-stub.c: Obsolete file.
8369 * sparclet-rom.c: Obsolete file.
8370 * sparcl-tdep.c: Obsolete file.
8371 * config/sparc/tm-sparclite.h: Obsolete file.
8372 * config/sparc/sparclite.mt: Obsolete file.
8373 * config/sparc/sparclet.mt: Obsolete file.
8374 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8375 sparc86x-*-* obsolete.
8376
9219021c
DC
83772003-04-15 David Carlton <carlton@math.stanford.edu>
8378
8379 * Makefile.in (SFILES): Add cp-namespace.c.
8380 (COMMON_OBS): Add cp-namespace.o.
8381 (block.o): Depend on gdb_obstack_h and cp_support_h.
8382 (buildsym.o): Depend on cp_support_h.
8383 (cp-namespace.o): New.
8384 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8385 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8386 (dwarf2read.o): Depend on cp_support_h.
8387 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8388 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8389 processing_current_namespace.
8390 (read_namespace): Update processing_current_namespace; check for
8391 anonymous namespaces.
8392 (dwarf2_name): New function.
8393 (dwarf2_extension): Ditto.
8394 * cp-support.h: Update copyright, contributors.
8395 Add inclusion guards.
8396 Add opaque declaration for structs obstack, block, symbol.
8397 (struct using_direct): New struct.
8398 Add declarations for cp_find_first_component,
8399 cp_entire_prefix_len, processing_has_namespace_info,
8400 processing_current_namespace, cp_is_anonymous,
8401 cp_add_using_directive, cp_initialize_namespace,
8402 cp_finalize_namespace, cp_set_block_scope,
8403 cp_scan_for_anonymous_namespaces.
8404 * cp-namespace.c: New file.
8405 * cp-support.c: Update copyright.
8406 Include ctype.h, gdb_assert.h, gdbcmd.h.
8407 New variable maint_cplus_cmd_list.
8408 (cp_find_first_component): New function.
8409 (cp_entire_prefix_len, maint_cplus_command)
8410 (first_component_command, _initialize_cp_support): Ditto.
8411 * buildsym.c: Include cp-support.h.
8412 New variable using_list.
8413 (add_symbol_to_list): Check for anonymous namespaces.
8414 (finish_block): Set block's scope.
8415 (start_symtab): Initialize C++ namespace support.
8416 (end_symtab): Finalize C++ namespace support.
8417 * block.h: Add opaque declarations for structs
8418 block_namespace_info, using_direct, and obstack.
8419 Add declarations for block_set_scope and block_set_using.
8420 (struct block): Add 'language_specific' member.
8421 (BLOCK_NAMESPACE): New macro.
8422 * block.c: Include gdb_obstack.h and cp-support.h.
8423 (struct block_namespace_info): New struct.
8424 (block_set_scope): New function.
8425 (block_set_using, block_initialize_namespace): Ditto.
8426
d5a921c9
KB
84272003-04-14 Kevin Buettner <kevinb@redhat.com>
8428
8429 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8430 (locate_base): Return early if there aren't any link map offsets.
8431 (svr4_solib_create_inferior_hook): Warn if shared library support
8432 is unavailable.
8433
d2a52b27
DC
84342003-04-14 David Carlton <carlton@math.stanford.edu>
8435
8436 * symtab.c (symbol_set_names): Add prefix when storing Java names
8437 in hash table. Fix for PR java/1039.
8438
980cae7a
DC
84392003-04-14 David Carlton <carlton@math.stanford.edu>
8440
8441 * symtab.c (symbol_set_names): Rename 'name' arg to
8442 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8443 * symtab.h: Change 'name' argument in declaration of
8444 symbol_set_names to 'linkage_name'.
8445 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8446
e227b13c
AC
84472003-04-14 Andrew Cagney <cagney@redhat.com>
8448
8449 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8450 return the fully sign-extended register value.
8451 (get_frame_pointer): Ditto.
8452 (mips_pop_frame): Initialize "proc_desc" after checking for a
8453 dummy frame.
8454
36712a20
AC
84552003-04-14 Andrew Cagney <cagney@redhat.com>
8456
8457 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8458 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8459 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8460 (mips_push_register): Delete function.
8461 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8462 PUSH_FP_REGNUM.
8463
44ea7b70
JB
84642003-04-14 Jim Blandy <jimb@redhat.com>
8465
8466 * symmisc.c: #include "gdb_regex.h".
8467 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8468 functions.
8469 * maint.c (maintenance_list_command): New function.
8470 (_initialize_maint_cmds): Register the above as commands.
8471 * symtab.h (maintenance_list_symtabs,
8472 maintenance_list_psymtabs): New declarations.
8473 * cli/cli-cmds.c (maintenancelistlist): New variable.
8474 (init_cmd_lists): Initialize it.
8475 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8476 * gdbcmd.h (maintenancelistlist): New declaration.
8477 * Makefile.in (symmisc.o): Update dependencies.
8478
2d0c7962
EZ
84792003-04-14 Elena Zannoni <ezannoni@redhat.com>
8480
8481 * s390-nat.c: Include asm/types.h for addr_t.
8482
1947a811
CV
84832003-04-14 Corinna Vinschen <vinschen@redhat.com>
8484
8485 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8486 actually incoming type.
8487
adb616d7
AC
84882003-04-13 Andrew Cagney <cagney@redhat.com>
8489
8490 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8491 get_next_frame and get_frame_saved_regs.
8492
9b5e151c
AC
84932003-04-13 Andrew Cagney <cagney@redhat.com>
8494
8495 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8496 of gdbarch_num_regs.
8497
ef6e7e13
AC
84982003-04-13 Andrew Cagney <cagney@redhat.com>
8499
8500 * frame.h: Mention what replaced what in "struct frame_info".
8501 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8502 deprecated_update_frame_base_hack and
8503 deprecated_update_frame_pc_hack.
8504 * hppa-tdep.c: Ditto.
8505
61fbb938
DJ
85062003-04-13 Daniel Jacobowitz <drow@mvista.com>
8507
8508 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8509 to read_reg and update its comment. Remove regnum member.
8510 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8511 Don't call read_reg when setting in_reg. Call read_reg to get
8512 the frame base if it's in a register. Return the register number
8513 on the stack instead of in the context. Remove extra arguments
8514 to read_reg.
8515 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8516 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8517 the register number on the expression stack.
8518 (needs_frame_read_reg): Remove extra arguments.
8519
0d53c4c4
DJ
85202003-04-13 Daniel Jacobowitz <drow@mvista.com>
8521
8522 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8523 made non-static.
8524 (execute_stack_op): All callers updated.
8525 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8526 * dwarf2loc.c (find_location_expression): New function.
8527 (dwarf_expr_frame_base): Call it.
8528 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8529 (dwarf2_tracepoint_var_ref): New function, broken out from
8530 locexpr_tracepoint_var_ref.
8531 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8532 Make static.
8533 (loclist_read_variable, loclist_read_needs_frame): New functions.
8534 (loclist_describe_location, loclist_tracepoint_var_ref): New
8535 functions.
8536 (dwarf2_loclist_funcs): New struct location_funcs.
8537 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8538 (struct dwarf2_locexpr_baton): Add comments.
8539 (dwarf2_loclist_funcs): New extern.
8540 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8541 base_address and base_known.
8542 (dwarf_loc_buffer): New variable.
8543 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8544 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8545 (dwarf2_has_info): Initialize dwarf_loc_offset.
8546 (dwarf2_build_psymtabs): Read in .debug_loc.
8547 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8548 DWARF_LOC_SIZE.
8549 (psymtab_to_symtab_1): Likewise. Move base address calculation
8550 here, from...
8551 (dwarf2_get_pc_bounds): ... here. Use the base address from
8552 cu_header.
8553 (dwarf2_symbol_mark_computed): Handle location lists.
8554
6aca59a3
DJ
85552003-04-13 Daniel Jacobowitz <drow@mvista.com>
8556
8557 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
8558 if the linkage name demangled successfully.
8559
aca1fcd0
MK
85602003-04-13 Mark Kettenis <kettenis@gnu.org>
8561
97095916
MK
8562 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
8563 disassmbly_flavour): Removed.
8564
aca1fcd0
MK
8565 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
8566
562a961f
MK
85672003-04-13 Mark Kettenis <kettenis@gnu.org>
8568
8569 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
8570
bd013d54
AC
85712003-04-12 Andrew Cagney <cagney@redhat.com>
8572
8573 * frame.h (struct frame_info): Move definition from here ...
8574 * frame.c (struct frame_info): ... to here.
8575
167ef8b1
AC
85762003-04-12 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdbthread.h (save_infrun_state): Delete parameter
8579 "prev_func_start".
8580 (struct thread_info): Delete field "prev_func_start".
8581 (load_infrun_state): Ditto.
8582 * thread.c (load_infrun_state, save_infrun_state): Update.
8583 * infrun.c (prev_func_start): Delete variable.
8584 (context_switch, init_wait_for_inferior): Update.
8585 (stop_stepping, keep_going): Update.
8586
da3331ec
AC
85872003-04-12 Andrew Cagney <cagney@redhat.com>
8588
8589 * gdbarch.sh: Add missing opaque declarations.
8590 * gdbarch.h: Regnerate.
8591 * symtab.h: Add missing opaque declarations.
8592 * value.h, target.h, symfile.h, stabsread.h: Ditto.
8593 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
8594 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
8595 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
8596 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
8597 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
8598 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
8599 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
8600 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
8601 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
8602 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
8603 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
8604 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
8605
18adea3f
AC
86062003-04-11 Andrew Cagney <cagney@redhat.com>
8607
8608 * frame.c (get_frame_id): Return this frame's "id".
8609 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
8610 function start.
8611 (legacy_saved_regs_this_id): Replace function body with
8612 internal-error.
8613 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
8614 FRAME_OBSTACK_ZALLOC.
8615 (create_new_frame): Mark the frame ID as valid.
8616
2252e863
AO
86172003-04-11 Alexandre Oliva <aoliva@redhat.com>
8618
8619 * Makefile.in (libbfd_h): Added missing setting.
8620 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
8621 according to the selected ABI.
8622
a8245ab8
JJ
86232003-04-11 Jeff Johnston <jjohnstn@redhat.com>
8624
8625 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
8626
6913c89a
AC
86272003-04-11 Andrew Cagney <cagney@redhat.com>
8628
8629 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
8630 SAVED_PC_AFTER_CALL.
8631 * gdbarch.h, gdbarch.c: Regenerate.
8632 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8633 * x86-64-tdep.c (x86_64_init_abi): Update.
8634 * vax-tdep.c (vax_gdbarch_init): Update.
8635 * v850-tdep.c (v850_gdbarch_init): Update.
8636 * sparc-tdep.c (sparc_gdbarch_init): Update.
8637 * sh-tdep.c (sh_gdbarch_init): Update.
8638 * s390-tdep.c (s390_gdbarch_init): Update.
8639 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8640 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
8641 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8642 * mips-tdep.c (mips_gdbarch_init): Update.
8643 * mcore-tdep.c (mcore_gdbarch_init): Update.
8644 * m68k-tdep.c (m68k_gdbarch_init): Update.
8645 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8646 * ia64-tdep.c (ia64_gdbarch_init): Update.
8647 (ia64_saved_pc_after_call): Update declaration.
8648 * i386ly-tdep.c (i386lynx_init_abi): Update.
8649 * i386-tdep.c (i386_gdbarch_init): Update.
8650 * hppa-tdep.c (hppa_gdbarch_init): Update.
8651 * h8300-tdep.c (h8300_gdbarch_init): Update.
8652 * frv-tdep.c (frv_gdbarch_init): Update.
8653 * cris-tdep.c (cris_gdbarch_init): Update.
8654 * avr-tdep.c (avr_gdbarch_init): Update.
8655 * arm-tdep.c (arm_gdbarch_init): Update.
8656 * alpha-tdep.c (alpha_gdbarch_init): Update.
8657 * ns32knbsd-nat.c (frame_num_args): Update.
8658 * ns32k-tdep.c (umax_frame_num_args): Update.
8659 * mips-tdep.c (mips_init_frame_pc_first): Update.
8660 * infrun.c (step_over_function): Update.
8661 * i386-linux-tdep.c (skip_hurd_resolver): Update.
8662 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
8663 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8664 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8665 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
8666 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
8667 * arm-linux-tdep.c (skip_hurd_resolver): Update.
8668 * arch-utils.c (init_frame_pc_default): Update.
8669 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
8670 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
8671 declaration.
8ffd9b1b 8672
38edeab8
AC
86732003-04-11 Andrew Cagney <cagney@redhat.com>
8674
8675 * i387-tdep.c: Update copyright.
8676 (i387_to_double): Delete function.
8677 (double_to_i387): Delete function.
8678
81f8a206
AC
86792003-04-10 Andrew Cagney <cagney@redhat.com>
8680
8681 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
8682 frame's function's address. Simplify.
8683 (d10v_frame_unwind_cache): Check that the frame's function is
8684 non-zero.
8685
6e691f7a
JB
86862003-04-10 Jim Blandy <jimb@redhat.com>
8687
8688 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
8689 call to set_gdbarch_deprecated_push_arguments.
8690
7f78e237
AC
86912003-04-10 Andrew Cagney <cagney@redhat.com>
8692
8693 * frame.c (fprint_frame_id): New function.
8694 (fprint_frame_type, fprint_frame): New function.
8695 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
8696 (create_sentinel_frame, get_frame_id): Ditto.
8697 (frame_id_p, frame_id_eq): Ditto.
8698 (frame_id_inner, create_new_frame): Ditto.
8699 (legacy_get_prev_frame, get_prev_frame): Ditto.
8700 (deprecated_update_frame_pc_hack): Ditto.
8701 (frame_register_unwind): Ditto.
8702 (deprecated_update_frame_base_hack): Ditto.
8703
f870b49b
CV
87042003-04-10 Corinna Vinschen <vinschen@redhat.com>
8705
8706 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
8707 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
8708 frame_chain function.
8709 * Makefile.in: Add dependencies due to above change.
8710
7c86889b
CV
87112003-04-10 Corinna Vinschen <vinschen@redhat.com>
8712
8713 * blockframe.c (legacy_frame_chain_valid): Move call to
8714 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
8715 inside_entry_file.
8716
d0a55772
AC
87172003-04-09 Andrew Cagney <cagney@redhat.com>
8718
8719 * frame.h (struct frame_id): Replace "pc" and "base" with
8720 "stack_addr" and "code_addr". Update comments.
8721 (frame_id_build): Update parameter names and comment.
8722 (struct frame_info): Replace "id_p" and "id" with "this_id".
8723 * dummy-frame.c (dummy_frame_this_id): Update.
8724 * breakpoint.c (print_one_breakpoint): Update.
8725 * frame.c (get_frame_id): Update.
8726 (get_frame_base, frame_id_build): Update.
8727 (create_sentinel_frame, legacy_get_prev_frame): Update.
8728 (deprecated_update_frame_base_hack): Update.
8729 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
8730 (frame_id_inner): Ditto.
8731
ac16bf07
AC
87322003-04-09 Andrew Cagney <cagney@redhat.com>
8733
8734 * defs.h (gdb_print_host_address): Make "addr" parameter a
8735 pointer constant.
8736 * utils.c (gdb_print_host_address): Update.
8737
366cfc9e
KB
87382003-04-09 Kevin Buettner <kevinb@redhat.com>
8739
8740 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
8741 register number for R0 is 0.
8742
cd983b5c
JB
87432003-04-09 J. Brobecker <brobecker@gnat.com>
8744
8745 * frame.h (struct gdbarch): Add opaque structure definition
8746 to avoid a compilation warning on LynxOS 4.0.
8747
d1340264
AC
87482003-04-09 Andrew Cagney <cagney@redhat.com>
8749
8750 * frame.h (struct frame_info): Delete field "pc". Replace
8751 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
8752 structure.
8753 * frame.c (frame_pc_unwind): Update.
8754 (create_sentinel_frame): Do not set "pc".
8755 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
8756 (get_frame_pc): Call frame_pc_unwind.
8757 (deprecated_update_frame_pc_hack): Update.
8758 (create_new_frame): Use "pc" not "->pc".
8759
90a6fffb
AC
87602003-04-09 Andrew Cagney <cagney@redhat.com>
8761
8762 * frame.c (get_frame_id): Eliminate code updating "frame".
8763 (legacy_get_prev_frame): Ditto.
8764 (get_frame_base): Return id.base directly.
8765 (deprecated_update_frame_base_hack): Update "id.base".
8766 * frame.h (struct frame_info): Delete field "frame".
8767
2fbce691
AC
87682003-04-09 Andrew Cagney <cagney@redhat.com>
8769
8770 * NEWS: Mention that the "Sequent family" is obsolete.
8771 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
8772 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8773 * configure.host: Obsolete i[3456]86-sequent-bsd*,
8774 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
8775 * config/i386/tm-ptx4.h: Obsolete file.
8776 * config/i386/tm-ptx.h: Obsolete file.
8777 * symm-tdep.c: Obsolete file.
8778 * config/i386/symmetry.mt: Obsolete file.
8779 * config/i386/tm-symmetry.h: Obsolete file.
8780 * symm-nat.c: Obsolete file.
8781 * config/i386/nm-symmetry.h: Obsolete file.
8782 * config/i386/xm-symmetry.h: Obsolete file.
8783 * config/i386/symmetry.mh: Obsolete file.
8784 * config/i386/nm-ptx4.h: Obsolete file.
8785 * config/i386/ptx4.mh: Obsolete file.
8786 * config/i386/ptx.mt: Obsolete file.
8787 * config/i386/ptx.mh: Obsolete file.
8788 * config/i386/xm-ptx4.h: Obsolete file.
8789 * config/i386/xm-ptx.h: Obsolete file.
8790
78c43945
AC
87912003-04-09 Andrew Cagney <cagney@redhat.com>
8792
8793 Obsolete mips*-*-mach3*.
8794 * NEWS: Mention that mips*-*-mach3* is obsolete.
8795 * m3-nat.c: Obsolete file.
8796 * config/nm-m3.h: Obsolete file.
8797 * config/mips/tm-mipsm3.h: Obsolete file.
8798 * config/mips/mipsm3.mt: Obsolete file.
8799 * config/mips/mipsm3.mh: Obsolete file.
8800 * config/mips/xm-mipsm3.h: Obsolete file.
8801 * mipsm3-nat.c: Obsolete file.
8802 * configure.host: Obsolete mips-dec-mach3*.
8803 * configure.tgt: Obsolete mips*-*-mach3*.
8804
f1908289
AC
88052003-04-09 Andrew Cagney <cagney@redhat.com>
8806
8807 * doublest.h: Update copyright.
8808 (deprecated_store_floating, deprecated_extract_floating): Rename
8809 store_floating and extract_floating. Update comments.
8810 * doublest.c: Update copyright.
8811 (extract_floating_by_length): Replace extract_floating.
8812 (store_floating_by_length): Replace store_floating.
8813 (deprecated_extract_floating): New function.
8814 (deprecated_store_floating): New function.
8815 (extract_typed_floating): Call extract_floating_by_length.
8816 (store_typed_floating): Call store_floating_by_length.
8817 * x86-64-tdep.c (x86_64_store_return_value): Update.
8818 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
8819 (sh64_extract_return_value): Update.
8820 (sh_sh4_register_convert_to_virtual): Update.
8821 (sh_sh64_register_convert_to_virtual): Update.
8822 (sh_sh4_register_convert_to_raw): Update.
8823 (sh_sh64_register_convert_to_raw): Update.
8824 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
8825 (rs6000_register_convert_to_raw): Update.
8826 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
8827 (ia64_register_convert_to_raw): Update.
8828 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
8829 (REGISTER_CONVERT_TO_VIRTUAL): Update.
8830 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
8831 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
8832 (alpha_register_convert_to_raw): Update.
8833
4443bd83
AC
88342003-04-08 Andrew Cagney <cagney@redhat.com>
8835
8836 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
8837 * gdbarch.h, gdbarch.c: Re-generate.
8838 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
8839 (d10v_gdbarch_init): Do not set saved_pc_after_call.
8840 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
8841 conditionally, use frame_pc_unwind as an alternative. Add
8842 comments.
8843 * arch-utils.c (init_frame_pc_default): Only call
8844 SAVED_PC_AFTER_CALL when available.
8845
c0236d92
EZ
88462003-04-08 Elena Zannoni <ezannoni@redhat.com>
8847
fbe586ae 8848 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
8849 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
8850 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
8851 (start_remote): Ditto.
8852 (handle_inferior_event): Ditto.
8853 (save_inferior_status): Ditto.
8854 (restore_inferior_status): Ditto.
8855 * infcmd.c (attach_command): Ditto.
8856 * fork-child.c (startup_inferior): Ditto.
fbe586ae 8857 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
8858 * alpha-tdep.c (heuristic_proc_start): Ditto.
8859 * mips-tdep.c (heuristic_proc_start): Ditto.
8860 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
8861 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
8862 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
8863 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
8864 * remote-vx.c (vx_create_inferior): Ditto.
8865
88662003-04-08 Elena Zannoni <ezannoni@redhat.com>
8867
8868 * infrun.c (stop_soon_quietly): Make it an enum, to better
8869 override the default behavior of handle_inferior_event.
8870 (clear_proceed_status): Update uses of stop_soon_quietly to
8871 reflect that it is now an enum.
8872 (start_remote): Ditto.
8873 (handle_inferior_event): Change logic a bit if stop_soon_quietly
8874 is set to handle the new GNU/Linux kernel behavior for
8875 attach/sigstop. Update uses of stop_soon_quietly.
8876 * inferior.h (enum stop_kind): New enum.
8877 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
8878 Reset normal handle_inferior_event behavior, afterwards.
8879 * fork-child.c (startup_inferior): Update.
8880 * alpha-tdep.c (heuristic_proc_start): Update.
8881 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
8882 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
8883 * solib-osf.c (osf_solib_create_inferior_hook): Update.
8884 * solib-irix.c (irix_solib_create_inferior_hook): Update.
8885 * remote-vx.c (vx_create_inferior): Update.
8886 * mips-tdep.c (heuristic_proc_start): Update.
8887
1211bce3
EZ
88882003-04-07 Elena Zannoni <ezannoni@redhat.com>
8889
8890 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 8891 be freed more than once, causing wild memory corruptions.
1211bce3 8892 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 8893 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 8894 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 8895 with the "core" target.
1211bce3 8896
f0ef6b29
KB
88972003-04-07 Kevin Buettner <kevinb@redhat.com>
8898
8899 * mips-tdep.c (mips_print_fp_register): New function, created from
8900 do_fp_register_row(). Registers are now (also) printed as hex.
8901 Only one register is printed per row.
8902 (mips_print_register, do_fp_register_row): Print floating point
8903 registers with mips_print_fp_register().
8904
8cf71652
AC
89052003-04-06 Andrew Cagney <cagney@redhat.com>
8906
5e488a7b
AC
8907 * valprint.h (inspect_it): Add extern declaration.
8908 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
8909 (selectors_info, classes_info): Ditto.
8910 (find_objc_msgcall): Fix indentation.
8911 (objc_printstr): Delete extern declarations.
8912
8cf71652
AC
8913 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
8914
e6ba3bc9
AC
89152003-04-06 Andrew Cagney <cagney@redhat.com>
8916
8917 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
8918 Update comment.
8919 * frame.c (legacy_saved_regs_this_id): Update.
8920 (legacy_get_prev_frame): Update.
8921 * xstormy16-tdep.c: Update comment.
8922 * sparc-tdep.c (sparc_frame_chain): Update comment.
8923 * blockframe.c (legacy_frame_chain_valid): Update.
8924
55e1d7e7
AC
89252003-04-06 Andrew Cagney <cagney@redhat.com>
8926
996179ee
AC
8927 * valprint.c (val_print_type_code_int): Delete #ifdef
8928 PRINT_TYPELESS_INTEGER code.
8929
55e1d7e7
AC
8930 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
8931 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
8932 multi-arch definition.
8933 * gdbarch.h: Re-generate.
8934
43bd9a9e
AC
89352003-04-05 Andrew Cagney <cagney@redhat.com>
8936
8937 Eliminate FRAME_FIND_SAVED_REGS.
8938 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8939 Change FSR parameter to a pointer.
8940 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
8941 Assume FSR parameter is a pointer.
8942 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
8943 Make fsr a pointer.
8944 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
8945 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
8946 saved_regs a pointer.
8947 (hppa_frame_saved_pc): Ditto.
8948 (find_dummy_frame_regs): Make frame_saved_regs a pointer
8949 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
8950 pointer.
8951 (restore_pc_queue): Make fsr a pointer.
8952 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
8953 (hppa_frame_chain): Make saved_regs a pointer, call
8954 hppa_frame_init_saved_regs.
8955 * sparc-tdep.c: Include "gdb_assert.h".
8956 (sparc_frame_find_saved_regs): Replace internal_error with
8957 gdb_assert.
8958 * remote-vxsparc.c (vx_read_register): Delete reference to
8959 FRAME_FIND_SAVED_REGS.
8960 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
8961 * gdbarch.h: Regenerate.
8962 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8963 (deprecated_get_frame_saved_regs): Delete declaration.
8964 (struct frame_saved_regs): Delete definition.
8965 * frame.c (deprecated_get_frame_saved_regs): Delete function.
8966 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
8967 (hppa_frame_find_saved_regs): Delete declaration.
8968 (FRAME_FIND_SAVED_REGS): Delete macro.
8969 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
8970 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
8971 FRAME_FIND_SAVED_REGS in comment.
8972
be41e9f4
AC
89732003-04-05 Andrew Cagney <cagney@redhat.com>
8974
8975 * frame.c (frame_func_unwind, get_frame_func): New functions.
8976 * frame.h (get_frame_func, frame_func_unwind): Declare.
8977 (struct frame_info): Add field "prev_func" for caching the
8978 previous frame's function address.
8979 * arm-tdep.c (arm_frameless_function_invocation): Combine
8980 get_pc_function_start and get_frame_pc into get_frame_func.
8981 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
8982 (sh64_nofp_frame_init_saved_regs): Ditto.
8983 * s390-tdep.c (s390_function_start): Ditto.
8984 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
8985 (rs6000_frameless_function_invocation): Ditto.
8986 (rs6000_frame_saved_pc): Ditto.
8987 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
8988 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
8989 * i386-tdep.c (i386_frameless_signal_p): Ditto.
8990 (i386_frame_init_saved_regs): Ditto.
8991 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
8992 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
8993 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
8994 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
8995 * blockframe.c (frameless_look_for_prologue): Ditto.
8996
a01dd7cc
AC
89972003-04-05 Andrew Cagney <cagney@redhat.com>
8998
8999 * frame.c (legacy_get_prev_frame): Link prev to next at the
9000 function start. Update comments.
9001
5e5592e6
AC
90022003-04-05 Andrew Cagney <cagney@redhat.com>
9003
9004 * frame.c (get_frame_id): Update comment.
9005 (legacy_get_prev_frame): Update comment.
9006 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9007 * gdbarch.h: Regenerate.
9008 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9009 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9010
6fba5002
AC
90112003-04-05 Andrew Cagney <cagney@redhat.com>
9012
9013 * stack.c (print_frame_info): Use get_frame_pc.
9014
7df05f2b
AC
90152003-04-04 Andrew Cagney <cagney@redhat.com>
9016
9017 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9018 the frame's type from the unwinder.
9019 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9020 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9021 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9022 (get_frame_base_address): Use get_frame_type.
9023 (get_frame_locals_address, get_frame_args_address): Ditto.
9024 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9025 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9026 (struct frame_info): Add comment explaining why the frame contains
9027 a "type" field.
9028 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9029 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9030 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9031 NORMAL_FRAME.
9032 * frame-unwind.h: Include "frame.h".
9033 (struct frame_unwind): Add "type" field.
9034 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 9035
11889732
AC
90362003-04-04 Andrew Cagney <cagney@redhat.com>
9037
9038 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9039 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9040 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9041 get_frame_base.
9042 (d10v_unwind_dummy_id): Use frame_id_build.
9043 * frame.c (find_frame_sal): Use get_frame_pc.
9044 (create_new_frame): Use deprecated_update_frame_pc_hack and
9045 deprecated_update_frame_base_hack.
9046 (create_sentinel_frame): Add comment about ->pc going away.
9047 (get_prev_frame): Add comment about ->pc going away.
9048 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9049 frame_id_build, deprecated_update_frame_pc_hack and
9050 deprecated_update_frame_base_hack.
9051 (select_frame): Use get_frame_pc.
9052 (legacy_saved_regs_this_id): Use frame_id_build.
9053
50c46a0d
EZ
90542003-04-04 Elena Zannoni <ezannoni@redhat.com>
9055
fbe586ae
RH
9056 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9057 signed integer case.
9058 (classify_argument): Handle enumerations and references.
50c46a0d 9059
50bbdbd9
AC
90602003-04-04 Andrew Cagney <cagney@redhat.com>
9061
9062 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9063 ID to NULL.
9064
36018d2e
AF
90652003-04-01 Adam Fedor <fedor@gnu.org>
9066
9067 * gdb/objc-lang.c (selectors_info): Replace calls to
9068 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9069 SYMBOL_NATURAL_NAME.
9070 (classes_info, find_methods): Likewise.
9071
35cec841
KB
90722003-04-03 Kevin Buettner <kevinb@redhat.com>
9073
9074 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9075 ``mach'' to the value determined by bfd_default_set_arch_mach().
9076
43136899
BR
90772003-04-02 Bob Rossi <bob_rossi@cox.net>
9078
9079 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9080 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9081 (mi-cmd-file.o): Update dependencies.
9082
040b99fd
KB
90832003-04-01 Kevin Buettner <kevinb@redhat.com>
9084
9085 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9086 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9087
9a3d7dfd
AF
90882003-04-01 Adam Fedor <fedor@gnu.org>
9089
9090 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9091 * language.h (struct language_defn): Add la_demangle.
9092 (language_demangle): Declare.
9093 * language.c (language_demangle): New function.
9094 (unk_lang_demangle): Likewise.
9095 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 9096 Add ukn_lang_demangle.
9a3d7dfd 9097 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 9098 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
9099 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9100 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9101 * jv-lang.c (java_demangle): New function
9102 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
9103 * objc-lang.c (objc_demangle): Add options argument
9104 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
9105 * maint.c (maintenance_demangle): Replace switch with
9106 call to language_demangle.
9107 * utils.c (fprintf_symbol_filtered): Likewise.
9108
5e074003
AC
91092003-04-01 Andrew Cagney <cagney@redhat.com>
9110
9111 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9112 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9113 PRINT_TYPELESS_INTEGER.
9114 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9115 PUSH_RETURN_ADDRESS.
9116
270cb5d6
AC
91172003-04-01 Andrew Cagney <cagney@redhat.com>
9118
9119 * Makefile.in (d10v-tdep.o): Update dependencies.
9120 * d10v-tdep.c: Include "frame-base.h".
9121 (d10v_frame_unwind): Make constant.
9122 (d10v_frame_base_address): New function.
9123 (d10v_frame_base): New variable.
9124 (d10v_gdbarch_init): Set frame_base default.
9125 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9126 comment for base.
9127 (d10v_frame_unwind_cache): Set and use "prev_sp".
9128 (d10v_frame_this_id): Use the previous frame's inner most stack
9129 address and this frame's func address for the frame ID. Use
9130 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 9131
6bfb3e36
AC
91322003-04-01 Andrew Cagney <cagney@redhat.com>
9133
9134 * frame.h (get_frame_locals_address, get_frame_args_address):
9135 Refer to the base address, instead of the address of the first
9136 local or parameter.
8ffd9b1b 9137
da62e633
AC
91382003-04-01 Andrew Cagney <cagney@redhat.com>
9139
9140 Add frame debug info addresses:
9141 * frame-base.c: New file.
9142 * frame-base.h: New file.
9143 * frame.h (struct frame_base): Add opaque declaration.
9144 (get_frame_base): Update comment.
9145 (get_frame_base_address): Declare.
9146 (get_frame_locals_address): Declare.
9147 (get_frame_args_address): Declare.
9148 (struct frame_info): Add "base" and "base_cache". Update
9149 comments on the unwinder.
9150 * frame.c: Include "frame-base.h".
9151 (get_frame_locals_address): New function.
9152 (get_frame_base_address): New function.
9153 (get_frame_args_address): New function.
9154 * findvar.c (read_var_value): Use get_frame_locals_address and
9155 get_frame_args_address.
9156 * stack.c (frame_info): Use get_frame_locals_address and
9157 get_frame_args_address.
9158 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9159 moved to "frame-base.c".
9160 * printcmd.c (print_frame_nameless_args): Ditto.
9161 * symtab.h (address_class): Update comments.
9162 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9163 get_frame_base_address.
9164 * dwarf2expr.c (execute_stack_op): Ditto.
9165 * Makefile.in (frame_base_h): Define.
9166 (frame.o): Update dependencies.
9167 (frame-base.o): Add dependencies.
9168 (SFILES): Add frame-base.c.
9169 (COMMON_OBS): Add frame-base.o.
9170
3d30e9c2
AC
91712003-04-01 Andrew Cagney <cagney@redhat.com>
9172
9173 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9174 CALL_DUMMY_LENGTH): Ditto.
9175 * gdbarch.c: Re-generate.
9176 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9177 (CALL_DUMMY_LENGTH): Delete macro.
9178 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9179 * arm-tdep.c (arm_gdbarch_init): Ditto.
9180 * avr-tdep.c (avr_gdbarch_init): Ditto.
9181 * cris-tdep.c (cris_gdbarch_init): Ditto.
9182 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9183 * frv-tdep.c (frv_gdbarch_init): Ditto.
9184 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9185 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9186 * i386-tdep.c (i386_gdbarch_init): Ditto.
9187 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9188 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9189 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9190 * mips-tdep.c (mips_gdbarch_init): Ditto.
9191 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9192 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9193 * s390-tdep.c (s390_gdbarch_init): Ditto.
9194 * sh-tdep.c (sh_gdbarch_init): Ditto.
9195 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9196 * v850-tdep.c (v850_gdbarch_init): Ditto.
9197 * vax-tdep.c (vax_gdbarch_init): Ditto.
9198 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9199
ce0c7262
CV
92002003-04-01 Corinna Vinschen <vinschen@redhat.com>
9201
9202 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9203
73dd234f
AC
92042003-04-01 Andrew Cagney <cagney@redhat.com>
9205
9206 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9207 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9208 * gdbarch.h, gdbarch.c: Re-generate.
9209 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9210 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9211 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9212 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9213 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9214 * infcmd.c (run_stack_dummy): Simplify assuming
9215 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9216 * infrun.c (handle_inferior_event): Ditto.
9217 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9218 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9219 * arm-tdep.c (arm_gdbarch_init): Ditto.
9220 * avr-tdep.c (avr_gdbarch_init): Ditto.
9221 * cris-tdep.c (cris_gdbarch_init): Ditto.
9222 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9223 * frv-tdep.c (frv_gdbarch_init): Ditto.
9224 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9225 * i386-tdep.c (i386_gdbarch_init): Ditto.
9226 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9228 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9229 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9230 * mips-tdep.c (mips_gdbarch_init): Ditto.
9231 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9232 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9233 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9234 * s390-tdep.c (s390_gdbarch_init): Ditto.
9235 * sh-tdep.c (sh_gdbarch_init): Ditto.
9236 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9237 * v850-tdep.c (v850_gdbarch_init): Ditto.
9238 * vax-tdep.c (vax_gdbarch_init): Ditto.
9239 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9240
97606a13
DJ
92412003-04-01 Daniel Jacobowitz <drow@mvista.com>
9242
9243 * symfile.c (symfile_relocate_debug_section): Update call to
9244 bfd_simple_get_relocated_section_contents.
9245
e8ab51f7
AC
92462003-03-31 Andrew Cagney <cagney@redhat.com>
9247
9248 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9249 * gdbarch.h, gdbarch.c: Regenerate.
9250 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9251 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9252 available.
9253 * frame.h (generic_fix_call_dummy): Delete declaration.
9254 * dummy-frame.h: Update comment.
9255 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9256 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9257 fix_call_dummy.
9258 * sh-tdep.c (sh_gdbarch_init): Ditto.
9259 * s390-tdep.c (s390_gdbarch_init): Ditto.
9260 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9261 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9262 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9263 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9264 * i386-tdep.c (i386_gdbarch_init): Ditto.
9265 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9266 * frv-tdep.c (frv_gdbarch_init): Ditto.
9267 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9268 * cris-tdep.c (cris_gdbarch_init): Ditto.
9269 * avr-tdep.c (avr_gdbarch_init): Ditto.
9270 * arm-tdep.c (arm_gdbarch_init): Ditto.
9271
018d1b48
JB
92722003-03-31 J. Brobecker <brobecker@gnat.com>
9273
9274 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9275 (INIT_FRAME_AP): Likewise.
9276 (EXTRA_FRAME_INFO): Likewise.
9277
e9a2674e
AC
92782003-03-31 Andrew Cagney <cagney@redhat.com>
9279
9280 * gdbarch.sh: Include "symfile.h".
9281 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9282 * gdbarch.h, gdbarch.c: Re-generate.
9283 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9284 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9285 call_dummy_address, the default is at entry_point_address.
9286 * v850-tdep.c (v850_gdbarch_init): Ditto.
9287 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9288 * sh-tdep.c (sh_gdbarch_init): Ditto.
9289 * s390-tdep.c (s390_gdbarch_init): Ditto.
9290 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9291 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9292 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9293 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9294 * i386-tdep.c (i386_gdbarch_init): Ditto.
9295 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9296 * frv-tdep.c (frv_gdbarch_init): Ditto.
9297 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9298 * cris-tdep.c (cris_gdbarch_init): Ditto.
9299 * arm-tdep.c (arm_gdbarch_init): Ditto.
9300
e8a8712a
AC
93012003-03-31 Andrew Cagney <cagney@redhat.com>
9302
9303 * gdbarch.sh (CALL_DUMMY_P): Delete.
9304 * gdbarch.h, gdbarch.c: Re-generate.
9305 * inferior.h (CALL_DUMMY_P): Delete macro.
9306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9307 * vax-tdep.c (vax_gdbarch_init): Update.
9308 * v850-tdep.c (v850_gdbarch_init): Update.
9309 * sparc-tdep.c (sparc_gdbarch_init): Update.
9310 * sh-tdep.c (sh_gdbarch_init): Update.
9311 * s390-tdep.c (s390_gdbarch_init): Update.
9312 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9313 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9314 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9315 * mips-tdep.c (mips_gdbarch_init): Update.
9316 * mcore-tdep.c (mcore_gdbarch_init): Update.
9317 * m68k-tdep.c (m68k_gdbarch_init): Update.
9318 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9319 * ia64-tdep.c (ia64_gdbarch_init): Update.
9320 * i386-tdep.c (i386_gdbarch_init): Update.
9321 * h8300-tdep.c (h8300_gdbarch_init): Update.
9322 * frv-tdep.c (frv_gdbarch_init): Update.
9323 * d10v-tdep.c (d10v_gdbarch_init): Update.
9324 * cris-tdep.c (cris_gdbarch_init): Update.
9325 * breakpoint.c (deprecated_frame_in_dummy): Update.
9326 * avr-tdep.c (avr_gdbarch_init): Update.
9327 * alpha-tdep.c (alpha_gdbarch_init): Update.
9328 * arm-tdep.c (arm_gdbarch_init): Update.
9329 * dummy-frame.c (dummy_frame_this_id): Update comments.
9330 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9331 * frame.c (legacy_get_prev_frame): Ditto.
9332 * valops.c (call_function_by_hand): Delete function.
9333 (hand_function_call): Rename to call_function_by_hand
9334
ed234cf8
AC
93352003-03-30 Andrew Cagney <cagney@redhat.com>
9336
9337 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 9338 * value.h (struct value): Update comment.
ed234cf8 9339
06c77151
AC
93402003-03-30 Andrew Cagney <cagney@redhat.com>
9341
6c2b5168
AC
9342 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9343 D10V_FP_REGNUM.
9344 (d10v_gdbarch_init): Do not set fp_regnum.
9345
06c77151
AC
9346 * frame.c (get_frame_base): Force ID initialization.
9347 (get_prev_frame): Move computation of the frame ID from here ...
9348 (get_frame_id): ... to here.
9349 (legacy_get_prev_frame): Mark the frame ID as valid.
9350 * frame.h (struct frame_info): Add field "id_p".
9351
97a1a11c
MK
93522003-03-30 Mark Kettenis <kettenis@gnu.org>
9353
9354 * i386-tdep.c (i386_store_struct_return): Removed.
9355 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9356
6c0e89ed
AC
93572003-03-30 Andrew Cagney <cagney@redhat.com>
9358
9359 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9360 * gdbarch.h, gdbarch.c: Regenerate.
9361 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9362 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9363 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9364 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9365 * i386-tdep.c (i386_gdbarch_init): Ditto.
9366 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9367 * cris-tdep.c (cris_gdbarch_init): Ditto.
9368 * vax-tdep.c (vax_gdbarch_init): Ditto.
9369 * s390-tdep.c (s390_gdbarch_init): Ditto.
9370 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9371 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9372 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9373 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9374 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9375 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9376 * sparc-tdep.c (sparc_gdbarch_init): Update.
9377 * sh-tdep.c (sh_gdbarch_init): Update.
9378 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9379 * mips-tdep.c (mips_gdbarch_init): Update.
9380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9381 * ia64-tdep.c (ia64_gdbarch_init): Update.
9382 * frv-tdep.c (frv_gdbarch_init): Update.
9383 * avr-tdep.c (avr_gdbarch_init): Update.
9384 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9385 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9386 instead of when push_dummy_call is not available.
8ffd9b1b 9387
f7dd6af2
AC
93882003-03-30 Andrew Cagney <cagney@redhat.com>
9389
9390 * infttrace.c: Include "gdbthread.h".
9391 (parent_attach_all): Fix function signature.
9392 (call_ptrace): Update call.
9393 * Makefile.in (infttrace.o): Update dependencies.
9394
28f617b3
AC
93952003-03-30 Andrew Cagney <cagney@redhat.com>
9396
9397 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9398 PUSH_RETURN_ADDRESS.
9399 * gdbarch.h, gdbarch.c: Regenerate.
9400 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9401 * x86-64-tdep.c (x86_64_init_abi): Update.
9402 * v850-tdep.c (v850_gdbarch_init): Update.
9403 * sparc-tdep.c (sparc_gdbarch_init): Update.
9404 * sh-tdep.c (sh_gdbarch_init): Update.
9405 * s390-tdep.c (s390_gdbarch_init): Update.
9406 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9407 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9408 * mips-tdep.c (mips_gdbarch_init): Update.
9409 * mcore-tdep.c (mcore_gdbarch_init): Update.
9410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9411 * ia64-tdep.c (ia64_gdbarch_init): Update.
9412 * i386-tdep.c (i386_gdbarch_init): Update.
9413 * h8300-tdep.c (h8300_gdbarch_init): Update.
9414 * frv-tdep.c (frv_gdbarch_init): Update.
9415 * cris-tdep.c (cris_gdbarch_init): Update.
9416 * avr-tdep.c (avr_gdbarch_init): Update.
9417 * arm-tdep.c (arm_gdbarch_init): Update.
9418 * valops.c (hand_function_call): Update.
9419
4d628cd7
AC
94202003-03-29 Andrew Cagney <cagney@redhat.com>
9421
9422 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9423 sizeof_call_dummy_words.
9424 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9425 define.
9426 * gdbarch.h: Regenerate.
8ffd9b1b 9427
65e82032
AC
94282003-03-29 Andrew Cagney <cagney@redhat.com>
9429
9430 * infttrace.h: New file.
9431 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9432 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9433 (hpread_read_doc_function_type): Detect an initialized type1.
9434 (hpread_quick_traverse): Initialize mod_name_string.
9435 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9436 (som_solib_get_solib_by_pc): Declare.
9437 (so_lib_thread_start_addr): Declare.
9438 (no_shared_libraries): Declare.
9439 * somread.c (init_import_symbols): Make static. Add forward
9440 declaration.
9441 * config/pa/nm-hppah.h: Include "infttrace.h" for
9442 parent_attach_all.
9443 (hppa_insert_hw_watchpoint): Declare.
9444 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9445 * hppah-nat.c: Include "gdb_string.h".
9446 (parent_attach_all): Delete extern declaration, moved to
9447 "infttrace.h".
9448 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9449 int.
9450 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9451 * Makefile.in (infttrace_h): Define.
9452 (hpread.o): Update dependencies.
9453 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9454 * hppa-hpux-tdep.c: Include "gdb_string.h".
9455 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9456 * infrun.c (handle_inferior_event): Always initialize
9457 stepped_after_stopped_by_watchpoint. Add default and remove
9458 fallthrough in switch statement.
9459 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9460 parameter to int.
9461 (hppa_remove_hw_watchpoint): Ditto.
9462
2c3bbe77
AC
94632003-03-29 Andrew Cagney <cagney@redhat.com>
9464
9465 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9466 offset.
9467
2dd604e7
RE
94682003-03-29 Richard Earnshaw <rearnsha@arm.com>
9469
9470 * arm-tdep.c (arm_push_arguments): Delete.
9471 (struct stack_item): New type.
9472 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9473 (arm_store_struct_return): Delte.
9474 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9475 arm_push_arguments or arm_store_struct_return.
9476
e8933a55
AC
94772003-03-28 Andrew Cagney <cagney@redhat.com>
9478
9479 * Makefile.in (d10v-tdep.o): Update dependencies.
9480 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9481 * d10v-tdep.c: Include "remote.h".
9482 (target_resume_hook): Delete extern declaration.
9483 (target_wait_loop_hook): Ditto.
9484 (tdisassemble_command): Eliminate assignment in "if" conditional.
9485 (d10v_ts2_register_sim_regno): Eliminate call to
9486 legacy_register_sim_regno.
9487 (d10v_ts3_register_sim_regno): Ditto.
9488
6949171e
JJ
94892003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9490
9491 * thread.c: Reindented.
9492 * lin-lwp.c: Ditto.
9493 * linux-proc.c: Ditto.
9494
98c7071f
BR
94952003-03-28 Bob Rossi <bob_rossi@cox.net>
9496
fbe586ae 9497 * MAINTAINERS (write after approval): Add myself.
98c7071f 9498
5edc9ca6
TR
94992003-03-27 Theodore A. Roth <troth@openavr.org>
9500
9501 * objc-exp.y: Add missing semi-colons.
9502
378bfd1b
AC
95032003-03-27 Andrew Cagney <cagney@redhat.com>
9504
9505 * regcache.c (write_sp): Delete function and references.
9506 * inferior.h (write_sp): Delete declaration.
9507 * valops.c (hand_function_call): Replace write_sp with
9508 TARGET_WRITE_SP.
9509 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9510 (sparc_pop_frame): Ditto.
8ffd9b1b 9511
56056df7
AC
95122003-03-27 Andrew Cagney <cagney@redhat.com>
9513
9514 * NEWS: Mention removal of support for hppa*-*-bsd* and
9515 hppa*-*-osf* natives, and hppa*-*-pro* target.
9516 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9517 * config/pa/xm-pa.h: Obsolete file.
9518 * config/pa/xm-hppab.h: Obsolete file.
9519 * config/pa/nm-hppab.h: Obsolete file.
9520 * config/pa/tm-hppab.h: Obsolete file.
9521 * config/pa/tm-hppao.h: Obsolete file.
9522 * config/pa/nm-hppao.h: Obsolete file.
9523 * config/pa/tm-pro.h: Obsolete file.
9524 * config/pa/hppaosf.mt: Obsolete file.
9525 * config/pa/hppaosf.mh: Obsolete file.
9526 * config/pa/hppapro.mt: Obsolete file.
9527 * config/pa/hppabsd.mt: Obsolete file.
9528 * config/pa/hppabsd.mh: Obsolete file.
9529 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9530 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9531 hppa*-*-osf*.
9532
5873a88d
AC
95332003-03-27 Andrew Cagney <cagney@redhat.com>
9534
9535 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9536 push_arguments. Don't set push_return_address or write_sp.
9537 (d10v_push_dummy_call): Replace d10v_push_arguments.
9538 (d10v_push_return_address, d10v_write_sp): Delete function,
9539 handled by push_dummy_call.
9540
b81774d8
AC
95412003-03-26 Andrew Cagney <cagney@redhat.com>
9542
9543 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9544 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9545 regcache and dummy_addr parameters.
9546 * gdbarch.h, gdbarch.c: Re-generate.
9547 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9548 available; assume it will handle stack alignment and return
9549 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9550 legacy_push_arguments.
9551 (legacy_push_arguments): Rename default_push_arguments.
9552 * value.h (legacy_push_arguments): Rename default_push_arguments.
9553 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9554 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9555 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9556 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9557 * config/i386/tm-symmetry.h: Update.
9558 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9559 * x86-64-tdep.c (x86_64_init_abi): Update.
9560 * v850-tdep.c (v850_gdbarch_init): Update.
9561 * sparc-tdep.c (sparc_gdbarch_init): Update.
9562 * sh-tdep.c (sh_gdbarch_init): Update.
9563 * s390-tdep.c (s390_gdbarch_init): Update.
9564 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9565 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9566 * mips-tdep.c (mips_gdbarch_init): Update.
9567 * mcore-tdep.c (mcore_gdbarch_init): Update.
9568 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9569 * ia64-tdep.c (ia64_gdbarch_init): Update.
9570 * i386-tdep.c (i386_gdbarch_init): Update.
9571 * hppa-tdep.c (hppa_gdbarch_init): Update.
9572 * h8300-tdep.c (h8300_gdbarch_init): Update.
9573 * frv-tdep.c (frv_gdbarch_init): Update.
9574 * d10v-tdep.c (d10v_gdbarch_init): Update.
9575 * cris-tdep.c (cris_gdbarch_init): Update.
9576 * avr-tdep.c (avr_gdbarch_init): Update.
9577 * arm-tdep.c (arm_gdbarch_init): Update.
9578 * arm-linux-tdep.c (arm_linux_init_abi): Update.
9579 * alpha-tdep.c (alpha_gdbarch_init): Update.
9580
f541410f
DJ
95812003-03-26 Daniel Jacobowitz <drow@mvista.com>
9582
9583 * signals/signals.c (do_target_signal_to_host): Correct realtime
9584 signal range test.
9585
69f567ae
DJ
95862003-03-26 Daniel Jacobowitz <drow@mvista.com>
9587
9588 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
9589 (struct sal_chain, map_catch_names): Remove.
9590 (catch_exception_command_1): Don't call
9591 handle_gnu_4_16_catch_command.
9592
d5d14a5a
DJ
95932003-03-26 Daniel Jacobowitz <drow@mvista.com>
9594
9595 From Mark Dettinger <dettinge@de.ibm.com>:
9596 * dwarf2cfi.c (read_2u): Increment pointer by two.
9597
bdd73e22
DJ
95982003-03-26 Daniel Jacobowitz <drow@mvista.com>
9599
9600 * signals/signals.c: Fix typos in last change.
9601
960cb555
DJ
96022003-03-26 Daniel Jacobowitz <drow@mvista.com>
9603
9604 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
9605 not already defined. Use __SIGRTMIN if available.
9606 (target_signal_from_host): Remove SIGRTMIN block.
9607 (do_target_signal_to_host): Remove SIGRTMIN block; check that
9608 the signal is within the realtime range.
9609
f636b87d
AF
96102003-03-25 Adam Fedor <fedor@gnu.org>
9611
9612 * Makefile.in (infrun.o): Add $(language_h)
9613 * infrun.c (handle_inferior_event): Use skip_language_trampoline
9614 for language specific trampolines.
9615 * language.h (struct language_defn): Add skip_trampoline.
9616 (skip_language_trampoline): Declare.
9617 * language.c (unk_lang_trampoline, skip_language_trampoline):
9618 New functions.
9619 (unknown_language_defn, auto_language_defn, local_language_defn):
9620 Add ukn_lang_trampoline.
9621 * ada-lang.c (ada_language_defn): Add NULL for language
9622 specific skip_trampoline.
9623 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
9624 scm-lang.c: Likewise.
9625 * objc-lang.c (objc_skip_trampoline): New function.
9626 (objc_language_defn): Add objc_skip_trampoline.
9627
28f617b3 96282003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
9629
9630 * frame.c (get_prev_frame): Delay validating a frame's ID -
9631 non-NULL, didn't go backwards - until an attempt to unwind it to
9632 the previous frame.
9633
f933a9c5
AC
96342003-03-25 Andrew Cagney <cagney@redhat.com>
9635
9636 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
9637 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
9638 * gdbarch.h, gdbarch.c: Re-generate.
9639 * config/sparc/tm-sparc.h
9640 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
9641 * sparc-tdep.c (sparc_gdbarch_init): Set
9642 deprecated_extra_stack_alignment_needed.
9643 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9644 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
9645 extra_stack_alignment_needed.
9646 * v850-tdep.c (v850_gdbarch_init): Ditto.
9647 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9648 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9649 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9650 * cris-tdep.c (cris_gdbarch_init): Ditto.
9651 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9652 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 9653
4183d812
AC
96542003-03-25 Andrew Cagney <cagney@redhat.com>
9655
9656 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
9657 STORE_STRUCT_RETURN.
9658 * gdbarch.h, gdbarch.c: Regenerate.
9659 * d10v-tdep.c (d10v_store_struct_return): Delete function.
9660 (d10v_push_arguments): Set the struct return register.
9661 (d10v_gdbarch_init): Update.
9662 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9663 * x86-64-tdep.c (x86_64_init_abi): Update.
9664 * vax-tdep.c (vax_gdbarch_init): Update.
9665 * v850-tdep.c (v850_gdbarch_init): Update.
9666 * sparc-tdep.c (sparc_gdbarch_init): Update.
9667 * sh-tdep.c (sh_gdbarch_init): Update.
9668 * s390-tdep.c (s390_gdbarch_init): Update.
9669 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9670 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9671 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9672 * mips-tdep.c (mips_gdbarch_init): Update.
9673 * mcore-tdep.c (mcore_gdbarch_init): Update.
9674 * m68k-tdep.c (m68k_gdbarch_init): Update.
9675 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9676 * ia64-tdep.c (ia64_gdbarch_init): Update.
9677 * i386-tdep.c (i386_gdbarch_init): Update.
9678 * hppa-tdep.c (hppa_gdbarch_init): Update.
9679 * h8300-tdep.c (h8300_gdbarch_init): Update.
9680 * frv-tdep.c (frv_gdbarch_init): Update.
9681 * cris-tdep.c (cris_gdbarch_init): Update.
9682 * avr-tdep.c (avr_gdbarch_init): Update.
9683 * arm-tdep.c (arm_gdbarch_init): Update.
9684 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 9685
1bf6d5cc
AC
96862003-03-25 Andrew Cagney <cagney@redhat.com>
9687
9688 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
9689 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
9690 CALL_DUMMY_STACK_ADJUST with a predicate variable.
9691 * gdbarch.h, gdbarch.c: Regenerate.
9692 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9693 call_dummy_stack_adjust_p.
9694 * vax-tdep.c (vax_gdbarch_init): Ditto.
9695 * v850-tdep.c (v850_gdbarch_init): Ditto.
9696 * sh-tdep.c (sh_gdbarch_init): Ditto.
9697 * s390-tdep.c (s390_gdbarch_init): Ditto.
9698 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9699 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9700 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9701 * mips-tdep.c (mips_gdbarch_init): Ditto.
9702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9703 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9704 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9705 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9706 * i386-tdep.c (i386_gdbarch_init): Ditto.
9707 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9708 * frv-tdep.c (frv_gdbarch_init): Ditto.
9709 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9710 * cris-tdep.c (cris_gdbarch_init): Ditto.
9711 * avr-tdep.c (avr_gdbarch_init): Ditto.
9712 * arm-tdep.c (arm_gdbarch_init): Ditto.
9713 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9714 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9715 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
9716 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
9717 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
9718 call_dummy_stack_adjust_p.
9719 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
9720 (CALL_DUMMY_STACK_ADJUST): Delete macro.
9721 * sparc-tdep.c (sparc32_push_arguments): Update.
9722 * valops.c (hand_function_call): Update.
9723
71c08af0
CV
97242003-03-25 Corinna Vinschen <vinschen@redhat.com>
9725
9726 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
9727 set_gdbarch_char_signed.
9728
30757f90
RE
97292003-03-25 Richard Earnshaw <rearnsha@arm.com>
9730
9731 PR cli/548
9732 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
9733
03d48a7d
RE
97342003-03-25 Richard Earnshaw <rearnsha@arm.com>
9735
9736 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
9737 (_initialize_arm_tdep): Don't set tm_print_insn.
9738
2cf6873c
AF
97392003-03-24 Adam Fedor <fedor@gnu.org>
9740
9741 * Makefile.in (YYOBJ): Add objc-exp.tab.o
9742 * objc-lang.h: Add multiple inclusion protection.
9743 (start_msglist, add_msglist, end_msglist): Additional declarations.
9744
17c0759e
RE
97452003-03-24 Richard Earnshaw <rearnsha@arm.com>
9746
9747 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
9748 value was renamed to ARM_FLOAT_SOFT_FPA.
9749
618ce49f
AC
97502003-03-23 Andrew Cagney <cagney@redhat.com>
9751
9752 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
9753 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
9754 * gdbarch.h, gdbarch.c: Regenerate.
9755 * valops.c (hand_function_call): Update.
9756 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9757 * frame.c (legacy_saved_regs_this_id): Update.
9758 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
9759 * dummy-frame.h: Update.
9760 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
9761 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
9762 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
9763 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
9764 * config/m68k/tm-sun3.h: Update.
9765 * blockframe.c (inside_main_func, frame_chain_valid): Update.
9766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9767 * x86-64-tdep.c (x86_64_init_abi): Update.
9768 * vax-tdep.c (vax_gdbarch_init): Update.
9769 * v850-tdep.c (v850_gdbarch_init): Update.
9770 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
9771 * sh-tdep.c (sh_gdbarch_init): Update.
9772 * s390-tdep.c (s390_gdbarch_init): Update.
9773 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
9774 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
9775 (frame_get_saved_regs): Update.
9776 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9777 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9778 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9779 * mips-tdep.c (mips_gdbarch_init): Update.
9780 * mcore-tdep.c (mcore_gdbarch_init): Update.
9781 * m68k-tdep.c (m68k_gdbarch_init): Update.
9782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9783 * ia64-tdep.c (ia64_gdbarch_init): Update.
9784 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
9785 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9786 (i386_interix_back_one_frame): Update.
9787 * hppa-tdep.c (hppa_gdbarch_init): Update.
9788 (hppa_init_extra_frame_info): Update.
9789 * h8300-tdep.c (h8300_gdbarch_init): Update.
9790 * frv-tdep.c (frv_gdbarch_init): Update.
9791 * cris-tdep.c (cris_gdbarch_init): Update.
9792 * avr-tdep.c (avr_gdbarch_init): Update.
9793 * arm-tdep.c (arm_gdbarch_init): Update.
9794 * alpha-tdep.c (alpha_gdbarch_init): Update.
9795
fd50bc42
RE
97962003-03-22 Richard Earnshaw <rearnsha@arm.com>
9797
9798 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
9799 (arm_get_fp_model): Declare.
9800 * arm-tdep.c (fp_model_strings): New string array.
9801 (arm_fp_model, current_fp_model): New variables.
9802 (arm_get_fp_model): New function.
9803 (arm_set_fp): New function.
9804 (set_fp_model_sfunc): New function.
9805 (show_fp_model): New function.
9806 (_initialize_arm_tdep): Add new command to set/show the FPU.
9807 (arm_extract_return_value): Use arm_get_fp_model.
9808 (arm_store_return_value): Likewise.
9809 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
9810 to initialize the floating-point data types.
9811 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
9812 model is FPA.
9813
26304000
RE
98142003-03-22 Richard Earnshaw <rearnsha@arm.com>
9815
9816 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
9817 the current setting of each value.
9818 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 9819 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
9820 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
9821 commands and add new version as subcommands of "set/show arm".
9822
afd7eef0
RE
98232003-03-22 Richard Earnshaw <rearnsha@arm.com>
9824
9825 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
9826 (set_arm_command, show_arm_command): New functions.
9827 (_initialize_arm_tdep): Add them.
9828 (num_disassembly_options): Renamed from num_flavor_options.
9829 (valid_disassembly_styles): Renamed from valid_flavors.
9830 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 9831 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
9832 set_disassembly_flavor_sfunc.
9833 (set_disassembly_style): Renamed from set_disassembly_flavor.
9834 (arm_othernames): Updated.
9835 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
9836 command. Add "set/show arm disassembly" commands. Deprecate
9837 "othernames" command.
9838
299a7944
RE
98392003-03-22 Richard Earnshaw <rearnsha@arm.com>
9840
9841 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
9842 (arm-tdep.o): Depend on elf_arm_h.
9843
c1dac9e6
RE
98442003-03-22 Richard Earnshaw <rearnsha@arm.com>
9845
9846 * Makefile.in (coff_internal_h): Define.
9847 (arm-tdep.o): Update dependencies.
9848
2702d96c
RE
98492003-03-22 Richard Earnshaw <rearnsha@arm.com>
9850
9851 * arm-tdep.c (prologue_cache): Delete.
9852 (check_prologue_cache, save_prologue_cache): Delete.
9853 (arm_scan_prologue): Don't check or update the prologue_cache.
9854 (arm_gdb_arch_init): Don't initialize it.
9855 (_initialize_arm_tdep): Likewise.
9856
27d5d74b
SC
98572003-03-21 Stephane Carrez <stcarrez@nerim.fr>
9858
9859 * MAINTAINERS (tui): Maintainer of tui code.
9860
1762d96d
CV
98612003-03-21 Corinna Vinschen <vinschen@redhat.com>
9862
9863 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
9864 (i386-cygwin-tdep.o): Add dependencies.
9865 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
9866 * i386-cygwin-tdep.c: New file.
9867 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
9868 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
9869
4c2e2391
AC
98702003-03-20 Andrew Cagney <cagney@redhat.com>
9871
f20d38b7
AC
9872 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
9873 (handle_inferior_event): Remove code calling
9874 DYNAMIC_TRAMPOLINE_NEXTPC.
9875
0022b738
AC
9876 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
9877 already has a full path.
9878
864dbc90
AC
9879 * main.c (gdb_main): Return 1.
9880 (captured_main): Call error to report an invalid interpreter.
9881
4c2e2391
AC
9882 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
9883 * alpha-osf1-tdep.c: Include "gdb_string.h".
9884
5ef7553b
JB
98852003-03-19 J. Brobecker <brobecker@gnat.com>
9886
9887 Continuing work to convert the hppa targets to multiarch partial.
9888
9889 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
9890 method, now that hppa_push_dummy_frame has a conformant prototype.
9891 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
9892 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
9893 for the switch to multiarch partial.
9894
7bde8967
KB
98952003-03-19 Kevin Buettner <kevinb@redhat.com>
9896
9897 * mdebugread.c (parse_symbol): For stEnd, we're done counting
9898 when iss is issNull.
9899
b006a9e9
KB
99002003-03-18 Kevin Buettner <kevinb@redhat.com>
9901
9902 * mips-tdep.c (mips_register_name): Fix fencepost error involving
9903 NUM_REGS bounds check.
9904
5e2e9765
KB
99052003-03-18 Kevin Buettner <kevinb@redhat.com>
9906
9907 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
9908 * mips-tdep.c (gdb_assert.h): Include.
9909 (mips_generic_reg_names, mips_processor_reg_names): Make static.
9910 (mips_register_name): Handle integer registers explicitly. Add
9911 bounds checking.
9912 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
9913 (mips_lsi33k_reg_names): Don't list integer registers; they're
9914 handled by mips_register_name() now.
9915 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
9916 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
9917 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
9918 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
9919 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
9920
a2867626
AC
99212003-03-18 Andrew Cagney <cagney@redhat.com>
9922
9923 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
9924 a void pointer.
9925 * gdbtypes.h (print_scalar_formatted): Update declaration.
9926 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
9927
06600e06
JB
99282003-03-18 J. Brobecker <brobecker@gnat.com>
9929
9930 * infrun.c (observer.h): Add #include.
9931 (normal_stop): Add call to observer_notify_normal_stop.
9932 * Makefile.in (infrun.o): Add dependency on observer.h.
9933
7daf4f5b
JB
99342003-03-18 J. Brobecker <brobecker@gnat.com>
9935
9936 Continuing work to convert the hppa targets to multiarch partial.
9937 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
9938 parameter. Reformat comment.
9939 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
9940 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
9941 to match new profile.
9942
3371ccc0
JB
99432003-03-18 J. Brobecker <brobecker@gnat.com>
9944
9945 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
9946 appear to be working in any case.
9947
4fbe891e
JB
99482003-03-18 J. Brobecker <brobecker@gnat.com>
9949
9950 * observer.c (observer_test_first_observer): New static variable.
9951 (observer_test_second_observer): Likewise.
9952 (observer_test_third_observer): Likewise.
9953 (observer_test_first_notification_function): New static function.
9954 (observer_test_second_notification_function): Likewise.
9955 (observer_test_third_notification_function): Likewise.
9956
a7ff40e7
JB
99572003-03-17 J. Brobecker <brobecker@gnat.com>
9958
9959 * hppa-tdep.c (gdb_assert.h): Add missing #include.
9960 * somsolib.c (gdb_assert.h): Likewise.
9961 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
9962 (somsolib.o): Likewise.
9963
26ca4152
AC
99642003-03-17 Andrew Cagney <cagney@redhat.com>
9965
9966 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
9967 BFD. Simplify setting of di.endian.
9968
0a613259
AC
99692003-03-17 Andrew Cagney <cagney@redhat.com>
9970
9971 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
9972 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
9973
9974 From Elena Zannoni <ezannoni@redhat.com>
9975 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
9976 vector and floating-point parameters.
9977 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
9978 convention.
9979 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
9980
1132738f
FN
99812003-03-17 Fernando Nasser <fnasser@redhat.com>
9982
9983 * MAINTAINERS: Remove my name from several maintainership roles.
9984
6dc42492
AC
99852003-03-17 Andrew Cagney <cagney@redhat.com>
9986
9987 Fix frame off-by-one bug.
9988 * frame-unwind.h (frame_this_id_ftype): Replace
9989 frame_unwind_id_ftype.
9990 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
9991 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
9992 with "prev_register".
9993 * frame-unwind.c (frame_unwind_find_by_pc): Return
9994 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
9995 comment.
9996 * dummy-frame.c (cached_find_dummy_frame): Delete function.
9997 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
9998 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
9999 (dummy_frame_unwind): Update.
10000 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10001 sentinel_frame_register_unwind.
10002 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10003 (sentinel_frame_unwinder): Update.
10004 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10005 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10006 * frame.c (create_sentinel_frame): Update. Initialize
10007 "prologue_cache" instead of "unwind_cache".
10008 (frame_register_unwind): Call this frame's prev_register with the
10009 next frame and this frame's prologue cache.
10010 (get_prev_frame): Simplify. Always call prev frame's this_id with
10011 this frame and prev frame's prologue cache. Document that this
10012 call is shifted one to the left when compared to the
10013 frame_register_unwind call.
10014 (legacy_saved_regs_prev_register): Replace
10015 frame_saved_regs_register_unwind.
10016 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10017 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10018 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10019 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10020 (d10v_frame_unwind): Update.
10021 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10022 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10023 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10024 "saved_regs" with "this_saved_regs".
10025
efd710d6
AC
100262003-03-16 Andrew Cagney <cagney@redhat.com>
10027
10028 * frame.c (frame_pop): Don't call target_store_registers. Fix
10029 problem reported by Mark Kettenis.
10030
4e259f09
MK
100312003-03-16 Mark Kettenis <kettenis@gnu.org>
10032
10033 * i386-tdep.c (i386_register_type): Renamed from
10034 i386_register_virtual_type. Adjust function signature.
10035 (i386_gdbarch_init): Set register_type instead of
10036 deprecated_max_register_raw_size,
10037 deprecated_max_register_virtual_size and register_virtual_type.
10038
055bb976
AC
100392003-03-14 Andrew Cagney <cagney@redhat.com>
10040
10041 * frame.c (get_prev_frame): When a legacy frame, always call
10042 legacy_get_prev_frame. Simplify unwind code using assumption that
10043 the unwinder is new.
10044 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10045 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10046 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10047
ac2adee5
AC
100482003-03-14 Andrew Cagney <cagney@redhat.com>
10049
10050 * frame.c (get_saved_register): Delete function.
10051 * frame.h (get_saved_register): Delete declaration.
10052 * xstormy16-tdep.c: Update comment.
10053 * regcache.h: Update comments.
10054 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10055 get_saved_register and extract_address, use
10056 frame_read_unsigned_register.
10057 (sparc_frame_saved_pc): Ditto.
10058 (sparc_get_saved_register): Instead of get_saved_register, use
10059 frame_register.
10060 (sparc_pop_frame): Ditto.
10061 * findvar.c: Update comments.
10062 (value_of_register): Call frame_register instead of
10063 get_saved_register.
10064 (value_from_register): Ditto.
10065 * config/sparc/tm-sparc.h: Update comment.
10066 * breakpoint.c: Update comment.
10067
129c1cd6
AC
100682003-03-14 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10071 GET_SAVED_REGISTER.
10072 * gdbarch.h, gdbarch.c: Re-generate.
10073 * frame.h: Update comments.
10074 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10075 * x86-64-tdep.c (x86_64_init_abi): Update.
10076 * sparc-tdep.c (sparc_gdbarch_init): Update.
10077 * sh-tdep.c (sh_gdbarch_init): Update.
10078 * mips-tdep.c (mips_gdbarch_init): Update.
10079 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10080 * cris-tdep.c (cris_gdbarch_init): Update.
10081 * ia64-tdep.c (ia64_gdbarch_init): Update.
10082 * frame.c (frame_register): Update.
10083 (get_saved_register): Update.
10084 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 10085
749b82f6
AC
100862003-03-13 Andrew Cagney <cagney@redhat.com>
10087
10088 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10089 * gdbarch.h, gdbarch.c: Regenerate.
10090 * valops.c (hand_function_call): Update comment.
10091 * stack.c (return_command): Update comment.
10092 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10093 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10094 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10095 * x86-64-tdep.c (x86_64_init_abi): Update.
10096 * vax-tdep.c (vax_gdbarch_init): Update.
10097 * v850-tdep.c (v850_gdbarch_init): Update.
10098 * sparc-tdep.c (sparc_gdbarch_init): Update.
10099 * sh-tdep.c (sh_gdbarch_init): Update.
10100 * s390-tdep.c (s390_gdbarch_init): Update.
10101 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10102 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10103 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10104 * mips-tdep.c (mips_gdbarch_init): Update.
10105 * mcore-tdep.c (mcore_gdbarch_init): Update.
10106 * m68k-tdep.c (m68k_gdbarch_init): Update.
10107 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10108 * ia64-tdep.c (ia64_gdbarch_init): Update.
10109 * i386-tdep.c (i386_gdbarch_init): Update.
10110 * hppa-tdep.c (hppa_gdbarch_init): Update.
10111 * h8300-tdep.c (h8300_gdbarch_init): Update.
10112 * frv-tdep.c (frv_gdbarch_init): Update.
10113 * cris-tdep.c (cris_gdbarch_init): Update.
10114 * avr-tdep.c (avr_gdbarch_init): Update.
10115 * arm-tdep.c (arm_gdbarch_init): Update.
10116 * alpha-tdep.c (alpha_gdbarch_init): Update.
10117
1594fa56
AC
101182003-03-13 Andrew Cagney <cagney@redhat.com>
10119
10120 * frame.c (legacy_frame_p): New function.
10121 (get_prev_frame): Use legacy_frame_p.
10122 * frame.h (legacy_frame_p): Declare.
10123
7717fda3
V
101242003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10125
fbe586ae 10126 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
10127 listing corrected.
10128
0c67cbe9
V
101292003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10130
fbe586ae 10131 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 10132
03febf99
AC
101332003-03-12 Andrew Cagney <cagney@redhat.com>
10134
10135 * frame.c (get_prev_frame): Rename the frame parameter to
10136 "this_frame".
10137 (get_next_frame, legacy_get_prev_frame): Ditto.
10138
0a1e1ca1
AC
101392003-03-12 Andrew Cagney <cagney@redhat.com>
10140
10141 * frame.c (get_current_frame): Check target_has_registers before
10142 checking target_has_stack.
10143 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10144 instead of deprecated_selected_frame.
10145 * findvar.c (value_of_register): Pass "frame", not
10146 deprecated_selected_frame, to value_of_builtin_reg.
10147
a66a9c23
AC
101482003-03-12 Andrew Cagney <cagney@redhat.com>
10149
10150 * regcache.c (regcache_cooked_write_signed): New function.
10151 (regcache_cooked_write_unsigned): New function.
10152 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10153 (regcache_cooked_read_signed): Fix regnum in range assertion.
10154 * regcache.h (regcache_cooked_write_signed): Declare.
10155 (regcache_cooked_write_unsigned): Declare.
10156
8bedc050
AC
101572003-03-12 Andrew Cagney <cagney@redhat.com>
10158
10159 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10160 * gdbarch.h, gdbarch.c: Re-generate.
10161 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10162 * x86-64-tdep.h: Update.
10163 * x86-64-tdep.c (x86_64_init_abi): Update.
10164 * v850-tdep.c (v850_gdbarch_init): Update.
10165 * sparc-tdep.c (sparc_gdbarch_init): Update.
10166 * sh-tdep.c (sh_gdbarch_init): Update.
10167 * s390-tdep.c (s390_gdbarch_init): Update.
10168 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10169 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10170 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10171 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10172 * mips-tdep.c (mips_gdbarch_init): Update.
10173 * mcore-tdep.c (mcore_gdbarch_init): Update.
10174 * m68k-tdep.c (m68k_gdbarch_init): Update.
10175 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10176 * ia64-tdep.c (ia64_gdbarch_init): Update.
10177 * i386-tdep.c (i386_gdbarch_init): Update.
10178 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10179 * hppa-tdep.c (hppa_gdbarch_init): Update.
10180 * h8300-tdep.c (h8300_gdbarch_init): Update.
10181 * frv-tdep.c (frv_gdbarch_init): Update.
10182 * cris-tdep.c (cris_gdbarch_init): Update.
10183 * avr-tdep.c (avr_gdbarch_init): Update.
10184 * arm-tdep.c (arm_gdbarch_init): Update.
10185 * alpha-tdep.c (alpha_gdbarch_init): Update.
10186 * sh-tdep.c (sh_init_extra_frame_info): Update.
10187 (sh64_init_extra_frame_info): Update.
10188 * ns32knbsd-nat.c (frame_num_args): Update.
10189 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10190 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10191 (xstormy16_frame_chain_valid): Update.
10192 * vax-tdep.c (vax_saved_pc_after_call): Update.
10193 * v850-tdep.c (v850_frame_chain): Update.
10194 (v850_pop_frame): Update.
10195 (v850_init_extra_frame_info): Update.
10196 * sparc-tdep.c (setup_arbitrary_frame): Update.
10197 * ns32k-tdep.c (umax_frame_num_args): Update.
10198 * s390-tdep.c (s390_pop_frame_regular): Update.
10199 * mn10300-tdep.c (mn10300_frame_chain): Update.
10200 (mn10300_pop_frame_regular): Update.
10201 (mn10300_init_extra_frame_info): Update.
10202 * mips-tdep.c (mips_init_frame_pc_first): Update.
10203 (mips_frame_chain): Update.
10204 (mips_pop_frame): Update.
10205 * mcore-tdep.c (mcore_frame_chain): Update.
10206 (mcore_pop_frame): Update.
10207 (mcore_init_extra_frame_info): Update.
10208 * arch-utils.c (init_frame_pc_default): Update.
10209 * m68k-tdep.c (isi_frame_num_args): Update.
10210 (delta68_frame_num_args): Update.
10211 (news_frame_num_args): Update.
10212 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10213 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10214 (alpha_frame_chain): Update.
10215 (alpha_pop_frame): Update.
10216 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10217 (hppa_init_extra_frame_info): Update.
10218 (hppa_frame_chain): Update.
10219 (hppa_frame_chain_valid): Update.
10220 * cris-tdep.c (cris_init_extra_frame_info): Update.
10221 * avr-tdep.c (avr_init_extra_frame_info): Update.
10222 * arm-tdep.c (arm_frame_chain_valid): Update.
10223 (arm_init_extra_frame_info): Update.
10224 (arm_pop_frame): Update.
10225 * frame.c (frame_pc_unwind): Update.
10226 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10227 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10228 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10229 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10230 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10231 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10232
7a25a7c1
AC
102332003-03-12 Andrew Cagney <cagney@redhat.com>
10234
10235 Eliminate the need for POP_FRAME.
10236 * frame.c (do_frame_unwind_register): New function.
10237 (frame_pop): When no POP_FRAME, pop the frame using register
10238 unwind and a scratch regcache.
10239 (frame_saved_regs_pop): Delete function.
10240 (trad_frame_unwinder): Update.
10241 * d10v-tdep.c (d10v_frame_pop): Delete function.
10242 (d10v_frame_unwind): Update.
10243 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10244 (sentinel_frame_unwinder): Update.
10245 * dummy-frame.c (dummy_frame_pop): Delete function.
10246 (dummy_frame_unwind): Update.
10247 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10248 (struct frame_unwind): Update.
10249
2f38ef89
KB
102502003-03-11 Kevin Buettner <kevinb@redhat.com>
10251
10252 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10253 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10254 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10255 Do range checks on register number obtained from debugging info.
10256 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10257 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10258 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10259 mapping function.
10260 (do_fp_register_row): Fix typo which caused double type to be
10261 used when attempting to unpack a float.
10262
552f4abf
JB
102632003-03-11 J. Brobecker <brobecker@gnat.com>
10264
10265 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10266
e0d2ae16
AC
102672003-03-11 Andrew Cagney <cagney@redhat.com>
10268
10269 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10270 frame. Problem found by Corinna Vinschen.
10271
ddbfdd06
PM
102722003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10273
10274 * doublest.c (floatformat_from_length): Accept also
10275 the real size of 'long double' type.
10276
088b2ddc 102772003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 10278
088b2ddc 10279 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
10280 * breakpoint.c (bpstat_copy): Copy the command lines as well
10281 as the old value, to match what is freed in bpstat_clear.
10282
f56f77c1
DC
102832003-03-10 David Carlton <carlton@math.stanford.edu>
10284
10285 * minsyms.c (add_minsym_to_hash_table): Replace
10286 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10287 (compare_minimal_symbols, compact_minimal_symbols)
10288 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10289 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10290 of DEPRECATED_SYMBOL_MATCHES_NAME.
10291 (lookup_minimal_symbol_solib_trampoline): Ditto.
10292
5602984a
AC
102932003-03-10 Andrew Cagney <cagney@redhat.com>
10294
10295 * regcache.h (regcache_cooked_read_ftype): Define.
10296 (regcache_save, regcache_restore): Add a cooked_read parameter.
10297 * regcache.c (regcache_save, regcache_restore): Update.
10298 (do_cooked_read): New function.
10299 (regcache_cpy): Pass do_cooked_read to regcache_save and
10300 regcache_restore.
10301
8bedc050
AC
103022003-03-10 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10305 * gdbarch.h, gdbarch.c: Re-generate.
10306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10307 * x86-64-tdep.h: Update.
10308 * x86-64-tdep.c (x86_64_init_abi): Update.
10309 * v850-tdep.c (v850_gdbarch_init): Update.
10310 * sparc-tdep.c (sparc_gdbarch_init): Update.
10311 * sh-tdep.c (sh_gdbarch_init): Update.
10312 * s390-tdep.c (s390_gdbarch_init): Update.
10313 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10314 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10315 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10316 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10317 * mips-tdep.c (mips_gdbarch_init): Update.
10318 * mcore-tdep.c (mcore_gdbarch_init): Update.
10319 * m68k-tdep.c (m68k_gdbarch_init): Update.
10320 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10321 * ia64-tdep.c (ia64_gdbarch_init): Update.
10322 * i386-tdep.c (i386_gdbarch_init): Update.
10323 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10324 * hppa-tdep.c (hppa_gdbarch_init): Update.
10325 * h8300-tdep.c (h8300_gdbarch_init): Update.
10326 * frv-tdep.c (frv_gdbarch_init): Update.
10327 * cris-tdep.c (cris_gdbarch_init): Update.
10328 * avr-tdep.c (avr_gdbarch_init): Update.
10329 * arm-tdep.c (arm_gdbarch_init): Update.
10330 * alpha-tdep.c (alpha_gdbarch_init): Update.
10331 * sh-tdep.c (sh_init_extra_frame_info): Update.
10332 (sh64_init_extra_frame_info): Update.
10333 * ns32knbsd-nat.c (frame_num_args): Update.
10334 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10335 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10336 (xstormy16_frame_chain_valid): Update.
10337 * vax-tdep.c (vax_saved_pc_after_call): Update.
10338 * v850-tdep.c (v850_frame_chain): Update.
10339 (v850_pop_frame): Update.
10340 (v850_init_extra_frame_info): Update.
10341 * sparc-tdep.c (setup_arbitrary_frame): Update.
10342 * ns32k-tdep.c (umax_frame_num_args): Update.
10343 * s390-tdep.c (s390_pop_frame_regular): Update.
10344 * mn10300-tdep.c (mn10300_frame_chain): Update.
10345 (mn10300_pop_frame_regular): Update.
10346 (mn10300_init_extra_frame_info): Update.
10347 * mips-tdep.c (mips_init_frame_pc_first): Update.
10348 (mips_frame_chain): Update.
10349 (mips_pop_frame): Update.
10350 * mcore-tdep.c (mcore_frame_chain): Update.
10351 (mcore_pop_frame): Update.
10352 (mcore_init_extra_frame_info): Update.
10353 * arch-utils.c (init_frame_pc_default): Update.
10354 * m68k-tdep.c (isi_frame_num_args): Update.
10355 (delta68_frame_num_args): Update.
10356 (news_frame_num_args): Update.
10357 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10358 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10359 (alpha_frame_chain): Update.
10360 (alpha_pop_frame): Update.
10361 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10362 (hppa_init_extra_frame_info): Update.
10363 (hppa_frame_chain): Update.
10364 (hppa_frame_chain_valid): Update.
10365 * cris-tdep.c (cris_init_extra_frame_info): Update.
10366 * avr-tdep.c (avr_init_extra_frame_info): Update.
10367 * arm-tdep.c (arm_frame_chain_valid): Update.
10368 (arm_init_extra_frame_info): Update.
10369 (arm_pop_frame): Update.
10370 * frame.c (frame_pc_unwind): Update.
10371 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10372 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10373 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10374 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10375 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10376 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 10377
12cc2063
AC
103782003-03-10 Andrew Cagney <cagney@redhat.com>
10379
10380 * gdbarch.sh (gdbarch_unwind_pc): New method.
10381 * gdbarch.h, gdbarch.c: Regenerate.
10382 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10383 but use read_pc and FRAME_SAVED_PC as fall backs.
10384 (frame_saved_regs_pc_unwind): Delete function.
10385 (trad_frame_unwinder): Update.
10386 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10387 (struct frame_unwind): Update.
10388 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10389 (dummy_frame_unwind): Update.
10390 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10391 (sentinel_frame_unwinder): Update.
10392 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10393 (d10v_frame_unwind): Update.
10394 (d10v_unwind_pc): New function.
10395 (d10v_gdbarch_init): Set unwind_pc.
10396
ef840a37
AC
103972003-03-10 Andrew Cagney <cagney@redhat.com>
10398
a2ce2e56
AC
10399 * gdbarch.h: Re-generate.
10400
ef840a37
AC
10401 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10402 PC.
10403 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10404 the PC register.
10405
08f3424b
MK
104062003-03-08 Mark Kettenis <kettenis@gnu.org>
10407
10408 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10409
1248ede2
AC
104102003-03-08 Andrew Cagney <cagney@redhat.com>
10411
10412 * cli-out.c: Update copyright.
10413 (cli_out_data): Define typedef. Use instead of ui_out_data.
10414
f49bacc8
AC
104152003-03-08 Andrew Cagney <cagney@redhat.com>
10416
10417 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10418 the result.
10419
9b05f993
AC
104202003-03-07 Andrew Cagney <cagney@redhat.com>
10421
10422 * gdbarch.sh: Don't generate two macro definitions when an
10423 undefined macro taking no arguments.
10424 * gdbarch.h: Regenerate.
8ffd9b1b 10425
166f4c7b
ML
104262002-03-07 Michal Ludvig <mludvig@suse.cz>
10427
10428 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10429 (x86_64_unwind_dummy_id): New functions.
10430 (x86_64_init_abi): Register these two new functions.
10431
6d686a84
ML
104322003-03-07 Michal Ludvig <mludvig@suse.cz>
10433
10434 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 10435 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
10436 separate function.
10437 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10438
6314f104
AC
104392003-03-05 Andrew Cagney <cagney@redhat.com>
10440
10441 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10442 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10443 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10444 to use unwind_dummy_id when a dummy frame.
10445 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10446 predicate.
10447 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 10448
ceea5145
AC
104492003-03-05 Andrew Cagney <cagney@redhat.com>
10450
10451 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10452 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10453 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10454 values.
10455
0d843116
AC
104562003-03-05 Andrew Cagney <cagney@redhat.com>
10457
10458 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10459 (struct d10v_unwind_cache): Delete field "frameless". Replace
10460 "next_addr" with "sp_offset". Add "r11_offset".
10461 (d10v_frame_unwind_cache): Update.
10462 (prologue_find_regs): Update. When "mv r11, sp", save the
10463 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10464 RN was saved in r11_offset.
10465
b2579786
AC
104662003-03-05 Andrew Cagney <cagney@redhat.com>
10467
10468 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10469 cached PC value in the next frame.
10470
218e5956
AC
104712003-03-05 Andrew Cagney <cagney@redhat.com>
10472
10473 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10474 "id_unwind_cache" with "id".
10475 (frame_id_unwind): Delete declaration.
10476 * frame.c (frame_id_unwind): Delete function.
10477 (get_prev_frame): Call the frame id unwind method directly. Store
10478 the returned next frame's ID value in NEXT_FRAME. Note that there
10479 is a problem with the wrong unwind ID being called with the wrong
10480 unwind cache.
10481
ed363b1b
DJ
104822003-03-05 Daniel Jacobowitz <drow@mvista.com>
10483
10484 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10485
fe1f4a5e
DJ
104862003-03-05 James Ingham <jingham@apple.com>
10487 Daniel Jacobowitz <drow@mvista.com>
10488
10489 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10490 (auto_cp_abi): New variable.
10491 (current_cp_abi, num_cp_abis): Make static.
10492 (CP_ABI_MAX): Define.
10493 (cp_abis): Turn into an array.
10494 (value_virtual_fn_field): Fix formatting.
10495 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10496 takes a pointer.
10497 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10498 (list_cp_abis, _initialize_cp_abi): New functions.
10499 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10500 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10501 switch_to_cp_abi. Update prototype for register_cp_abi.
10502 * Makefile.in (cp-abi.o): Update dependencies.
10503 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10504 instead of switch_to_cp_abi.
10505 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10506 register_cp_abi.
10507 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10508 register_cp_abi.
10509 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10510
e4adbba9
DJ
105112003-03-05 Daniel Jacobowitz <drow@mvista.com>
10512
10513 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10514 * dwarf2loc.c: Include "regcache.h".
10515 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10516 register_size.
10517 * Makefile.in (dwarf2loc.o): Update dependencies.
10518
91ccbfc1
TR
105192003-03-04 Theodore A. Roth <troth@openavr.org>
10520
10521 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10522 number of io registers reported by remote target is not a multiple of
10523 step.
10524
3d4e8fd2
DC
105252003-03-04 David Carlton <carlton@math.stanford.edu>
10526
10527 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10528 (lookup_symbol_aux_psymtabs): Update call to
10529 lookup_partial_symbol.
10530 (lookup_transparent_type, find_main_psymtab)
10531 (make_symbol_overload_list): Ditto.
10532
ed42d87b
KH
105332003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10534
10535 * MAINTAINERS (Write after approval): Update my email address.
10536
a0ed5532
AC
105372003-03-03 Andrew Cagney <cagney@redhat.com>
10538
10539 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10540 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10541 predicate. Replace MAX_REGISTER_RAW_SIZE.
10542 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10543 MAX_REGISTER_VIRTUAL_SIZE.
10544 * regcache.c (legacy_max_register_raw_size): New function.
10545 (legacy_max_register_virtual_size): New function.
10546 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10547 (MAX_REGISTER_RAW_SIZE): Define.
10548 (legacy_max_register_raw_size): Declare.
10549 (legacy_max_register_virtual_size): Declare.
10550 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10551 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10552 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10553 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10554 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10555 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10556 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10557 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10558 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
10559 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10560 * vax-tdep.c (vax_gdbarch_init): Update.
10561 * v850-tdep.c (v850_gdbarch_init): Update.
10562 * sparc-tdep.c (sparc_gdbarch_init): Update.
10563 * sh-tdep.c (sh_gdbarch_init): Update.
10564 * s390-tdep.c (s390_gdbarch_init): Update.
10565 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10566 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10567 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10568 * mips-tdep.c (mips_gdbarch_init): Update.
10569 * mcore-tdep.c (mcore_gdbarch_init): Update.
10570 * m68k-tdep.c (m68k_gdbarch_init): Update.
10571 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10572 * ia64-tdep.c (ia64_gdbarch_init): Update.
10573 * i386-tdep.c (i386_gdbarch_init): Update.
10574 * hppa-tdep.c (hppa_gdbarch_init): Update.
10575 * h8300-tdep.c (h8300_gdbarch_init): Update.
10576 * frv-tdep.c (frv_gdbarch_init): Update.
10577 * cris-tdep.c (cris_gdbarch_init): Update.
10578 * avr-tdep.c (avr_gdbarch_init): Update.
10579 * arm-tdep.c (arm_gdbarch_init): Update.
10580 * alpha-tdep.c (alpha_gdbarch_init): Update.
10581 * d10v-tdep.c (d10v_gdbarch_init): Do not set
10582 max_register_raw_size or max_register_virtual_size.
10583
8e437497
DC
105842003-03-03 David Carlton <carlton@math.stanford.edu>
10585
10586 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
10587 SYMBOL_MATCHES_NAME, add comment.
10588 (SYMBOL_MATCHES_NATURAL_NAME): New.
10589 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
10590 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
10591 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
10592 * symtab.c (lookup_partial_symbol): Use
10593 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
10594 unhelpful comment.
10595 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
10596 SYMBOL_MATCHES_NAME.
10597 Fix for PR c++/33.
10598
25120b0d
DC
105992003-03-03 David Carlton <carlton@math.stanford.edu>
10600
10601 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
10602 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
10603 by regexp matching against SYMBOL_NATURAL_NAME.
10604
78a11fb4
DC
106052003-03-03 David Carlton <carlton@math.stanford.edu>
10606
10607 * linespec.c (find_method): Extract code into collect_methods.
10608 (collect_methods): New.
10609
645dd519
MK
106102003-03-02 Mark Kettenis <kettenis@gnu.org>
10611
b4700d91
MK
10612 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
10613 get_frame_base.
10614
645dd519
MK
10615 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
10616 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10617
0aa7e1aa
SC
106182003-03-02 Stephane Carrez <stcarrez@nerim.fr>
10619
8ffd9b1b 10620 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
10621 and not regnum when summing the size of all registers up to regnum.
10622
f30ee0bc
AC
106232003-03-01 Andrew Cagney <cagney@redhat.com>
10624
10625 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
10626 FRAME_INIT_SAVED_REGS.
10627 * gdbarch.h, gdbarch.c: Regenerate.
10628 * stack.c (frame_info): Update.
10629 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
10630 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
10631 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
10632 * ns32k-tdep.c (ns32k_pop_frame): Update.
10633 * mips-tdep.c (mips_pop_frame): Update.
10634 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
10635 * ia64-tdep.c (ia64_frame_chain): Update.
10636 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
10637 (ia64_frameless_function_invocation): Update.
10638 (ia64_init_extra_frame_info): Update.
10639 (ia64_pop_frame_regular): Update.
10640 * frame.h (struct frame_info): Update comment.
10641 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
10642 * frame.c (frame_saved_regs_register_unwind): Update.
10643 (frame_saved_regs_register_unwind): Update.
10644 (deprecated_generic_get_saved_register): Update.
10645 * cris-tdep.c: Update comment.
10646 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
10647 Rename macro.
10648 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10649 * x86-64-tdep.c (x86_64_init_abi): Update.
10650 * vax-tdep.c (vax_gdbarch_init): Update.
10651 * v850-tdep.c (v850_gdbarch_init): Update.
10652 * sparc-tdep.c (sparc_gdbarch_init): Update.
10653 * sh-tdep.c (sh_gdbarch_init): Update.
10654 * s390-tdep.c (s390_gdbarch_init): Update.
10655 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10656 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10657 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10658 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10659 * mips-tdep.c (mips_gdbarch_init): Update.
10660 * mcore-tdep.c (mcore_gdbarch_init): Update.
10661 * m68k-tdep.c (m68k_gdbarch_init): Update.
10662 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10663 * ia64-tdep.c (ia64_gdbarch_init): Update.
10664 * i386-tdep.c (i386_gdbarch_init): Update.
10665 * frv-tdep.c (frv_gdbarch_init): Update.
10666 * avr-tdep.c (avr_gdbarch_init): Update.
10667 * arm-tdep.c (arm_gdbarch_init): Update.
10668 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 10669
42fa7c0f
AC
106702003-03-01 Andrew Cagney <cagney@redhat.com>
10671
10672 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
10673 option enum and switch. When no windows, set the interpreter to
10674 INTERP_CONSOLE.
8ffd9b1b 10675
49c7e338
AC
106762003-03-01 Andrew Cagney <cagney@redhat.com>
10677
10678 * main.c (captured_main): Replace magic option characters with an
10679 enum.
10680
e9582e71
AC
106812003-03-01 Andrew Cagney <cagney@redhat.com>
10682
10683 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
10684 INIT_EXTRA_FRAME_INFO.
10685 * gdbarch.h, gdbarch.c: Regenerate.
10686 * arm-tdep.c: Update comments.
10687 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
10688 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
10689 * frame.h, avr-tdep.c: Ditto.
10690 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
10691 (create_new_frame, legacy_get_prev_frame): Ditto.
10692 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10693 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
10694 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
10695 deprecated_init_extra_frame_info instead of init_extra_frame_info.
10696 * x86-64-tdep.c (x86_64_init_abi): Ditto.
10697 * v850-tdep.c (v850_gdbarch_init): Ditto.
10698 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10699 * sh-tdep.c (sh_gdbarch_init): Ditto.
10700 * s390-tdep.c (s390_gdbarch_init): Ditto.
10701 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
10702 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10703 * mips-tdep.c (mips_gdbarch_init): Ditto.
10704 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10705 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10706 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10707 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10708 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10709 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10710 * frv-tdep.c (frv_gdbarch_init): Ditto.
10711 * cris-tdep.c (cris_gdbarch_init): Ditto.
10712 * avr-tdep.c (avr_gdbarch_init): Ditto.
10713 * arm-tdep.c (arm_gdbarch_init): Ditto.
10714 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10715 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10716
35cac7cf
AC
107172003-03-01 Andrew Cagney <cagney@redhat.com>
10718
10719 * gdbarch.sh (register_type): New function with predicate.
10720 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
10721 * gdbarch.h, gdbarch.c: Re-generate.
10722 * arch-utils.c (generic_register_byte): Use generic_register_size.
10723 (generic_register_size): When available, use
10724 gdbarch_register_type.
10725 * regcache.c (init_regcache_descr): When available, initialize the
10726 register type array using gdbarch_register_type. If the
10727 architecture supplies gdbarch_register_type, do not use the legacy
10728 regcache layout.
10729 * d10v-tdep.c (d10v_register_type): Replace
10730 d10v_register_virtual_type.
10731 (d10v_gdbarch_init): Set register_type instead of
10732 register_virtual_type.
10733
7b83296f
AC
107342003-03-01 Andrew Cagney <cagney@redhat.com>
10735
10736 * Makefile.in (ax-gdb.o): Update dependencies.
10737 * ax-gdb.c: Include "regcache.h".
10738 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
10739 * findvar.c (value_of_register): Ditto.
10740 * infcmd.c (default_print_registers_info): Ditto.
10741
eadc1c87
MK
107422003-03-01 Mark Kettenis <kettenis@gnu.org>
10743
10744 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
10745 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
10746
14143612
MK
107472003-03-01 Mark Kettenis <kettenis@gnu.org>
10748
10749 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
10750 of STREQ.
10751
a55cc764
DJ
107522003-02-28 Daniel Jacobowitz <drow@mvista.com>
10753
10754 * Makefile.in (dwarf2loc.o): Update dependencies.
10755 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
10756 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
10757 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
10758 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
10759 (locexpr_tracepoint_var_ref): New function.
10760 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
10761
08a617da
AC
107622003-02-28 Andrew Cagney <cagney@redhat.com>
10763
10764 * regcache.c (register_size): New function.
10765 * regcache.h (register_size): Declare
10766 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
10767 max_register_size instead of MAX_REGISTER_RAW_SIZE.
10768
4224873a
DC
107692003-02-28 David Carlton <carlton@math.stanford.edu>
10770
10771 * linespec.c (decode_compound): Extract code into find_method.
10772 (find_method): New.
10773
ccdc5d7f
JB
107742003-02-28 J. Brobecker <brobecker@gnat.com>
10775
10776 * Makefile.in: Add rules to build and link in observer.o.
10777
974e8ced
JB
107782003-02-27 J. Brobecker <brobecker@gnat.com>
10779
10780 * observer.c: Minor comments edits.
10781
7a28f973
JB
107822003-02-27 J. Brobecker <brobecker@gnat.com>
10783
10784 * observer.h, observer.c: New file.
10785
27cddce2
AC
107862003-02-27 Andrew Cagney <cagney@redhat.com>
10787
10788 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
10789
b94a41a1
SC
107902003-02-27 Stephane Carrez <stcarrez@nerim.fr>
10791
10792 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
10793 (M6812_OP_STS_EXT): Likewise.
10794 (m6811_prologue): Use the above to recognize prologue.
10795 (m6812_prologue): Likewise.
10796
c8be8951
DC
107972003-02-27 David Carlton <carlton@math.stanford.edu>
10798
10799 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
10800 SYMBOL_PRINT_NAME.
10801 (compare_psymbols): Ditto.
10802 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
10803
d05bb1fc
MS
108042003-02-27 Michael Snyder <msnyder@redhat.com>
10805
4e845cd3
MS
10806 * f-lang.c (build_fortran_types): New function.
10807 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
10808 * doublest.c (extract_floating): Fix warning text.
10809
f3824013
AC
108102003-02-27 Andrew Cagney <cagney@redhat.com>
10811
10812 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
10813 predicate. Replaces PUSH_DUMMY_FRAME.
10814 * gdbarch.h, gdbarch.c: Regnerate.
10815 * valops.c (hand_function_call): Update. Call
10816 generic_push_dummy_frame directly.
10817 * vax-tdep.c (vax_gdbarch_init): Update.
10818 * sparc-tdep.c (sparc_gdbarch_init): Update.
10819 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10820 * m68k-tdep.c (m68k_gdbarch_init): Update.
10821 * hppa-tdep.c (hppa_gdbarch_init): Update.
10822 * alpha-tdep.c (alpha_gdbarch_init): Update.
10823 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10824 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
10825 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
10826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
10827 push_dummy_frame to generic_push_dummy_frame.
10828 * v850-tdep.c (v850_gdbarch_init): Ditto.
10829 * sh-tdep.c (sh_gdbarch_init): Ditto.
10830 * s390-tdep.c (s390_gdbarch_init): Ditto.
10831 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10832 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10833 * mips-tdep.c (mips_gdbarch_init): Ditto.
10834 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10835 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10836 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10837 * i386-tdep.c (i386_gdbarch_init): Ditto.
10838 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10839 * frv-tdep.c (frv_gdbarch_init): Ditto.
10840 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10841 * cris-tdep.c (cris_gdbarch_init): Ditto.
10842 * avr-tdep.c (avr_gdbarch_init): Ditto.
10843 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 10844
ad188201
KB
108452003-02-26 Kevin Buettner <kevinb@redhat.com>
10846
10847 * mips-tdep.c (show_mips_abi): New function.
10848 (_initialize_mips_tdep): Use show_mips_abi() to implement the
10849 command ``show mips abi''.
10850
6b37567a 108512003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 10852
6b37567a 10853 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 10854 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
10855 more sline entries have been seen for the function.
10856
d3e0a5bf
MC
108572003-02-26 Michael Chastain <mec@shout.net>
10858
10859 * configure: Regenerate with autoconf 000227.
10860
18972eea
MC
108612003-02-26 Michael Chastain <mec@shout.net>
10862
10863 Close PR build/660.
10864 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
10865 for old libc5/glibc.
10866 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
10867
0bbde931
KW
108682003-02-26 Kris Warkentin <kewarken@qnx.com>
10869
10870 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
10871 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
10872
27ca5dad
MC
108732003-02-26 Michael Chastain <mec@shout.net>
10874
10875 * configure.in: New variable HAVE_UINTPTR_T.
10876 * configure, config.in: Regenerated.
10877
6f88d630
DJ
108782003-02-26 Daniel Jacobowitz <drow@mvista.com>
10879
10880 Fix PR build/1097.
10881 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
10882
b14185ce
AC
108832003-02-25 Andrew Cagney <cagney@redhat.com>
10884
10885 * frame.c (get_prev_frame): Add comment on check for
10886 inside_entry_func. Only check for inside_entry_file when not a
10887 dummy and not a sentinel. Check that the new frame is not inner
10888 to the old frame.
10889
ac2bd0a9
AC
108902003-02-25 Andrew Cagney <cagney@redhat.com>
10891
10892 * frame.c (frame_debug): New variable.
10893 (_initialize_frame): Add "set/show debug frame" command.
10894 (get_prev_frame): When frame_debug, print reason why unwind
10895 failed.
10896
b18a0fd2
MC
108972003-02-25 Michael Chastain <mec@shout.net>
10898
10899 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
10900 to avoid uintptr_t definition problems.
10901
22abf04a
DC
109022003-02-25 David Carlton <carlton@math.stanford.edu>
10903
10904 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
10905 (SYMBOL_LINKAGE_NAME): Ditto.
10906 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
10907 SYMBOL_LINKAGE_NAME.
10908 (struct general_symbol_info): Expand comment.
10909 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
10910 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
10911 (SYMBOL_MATCHES_REGEXP): Ditto.
10912 * symtab.c (symbol_natural_name): New function.
10913 * objfiles.h: Replace all uses of SYMBOL_NAME by
10914 DEPRECATED_SYMBOL_NAME.
10915 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
10916 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
10917 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
10918 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
10919 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
10920 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
10921 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
10922 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
10923 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
10924 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
10925 * ada-exp.y: Ditto.
10926 * ada-exp.y: Update copyright.
10927 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
10928 * cp-valprint.c: Ditto.
10929
1a5848f6
JJ
109302003-02-25 Jeff Johnston <jjohnstn@redhat.com>
10931
10932 * infptrace.c (detach): Do not flag error if ptrace detach fails
10933 and errno is set to ESRCH.
10934
7343d46a
AC
109352003-02-24 Andrew Cagney <cagney@redhat.com>
10936
10937 * infptrace.c (udot_info): Change type of udot_off to long. Use
10938 paddr when printing udot_off's value.
10939
49fa1dc2
DC
109402003-02-24 David Carlton <carlton@math.stanford.edu>
10941
10942 * symtab.c (make_symbol_overload_list): Only read in partial
10943 symtabs containing a matching partial symbol.
10944
0fe19209
DC
109452003-02-24 David Carlton <carlton@math.stanford.edu>
10946
10947 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
10948 do the comparison, not strcmp.
10949 * symfile.c (compare_psymbols): Ditto.
10950 * defs.h: Declare strcmp_iw_ordered.
10951 * utils.c (strcmp_iw_ordered): New function.
10952
8e3ee7b5
JB
109532003-02-24 Jim Blandy <jimb@redhat.com>
10954
10955 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
10956 support, shared libs): Remove my name from here, to better reflect
10957 reality.
10958
7df1a324
KW
109592003-02-24 Kris Warkentin <kewarken@qnx.com>
10960
10961 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
10962 (target_ops): Add to_have_continuable_watchpoint.
10963 * target.c (update_current_target): Add INHERIT line for
10964 to_have_continuable_watchpoint.
10965 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
10966 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
10967 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10968 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
10969
d1c76907
EZ
109702003-02-24 Elena Zannoni <ezannoni@redhat.com>
10971
10972 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
10973 maintainership.
10974
2610b0bf
KW
109752003-02-24 Kris Warkentin <kewarken@qnx.com>
10976
f46169db
KW
10977 * solib.c (solib_open): Call target defined search function after
10978 failing with solib-search-path.
10979 * solist.h (target_so_ops): Add find_and_open_solib function hook and
10980 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 10981
9a3c34fe
KW
109822003-02-24 Kris Warkentin <kewarken@qnx.com>
10983
f46169db 10984 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 10985
2417dd25
SC
109862003-02-23 Stephane Carrez <stcarrez@nerim.fr>
10987
10988 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
10989
b631436b
SC
109902003-02-22 Stephane Carrez <stcarrez@nerim.fr>
10991
10992 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
10993 (m68hc11_add_reggroups): New function.
10994 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
10995 (m68hc11_gdbarch_init): Install the reggroups.
10996 (_initialize_m68hc11_tdep): Initialize them.
10997
0aa8c1e4
JW
109982003-02-21 James E Wilson <wilson@tuliptree.org>
10999
11000 * MAINTAINERS: Update my email address.
11001
50ceaba5
DC
110022003-02-21 David Carlton <carlton@math.stanford.edu>
11003
11004 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11005
4c2df51b
DJ
110062003-02-21 Daniel Jacobowitz <drow@mvista.com>
11007
11008 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11009 * symtab.h: Add opaque declarations of struct axs_value and
11010 struct agent_expr.
11011 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11012 (struct location_funcs): New type.
11013 (struct symbol): Add "loc" to aux_value.
11014 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11015 * dwarf2read.c: Include "dwarf2expr.h".
11016 (dwarf2_symbol_mark_computed): New function.
11017 (read_func_scope): Use it.
11018 (var_decode_location): New function.
11019 (new_symbol): Use it.
11020 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11021
11022 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11023 (dwarf2expr_h, dwarf2loc_h): New variables.
11024 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11025 (dwarf2expr.o, dwarf2loc.o): New rules.
11026 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11027 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11028 LOC_COMPUTED_ARG.
11029 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11030 * m2-exp.y (yylex): Likewise.
11031 * printcmd.c (address_info, print_frame_args): Likewise.
11032 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11033 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11034 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11035 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11036 * symtab.c (lookup_block_symbol): Likewise.
11037
5784d15e
AF
110382003-02-20 Adam Fedor <fedor@gnu.org>
11039
11040 * symtab.h: Remove objc_specific struct
11041 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11042 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11043 Have language_objc use cplus_specific struct.
11044
d4cad8db
TT
110452003-02-20 Tom Tromey <tromey@redhat.com>
11046
11047 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11048 TYPE_NAME, when printing a String value. PR java/1075.
11049
2f9a90b4
AF
110502003-02-20 Adam Fedor <fedor@gnu.org>
11051
d38074a8 11052 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 11053 * objc-lang.c (find_methods): Make static.
2f9a90b4 11054
6f17862b
CF
110552003-02-20 Christopher Faylor <cgf@redhat.com>
11056
11057 * win32-nat.c (get_image_name): Check return value from
11058 ReadProcessMemory.
11059 (child_xfer_memory): Ditto.
11060
715d1656
AO
110612003-02-20 Alexandre Oliva <aoliva@redhat.com>
11062
11063 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11064 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11065 '${exec_prefix}' (in addition to the expansion thereof) as
11066 relocatable.
11067 * configure: Rebuilt.
11068
b1262a02
DC
110692003-02-20 David Carlton <carlton@math.stanford.edu>
11070
11071 * symtab.c (search_symbols): Revert the search_symbols part of my
11072 2002-12-23 patch. Add comment.
11073
7134143f
DJ
110742002-02-20 Daniel Jacobowitz <drow@mvista.com>
11075
11076 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11077 * dbxread.c (elfstab_build_psymtabs): Don't call
11078 install_minimal_symbols.
11079 (stabsect_build_psymtabs): Likewise.
11080 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11081 earlier.
11082 * somread.c (som_symfile_read): Call install_minimal_symbols
11083 and do_cleanups earlier.
11084 * nlmread.c (nlm_symfile_read): Likewise.
11085 * mdebugread.c (elfmdebug_build_psymtabs): Call
11086 install_minimal_symbols and make appropriate cleanups.
11087
cf466558
KB
110882003-02-20 Kevin Buettner <kevinb@redhat.com>
11089
11090 * solib.c (reload_shared_libraries): New function.
11091 (_initialize_solib): Add callbacks for ``set solib-search-path''
11092 and ``set solib-absolute-prefix''.
11093
de5ad195
DC
110942003-02-20 David Carlton <carlton@math.stanford.edu>
11095
11096 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11097 expand comment.
11098 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11099 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11100 * ada-typeprint.c (ada_typedef_print): Ditto.
11101 * ax-gdb.c (gen_var_ref): Ditto.
11102 * breakpoint.c (print_one_breakpoint): Ditto.
11103 * buildsym.c (finish_block): Ditto.
11104 * c-valprint.c (c_val_print): Ditto.
11105 * expprint.c (print_subexp): Ditto.
11106 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
11107 * infcmd.c (jump_command): Ditto.
11108 * linespec.c (decode_line_2, decode_compound): Ditto.
11109 * maint.c (maintenance_translate_address): Ditto.
11110 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
11111 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11112 Ditto.
8ffd9b1b
AJ
11113 * p-valprint.c (pascal_val_print): Ditto.
11114 * stabsread.c (define_symbol): Ditto.
de5ad195 11115 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
11116 (print_frame_arg_vars, return_command): Ditto.
11117 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11118 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
11119 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11120 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
11121 (rbreak_command): Ditto.
11122 * tracepoint.c (tracepoints_info): Ditto.
11123 * typeprint.c (typedef_print): Ditto.
11124 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
11125 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11126 * ada-typeprint.c: Update Copyright.
11127 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11128 * tracepoint.c, cli/cli-cmds.c: Ditto.
11129
f796e4be
KB
111302003-02-20 Kevin Buettner <kevinb@redhat.com>
11131
11132 * frame.c (generic_unwind_get_saved_register): Make non-static.
11133 * frame.h (generic_unwind_get_saved_register): Declare.
11134 * mips-tdep.c (read_next_frame_reg): Fetch register from
11135 current regcache when frame is NULL.
11136 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11137 that must be NULL.
11138 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11139 instead of frame_register_unwind().
11140
836cc9f4
AC
111412003-02-20 Andrew Cagney <ac131313@redhat.com>
11142
11143 * remote-sim.c (gdbsim_insert_breakpoint)
11144 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11145 code.
11146
501eef12
AC
111472003-02-20 Andrew Cagney <ac131313@redhat.com>
11148
11149 * remote.c (_initialize_remote): Add commands "set/show remote
11150 hardware-watchpoint-limit" and "set/show remote
11151 hardware-breakpoint-limit".
11152 (remote_hw_watchpoint_limit): Initialize to -1.
11153 (remote_hw_breakpoint_limit): Ditto.
11154 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11155
1b6bc7e0
CF
111562003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11157
11158 * coff-pe-read.c: New file - support reading of minimal symbols from a
11159 portable executable using the export table.
11160 * coff-pe-read.h: New file.
11161 * coffread.c: Include coff-pe-read.h.
11162 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11163 debugging symbols found.
11164 * Makefile.in (SFILES): Add coff-pe-read.o.
11165 (coff_pe_read_h): Define.
11166 (COMMON_OBS): Add coff-pe-read.o.
11167 (coffread.o): Add coff_pe_read_h dependency.
11168 (coff-pe-read.o): New target.
11169
fe898f56
DC
111702003-02-19 David Carlton <carlton@math.stanford.edu>
11171
11172 * Makefile.in (SFILES): Add block.c.
11173 (block_h): New.
11174 (COMMON_OBS): Add block.o.
11175 (block.o): New.
11176 (x86-64-tdep.o): Add $(block_h).
11177 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11178 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11179 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11180 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11181 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11182 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11183 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11184 * value.h: Add opaque declaration for struct block.
11185 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11186 * ada-lang.h: Ditto.
11187 * x86-64-tdep.c: #include "block.h"
11188 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11189 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11190 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11191 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11192 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11193 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11194 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11195 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11196 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11197 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11198 * symtab.c (block_function): Ditto.
11199 (contained_in): Ditto.
11200 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11201 block.h. Add opaque declaration for struct block.
11202 * symtab.h: Move block_function and contained_in declarations to
11203 block.h. Add opaque declarations for struct block, struct
11204 blockvector.
11205 (struct block): Move to block.h.
11206 (struct blockvector): Ditto.
11207 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11208 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11209 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11210 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11211 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11212 Ditto.
11213 * block.c: New file.
11214 * block.h: New file.
11215
173345b5
TR
112162003-02-19 Theodore A. Roth <troth@openavr.org>
11217
11218 * avr-tdep.c (avr_extract_return_value): Remove function.
11219 (avr_store_return_value): Remove function.
11220 (avr_extract_struct_value_address): Remove function.
11221 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11222
338ef23d
AC
112232003-02-19 Andrew Cagney <ac131313@redhat.com>
11224
11225 * rs6000-tdep.c: Include "gdb_assert.h".
11226 (registers_e500): Add "acc" and "spefscr".
11227 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11228 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11229 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11230 really is "r0".
11231 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11232
5412f5f3
KS
112332003-02-18 Keith Seitz <keiths@redhat.com>
11234
11235 * Makefile.in: Add gdbtk-interps.c.
11236
881324eb
KB
112372003-02-18 Kevin Buettner <kevinb@redhat.com>
11238
11239 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11240 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11241
6a2f5abf
AC
112422003-02-18 Andrew Cagney <cagney@redhat.com>
11243
11244 * symtab.h (struct objfile): Add opaque declaration.
11245
54c7009d
EZ
112462003-02-18 Elena Zannoni <ezannoni@redhat.com>
11247
11248 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
11249 * dbxread.c (process_one_symbol): Use last_function_start rather
11250 than function_start_offset to find the real beginning of the
11251 current function. The latter is just the text section offset on
11252 some systems, the former is always the real function start.
54c7009d 11253
7ee6d7eb
AC
112542003-02-17 Andrew Cagney <cagney@redhat.com>
11255
11256 * configure.in: Revert ${target} != ${host}.
11257
2846da9b
AC
112582003-02-17 Andrew Cagney <ac131313@redhat.com>
11259
11260 * configure.in (Makefile): Use the test ${target} != ${host},
11261 instead of the absence of the "nm.h" file, to determine of the
11262 configuration non-native.
11263 * configure: Regenerate.
8ffd9b1b 11264
3b27aeea
EZ
112652003-02-14 Elena Zannoni <ezannoni@redhat.com>
11266
fbe586ae 11267 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
11268
11269 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11270 conditionalize tui_active test.
11271 (lookup_cmd_1): Ditto.
11272
b0b1c2c0
MK
112732003-02-14 Mark Kettenis <kettenis@gnu.org>
11274
11275 * configure.in: Add check for _etext.
11276 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11277 available.
11278 * config.in, configure: regenerated.
11279
8f05cde5
DJ
112802003-02-14 Daniel Jacobowitz <drow@mvista.com>
11281
11282 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11283
021e7609
AC
112842003-02-14 Andrew Cagney <ac131313@redhat.com>
11285
11286 * main.c (tui_version): Delete variable.
11287 (captured_main): When --tui, set interpreter_p to "tui" instead of
11288 enabling tui_version.
11289 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11290 tui_version.
11291 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11292 * cli/cli-cmds.c (disassemble_command): Ditto.
11293 * defs.h (tui_version): Delete declaration.
11294 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11295 (tui-interp.o): Add rules.
11296 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11297
e325dcec
CF
112982003-02-14 Christopher Faylor <cgf@redhat.com>
11299
36ffb041 11300 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
11301 just-loaded dll.
11302
c4f90d87
JM
113032003-02-12 Jason Molenda (jmolenda@apple.com)
11304
fbe586ae
RH
11305 * symmisc.c (print_objfile_statistics): Include information about
11306 the number of psymtabs and symtabs in each object file.
c4f90d87 11307
e46e5ccd
KS
113082003-02-13 Keith R Seitz <keiths@redhat.com>
11309
11310 * main.h (struct captured_main_args): Add interpreter_p.
11311 * main.c (captured_main): Initialize interpreter_p from context.
11312 * gdb.c (main): Set interpreter_p argument.
11313 * Makefile.in (gdb.o): Add dependency for interps.h.
11314
fe97fe9c
AC
113152003-02-12 Andrew Cagney <ac131313@redhat.com>
11316
11317 * event-top.c (cli_command_loop): Delete declaration.
11318 (_initialize_event_loop): Delete function setting event_loop_hook.
11319 * event-top.h (cli_command_loop): Declare. Update copyright.
11320 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11321 * interps.c (current_interp_command_loop): When event_loop_p, call
11322 cli_command_loop.
11323
1cdac4ef
AC
113242003-02-12 Andrew Cagney <ac131313@redhat.com>
11325
11326 * interps.h (interp_command_loop_ftype): Change return type to
11327 void.
11328
48037ead
ML
113292003-02-12 Michal Ludvig <mludvig@suse.cz>
11330
11331 * x86-64-tdep.c (x86_64_extract_return_value)
11332 (x86_64_store_return_value): Use regcache instead of regbuf.
11333 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11334 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11335
033afc63
AC
113362003-02-11 Andrew Cagney <ac131313@redhat.com>
11337
11338 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11339 * aclocal.m4: Regenerate.
11340 * configure: Regenerate.
11341
11342 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11343 TCL_LD_SEARCH_FLAGS.
11344
40d02bca
ML
113452003-02-10 Michal Ludvig <mludvig@suse.cz>
11346
11347 * dwarf2cfi.c: Reindented.
11348
11308a41
AC
113492003-02-09 Andrew Cagney <ac131313@redhat.com>
11350
11351 * interps.c (clear_interpreter_hooks): Convert function definition
11352 to ISO C.
11353
e1c1c0f6
DC
113542003-02-07 David Carlton <carlton@math.stanford.edu>
11355
11356 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11357
ab5d3da6
KB
113582003-02-07 Kevin Buettner <kevinb@redhat.com>
11359
11360 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11361 (struct type): ...to here.
11362 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11363 field.
11364 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11365 (replace_type): Set length on all type variants for a given type.
11366
b8a92b82
AC
113672003-02-07 Andrew Cagney <ac131313@redhat.com>
11368
11369 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11370 <sys/stat.h>.
11371 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 11372
5cb316ef
AC
113732003-02-06 Andrew Cagney <ac131313@redhat.com>
11374
2555fe1a
AC
11375 * Makefile.in (symm-nat.o): Update dependencies.
11376 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11377 (lynx-nat.o, ia64-linux-nat.): Ditto.
11378 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11379 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11380 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11381
44270758
AC
11382 * Makefile.in (inflow_h): Define.
11383 (procfs.o, inflow.o, procfs.o): Update dependencies.
11384 * inftarg.c (child_stop): Delete extern declaration of
11385 inferior_process_group. Include "inflow.h".
11386 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11387 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11388 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11389 (our_process_group, inferior_process_group): Extern declarations.
11390
df8f7274
AC
11391 * procfs.c: Include "gdb_assert.h".
11392
5cb316ef
AC
11393 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11394 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11395 * jv-typeprint.c (java_type_print_base): Ditto.
11396 * typeprint.c (typedef_print): Eliminate STREQ.
11397 * cli/cli-script.c (define_command, define_command): Ditto.
11398 * main.c (captured_main): Ditto.
11399 * values.c (lookup_internalvar): Ditto.
11400 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11401 within `if' conditional.
11402 * linespec.c (decode_line_2): Ditto.
11403 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11404 (bfd_openw_with_cleanup): Ditto.
11405
2a28ccea
MK
114062003-02-07 Mark Kettenis <kettenis@gnu.org>
11407
11408 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11409 legacy_extract_return_value and store_return_value to
11410 legacy_return_value.
11411
786b8124
CF
114122003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11413
11414 * win32-nat.c (get_relocated_section_addrs): New function. Find
11415 section load addresses for symbol handling in relocated DLLs.
11416 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11417
b871e4ec
FF
114182003-02-05 Fred Fish <fnf@intrinsity.com>
11419
11420 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11421 '=' and '!='.
11422 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11423 with '&' and '=='.
11424 (angel_RDI_info): Ditto.
11425 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11426 with '&' and '!='.
11427 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 11428
4389a95a 114292003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
11430 Keith Seitz <keiths@redhat.com>
11431 Elena Zannoni <ezannoni@redhat.com>
11432 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
11433
11434 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11435 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11436 (SUBDIR_MI_OBS): Add "mi-interp.o".
11437 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11438 (SFILES): Add "interps.c".
11439 (COMMON_OBS): Add "interps.o".
11440 (interps_h, mi_main_h): Define.
11441 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11442 (mi-main.o, main.o, event-top.o): Update dependencies.
11443 * cli/cli-interp.c: New file.
11444 * interps.h, interps.c: New files.
11445 * top.c: (gdb_init): Don't install the default interpreter, handed
11446 by captured_main.
11447 * main.c: Include "interps.h".
11448 (interpreter_p): Note that it should malloc'ed.
11449 (captured_command_loop): Call current_interp_command_loop.
11450 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11451 xfree and xstrdup when updating interpreter_p. Install the
11452 default interpreter. Add hack to stop mi1's copyright notice
11453 being encoded.
11454 * event-top.h (gdb_setup_readline): Declare.
11455 (gdb_disable_readline): Declare.
11456 * event-top.c: Include "interps.h".
11457 (display_gdb_prompt): Call current_interp_display_prompt_p.
11458 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11459 gdb_stdlog, and gdb_stdtarg.
11460 (_initialize_event_loop): Don't call gdb_setup_readline.
11461 * cli-out.c (cli_out_set_stream): New function.
11462 * cli-out.h (cli_out_set_stream): Declare.
11463
ff3b5810
MK
114642003-02-06 Mark Kettenis <kettenis@gnu.org>
11465
11466 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11467 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11468 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11469 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11470 config/i386/i386v42mp.mt: Removed.
11471
5b729aa5
MK
114722003-02-05 Mark Kettenis <kettenis@gnu.org>
11473
11474 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11475 GDB_OSABI_SOLARIS.
11476
8cc15142
MC
114772003-02-05 Michael Chastain <mec@shout.net>
11478
11479 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11480 2.12.1 and earlier versions.
11481
5aa5d4b9
AC
114822003-02-05 Andrew Cagney <ac131313@redhat.com>
11483
11484 Remove orphaned hosts, targets and files.
11485 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11486 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11487 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11488 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11489 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11490 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11491 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11492 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11493 * config/sparc/tm-sp64sim.h: Delete.
11494 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11495 hosts.
11496 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11497 mips*-dec-mach3* targets.
11498
b68767c1
MC
114992003-02-04 Michael Chastain <mec@shout.net>
11500
11501 * NEWS: Fix typo: sepcifying -> specifying.
11502
5ae7ca1d
MC
115032003-02-04 Michael Chastain <mec@shout.net>
11504
11505 * dwarfread.c: Add documentation on the state of dwarf-1,
11506 looking towards obsoletion.
11507
d08a4280
MC
115082003-02-03 Michael Chastain <mec@shout.net>
11509
11510 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11511 gdb/testsuite/gdb.c++/pr-1023.exp.
11512
e9be73e4
AC
115132003-02-04 Andrew Cagney <ac131313@redhat.com>
11514
11515 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11516 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11517
11518 * utils.c (init_page_info): Delete reference to MPW in comments.
11519 * main.c (captured_main): Delete #ifdef MPW.
11520
05d57f6f
AC
115212003-02-04 Andrew Cagney <ac131313@redhat.com>
11522
8ffd9b1b 11523 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
11524 * monitor.c (monitor_expect): Obsolete reference to m32r.
11525 * configure.tgt: Mark m32r-*-elf* as obsolete.
11526 * MAINTAINERS: Mark m32k as obsolete.
11527 * m32r-rom.c: Obsolete file.
11528 * config/m32r/m32r.mt: Obsolete file.
11529 * config/m32r/tm-m32r.h: Obsolete file.
11530 * m32r-stub.c: Obsolete file.
11531 * m32r-tdep.c: Obsolete file.
11532
8b0e5691
AC
115332003-02-04 Andrew Cagney <ac131313@redhat.com>
11534
11535 * NEWS: Mention that the z8k-zilog-none is obsolete.
11536 * MAINTAINERS: Mark z8k as obsolete.
11537 * configure.tgt: Obsolete the z8k-*-coff* target.
11538 * config/z8k/z8k.mt: Obsolete file.
11539 * config/z8k/tm-z8k.h: Obsolete file.
11540 * z8k-tdep.c: Obsolete file.
11541
67f16606
AC
115422003-02-04 Andrew Cagney <ac131313@redhat.com>
11543
11544 * NEWS: Mention that the mn10200-elf is obsolete.
11545 * configure.tgt: Obsolete mn10200-*-* target.
11546 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11547 mention that the mn10200 is obsolete.
11548 * breakpoint.h: Ditto.
11549 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11550 * config/mn10200/mn10200.mt: Obsolete file.
11551 * config/mn10200/tm-mn10200.h: Obsolete file.
11552 * mn10200-tdep.c: Obsolete file.
11553
fd2299bd
AC
115542003-02-04 Andrew Cagney <ac131313@redhat.com>
11555
11556 * MAINTAINERS: Mark h8500 as obsolete.
11557 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
11558 * findvar.c (value_from_register): Ditto.
11559 * h8500-tdep.c: Mark file as obsolete.
11560 * config/h8500/h8500.mt: Ditto.
11561 * config/h8500/tm-h8500.h: Ditto.
11562 * NEWS: Mention that h8500 is obsolete.
11563
eb9a305d
DC
115642003-02-04 David Carlton <carlton@math.stanford.edu>
11565
11566 * objfiles.c (allocate_objfile): Always set name. Add comment at
11567 start of function.
11568 * jv-lang.c (get_dynamics_objfile): Add comment.
11569
406fc7fb
DC
115702003-02-04 David Carlton <carlton@math.stanford.edu>
11571
11572 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
11573 * printcmd.c (build_address_symbolic): Replace uses of
11574 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
11575 SYMBOL_NAME, and asm_demangle.
11576 Update copyright.
11577
93d91629
DC
115782003-02-04 David Carlton <carlton@math.stanford.edu>
11579
11580 * linespec.c (decode_compound): Extract code into
11581 lookup_prefix_sym.
11582 (lookup_prefix_sym): New function.
11583
1c5cb38e
DC
115842003-02-04 David Carlton <carlton@math.stanford.edu>
11585
11586 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
11587 FLOAT_COERCION_BADNESS.
11588 * gdbtypes.c (rank_one_type): Replace all uses of
11589 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
11590
0cf824c9
JB
115912003-02-04 Jim Blandy <jimb@redhat.com>
11592
11593 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
11594 section, let dwarf_macinfo_section point to it, not
11595 dwarf_loc_section.
11596
a2d356b0
DJ
115972003-02-04 Daniel Jacobowitz <drow@mvista.com>
11598
11599 Pointed out by Anton Blanchard <anton@samba.org>.
11600 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
11601 (ppc_linux_at_sigtramp_return_path): Use it.
11602
2de7ced7
DJ
116032003-02-04 Daniel Jacobowitz <drow@mvista.com>
11604
11605 * defs.h (streq): Add prototype.
11606 * utils.c (streq): New function.
11607
11608 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
11609 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
11610 * mdebugread.c (new_symbol): Likewise.
11611 * stabsread.c (define_symbol): Likewise.
11612 * coffread.c (process_coff_symbol): Likewise.
11613 * dwarfread.c (new_symbol): Likewise.
11614
11615 * minsyms.c (prim_record_minimal_symbol_and_info): Use
11616 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
11617 here.
11618 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
11619 SYMBOL_INIT_DEMANGLED_NAME.
11620 * objfiles.c: Include "hashtab.h".
11621 (allocate_objfile): Call htab_set_functions_ex for the
11622 demangled_names_hash.
11623 (free_objfile): Call htab_delete for the demangled_names_hash.
11624 * objfiles.h (struct htab): Add declaration.
11625 (struct objfile): Add demangled_names_hash.
11626 * symfile.c: Include "hashtab.h".
11627 (reread_symbols): Call htab_delete for the demangled_names_hash.
11628 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
11629 SYMBOL_NAME in the bcache.
11630 * symtab.c: Include "hashtab.h". Update comments.
11631 (create_demangled_names_hash, symbol_set_names): New functions.
11632 (symbol_find_demangled_name): New function, broken out from
11633 symbol_init_demangled_names.
11634 (symbol_init_demangled_names): Use it.
11635 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
11636 (SYMBOL_SET_NAMES): New macro.
11637 (symbol_set_names): Add prototype.
11638
15831452
JB
116392003-02-03 Jim Blandy <jimb@redhat.com>
11640
11641 Use a single, consistent representation for an empty minimal
11642 symbol table in an objfile.
11643 * objfiles.c (terminate_minimal_symbol_table): New function.
11644 (allocate_objfile): Call it.
11645 * objfiles.h (terminate_minimal_symbol_table): New declaration.
11646 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 11647 non-NULL.
15831452
JB
11648 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
11649 objfile has minimal symbols, compare minimal_symbol_count to zero,
11650 instead of comparing msymbols with NULL.
11651 * objfiles.c (have_minimal_symbols): Same.
11652 * solib-sunos.c (solib_add_common_symbols): Call
11653 terminate_minimal_symbol_table.
11654 * symfile.c (reread_symbols): Same.
8ffd9b1b 11655
ffc65945
KB
116562003-02-03 Kevin Buettner <kevinb@redhat.com>
11657
11658 * s390-tdep.c (s390_address_class_type_flags)
11659 (s390_address_class_type_flags_to_name)
11660 (s390_address_class_name_to_type_flags): New functions.
11661 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
11662 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
11663
f211c6d4
MS
116642003-02-03 Michael Snyder <msnyder@redhat.com>
11665
11666 * arm-tdep.c: Fix spell-o in comment.
11667
659b0389
ML
116682003-02-03 Michal Ludvig <mludvig@suse.cz>
11669
11670 * dwarf2cfi.c (pointer_encoding): Added new parameter.
11671 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 11672 error messages to contain BFD filename.
659b0389 11673
3b31d625
EZ
116742003-02-02 Elena Zannoni <ezannoni@redhat.com>
11675
997b089a 11676 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
11677 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
11678 (do_mixed_source_and_assembly): Use
11679 make_cleanup_ui_out_tuple_begin_end and
11680 make_cleanup_ui_out_tuple_begin_end.
11681 (do_mixed_source_and_assembly): Ditto.
11682 * thread.c (do_captured_list_thread_ids): Ditto.
11683 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
11684 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
11685 ui_out_tuple_end): Delete prototypes.
11686 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
11687 ui_out_list_end, ui_out_tuple_end): Delete.
11688
11689 From Kevin Buettner <kevinb@redhat.com>:
11690 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
11691 * ui-out.c (make_cleanup_ui_out_table_begin_end)
11692 (do_cleanup_table_end): New functions.
11693 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
11694 Use cleanups to invoke_ui_out_tuple_end().
11695 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
11696 * cli/cli-setshow.c (cmd_show_list): Use
11697 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 11698
5b181d62
AC
116992003-02-02 Andrew Cagney <ac131313@redhat.com>
11700
11701 * frame.c (frame_unwind_register): New function.
11702 (frame_unwind_unsigned_register): Use.
11703 (frame_unwind_signed_register): Use.
11704 (frame_read_register): New function.
11705 * frame.h (frame_unwind_register): Declare.
11706 (frame_read_register): Declare.
11707
11708 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
11709 and frame_unwind_register instead of read_memory, write_register
11710 and deprecated_write_register_bytes.
11711
5f601589
AC
117122003-02-02 Andrew Cagney <ac131313@redhat.com>
11713
11714 * frame.h: Note that namelen can be negative.
11715 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
11716 NAME's length.
11717
11718 * NEWS: Mention that the d10v's `regs' command is deprecated.
11719 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
11720 (d10v_print_registers_info): New function.
11721 (show_regs): Call d10v_print_registers_info.
11722 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
11723
6a3fe0a4
MK
117242003-02-02 Mark Kettenis <kettenis@gnu.org>
11725
11726 * stack.c (print_frame_info): Restore call to annotate_frame_begin
11727 lost in the previous patch.
11728
075559bc
AC
117292003-02-01 Andrew Cagney <ac131313@redhat.com>
11730
11731 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
11732 * stack.c (print_frame_info_base): Output complete FRAME tuple
11733 for synthesized frames.
075559bc 11734
6789195b
AC
117352003-02-02 Andrew Cagney <ac131313@redhat.com>
11736
11737 * mips-nat.c (zerobuf): Delete.
11738 (fetch_inferior_registers): Alloc local zerobuf.
11739 (fetch_core_registers): Alloc local zerobuf.
11740 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
11741 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
11742 * thread-db.c (thread_db_store_registers): Ditto.
11743 * sh-tdep.c (sh_do_register): Ditto.
11744 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
11745 * remote-sim.c (gdbsim_store_register): Ditto.
11746 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
11747 * remote-e7000.c (fetch_regs_from_dump): Ditto.
11748 * monitor.c (monitor_supply_register): Ditto.
11749 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
11750 * mips-nat.c (fetch_inferior_registers): Ditto.
11751 * m68klinux-nat.c (fetch_register): Ditto.
11752 * lynx-nat.c (fetch_inferior_registers): Ditto.
11753 (fetch_inferior_registers): Ditto.
11754 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
11755 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
11756 (hpux_thread_store_registers): Ditto.
11757 * hppah-nat.c (fetch_register): Ditto.
11758 * hppab-nat.c (fetch_register): Ditto.
11759 * hppa-tdep.c (pa_register_look_aside): Ditto.
11760 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
11761 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
11762
e669114a
AC
117632003-02-01 Andrew Cagney <ac131313@redhat.com>
11764
11765 * gdbarch.sh: Explictly specify all method levels. When a
11766 variable with an empty level, provide a non-multi-arch default.
11767 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
11768 * gdbarch.h: Re-generate.
11769 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
11770 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
11771
9a043c1d
AC
117722003-02-01 Andrew Cagney <ac131313@redhat.com>
11773
11774 * defs.h (host_pointer_to_address): Delete declaration.
11775 (address_to_host_pointer): Delete declaration.
11776 * utils.c (host_pointer_to_address): Delete function.
11777 (address_to_host_pointer): Delete function.
11778 * procfs.c (procfs_address_to_host_pointer): New function.
11779 * procfs.c (proc_set_watchpoint): Use.
11780 (procfs_can_use_hw_breakpoint): Update comments.
11781 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
11782 (som_solib_add): Use.
11783 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
11784 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 11785
7ca9f392
AC
117862003-02-01 Andrew Cagney <ac131313@redhat.com>
11787
94bbfd30
AC
11788 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
11789 strlen d_name.
11790
7ca9f392
AC
11791 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
11792 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
11793 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
11794 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
11795 (define_symbol): Update.
11796 * symfile.c (generic_load): Remove references to nindy.
11797 * symtab.c: Remove references to nindy.
11798
31a85ea2
AC
117992003-02-01 Andrew Cagney <ac131313@redhat.com>
11800
11801 * infcmd.c (print_float_info): Delete code conditional on
11802 FLOAT_INFO.
11803 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
11804 * config/m68k/nm-apollo68b.h: Ditto.
11805 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
11806 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
11807 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
11808
f6e85fc8
MK
118092003-02-01 Mark Kettenis <kettenis@gnu.org>
11810
6015b6a0
MK
11811 * config/i386/tm-i386os9k.h: Removed.
11812
f7a30bdf
MK
11813 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
11814 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
11815 they're identical to i[3456]86-*-sysv* now.
11816 * config/i386/i386v32.mh: Removed.
11817 * config/i386/xm-i386v32.h: Removed.
11818 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
11819
28d52111
MK
11820 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
11821
4d3f6bce
MK
11822 * config/i386/i386dgux.mh: Removed.
11823 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
11824
f6e85fc8
MK
11825 * configure.in: Fix typo.
11826 * configure: Regenerated.
11827
53955967
DC
118282003-01-31 David Carlton <carlton@math.stanford.edu>
11829
11830 * dwarf2read.c (dwarf2_locate_sections): Set
11831 dwarf_ranges_section.
11832
b1364885
AC
118332003-01-31 Andrew Cagney <ac131313@redhat.com>
11834
8dbb1c65
AC
11835 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
11836 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 11837
8731e58e
AC
11838 * utils.c: Re-indent.
11839
b1364885
AC
11840 * config/djgpp/fnchange.lst: Delete nindy files.
11841 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
11842 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
11843 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
11844 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
11845 * nindy-share/README, nindy-share/Onindy.c: Delete files.
11846 * nindy-tdep.c, nindy-share/Makefile: Delete files.
11847 * Makefile.in (init.c): Remove nindy references.
11848 (saber_gdb): Delete rule.
11849 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
11850 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
11851 and a68v-nat.c.
11852 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
11853 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
11854 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
11855 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
11856 nindy-share/stop.h.
11857 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
11858 * saber.suppress: Delete file.
11859
086df311
DJ
118602003-01-31 Daniel Jacobowitz <drow@mvista.com>
11861
11862 * dbxread.c (stabs_data): New static variable.
11863 (fill_symbuf): Support an in-memory buffer for stabs data.
11864 (stabs_seek): New function.
11865 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
11866 (read_ofile_symtab): Use stabs_seek.
11867 (elfstab_build_psymtabs): Take an asection* instead of
11868 an offset and size. Relocate the stabs data if necessary.
11869 Save the section* for dbx_psymtab_to_symtab.
11870 * dwarf2read.c: Add section variables for each debug section.
11871 (dwarf2_locate_sections): Fill them in.
11872 (dwarf2_read_section): Take an asection* argument.
11873 Relocate the section contents if necessary.
11874 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
11875 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
11876 it to dwarf2_read_section.
11877 (dwarf2_build_frame_info): Update callers.
11878 * elfread.c (elf_symfile_read): Update call to
11879 elfstab_build_psymtabs.
11880 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
11881 (DBX_STAB_SECTION): New macro.
8ffd9b1b 11882 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
11883 * symfile.c (symfile_dummy_outputs): New function.
11884 (symfile_relocate_debug_section): New function.
11885 * symfile.h (symfile_relocate_debug_section): Add prototype.
11886
87d1b352
RH
118872003-01-31 Richard Henderson <rth@redhat.com>
11888
11889 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
11890 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
11891 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
11892 * alpha-tdep.c (alpha_register_name): Add "unique".
11893 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
11894 (ALPHA_UNIQUE_REGNUM): New.
11895 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
11896
c48861fb
AC
118972003-01-31 Andrew Cagney <ac131313@redhat.com>
11898
11899 * README: Remove reference to Ericsson 1800 monitor.
11900 * Makefile.in (remote-es.o): Delete rule.
11901 (ALLDEPFILES): Delete remote-es.c.
11902 * remote-es.c: Delete file.
11903 * config/m68k/es1800.mt: Delete file.
11904 * config/djgpp/fnchange.lst: Update.
11905 * configure.tgt: Delete m68*-ericsson-* target.
11906
d764a824
AF
119072003-01-31 Adam Fedor <fedor@gnu.org>
11908
11909 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
11910 Remove duplicate/shadowing variable of same name.
11911
fe36c4f4
JB
119122003-01-30 Jim Blandy <jimb@redhat.com>
11913
11914 * symfile.c (find_separate_debug_file): Assert that the objfile's
11915 directory name we compute ends with a slash, and then assume that
11916 that's so everywhere we use it.
11917
cb741690
DJ
119182003-01-30 Daniel Jacobowitz <drow@mvista.com>
11919
11920 * valops.c (value_assign): Flush frame cache after stores to memory
11921 also.
11922
96ee5227
AC
119232003-01-30 Andrew Cagney <ac131313@redhat.com>
11924
11925 * Makefile.in (mon960-rom.o): Delete rule.
11926 * mon960-rom.c: Delete file.
11927
7f6104a9
AC
119282003-01-30 Andrew Cagney <ac131313@redhat.com>
11929
11930 * d10v-tdep.c: Include "frame-unwind.h".
11931 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
11932 list.
11933 (next_addr, uses_frame): Delete.
11934 (struct d10v_unwind_cache): Define.
11935 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
11936 Use info instead of next_addr and uses_frame globals.
11937 (d10v_frame_init_saved_regs): Delete function.
11938 (d10v_init_extra_frame_info): Delete function.
11939 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
11940 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
11941 init_frame_pc or frame_saved_pc.
11942 (d10v_pop_frame): Delete function.
11943 (do_d10v_pop_frame): Delete function.
11944 (d10v_frame_chain): Delete function.
11945 (d10v_frame_chain_valid): Delete function.
11946 (d10v_frame_pc_unwind): New function.
11947 (d10v_frame_id_unwind): New function.
11948 (saved_regs_unwinder): New function.
11949 (d10v_frame_register_unwind): New function.
11950 (d10v_frame_pop): New function.
11951 (d10v_frame_unwind): New variable.
11952 (d10v_frame_p): New function.
11953 (d10v_frame_saved_pc): Delete function.
11954 * Makefile.in (d10v-tdep.o): Update dependencies.
11955
cad2e848
JB
119562003-01-30 J. Brobecker <brobecker@gnat.com>
11957
11958 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
11959 causing some regressions due to a change in the default value
11960 for this macro.
11961
af34e669
DJ
119622003-01-29 Richard Henderson <rth@redhat.com>
11963 Elena Zannoni <ezannoni@redhat.com>
11964 Daniel Jacobowitz <drow@mvista.com>
11965
11966 Fix PR gdb/961.
8ffd9b1b 11967 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
11968 variables.
11969 (RANGES_SECTION): New.
11970 (dwarf_ranges_buffer): New variable.
11971 (struct comp_unit_head): Add member "die".
11972 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
11973 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
11974 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
11975 (dwarf2_locate_sections): Likewise.
11976 (dwarf2_build_psymtabs): Read .debug_ranges.
11977 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
11978 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
11979 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
11980 Look for DW_AT_ranges and return the bounding box.
11981
baa93fa6
CF
119822003-01-29 Brian Ford <ford@vss.fsi.com>
11983
11984 * win32-nat.c (cygwin_pid): Removed as unused.
11985 (child_attach): Try fall back to Cygwin pid.
11986
c63f977f
JB
119872003-01-29 Jim Blandy <jimb@redhat.com>
11988
11989 * objfiles.h (struct objfile): Doc fix.
11990
d62d1979
AC
119912003-01-29 Andrew Cagney <ac131313@redhat.com>
11992
11993 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
11994 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
11995 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
11996 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
11997 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
11998 (FRAME_SAVED_PC): Change to a function with predicate.
11999 * gdbarch.h, gdbarch.c: Re-generate.
12000
1ae18a04
AC
120012003-01-28 Andrew Cagney <ac131313@redhat.com>
12002
52287340
AC
12003 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12004
1ae18a04
AC
12005 * complaints.c (complain): Delete function.
12006 * complaints.h (struct deprecated_complaint): Delete definition.
12007 (complain): Delete declaration.
12008
f2c16bd6
KB
120092003-01-28 Kevin Buettner <kevinb@redhat.com>
12010
12011 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12012 dummy frames.
12013
a94dd1fd
AC
120142003-01-27 Andrew Cagney <ac131313@redhat.com>
12015
12016 * sentinel-frame.h, sentinel-frame.c: New files.
12017 * Makefile.in (frame.o): Update dependencies.
12018 (SFILES): Add sentinel-frame.c.
12019 (sentinel_frame_h): Define.
12020 (COMMON_OBS): Add sentinel-frame.o.
12021 (sentinel-frame.o): Specify dependencies.
12022 * frame.c: Include "sentinel-frame.h".
12023 (frame_register_unwind): Rewrite assuming that there is always a a
12024 ->next frame.
12025 (frame_register, generic_unwind_get_saved_register): Ditto.
12026 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12027 (create_sentinel_frame, unwind_to_current_frame): New functions.
12028 (get_current_frame): Rewrite using create_sentinel_frame and
12029 unwind_to_current_frame. When possible, always create a frame.
12030 (create_new_frame): Set next to the sentinel frame.
12031 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12032 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12033 ID cache when necessary.
12034 (frame_saved_regs_id_unwind): Use frame_relative_level.
12035 (deprecated_generic_get_saved_register): Use frame_relative_level,
12036 get_frame_saved_regs, get_frame_pc, get_frame_base and
12037 get_next_frame.
12038 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12039 frame_register.
12040
5378adc4
DJ
120412003-01-27 Daniel Jacobowitz <drow@mvista.com>
12042
12043 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12044
51ee2ddc
DJ
120452003-01-27 Daniel Jacobowitz <drow@mvista.com>
12046
12047 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12048 (maintenance_set_profile_cmd): Use error () instead of warning ().
12049
d9feb4e7
DJ
120502003-01-27 Daniel Jacobowitz <drow@mvista.com>
12051
12052 * configure.in: Check that -pg works if using --enable-profiling.
12053 Check for monstartup and _mcleanup regardless of --enable-profiling.
12054 * maint.c: Check for monstartup and _mcleanup before using them.
12055 * config.in: Regenerated.
12056 * configure: Regenerated.
12057
2d188dd3
NC
120582003-01-24 Nick Clifton <nickc@redhat.com>
12059
12060 * Add sh2e support:
12061
12062 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12063
12064 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12065 (sh2e_show_regs): New.
12066 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12067 * config/sh/tm-sh.h: Added sh2e to comments.
12068
cb3c37b2
JB
120692003-01-23 Jim Blandy <jimb@redhat.com>
12070
12071 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12072 symbols found)" message here; we haven't checked for a separate
12073 debug info file yet, so we don't know yet.
12074 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12075 we've looked everywhere. Also, there's no need to print a special
12076 message when we're loading the separate debug info file: the one
12077 symbol_file_add prints is fine.
12078
5b5d99cf
JB
120792003-01-23 Alexander Larsson <alexl@redhat.com>
12080 Jim Blandy <jimb@redhat.com>
12081
12082 Add support for executables whose debug info has been separated
12083 out into a separate file, leaving only a link behind.
12084 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12085 and separate_debug_objfile_backlink.
12086 (put_objfile_before): New declaration.
12087 * symfile.c: #include "filenames.h".
12088 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12089 debug info in a separate file, read that, too. Save the addrs
12090 argument, so we can use it again to read the separated debug info;
12091 syms_from_objfile modifies the table we pass it.
12092 (reread_symbols): After re-reading an objfile, call
12093 reread_separate_symbols to refresh its separate debug info
12094 objfile, if it has one.
12095 (reread_separate_symbols, find_separate_debug_file,
12096 get_debug_link_info, separate_debug_file_exists): New functions.
12097 (debug_file_directory): New global var.
12098 (_initialize_symfile): Initialize debug_file_directory, and
12099 provide the new `set debug-file-directory' command to let the user
12100 change it.
12101 * objfiles.c (free_objfile): If this objfile has its debug info in
12102 a separate objfile, free that one too. If this is itself a
12103 separate debug info objfile, clear our parent's backlink.
12104 (put_objfile_before): New function.
12105 * utils.c (gnu_debuglink_crc32): New function.
12106 * defs.h (gnu_debuglink_crc32): New declaration.
12107 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12108 * configure.in: Handle --with-separate-debug-dir config option.
12109 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12110 * acconfig.h (DEBUGDIR): New macro.
12111 * configure, aclocal.m4, config.in: Regenerated.
12112
7e8580c1
JB
121132003-01-22 Jim Blandy <jimb@redhat.com>
12114
7904e09f
JB
12115 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12116 like the old symbol_file_add, but taking new arguments: you can
12117 now pass in either a `struct section_addr_info' list to say where
12118 each section is loaded, or a `struct section_offsets' table. Pass
12119 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 12120 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
12121 with the appropriate quiescent values for the new arguments.
12122
7e8580c1
JB
12123 * symfile.c: #include "gdb_assert.h".
12124 (syms_from_objfile): Add the ability to pass in a section offset
12125 table directly, as an alternative to the section_addr_info table.
12126 Document arguments better.
12127 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12128 * symfile.h (syms_from_objfile): Update declaration.
12129 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12130 syms_from_objfile.
12131 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12132
d28f9cdf
DJ
121332003-01-22 Daniel Jacobowitz <drow@mvista.com>
12134
12135 Original patch by Tom Tromey <tromey@cygnus.com> and
12136 Jason Molenda <jmolenda@apple.com>.
12137 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12138 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12139 * NEWS: Mention profiling.
12140 * configure.in (--enable-gdbtk): Fix typo.
12141 (--enable-profiling): New. Set PROFILE_CFLAGS.
12142 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12143 Fill in function.
12144 (profiling_state): New variable.
12145 (mcleanup_wrapper): New function.
12146 (_initialize_maint): Remove NOTYET, fix call to
12147 add_setshow_boolean_cmd for "maint set profile".
12148 * configure: Regenerated.
12149
df21e465
MH
121502003-01-21 Martin M. Hunt <hunt@redhat.com>
12151
12152 * Makefile.in (install-gdbtk): Install PNG images too.
12153
73c1f219
AC
121542003-01-21 Andrew Cagney <ac131313@redhat.com>
12155
12156 * exec.c (text_start): Delete global variable.
12157 (exec_file_attach): Make text_start local to the function.
12158 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12159 * valops.c (hand_function_call): Delete code that handles
12160 BEFORE_TEXT_END and AFTER_TEXT_END.
12161 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12162 of CALL_DUMMY_LOCATION.
12163 * gdbarch.c: Regenerate.
12164 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12165 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12166 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12167 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12168 (text_end): Delete extern declaration.
12169
eb4f72c5
AC
121702003-01-21 Andrew Cagney <ac131313@redhat.com>
12171
12172 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12173 * blockframe.c (backtrace_below_main): Move to "frame.c".
12174 (frame_chain_valid): Delete check for backtrace_below_main.
12175 (_initialize_blockframe): Delete initialization, move ``set
12176 backtrace-below-main'' command to "frame.c".
12177 (do_flush_frames_sfunc): Delete function.
12178 * frame.c: Include "command.h" and "gdbcmd.h".
12179 (frame_type_from_pc): New function.
12180 (create_new_frame): Use frame_type_from_pc.
12181 (legacy_get_prev_frame): New function.
12182 (get_prev_frame): Rewrite. When an old style frame, call
12183 legacy_get_prev_frame. Otherwize, unwind the PC first.
12184 (_initialize_frame): Add ``set backtrace-below-main'' command.
12185 * Makefile.in (frame.o): Update dependencies.
12186
778ce8cc
AC
121872003-01-19 Andrew Cagney <ac131313@redhat.com>
12188
12189 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12190 DEPRECATED_REGISTERS_INFO.
12191
01c193c8
AC
121922003-01-19 Andrew Cagney <ac131313@redhat.com>
12193
12194 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12195 Maintainers'. Update `Various Maintainers'.
12196
dedc2a2b
AC
121972003-01-19 Andrew Cagney <ac131313@redhat.com>
12198
12199 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12200 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12201 Suppress actual parameters when `-'.
12202 * gdbarch.h, gdbarch.c: Regenerate.
12203
b7261c70
AC
122042003-01-19 Andrew Cagney <ac131313@redhat.com>
12205
12206 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12207 code handling dummy frames.
12208
dbe9fe58
AC
122092003-01-19 Andrew Cagney <ac131313@redhat.com>
12210
12211 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12212 (struct frame_unwind): Add field pop.
12213 * frame.h (frame_pop): Declare.
12214 * frame.c (frame_saved_regs_pop): New function.
12215 (trad_frame_unwinder): Add frame_saved_regs_pop.
12216 (frame_pop): New function.
12217 * dummy-frame.c (dummy_frame_pop): New function.
12218 (discard_innermost_dummy): New function.
12219 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12220 (dummy_frame_unwind): Add dummy_frame_pop.
12221 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12222 * valops.c (hand_function_call): Ditto.
12223 * stack.c (return_command): Ditto.
12224
570b8f7c
AC
122252003-01-18 Andrew Cagney <ac131313@redhat.com>
12226
12227 * cris-tdep.c: Fix function declaration indentation.
12228 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12229 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12230 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12231 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12232 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12233 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12234
122352003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
12236
12237 * README (Unpacking and Installation -- quick overview):
12238 Warn against ".../gdb-5.3/gdb/configure".
12239
494cca16
AC
122402003-01-18 Andrew Cagney <ac131313@redhat.com>
12241
12242 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12243 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12244 (struct frame_unwind): Declare opaque.
12245 (dummy_frame_p): Declare function.
12246 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12247 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12248 * dummy-frame.c: Include "frame-unwind.h".
12249 (dummy_frame_p): New function.
12250 (dummy_frame_unwind): New variable.
12251 * frame.c: Include "frame-unwind.h".
12252 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12253 to use the new unwind field.
12254 (set_unwind_by_pc): Delete function.
12255 (create_new_frame, get_prev_frame): Set unwind field using
12256 frame_unwind_find_by_pc.
12257 (trad_frame_unwind, trad_frame_unwinder): New variables.
12258 * frame.h (trad_frame_unwind): Declare variable.
12259 (frame_id_unwind_ftype): Delete declaration.
12260 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12261 (struct frame_unwind): Declare opaque.
12262 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12263 register_unwind with a single unwind pointer.
12264 * frame-unwind.h, frame-unwind.c: New files.
12265 * Makefile.in (SFILES): Add frame-unwind.c.
12266 (frame_unwind_h): Define.
12267 (COMMON_OBS): Add frame-unwind.o.
12268 (frame-unwind.o): Specify dependencies.
12269 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 12270
4efb68b1
AC
122712003-01-18 Andrew Cagney <ac131313@redhat.com>
12272
12273 * ada-valprint.c: Eliminate PTR.
12274 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12275 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12276 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12277 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12278 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12279 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12280 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 12281
a84d24ee
AC
122822003-01-17 Andrew Cagney <ac131313@redhat.com>
12283
762f08a3
AC
12284 * main.c (captured_main): Don't use PTR.
12285 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12286 * gdbtypes.c (lookup_primitive_typename): Ditto.
12287 (lookup_struct_elt_type): Ditto.
12288 * f-valprint.c (info_common_command): Ditto.
12289 (list_all_visible_commons): Ditto.
12290 * jv-typeprint.c (java_type_print_base): Ditto.
12291
a84d24ee
AC
12292 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12293 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12294 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12295 i386-interix-nat.c and i386-interix-tdep.c. Rename
12296 m68klinux-nat.c and m68klinux-tdep.c. Rename
12297 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12298 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12299 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12300 * main.c (captured_main): Use xfree, not free.
12301
c170fb60
AC
123022003-01-16 Andrew Cagney <ac131313@redhat.com>
12303
12304 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12305 ID back using a parameter.
12306 * frame.c (frame_id_unwind): Update call.
12307 (frame_saved_regs_id_unwind): Update.
12308 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12309 * dummy-frame.h (struct frame_id): Add opaque declaration.
12310 (dummy_frame_id_unwind): Update declaration.
12311
867f3898
AC
123122003-01-15 Andrew Cagney <ac131313@redhat.com>
12313
12314 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12315
40622be8 123162003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 12317
40622be8 12318 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 12319
ae66c1fc
EZ
123202003-01-14 Elena Zannoni <ezannoni@redhat.com>
12321
997b089a 12322 Fix PR gdb/898
ae66c1fc
EZ
12323 * breakpoint.c (until_break_command): Add new argument. Use it to
12324 decide whether to stop only at the current frame or not.
12325 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 12326 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
12327 call.
12328 (advance_command): New function.
12329 (_initialize_infcmd): Update help string for 'until' command.
12330 Add new 'advance' command.
12331
a04257e6
DC
123322003-01-14 David Carlton <carlton@math.stanford.edu>
12333
12334 * linespec.c (decode_line_1): Normalize comments.
12335 (set_flags): Ditto.
12336 (locate_first_half): Ditto.
12337 (decode_compound): Ditto.
12338 (symtab_from_filename): Ditto.
12339 (decode_all_digits): Ditto.
12340 (decode_dollar): Ditto.
12341 (find_methods): Ditto.
12342 (find_toplevel_char): Ditto.
12343
1bac305b
AC
123442003-01-13 Andrew Cagney <ac131313@redhat.com>
12345
12346 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12347 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12348 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12349 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12350 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12351 * language.c, language.h, m32r-tdep.c: Update copyright.
12352 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12353 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12354 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12355 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12356 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12357 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12358
25caa7a8
EZ
123592003-01-13 Elena Zannoni <ezannoni@redhat.com>
12360
12361 * stabsread.h (process_later, resolve_cfront_continuation):
12362 Obsolete.
12363 Update copyright years.
12364 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12365 Update copyright year.
12366 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 12367 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
12368 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12369 Update copyright year.
12370 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12371 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12372 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12373 (parse_partial_symbols): Obsolete cfront support.
12374 * stabsread.c
12375 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12376 macros.
12377 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12378 read_cfront_baseclasses, read_cfront_member_functions,
12379 resolve_cfront_continuation,read_cfront_static_fields,
12380 copy_cfront_struct_fields): Obsolete functions.
12381 (define_symbol, read_one_struct_field): Obsolete cfront support.
12382 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12383 Update Copyright year.
12384
7789c6f5
EZ
123852003-01-13 Elena Zannoni <ezannoni@redhat.com>
12386
12387 * stack.c (print_frame_info, print_stack_frame_base_stub,
12388 print_stack_frame_base, show_and_print_stack_frame_stub,
12389 show_and_print_stack_frame, print_only_stack_frame_stub,
12390 print_only_stack_frame): Delete functions.
12391 (print_stack_frame_stub): Call print_frame_info instead of
12392 print_frame_info_base.
12393 (print_frame_info_base): Rename to print_frame_info.
12394 (backtrace_command_1): Call print_frame_info, instead of
12395 print_frame_info_base.
12396 (current_frame_command): Call print_stack_frame, instead of
12397 print_only_stack_frame.
12398 (frame_command): Call print_stack_frame, instead of
12399 show_and_print_stack_frame.
12400 (up_command): Ditto.
12401 (down_command): Ditto.
12402 * frame.h (print_only_stack_frame): Delete prototype.
12403 * infrun.c (normal_stop): Call print_stack_frame, instead of
12404 show_and_print_stack_frame.
12405 * thread.c (info_threads_command): Call print_stack_frame, instead
12406 of print_only_stack_frame.
12407
3f5a3016
AC
124082003-01-13 Andrew Cagney <ac131313@redhat.com>
12409
d99ba314
AC
12410 * README (Graphical interface to GDB): Update URL. Point at
12411 gdb/links/.
12412
3f5a3016
AC
12413 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12414 version match.
12415
083ae935
DJ
124162003-01-13 Daniel Jacobowitz <drow@mvista.com>
12417
12418 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12419 lines.
12420
5365276c
DJ
124212003-01-13 Daniel Jacobowitz <drow@mvista.com>
12422
12423 * thread-db.c (attach_thread): Prototype.
12424 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12425 thread information (ti), and valid flags (th_valid, ti_valid).
12426 (attach_thread): Move target_pid_to_str call to after the thread
12427 is added to GDB's list. Initialize the cache.
12428 (thread_get_info_callback, thread_db_map_id2thr)
12429 (thread_db_get_info): New functions.
12430 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12431 (thread_db_store_registers, thread_db_thread_alive)
12432 (thread_db_get_thread_local_address): Use them.
12433 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12434 of calling error() for threads in unknown state.
12435
12436 (clear_lwpid_callback): New function.
12437 (thread_db_resume): Use it to clear the cache.
12438
9fc30b6b
DJ
124392003-01-13 Daniel Jacobowitz <drow@mvista.com>
12440
12441 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12442 (resume_callback): Remove dead code.
12443
8f871025
AC
124442003-01-13 Andrew Cagney <ac131313@redhat.com>
12445
12446 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12447 predicate.
12448 * gdbarch.h, gdbarch.c: Regenerate.
12449 * stack.c (frame_info): Only initialize the saved registers when
12450 FRAME_INIT_SAVED_REGS_P.
12451 * frame.c (frame_saved_regs_register_unwind): Assert
12452 FRAME_INIT_SAVED_REGS_P.
12453 (deprecated_generic_get_saved_register): Ditto.
12454
3f565f1e
DJ
124552003-01-13 Daniel Jacobowitz <drow@mvista.com>
12456
12457 * source.c (openp): Squelch warning about "filename".
12458
072b1022
DJ
124592003-01-13 Daniel Jacobowitz <drow@mvista.com>
12460
12461 * source.c (openp): If the file does not exist don't necessarily
12462 search the path.
12463
973ccf8b
DJ
124642003-01-13 Daniel Jacobowitz <drow@mvista.com>
12465
12466 Fix PR gdb/872.
12467 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12468 (integer_types_same_name_p): New function.
12469 (rank_one_type): Use it.
12470 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12471
030292b7
DJ
124722003-01-13 Daniel Jacobowitz <drow@mvista.com>
12473
12474 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12475 variables.
12476 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12477 * configure.in: Add --with-sysroot.
12478 * configure: Regenerated.
12479 * main.c (gdb_sysroot): New variable.
12480 (captured_main): Initialize gdb_sysroot.
12481 * defs.h (gdb_sysroot): New extern declaration.
12482 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12483
afb5d334
MC
124842003-01-12 Michael Chastain <mec@shout.net>
12485
12486 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12487
751ceeb4
MC
124882003-01-12 Michael Chastain <mec@shout.net>
12489
12490 * top.c (print_gdb_version): Bump copyright year to 2003.
12491
94cd26f8
DC
124922003-01-12 David Carlton <carlton@bactrian.org>
12493
12494 * linespec.c (symtab_from_filename): Rename variable 's' to
12495 'file_symtab'.
12496
1ce79225
AC
124972003-01-12 Andrew Cagney <ac131313@redhat.com>
12498
12499 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12500 dummy frame.
12501 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12502
fa1fd571
AC
125032003-01-12 Andrew Cagney <ac131313@redhat.com>
12504
12505 * d10v-tdep.c: Include "gdb_assert.h".
12506 (d10v_store_return_value): Rewrite to match current interface.
12507 (d10v_extract_struct_value_address): Ditto.
12508 (d10v_extract_return_value): Ditto.
12509 (d10v_gdbarch_init): Set store_restore_value,
12510 extract_struct_value_address and extract_return_value.
12511
68b8d23e
JB
125122003-01-12 J. Brobecker <brobecker@gnat.com>
12513
12514 * hpread.c (set_namestring): New procedure replacing the
12515 SET_NAMESTRING macro.
12516 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12517 by calls to set_namestring.
12518
125192003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
12520
12521 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12522 a compilation warning.
12523 (hpread_process_one_debug_symbol): Likewise.
12524
88d262ca
DC
125252003-01-10 David Carlton <carlton@math.stanford.edu>
12526
12527 * linespec.c (decode_line_1): Rename variable 's' to
12528 'file_symtab'.
12529 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12530 (decode_dollar): Ditto.
12531 (decode_variable): Ditto.
12532 (symbol_found): Ditto.
12533
86669319
MC
125342003-01-09 Michael Chastain <mec@shout.net>
12535
12536 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12537
616a9dc4
CV
125382003-01-07 Corinna Vinschen <vinschen@redhat.com>
12539
12540 * win32-nat.c (set_process_privilege): New function.
12541 (child_attach): Call set_process_privilege() to enable the
12542 SE_DEBUG_NAME user privilege if available in process token.
12543
3269bcfa
JB
125442003-01-10 J. Brobecker <brobecker@gnat.com>
12545
12546 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12547 compilation error in the previous revision.
12548
2b0ee454
DC
125492003-01-09 David Carlton <carlton@math.stanford.edu>
12550
12551 * linespec.c: Update copyright.
12552
b3ba1b44
DJ
125532003-01-09 Daniel Jacobowitz <drow@mvista.com>
12554
12555 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
12556 than inferior_ptid.
12557 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
12558
4ef3f3be
AC
125592003-01-09 Andrew Cagney <ac131313@redhat.com>
12560
479ab5a0
AC
12561 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
12562 Update comments.
12563 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
12564 (frame_saved_regs_zalloc): Update.
12565 (frame_saved_regs_register_unwind): Update.
12566 (create_new_frame): Update.
12567 (get_prev_frame): Update.
12568 (frame_extra_info_zalloc): Update.
12569 (deprecated_get_frame_saved_regs): Update.
12570 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
12571 * cris-tdep.c: Update comment.
12572
bde58177
AC
12573 * somsolib.h: Fix function indentation.
12574 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
12575 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
12576 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
12577 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
12578 * somsolib.c, inftarg.c: Remove assignment in if conditional.
12579
4ef3f3be
AC
12580 * infrun.c (follow_fork): Use ISO C definition.
12581 * expprint.c (print_subexp): Use xfree instead of free.
12582 * charset.c: Include "gdb_string.h" instead of <string.h>.
12583 (register_iconv_charsets): Use ISO C definition.
12584 (host_charset, target_charset): Ditto.
12585 * Makefile.in (charset.o): Update dependencies.
12586 (mi-cmd-env.o): Update dependencies.
12587
1c615f7a
AC
125882003-01-08 Andrew Cagney <cagney@redhat.com>
12589
12590 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
12591 get_frame_base.
12592
c9a1dc08
AC
125932003-01-08 Andrew Cagney <ac131313@redhat.com>
12594
12595 * gdb_mbuild.sh: Add --keep option. When specified, keep the
12596 build directories. Save edited gdb output in Mbuild.log. If a
12597 build fails, remove any final GDB executable.
12598
dbad9d94
AC
125992003-01-08 Andrew Cagney <ac131313@redhat.com>
12600
12601 * gdb_mbuild.sh: Edit the output of `maint print architecture'
12602 replacing hex constants with function names and stripping leading
12603 file name directory prefixes.
12604
8d357cca
AC
126052003-01-08 Andrew Cagney <cagney@redhat.com>
12606
12607 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
12608 get_frame_base.
12609
bca02a8a
DC
126102003-01-08 David Carlton <carlton@math.stanford.edu>
12611
12612 * linespec.c (decode_line_1): Move code into decode_variable.
12613 (decode_variable): New function.
12614
7f8ab3a0
AC
126152003-01-08 Andrew Cagney <ac131313@redhat.com>
12616
12617 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
12618
7b5849cc
AC
126192003-01-08 Andrew Cagney <cagney@redhat.com>
12620
12621 * cris-tdep.c (cris_frame_init_saved_regs): Use
12622 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
12623 saved_regs buffer.
12624 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
12625 (sh64_nofp_frame_init_saved_regs): Ditto.
12626 (sh_fp_frame_init_saved_regs): Ditto.
12627 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
12628 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12629 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12630 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12631
72a5efb3
DJ
126322003-01-08 Daniel Jacobowitz <drow@mvista.com>
12633
12634 * minsyms.c (lookup_minimal_symbol): Update comment.
12635 (lookup_minimal_symbol_text): Update comment. Use the hash table.
12636 (lookup_minimal_symbol_solib_trampoline): Likewise.
12637
11c02a10
AC
126382003-01-08 Andrew Cagney <cagney@redhat.com>
12639
aab3ea25
AC
12640 * d10v-tdep.c (d10v_init_extra_frame_info): Use
12641 frame_relative_level.
12642
da50a4b7
AC
12643 * alpha-tdep.c: Use get_frame_extra_info.
12644 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12645 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
12646 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12647 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
12648
11c02a10
AC
12649 * alpha-tdep.c: Use get_next_frame.
12650 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12651 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
12652 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
12653 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
12654 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
12655 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
12656 * xstormy16-tdep.c: Ditto.
8ffd9b1b 12657
1e2330ba
AC
126582003-01-07 Andrew Cagney <cagney@redhat.com>
12659
12660 * alpha-tdep.c: Use get_frame_base.
12661 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
12662 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
12663 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
12664 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
12665 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
12666 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
12667 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
12668 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 12669
2d75187b
AC
126702003-01-07 Andrew Cagney <cagney@redhat.com>
12671
12672 * frame.c (deprecated_get_frame_context): New function.
12673 (deprecated_set_frame_context): New function.
12674 * frame.h (deprecated_get_frame_context): Declare.
12675 (deprecated_set_frame_context): Declare.
12676 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
12677 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 12678
483d36b2
AC
126792003-01-07 Andrew Cagney <cagney@redhat.com>
12680
12681 * frame.c (deprecated_set_frame_next_hack): New function.
12682 (deprecated_set_frame_prev_hack): New function.
12683 * frame.h (deprecated_set_frame_next_hack): Declare.
12684 (deprecated_set_frame_prev_hack): Declare.
12685 * mcore-tdep.c (analyze_dummy_frame): Use
12686 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
12687 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12688
14e91ac5
DC
126892003-01-07 David Carlton <carlton@math.stanford.edu>
12690
12691 * linespec.c (decode_line_1): Move code into decode_dollar.
12692 (decode_dollar): New function.
12693
b0c6b05c
AC
126942003-01-07 Andrew Cagney <cagney@redhat.com>
12695
12696 * arm-tdep.c (arm_init_extra_frame_info): Use
12697 deprecated_update_frame_base_hack.
12698 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
12699 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
12700 (fix_frame_pointer): Ditto.
12701 (mn10300_analyze_prologue): Ditto.
12702
a00a19e9
AC
127032003-01-07 Andrew Cagney <cagney@redhat.com>
12704
12705 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
12706 extra_info using frame_extra_info_zalloc.
12707 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
12708 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
12709 (sh64_init_extra_frame_info): Ditto.
12710 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
12711 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
12712 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
12713 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
12714 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
12715 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
12716 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
12717 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
12718 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
12719 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
12720 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
12721 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
12722
12723 * mn10300-tdep.c (analyze_dummy_frame): Use
12724 deprecated_set_frame_extra_info_hack.
12725 * mcore-tdep.c (analyze_dummy_frame): Ditto.
12726
1fb4c65b
JB
127272003-01-07 J. Brobecker <brobecker@gnat.com>
12728
12729 * mdebugread.c (parse_symbol): Skip stProc entries which storage
12730 class is not scText. These do not define "real" procedures.
12731 (parse_partial_symbols): Likewise.
12732
9fe7d6bf
MS
127332003-01-06 Michael Snyder <msnyder@redhat.com>
12734
12735 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
12736
f6c609c4
AC
127372003-01-06 Andrew Cagney <ac131313@redhat.com>
12738
12739 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
12740 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
12741 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
12742 deprecated_frame_xmalloc_with_cleanup.
12743 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
12744 deprecated_frame_xmalloc.
12745 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
12746 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
12747
d995ff4b
AC
127482003-01-06 Andrew Cagney <cagney@redhat.com>
12749
84dc46cb
AC
12750 * x86-64-linux-tdep.c: Include "osabi.h".
12751 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
12752
d995ff4b
AC
12753 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
12754
66140c26
AC
127552003-01-06 Andrew Cagney <cagney@redhat.com>
12756
12757 * MAINTAINERS (Target Instruction Set Architectures): Update
12758 arm-elf. Can be built with -Werror, has been multiarched.
12759
12760 * value.h (unpack_long): Make buffer parameter constant.
12761 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
12762 * scm-lang.h (scm_parse): Ditto.
12763 * defs.h (extract_typed_address, extract_address): Ditto.
12764 (extract_long_unsigned_integer): Ditto.
12765 * inferior.h (unsigned_pointer_to_address): Ditto.
12766 (signed_pointer_to_address): Ditto.
12767 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
12768 * gdbarch.h, gdbarch.c: Regenerate.
12769 * findvar.c (extract_long_unsigned_integer): Update.
12770 (extract_address): Update.
12771 (extract_typed_address): Update.
12772 (unsigned_pointer_to_address): Update.
12773 * values.c (unpack_long): Update.
12774 (unpack_double): Update.
12775 (unpack_pointer): Update.
12776 (unpack_field_as_long): Update.
12777 * d10v-tdep.c (d10v_pointer_to_address): Update.
12778 * avr-tdep.c (avr_pointer_to_address): Update.
12779 * scm-lang.c (scm_unpack): Update.
12780 * findvar.c (signed_pointer_to_address): Update.
12781
b089b3da
ML
127822003-01-06 Michal Ludvig <mludvig@suse.cz>
12783
8ffd9b1b 12784 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
12785 since it is in i386-tdep.c.
12786
aff87235
JB
127872003-01-06 J. Brobecker <brobecker@gnat.com>
12788
12789 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
12790 failure introduced in the previous change.
12791
34f5e845
MC
127922003-01-05 Michael Chastain <mec@shout.net>
12793
12794 * README: Remove references to deleted remote-*.c files:
12795 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
12796 remote-nrom.c, remote-os9k.c, remote-udi.c.
12797
28bcfd30
MK
127982003-01-05 Mark Kettenis <kettenis@gnu.org>
12799
12800 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
12801 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
12802 i386_get_longjmp_target.
12803
15a5b3ee
AC
128042003-01-05 Andrew Cagney <ac131313@redhat.com>
12805
12806 * arm-tdep.c (prologue_cache): Change to a pointer.
12807 (_initialize_arm_tdep): Allocate prologue_cache.
12808 (check_prologue_cache): Update.
12809 (save_prologue_cache): Update.
12810 (arm_gdbarch_init): Update.
12811
c263362b
DJ
128122003-01-04 Daniel Jacobowitz <drow@mvista.com>
12813
12814 * stabsread.c (update_method_name_from_physname): Call complaint()
12815 instead of error.
12816
51603483
DJ
128172003-01-04 Daniel Jacobowitz <drow@mvista.com>
12818
12819 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
12820 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
12821 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
12822
12823 * blockframe.c: Include "gdbcmd.h" and "command.h".
12824 (backtrace_below_main): New variable.
12825 (file_frame_chain_valid, func_frame_chain_valid)
12826 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
12827 (generic_func_frame_chain_valid): Remove functions.
12828 (frame_chain_valid, do_flush_frames_sfunc): New functions.
12829 (_initialize_blockframe): New function.
12830 * Makefile.in (blockframe.o): Update dependencies.
12831 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
12832 comment. Call frame_chain_valid ().
12833 * frame.h: Remove old prototypes. Add prototype for
12834 frame_chain_valid and update comments to match.
12835 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
12836 Remove old comment.
12837 * gdbarch.h: Regenerated.
12838 * gdbarch.c: Regenerated.
12839
12840 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12841 set_gdbarch_frame_chain_valid.
12842 * avr-tdep.c (avr_gdbarch_init): Likewise.
12843 * cris-tdep.c (cris_gdbarch_init): Likewise.
12844 * frv-tdep.c (frv_gdbarch_init): Likewise.
12845 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
12846 * i386-tdep.c (i386_svr4_init_abi): Likewise.
12847 (i386_nw_init_abi): Likewise.
12848 (i386_gdbarch_init): Likewise.
12849 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
12850 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12851 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12852 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
12853 * mips-tdep.c (mips_gdbarch_init): Likewise.
12854 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12855 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
12856 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
12857 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12858 * s390-tdep.c (s390_gdbarch_init): Likewise.
12859 * sh-tdep.c (sh_gdbarch_init): Likewise.
12860 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
12861 * v850-tdep.c (v850_gdbarch_init): Likewise.
12862 * vax-tdep.c (vax_gdbarch_init): Likewise.
12863 * x86-64-tdep.c (x86_64_init_abi): Likewise.
12864
12865 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
12866 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
12867 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
12868 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
12869 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
12870 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
12871 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
12872 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
12873
b00a8037
DJ
128742002-01-04 Daniel Jacobowitz <drow@mvista.com>
12875
12876 * Makefile.in (acconfig_h): Remove incorrect macro.
12877 (config_h): Define.
12878 (osabi.o): Update dependencies.
12879 * configure.tgt: Set gdb_osabi based on target triplet.
12880 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
12881 * configure: Regenerated.
12882 * config.in: Regenerated.
12883 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
12884 (GDB_OSABI_DEFAULT): Define if not already defined.
12885 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
12886 (set_osabi_string): New variables.
12887 (gdbarch_register_osabi): Add new OS ABI to
12888 gdb_osabi_available_names.
12889 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
12890 (set_osabi, show_osabi): New functions.
12891 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
12892
4be87837
DJ
128932003-01-04 Daniel Jacobowitz <drow@mvista.com>
12894
12895 * arch-utils.c (gdbarch_info_init): Set osabi to
12896 GDB_OSABI_UNINITIALIZED.
12897 * gdbarch.sh: Add osabi to struct gdbarch and to struct
12898 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
12899 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
12900 * gdbarch.c: Regenerated.
12901 * gdbarch.h: Regenerated.
12902 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
12903 there's no BFD.
12904 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
12905 * osabi.h (enum gdb_osabi): Move to defs.h.
12906 (gdbarch_init_osabi): Update prototype.
12907 * defs.h (enum gdb_osabi): Moved here.
12908 * Makefile.in: Update dependencies.
12909
12910 * alpha-tdep.h: Don't include "osabi.h".
12911 (struct gdbarch_tdep): Remove osabi member.
12912 * alpha-tdep.c: Include "osabi.h".
12913 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12914 iterate over arches. Update call to gdbarch_init_osabi.
12915 (alpha_dump_tdep): Don't dump osabi.
12916 * alpha-linux-tdep.c: Include "osabi.h".
12917 * alpha-osf1-tdep.c: Include "osabi.h".
12918 * alphafbsd-tdep.c: Include "osabi.h".
12919 * alphanbsd-tdep.c: Include "osabi.h".
12920
12921 * arm-tdep.h: Don't include "osabi.h".
12922 (struct gdbarch_tdep): Remove osabi member.
12923 * arm-tdep.c: Include "osabi.h".
12924 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12925 iterate over arches. Update call to gdbarch_init_osabi.
12926 (arm_dump_tdep): Don't dump osabi.
12927 * arm-linux-tdep.c: Include "osabi.h".
12928 * armnbsd-tdep.c: Include "osabi.h".
12929
12930 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
12931 Update call to gdbarch_init_osabi.
12932
12933 * i386-tdep.h: Don't include "osabi.h".
12934 (struct gdbarch_tdep): Remove osabi member.
12935 * i386-tdep.c: Include "osabi.h".
12936 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12937 iterate over arches. Update call to gdbarch_init_osabi.
12938 (i386_dump_tdep): Don't dump osabi.
12939 * i386-linux-tdep.c: Include "osabi.h".
12940 * i386-sol2-tdep.c: Include "osabi.h".
12941 * i386bsd-tdep.c: Include "osabi.h".
12942 * i386gnu-tdep.c: Include "osabi.h".
12943 * i386ly-tdep.c: Include "osabi.h".
12944 * i386nbsd-tdep.c: Include "osabi.h".
12945 * i386obsd-tdep.c: Include "osabi.h".
12946
12947 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
12948 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12949 check osabi when iterating over arches. Update call to
12950 gdbarch_init_osabi.
12951 (mips_dump_tdep): Don't dump osabi.
12952
12953 * ns32k-tdep.h: Don't include "osabi.h".
12954 (struct gdbarch_tdep): Remove.
12955 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
12956 gdbarch_lookup_osabi. Don't iterate over arches. Don't
12957 allocate tdep. Update call to gdbarch_init_osabi.
12958 (ns32k_dump_tdep): Remove.
12959 (_initialize_ns32k_tdep): Update call to gdbarch_register.
12960 * ns32knbsd-tdep.c: Include "osabi.h".
12961
12962 * ppc-tdep.h: Don't include "osabi.h".
12963 (struct gdbarch_tdep): Remove osabi member.
12964 * rs6000-tdep.c: Include "osabi.h".
12965 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
12966 osabi when iterating over arches. Update call to
12967 gdbarch_init_osabi.
12968 (rs6000_dump_tdep): Don't dump osabi.
12969 * ppc-linux-tdep.c: Include "osabi.h".
12970 * ppcnbsd-tdep.c: Include "osabi.h".
12971
12972 * sh-tdep.h: Don't include "osabi.h".
12973 (struct gdbarch_tdep): Remove osabi member.
12974 * sh-tdep.c: Include "osabi.h".
12975 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12976 iterate over arches. Update call to gdbarch_init_osabi.
12977 (sh_dump_tdep): Don't dump osabi.
12978 * shnbsd-tdep.c: Include "osabi.h".
12979
12980 * sparc-tdep.c: Include "osabi.h".
12981 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12982 iterate over arches. Update call to gdbarch_init_osabi.
12983 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
12984 tdep structure.
12985
12986 * vax-tdep.h: Don't include "osabi.h".
12987 (struct gdbarch_tdep): Remove.
12988 * vax-tdep.c: Include "osabi.h".
12989 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
12990 iterate over arches. Don't allocate tdep. Update call
12991 to gdbarch_init_osabi.
12992 (vax_dump_tdep): Remove.
12993 (_initialize_vax_tdep): Update call to gdbarch_register.
12994
a881cf8e
DJ
129952003-01-04 Daniel Jacobowitz <drow@mvista.com>
12996
12997 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
12998 entirely.
12999 (breakpoint_re_set_one): Don't fetch the value for a disabled
13000 watchpoint.
13001
1e698235
DJ
130022003-01-04 Daniel Jacobowitz <drow@mvista.com>
13003
13004 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13005 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13006 (COERCE_FLOAT_TO_DOUBLE): Remove.
13007 * gdbarch.c: Regenerate.
13008 * gdbarch.h: Regenerate.
13009 * Makefile.in: Remove value_h from gdbarch_h.
13010 * valops.c (coerce_float_to_double): New variable.
13011 (default_coerce_float_to_double): Remove.
13012 (standard_coerce_float_to_double): Remove.
13013 (value_arg_coerce): Use coerce_float_to_double.
13014 (_initialize_valops): Add "set coerce-float-to-double".
13015 * value.h (default_coerce_float_to_double): Remove prototype.
13016 (standard_coerce_float_to_double): Remove prototype.
13017
13018 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13019 prototyped.
13020 * mdebugread.c (parse_symbol): Likewise.
13021 * stabsread.c (define_symbol): Mark all functions as prototyped.
13022
13023 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13024 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13025 set_gdbarch_coerce_float_to_double.
13026 * arm-tdep.c (arm_gdbarch_init): Likewise.
13027 * frv-tdep.c (frv_gdbarch_init): Likewise.
13028 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13029 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13030 * mips-tdep.c (mips_gdbarch_init): Likewise.
13031 (mips_coerce_float_to_double): Remove.
13032 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13033 (rs6000_coerce_float_to_double): Remove.
13034 * s390-tdep.c (s390_gdbarch_init): Likewise.
13035 * sh-tdep.c (sh_gdbarch_init): Likewise.
13036 (sh_coerce_float_to_double): Remove.
13037 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13038 (sparc_coerce_float_to_double): Remove.
13039 * v850-tdep.c (v850_gdbarch_init): Likewise.
13040 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13041 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13042 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13043 (hppa_coerce_float_to_double): Remove prototype.
13044 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13045
f436a26a
DJ
130462003-01-04 Daniel Jacobowitz <drow@mvista.com>
13047
13048 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13049
248f8055
DJ
130502003-01-04 Daniel Jacobowitz <drow@mvista.com>
13051
13052 Suggested by Stewart Brown <sb24@avaya.com>:
13053 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13054 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13055 (c_type_print_varspec_suffix): Likewise.
13056
72cfdc76
MK
130572003-01-04 Mark Kettenis <kettenis@gnu.org>
13058
bfd260bb
MK
13059 * configure.in: Don't set and AC_SUBST SUBDIRS.
13060 * configure: Regenerated.
13061
72cfdc76
MK
13062 * configure.in: Remove code dealing with shared libraries.
13063 * Makefile.in: Remove HLDFLAGS and HLDENV.
13064 * configure: Regenerated.
13065
c8b8a898
AC
130662003-01-04 Andrew Cagney <ac131313@redhat.com>
13067
13068 * frame.c (deprecated_frame_xmalloc): New function.
13069 (deprecated_set_frame_saved_regs_hack): New function.
13070 (deprecated_set_frame_extra_info_hack): New function.
13071 * frame.h (deprecated_frame_xmalloc): Declare.
13072 (deprecated_set_frame_saved_regs_hack): Declare.
13073 (deprecated_set_frame_extra_info_hack): Declare.
13074
14abd0fb
MK
130752003-01-04 Mark Kettenis <kettenis@gnu.org>
13076
8ee53726
MK
13077 * configure.in: Move code that provides the --enable-gdbtk option
13078 right after the code that handles the --enable-tui option, and
13079 polish it somewhat.
13080 * configure: Regenerated.
13081
14abd0fb
MK
13082 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13083 AC_CHECK_FUNCS and remove the old check for pread64.
13084 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13085 * acconfig.h (_GNU_SOURCE): Add.
13086 (HAVE_PREAD64): Remove.
13087 * configure, aclocal.m4, config.in: Regenerated.
13088
b2fb4676
AC
130892003-01-03 Andrew Cagney <ac131313@redhat.com>
13090
13091 * alpha-tdep.c: Use get_frame_saved_regs.
13092 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13093 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13094 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13095 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13096 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13097
8dcde887
MK
130982003-01-03 Mark Kettenis <kettenis@gnu.org>
13099
13100 * configure.in: Remove all use of the SUBDIRS variable; add
13101 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13102 code providing the --enable-multi-ice option, and move it right in
13103 front of the code that checks whether gdbserver is supported.
13104 Polish that too.
13105 * configure: Regenerated.
13106 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13107 @SUBDIRS@.
13108
8ccd593b
AC
131092003-01-03 Andrew Cagney <cagney@redhat.com>
13110
13111 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13112 * avr-tdep.c, cris-tdep.c: Ditto.
13113 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13114 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 13115
91151a06
MK
131162003-01-03 Mark Kettenis <kettenis@gnu.org>
13117
13118 * configure.in: Remove --enable-netrom option.
13119 * configure: Regenerated.
13120
8fe84d01
MK
131212003-01-03 Mark Kettenis <kettenis@gnu.org>
13122
13123 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13124 declaration for `struct re_pattern_buffer' instead.
13125 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13126
f0394be6
JB
131272003-01-03 J. Brobecker <brobecker@gnat.com>
13128
13129 * mdebugread.c (parse_symbol): Count until the stEnd matching
13130 the structure name.
13131
27e9bf90
MK
131322003-01-02 Mark Kettenis <kettenis@gnu.org>
13133
93d331ba
MK
13134 * configure.in: Remove --with-cpu option.
13135 subscripts. Remove evil changequotes here.
13136 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13137 * config.in, configure: Regenerated.
8ffd9b1b 13138
27e9bf90
MK
13139 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13140 * configure.in: Cleanup section that sources GDB and BFD configure
13141 subscripts. Remove evil changequotes here.
13142 * config.in, configure: Regenerated.
13143
50abf9e5
AC
131442003-01-02 Andrew Cagney <ac131313@redhat.com>
13145
13146 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13147 frame accessor methods.
13148 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13149 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13150 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13151 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13152 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13153 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13154 * z8k-tdep.c: Ditto.
8ffd9b1b 13155
287c1a40
MK
131562003-01-02 Mark Kettenis <kettenis@gnu.org>
13157
f5dbc56d
MK
13158 * configure.in: Remove UI_OUT configuration code.
13159 * ada-lang.c: Update assuming UI_OUT is always true.
13160 * Makefile.in (UIOUT_CFLAGS): Remove.
13161 * configure: Regenerated.
13162 * TODO: Remove blurb about elimination of -DUI_OUT.
13163
627af7ea
MK
13164 * configure.in: Move code that provides the --enable-gdbcli,
13165 --enable-gdbmi options right before the code that handles the
13166 --enable-tui option. Polish a bit.
13167 * configure: Regenerated.
13168
06825bd1
MK
13169 * configure.in: Rewrite check for GNU regex and the
13170 --without-included regex option, and move it into the "Checks for
13171 library functions" section. This makes us use the system regex
13172 again by default on systems with version 2 of the GNU C library.
13173 This was apparently broken.
13174 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13175 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13176 * config.in, configure: Regenerated.
13177
287c1a40
MK
13178 * configure.in: Move code that provides the --enable-tui option
13179 before the "Checks for libraries" section. Polish the code
13180 somewhat and set need_curses to yes if we build the TUI. Rewrite
13181 code that looks for a library providing termcap functionality to
13182 match more closely what's done in the Readline library, and move
13183 it into to the "Checks for libraries" section.
13184 * configure: Regenerated.
13185 * Makefile.in (TERMCAP): Remove variable.
13186 * config/i386/go32.mh (TERMCAP): Remove variable.
13187
684e56bf
AC
131882003-01-02 Andrew Cagney <ac131313@redhat.com>
13189
13190 * MAINTAINERS: Mention gdb_mbuild.sh.
13191 * gdb_mbuild.sh: Rewrite.
13192
e1ea1d75
MK
131932003-01-02 Mark Kettenis <kettenis@gnu.org>
13194
13195 * configure.in: Fix typo in last change.
13196 * config.in, configure: Regenerated.
13197
1b831c93
AC
131982003-01-02 Andrew Cagney <ac131313@redhat.com>
13199
13200 * valarith.c (value_binop): Delete obsolete code and comments.
13201 * configure.host: Ditto.
13202 * buildsym.h (make_blockvector): Ditto.
13203 * buildsym.c (make_blockvector): Ditto.
13204 * defs.h (enum language): Ditto.
13205 (chill_demangle): Ditto.
13206 * elfread.c (elf_symtab_read): Ditto.
13207 * dwarfread.c (CHILL_PRODUCER): Ditto.
13208 (set_cu_language): Ditto.
13209 (handle_producer): Ditto.
13210 * expprint.c (print_subexp): Ditto.
13211 * gdbtypes.c (chill_varying_type): Ditto.
13212 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13213 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13214 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13215 (chill_varying_type): Ditto.
13216 * language.h (_LANG_chill): Ditto.
13217 * language.c (binop_result_type, integral_type): Ditto.
13218 (character_type, string_type, structured_type): Ditto.
13219 (lang_bool_type, binop_type_check): Ditto.
13220 * stabsread.h (os9k_stabs): Ditto.
13221 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13222 (define_symbol, read_type, read_struct_fields): Ditto.
13223 (read_array_type, read_enum_type, read_huge_number): Ditto.
13224 (read_range_type, start_stabs): Ditto.
13225 * symfile.c (init_filename_language_table): Ditto.
13226 (add_psymbol_with_dem_name_to_list): Ditto.
13227 * symtab.c (symbol_init_language_specific): Ditto.
13228 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13229 * symtab.h (struct general_symbol_info): Ditto.
13230 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13231 * typeprint.c (typedef_print): Ditto.
13232 * utils.c (fprintf_symbol_filtered): Ditto.
13233 * valops.c (value_cast, search_struct_field, value_slice): Delete
13234 obsolete code.
13235 (varying_to_slice): Delete function.
13236 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13237 (varying_to_slice): Delete declaration.
13238 * MAINTAINERS: Update.
13239
8bb2c122
MK
132402003-01-02 Mark Kettenis <kettenis@gnu.org>
13241
97bf5e38
MK
13242 * configure.in: Reorganize "Checks for library functions section"
13243 a bit. Remove check for `btowc' and `isascii' functions.
13244 * configure: Regenerated.
13245
5ee754fc
MK
13246 * acconfig.h (_MSE_INT_H): Remove.
13247 * configure.in: Create "Checks for header files" section, and move
13248 appropriate tests there. Don't check for objlist.h, wchar.h,
13249 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13250 misdetection fix. Also add "Checks for types", "Checks for
13251 compiler characteristics" and "Checks for library functions"
13252 sections.
13253 * config.in, configure: Regenerated.
13254
8bb2c122
MK
13255 * configure.in: Create "Checks for programs" section, and move
13256 appropriate tests there.
13257
9a156167
MK
132582003-01-01 Mark Kettenis <kettenis@gnu.org>
13259
13260 * configure.in: Create "Checks for libraries" section, and move
13261 appropriate tests there. Cleanup check for wctype in libw. Use
13262 AC_SEARCH_LIBS to see whether we need libsocket.
13263 * configure: Regenerated.
13264
a80e2bcb 13265For older changes see ChangeLog-2002
c906108c
SS
13266\f
13267Local Variables:
13268mode: change-log
13269left-margin: 8
13270fill-column: 74
13271version-control: never
13272End:
This page took 1.057188 seconds and 4 git commands to generate.