Updated Swedish translation
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4db73d49
SC
12003-07-20 Stephane Carrez <stcarrez@nerim.fr>
2
3 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
4 regcache_cooked_read_unsigned instead of read_register.
5 (m68hc11_saved_pc_after_call): Likewise.
6 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
7 instead of write_register.
8 (m68hc11_register_type): New function.
9 (m68hc11_register_virtual_type): Remove.
10 (m68hc11_store_return_value): Convert to use the regcache.
11 (m68hc11_extract_struct_value_address): Likewise.
12 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
13 m68hc11_register_type; undeprecate store_return_value and
14 extract_struct_value_address.
15
ef2b8fcd
SC
162003-07-20 Stephane Carrez <stcarrez@nerim.fr>
17
18 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
19 and translate to use regcache.
20 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
21
625b0b97
AC
222003-07-18 Andrew Cagney <cagney@redhat.com>
23
24 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
25 * gdbarch.h, gdbarch.c: Re-generate.
26 * i386-tdep.c (i386_gdbarch_init): Do not set
27 DWARF2_BUILD_FRAME_INFO.
28 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
29 unconditionally.
30 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
31 DWARF2_BUILD_FRAME_INFO.
32
22b0d388
AC
332003-07-18 Andrew Cagney <cagney@redhat.com>
34
35 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
36 * disasm.c (gdb_disassemble_info): Initilize di.arch.
37
1ce5d6dd
AC
382003-07-18 Andrew Cagney <cagney@redhat.com>
39
40 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
41 frame_unwind_address_in_block, instead of frame_pc_unwind.
42 (dwarf2_frame_cache): Ditto.
43
e6e5e94c
AC
442003-07-18 Andrew Cagney <cagney@redhat.com>
45
46 * user-regs.h (struct gdbarch): Declare opaque.
47 * ui-out.h (struct ui_file): Declare opaque.
48 * dwarf2-frame.h (struct frame_info): Declare opaque.
49
5483d879
KW
502003-07-18 Kris Warkentin <kewarken@qnx.com>
51
52 * nto-procfs.c: Clean ARI hits. Change #include <..> to
53 #include "...".
54 (procfs_meminfo): Change strerror to safe_strerror.
55 (procfs_can_run): Remove K&R badness.
56
278a7cf7
MS
572003-07-17 Michael Snyder <msnyder@redhat.com>
58
59 * remote-sim.c: Comment typo fix.
60
606e3b82
AC
612003-07-17 Andrew Cagney <cagney@redhat.com>
62
63 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
64 configure.
65 * sparc-tdep.c (sparc_intreg_size): Make non-static.
66 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
67 GDB_MULTI_ARCH_PARTIAL.
68
c43af07c
EZ
692003-07-17 Elena Zannoni <ezannoni@redhat.com>
70
71 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
72 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
73 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
74
3b85b0f1
TR
752003-07-16 Theodore A. Roth <troth@openavr.org>
76
77 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
78 found.
79 (avr_frame_unwind_cache): Don't unwind FP for main.
80 Update a comment.
81 Save the computed prev_sp.
82 (avr_saved_regs_unwinder): Remove function.
83 (avr_frame_prev_register): Use PC unwind logic from
84 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
85
336d1bba
AC
862003-07-16 Andrew Cagney <cagney@redhat.com>
87
88 * frame-base.h (frame_base_p_ftype): Delete definition.
89 (frame_base_append_predicate): Delete declaration.
90 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
91 (frame_unwind_append_predicate): Delete declaration.
92 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
93 (append_predicate): Delete parameter "p".
94 (frame_unwind_append_predicate): Delete function.
95 (frame_unwind_append_sniffer): Update call to append_predicate.
96 (frame_unwind_free): Delete function.
97 (_initialize_frame_unwind): Pass NULL as "free" to
98 register_gdbarch_data.
99 (frame_unwind_init): Append the dummy_frame_sniffer.
100 (frame_unwind_find_by_frame): Simplify.
101 * frame-base.c (struct frame_base_table): Delete field "p".
102 (append_predicate): Delete parameter "p".
103 (frame_base_append_predicate): Delete function.
104 (frame_base_append_sniffer): Update call to append_predicate.
105 (frame_base_free): Delete function.
106 (frame_base_find_by_frame): Simplify.
107 (_initialize_frame_base): Pass NULL as "free" to
108 register_gdbarch_data.
109 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
110 (x86_64_sigtramp_frame_sniffer): Replace
111 "x86_64_sigtramp_frame_p".
112 (x86_64_init_abi): Set the frame unwind sniffers.
113 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
114 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
115 (m68k_gdbarch_init): Set the frame unwind sniffers.
116 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
117 "i386_sigtramp_frame_p".
118 (i386_frame_sniffer): Replace "i386_frame_p".
119 (i386_gdbarch_init): Set the frame unwind sniffers.
120 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
121 (avr_gdbarch_init): Set the frame unwind sniffers.
122 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
123 "alpha_sigtramp_frame_p"
124 (alpha_heuristic_frame_sniffer): Replace
125 "alpha_heuristic_frame_p".
126 (alpha_gdbarch_init): Set the frame unwind sniffers.
127 (alpha_dwarf2_init_abi): Ditto.
128 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
129 "alpha_debug_frame_p".
130 (alpha_mdebug_frame_base_sniffer): Replace
131 "alpha_mdebug_frame_base_p".
132 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
133 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
134 (d10v_gdbarch_init): Set the frame unwind sniffer.
135 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
136 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
137 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
138 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
139 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
140 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
141
48db5a3c
CV
1422003-07-16 Michael Snyder <msnyder@redhat.com>
143
144 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
145 should go thru sh_dsp_register_sim_regno, else the dsp regs
146 will not get the right values.
147
1482003-07-16 Corinna Vinschen <vinschen@redhat.com>
149
150 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
151 deprecated_store_floating by call to store_typed_floating.
152 (sh_sh4_register_convert_to_raw): Substitute call to
153 deprecated_extract_floating by call to extract_typed_floating.
154
1552003-07-16 Corinna Vinschen <vinschen@redhat.com>
156
157 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
158
1592003-07-16 Corinna Vinschen <vinschen@redhat.com>
160
161 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
162 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
163 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
164 as possible.
165 (do_pseudo_register): Remove.
166 (sh_push_dummy_code): New function.
167 (sh64_store_struct_return): Rename from sh_store_struct_return.
168 Only called for sh64 now.
169 (sh_extract_struct_value_address): Regcache'ify.
170 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
171 and accomodate new tasks.
172 (sh64_push_return_address): Rename from sh_push_return_address.
173 Only called for sh64 now.
174 (sh_default_extract_return_value): Rename from sh_extract_return_value.
175 Regcache'ify.
176 (sh3e_sh4_extract_return_value): Regcache'ify.
177 (sh_default_store_return_value): Ditto.
178 (sh3e_sh4_store_return_value): Ditto.
179 (sh_default_register_byte): Remove.
180 (sh_sh4_register_byte): Remove.
181 (sh_default_register_raw_size): Remove.
182 (sh_sh4_register_raw_size): Remove.
183 (sh_register_virtual_size): Remove.
184 (sh_sh3e_register_virtual_type): Remove.
185 (sh_sh3e_register_type): New function.
186 (sh_sh4_register_virtual_type): Remove.
187 (sh_sh4_register_type): New function.
188 (sh_default_register_virtual_type): Remove.
189 (sh_default_register_type): New function.
190 (do_fv_register_info): Add parameters to accomodate call from
191 sh_print_registers_info.
192 (do_dr_register_info): Ditto.
193 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
194 Add parameters to accomodate call from sh_print_registers_info.
195 (sh_do_fp_register): Ditto.
196 (sh64_do_pseudo_register): Call do_dr_register_info,
197 do_fv_register_info and sh_do_fp_register with default parameters.
198 (sh_do_register): Add parameters to accomodate call from
199 sh_print_registers_info.
200 (sh_print_register): Ditto.
201 (sh_print_registers_info): Rename from sh_do_registers_info.
202 Add parameters to be used as gdbarch_print_registers_info
203 implementation. Accomodate removed do_pseudo_register function
204 pointer.
205 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
206 function pointer. Call sh_print_register with default parameters.
207 (sh64_do_registers_info): Call sh_print_registers_info instead of
208 sh_do_registers_info.
209 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
210 detection of deprecated vs. non-deprecated functionality.
211 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
212 function pointer assignments by direct function calls.
213
e8a89fe2
AC
2142003-07-15 Andrew Cagney <cagney@redhat.com>
215
216 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
217 (frame_register_unwind, create_new_frame): Ditto.
218 (legacy_get_prev_frame, get_frame_type): Ditto.
219 (get_frame_base_address): Use frame_base_find_by_frame.
220 (get_frame_locals_address): Use frame_base_find_by_frame.
221 (get_frame_args_address): Use frame_base_find_by_frame.
222 * frame-base.h (frame_base_sniffer_ftype): Declare.
223 (frame_base_append_sniffer): Declare.
224 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
225 * frame-base.c (append_predicate): Add a "sniffer" parameter.
226 (frame_base_append_sniffer): New function.
227 (frame_base_append_predicate): Add a NULL sniffer.
228 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
229 (struct frame_base_table): Add "sniffer".
230 (frame_base_free): Free the "sniffer" table.
231 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
232 (frame_unwind_append_sniffer): Declare.
233 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
234 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
235 (struct frame_unwind_table): Add "sniffer", delete "middle".
236 (append_predicate): Add "sniffer" parameter, append the sniffer.
237 (frame_unwind_init): Update append_predicate call.
238 (frame_unwind_append_sniffer): New function.
239 (frame_unwind_append_predicate): Update append_predicate call.
240 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
241
0714963c
AC
2422003-07-15 Andrew Cagney <cagney@redhat.com>
243
244 * frame.c (get_prev_frame): Move disabled inside_entry_func to
245 before code inhibiting repeated unwind attempts. Add to
246 commentary on that test's problems.
247 * blockframe.c (inside_main_func): Look for "main" in the minimal
248 symbol table.
249 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
250 identical.
251
d9170e22
AC
2522003-07-15 Andrew Cagney <cagney@redhat.com>
253
254 * complaints.c (struct explanation): Define.
255 (struct complaints): Change type of "explanation" to "struct
256 explanation".
257 (symfile_explanations): Convert to a "struct explanation" table.
258 (vcomplaint): Update.
259
eba29c8c
ML
2602003-07-15 Michal Ludvig <mludvig@suse.cz>
261
262 * x86-64-linux-nat.c (regmap): Removed.
263 (supply_gregset, fill_gregset): Call
264 x86_64_linux_(fill,supply)_gregset functions.
265 * x86-64-linux-tdep.c (USER_*): New defines.
266 (user_to_gdb_regmap, x86_64_core_fns): New structure.
267 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
268 New functions.
269 (fetch_core_registers): Ditto.
270 (_initialize_x86_64_linux_tdep): Call add_core_fns().
271 * x86-64-linux-tdep.h: New file.
272 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
273 and core-regset.o.
274 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
275
68cc0bfb
MK
2762003-07-13 Mark Kettenis <kettenis@gnu.org>
277
88a115f7
MK
278 * x86-64-tdep.c (x86_64_store_return_value): Use
279 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 280
68cc0bfb
MK
281 * configure.host: Add x86_64-*-freebsd*.
282 * configure.tgt: Add x86_64-*-freebsd*.
283 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
284 * amd64fbsd-nat.c: New file.
285 * amd64fbsd-tdep.c: New file.
286 * config/i386/nm-fbsd64.h: New file.
287 * config/i386/fbsd64.mh: New file.
288 * config/i386/fbsd64.mt: New file.
289
138e7be5
MK
2902003-07-11 Mark Kettenis <kettenis@gnu.org>
291
292 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
293 `sc_regs_offset' and `sc_fpregs_offset'.
294 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
295 SIGFRAME_FPREGSAVE_OFF): Remove defines.
296 (alpha_sigtramp_register_address): Rewrite to use new members of
297 `struct gdbarch_tdep'.
298 (alpha_gdbarch_init): Initialize new members of struct
299 gdbarch_tdep'.
300 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
301 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
302 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
303 (alphafbsd_pc_in_sigtramp): Implement.
304 (alphafbsd_sigtramp_offset): New function.
305 (alphafbsd_sigcontext_addr): New function.
306 (alphafbsd_init_abi): Initialize signal trampoline related members
307 of `struct gdbarch_tdep'.
308 (_initialize_alphafbsd_tdep): Add prototype.
309
95303a68
TR
3102003-07-11 Theodore A. Roth <troth@openavr.org>
311
ba292e4c
TR
312 * Makefile.in (install-only): Quote sed expression when generating
313 transformed_name.
95303a68 314
6896c0c7
RH
3152003-07-11 Richard Henderson <rth@redhat.com>
316
317 * Makefile.in (dwarf2-frame.o): Add complaints_h.
318 * dwarf2-frame.c: Include complaints.h.
319 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
320 variable initialization; return NULL on error.
321 (decode_frame_entry): New.
322
8edd5d01
AC
3232003-07-11 Andrew Cagney <cagney@redhat.com>
324
c4a09524
AC
325 * frame.h (frame_address_in_block): Delete declaration.
326 * blockframe.c (frame_address_in_block): Delete function.
327 (get_frame_block): Use get_frame_address_in_block.
328 (block_innermost_frame): Ditto.
329 * stack.c (print_frame, backtrace_command_1): Ditto.
330
8edd5d01
AC
331 * frame.h (get_frame_address_in_block): Declare.
332 (frame_unwind_address_in_block): Declare.
333 * frame.c (frame_unwind_address_in_block): New function.
334 (get_frame_address_in_block): New function.
335
f7968451
AC
3362003-07-10 Andrew Cagney <cagney@redhat.com>
337
338 * gdbarch.sh: Simplify predicate methods. Remove need to provide
339 pre-default. Note: re-generate has no effect.
340
ae99b398
AC
3412003-07-10 Andrew Cagney <cagney@redhat.com>
342
343 * gdbarch.sh: When a variable, but not a function, compare against
344 0. Fix problem in previous patch.
345 * gdbarch.c: Re-generate.
346
956ac328
AC
3472003-07-10 Andrew Cagney <cagney@redhat.com>
348
349 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
350 functions against NULL, not 0.
351 * gdbarch.c: Re-generate.
352
287c3240
FF
3532003-07-10 Fred Fish <fnf@ninemoons.com>
354
355 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
356 null string instead of a null pointer.
357 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
358
32f63c4b
MS
3592003-07-09 Michael Snyder <msnyder@redhat.com>
360
361 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
362
402ecd56
MK
3632003-07-09 Mark Kettenis <kettenis@gnu.org>
364
365 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
366 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
367 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
368 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
369 * x86-64-tdep.c: ... from here.
370
c481dac7
AS
3712003-07-09 Andreas Schwab <schwab@suse.de>
372
373 * m68k-tdep.h (enum struct_return): Define.
374 (struct gdbarch_tdep): Add struct_return.
375 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
376 bytes are padded to the right, not to the left. Pass struct value
377 address in register %a1, not on stack.
378 (m68k_use_struct_convention): New function.
379 (m68k_gdbarch_init): Set use_struct_convention. Initialize
380 struct_return in tdep to pcc_struct_return.
381 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
382 reg_struct_return.
383
64176fa3
JB
3842003-07-09 Joel Brobecker <brobecker@gnat.com>
385
386 * somread.c (som_symfile_offsets): Fix compilation error.
387
96a4ee76
AC
3882003-07-09 Andrew Cagney <cagney@redhat.com>
389
390 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
391 Add comments about the checks.
392
1517c6d1
AC
3932003-07-08 Andrew Cagney <cagney@redhat.com>
394
395 * Makefile.in: Make dependency section headers consistent.
396 (config_h): Move to $BUILD headers section.
397 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
398 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
399 (ada-exp.tab.c): Move to YACC/LEX section.
400 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
401 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
402
dc5dd1eb
KW
4032003-07-08 Kris Warkentin <kewarken@qnx.com>
404
405 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
406 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
407 of strerror with safe_strerror, use ISO C function definitions,
408 and replace instances of sprintf with snprintf.
dc5dd1eb 409
612dde91
AC
4102003-07-07 Andrew Cagney <cagney@redhat.com>
411
412 * frame.c (get_prev_frame): Enable check for identical frames.
413 Update comments. Update error messages.
414
492c11d3
JB
4152003-07-07 Joel Brobecker <brobecker@gnat.com>
416
417 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
418
376a5a49
JB
4192003-07-07 Joel Brobecker <brobecker@gnat.com>
420
421 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
422 sort_symtab_syms, no longer necessary.
423
22b4a9ad
JB
4242003-07-07 Joel Brobecker <brobecker@gnat.com>
425
426 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
427
5bbcb741
JB
4282003-07-07 Joel Brobecker <brobecker@gnat.com>
429
430 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
431 (mips_register_byte): Likewise.
432
c139e7d9
DJ
4332003-07-07 Daniel Jacobowitz <drow@mvista.com>
434
435 * Makefile.in (sparc_tdep_h): New.
436 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
437 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
438 * sparc-linux-nat.c: Include "sparc-tdep.h".
439 * sparc-nat.c: Likewise.
440 * sparc-tdep.c: Likewise.
441 * sparc64nbsd-nat.c: Likewise.
442 * sparcnbsd-nat.c: Likewise.
443 * sparcnbsd-tdep.c: Likewise.
444 * sparc-tdep.h: New file.
445 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
446 and sparc_npc_regnum.
447
fd8f87c5
DJ
4482003-07-07 Daniel Jacobowitz <drow@mvista.com>
449
450 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
451 (mips_linux_cannot_store_register): List supported instead of
452 unsupported registers.
453
13adf674
DJ
4542003-07-07 Daniel Jacobowitz <drow@mvista.com>
455
456 * disasm.c (dump_insns): Separate instructions from addresses.
457
8de307e0
AS
4582003-07-07 Andreas Schwab <schwab@suse.de>
459
460 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
461 dependencies.
462 * m68k-tdep.c (NUM_FREGS): Delete.
463 (SIG_PC_FP_OFFSET): Delete.
464 (TARGET_M68K): Delete.
465 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
466 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
467 P_MOVEL_SP, P_MOVEML_SP): Define.
468 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
469 P_TRAP): Delete.
470 (m68k_register_raw_size): Delete.
471 (m68k_register_virtual_size): Delete.
472 (m68k_register_type): Renamed from m68k_register_virtual_type and
473 add gdbarch argument.
474 (m68k_store_struct_return): Delete.
475 (m68k_deprecated_extract_return_value): Delete.
476 (m68k_deprecated_extract_struct_value_address): Delete.
477 (m68k_frame_chain): Delete.
478 (m68k_frame_saved_pc): Delete.
479 (m68k_fix_call_dummy): Delete.
480 (m68k_push_dummy_frame): Delete.
481 (m68k_pop_frame): Delete.
482 (m68k_extract_return_value): New function.
483 (m68k_store_return_value): Rewrite using regcache.
484 (m68k_extract_struct_value_address): Rewrite using regcache.
485 (m68k_push_dummy_call): New function.
486 (struct m68k_frame_cache): Define.
487 (m68k_alloc_frame_cache): New function.
488 (m68k_analyze_frame_setup): New function.
489 (m68k_analyze_register_saves): New function.
490 (m68k_analyze_prologue): New function.
491 (m68k_skip_prologue): Rewrite using above functions.
492 (m68k_unwind_pc): New function.
493 (m68k_frame_cache): New function.
494 (m68k_frame_this_id): New function.
495 (m68k_frame_prev_register): New function.
496 (m68k_frame_unwind): New variable.
497 (m68k_frame_p): New function.
498 (m68k_sigtramp_frame_cache): New function.
499 (m68k_sigtramp_frame_this_id): New function.
500 (m68k_sigtramp_frame_prev_register): New function.
501 (m68k_sigtramp_frame_unwind): New variable.
502 (m68k_sigtramp_frame_p): New function.
503 (m68k_frame_base_address): New function.
504 (m68k_frame_base): New function.
505 (m68k_unwind_dummy_id): New function.
506 (fill_gregset): Use regcache_collect.
507 (fill_fpregset): Likewise.
508 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
509 defined.
510 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
511 deprecated_init_frame_pc, deprecated_store_struct_return,
512 deprecated_extract_return_value, deprecated_store_return_value,
513 deprecated_frame_chain, deprecated_frame_saved_pc,
514 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
515 deprecated_register_virtual_size,
516 deprecated_max_register_raw_size,
517 deprecated_max_register_virtual_size,
518 deprecated_register_virtual_type, deprecated_register_size,
519 deprecated_register_byte, deprecated_register_bytes,
520 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
521 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
522 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
523 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
524 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
525 deprecated_push_dummy_frame, deprecated_pop_frame,
526 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
527 only if SYSCALL_TRAP is defined. Set extract_return_value,
528 store_return_value, extract_struct_value_address, register_type,
529 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
530 predicates.
531 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
532 M68K_MAX_REGISTER_SIZE): Define.
533 (struct m68k_sigtramp_info): Define.
534 (struct gdbarch_tdep): Add get_sigtramp_info.
535 * m68klinux-nat.c (fetch_register): Use register_size instead of
536 REGISTER_RAW_SIZE. Don't put assignment in if.
537 (store_register): Likewise.
538 (fetch_inferior_registers): Likewise.
539 (store_inferior_registers): Likewise.
540 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
541 (m68k_linux_frame_saved_pc): Delete.
542 (m68k_linux_sigcontext_reg_offset,
543 m68k_linux_ucontext_reg_offset): Define.
544 (m68k_linux_get_sigtramp_info): New function.
545 (m68k_linux_extract_return_value): Rewrite using regcache.
546 (m68k_linux_store_return_value): Likewise.
547 (m68k_linux_extract_struct_value_address): Likewise.
548 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
549 Don't set deprecated_frame_saved_pc,
550 deprecated_extract_return_value, deprecated_store_return_value,
551 deprecated_extract_struct_value_address. Set
552 extract_return_value, store_return_value,
553 extract_struct_value_address.
554
eb8bc282
AC
5552003-07-07 Andrew Cagney <cagney@redhat.com>
556
557 * expprint.c: Include "user-regs.h" instead of "frame.h".
558 (print_subexp): Use user_reg_map_regnum_to_name, instead of
559 frame_map_regnum_to_name.
560 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
561 (frame_map_name_to_regnum): Simplify, call
562 user_reg_map_name_to_regnum.
563 (frame_map_regnum_to_name): Simplify, call
564 user_reg_map_regnum_to_name.
565 (frame_register_unwind): Update.
566 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
567 (_initialize_frame_reg): Call user_reg_add_builtin.
568 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
569 (value_of_register): Use value_of_user_reg.
570 * eval.c (evaluate_subexp_standard): Update.
571 * parse.c (write_dollar_variable): Update.
572 * d10v-tdep.c (d10v_print_registers_info): Update.
573 * infcmd.c (registers_info): Update.
574 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
575 (builtin_regs_h): Delete macro.
576 (user_regs_h): Define.
577 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
578 (builtin-regs.o): Delete target.
579 (user-regs.o): Specify dependencies.
580 (expprint.o): Update dependencies.
581 (findvar.o): Update dependencies.
582 (frame.o): Update dependencies.
583 (std-regs.o): Update dependencies.
584
9f476a01
CF
5852003-07-06 Christopher Faylor <cgf@redhat.com>
586
587 * win32-nat.c (solib_symbols_add): Use one variable for all section
588 address stuff. Pass variable rather than address of variable to
589 safe_symbol_file_add.
590
a731b831
AS
5912003-07-06 Andreas Schwab <schwab@suse.de>
592
593 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
594
9f83329d
JB
5952003-07-04 Joel Brobecker <brobecker@gnat.com>
596
597 * rs6000-nat.c (vmap_symtab): Fix compilation error.
598
27e28cc5
KW
5992003-07-04 Kris Warkentin <kewarken@qnx.com>
600
601 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
602
6032003-07-04 Kris Warkentin <kewarken@qnx.com>
604
605 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
606 * config/i386/nto.mh: New file.
607 * config/i386/nm-nto.h: New file.
608 * configure.host: Add i[3456]86-*-nto*.
609
100f2e98
JB
6102003-07-03 Joel Brobecker <brobecker@gnat.com>
611
612 * remote-vx.c (vx_add_symbols): Fix compilation error.
613
e23457df
AC
6142003-07-03 Andrew Cagney <cagney@redhat.com>
615
616 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
617 * gdbarch.h, gdbarch.c: Re-generate.
618 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
619 (legacy_register_name): Declare.
620 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
621 (REGISTER_NAME): Define.
622 * sparc-tdep.c (legacy_register_name): New function.
623 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
624 (REGISTER_NAME): Define.
625 (hppa64_register_name): Declare.
626 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
627 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
628 (hppa64_register_name): New function.
629 (hppa_register_name): New function.
630 * arch-utils.c (legacy_register_name): Delete.
631 * arch-utils.h (legacy_register_name): Delete.
632
38caaeec
DJ
6332003-07-03 Daniel Jacobowitz <drow@mvista.com>
634
635 * cli/cli-interp.c (cli_interpreter_resume): Update the
636 cli_uiout's stream to gdb_stdout.
637
dadd712e
AC
6382003-07-03 Andrew Cagney <cagney@redhat.com>
639
640 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
641 predicate.
642 * gdbarch.h, gdbarch.c: Re-generate.
643 * regcache.c (init_regcache_descr): Use legacy code when either
644 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
645
c7f1390e
DJ
6462003-07-02 Daniel Jacobowitz <drow@mvista.com>
647
648 * NEWS: Move "set logging" entry into GDB 6.0 section.
649
4bc8c588
JB
6502003-07-02 Jim Blandy <jimb@redhat.com>
651
a9dd42f1
JB
652 * s390-tdep.c (struct frame_extra_info): new member:
653 'stack_bought_valid'.
654 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
655 initialize fextra_info->stack_bought.
656 (s390_frameless_function_invocation): Don't trust the value of
657 fextra_info_ptr->stack_bought unless
658 fextra_info->stack_bought_valid is set.
659
4bc8c588
JB
660 New S390 prologue analyzer.
661 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
662 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
663 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
664 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
665 compute_x_addr, s390_on_stack, s390_store,
666 s390_get_signal_frame_info): New functions.
667 (S390_NUM_SPILL_SLOTS): New macro.
668 (s390_get_frame_info): Rewritten.
669 (is_arg_reg): Deleted.
670
671 Break out the decoding of S/390 instructions into separate
672 functions, to make it more legible, and easier to check
673 against the spec.
674 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
675 is_rx, is_rxe): New functions.
676 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
677 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
678 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
679 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
680 enums for opcode values. (Is this an improvement?)
681
fd13a04a
AC
6822003-07-02 Andrew Cagney <cagney@redhat.com>
683
684 * i386-tdep.c: Revert change committed as part of trad-frame code
685 below.
686
3f8091c1
DJ
6872003-07-02 Daniel Jacobowitz <drow@mvista.com>
688
689 * breakpoint.c (insert_catchpoint): Make static.
690
8dd5115e
AS
6912003-07-02 Andreas Schwab <schwab@suse.de>
692
693 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
694 former ia64_push_arguments and ia64_push_return_address, and use
695 regcache functions instead of read/write_register.
696 (ia64_gdbarch_init): Set push_dummy_call instead of
697 deprecated_push_arguments and deprecated_push_return_address.
698
a2229c23
AJ
6992003-07-01 Andreas Jaeger <aj@suse.de>
700
701 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
702 before the call.
703 Set %rax only to number of SSE registers used.
704
3b3850e8
AC
7052003-07-01 Andrew Cagney <cagney@redhat.com>
706
707 * trad-frame.h: Update comments, a -1 .addr is reserved.
708 (trad_frame_value_p, trad_frame_addr_p): Declare.
709 (trad_frame_reg_p): Declare.
710 (trad_frame_set_value): Rename trad_frame_register_value.
711 (trad_frame_set_unknown): Declare.
712 * trad-frame.c (trad_frame_realreg_p): New function.
713 (trad_frame_addr_p, trad_frame_value_p): New function.
714 (trad_frame_set_unknown): New function.
715 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
716 (trad_frame_prev_register): Use trad_frame_realreg_p,
717 trad_frame_addr_p and trad_frame_value_p.
718 (trad_frame_set_value): Rename trad_frame_register_value.
719 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
720 and trad_frame_set_value.
a2229c23 721
4d819d0e
JB
7222003-06-30 Jim Blandy <jimb@redhat.com>
723
724 Patch from IBM (authors unspecified, probably Ulrich Weigand and
725 Gerhard Tonn) for argument passing on the S/390 and S/390x:
726 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
727 for 16 registers, and then 32 more bytes.
728 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
729 New macros.
730 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
731 Move up in the file, since it's now used by is_simple_arg.
732 (is_simple_arg): Don't assume registers are four bytes long.
733 Exclude all double arguments. Extended floats are not simple
734 args.
735 (is_power_of_two): New function.
736 (pass_by_copy_ref): Call is_power_of_two, and check that the
737 length fits in a register, rather than listing all the acceptable
738 sizes. Extended floats are not passed by reference.
739 (s390_push_arguments): Don't assume registers are four bytes long.
740 Reserve an argument register to point to the buffer for structures
741 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
742 S390_STACK_FRAME_OVERHEAD.
743
1ad828f1
AS
7442003-06-30 Andreas Schwab <schwab@suse.de>
745
746 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
747 format error message.
748
39b00981
JB
7492003-06-30 Joel Brobecker <brobecker@gnat.com>
750
751 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
752
b2a7f303
DC
7532003-06-30 David Carlton <carlton@kealia.com>
754
755 Band-aid for PR c++/1245.
756 * Makefile.in (cp-support.o): Depend on complaints_h.
757 * cp-support.c: Include complaints.h. Add declaration for
758 find_last_component.
759 (cp_find_first_component): Separate code into
760 cp_find_first_component_aux.
761 (cp_find_first_component_aux): Call demangled_name_complaint.
762 (demangled_name_complaint): New.
763
a257b5bb
AC
7642003-06-30 Andrew Cagney <cagney@redhat.com>
765
766 * remote.c (remote_write_bytes): Explicitly compute and then use
767 the payload size. Update comments to reflect. Fixes problem of
768 GDB not sending small packets as found by Fred Fish.
769
0a2cfde4
AC
7702003-06-30 Andrew Cagney <cagney@redhat.com>
771
772 * remote.c (remote_async_wait): Fix -Wformat problem.
773
3fcb8548
AC
7742003-06-29 Andrew Cagney <cagney@redhat.com>
775
776 * remote.c (remote_wait): Call error, and not warning, when the
777 packet is corrupt.
778 (remote_async_wait): Ditto.
779
9f9970a3
DJ
7802003-06-29 Daniel Jacobowitz <drow@mvista.com>
781
782 * sparc-tdep.c (sparc_y_regnum): Make external again.
783
83a8ccca
DJ
7842003-06-29 Daniel Jacobowitz <drow@mvista.com>
785
786 * cli/cli-logging.c (pop_output_files): Add void to function
787 definition.
788
d2cf594a
AC
7892003-06-29 Andrew Cagney <cagney@redhat.com>
790
791 * frame.c (frame_register_unwind): Use unsigned char when dumping
792 the buffer contents.
793
0fac0b41
DJ
7942003-06-28 Daniel Jacobowitz <drow@mvista.com>
795
796 * cli/cli-logging.c: New file.
797 * cli-out.c (struct ui_out_data): Add original_stream.
798 (cli_redirect): New function.
799 (cli_ui_out_impl): Add cli_redirect.
800 (cli_out_new): Initialize original_stream.
801 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
802 (uo_redirect, ui_out_redirect): New.
803 * ui-out.h (struct ui_out_impl): Add redirect member.
804 (redirect_ftype): New.
805 (ui_out_redirect): Add prototype.
806 * Makefile.in: Add rules for cli-logging.c.
807 * NEWS: Mention "set logging".
808
88a07d7c
EZ
8092003-06-27 Elena Zannoni <ezannoni@redhat.com>
810
811 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
812
4eb58876
AC
8132003-06-27 Andrew Cagney <cagney@redhat.com>
814
815 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
816 (m68hc11_gdbarch_init): Do not set call_dummy_address.
817 * avr-tdep.c (avr_call_dummy_address): Delete function.
818 (avr_gdbarch_init): Do not set call_dummy_address.
819
1549f619
EZ
8202003-06-27 Elena Zannoni <ezannoni@redhat.com>
821
822 * symfile.c (syms_from_objfile): Move variables to inner block.
823 Move the checks for the non-mainline case a bit earlier to avoid
824 doing some useless computations.
825
3cb3398d
EZ
8262003-06-27 Elena Zannoni <ezannoni@redhat.com>
827
828 * dwarfread.c (decode_modified_type): Gag new compiler warning.
829
3799ccc6
EZ
8302003-06-26 Elena Zannoni <ezannoni@redhat.com>
831
832 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
833 sections.
834
ce1f6491
MC
8352003-06-26 Michael Chastain <mec@shout.net>
836
837 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
838 gdb/testsuite/gdb.c++/pr-1210.exp.
839
d958dfd0
AC
8402003-06-26 Andrew Cagney <cagney@redhat.com>
841
842 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
843 altivec_expression.h and altivec_registers.h.
844
d31431ed
AC
8452003-06-26 Andrew Cagney <cagney@redhat.com>
846
847 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
848 info->mach when MIPS16. Patch suggested by Fred Fish.
849
714b1282
AC
8502003-06-26 Andrew Cagney <cagney@redhat.com>
851
852 * utils.c (internal_vproblem): Print the problem to a reason
853 buffer and then pass to query. Make the msg variable more local.
854
42efa47a
AC
8552003-06-26 Andrew Cagney <cagney@redhat.com>
856
857 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
858 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
859 * gdbarch.h, gdbarch.c: Re-generate.
860 * frame-base.c (default_frame_args_address): Update. Use
861 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
862 not available.
863 (default_frame_locals_address): Ditto for
864 DEPRECATED_FRAME_LOCALS_ADDRESS.
865 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
866 (vax_frame_num_args): Update.
867 (vax_gdbarch_init): Update.
868 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
869 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
870 * mcore-tdep.c (mcore_gdbarch_init): Update.
871 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
872 * ia64-tdep.c (ia64_gdbarch_init): Update.
873 * symtab.h (address_class): Update comments.
874 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
875 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
876 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
877 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
878 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
879 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
880 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
881 * alpha-mdebug-tdep.c: Update.
882 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
883
8ffd9b1b
AJ
8842003-06-26 Andreas Jaeger <aj@suse.de>
885
886 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
887 of SSE registers so that varargs functions work. Rework handling
888 of passing arguments on the stack.
889 (x86_64_store_return_value): Return double and float values in SSE
890 register.
891
e8ac10a6
MC
8922003-06-24 Michael Chastain <mec@shout.net>
893
894 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
895 the "constructor breakpoints ignored" bug.
896
986af8e6
DC
8972003-06-25 David Carlton <carlton@kealia.com>
898
899 * MAINTAINERS: Update e-mail address.
900
d64558a5
JB
9012003-06-24 Jim Blandy <jimb@redhat.com>
902
e538d2d7
JB
903 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
904
02631ec0
JB
905 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
906 function.
907 (ppc_linux_init_abi): Register it as the
908 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
909
e716d87a
JB
910 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
911 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
912 method.
913
d64558a5
JB
914 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
915 (ppc64_standard_linkage_target): Use it.
916
449a5da4
AC
9172003-06-23 Andrew Cagney <cagney@redhat.com>
918
919 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
920 for 0 "int0" and 4 "int32" sized registers.
921 * gdbtypes.c (builtin_type_int0): Define.
922 (build_gdbtypes): Initialize builtin_type_int0.
923 * gdbtypes.h (builtin_type_int0): Declare.
924
b2a02dda
SC
9252003-06-23 Stephane Carrez <stcarrez@nerim.fr>
926
927 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
928 as characters are unsigned.
929
fba3138e
DJ
9302003-06-22 Daniel Jacobowitz <drow@mvista.com>
931
932 PR gdb/1179
933 * dwarfread.c (struct_type): Skip static fields without crashing.
934
f6c8180b
AC
9352003-06-22 Andrew Cagney <cagney@redhat.com>
936
937 GDB 6.0 branch created.
f2c06f52
AC
938 * README: Update.
939 * PROBLEMS: Update. Empty.
940 * NEWS: Update.
f6c8180b 941
ae822768
DJ
9422003-06-22 Daniel Jacobowitz <drow@mvista.com>
943
944 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
945 Suggested by Nick Hibma <n_hibma@webweaving.org>.
946
261de166
AC
9472003-06-22 Andrew Cagney <cagney@redhat.com>
948
949 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
950 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
951 Velikov.
952
30e94205
DJ
9532003-06-22 Daniel Jacobowitz <drow@mvista.com>
954
955 * cli/cli-cmds.c (shell_escape): Silence warnings from old
956 compilers.
957
9e14d721
DJ
9582003-06-21 Daniel Jacobowitz <drow@mvista.com>
959
960 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
961 argument of val_print.
962 * cp-valprint.c (cp_print_value): Don't add the offset parameter
963 to the address argument of baseclass_offset or target_read_memory.
964 Do add it to the argument of cp_print_value_fields.
965
a4b8ebc8
AC
9662003-06-21 Andrew Cagney <cagney@redhat.com>
967
968 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
969 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
970 instead of 0..NUM_REGS.
971 (mips_register_reggroup_p): New function.
972 (mips_pseudo_register_write): New function.
973 (mips_pseudo_register_read): New function.
974 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
975 based on the register's type.
976 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
977 cooked.
978 (mips_get_saved_register): Simplify. Assert that REGNO is a
979 pseudo / cooked.
980 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
981 (mips_register_type): Replace mips_register_virtual_type. Map
982 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
983 when available.
984 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
985 that the register is cooked / virtual.
986 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
987 Only get the extra info when needed.
988 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
989 (mips32_heuristic_proc_desc): Fetch the cooked register.
990 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
991 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
992 (mips_print_register): Use gdbarch_register_type, instead of
993 REGISTER_VIRTUAL_TYPE.
994 (print_gp_register_row): Use gdbarch_register_type, instead of
995 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
996 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
997 Print the pseudo / cooked registers.
998 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
999 Print the pseudo / cooked registers.
1000 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1001 REG_NUM is pseudo / cooked.
1002 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1003 (mips_n32n64_xfer_return_value): Ditto.
1004 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1005 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1006 (mips_register_sim_regno): New function.
1007 (mips_gdbarch_init): Set deprecated_register_byte,
1008 register_group_p, pseudo_register_write, pseudo_register_read,
1009 register_sim_regno, and num_pseudo_regs. Set register_type,
1010 instead of register_virtual_type.
1011 * Makefile.in (mips-tdep.o): Update dependencies.
1012 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1013 REGISTER_VIRTUAL_TYPE.
1014 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1015 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1016 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1017 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1018 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1019
325ed089
DJ
10202003-06-21 Daniel Jacobowitz <drow@mvista.com>
1021
1022 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1023 * cli/cli-cmds.c: Include "gdb_vfork.h".
1024 (shell_escape): Use vfork.
1025
f0e7d0e8
AC
10262003-06-21 Andrew Cagney <cagney@redhat.com>
1027
c57bb9fa
AC
1028 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1029 32 bit floating-point register saves.
1030
6e51443a
AC
1031 * frame.h (deprecated_unwind_get_saved_register): Delete.
1032 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1033 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1034 and deprecated_get_next_frame_hack instead of
1035 deprecated_unwind_get_saved_register.
1036
ed183c7c
AC
1037 * mips-tdep.c (mips_dump_tdep): Do not print
1038 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1039
f0e7d0e8
AC
1040 * frame.c (get_frame_register): New function.
1041 (frame_unwind_register_signed): New function.
1042 (get_frame_register_signed): New function.
1043 (frame_unwind_register_unsigned): New function.
1044 (get_frame_register_unsigned): New function.
1045 * frame.h: Add comments on naming schema.
1046 (get_frame_register, frame_unwind_register_signed): Declare.
1047 (get_frame_register_signed, get_frame_register_signed): Declare.
1048 (frame_unwind_register_unsigned): Declare.
1049 (get_frame_register_unsigned): Declare.
1050
2224d941
TR
10512003-06-20 Theodore A. Roth <troth@openavr.org>
1052
1053 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1054
8619218d
TR
10552003-06-20 Theodore A. Roth <troth@openavr.org>
1056
1057 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1058 (avr_read_sp): Ditto.
1059
0b1b50c0
DJ
10602003-06-20 Daniel Jacobowitz <drow@mvista.com>
1061
1062 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1063 * config/arm/nm-linux.h: Likewise.
1064 * config/arm/tm-linux.h: Likewise.
1065 * config/ia64/nm-linux.h: Likewise.
1066 * config/ia64/tm-ia64.h: Likewise.
1067 * config/s390/tm-linux.h: Likewise.
1068 * config/s390/tm-s390.h: Likewise.
1069 * s390-nat.c: Likewise.
1070 * s390-tdep.c: Likewise.
1071
1072 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1073 * config/ia64/linux.mt: Likewise.
1074 * config/m68k/linux.mh: Likewise.
1075 * config/mips/linux.mt: Likewise.
1076 * config/powerpc/linux.mh: Likewise.
1077 * config/sh/linux.mt: Likewise.
1078
c8c18e65
KW
10792003-06-19 Kris Warkentin <kewarken@qnx.com>
1080
1081 * solib.c (solib_open): Change tests for whether to search
1082 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1083 comments.
1084
dcccef2e
TR
10852003-06-19 Theodore A. Roth <troth@openavr.org>
1086
1087 * avr-tdep.c (avr_frame_address): Delete function.
1088 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1089 set_gdbarch_frame_args_address.
1090
5861a190
AC
10912003-06-19 Andrew Cagney <cagney@redhat.com>
1092
1093 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1094 (REGISTER_CONVERT_FROM_TYPE): Delete.
1095 (mips_register_convert_to_type): Delete declaration.
1096 (mips_register_convert_from_type): Delete declaration.
1097 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1098 kernel/.
1099
0274a8ce
MS
11002003-06-19 Michael Snyder <msnyder@redhat.com>
1101
1102 * linux-nat.h: New file.
1103 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 1104 * lin-lwp.c: Include linux-nat.h.
0274a8ce 1105 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 1106 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
1107 (linux_make_note_section): Iterate over lwps instead of threads.
1108 (linux_do_thread_registers): Use lwp instead of merged pid.
1109 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 1110 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
1111 Add dependency on linux_nat_h.
1112
adf5f719
TR
11132003-06-19 Theodore A. Roth <troth@openavr.org>
1114
1115 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1116
6766a268
DJ
11172003-06-19 Daniel Jacobowitz <drow@mvista.com>
1118
1119 * varobj.c (get_type, get_target_type): Use check_typedef.
1120
1171114a
DJ
11212003-06-19 Daniel Jacobowitz <drow@mvista.com>
1122
1123 * breakpoint.c (insert_catchpoint): Call internal_error.
1124
adcf68a2
TR
11252003-06-19 Theodore A. Roth <troth@openavr.org>
1126
1127 * avr-tdep.c (avr_push_dummy_code): Delete function.
1128 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1129
ea67f13b
DJ
11302003-06-19 Daniel Jacobowitz <drow@mvista.com>
1131
1132 * arch-utils.c (default_prepare_to_proceed): Remove.
1133 (generic_prepare_to_proceed): Remove.
1134 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1135 (generic_prepare_to_proceed): Remove prototype.
1136 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1137 * gdbarch.c: Regenerate.
1138 * gdbarch.h: Regenerate.
1139 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1140 * hppah-nat.c (hppa_switched_threads): Remove.
1141 * infrun.c (prepare_to_proceed): New static function, copied from
1142 generic_prepare_to_proceed. Remove select_it argument.
1143 (proceed): Call prepare_to_proceed.
1144 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1145 variables.
1146 (ptrace_wait): Don't set the removed variables.
1147 (hppa_switched_threads): Remove.
1148 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1149 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1150 (lin_lwp_prepare_to_proceed): Remove prototype.
1151 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1152 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1153
4add8633
TR
11542003-06-18 Theodore A. Roth <troth@openavr.org>
1155
1156 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1157 trad-frame.h.
1158 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1159 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1160 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1161 (AVR_PROLOGUE_*): Enumerate prologue types.
1162 (struct frame_extra_info): Remove.
1163 (struct avr_unwind_cache): Define.
1164 (avr_write_sp): Delete function.
1165 (avr_read_fp): Ditto.
1166 (avr_init_extra_frame_info): Ditto.
1167 (avr_pop_frame): Ditto.
1168 (avr_frame_saved_pc): Ditto.
1169 (avr_saved_pc_after_call): Ditto.
1170 (avr_push_return_address): Ditto.
1171 (avr_frame_chain): Ditto.
1172 (avr_store_struct_return): Ditto.
1173 (avr_push_arguments): Ditto.
1174 (avr_scan_prologue): Update comments. Changed to set up the info for
1175 cache unwinding. Now returns end of prologue PC.
1176 (avr_skip_prologue): Better handling of functions lacking a prologue
1177 by using avr_scan_prologue.
1178 (avr_scan_arg_moves): New function.
1179 (avr_saved_regs_unwinder): Ditto.
1180 (avr_frame_unwind_cache): Ditto.
1181 (avr_unwind_pc): Ditto.
1182 (avr_frame_this_id): Ditto.
1183 (avr_frame_prev_register): Ditto.
1184 (avr_frame_p): Ditto.
1185 (avr_frame_base_address ): Ditto.
1186 (avr_unwind_dummy_id): Ditto.
1187 (avr_push_dummy_code): Ditto.
1188 (push_stack_item): Ditto.
1189 (pop_stack_item): Ditto.
1190 (avr_push_dummy_call): Ditto.
1191 (struct stack_item): Define.
1192 (avr_frame_unwind): Declare structure.
1193 (avr_frame_base): Ditto.
1194 (avr_gdbarch_init): Remove calls to
1195 set_gdbarch_deprecated_init_frame_pc,
1196 set_gdbarch_deprecated_target_read_fp,
1197 set_gdbarch_deprecated_dummy_write_sp,
1198 set_gdbarch_deprecated_fp_regnum,
1199 set_gdbarch_deprecated_push_arguments,
1200 set_gdbarch_deprecated_push_return_address,
1201 set_gdbarch_deprecated_pop_frame,
1202 set_gdbarch_deprecated_store_struct_return,
1203 set_gdbarch_deprecated_frame_init_saved_regs,
1204 set_gdbarch_deprecated_init_extra_frame_info,
1205 set_gdbarch_deprecated_frame_chain,
1206 set_gdbarch_deprecated_frame_saved_pc,
1207 set_gdbarch_deprecated_saved_pc_after_call.
1208 Add calls to set_gdbarch_push_dummy_call,
1209 set_gdbarch_push_dummy_code,
1210 frame_unwind_append_predicate,
1211 frame_base_set_default,
1212 set_gdbarch_unwind_dummy_id,
1213 set_gdbarch_unwind_pc.
1214 Wrap a long line.
1215
7be04a68
MS
12162003-06-18 Corinna Vinschen <vinschen@redhat.com>
1217
1218 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1219 registers for H8/300S.
1220 (h8300_print_registers_info): Ditto.
8ffd9b1b 1221 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 1222
ae087d01
DJ
12232003-06-18 Daniel Jacobowitz <drow@mvista.com>
1224
1225 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1226 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1227 (lin_lwp_wait): Likewise. Update comments.
1228 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1229 (pull_pid_from_list, linux_record_stopped_pid): New.
1230
07d8f827
SC
12312003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1232
1233 * ada-lang.c (scan_discrim_bound): Name first argument.
1234 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1235 declared by ALL_BLOCK_SYMBOLS.
1236
7cb47b14
SC
12372003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1238
1239 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1240 ("regcache.h"): Include it.
1241 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1242
6ad8ae5c
DJ
12432003-06-17 Daniel Jacobowitz <drow@mvista.com>
1244
1245 * NEWS: Mention gdbserver detach change and "disconnect" command.
1246 * infcmd.c (disconnect_command): New function.
1247 (_initialize_infcmd): Add ``disconnect'' command.
1248 * remote.c (remote_async_detach): Delete.
1249 (remote_detach): Merge remote_async_detach.
1250 (remote_disconnect): New.
1251 (init_remote_ops): Set to_disconnect.
1252 (init_remote_cisco_ops): Likewise.
1253 (init_remote_async_ops): Likewise. Use remote_detach.
1254 * target.c (cleanup_target): Default to_disconnect.
1255 (update_current_target): Inherit to_disconnect.
1256 (target_disconnect, debug_to_disconnect): New functions.
1257 (setup_target_debug): Set to_disconnect.
1258 * target.h (struct target_ops): Add to_disconnect.
1259 (target_disconnect): Add prototype.
1260
687595f9
DJ
12612003-06-17 Daniel Jacobowitz <drow@mvista.com>
1262
1263 * breakpoint.c (insert_catchpoint): New function.
1264 (insert_breakpoints): Use catch_exceptions to call
1265 insert_catchpoint. Disable catchpoints if they fail to insert.
1266
29239a8f
DJ
12672003-06-17 Daniel Jacobowitz <drow@mvista.com>
1268
1269 * symfile.c (reread_symbols): Clear sym_private.
1270
2cdf3c63
AC
12712003-06-17 Andrew Cagney <cagney@redhat.com>
1272
1273 * trad-frame.h (struct frame_info): Add opaque declaration.
1274 * remote-fileio.h (struct cmd_list_element): Add opaque
1275 declaration.
1276 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1277 comments.
1278
cf0e1e0d
DJ
12792003-06-17 Daniel Jacobowitz <drow@mvista.com>
1280
1281 * remote.c (remote_prepare_to_store): Replace call to
1282 deprecated_read_register_bytes with multiple regcache_raw_read
1283 calls.
1284
192cdb19
KW
12852003-06-17 Kris Warkentin <kewarken@qnx.com>
1286
1287 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1288 (nto_find_and_open_solib): Likewise.
1289 (nto_init_solib_absolute_prefix): Likewise.
1290 (_initialize_nto_tdep): Fix indentation.
1291
89929b45
KW
12922003-06-17 Kris Warkentin <kewarken@qnx.com>
1293
1294 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1295
46019f27
KW
12962003-06-17 Kris Warkentin <kewarken@qnx.com>
1297
1298 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1299
1a38736e
JB
13002003-06-17 Jim Blandy <jimb@redhat.com>
1301
1302 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1303
3605c34a
TR
13042003-06-16 Theodore A. Roth <troth@openavr.org>
1305
1306 * avr-tdep.c (avr_extract_return_value): New function.
1307 (avr_gdbarch_init): Set extract_return_value method.
1308
870b3035
AC
13092003-06-16 Andrew Cagney <cagney@redhat.com>
1310
1311 * frame.h (deprecated_get_next_frame_hack): Declare.
1312 * frame.c (legacy_saved_regs_prev_register): Only require
1313 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1314 there are always saved regs.
1315 (deprecated_generic_get_saved_register): Do not require
1316 DEPRECATED_FRAME_INIT_SAVED_REGS.
1317 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1318 use frame ID unwind instead.
1319 (deprecated_get_next_frame_hack): New function.
1320
63d47a7d
CV
13212003-06-16 Corinna Vinschen <vinschen@redhat.com>
1322
1323 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1324 (h8300_push_dummy_call): ...this function. Some minor optimization.
1325 (h8300_push_return_address): Remove.
1326 (h8300_gdbarch_init): Remove calls to
1327 set_gdbarch_deprecated_dummy_write_sp,
1328 set_gdbarch_deprecated_push_arguments and
1329 set_gdbarch_deprecated_push_return_address.
1330 Add call to set_gdbarch_push_dummy_call.
1331
4bb1dc5e
CV
13322003-06-16 Corinna Vinschen <vinschen@redhat.com>
1333
1334 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1335 (E_PSEUDO_EXR_REGNUM): Ditto.
1336 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 1337 registers into safe registers.
4bb1dc5e
CV
1338 (h8300_skip_prologue): Check for stm instruction to push registers
1339 used for register variables onto stack.
1340 (gdb_print_insn_h8300): Remove.
1341 (h8300_examine_prologue): Add a comment.
1342 (h8300_register_name): Take pseudo registers into account.
1343 (h8300s_register_name): Ditto.
1344 (h8300sx_register_name): Ditto.
1345 (h8300_print_register): Ditto.
1346 (h8300_print_registers_info): Define "nice" printing order.
1347 (h8300_saved_pc_after_call): Take pseudo registers into account.
1348 (h8300_register_type): Ditto. Return type used for remote connection
1349 when requesting real CCR or EXR register, return actual type when
1350 requesting pseudo CCR or EXR.
1351 (h8300_pseudo_register_read): New function.
1352 (h8300_pseudo_register_write): Ditto.
1353 (h8300_dbg_reg_to_regnum): Ditto.
1354 (h8300s_dbg_reg_to_regnum): Ditto.
1355 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1356 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1357 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1358 set_gdbarch_print_insn architecture dependent.
1359 Call set_gdbarch_pseudo_register_read and
1360 set_gdbarch_pseudo_register_write.
1361 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1362
a59fe496
AC
13632003-06-16 Andrew Cagney <cagney@redhat.com>
1364
1365 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1366 * gdbarch.h, gdbarch.c: Re-generate.
1367 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1368 * s390-tdep.c (s390_gdbarch_init): Update.
1369 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1370 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1371 * mips-tdep.c (mips_gdbarch_init): Update.
1372 * mcore-tdep.c (mcore_gdbarch_init): Update.
1373 * cris-tdep.c (cris_gdbarch_init): Update.
1374 * infcall.c (call_function_by_hand): Update.
1375 * ia64-tdep.c (ia64_push_arguments): Update comment.
1376 * frame.c (legacy_get_prev_frame): Do not assume
1377 SAVE_DUMMY_FRAME_TOS_P.
1378 * dummy-frame.c (find_dummy_frame): Update comment.
1379
6f4e5a41
AC
13802003-06-16 Andrew Cagney <cagney@redhat.com>
1381
1382 * regcache.c (do_cooked_read): Do not use register_valid_p.
1383
72fab697
TR
13842003-06-15 Theodore A. Roth <troth@openavr.org>
1385
1386 * avr-tdep.c (avr_register_type): Remove a blank line.
1387 (avr_scan_prologue): Correct some comments.
1388
e3d8b004
TR
13892003-06-15 Theodore A. Roth <troth@openavr.org>
1390
1391 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1392 prologue types.
8ffd9b1b 1393 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
1394 option.
1395 Add code to scan -mcall-prologues for mega devices.
1396
866b76ea
TR
13972003-06-15 Theodore A. Roth <troth@openavr.org>
1398
1399 * avr-tdep.c (avr_register_byte): Delete function.
1400 (avr_register_raw_size): Delete function.
1401 (avr_register_virtual_size): Delete function.
1402 (avr_register_virtual_type): Delete function.
1403 (avr_register_type): New function.
1404 (avr_address_to_pointer): Remove unused code.
1405 (avr_read_fp): Need to read FP as two separate bytes due to change to
1406 avr_register_type() usage.
1407 (avr_gdbarch_init): Don't set deprecated_register_size.
1408 Don't set deprecated_register_bytes.
1409 Don't set deprecated_register_byte.
1410 Don't set deprecated_register_raw_size.
1411 Don't set deprecated_max_register_raw_size.
1412 Don't set deprecated_register_virtual_size.
1413 Don't set deprecated_max_register_virtual_size.
1414 Don't set deprecated_register_virtual_type.
1415 Set register_type method.
1416
3993f6b1
DJ
14172003-06-15 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * Makefile.in (linux-nat.o): Add rule.
1420 * linux-nat.c: New file.
1421 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1422 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1423 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1424 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1425 * config/arm/linux.mh (NATDEPFILES): Likewise.
1426 * config/i386/linux.mh (NATDEPFILES): Likewise.
1427 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1428 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1429 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1430 * config/mips/linux.mh (NATDEPFILES): Likewise.
1431 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1432 * config/s390/s390.mh (NATDEPFILES): Likewise.
1433 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1434
786a90bb
MK
14352003-06-15 Mark Kettenis <kettenis@gnu.org>
1436
1437 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1438 replace out-of-date comment.
1439
3bd3f01e
AC
14402003-06-15 Andrew Cagney <cagney@redhat.com>
1441
1442 * rdi-share/host.h (Fail): Change to a varargs function.
1443 * remote-rdi.c (Fail): Update.
8ffd9b1b 1444
de5b9bb9
MK
14452003-06-15 Mark Kettenis <kettenis@gnu.org>
1446
1447 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1448 (i386_convert_register_p, i386_register_to_value,
1449 i386_register_from_value): Handle types longer than 8 bytes.
1450
d532c08f
MK
14512003-06-15 Mark Kettenis <kettenis@gnu.org>
1452
1453 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1454 Move floating-point code to new function in i387-tdep.c.
1455 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1456 New functions containing code moved here from i386-tdep.c.
1457 * i387-tdep.h: Add opaque declaration for `struct type'.
1458 (i387_register_to_value, i387_value_to_register): New prototypes.
1459 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1460 (x86_64_init_abi): Set convert_register_p, register_to_value and
1461 value_to_register here.
8ffd9b1b 1462
42c466d7
AC
14632003-06-14 Andrew Cagney <cagney@redhat.com>
1464
1465 * mips-tdep.c (mips_register_to_value): Make static.
1466 (mips_value_to_register): Make static.
1467 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1468 * ia64-tdep.c (ia64_register_raw_size): Make static.
1469 (ia64_register_virtual_size): Make static.
1470 (ia64_register_byte): Make static.
1471 * i387-tdep.c: Include "i387-tdep.h".
1472 (print_387_control_word): Delete function.
1473 (print_387_status_word): Delete function.
1474 (print_387_status_bits): Delete function.
1475 (print_387_control_bits): Delete function.
1476 * Makefile.in (i387-tdep.o): Update dependencies.
1477 * rdi-share/host.h (Fail): Declare.
1478 * remote-rdi.c (Fail): Update to match declaration.
1479
2a9cda49
AC
14802003-06-14 Andrew Cagney <cagney@redhat.com>
1481
1482 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
1483 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
1484 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
1485 * config/djgpp/fnchange.lst: Delete "remote-array.c".
1486 * README: Delete reference to remote-array.
1487 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
1488 (remote-array.o): Delete target.
1489 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
1490 * remote-array.c: Delete file.
1491
ff2e87ac
AC
14922003-06-14 Andrew Cagney <cagney@redhat.com>
1493 Mark Kettenis <kettenis@gnu.org>
1494
1495 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
1496 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
1497 parameter with "frame".
1498 * gdbarch.h, gdbarch.c: Re-generate.
1499 * frame.h (put_frame_register): Declare.
1500 * frame.c (put_frame_register): New function.
1501 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
1502 (legacy_register_to_value): Rewrite, use "frame" to get the
1503 register value.
1504 (legacy_value_to_register): Rewrite, use "frame" to find the
1505 register's location before storing.
1506 * arch-utils.h (legacy_convert_register_p): Update.
1507 (legacy_register_to_value, legacy_value_to_register): Update.
1508 * findvar.c (value_from_register): Rewrite, eliminate use of
1509 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
1510 "frame" to REGISTER_TO_VALUE.
1511 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
1512 lval_reg_frame_relative + lval_register branch of the switch. Do
1513 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
1514 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1515 I386_EDI_REGNUM): New defines.
1516 (i386_next_regnum, i386_convert_register_p,
1517 i386_register_to_value, i386_value_to_register): New functions.
1518 (i386_register_convertible, i386_register_convert_to_virtual,
1519 i386_convert_to_raw): Remove functions.
1520 (i386_gdbarch_init): Set convert_register_p, register_to_value and
1521 value_to_register instead of register_convertible,
1522 register_convert_to_virtual and register_convert_to_raw.
1523 * mips-tdep.c (mips_convert_register_p): New function.
1524 (mips_value_to_register): Replace mips_register_convert_from_type.
1525 (mips_register_to_value): Replace mips_register_convert_to_type.
1526 (mips_gdbarch_init): Set conver_register_p, value_to_register and
1527 register_to_value.
1528 * alpha-tdep.c (alpha_convert_register_p): Update.
1529 (alpha_value_to_register): Update, store the register.
1530 (alpha_register_to_value): Update, fetch the register.
1531
98be1e77
TR
15322003-06-14 Theodore A. Roth <troth@openavr.org>
1533
1534 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
1535 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
1536 Don't set deprecated_call_dummy_words.
1537 Remove commented out set_gdbarch_believe_pcc_promotion() call.
1538 Don't set remote_translate_xfer_address.
1539 (avr_io_reg_read_command): Remove commented out debug printf.
1540 Wrap a long line.
1541
57bc6122
TR
15422003-06-14 Theodore A. Roth <troth@openavr.org>
1543
1544 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
1545 causes gdb to seg fault.
1546
eb01fc62
DJ
15472003-06-14 Daniel Jacobowitz <drow@mvista.com>
1548
1549 * sparc-nat.c (fetch_inferior_registers): Correct
1550 a reference to "registers".
1551
3b3e6bee
DJ
15522003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
1553
1554 * Makefile.in (exc_request_U_h): Define
1555 (exc_request_S_h): Likewise.
1556 (msg_reply_S_h): Likewise.
1557 (msg_U_h): Likewise.
1558 (notify_S_h): Likewise.
1559 (process_reply_S_h): Likewise.
1560 (gnu-nat.o): Depend on gdb_obstack_h
1561 * gnu-nat.c: Include "gdb_obstack.h".
1562
b8de8283
AC
15632003-06-13 Andrew Cagney <cagney@redhat.com>
1564
1565 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
1566 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 1567
f3be58bc
AC
15682003-06-13 Andrew Cagney <cagney@redhat.com>
1569
1570 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
1571 when deprecated REGISTER macros can be deleted.
1572 * gdbarch.h, gdbarch.c: Re-generate.
1573
4c0122c8
JB
15742003-06-13 Jim Blandy <jimb@redhat.com>
1575
1576 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
1577 Linux entry point symbols for _dl_debug_state, too.
1578
3e210248
AC
15792003-06-13 Andrew Cagney <cagney@redhat.com>
1580
1581 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
1582 available, do not use the FP register, and always save the TOS.
1583 * dummy-frame.c (dummy_frame_this_id): Do not assert
1584 SAVE_DUMMY_FRAME_TOS.
1585 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
1586 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
1587 (i386_push_dummy_call): Add 8 to the returned SP.
1588 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
1589 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
1590 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
1591 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
1592 (x86_64_push_dummy_call): Return "sp + 16".
1593 (x86_64_init_abi): Do not set save_dummy_frame_tos.
1594 * alpha-tdep.c (alpha_gdbarch_init): Do not set
1595 save_dummy_frame_tos.
1596
0b65af49
JB
15972003-06-13 Jim Blandy <jimb@redhat.com>
1598
1599 * frv-tdep.c (frv_use_struct_convention): Delete static
1600 declaration for function deleted in my change of 2003-06-12.
1601
4ea2465e
TR
16022003-06-13 Theodore A. Roth <troth@openavr.org>
1603
1604 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
1605 (avr_pointer_to_address): Shift code addrs left 1 bit.
1606 (avr_convert_from_func_ptr_addr): Delete function since operation is
1607 better handled by avr_address_to_pointer and avr_pointer_to_address.
1608 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
1609
1581182a
MK
16102003-06-13 Mark Kettenis <kettenis@gnu.org>
1611
1612 From Kelley Cook <kelleycook@wideopenwest.com>:
1613 * configure.host: Accept i[34567]86 variants.
1614 * configure.tgt: Likewise.
1615 * nlm/configure.in: Likewise.
1616 * nlm/configure: Regenerated.
1617
7aa1783e
RE
16182003-06-13 Richard Earnshaw <rearnsha@arm.com>
1619
1620 * arm-tdep.c (solib-svr4.h): Dont' include it.
1621 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
1622 * arm-linux-tdep.c: ... here. Make static.
1623 (arm_linux_init_abi): Register it.
1624 (solib-svr4.h): Include it.
1625 * Makefile.in: Update dependencies.
1626 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
1627 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
1628
0261a0d0
CV
16292003-06-13 Corinna Vinschen <vinschen@redhat.com>
1630
1631 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
1632 indicate registers used for return values.
1633 (struct frame_extra_info): Drop args_pointer and locals_pointer.
1634 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
1635 members.
1636 (h8300_init_extra_frame_info): Ditto.
1637 (h8300_frame_locals_address): Removed.
1638 (h8300_frame_args_address): Removed.
1639 (h8300_extract_return_value): Use new regcache structure. Only care
1640 for 16 bit CPUs.
1641 (h8300h_extract_return_value): Same function for 32 bit CPUs.
1642 (h8300_store_return_value): Use new regcache structure. Only care
1643 for 16 bit CPUs.
1644 (h8300h_store_return_value): Same function for 32 bit CPUs.
1645 (h8300_store_struct_return): Removed.
1646 (h8300_extract_struct_value_address): Use new regcache structure.
1647 (h8300h_extract_struct_value_address): Removed.
1648 (h8300_push_dummy_code): New function.
1649 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
1650 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
1651 set_gdbarch_store_return_value architecture dependent.
1652 Call set_gdbarch_push_dummy_code and
1653 set_gdbarch_extract_struct_value_address.
1654 Remove calls to set_gdbarch_frame_args_address,
1655 set_gdbarch_frame_locals_address,
1656 set_gdbarch_deprecated_store_struct_return,
1657 set_gdbarch_deprecated_extract_return_value,
1658 set_gdbarch_deprecated_extract_struct_value_address,
1659 set_gdbarch_deprecated_call_dummy_words and
1660 set_gdbarch_deprecated_sizeof_call_dummy_words.
1661
055c394a
CV
16622003-06-13 Corinna Vinschen <vinschen@redhat.com>
1663
1664 * h8300-tdep.c (h8300_register_byte): Remove.
1665 (h8300h_register_byte): Remove.
1666 (h8300_register_virtual_type): Remove. Substitute by...
1667 (h8300_register_type): New function.
1668 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
1669 (h8300h_extract_struct_value_address): Ditto.
1670 (h8300_gdbarch_init): Drop calls to
1671 set_gdbarch_deprecated_register_byte and
1672 set_gdbarch_deprecated_register_virtual_type.
1673 Add call to set_gdbarch_register_type.
1674
9c04cab7
AC
16752003-06-13 Andrew Cagney <cagney@redhat.com>
1676
1677 * gdbarch.sh: Update comments on registers.
1678 (deprecated_register_byte): Rename register_byte.
1679 (deprecated_register_raw_size): Rename register_raw_size.
1680 (deprecated_register_virtual_size): Rename register_virtual_size.
1681 (deprecated_register_virtual_type): Rename register_virtual_type.
1682 * gdbarch.h, gdbarch.c: Re-generate.
1683 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1684 * vax-tdep.c (vax_gdbarch_init): Update.
1685 * v850-tdep.c (v850_gdbarch_init): Update.
1686 * sparc-tdep.c (sparc_gdbarch_init): Update.
1687 * sh-tdep.c (sh_gdbarch_init): Update.
1688 * s390-tdep.c (s390_gdbarch_init): Update.
1689 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1690 * ns32k-tdep.c: Update.
1691 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1692 * mips-tdep.c (mips_gdbarch_init): Update.
1693 * mcore-tdep.c (mcore_gdbarch_init): Update.
1694 * m68k-tdep.c (m68k_gdbarch_init): Update.
1695 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1696 * ia64-tdep.c (ia64_gdbarch_init): Update.
1697 * hppa-tdep.c (hppa_gdbarch_init): Update.
1698 * h8300-tdep.c (h8300_gdbarch_init): Update.
1699 * frv-tdep.c (frv_gdbarch_init): Update.
1700 * cris-tdep.c (cris_gdbarch_init): Update.
1701 * avr-tdep.c (avr_gdbarch_init): Update.
1702 * alpha-tdep.c (alpha_gdbarch_init): Update.
1703 * arm-tdep.c (arm_gdbarch_init): Update.
1704
b060cbea
AC
17052003-06-13 Andrew Cagney <cagney@redhat.com>
1706
1707 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
1708 mips_o32_use_struct_convention with always_use_struct_convention.
1709
0fc9922a
DC
17102003-06-12 David Carlton <carlton@kealia.com>
1711
1712 * cp-namespace.c (cp_set_block_scope): Comment out
1713 processing_has_namespace_info branch.
1714
1fd35568
JB
17152003-06-12 Jim Blandy <jimb@redhat.com>
1716
f470a70a
JB
1717 Recognize and skip 64-bit PowerPC Linux linkage functions.
1718 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
1719 insn_pattern, insns_match_pattern, d_field, ds_field): New
1720 functions, macros, and types for working with PPC instructions.
1721 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
1722 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
1723 ppc64_skip_trampoline_code): New functions, variables, and macros
1724 for recognizing and skipping linkage functions.
1725 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
1726 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
1727
49ff75ad
JB
1728 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
1729 register offsets for both the 32- and 64-bit interfaces.
1730
bd918c83
JB
1731 Actually finish the job started by my change of 2003-05-29.
1732 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
1733 other #definition of this.
1734 (ppc_linux_skip_trampoline_code): Remove declaration.
1735 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
1736 static.
1737 (ppc_linux_init_abi): Register it as the skip_trampoline_code
1738 method for GDBARCH.
1739
1740 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
1741 'long' on ppc64-*-linux*.
1742
f8c59253
JB
1743 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
1744 isn't #defined, assume the register doesn't exist: act as if
1745 tdep->ppc_mq_regnum were -1.
1746
8fbb30b1
JB
1747 * configure.host, configure.tgt: Add entries for
1748 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
1749 powerpc/linux.mt.
1750 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
1751 New files.
1752
1fd35568
JB
1753 * arch-utils.c (always_use_struct_convention): New function.
1754 * arch-utils.h (always_use_struct_convention): New prototype.
1755 * alpha-tdep.c (alpha_use_struct_convention): Delete.
1756 (alpha_gdbarch_init): Register always_use_struct_convention,
1757 instead of alpha_use_struct_convention.
1758 * cris-tdep.c (cris_use_struct_convention): Delete.
1759 (cris_gdbarch_init): Register always_use_struct_convention,
1760 instead of cris_use_struct_convention.
1761 * frv-tdep.c (frv_use_struct_convention): Delete.
1762 (frv_gdbarch_init): Register always_use_struct_convention,
1763 instead of frv_use_struct_convention.
1764 * h8300-tdep.c (h8300_use_struct_convention): Delete.
1765 (h8300_gdbarch_init): Register always_use_struct_convention,
1766 instead of h8300_use_struct_convention.
e3305dd9 1767 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
1768 (mips_o32_gdbarch_init): Register always_use_struct_convention,
1769 instead of mips_o32_use_struct_convention.
1770
e14e6e9c
AC
17712003-06-12 Andrew Cagney <cagney@redhat.com>
1772
1773 * wince.c: Include "mips-tdep.h".
1774 * mips-tdep.h (mips_next_pc): Declare.
1775 * mcore-tdep.c: Make more local functions static.
1776 * Makefile.in (wince.o): Update dependencies.
1777
2335f48e
DC
17782003-06-12 David Carlton <carlton@kealia.com>
1779
1780 * symtab.c (lookup_symbol_aux_minsyms): Replace
1781 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
1782 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
1783 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
1784 SYMBOL_NATURAL_NAME.
1785
f70a7d61
AS
17862003-06-12 Andreas Schwab <schwab@suse.de>
1787
1788 * Makefile.in (tuiDisassem.o): Update dependencies.
1789
b6429628
DC
17902003-06-12 David Carlton <carlton@bactrian.org>
1791
1792 * symtab.h: Delete declaration of make_symbol_overload_list.
1793 Add declaration of lookup_partial_symbol.
1794 * symtab.c (remove_params): Move to cp-support.c.
1795 (overload_list_add_symbol, make_symbol_overload_list)
1796 (sym_return_val_size, sym_return_val_index): Ditto.
1797 (lookup_partial_symbol): Make extern.
1798 * cp-support.h: Add declaration of make_symbol_overload_list.
1799 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
1800 symtab.h, and block.h.
1801 (remove_params): Move here from symtab.c.
1802 (overload_list_add_symbol, make_symbol_overload_list)
1803 (sym_return_val_size, sym_return_val_index): Ditto.
1804 * valops.c: Include cp-support.h.
1805 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
1806 frame_h, and block_h.
1807 (valops.o): Depend on cp_support_h.
1808
084edea5
CV
18092003-06-12 Corinna Vinschen <vinschen@redhat.com>
1810
1811 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
1812 substitute by NUM_REGS throughout.
1813 (h8300_register_name): Only care for H8/300 and H8/300H registers.
1814 (h8300s_register_name): New function for H8S registers.
1815 (h8300sx_register_name): Ditto for H8SX registers.
1816 (h8300_print_register): Revise register printing, avoid depending
1817 on 32 bit long.
0261a0d0 1818 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
1819 (h8300h_register_byte): New function for any other architecture.
1820 (h8300_register_raw_size): Remove.
1821 (h8300_register_virtual_type): Revise to return actually useful
1822 type.
1823 (h8300_extract_struct_value_address): Only care for H8/300 registers.
1824 (h8300h_extract_struct_value_address): New function for any other
1825 architecture.
1826 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
1827 set_gdbarch_register_name, set_gdbarch_register_byte,
1828 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
1829 Remove calls to set_gdbarch_deprecated_register_size,
1830 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
1831 set_gdbarch_deprecated_max_register_raw_size,
1832 set_gdbarch_register_virtual_size and
1833 set_gdbarch_deprecated_max_register_virtual_size entirely.
1834 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
1835 set_gdbarch_long_double_bit.
1836
06194148
JJ
18372003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1838
8ffd9b1b
AJ
1839 * doublest.c (convert_doublest_to_floatformat): When dealing
1840 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
1841 processing a full 32 bits of mantissa.
1842
de4f826b
DC
18432003-06-11 David Carlton <carlton@bactrian.org>
1844
1845 * dictionary.h: New.
1846 * dictionary.c: New.
1847 * block.h: Add opaque declaration for struct dictionary.
1848 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
1849 'sym' members.
1850 (BLOCK_DICT): New macro.
1851 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
1852 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
1853 BLOCK_SHOULD_SORT.
1854 (ALL_BLOCK_SYMBOLS): Update definition.
1855 * Makefile.in (SFILES): Add dictionary.c.
1856 (dictionary_h): New.
1857 (COMMON_OBS): Add dictionary.o.
1858 (dictionary.o): New.
1859 (ada-lang.o): Depend on dictionary_h.
1860 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
1861 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
1862 (mi-cmd-stack.o): Ditto.
1863 (gdbtk-cmds.o): Update dependencies.
1864 (gdbtk-stack.o): Ditto.
1865 * ada-lang.c: Include dictionary.h.
1866 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
1867 (fill_in_ada_prototype, debug_print_block): Ditto.
1868 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
1869 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
1870 'is_sorted'.
1871 * mdebugread.c: Include dictionary.h.
1872 (struct parse_stack): Delete 'maxsyms' member.
1873 (parse_symbol): Update calls to new_block. Delete calls to
1874 shrink_block. Use dictionary methods.
1875 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
1876 Update calls to new_symtab. Don't maintain maxsyms data.
1877 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
1878 (add_symbol): Just call dict_add_symbol.
1879 (new_symtab): Delete 'maxsyms' argument.
1880 (new_symtab): Update calls to new_block.
1881 (new_block): Delete 'maxsyms' argument; add 'function' argument.
1882 (shrink_block): Delete function.
1883 (fixup_sigtramp): Update call to new_block. Add symbol via
1884 dict_add_symbol.
1885 * jv-lang.c: Include dictionary.h.
1886 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
1887 appropriately. Set class_symtab->free_func. Make sure the
1888 blockvector is big enough to hold two blocks.
1889 (add_class_symtab_symbol): Use dictionary methods.
1890 (free_class_block): New function.
1891 (type_from_class): Replace explicit iteration by
1892 ALL_BLOCK_SYMBOLS.
1893 * symtab.h (struct symtab): Replace 'free_ptr' method by
1894 'free_func'.
1895 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
1896 sort_symtab_syms.
1897 * dwarfread.c (psymtab_to_symtab_1): Delete call to
1898 sort_symtab_syms.
1899 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
1900 Include dictionary.h.
1901 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
1902 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
1903 sort_symtab_syms.
1904 * objfiles.c: Include dictionary.h.
1905 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
1906 * buildsym.c: Include dictionary.h.
1907 (finish_block): Use dictionary methods.
1908 (end_symtab): Set free_func to NULL, not free_ptr.
1909 * tracepoint.c: Include dictionary.h.
1910 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
1911 (scope_info): Ditto.
1912 * stack.c: Include dictionary.h.
1913 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
1914 (print_block_frame_labels, print_frame_arg_vars)
1915 (print_frame_args): Ditto.
1916 * symmisc.c (free_symtab_block): Use dictionary methods.
1917 (dump_symtab): Ditto.
1918 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
1919 Include dictionary.h.
1920 * symfile.h: Delete declarations of sort_block_syms,
1921 sort_symtab_syms.
1922 * symfile.c (sort_block_syms): Delete.
1923 (sort_symtab_syms): Delete.
1924 * symtab.c: Include dictionary.h.
1925 (lookup_block_symbol): Use dictionary iterators.
1926 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
1927 (search_symbols, make_symbol_completion_list): Ditto.
1928 (make_symbol_overload_list): Ditto.
1929 * valops.c (value_of_local): Use dict_empty.
1930 Include dictionary.h.
1931
a31f978c
JB
19322003-06-11 J. Brobecker <brobecker@gnat.com>
1933
1934 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
1935
526e70c0
DC
19362003-06-11 David Carlton <carlton@bactrian.org>
1937
1938 * block.h (BLOCK_SHOULD_SORT): Delete.
1939 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
1940 blocks.
1941 * ada-lang.c (ada_add_block_symbols): Ditto.
1942 * symfile.c (sort_block_syms): Delete.
1943 (sort_symtab_syms): Ditto.
1944 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
1945 declarations.
1946 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
1947 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
1948 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
1949 * dwarfread.c (psymtab_to_symtab_1): Ditto.
1950 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
1951 * mdebugread.c (psymtab_to_symtab_1): Ditto.
1952 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
1953
33c08150
JJ
19542003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1955
8ffd9b1b 1956 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
1957 bits to 128.
1958
781a750d
AC
19592003-06-11 Andrew Cagney <cagney@redhat.com>
1960
1961 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
1962 REGISTER_CONVERTIBLE.
1963 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
1964 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
1965 * gdbarch.h, gdbarch.c: Re-generate.
1966 * arch-utils.h (deprecated_register_convertible_not): Rename
1967 generic_register_convertible_not.
1968 * arch-utils.c (deprecated_register_convertible_not): Rename
1969 generic_register_convertible.
1970 (legacy_convert_register_p, legacy_register_to_value): Update.
1971 * sh-tdep.c (sh64_push_arguments): Update.
1972 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
1973 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
1974 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
1975 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
1976 * arch-utils.c (legacy_value_to_register): Update.
1977 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1978 (rs6000_register_convert_to_raw): Make parameter "from" const.
1979 * mips-tdep.c (mips_gdbarch_init): Update.
1980 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
1981 * infcmd.c (default_print_registers_info): Update.
1982 * ia64-tdep.c (ia64_gdbarch_init): Update.
1983 (ia64_register_convert_to_raw): Make parameter "from" const.
1984 * i386-tdep.c (i386_gdbarch_init): Update.
1985 (i386_register_convert_to_raw): Update.
1986
cd90e54f
AC
19872003-06-11 Andrew Cagney <cagney@redhat.com>
1988
1989 * remote-fileio.c: Include "remote-fileio.h".
1990 * Makefile.in (remote-fileio.o): Update dependencies.
1991 (remote_fileio_h): Fix typo.
1992
a78f21af
AC
19932003-06-11 Andrew Cagney <cagney@redhat.com>
1994
1995 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
1996 (xstormy16_save_dummy_frame_tos): Make static.
1997 (_initialize_xstormy16_tdep): Add declaration.
1998 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
1999 * v850-tdep.c: Make local functions static.
2000 (_initialize_v850_tdep): Add declaration.
2001 * sparc-tdep.c: Make local functions static.
2002 (_initialize_sparc_tdep): Add declaration.
2003 * sh-tdep.c: Make local functions static.
2004 (_initialize_sh_tdep): Add declaration.
2005 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2006 * s390-tdep.c: Make local functions static.
2007 (_initialize_s390_tdep): Add declaration.
2008 * dbxread.c (find_stab_function_addr): Make static.
2009 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2010 * ocd.c (_initialize_remote_ocd): Add declaration.
2011 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2012 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2013 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2014 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2015 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2016 * remote-array.c (_initialize_array): Add declaration.
2017 (_initialize_remote_monitors): Add declaration.
2018 * remote-mips.c: Make local functions static.
2019 (_initialize_remote_mips): Add declaration.
2020 * mcore-tdep.c: Make all local functions static.
2021 (_initialize_mcore_tdep): Add declaration.
2022 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2023 * abug-rom.c (_initialize_abug_rom): Add declaration.
2024 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2025 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2026 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2027 * remote-est.c (_initialize_est): Add declaration.
2028 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2029 (m68hc11_call_dummy_address): Make static.
2030 * ia64-tdep.c: Make local functions static.
2031 (_initialize_ia64_tdep): Add declaration.
2032 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2033 * monitor.c (monitor_wait_filter): Make static.
2034 (_initialize_remote_monitors): Add declaration.
2035 * remote-hms.c (_initialize_remote_hms): Add declaration.
2036 * remote-e7000.c (fetch_regs_from_dump): Make static.
2037 (expect_n): Make static.
2038 (_initialize_remote_e7000): Add declaration.
2039 * ser-e7kpc.c: Always include "defs.h".
2040 (_initialize_ser_e7000pc): Add declaration.
2041 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2042 * cris-tdep.c: Make all but one function static.
2043 (_initialize_cris_tdep): Add declaration.
2044 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2045 * solib.c (update_solib_list): Make static.
2046 (_initialize_solib): Add declaration.
2047 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2048 (_initialize_avr_tdep): Add declaration.
2049 * remote-rdi.c (voiddummy): Make static.
2050 (_initialize_remote_rdi): Add declaration.
2051 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2052 * remote-rdp.c (send_rdp): Make static.
2053 (_initialize_remote_rdp): Add declaration.
2054 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2055
cbcdb1f5
CV
20562003-06-11 Corinna Vinschen <vinschen@redhat.com>
2057
2058 * remote-fileio.c: Make ari happy.
2059
a191ea8d
JB
20602003-06-10 J. Brobecker <brobecker@gnat.com>
2061
2062 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2063 fetching the trailing bytes of the buffer we are about to write.
2064
0ef75e11
AC
20652003-06-10 Andrew Cagney <cagney@redhat.com>
2066
2067 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2068 * Makefile.in (remote-fileio.o): Update dependencies.
2069 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2070 include <setjmp.h>, or <sys/types.h> conditional on USG.
2071 (remote_fio_jmp_buf): Delete global variable.
2072
449092f6 20732003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 2074 Martin M. Hunt <hunt@redhat.com>
449092f6 2075
559fa028
AC
2076 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2077 (SFILES): Add remote-fileio.c.
2078 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2079 dependencies for building remote.o.
449092f6
CV
2080 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2081 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 2082 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
2083 static storage class.
2084 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2085 'F' packet.
2086 (_initialize_remote): Call initialize_remote_fileio().
2087 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
2088 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2089 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2090 (captured_main): Initialize new ui_files.
2091 * ui-file.c: Add read and fgets input functions.
2092 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2093 (null_file_read): New function.
2094 (ui_file_read): New function.
2095 (set_ui_file_read): New function.
2096 (stdio_file_read): New function.
2097 * ui-file.h: New type ui_file_read_ftype.
2098 (set_ui_file_read): Declare.
2099 (ui_file_read): Declare.
2100
248de703
AC
21012003-06-09 Andrew Cagney <cagney@redhat.com>
2102
2103 * frame.h (deprecated_unwind_get_saved_register): Rename
2104 generic_unwind_get_saved_register, update comments.
2105 * mips-tdep.c (mips_get_saved_register): Update.
2106 * frame.c (deprecated_unwind_get_saved_register): Update.
2107
0ed8aa57
AC
21082003-06-09 Andrew Cagney <cagney@redhat.com>
2109
2110 * vax-tdep.c (vax_frame_locals_address): Delete function.
2111 (vax_gdbarch_init): Do not set frame_locals_address.
2112 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2113 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2114 * s390-tdep.c (s390_frame_args_address): Delete function.
2115 (s390_gdbarch_init): Do not set frame_args_address or
2116 frame_locals_address.
2117 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2118 (ns32k_gdbarch_init): Do not set frame_locals_address.
2119 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2120 (hppa_frame_locals_address): Delete function.
2121 (hppa_gdbarch_init): Do not set frame_args_address, or
2122 frame_locals_address.
2123 * arm-tdep.c (arm_frame_args_address): Delete.
2124 (arm_frame_locals_address): Delete.
2125 (arm_gdbarch_init): Do not set frame_args_address, or
2126 frame_locals_address.
2127
983a287a
AC
21282003-06-09 Andrew Cagney <cagney@redhat.com>
2129
2130 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2131 * gdbarch.h, gdbarch.c: Re-generate.
2132 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2133 * arch-utils.c (frame_num_args_unknown): Delete function.
2134 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2135 (frame_info): Use FRAME_NUM_ARGS_P.
2136 * arm-tdep.c (arm_frame_num_args): Delete function.
2137 (arm_gdbarch_init): Do not set frame_num_args.
2138 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2139 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2140 (hppa_gdbarch_init): Do not set frame_num_args.
2141 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2142 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2143 frame_num_args to default frame_num_args_unknown.
2144 * v850-tdep.c (v850_gdbarch_init): Ditto.
2145 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2146 * sh-tdep.c (sh_gdbarch_init): Ditto.
2147 * s390-tdep.c (s390_gdbarch_init): Ditto.
2148 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2149 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2150 * mips-tdep.c (mips_gdbarch_init): Ditto.
2151 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2152 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2153 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2154 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2155 * i386-tdep.c (i386_gdbarch_init): Ditto.
2156 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2157 * frv-tdep.c (frv_gdbarch_init): Ditto.
2158 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2159 * cris-tdep.c (cris_gdbarch_init): Ditto.
2160 * avr-tdep.c (avr_gdbarch_init): Ditto.
2161 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2162
8d3b0994
AC
21632003-06-09 Andrew Cagney <cagney@redhat.com>
2164
2165 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2166 (print_frame_args): Moved to "stack.c".
2167 * stack.c: Include "gdb_assert.h".
2168 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2169 (print_frame_args): Moved from "printcmd.c".
2170 * frame.h (print_frame_args): Delete declaration.
2171 * Makefile.in (stack.o): Update dependencies.
2172
25e3a86b
AC
21732003-06-08 Andrew Cagney <cagney@redhat.com>
2174
2175 * frame.c (get_prev_frame): Remove reference to
2176 frame_args_address_correct in comments.
2177 * frame-base.c (default_frame_args_address): Delete code
2178 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2179 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2180 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2181 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2182 (vax_frame_args_address_correct): Delete declaration.
2183
a9e5fdc2
AC
21842003-06-08 Andrew Cagney <cagney@redhat.com>
2185
2186 * gdbarch.sh (UNWIND_SP): Add.
2187 * gdbarch.h, gdbarch.c: Re-generate.
2188 * frame.c (frame_sp_unwind): New function.
2189 (get_frame_sp): New function.
2190 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2191 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2192 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2193 value.
2194 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2195 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2196
8983bd83
AC
21972003-06-08 Andrew Cagney <cagney@redhat.com>
2198
7fec2c59
AC
2199 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2200 REMOTE_BREAKPOINT.
2201 * remote.c: Update.
2202 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2203 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2204 * config/m68k/tm-sun3.h: Update.
2205 * config/m68k/tm-m68klynx.h: Update.
2206 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2207
8983bd83
AC
2208 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2209 trad_frame". Update comments.
2210 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2211 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2212 (trad_frame_register_value, trad_frame_prev_register): Update.
2213
b9362cc7
AC
22142003-06-08 Andrew Cagney <cagney@redhat.com>
2215
2216 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2217 from GCC's acinclude.m4.
2218 * configure.in: Check for getopt's delcaration.
8ffd9b1b 2219 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
2220 * main.c (error_init): Delete declaration.
2221 * defs.h (error_init): Declare.
2222 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2223 (rs6000_convert_from_func_ptr_addr): Make static.
2224 (_initialize_rs6000_tdep): Add declaration.
2225 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2226 (show_commands, set_verbose, show_history): Delete declaration.
2227 * top.h (set_verbose): Add declaration.
2228 (show_history, set_history, show_commands): Add declaration.
2229 (do_restore_instream_cleanup): Add declaration.
2230 * objc-lang.c (specialcmp): Make static.
2231 (print_object_command): Make static.
2232 (find_objc_msgsend): Make static.
2233 (find_objc_msgcall_submethod_helper): Make static.
2234 (find_objc_msgcall_submethod): Make static.
2235 (_initialize_objc_language): Add declaration.
2236 (find_implementation_from_class): Make static.
2237 (find_implementation): Make static.
2238 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2239 * objc-lang.h (lookup_struct_typedef): Add declaration.
2240 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2241 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2242 (do_restore_user_call_depth): Make static.
2243 (do_restore_instream_cleanup): Delete declaration.
2244 (dont_repeat): Delete declaration.
2245 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2246 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2247 * reggroups.c (_initialize_reggroup): Add declaration.
2248 * cp-support.c (_initialize_cp_support): Add declaration.
2249 * cp-abi.c (_initialize_cp_abi): Add declaration.
2250 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2251 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2252 (_initialize_gnu_v3_abi): Add declaration.
2253 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2254 (_initialize_gnu_v2_abi): Add declaration.
2255 * frame-base.c (_initialize_frame_base): Add declaration.
2256 * doublest.c (floatformat_from_length): Make static.
2257 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2258 * frame.c (create_sentinel_frame): Make static.
2259 (_initialize_frame): Add declaration.
2260 * top.c (do_catch_errors): Make static.
2261 (gdb_rl_operate_and_get_next_completion): Make static.
2262 * typeprint.c: Include "typeprint.h".
2263 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2264 (sentinel_frame_this_id): Make static.
2265 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2266 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2267 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2268 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2269 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2270 * maint.c (maintenance_print_architecture): Make static.
2271 * signals/signals.c (_initialize_signals): Add declaration.
2272 * std-regs.c (_initialize_frame_reg): Add declaration.
2273 * jv-exp.y (push_variable): ISO C definition.
2274 (push_qualified_expression_name): Ditto.
2275 * memattr.c (_initialize_mem): Add declaration.
2276 * remote.c (remote_check_watch_resources): Make static.
2277 (remote_stopped_by_watchpoint): Make static.
2278 (remote_stopped_data_address): Make static.
2279 * d10v-tdep.c (nr_dmap_regs): Make static.
2280 (a0_regnum): Make static.
2281 (d10v_frame_unwind_cache): Make static.
2282 (d10v_frame_p): Make static.
2283 * osabi.c (show_osabi): Make static.
2284 (_initialize_gdb_osabi): Add extern declaration.
2285 * gdbtypes.c (make_qualified_type): Make static.
2286 (safe_parse_type): Make static.
2287 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2288 * macrotab.c (macro_bcache_free): Make static.
2289 * interps.c (interp_set_quiet): Make static.
2290 (interpreter_exec_cmd): Make static.
2291 * stack.h (select_frame_command): New file.
2292 * stack.c: Include "stack.h".
2293 (select_frame_command_wrapper): Delete function.
2294 (select_frame_command): Make global.
2295 * infcall.c: Include "infcall.h".
2296 * linespec.c: Include "linespec.h".
2297 * symfile.c (sections_overlap): Make static.
2298 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2299 * charset.c (_initialize_charset): Add missing prototype.
2300 * regcache.c (init_legacy_regcache_descr): Make static.
2301 (do_regcache_xfree): Make static.
2302 (regcache_xfer_part): Make static.
2303 (_initialize_regcache): Add missing prototype.
2304 * breakpoint.c (parse_breakpoint_sals): Make static.
2305 (breakpoint_sals_to_pc): Make static.
2306 * interps.h (clear_interpreter_hooks): ISO C declaration.
2307 * Makefile.in (stack_h): Define.
2308 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2309 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2310
a0f267c7
AC
23112003-06-08 Andrew Cagney <cagney@redhat.com>
2312
2313 * Makefile.in (d10v-tdep.o): Update dependencies.
2314 (SFILES): Add trad-frame.c.
2315 (trad_frame_h): Define.
2316 (COMMON_OBS): Add trad-frame.o.
2317 (trad-frame.o): Specify dependencies.
2318 * d10v-tdep.c: Include "trad-frame.h".
2319 (saved_regs_unwinder): Delete function.
2320 (d10v_frame_prev_register): Use trad_frame_prev_register.
2321 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2322 trad_frame", delete "regs" and "prev_sp".
2323 (prologue_find_regs): Use trad-frame.
2324 * trad-frame.h, trad-frame.c: New files.
2325
4538b4f4
MK
23262003-06-08 Mark Kettenis <kettenis@gnu.org>
2327
2328 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2329
a0273b2f
AF
23302003-06-07 Adam Fedor <fedor@gnu.org>
2331
2332 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2333 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2334 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2335 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 2336 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
2337 Use it.
2338
3a6c3343
AC
23392003-06-07 Andrew Cagney <cagney@redhat.com>
2340
2341 * symfile.h: Re-indent, clean up comments.
2342
b46e02f6
AC
23432003-06-07 Andrew Cagney <cagney@redhat.com>
2344
2345 * inferior.h (deprecated_write_sp): Replace
2346 generic_target_write_sp.
2347 * regcache.c (deprecated_write_sp): Replace
2348 generic_target_write_sp.
2349 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2350 * vax-tdep.c (vax_gdbarch_init): Update.
2351 * v850-tdep.c (v850_gdbarch_init): Update.
2352 * sparc-tdep.c (sparc_gdbarch_init): Update.
2353 * sh-tdep.c (sh_gdbarch_init): Update.
2354 * s390-tdep.c (s390_gdbarch_init): Update.
2355 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2356 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2357 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2358 * mcore-tdep.c (mcore_gdbarch_init): Update.
2359 * m68k-tdep.c (m68k_gdbarch_init): Update.
2360 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2361 * ia64-tdep.c (ia64_gdbarch_init): Update.
2362 * h8300-tdep.c (h8300_gdbarch_init): Update.
2363 * frv-tdep.c (frv_gdbarch_init): Update.
2364 * cris-tdep.c (cris_gdbarch_init): Update.
2365 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2366
a42e117c
AC
23672003-06-07 Andrew Cagney <cagney@redhat.com>
2368
2369 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2370 Assert that PC_REGNUM is valid.
2371 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2372
bd1ce8ba
AC
23732003-06-07 Andrew Cagney <cagney@redhat.com>
2374
2375 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2376 * gdbarch.h, gdbarch.c: Regenerate.
2377 * mn10300-tdep.c: Include "gdb_assert.h".
2378 (mn10300_read_fp): New function.
2379 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2380 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2381 * ia64-tdep.c: Include "gdb_assert.h".
2382 (ia64_read_fp): New function.
2383 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2384 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2385 * regcache.c (generic_target_read_sp): Delete function.
2386 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2387 * inferior.h (generic_target_read_sp): Delete declaration.
2388 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2389 generic_target_read_sp.
2390 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2391 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2392 * sh-tdep.c (sh_gdbarch_init): Ditto.
2393 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2394 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2395
ec5cbaec
AC
23962003-06-07 Andrew Cagney <cagney@redhat.com>
2397
2398 * gdbarch.sh: Comment each field of startup_gdbarch.
2399 * gdbarch.h, gdbarch.c: Re-generate.
2400
cde9ea48
AC
24012003-06-07 Andrew Cagney <cagney@redhat.com>
2402
2403 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2404 * gdbarch.h, gdbarch.c: Re-generate.
2405 * regcache.c: Update comments on read_pc et.al.
2406 (generic_target_read_pc): Delete function.
2407 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2408 * inferior.h (generic_target_read_pc): Delete declaration.
2409 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2410 generic_target_read_pc.
2411 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2412 * sh-tdep.c (sh_gdbarch_init): Ditto.
2413 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2414 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 2415
9a90a780
AC
24162003-06-07 Andrew Cagney <cagney@redhat.com>
2417
2418 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2419 "index" with "special_local_sect". Use strcmp instead of STREQ.
2420 Append period to coments.
2421
a39a16c4
MM
24222003-06-06 Mark Mitchell <mark@codesourcery.com>
2423
2424 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2425 (elfstab_offset_sections): Likewise.
2426 * gdb-stabs.h (stab_section_info): Likewise.
2427 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2428 * objfiles.c (objfile_relocate): Likewise.
2429 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2430 * remote.c (get_offsets): Likewise.
2431 (remote_cisco_objfile_relocate): Likewise.
2432 * somread.c (som_symfile_offsets): Likewise.
2433 * symfile.c (alloc_section_addr_info): New function.
2434 (build_section_addr_info_from_section_tab): Use it.
2435 (free_section_addr_info): Adjust.
2436 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2437 (syms_from_objfile): Allocate local_addr dynamically.
2438 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2439 dynamically.
2440 (add_symbol_file_command): Allocate sect_opts dynamically.
2441 (reread_symbols): Avoid use of SECT_OFF_MAX.
2442 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2443 (alloc_section_addr_info): Declare it.
2444 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2445 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2446 dynamically.
2447 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 2448
20c6c2f8
AC
24492003-06-06 Andrew Cagney <cagney@redhat.com>
2450
2451 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2452 (d10v_frame_unwind_cache): Do not set "return_pc".
2453
884a26c8
MS
24542003-06-06 Michael Snyder <msnyder@redhat.com>
2455
2456 * h8300-tdep.c: Make tidy (long lines).
2457
088ce440
ML
24582003-06-06 Michal Ludvig <mludvig@suse.cz>
2459
8ffd9b1b 2460 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
2461 to regcache_collect().
2462
7d773d96
JB
24632003-06-05 J. Brobecker <brobecker@gnat.com>
2464
2465 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2466 pc_in_sigtramp multiarch method.
2467 (hppa_hpux_som_init_abi): Use it.
2468 (hppa_hpux_elf_init_abi): Likewise.
2469 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2470 macro has been multiarched.
2471 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2472 macro here, as hppa64 isn't multiarched yet.
2473
1df6926e
AC
24742003-06-05 Andrew Cagney <cagney@redhat.com>
2475
2476 * Makefile.in (value_h): Add $(frame_h).
2477 * value.h: Include "frame.h".
2478 (struct value): Replace "frame_addr" with "frame_id".
2479 (VALUE_FRAME_ID): Replace VALUE_FRAME.
2480 * values.c (allocate_value): Use VALUE_FRAME_ID.
2481 (value_copy): Use VALUE_FRAME_ID.
2482 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
2483 * valops.c (value_assign): Update. Use frame_find_by_id.
2484
6b53acc6
ML
24852003-06-05 Michal Ludvig <mludvig@suse.cz>
2486
2487 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
2488 in each pass.
2489
4d9850d3
JJ
24902003-06-05 Jeff Johnston <jjohnstn@redhat.com>
2491
2492 * thread-db.c (check_event): For create/death event breakpoints,
2493 loop through all messages to ensure that we read the message
2494 corresponding to the breakpoint we are at.
2495
8efca6ba
MS
24962003-06-04 Michael Snyder <msnyder@redhat.com>
2497
2498 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
2499
0912c7f2
MK
25002003-06-04 Mark Kettenis <kettenis@gnu.org>
2501
2502 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
2503 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
2504 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
2505 when handling .eh_frame sections.
2506
4e370325
JB
25072003-06-04 J. Brobecker <brobecker@gnat.com>
2508
2509 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
2510 prepare_to_proceed procedure instead of the hppa-specific one.
2511 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
2512
b757528f 25132003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 2514
b757528f
JJ
2515 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
2516 * config.in: Regenerated.
2517 * configure.in: Add test for syscall function and check for
2518 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
2519 * configure: Regenerated.
2520 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
2521 <sys/syscall.h>.
2522 (kill_lwp): New function that uses tkill syscall or
2523 uses kill, depending on whether threading model is nptl or not.
2524 All callers of kill() changed to use kill_lwp().
2525 (lin_lwp_wait): Make special check when WIFEXITED occurs to
2526 see if all threads have already exited in the nptl model.
2527 (stop_and_resume_callback): New callback function used by the
2528 lin_lwp_wait thread exit handling code.
2529 (stop_wait_callback): Check for threads already having exited and
2530 delete such threads fromt the lwp list when discovered.
2531 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 2532
b757528f
JJ
2533 Roland McGrath <roland@redhat.com>
2534 * i386-linux-nat.c (ps_get_thread_area): New function needed by
2535 nptl libthread_db.
2536
087779b1
RH
25372003-06-03 Richard Henderson <rth@redhat.com>
2538
b21fd293
RH
2539 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
2540 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
2541 (alpha_sigtramp_frame_prev_register): Likewise.
2542 (alpha_heuristic_frame_prev_register): Likewise.
2543 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
2544
8ffd9b1b 2545 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
2546 alpha-specific register id names.
2547 (alpha_mdebug_frame_unwind_cache): Likewise.
2548 (alpha_mdebug_frame_prev_register): Likewise.
2549
baa490c4
RH
25502003-06-03 Richard Henderson <rth@redhat.com>
2551
2552 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
2553 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
2554 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
2555 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
2556 unwind routines.
2557 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2558 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2559 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2560
2561 * alpha-linux-tdep.c: Remove unnecessary includes.
2562 * Makefile.in (alpha-linux-tdep.o): Update.
2563
25642003-06-03 Richard Henderson <rth@redhat.com>
2565
2566 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
2567 (alphabsd_fill_fpreg): Likewise.
2568
f534e522
JB
25692003-06-03 J. Brobecker <brobecker@gnat.com>
2570
2571 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
2572 references to struct frame_info fields by calls to the equivalent
2573 accessors. Necessary now that frame_info is opaque.
2574
4035536b
JB
25752003-06-03 J. Brobecker <brobecker@gnat.com>
2576
2577 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
2578 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
2579 structure, field no longer exists.
2580
0bd79c5c
JB
25812003-06-03 J. Brobecker <brobecker@gnat.com>
2582
2583 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2584 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
2585
37bb6d9f
JB
25862003-06-03 J. Brobecker <brobecker@gnat.com>
2587
2588 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
2589 references to struct frame_info fields by calls to the equivalent
2590 accessors. Necessary now that frame_info is opaque.
2591
852ee05c
JB
25922003-06-03 J. Brobecker <brobecker@gnat.com>
2593
2594 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
2595 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
2596 structure, field no longer exists.
2597
7d58c67d
TR
25982003-06-03 Theodore A. Roth <troth@openavr.org>
2599
8ffd9b1b 2600 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
2601 accumulation of the size of all registers instead of blindly using
2602 DEPRECATED_REGISTER_BYTES.
2603
0a48e7e8
MS
26042003-06-03 Michael Snyder <msnyder@redhat.com>
2605
2606 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
2607 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
2608 for h8300sx.
2609
9798ab0d
JB
26102003-06-03 J. Brobecker <brobecker@gnat.com>
2611
2612 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
2613 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2614
00b037e2
AC
26152003-06-03 Andrew Cagney <cagney@redhat.com>
2616
2617 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
2618 (sparc_convert_to_raw): Delete function.
2619 (sparc_gdbarch_init): Do not set register_convert_to_raw or
2620 register_convert_to_virtual.
2621
043b2f77
JJ
26222003-06-03 Jeff Johnston <jjohnstn@redhat.com>
2623
2624 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
2625 layer if not dealing with a statically-linked threaded program.
2626
f43caff8
KW
26272003-06-03 Kris Warkentin <kewarken@qnx.com>
2628
2629 * solib.c (solib_open): Update comment to reflect actual search order.
2630
ae1e7417
AC
26312003-06-03 Andrew Cagney <cagney@redhat.com>
2632
2633 * frame.c (get_frame_memory_signed): New function.
2634 (get_frame_memory, get_frame_memory_unsigned): New function.
2635 (get_frame_arch): New function.
2636 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
2637 (get_frame_memory, get_frame_unsigned_memory): Declare.
2638 * d10v-tdep.c (d10v_frame_unwind_cache): Use
2639 get_frame_memory_unsigned and get_frame_arch.
2640 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
2641
cb123844
RG
26422003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
2643
2644 * MAINTAINERS (write after approval): Add myself.
2645
1bb792e9
JB
26462003-06-03 Jim Blandy <jimb@redhat.com>
2647
2648 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
2649 elements of gregset_t are 64 bits each, but access registers
2650 are still 32 bits, so they're packed two per gregset_t
2651 element. Unpack/pack them properly.
2652
aee8d8ba
DC
26532003-06-02 David Carlton <carlton@bactrian.org>
2654
2655 * linespec.c (find_methods): Break out code into
2656 add_matching_methods and add_constructors.
2657 (add_matching_methods): New.
2658 (add_constructors): Ditto.
2659
bf7488d2
AC
26602003-06-02 Andrew Cagney <cagney@redhat.com>
2661
bf7488d2
AC
2662 * sparc-tdep.c (sparc_print_registers): Delete call to
2663 REGISTER_CONVERTIBLE.
2664 (sparc_gdbarch_init): Do not set register_convertible.
2665 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2666 * frv-tdep.c (frv_gdbarch_init): Ditto.
2667 * cris-tdep.c (cris_gdbarch_init): Ditto.
2668
adedef68
EZ
26692003-06-02 Elena Zannoni <ezannoni@redhat.com>
2670
8ffd9b1b 2671 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
2672 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
2673 (syms_from_objfile): Ditto.
2674
650fcc91
AS
26752003-06-03 Andreas Schwab <schwab@suse.de>
2676
2677 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
2678 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
2679
df4a182b
RH
26802003-06-02 Richard Henderson <rth@redhat.com>
2681
2682 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
2683 a member of all_reggroup.
2684
c483c494
RH
26852003-06-02 Richard Henderson <rth@redhat.com>
2686
2687 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
2688 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
2689 (alpha_lds, alpha_sts): New.
2690 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 2691 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
2692 restructure and fail for type sizes other than 4 or 8.
2693 (alpha_value_to_register): Similarly.
2694 (alpha_extract_return_value): Use alpha_sts.
2695 (alpha_store_return_value): Use alpha_lds.
2696 (alpha_gdbarch_init): Update hooks.
2697
b38b6be2
RH
26982003-06-02 Richard Henderson <rth@redhat.com>
2699
2700 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
2701 regnum identifiers.
2702 (alpha_sigtramp_register_address): Likewise.
2703
98a8e1e5
RH
27042003-06-02 Richard Henderson <rth@redhat.com>
2705
2706 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
2707 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
2708 * alpha-tdep.h: Declare them.
2709
2710 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
2711 Remove zerobuf. Don't error on UNIQUE.
2712 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
2713 (ALPHA_REGSET_UNIQUE): Provide default.
2714 (supply_gregset): Use alpha_supply_int_regs.
2715 (fill_gregset): Use alpha_fill_int_regs.
2716 (supply_fpregset): Use alpha_supply_fp_regs.
2717 (fill_fpregset): Use alpha_fill_fp_regs.
2718 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
2719 (alphabsd_supply_reg): Use alpha_supply_int_regs.
2720 (alphabsd_fill_reg): Use alpha_fill_int_regs.
2721 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
2722 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
2723 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
2724
67dfac52
RH
27252003-06-02 Richard Henderson <rth@redhat.com>
2726
f75d70cc
RH
2727 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
2728
67dfac52
RH
2729 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
2730 (alpha_store_return_value): Likewise.
2731
0cf566ec
DC
27322003-06-02 David Carlton <carlton@math.stanford.edu>
2733
2734 * block.c (contained_in): Add 'const' to arguments.
2735 (block_function): Ditto.
2736 * block.h: Update declarations for block_function and
2737 contained_in.
2738
cdef89d0
DC
27392003-06-02 David Carlton <carlton@math.stanford.edu>
2740
2741 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
2742 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
2743 * p-valprint.c (pascal_val_print): Ditto.
2744 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
2745
72667056
RH
27462003-06-02 Richard Henderson <rth@redhat.com>
2747
98a8e1e5
RH
2748 * alpha-tdep.c (alpha_push_dummy_call): Use
2749 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 2750
8ffd9b1b 2751 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
2752 sign-extension of 32-bit values.
2753 (alpha_store_return_value): Similarly.
0ede8eca 2754
98a8e1e5
RH
2755 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
2756 (alpha_extract_return_value): Likewise.
2757 (alpha_store_return_value): Likewise.
7b5e1cb3 2758
98a8e1e5
RH
2759 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
2760 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 2761
98a8e1e5
RH
2762 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
2763 (alpha_extract_struct_value_address): Likewise.
2764 (alpha_store_return_value): Likewise.
2765 (alpha_store_struct_return): Remove.
2766 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 2767
98a8e1e5
RH
2768 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
2769 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
2770 macros where appropriate.
2771 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
2772 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 2773
98a8e1e5
RH
2774 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
2775 for SP, GP; void_func_ptr for PC; non-language-specific types
2776 for all others.
2777 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 2778
6dd77b81
RH
27792003-06-02 Richard Henderson <rth@redhat.com>
2780
2781 * top.h (lim_at_start): Declare.
2782 * main.c (captured_main): Set it.
2783 * top.c (lim_at_start): Define.
2784 (command_loop): Use it instead of &environ.
2785 * event-top.c (command_handler): Likewise.
2786
f4dbdb54
JT
27872003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
2788
2789 * mipsnbsd-tdep.c: Update copyright years.
2790 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
2791
8f285956
RH
27922003-06-01 Richard Henderson <rth@redhat.com>
2793
98a8e1e5
RH
2794 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
2795 (alpha-linux-tdep.o): Update dependencies.
2796 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
2797 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 2798
615967cb
RH
27992003-06-01 Richard Henderson <rth@redhat.com>
2800
98a8e1e5
RH
2801 * alpha-tdep.c (alpha_register_reggroup_p): New.
2802 (alpha_gdbarch_init): Register it.
615967cb 2803
b59661bd
AC
28042003-06-02 Andrew Cagney <cagney@redhat.com>
2805
2806 * dwarfread.c: Eliminate "register"
2807 (decode_die_type): Eliminate assignment within "if".
2808 (struct_type, decode_array_element_type): Ditto.
2809 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
2810 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
2811 (decode_modified_type, completedieinfo): Ditto.
2812 * block.c: Eliminate "register".
2813 (blockvector_for_pc_sect): Eliminate assignment within "if".
2814 * cp-support.h (struct symbol): Opaque declaration.
2815 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
2816
5ef165c2
RH
28172003-06-01 Richard Henderson <rth@redhat.com>
2818
98a8e1e5
RH
2819 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
2820 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 2821
143985b7
AF
28222003-06-01 Adam Fedor <fedor@gnu.org>
2823
2824 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
2825 * gdbarch.[ch]: Regenerate.
2826 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
2827 (hppa_gdbarch_init): Set it in the gdbarch vector.
2828 * i386-tdep.c (i386_fetch_pointer_argument): New
2829 (i386_gdbarch_init): Set it into gdbarch.
2830 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
2831 (rs6000_gdbarch_init): Set it in gdbarch.
2832 * sparc-tdep.c (sparc_fetch_pointer_argument): New
2833 (sparc_gdbarch_init): Set it in gdbarch.
2834
ae0167b9
AC
28352003-06-01 Andrew Cagney <cagney@redhat.com>
2836
7c0b4a20
AC
2837 * defs.h (extract_address): Delete declaration.
2838 * findvar.c (extract_address): Delete function.
2839 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
2840 extract_address with the inline equivalent,
2841 extract_unsigned_integer.
2842 (xstormy16_extract_struct_value_address): Ditto.
2843 (xstormy16_pointer_to_address): Ditto.
2844 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
2845 * v850-tdep.c (v850_push_arguments): Ditto.
2846 (v850_extract_return_value): Ditto.
2847 (v850_extract_struct_value_address): Ditto.
2848 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
2849 (sparcnbsd_get_longjmp_target_64): Ditto.
2850 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
2851 (get_longjmp_target): Ditto.
2852 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
2853 (sh64_extract_struct_value_address): Ditto.
2854 (sh_push_arguments): Ditto.
2855 (sh64_push_arguments): Ditto.
2856 * remote-vxsparc.c (vx_read_register): Ditto.
2857 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
2858 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
2859 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
2860 * mipsv4-nat.c (get_longjmp_target): Ditto.
2861 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
2862 * mips-nat.c (get_longjmp_target): Ditto.
2863 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
2864 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
2865 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
2866 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
2867 * irix5-nat.c (get_longjmp_target): Ditto.
2868 * irix4-nat.c (get_longjmp_target): Ditto.
2869 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
2870 (ia64_push_arguments): Ditto.
2871 * hpux-thread.c (hpux_thread_store_registers): Ditto.
2872 * h8300-tdep.c (h8300_push_arguments): Ditto.
2873 (h8300_store_return_value): Ditto.
2874 (h8300_extract_struct_value_address): Ditto.
2875 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
2876 (frv_push_arguments): Ditto.
2877 * avr-tdep.c (avr_pointer_to_address): Ditto.
2878 (avr_push_arguments): Ditto.
2879 * arm-tdep.c (arm_push_dummy_call): Ditto.
2880 (arm_get_longjmp_target): Ditto.
2881 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
2882 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
2883 (alpha_get_longjmp_target): Ditto.
2884
ae0167b9
AC
2885 * solib-irix.c (extract_mips_address): Inline extract_address,
2886 replacing it with extract_signed_integer.
2887 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
2888 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
2889 (first_link_map_member, open_symbol_file_object): Ditto.
2890 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
2891 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
2892 (LM_NEXT, LM_NAME): Ditto.
2893
44d88583
RH
28942003-06-01 Richard Henderson <rth@redhat.com>
2895
98a8e1e5
RH
2896 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
2897 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
2898 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
2899 (alpha_cannot_store_register): Likewise.
2900 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
2901 * alpha-nat.c (supply_gregset): Likewise.
2902 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 2903
310e9b6a
AC
29042003-06-01 Andrew Cagney <cagney@redhat.com>
2905
2906 * infcall.c (call_function_by_hand): Update comment on
2907 DEPRECATED_DUMMY_WRITE_SP.
2908
2909 * mips-tdep.c (mips_gdbarch_init): Do not set
2910 deprecated_dummy_write_sp.
2911 (mips_eabi_push_dummy_call): Set the SP register.
2912 (mips_o64_push_dummy_call): Set the SP register.
2913 (mips_o32_push_dummy_call): Set the SP register.
2914 (mips_n32n64_push_dummy_call): Set the SP register.
2915
5ab84872
RH
29162003-06-01 Richard Henderson <rth@redhat.com>
2917
98a8e1e5
RH
2918 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
2919 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
2920 (supply_gregset): Likewise.
2921 * alpha-tdep.c (alpha_store_return_value): Likewise.
2922 (alpha_get_longjmp_target): Likewise.
2923 (alpha_register_name): Constify array.
2924 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
2925 deprecated_register_size, deprecated_register_bytes,
2926 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
2927 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
2928 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 2929
09cc52fd
RH
29302003-06-01 Richard Henderson <rth@redhat.com>
2931
2932 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
2933 from arg_reg_buffer to regcache to avoid double conversion.
2934
c7f16359
MK
29352003-06-01 Mark Kettenis <kettenis@gnu.org>
2936
2937 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
2938 SP_REGNUM.
2939 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
2940 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
2941
7131cb6e
RH
29422003-06-01 Richard Henderson <rth@redhat.com>
2943
98a8e1e5
RH
2944 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
2945 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 2946
f3e0f90b
RH
29472003-06-01 Richard Henderson <rth@redhat.com>
2948
98a8e1e5
RH
2949 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
2950 not overlapping PC_REGNUM.
f3e0f90b 2951
c88e30c0
RH
29522003-06-01 Richard Henderson <rth@redhat.com>
2953
98a8e1e5
RH
2954 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
2955 alpha_push_arguments. Don't dump argument register data to
2956 the target stack. Fix float and 128-bit long double semantics.
2957 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
2958 (alpha_fix_call_dummy): Remove.
2959 (alpha_call_dummy_words): Remove.
2960 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 2961
f1a559ae
RH
29622003-06-01 Richard Henderson <rth@redhat.com>
2963
2964 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
2965
5e045346
AC
29662003-06-01 Andrew Cagney <cagney@redhat.com>
2967
95404a3e
AC
2968 * mips-tdep.c (is_mips16_addr): New function.
2969 (make_mips16_addr, unmake_mips16_addr): New functions.
2970 (pc_is_mips16, mips_fetch_instruction): Use.
2971 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
2972 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
2973 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
2974 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
2975 TARGET_MIPS.
2976 * config/mips/tm-mips.h: Update copyright.
2977 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
2978 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
2979 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
2980 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
2981 (TM_PRINT_INSN_MACH): Delete.
2982 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2983
5e045346
AC
2984 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
2985 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
2986 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
2987 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
2988 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
2989 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
2990 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
2991 mips*-*-riscos* and mips*-*-sysv* onto mips.
2992 * config/mips/mips64.mt: New file.
2993 * config/mips/mips.mt: New file.
2994 * config/mips/littlemips.mt: Delete file.
2995 * config/mips/decstation.mt: Delete file.
2996 * config/mips/vr4300el.mt: Delete file.
2997 * config/mips/vr5000el.mt: Delete file.
2998 * config/mips/vr5000.mt: Delete file.
2999 * config/mips/vr4100.mt: Delete file.
3000 * config/mips/vr4xxxel.mt: Delete file.
3001 * config/mips/vr4300.mt: Delete file.
3002 * config/mips/vr4xxx.mt: Delete file.
3003 * config/mips/bigmips.mt: Delete file.
3004 * config/mips/bigmips64.mt: Delete file.
3005 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3006 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3007 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3008 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3009 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3010 "tm-bigmips.h".
3011 * config/mips/tm-irix3.h: Ditto.
3012 * config/mips/tm-mipsv4.h: Ditto.
3013 * config/mips/tm-embed.h: Ditto.
3014 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3015 "tm-bigmips64.h".
3016 * config/mips/tm-vr5000el.h: Delete file.
3017 * config/mips/tm-tx39l.h: Delete file.
3018 * config/mips/tm-vr4300el.h: Delete file.
3019 * config/mips/tm-vr4xxxel.h: Delete file.
3020 * config/mips/tm-vr4300.h: Delete file.
3021 * config/mips/tm-vr4100.h: Delete file.
3022 * config/mips/tm-vr4xxx.h: Delete file.
3023 * config/mips/tm-vr5000.h: Delete file.
3024 * config/mips/tm-embedl64.h: Delete file.
3025 * config/mips/tm-embedl.h: Delete file.
3026 * config/mips/tm-embed64.h: Delete file.
3027 * config/mips/tm-bigmips64.h: Delete file.
3028 * config/mips/tm-bigmips.h: Delete file.
3029
2473a4a9
MK
30302003-06-01 Mark Kettenis <kettenis@gnu.org>
3031
97a5b208
MK
3032 Fix gdb/1216.
3033 * shnbsd-nat.c: Include "sh-tdep.h".
3034
2473a4a9
MK
3035 From Richard Henderson <rth@redhat.com>:
3036 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3037
e0f7ec59
AC
30382003-05-31 Andrew Cagney <cagney@redhat.com>
3039
3040 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3041 forward declaration.
3042 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3043 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3044 (mips_find_saved_regs): Use set_reg_offset.
3045 (mips_frame_init_saved_regs): Delete function.
3046 (mips_pop_frame): Call mips_find_saved_regs instead of
3047 DEPRECATED_FRAME_INIT_SAVED_REGS.
3048
68dcc709
AC
30492003-05-31 Andrew Cagney <cagney@redhat.com>
3050
3051 * mips-tdep.c (mips_gdbarch_init): Do not set
3052 deprecated_max_register_raw_size, register_virtual_size, and
3053 deprecated_max_register_virtual_size.
3054
cfc14b3a
MK
30552003-05-31 Mark Kettenis <kettenis@gnu.org>
3056
6405b0a6
MK
3057 * i386-tdep.c: Include "dwarf2-frame.h".
3058 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3059 * Makefile.in (i386-tdep.o): Update dependencies.
3060
cfc14b3a
MK
3061 * dwarf2-frame.c, dwarf2-frame.h: New files.
3062 * Makefile.in (SFILES): Add dwarf2-frame.c.
3063 (dwarf2_frame_h): Define.
3064 (COMMON_OBS): Add dwarf2-frame.o.
3065 (dwarf2-frame.o): Add dependencies.
3066
6a2751d2
AJ
30672003-05-31 Andreas Jaeger <aj@suse.de>
3068
3069 * x86-64-linux-nat.c: Fix comment.
3070
1c3545ae
MK
30712003-05-31 Mark Kettenis <kettenis@gnu.org>
3072
10f93086
MK
3073 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3074 function signature.
3075
1c3545ae
MK
3076 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3077 have a sigcontext_addr handler.
3078 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3079 sigcontext_addr handler.
3080
e11c53d2
AC
30812003-05-31 Andrew Cagney <cagney@redhat.com>
3082
3083 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3084 (print_fp_register_row): Replace do_fp_register_row.
3085 (mips_print_fp_register): Add "file" and "frame" parameters.
3086 (mips_print_register): Add "file" and "frame" parameters.
3087 (mips_print_registers_info): Replace mips_do_registers_info.
3088 (mips_gdbarch_init): Set print_registers_info instead of
3089 deprecated_do_registers_info.
3090 (mips_read_fp_register_single): Add "frame" parameter.
3091 (mips_read_fp_register_double): Add "frame" parameter.
3092
a3386186
MK
30932003-05-31 Mark Kettenis <kettenis@gnu.org>
3094
70913449
MK
3095 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3096 Fixes a bug where GDB would print the wrong register names for
3097 targets without SSE.
3098
2b5e0749
MK
3099 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3100 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3101 registers.
3102
3103 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3104 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3105 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3106 TDEP->sc_sp_offset.
3107
a3386186
MK
3108 From Michal Ludvig <mludvig@suse.cz>:
3109 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3110 and `sc_num_regs'.
3111 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3112 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3113 I386_ST0_REGNUM): Move here from...
3114 * i386-tdep.c: ... here.
3115 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3116 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3117 registers if possible.
3118 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3119 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3120 Remove variables.
3121 (i386bsd_sc_reg_offset): New variable.
3122 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3123 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3124 TDEP->sc_sp_offset.
3125 (i386fbsd_sc_reg_offset): New variable.
3126 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3127 TDEP->sc_num_regs.
3128 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3129 variables.
3130 (i386fbsd4_sc_reg_offset): New variable.
3131 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3132 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3133 TDEP->sc_sp_offset.
3134 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3135 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3136 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3137 Remove variables.
3138 (i386nbsd_sc_reg_offset): New variable.
3139 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3140 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3141 TDEP->sc_sp_offset.
3142 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3143 Remove variables.
3144 (i386obsd_sc_reg_offset): New variable.
3145 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3146 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3147 TDEP->sc_sp_offset.
3148 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3149 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3150 for frame pointer offset in `struct sigcontext'.
3151
25ab4790
AC
31522003-05-31 Andrew Cagney <cagney@redhat.com>
3153
3154 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3155 architecture methods call_dummy_words, sizeof_call_dummy_words,
3156 push_return_address, store_struct_return, and fix_call_dummy. Set
3157 push_dummy_call instead of deprecated_push_arguments.
3158 (mips_store_struct_return): Delete function.
3159 (mips_fix_call_dummy): Delete function.
3160 (mips_push_return_address): Delete function.
3161 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3162 RA_REGNUM and T9_REGNUM.
3163 (mips_n32n64_push_dummy_call): Ditto for
3164 mips_n32n64_push_arguments.
3165 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3166 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3167
6a65450a
AC
31682003-05-31 Andrew Cagney <cagney@redhat.com>
3169
3170 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3171 "dummy_addr" to "bp_addr".
3172 * infcall.c (call_function_by_hand): Pass "funaddr" to
3173 gdbarch_push_dummy_call.
3174 * gdbarch.h, gdbarch.c: Re-generate.
3175 * i386-tdep.c (i386_push_dummy_call): Update.
3176 * arm-tdep.c (arm_push_dummy_call): Update.
3177 * d10v-tdep.c (d10v_push_dummy_call): Update.
3178
c4f35dd8
MK
31792003-05-31 Mark Kettenis <kettenis@gnu.org>
3180
3181 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3182 variable declarations.
3183 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3184 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3185 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3186 x86_64_init_frame_pc, x86_64_init_frame_pc,
3187 x86_64_function_has_prologue): Remove prototypes.
3188 (X86_64_NUM_GREGS): New define.
3189 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3190 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3191 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3192 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3193 XMM1_REGNUM): Remove defines.
3194 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3195 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3196 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3197 X86_64_XMM1_REGNUM): New defines.
3198 (struct x86_64_register_info): Renamed from `struct
3199 register_info'. Remove `size' member.
3200 (x86_64_register_info_table): Remove variable.
3201 (x86_64_register_info): New variable.
3202 (X86_64_NUM_REGS): New define.
3203 (X86_64_NUM_GREGS): Remove define.
3204 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3205 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3206 Remove variables.
3207 (x86_54_dwarf2_reg_to_regnum): Remove function.
3208 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3209 (x86_64_dwarf_reg_to_regnum): New function.
3210 (x86_64_register_name): Rewrite.
3211 (x86_64_register_raw_size): Remove function.
3212 (x86_64_register_byte_table): Remove variable.
3213 (x86_64_register_byte): Remove function.
3214 (x86_64_register_virtual_type): Remove function.
3215 (x86_64_register_type): New function.
3216 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3217 x86_64_register_convert_to_raw): Remove functions.
3218 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3219 (x86_64_use_struct_convention): Make static. Adjust for renamed
3220 defines.
3221 (x86_64_frame_init_saved_regs): Remove function.
3222 (x86_64_push_arguments): Make static. Change to accept a regcache
3223 as argument.
3224 (x86_64_store_return_value, x86_64_extract_return_value): Make
3225 static. Rewrite based on i386 counterparts.
3226 (x86_64_push_dummy_call): New function.
3227 (X86_64_NUM_SAVED_REGS): New define.
3228 (x86_64_register_number): Remove function.
3229 (x86_64_store_struct_return): Remove function.
3230 (x86_64_frameless_function_invocation,
3231 x86_64_function_has_prologue): Remove functions.
3232 (PROLOG_BUFSIZE): Remove define.
3233 (struct x86_64_frame_cache): New structure.
3234 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3235 x86_64_frame_cache, x86_64_frame_this_id,
3236 x86_64_frame_prev_register, x86_64_frame_p,
3237 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3238 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3239 functions.
3240 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3241 variables.
3242 (x86_64_skip_prologue): Rewrite in terms of
3243 x86_64_analyze_prologue.
3244 (x86_64_frame_base_address): New function.
3245 (x86_64_frame_base): New variable.
3246 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3247 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3248 set deprecated_fp_regnum, deprecated_register_size,
3249 deprecated_register_bytes, register_raw_size, register_byte,
3250 register_virtual_type, register_convertiable,
3251 register_convert_to_virtual, convert_to_raw,
3252 deprecated_get_saved_register, deprecated_target_read_fp,
3253 deprecated_push_arguments, deprecated_push_return_address,
3254 deprecated_pop_frame, deprecated_store_struct_return,
3255 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3256 frameless_function_invocation, deprecated_frame_saved_pc,
3257 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3258 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3259 deprecated_init_frame_pc and virtual_frame_pointer. Call
3260 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3261 and x86_64_frame_p. Call frame_base_set_default to register
3262 x86_64_frame_base.
3263 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3264 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3265 (_initialize_x86_64_tdep): Remove function.
3266 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3267 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3268 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3269 define.
3270 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3271 (x86_64_linux_sigcontext_addr): Rewrite.
3272 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3273 x86_64_linux_frame_saved_pc): Remove functions.
3274 (x86_64_linux_pc_in_sigtramp): Renamed from
3275 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3276 trampoline.
3277 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3278 Remove_functions.
3279 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3280 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3281 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3282 (x86_64_regmap): Rename to regmap.
3283 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3284 x86_64_num_gregs.
3285 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3286 x86_64_regmap.
3287 (x86_64_fxsave_offset): Remove function.
3288 (supply_fpregset): Simply call x86_64_supply_fxsave.
3289 (fill_fpregset): Simply call x86_64_fill_fxsave.
3290 (fetch_inferior_registers, store_inferior_registers): Avoid
3291 asignment in if-statement.
3292 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3293 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3294 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3295 (fetch_core_registers): Remove function.
3296 (linux_elf_core_fns): Remove.
3297 (offsetoff): Don't define.
3298 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3299 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3300 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3301 add core-regset.o.
3302 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3303 protection against multiple includes instead of NM_X86_64_h. Add
3304 various comments. Include "config/nm-linux.h". Don't include
3305 <signal.h>.
3306 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3307 GET_THREAD_SIGNALS): Remove defines.
3308 (x86_64_register_u_addr, kernel_u_size,
3309 lin_thread_get_thread_signals): Remove prototypes.
3310 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3311 [HAVE_LINK_H]: Don't include "solib.h".
3312 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3313 * config/i386/tm-x86-64linux.h: Fix comments.
3314 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3315 x86-64-tdep.o): Update dependencies.
3316
c25083af
AC
33172003-05-30 Andrew Cagney <cagney@redhat.com>
3318
c8f55a7b
AC
3319 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3320 Change parameter type to a "struct regcache *".
3321
c25083af
AC
3322 * gdbarch.sh: Regardless of the multi-arch level, always define
3323 the macro when not already defined.
3324 * gdbarch.h, gdbarch.c: Re-generate.
3325
fbe586ae
RH
33262003-05-30 Richard Henderson <rth@redhat.com>
3327
3328 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3329 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3330 (alpha_mdebug_frame_this_id): Likewise.
3331 (alpha_mdebug_frame_prev_register): Likewise.
3332 (alpha_mdebug_frame_base_address): Likewise.
3333 (alpha_mdebug_frame_locals_address): Likewise.
3334 (alpha_mdebug_frame_args_address): Likewise.
3335 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3336 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3337 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3338 loop increment.
3339 (alpha_heuristic_frame_this_id): Make static.
3340 (alpha_heuristic_frame_prev_register): Likewise.
3341 (alpha_heuristic_frame_base_address): Likewise.
3342 * alpha-tdep.h: Update.
3343
acd5c798
MK
33442003-05-30 Mark Kettenis <kettenis@gnu.org>
3345
3346 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3347 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3348 defenitions.
3349 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3350 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3351 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3352 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3353 I386_ST0_REGNUM): New defines.
3354 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3355 codestream_get): Remove define.
3356 (codestream_next_addr, condestream_addr, condestream_buf,
3357 codestream_off, codestream_cnt): Remove variables.
3358 (codestream_fill, codestream_seek, codestream_read): Remove
3359 functions.
3360 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3361 functionality.
3362 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3363 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3364 i386_frame_saved_pc, i386_saved_pc_after_call,
3365 i386_frame_num_args, i386_frame_init_saved_regs,
3366 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3367 i386_push_arguments): Remove functions.
3368 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3369 functionality. Use i386_analyze_prologue instead of
3370 i386_get_frame_setup.
3371 (I386_NUM_SAVED_REGS): New define.
3372 (struct i386_frame_cache): New structure.
3373 (i386_alloc_frame_cache, i386_analyze_struct_return,
3374 i386_skip_probe, i386_analyze_frame_setup,
3375 i386_analyze_register_saves, i386_analyze_prologue,
3376 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3377 i386_frame_prev_register, i386_sigtramp_frame_cache,
3378 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3379 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3380 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3381 New functions.
3382 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3383 New variables.
3384 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3385 I386_EAX_REGNUM and I386_EDX_REGNUM.
3386 (i386_extract_return_value, i386_store_return_value): Use
3387 I386_ST0_REGNUM where appropriate.
3388 (i386_extract_struct_value_address): Rewrite to use extract_address.
3389 (i386_svr4_pc_in_sigtramp): Add comment.
3390 (i386_svr4_sigcontext_addr): Rewrite.
3391 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3392 TDEP->sc_sp_offset.
3393 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3394 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3395 of new defines. Set push_dummy_call, don't set
3396 deprecated_push_arguments, deprecated_push_return_address,
3397 deprecated_pop_frame. Don't set parm_boundary. Don't set
3398 deprecated_frame_chain, deprecated_frame_saved_pc,
3399 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3400 save_dummy_frame_tos, unwind_pc. Call
3401 frame_unwind_append_predicate and frame_base_set_default. Don't
3402 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3403 Don't set frameless_function_invocation. Don't set
3404 deprecated_register_bytes, deprecated_register_size,
3405 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3406 * i386-linux-tdep.c: Fix formatting in some comments.
3407 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3408 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3409 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3410 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3411 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3412 redundant parentheses.
3413 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3414 (i386_linux_sigcontext_addr): Use it. Rewrite.
3415 (find_minsym_and_objfile): Change name of second argument.
3416 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3417 changed. Use frame_pc_unwind instead of
3418 DEPRECATED_SAVED_PC_AFTER_CALL.
3419 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3420 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3421 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3422 unwinder.
3423 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3424 "dummy-frame.h".
3425 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3426 (_initialize_i386_cygwin_tdep): New prototype.
3427 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3428 deprecated_frame_chain_valid.
3429 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3430 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3431 Rely on the SVR4 defaults.
3432 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3433 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3434
c89b70f1
AC
34352003-05-30 Andrew Cagney <cagney@redhat.com>
3436
3437 * infcall.c (call_function_by_hand): Always call
3438 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3439
85b32d22
RH
34402003-05-30 Richard Henderson <rth@redhat.com>
3441
c89b70f1
AC
3442 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3443 increment.
85b32d22 3444
bfe51b1e
JB
34452003-05-29 Jim Blandy <jimb@redhat.com>
3446
3447 Use gdbarch methods for solib stuff on PowerPC Linux.
3448 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3449 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3450 show through.
3451 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3452 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3453 giving the same effect as the #definitions above.
3454
1abf022c
AF
34552003-05-29 Adam Fedor <fedor@gnu.org>
3456
3457 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3458 (find_implementation_from_class): Replace it with the standard
3459 case i.e. do nothing.
3460
d2427a71
RH
34612003-05-29 Richard Henderson <rth@redhat.com>
3462
3463 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3464 (alpha_linux_sigtramp_offset): Use it. Make static.
3465 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3466 update for new frame model.
3467 * alpha-mdebug-tdep.c: New file.
3468 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3469 (alpha_osf1_init_abi): Install it.
3470 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3471 (linked_proc_desc_table): Remove.
3472 (alpha_frame_past_sigtramp_frame): Remove.
3473 (alpha_dynamic_sigtramp_offset): Remove.
3474 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3475 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3476 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3477 (push_sigtramp_desc): Remove.
3478 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3479 (alpha_cannot_store_register): Likewise.
3480 (alpha_sigcontext_addr): Remove.
3481 (alpha_find_saved_regs): Remove.
3482 (alpha_frame_init_saved_regs): Remove.
3483 (alpha_init_frame_pc_first): Remove.
3484 (read_next_frame_reg): Remove.
3485 (alpha_frame_saved_pc): Remove.
3486 (alpha_saved_pc_after_call): Remove.
3487 (temp_proc_desc, temp_saved_regs): Remove.
3488 (alpha_about_to_return): Remove.
3489 (cached_proc_desc): Remove.
3490 (alpha_frame_chain): Remove.
3491 (alpha_print_extra_frame_info): Remove.
3492 (alpha_init_extra_frame_info): Remove.
3493 (alpha_frame_locals_address): Remove.
3494 (alpha_frame_args_address): Remove.
3495 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
3496 (alpha_push_dummy_frame): Remove.
3497 (alpha_pop_frame): Remove.
3498 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
3499 (alpha_read_insn): New.
3500 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
3501 for different insn encodings.
3502 (alpha_in_lenient_prologue): Remove.
3503 (struct alpha_sigtramp_unwind_cache): New.
3504 (alpha_sigtramp_frame_unwind_cache): New.
3505 (alpha_sigtramp_register_address): New.
3506 (alpha_sigtramp_frame_this_id): New.
3507 (alpha_sigtramp_frame_prev_register): New.
3508 (alpha_sigtramp_frame_unwind): New.
3509 (alpha_sigtramp_frame_p): New.
3510 (struct alpha_heuristic_unwind_cache): New.
3511 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
3512 don't count nop insns that occur between functions.
3513 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
3514 heuristic_proc_desc, but without the mdebug wrapping.
3515 (alpha_heuristic_frame_this_id): New.
3516 (alpha_heuristic_frame_prev_register): New.
3517 (alpha_heuristic_frame_unwind): New.
3518 (alpha_heuristic_frame_p): New.
3519 (alpha_heuristic_frame_base_address): New.
3520 (alpha_heuristic_frame_base): New.
3521 (alpha_unwind_dummy_id): New.
3522 (alpha_unwind_pc): New.
3523 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
3524 frame related deprecated initializations; install replacements.
3525 (alpha_dump_tdep): Remove.
3526 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
3527 (alpha_read_insn, alpha_after_prologue,
3528 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
3529 alpha_heuristic_frame_prev_register,
3530 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
3531 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3532 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
3533 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
3534
93ec1121
AC
35352003-05-29 Andrew Cagney <cagney@redhat.com>
3536
3537 * gdb_assert.h (gdb_assert_fail): Provide different definitions
3538 dependant on the availability of ASSERT_FUNCTION.
3539 (ASSERT_FUNCTION): Do not define when there is no function name.
3540
98f08d3d
KB
35412003-05-29 Kevin Buettner <kevinb@redhat.com>
3542
3543 From Jimi X <jimix@watson.ibm.com>:
3544 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
3545
0897f59b
JB
35462003-05-28 Jim Blandy <jimb@redhat.com>
3547
3548 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
3549 argument to ptrace to int; the system headers should give it the
3550 right type, and pointers don't fit in ints on powerpc64-*-*.
3551
14898363
L
35522003-05-28 H.J. Lu <hongjiu.lu@intel.com>
3553
3554 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
3555 DW_TAG_catch_block.
3556
a7a48797
EZ
35572003-05-26 Elena Zannoni <ezannoni@redhat.com>
3558
3559 * stabsread.c (dbx_lookup_type): Make static.
3560 (read_type): Ditto.
3561 (add_undefined_type): Ditto.
3562 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
3563 not export.
3564
f5479e9c
EZ
35652003-05-26 Elena Zannoni <ezannoni@redhat.com>
3566
3567 * hpread.c (hpread_has_name): Make static.
3568 (hpread_psymtab_to_symtab): Ditto.
3569 (file_exists): Ditto.
3570 (hpread_call_pxdb): Ditto.
3571 (hpread_pxdb_needed): Ditto.
3572 (hpread_quick_traverse): Ditto.
3573 (hpread_get_header): Ditto.
3574 (hpread_get_lntt): Ditto.
3575 (hpread_get_slt): Ditto.
3576 (class_of): Ditto.
3577
eb2e12d7
AS
35782003-05-25 Andreas Schwab <schwab@suse.de>
3579
78bf922a
AS
3580 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
3581 stack_align and deprecated_extra_stack_alignment_needed.
3582 (m68k_stack_align): Delete.
3583
eb2e12d7
AS
3584 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
3585 (m68k_register_virtual_size): Likewise.
3586 (altos_skip_prologue): Remove obsolete function.
3587 (isi_frame_num_args): Likewise.
3588 (news_frame_num_args): Likewise.
3589 (m68k_fix_call_dummy): Make static.
3590 (m68k_push_dummy_frame): Likewise.
3591 (m68k_pop_frame): Likewise.
3592 (m68k_skip_prologue): Likewise.
3593 (m68k_frame_init_saved_regs): Likewise.
3594 (m68k_saved_pc_after_call): Likewise.
3595 (m68k_get_longjmp_target): Make multi-arch.
3596 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
3597 structure. Register m68k_get_longjmp_target if enabled.
3598 * m68k-tdep.h (struct gdbarch_tdep): Define.
3599 * config/m68k/tm-m68k.h: Don't include "regcache.h".
3600
3601 * Makefile.in (config.status): Also depend on configure.tgt
3602 and configure.host.
3603 (m68klinux-tdep.o): Update dependencies.
3604 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
3605 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
3606 (M68K_LINUX_JB_PC): Define.
3607 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
3608 and take additional parameter.
3609 (m68k_linux_sigtramp_saved_pc): Update.
3610 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
3611 m68k_linux_pc_in_sigtramp, in_plt_section,
3612 find_solib_trampoline_target.
3613 * config/m68k/tm-linux.h: Don't include any tm headers.
3614 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
3615 (JB_ELEMENT_SIZE): Likewise.
3616 (JB_PC): Likewise.
3617 (GET_LONGJMP_TARGET): Likewise.
3618 (IN_SIGTRAMP): Likewise.
3619 (SVR4_SHARED_LIBS): Define this and include "solib.h".
3620
eb2c22dc
MK
36212003-05-25 Mark Kettenis <kettenis@gnu.org>
3622
3623 * sparc-tdep.c (sparc32_do_push_arguments): New function.
3624 (sparc32_push_arguments): Re-implement by calling
3625 sparc32_do_push_arguments.
3626
44b7b84e
MK
36272003-05-25 Mark Kettenis <kettenis@gnu.org>
3628
3629 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
3630 SPARC_O1_REGNUM): New defines.
3631 (sparc32_extract_return_value): Rewrite to operate on a regcache.
3632 (sparc32_store_return_value): New function.
3633 (sparc_extract_struct_value_address): Rewrite to operate on a
3634 regcache.
3635 (sparc_gdbarch_init): Don't set
3636 deprecated_extract_struct_value_address. Set
3637 extract_struct_value_address instead. Don't set
3638 deprecated_extract_return_value and deprecated_store_return_value
3639 for 32-bit targets. Set extract_return_value and
3640 store_return_value instead.
3641 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
3642 DEPRECTAED_EXTRACT_RETURN_VALUE,
3643 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
3644 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
3645 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
3646 (sparc_store_return_value): Remove prototype.
3647 (sparc32_store_return_value): New prototype.
3648 (sparc32_extract_return_value, sparc_extract_struct_value_address):
3649 Adjust prototypes.
3650
f6ad61e3
MK
36512003-05-24 Mark Kettenis <kettenis@gnu.org>
3652
3653 * sparcnbsd-tdep.c: Include "gdb_string.h".
3654
b276f1bb
AC
36552003-05-23 Andrew Cagney <cagney@redhat.com>
3656
3657 * p-valprint.c (pascal_val_print): Replace extract_address with
3658 the inline equivalent extract_unsigned_integer.
3659 * jv-valprint.c (java_value_print): Ditto.
3660 * ada-valprint.c (ada_val_print_1): Ditto.
3661 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
3662
e76c5fcc
TR
36632003-05-23 Theodore A. Roth <troth@openavr.org>
3664
3665 * blockframe.c (frameless_look_for_prologue): Remove unused
3666 after_prologue variable.
3667
2cdd89cb
MK
36682003-05-23 Mark Kettenis <kettenis@gnu.org>
3669
3670 * blockframe.c (get_pc_function_start): Rewrite to avoid
3671 asignments in if-statements.
3672
182d43bc
EZ
36732003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3674
3675 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 3676 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
3677 files, don't relocate absolute symbols (and do use mst_abs).
3678
e8f3fcdd
AC
36792003-05-23 Andrew Cagney <cagney@redhat.com>
3680
3681 * objc-lang.c: Include "gdb_assert.h".
3682 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
3683 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
3684 (gdb_check, gdb_check_fatal): Delete functions.
3685 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
3686 gdb_assert.
3687 (parse_selector, parse_method, find_methods, find_imps): Ditto.
3688 * Makefile.in (objc-lang.o): Update dependencies.
3689
3c23e6fb
ILT
36902003-05-22 Ian Lance Taylor <ian@airs.com>
3691
3692 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
3693 with fprintf_filtered, not fprintf_unfiltered.
3694
af1342ab
AC
36952003-05-22 Andrew Cagney <cagney@redhat.com>
3696
3697 * stack.c (frame_info): Inline extract_address, replacing it with
3698 extract_unsigned_integer.
3699 * findvar.c (unsigned_pointer_to_address): Ditto.
3700 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
3701 * dwarf2expr.c (dwarf2_read_address): Ditto.
3702 * frame.c (frame_pc_unwind): Update comment.
3703 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
3704
47e242ec
JJ
37052003-05-22 Jeff Johnston <jjohnstn@redhat.com>
3706
3707 * infptrace.c (detach): Call print_sys_errmsg rather than
3708 perror_with_name to issue warning message when errno is non-zero
3709 after calling ptrace detach.
3710
e2ac8128
JB
37112003-05-21 J. Brobecker <brobecker@gnat.com>
3712
3713 * config/pa/tm-hppa.h: Delete some unused macros. Move some
3714 macro definitions from here...
3715 * hppa-tdep.c: ...to there.
3716
92b3541e
KB
37172003-05-20 Kevin Buettner <kevinb@redhat.com>
3718
3719 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
3720 register_ptrace_addr(). Fix all callers.
3721
55809acb
AS
37222003-05-21 Andreas Schwab <schwab@suse.de>
3723
3724 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3725 dependencies.
3726 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
3727 end.
3728 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
3729 (_initialize_m68k_linux_tdep): New function.
3730 (m68k_linux_frame_saved_pc): Make static.
3731 (m68k_linux_extract_return_value): Likewise.
3732 (m68k_linux_store_return_value): Likewise.
3733 (m68k_linux_extract_struct_value_address): Likewise.
3734 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
3735 Remove.
3736 (DEPRECATED_STORE_RETURN_VALUE): Remove.
3737 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3738 (DEPRECATED_FRAME_SAVED_PC): Remove.
3739
0fbc10f7
KW
37402003-05-20 Kris Warkentin <kewarken@qnx.com>
3741
3742 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
3743 regset numbering rather than our own.
3744
58da2eb2
DC
37452003-05-19 David Carlton <carlton@bactrian.org>
3746
3747 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
3748
1fcb5155
DC
37492003-05-19 David Carlton <carlton@bactrian.org>
3750
3751 Partial fix for PR c++/827.
3752 * cp-support.h: Include symtab.h.
3753 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
3754 * cp-namespace.c: Update contributors.
3755 (cp_lookup_symbol_nonlocal): New.
3756 (lookup_namespace_scope, cp_lookup_symbol_namespace)
3757 (lookup_symbol_file): Ditto.
3758 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
3759 * block.h: Declare block_scope, block_using, block_global_block.
3760 * block.c (block_scope): New.
3761 (block_using, block_global_block): Ditto.
3762 * Makefile.in (cp_support_h): Depend on symtab_h.
3763 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
3764
5f9a71c3
DC
37652003-05-19 David Carlton <carlton@bactrian.org>
3766
3767 * language.h (struct language_defn): Add 'la_value_of_this'
3768 and 'la_lookup_symbol_nonlocal' members.
3769 * symtab.h: Declare basic_lookup_symbol_nonlocal,
3770 lookup_symbol_static, lookup_symbol_global,
3771 lookup_symbol_aux_block.
3772 * symtab.c (lookup_symbol_aux): Call language hooks to determine
3773 if we should search fields of this and how to do static/global
3774 lookup.
3775 (lookup_symbol_aux_block): Make extern.
3776 (basic_lookup_symbol_nonlocal): New.
3777 (lookup_symbol_static, lookup_symbol_global): Ditto.
3778 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
3779 'la_lookup_symbol_nonlocal' members.
3780 * c-lang.c (c_language_defn, cplus_language_defn)
3781 (asm_language_defn, minimal_language_defn): Ditto.
3782 * jv-lang.c (java_language_defn): Ditto.
3783 * language.c (unknown_language_defn, auto_language_defn)
3784 (local_language_defn): Ditto.
3785 * m2-lang.c (m2_language_defn): Ditto.
3786 * objc-lang.c (objc_language_defn): Ditto.
3787 * scm-lang.c (scm_language_defn): Ditto.
3788 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
3789 * p-lang.c (pascal_language_defn): Ditto for both.
3790 * Makefile.in (f-lang.o): Depend on value_h.
3791 (p-lang.o): Ditto.
3792
89a9d1b1
DC
37932003-05-19 David Carlton <carlton@bactrian.org>
3794
3795 * block.h: Declare block_static_block.
3796 * block.c (block_static_block): New.
3797 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
3798 lookup_symbol_aux_local, calling block_static_block instead.
3799 (lookup_symbol_aux_local): Delete 'static_block' argument.
3800
eed3f8ab
DC
38012003-05-19 David Carlton <carlton@bactrian.org>
3802
3803 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
3804
a09d8bda
ML
38052003-05-19 Michal Ludvig <mludvig@suse.cz>
3806
3807 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
3808 register numbers mapping.
3809
69636828
AF
38102003-05-18 Adam Fedor <fedor@gnu.org>
3811
3812 * symtab.c (completion_list_objc_symbol): New function.
3813 (make_symbol_completion_list): Use it to add ObjC symbols
3814 when looking though the list.
3815 (language_search_unquoted_string): New function.
3816 (make_file_symbol_completion_list): Use it.
3817
55baeb84
AS
38182003-05-18 Andreas Schwab <schwab@suse.de>
3819
d0b45d99
AS
3820 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
3821 dependencies.
3822 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
3823 as m68k_linux_extract_return_value.
3824 (DEPRECATED_STORE_RETURN_VALUE): Define as
3825 m68k_linux_store_return_value.
3826 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3827 m68k_linux_extract_struct_value_address.
3828 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
3829 get_next_frame, get_frame_base, get_frame_pc.
3830 (m68k_linux_frame_saved_pc): Use get_frame_base.
3831 (m68k_linux_extract_return_value): New function.
3832 (m68k_linux_store_return_value): New function.
3833 (m68k_linux_extract_struct_value_address): New function.
3834 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
3835
55baeb84
AS
3836 * c-exp.y (typebase): Remove duplicate occurence of
3837 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 3838 of lookup_signed_typename.
55baeb84 3839
b6b08ebf
MK
38402003-05-18 Mark Kettenis <kettenis@gnu.org>
3841
3842 * dwarf2loc.c (find_location_expression): Change type of second
3843 argument to `size_t *'.
3844 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
3845 for size variable.
3846
5ad1c190
DC
38472003-05-18 David Carlton <carlton@bactrian.org>
3848
3849 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
3850 'linkage_name'. Add comment.
3851 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
3852 'linkage_name'.
3853 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
3854 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
3855 (lookup_block_symbol): Ditto.
3856
b8b527c5
AC
38572003-05-16 Andrew Cagney <cagney@redhat.com>
3858
3859 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
3860 * gdbarch.h, gdbarch.c: Re-generate.
3861 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
3862 * TODO (REGISTER_BYTES): Delete reference.
3863 * alpha-tdep.c (alpha_gdbarch_init): Update.
3864 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3865 * x86-64-tdep.c (x86_64_init_abi): Update.
3866 * vax-tdep.c (vax_gdbarch_init): Update.
3867 * v850-tdep.c (v850_gdbarch_init): Update.
3868 * sparc-tdep.c (sparc_gdbarch_init): Update.
3869 * sh-tdep.c (sh_gdbarch_init): Update.
3870 * s390-tdep.c (s390_gdbarch_init): Update.
3871 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3872 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3873 (ns32k_gdbarch_init_32382): Update.
3874 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3875 * mcore-tdep.c (mcore_gdbarch_init): Update.
3876 * m68k-tdep.c (m68k_gdbarch_init): Update.
3877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3878 * ia64-tdep.c (ia64_gdbarch_init): Update.
3879 * i386-tdep.c (i386_gdbarch_init): Update.
3880 * i386-linux-tdep.c (i386_linux_init_abi): Update.
3881 * hppa-tdep.c (hppa_gdbarch_init): Update.
3882 * h8300-tdep.c (h8300_gdbarch_init): Update.
3883 * frv-tdep.c (frv_gdbarch_init): Update.
3884 * cris-tdep.c (cris_gdbarch_init): Update.
3885 * avr-tdep.c (avr_gdbarch_init): Update.
3886 * arm-tdep.c (arm_gdbarch_init): Update.
3887 * sparc-tdep.c (sparc_pop_frame): Update.
3888 * rs6000-tdep.c (rs6000_pop_frame): Update.
3889 * remote.c (init_remote_state): Update.
3890 (remote_prepare_to_store): Update.
3891 * remote-vx.c (vx_prepare_to_store): Update.
3892 * remote-sds.c (sds_fetch_registers): Update.
3893 (sds_prepare_to_store): Update.
3894 * remote-array.c: Update.
3895 * regcache.c (init_legacy_regcache_descr): Update.
3896 (init_regcache_descr): Update.
3897 * mips-tdep.c (mips_eabi_extract_return_value): Update.
3898 (mips_o64_extract_return_value): Update.
3899 * irix5-nat.c (fetch_core_registers): Update.
3900 * irix4-nat.c (fetch_core_registers): Update.
3901 * i386-tdep.h: Update.
3902 * hppa-tdep.c (pa_do_registers_info): Update.
3903 (pa_do_strcat_registers_info): Update.
3904 * cris-tdep.c (cris_register_bytes_ok): Update.
3905 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3906 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
3907 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
3908 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
3909 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
3910 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
3911 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
3912 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
3913 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
3914 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
3915 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
3916 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
3917 (REGISTER_BYTES_OK): Update.
3918 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
3919 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
3920
ee2842e2
ILT
39212003-05-16 Ian Lance Taylor <ian@airs.com>
3922
3923 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
3924 (vax_print_insn, print_insn_arg): Remove static functions.
3925 (vax_gdbarch_init): Call set_gdbarch_print_insn with
3926 print_insn_vax from opcodes library.
3927 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
3928
973177d3
AC
39292003-05-15 Andrew Cagney <cagney@redhat.com>
3930
aaab4dba
AC
3931 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
3932 * target.h (memory_breakpoint_from_pc): Delete declaration.
3933 * mem-break.c (memory_breakpoint_from_pc): Delete function.
3934 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
3935 * monitor.c (monitor_insert_breakpoint): Use
3936 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
3937 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
3938 * gdbarch.h, gdbarch.c: Re-generate.
3939 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
3940 (sparc_gdbarch_init): Set breakpoint_from_pc to
3941 sparc_breakpoint_from_pc.
3942 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
3943 (BREAKPOINT_FROM_PC): Define.
3944 (sparc_breakpoint_from_pc): Declare.
3945 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
3946 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
3947 (BREAKPOINT_FROM_PC): Define.
3948 (BREAKPOINT): Delete macro.
3949 * target.h: Update comment.
3950 * s390-tdep.c (s390_gdbarch_init): Update comments.
3951 * remote.c: Update comments.
3952 * remote-mips.c: Update comments.
3953 * proc-api.c (write_with_trace): Do not check for a breakpoint.
3954 * mem-break.c: Update comment.
3955 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
3956 (ia64_memory_insert_breakpoint): Update.
3957 * config/sparc/tm-sparc.h: Update comment.
3958 * config/pa/tm-hppa64.h: Update comment.
3959 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
3960 (rs6000_breakpoint_from_pc): Update.
3961 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
3962 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
3963 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
3964 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
3965 (mips_breakpoint_from_pc): Update.
3966 (mips_dump_tdep): Update.
3967
e06963ff
AC
3968 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
3969 * minsyms.c (lookup_minimal_symbol): Inline
3970 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
3971
973177d3
AC
3972 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
3973 * p-valprint.c (pascal_object_print_value_fields): Ditto.
3974 * p-lang.c (pascal_printstr): Ditto.
3975 * objc-lang.c (objc_printstr): Ditto.
3976 * m2-lang.c (m2_printstr): Ditto.
3977 * jv-valprint.c (java_print_value_fields): Ditto.
3978 * f-lang.c (f_printstr): Ditto.
3979 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
3980 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
3981 for repeat_count_threshold.
3982 * Makefile.in (cp-valprint.o): Update dependencies.
3983
5ea2bd7f 39842003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 3985
5ea2bd7f
JJ
3986 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
3987 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
3988 they start with mov r2,r12. Support skipping over indirect stores
3989 of the input registers. Upon hitting a non-nop branch instruction
3990 or predicated instruction, bail out by setting lim_pc to the current
3991 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
3992 beyond our calculated value and we have trust_limit set,
3993 use the lim_pc value.
3994
cc8c88f3
AC
39952003-05-15 Andrew Cagney <cagney@redhat.com>
3996
3997 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
3998 generic_find_dummy_frame.
3999 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4000 (deprecated_generic_find_dummy_frame): Update.
4001 (deprecated_read_register_dummy): Update.
4002 * frame.c (deprecated_generic_get_saved_register): Update.
4003
909cd28e
TR
40042003-05-15 Theodore A. Roth <troth@openavr.org>
4005
4006 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4007 (avr_gdbarch_init): Set breakpoint_from_pc method.
4008
b923b08d
AC
40092003-05-15 Andrew Cagney <cagney@redhat.com>
4010
4011 * regcache.c (build_regcache): Set deprecated_register_valid
4012 directly.
4013 (deprecated_grub_regcache_for_register_valid): Delete function.
4014 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4015 declaration.
4016
ae2f03ac 40172003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
4018
4019 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
4020 * symtab.c (lookup_symbol_aux): Delete calls to
4021 lookup_symbol_aux_minsyms.
4022 (lookup_symbol_aux_minsyms): Comment out function and
4023 prototype. Delete lookup by mangled name.
ae2f03ac 4024
18ec9831
KB
40252003-05-14 Kevin Buettner <kevinb@redhat.com>
4026
4027 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4028 correctly indicate an empty stack and ``stack_allocated'' to the
4029 indicate the number of elements initially allocated.
4030 (dwarf_expr_grow_stack): Simplify method for computing new
4031 stack size. Don't loop infinitely if ``stack_len'' is zero.
4032 (execute_stack_op): Move ``ctx->in_reg'' initialization
4033 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4034 be used in conjuction with DW_OP_piece. Revise error message
4035 accordingly.
4036
de18ac1f
TR
40372003-05-14 Theodore A. Roth <troth@openavr.org>
4038
4039 * MAINTAINERS: Update my email address.
4040 * avr-tdep.c: Ditto.
4041
176620f1
EZ
40422003-05-14 Elena Zannoni <ezannoni@redhat.com>
4043
4044 * symtab.h (enum domain_enum): Rename from namespace_enum.
4045 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4046 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4047 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4048 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4049 TYPES_NAMESPACE, METHODS_NAMESPACE.
4050 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4051 (struct symbol, struct partial_symbol): Rename field
4052 'namespace_enum namespace' to 'domain_enum domain'.
4053 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4054 Delete old define kludge for namespace.
4055
4056 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4057 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4058 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4059 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4060 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4061 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4062 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4063 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4064 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4065 occurrences of the above.
4066
b7f31508
ILT
40672003-05-14 Ian Lance Taylor <ian@airs.com>
4068
4069 * Makefile.in (install-only): Use $(SHELL) when running
4070 mkinstalldirs.
4071
2fdbdd39
ILT
40722003-05-13 Ian Lance Taylor <ian@airs.com>
4073
a208d82c
ILT
4074 * MAINTAINERS (write after approval): Add myself.
4075
2fdbdd39
ILT
4076 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4077 second and third arguments.
4078 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4079 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4080
fbd9dcd3
AC
40812003-05-13 Andrew Cagney <cagney@redhat.com>
4082
4083 * defs.h (store_address): Delete declaration.
4084 findvar.c (store_address): Delete function.
4085 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4086 store_unsigned_integer.
4087 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4088 * v850-tdep.c (v850_push_arguments): Ditto.
4089 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4090 * sh-tdep.c (sh64_get_saved_register): Ditto.
4091 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4092 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4093 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4094 (mips_get_saved_register): Ditto.
4095 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4096 (find_func_descr, ia64_push_arguments): Ditto.
4097 * i386-tdep.c (i386_push_arguments): Ditto.
4098 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4099 * frv-tdep.c (frv_push_arguments): Ditto.
4100 * frame.c (legacy_saved_regs_prev_register): Ditto.
4101 (deprecated_generic_get_saved_register): Ditto.
4102 * findvar.c (unsigned_address_to_pointer): Ditto.
4103 * dwarf2read.c (dwarf2_const_value): Ditto.
4104 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4105 * alpha-tdep.c (alpha_push_arguments): Ditto.
4106
6760f9e6
JB
41072003-05-12 J. Brobecker <brobecker@gnat.com>
4108
4109 * NEWS: Mention that the hppa-hpux port has been partially
4110 multiarched (32bit ABIT only, so far).
4111
30e221b4
AC
41122003-05-11 Andrew Cagney <cagney@redhat.com>
4113
4114 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4115 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4116 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4117 sim/testsuite/sim/arm/misaligned2.ms, and
4118 sim/testsuite/sim/arm/misaligned3.ms.
4119 * disasm.h (struct ui_file): Add opaque struct declaration.
4120 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4121 * frame.h (struct ui_file): Ditto.
4122
dea7f9ba
MK
41232003-05-11 Mark Kettenis <kettenis@gnu.org>
4124
4125 * value.h: Pretty print.
4126
01986c48
MK
41272003-05-10 Mark Kettenis <kettenis@gnu.org>
4128
4129 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4130
123a958e
AC
41312003-05-08 Andrew Cagney <cagney@redhat.com>
4132
4133 * regcache.h (max_register_size): Delete declaration.
4134 * regcache.c (max_register_size): Delete function.
4135 (struct regcache_descr): Delete field "max_register_size".
4136 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4137 registers fit in MAX_REGISTER_SIZE.
4138 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4139 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4140 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4141 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4142 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4143 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4144 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4145 * dve3900-rom.c, hppa-tdep.c: Ditto.
4146
eb294659
DC
41472003-05-08 David Carlton <carlton@math.stanford.edu>
4148
4149 * valops.c (push_word): Fix typo.
4150
d9d9c31f
AC
41512003-05-08 Andrew Cagney <cagney@redhat.com>
4152
4153 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4154 * gdbarch.h: Re-generate.
4155 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4156 (legacy_max_register_raw_size): Delete declaration.
4157 * regcache.c (legacy_max_register_raw_size): Delete function.
4158 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4159 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4160 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4161 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4162 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4163 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4164 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4165 * findvar.c, dwarf2cfi.c: Ditto.
4166
22540ece
AC
41672003-05-08 Andrew Cagney <cagney@redhat.com>
4168
4169 * mips-tdep.c (read_signed_register): New function, moved to here
4170 from "regcache.c".
4171 (read_signed_register_pid): Ditto.
4172 * regcache.c (read_signed_register_pid): Delete function, moved to
4173 "mips-tdep.c".
4174 (read_signed_register): Ditto.
4175 * regcache.h (read_signed_register): Delete declaration.
4176 (read_signed_register_pid): Delete declaration.
4177
0c92afe8
AC
41782003-05-08 Andrew Cagney <cagney@redhat.com>
4179
4180 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4181 * gdbarch.h: Re-generate.
4182 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4183 (legacy_max_register_virtual_size): Delete declaration.
4184 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4185 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4186 * tracepoint.c (memrange_sortmerge): Ditto.
4187 * sparc-tdep.c (sparc_print_registers): Ditto.
4188 * regcache.c (legacy_max_register_virtual_size): Delete function.
4189
6037b830
JB
41902002-05-08 J. Brobecker <brobecker@gnat.com>
4191
4192 * fork-child.c (escape_bang_in_quoted_argument): New function.
4193 (fork_inferior): Escape '!' characters in quoted arguments
4194 only when needed.
4195
5d62c8b1
JB
41962003-05-08 J. Brobecker <brobecker@gnat.com>
4197
4198 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4199 the language of the CU is not currently supported by GDB.
4200
20a0e81d
JB
42012003-05-08 J. Brobecker <brobecker@gnat.com>
4202
4203 * defs.h (language): Add language_minimal enum value.
4204 * c-lang.c (minimal_language_defn): New language definition.
4205 (_initialize_c_language): Add the new minimal language to the list
4206 of languages known to GDB.
4207
710ee10a
KB
42082003-05-08 Kevin Buettner <kevinb@redhat.com>
4209
4210 * frame.c (get_frame_type): Don't attempt to lazily initialize
4211 frame's unwinder for legacy frames.
4212
1750fa04
AC
42132003-05-07 Andrew Cagney <cagney@redhat.com>
4214
4215 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4216 and "regcache" parameters.
4217 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4218
ddf9f258 42192003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4220
4221 * dwarf2read.c (dwarf_decode_lines): Only use output of
4222 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
4223 the current address.
4224
87767c29
AC
42252003-05-07 Andrew Cagney <cagney@redhat.com>
4226
4227 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4228 code.
4229
5e7b2f39
JB
42302003-05-07 Jim Blandy <jimb@redhat.com>
4231
4232 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4233 'maint info symtabs' and 'maint info psymtabs'.
4234 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4235 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4236 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4237 Declarations updated.
4238 * maint.c (maintenance_list_command): Delete.
4239 (_initialize_maint_cmds): Update calls to add_cmd.
4240 * gdbcmd.h (maintenancelistlist): Delete declaration.
4241 * cli/cli-cmds.c (maintenancelistlist): Delete.
4242 (init_cmd_lists): Don't initialize it.
4243 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4244
f6684c31
AC
42452003-05-07 Andrew Cagney <cagney@redhat.com>
4246
4247 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4248 "regcache".
4249 (d10v_print_registers_info): Update.
4250 (d10v_dmap_register, d10v_imap_register): Delete functions.
4251 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4252 and "imap_register".
4253 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4254 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4255 * arch-utils.c (generic_remote_translate_xfer_address): Add
4256 "regcache" and "gdbarch" parameters.
4257 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4258 parameter. Change class to multi-arch.
4259 * gdbarch.h, gdbarch.c: Re-generate.
4260 * remote.c (remote_xfer_memory): Use
4261 gdbarch_remote_translate_xfer_address.
8ffd9b1b 4262
e4846b08
JJ
42632003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4264
4265 * infrun.c (prev_pc): Move declaration ahead of proceed().
4266 (proceed): Refresh prev_pc value before resuming.
4267 (stop_stepping): Remove code to refresh prev_pc.
4268
6b71b8ac
KW
42692003-05-06 Kris Warkentin <kewarken@qnx.com>
4270
4271 * nto-tdep.c: Removed stray comment.
4272
47979a4b
KW
42732003-05-06 Kris Warkentin <kewarken@qnx.com>
4274
4275 * i386-nto-tdep.c: Fix old K&R function definitions.
4276 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4277 Also change add_show_from_set() call to add_setshow_cmd().
4278 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4279
00905d52
AC
42802003-05-05 Andrew Cagney <cagney@redhat.com>
4281
4282 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4283 (fprint_dummy_frames): New function.
4284 (maintenance_print_dummy_frames): New function.
4285 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4286 * frame.c (fprint_frame_id): Make global.
4287 * frame.h (fprint_frame_id): Declare.
4288 * Makefile.in (dummy-frame.o): Update dependencies.
4289
b1e29e33
AC
42902003-05-05 Andrew Cagney <cagney@redhat.com>
4291
4292 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4293 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4294 SIZEOF_CALL_DUMMY_WORDS.
4295 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4296 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4297 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4298 CALL_DUMMY_BREAKPOINT_OFFSET.
4299 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4300 CALL_DUMMY_START_OFFSET.
4301 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4302 * gdbarch.h, gdbarch.c: Re-generate.
4303 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4304 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4305 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4306 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4307 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4308 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4309 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4310 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4311 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4312 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4313 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4314 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4315 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4316 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4317 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
4318
43192003-05-05 Kris Warkentin <kewarken@qnx.com>
4320
4321 * configure.tgt: Add i[3456]86-*-nto*.
4322 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4323 * nto-tdep.c: New file. Neutrino target support routines.
4324 * nto-tdep.h: New file. Neutrino target header.
4325 * config/tm-qnxnto.h: New file.
4326 * config/i386/i386nto.mt: New file.
4327 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 4328
0ce3d317
AC
43292003-05-04 Andrew Cagney <cagney@redhat.com>
4330
4331 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4332 (load_infrun_state): Ditto.
4333 (struct thread_info): Drop "prev_func_name" field.
4334 * thread.c (load_infrun_state): Update.
4335 (save_infrun_state): Update.
4336 * infrun.c (prev_func_name): Delete variable.
4337 (init_wait_for_inferior): Do not clear prev_func_name.
4338 (stop_stepping, keep_going, context_switch): Do not swap
4339 prev_func_name.
4340 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4341 instead of PC_IN_SIGTRAMP.
4342
46654a5b
AC
43432003-05-04 Andrew Cagney <cagney@redhat.com>
4344
4345 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4346 REGISTER_BYTE with register_offset_hack.
4347 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4348 that REGISTER_BYTE is consistent with the regcache.
4349 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4350 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 4351
14b08c1b
MK
43522003-05-04 Mark Kettenis <kettenis@gnu.org>
4353
04c8243f
MK
4354 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4355 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4356
14b08c1b
MK
4357 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4358
c7a11e01
JB
43592003-05-03 J. Brobecker <brobecker@gnat.com>
4360
4361 From Thierry Schneider <tpschneider1@yahoo.com>
4362 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4363 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4364 (mi-cmd-symbol.o): Add rule.
4365
7043d8dc
AC
43662003-05-03 Andrew Cagney <cagney@redhat.com>
4367
4368 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4369 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4370 * gdbarch.h, gdbarch.c: Re-generate.
4371 * d10v-tdep.c (d10v_push_dummy_code): New function.
4372 (d10v_gdbarch_init): Set push_dummy_code.
4373 * infcall.c (legacy_push_dummy_code): New function.
4374 (generic_push_dummy_code): New function.
4375 (push_dummy_code): New function.
4376 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4377 instead of dummy_addr, to push_dummy_call. Move call to
4378 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4379 switch.
4380 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4381
92bf2b80
AC
43822003-05-03 Andrew Cagney <cagney@redhat.com>
4383
4384 * disasm.h (print_insn): Declare.
4385 * disasm.c (init_gdb_disassemble_info): New function.
4386 (gdb_disassembly): Call init_gdb_disassemble_info.
4387 (gdb_print_insn): New function.
4388 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4389 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4390 * mcore-tdep.c: Include "disasm.h"
4391 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4392 * d10v-tdep.c: Include "disasm.h".
4393 (display_trace): Call gdb_print_insn, instead of print_insn.
4394 (print_insn): Delete function.
4395 * printcmd.c: Include "disasm.h".
4396 (print_insn): Delete function.
4397 (print_formatted): Call gdb_print_insn, instead of print_insn.
4398 * Makefile.in (printcmd.o): Update dependencies.
4399 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 4400
27d94c49
AC
44012003-05-02 Andrew Cagney <cagney@redhat.com>
4402
82de1e5b
AC
4403 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4404 PC_REGNUM, re-indent.
4405 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4406 PC_REGNUM isn't set.
4407
27d94c49
AC
4408 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4409 * gdbarch.h, gdbarch.c: Re-generate.
4410 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4411 register_virtual_size, pc_regnum, or register_bytes.
4412 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4413 (d10v_register_type): Use D10V_PC_REGNUM.
4414 (d10v_print_registers_info, d10v_read_pc): Ditto.
4415 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4416 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4417
a9c0dc7f
DC
44182003-05-02 David Carlton <carlton@bactrian.org>
4419
4420 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4421 the name with mstrsave.
4422
e33d66ec
EZ
44232003-05-02 Elena Zannoni <ezannoni@redhat.com>
4424
4425 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4426 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4427 (host_charset_name, target_charset_name): New vars for use by
4428 set/show commands.
4429 (host_charset_enum, target_charset_enum): New enums for set/show
4430 commands.
4431 (set_charset_sfunc, set_host_charset_sfunc,
4432 set_target_charset_sfunc): New functions.
4433 (set_host_charset, set_target_charset): Make static.
4434 (list_charsets, set_host_charset_command,
4435 set_target_charset_command): Delete functions.
4436 (show_charset_command): Rewrite as....
4437 (show_charset): Hook this up with the set/show command mechanism.
4438 (_initialize_charset): Change names of charsets to match the
4439 set/show enums. Use host_charset_name and target_charset_name.
4440 Use set/show mechanism for charset, host-charset, target-charset
4441 commands. Do not make 'show host-charset' and 'show
4442 target-charset' be aliases of 'show charset'.
4443
4444 * charset.h (set_host_charset, set_target_charset): Don't export,
4445 they are not used outside the file.
4446
2b6fd0d8
AC
44472003-05-01 Andrew Cagney <cagney@redhat.com>
4448
4449 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4450 (gdb_disassembly): Make "di" non static, always initialize and
4451 cleanup. Always use dis_asm_read_memory.
4452 (gdb_dis_asm_read_memory): Delete function.
4453
6ae2f580
AC
44542003-05-01 Andrew Cagney <cagney@redhat.com>
4455
4456 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4457 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4458
810ecf9f
AC
44592003-04-30 Andrew Cagney <cagney@redhat.com>
4460
4461 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4462 "tm_print_insn_info".
4463 (TARGET_PRINT_INSN_INFO): Delete macro.
4464 (dis_asm_read_memory): Delete function declaration.
4465 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4466 (tm_print_insn_info): Delete variable definition.
4467 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4468 * gdbarch.h, gdbarch.c: Re-generate.
4469 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4470 "deprecated_tm_print_insn_info".
4471 * mcore-tdep.c (mcore_dump_insn): Ditto.
4472 * mips-tdep.c (mips_gdbarch_init): Ditto.
4473 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4474 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4475 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4476 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4477 instead of TARGET_PRINT_INSN_INFO, add comment.
4478 * s390-tdep.c (s390_get_frame_info): Instead of
4479 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
4480 (s390_check_function_end, s390_is_sigreturn): Ditto.
4481 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
4482 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4483 * disasm.c: Include "gdbcore.h".
4484 (_initialize_disasm): New function, initialize
4485 "deprecated_tm_print_insn_info".
4486 (deprecated_tm_print_insn_info): New variable.
4487 (dis_asm_read_memory): Moved from "corefile.c", made static.
4488 (dis_asm_print_address, dis_asm_memory_error): Ditto.
4489 * Makefile.in (disasm.o): Update dependencies.
4490
07020390
AC
44912003-04-30 Andrew Cagney <cagney@redhat.com>
4492
4493 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
4494
a9fa03de
AF
44952003-04-29 Adam Fedor <fedor@gnu.org>
4496
4497 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
4498 * infcall.c (find_function_addr): Make non-static.
4499 * infcall.h (find_function_addr): Declare.
4500 * Makefile.in (eval.o): Update dependencies.
4501
1bae87b9
AF
45022003-04-28 Adam Fedor <fedor@gnu.org>
4503
4504 * symtab.c (symbol_find_demangled_name): Check for and demangle
4505 ObjC symbols.
4506 (symbol_init_demangled_name): Init for language_objc as well.
4507
0ba6dca9
AC
45082003-04-28 Andrew Cagney <cagney@redhat.com>
4509
4510 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
4511 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
4512 * gdbarch.h, gdbarch.c: Re-generate.
4513 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
4514 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
4515 * inferior.h (deprecated_read_fp): Rename read_fp.
4516 (generic_target_read_fp): Delete declaration.
4517 * regcache.c (generic_target_read_fp): Delete function.
4518 (deprecated_read_fp): Replace read_fp, use
4519 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
4520 * d10v-tdep.c (d10v_read_fp): Delete function.
4521 (d10v_gdbarch_init): Do not set deprecated_read_fp.
4522
4523 * sparc-tdep.c (sparc_gdbarch_init): Do not set
4524 deprecated_target_read_fp to generic_target_read_fp.
4525 * sh-tdep.c (sh_gdbarch_init): Ditto.
4526 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4528 * frv-tdep.c (frv_gdbarch_init): Ditto.
4529
4530 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
4531 deprecated_fp_regnum.
4532 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4533 * vax-tdep.c (vax_gdbarch_init): Ditto.
4534 * v850-tdep.c (v850_gdbarch_init): Ditto.
4535 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4536 * sh-tdep.c (sh_gdbarch_init): Ditto.
4537 * s390-tdep.c (s390_gdbarch_init): Ditto.
4538 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4539 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4540 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4541 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4542 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4543 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4544 * i386-tdep.c (i386_gdbarch_init): Ditto.
4545 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4546 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4547 * frv-tdep.c (frv_gdbarch_init): Ditto.
4548 * cris-tdep.c (cris_gdbarch_init): Ditto.
4549 * avr-tdep.c (avr_gdbarch_init): Ditto.
4550 * arm-tdep.c (arm_gdbarch_init): Ditto.
4551 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4552
4553 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
4554 * v850-tdep.c (v850_gdbarch_init): Ditto.
4555 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4556 * sh-tdep.c (sh_gdbarch_init): Ditto.
4557 * s390-tdep.c (s390_gdbarch_init): Ditto.
4558 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4559 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4560 * mips-tdep.c (mips_gdbarch_init): Ditto.
4561 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4562 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4563 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4564 * frv-tdep.c (frv_gdbarch_init): Ditto.
4565 * avr-tdep.c (avr_gdbarch_init): Ditto.
4566 * arm-tdep.c (arm_gdbarch_init): Ditto.
4567
4568 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
4569 DEPRECATED_FP_REGNUM.
4570 (vax_push_dummy_frame, vax_pop_frame): Ditto.
4571 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
4572 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4573 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
4574 (sparc32_register_virtual_type): Ditto.
4575 * sh-tdep.c (sh64_frame_chain): Ditto.
4576 (sh64_get_saved_register, sh64_pop_frame): Ditto.
4577 (sh_nofp_frame_init_saved_regs): Ditto.
4578 (sh64_nofp_frame_init_saved_regs): Ditto.
4579 (sh_fp_frame_init_saved_regs): Ditto.
4580 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4581 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4582 * procfs.c (procfs_fetch_registers): Ditto.
4583 (procfs_store_registers): Ditto.
4584 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
4585 (store_inferior_registers, fetch_core_registers): Ditto.
4586 (fetch_kcore_registers, clear_regs): Ditto.
4587 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
4588 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
4589 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
4590 * nlm/i386.c (do_status): Ditto.
4591 * mipsv4-nat.c (supply_gregset): Ditto.
4592 * mips-tdep.c: Ditto for comments.
4593 * mips-nat.c (fetch_inferior_registers): Ditto.
4594 (store_inferior_registers, fetch_core_registers): Ditto.
4595 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
4596 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
4597 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
4598 (i386_do_pop_frame, i386_register_type): Ditto.
4599 * hppa-tdep.c (hppa_frame_chain): Ditto.
4600 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
4601 (hppa_pop_frame, hppa_read_fp): Ditto.
4602 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
4603 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
4604 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
4605 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
4606 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
4607 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
4608 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
4609 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
4610 * blockframe.c: Ditto for comments.
4611 * arch-utils.h: Ditto for comments.
4612 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
4613 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
4614 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
4615 * alpha-tdep.h: Ditto for comments.
4616 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
4617 (alpha_cannot_store_register): Ditto.
4618 (alpha_push_dummy_frame): Ditto.
4619 * alpha-nat.c (supply_gregset): Ditto.
4620
4621 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
4622 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
4623 * config/sparc/tm-sparc.h: Update comment.
4624
4625 * hppa-tdep.c (hppa_init_extra_frame_info): Use
4626 deprecated_read_fp instead of TARGET_READ_FP.
4627 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
4628 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
4629 * sparc-tdep.c (sparc_init_extra_frame_info): Use
4630 deprecated_read_fp instead of read_fp.
4631 * s390-tdep.c (s390_push_arguments): Ditto.
4632 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4633 * frame.h: Ditto in comments.
4634 * frame.c (legacy_get_prev_frame): Ditto.
4635 * dummy-frame.c (dummy_frame_this_id): Ditto.
4636 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4637
d7a27068
AC
46382003-04-28 Andrew Cagney <cagney@redhat.com>
4639
4640 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
4641 * gdbarch.h, gdbarch.c: Re-generate.
4642 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
4643 * vax-tdep.c (_initialize_vax_tdep): Update.
4644 * v850-tdep.c (_initialize_v850_tdep): Update.
4645 * sparc-tdep.c (_initialize_sparc_tdep): Update.
4646 * s390-tdep.c (_initialize_s390_tdep): Update.
4647 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
4648 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
4649 * mips-tdep.c (_initialize_mips_tdep): Update.
4650 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4651 * m68k-tdep.c (_initialize_m68k_tdep): Update.
4652 * ia64-tdep.c (_initialize_ia64_tdep): Update.
4653 * hppa-tdep.c (_initialize_hppa_tdep): Update.
4654 * h8300-tdep.c (_initialize_h8300_tdep): Update.
4655 * frv-tdep.c (_initialize_frv_tdep): Update.
4656 * cris-tdep.c (cris_delayed_get_disassembler): Update.
4657 (_initialize_cris_tdep): Update.
4658 * arch-utils.c (legacy_print_insn): Update.
4659 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4660
d2630e69
AF
46612003-04-26 Adam Fedor <fedor@gnu.org>
4662
4663 * linespec.c (decode_objc): New function to decode ObjC calls
4664 (decode_line_1): Check for ObjC calls (using decode_objc)
4665 * Makefile (linespec.o): Update dependencies.
4666
3086aeae
DJ
46672003-04-26 Daniel Jacobowitz <drow@mvista.com>
4668
4669 * breakpoint.h (struct breakpoint_ops): New.
4670 (struct breakpoint): Add ops member.
4671
4672 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
4673 (mention): Use new breakpoint ops member.
4674 (set_raw_breakpoint): Initialize ops field to NULL.
4675 (print_exception_catchpoint, print_one_exception_catchpoint)
4676 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
4677 (gnu_v3_exception_catchpoint_ops): New.
4678 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
4679
1fbec6c3
AF
46802003-04-25 Adam Fedor <fedor@gnu.org>
4681
4682 * Makefile.in (COMMON_OBS): Add objc-lang.o
4683
0ef21242
AC
46842003-04-25 Andrew Cagney <cagney@redhat.com>
4685
4686 * d10v-tdep.c (print_insn): Delete function.
4687 (display_trace): Use TARGET_PRINT_INSN.
4688 (_initialize_d10v_tdep): Do not set tm_print_insn.
4689 (d10v_gdbarch_init): Set print_insn.
4690
f75493ed
AC
46912003-04-25 Andrew Cagney <cagney@redhat.com>
4692
4693 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
4694 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
4695 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
4696 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
4697 (nr_dmap_regs, a0_regnum): ... new functions.
4698 (d10v_print_registers_info): Use a0_regnum, use register_size.
4699 (d10v_register_byte): Delete function.
4700 (d10v_register_raw_size): Delete function.
4701 (d10v_register_type): Use a0_regnum.
4702 (d10v_print_registers_info): Use a0_regnum.
4703 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
4704 (d10v_gdbarch_init): Do not set register_byte or
4705 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
4706 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
4707 extract_address.
4708 (trace_command): Use XCALLOC.
4709 (print_insn): Delete reference to tm_print_insn.
4710 (saved_regs_unwinder): Use store_unsigned_integer instead of
4711 store_address.
4712 * frame.h (FRAME_OBSTACK_CALLOC): Define
4713
2202b100
DC
47142003-04-25 David Carlton <carlton@bactrian.org>
4715
4716 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
4717
4e45ca2e
AF
47182003-04-24 Adam Fedor <fedor@gnu.org>
4719
4720 * objc-lang.c: Include "valprint.h"
4721 * Makefile.in (objc-lang.o): Update dependencies.
4722
93de3e7f
AF
47232003-04-24 Adam Fedor <fedor@gnu.org>
4724
8ffd9b1b 4725 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
4726 architecture dependant compilation and mark as unimplemented
4727 (until they get put in the gdbarch vector).
4728
0f20eeea
DC
47292003-04-23 David Carlton <carlton@bactrian.org>
4730
4731 * cp-support.c (cp_find_first_component): Accept 'operator' in
4732 more locations.
4733
74cfe982
AC
47342003-04-23 Andrew Cagney <cagney@redhat.com>
4735
4736 * infcall.c (call_function_by_hand): Eliminate redundant
4737 indentation. Move "saved_async" and "old_cleanups" to where they
4738 are needed.
8ffd9b1b 4739
52557533
AC
47402003-04-23 Andrew Cagney <cagney@redhat.com>
4741
4742 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
4743 and "buffer". Move the "name" code to where it is needed.
4744
158775de
AC
47452003-04-23 Andrew Cagney <cagney@redhat.com>
4746
4747 * infcall.c (call_function_by_hand): Move variables "start_sp",
4748 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
4749 code to ON_STACK switch branch.
8ffd9b1b 4750
ebc7896c
AC
47512003-04-23 Andrew Cagney <cagney@redhat.com>
4752
4753 * infcall.c (call_function_by_hand): Make declaration of "i",
4754 "sal", "bpt" and "old_sp" more local to their use. Delete #if
4755 lint.
4756
d727590f
AC
47572003-04-23 Andrew Cagney <cagney@redhat.com>
4758
4759 * infcall.c (call_function_by_hand): Delete variable
4760 "n_method_args". Localize "param_type"'s declaration to the loop
4761 that it is used. Reinstate code assigning to said variable -
4762 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
4763 Rationalize code using "param_type".
4764
d585e13a
AC
47652003-04-22 Andrew Cagney <cagney@redhat.com>
4766
4767 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
4768 compute the breakpoint address. Only call FIX_CALL_DUMMY when
4769 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
4770 to DEPRECATED_PUSH_RETURN_ADDRESS.
4771
051caad9
KB
47722003-04-22 Kevin Buettner <kevinb@redhat.com>
4773
4774 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
4775 on the DWARF2 register number prior to fetching a register.
4776
77296879
JB
47772003-04-22 J. Brobecker <brobecker@gnat.com>
4778
4779 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
4780 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 4781 this macro was always set to 0.
77296879
JB
4782 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
4783 considering the fact that this macro was always set to 0.
4784 * hppa-tdep.h (hppa_store_return_value): Likewise.
4785 (hppa_extract_return_value): Likewise.
4786
4252f1df
JB
47872003-04-22 J. Brobecker <brobecker@gnat.com>
4788
4789 * config/pa/tm-hppa.h: Remove obsolete code, was used by
4790 the hppa-pro target only.
4791
14604c6b
JB
47922003-04-21 J. Brobecker <brobecker@gnat.com>
4793
4794 Ongoing multi-arch conversion effort for HP/UX:
4795 * config/pa/tm-hppa.h: Move all macro that are no longer
4796 defined now that GDB_MULTI_ARCH is now set to 1 from here...
4797 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
4798
77eb01d1
JB
47992003-04-21 J. Brobecker <brobecker@gnat.com>
4800
4801 * config/pa/tm-hppa.h: Obsolete a section that was only used
4802 for hppa-pro.
4803
61995b3b
JB
48042003-04-21 J. Brobecker <brobecker@gnat.com>
4805
4806 Ongoing multi-arch conversion for HP/UX.
4807 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
4808 if already defined (allows hppa64 to stay non-multiarched for now).
4809 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
4810
4aa79dcc
AC
48112003-04-21 Andrew Cagney <cagney@redhat.com>
4812
4813 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
4814
0f751ff2
AC
48152003-04-21 Andrew Cagney <cagney@redhat.com>
4816
4817 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
4818 "i386_num_mmx_regs".
4819
04714b91
AC
48202003-04-21 Andrew Cagney <cagney@redhat.com>
4821
4822 * infcall.c: New file.
4823 * infcall.h: New file.
4824 * valarith.c: Include "infcall.h".
4825 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
4826 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
4827 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
4828 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
4829 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
4830 (SFILES): Add "infcall.c"
4831 (COMMON_OBS): Add "infcall.o".
4832 (infcall.o): Specify dependencies.
4833 * value.h (call_function_by_hand): Delete declaration.
4834 * inferior.h (run_stack_dummy): Delete declaration.
4835 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
4836 (run_stack_dummy): Move to "infcall.c", merged into
4837 call_function_by_hand.
4838 * valops.c (call_function_by_hand): Moved to "infcall.c".
4839 (find_function_addr, value_arg_coerce): Ditto.
4840 (unwindonsignal_p, coerce_float_to_double): Ditto.
4841 (_initialize_valops): Move "set/show coerce-float-to-double", and
4842 "set/show unwindonsignal" commands to "infcall.c".
4843 * v850-tdep.c, target.h: Update comments.
4844 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
4845 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
4846 (sh64_init_extra_frame_info): Update comments.
4847 * mn10300-tdep.c: Update comments.
4848 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
4849 * config/sparc/tm-sparc.h: Update comments.
4850 * breakpoint.h: Update comments.
4851 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
4852 * arm-tdep.c: Update comment.
4853
f9d3c2a8
MK
48542003-04-19 Mark Kettenis <kettenis@gnu.org>
4855
c40e1eab
MK
4856 * i386-tdep.c (i386_num_register_names): New variable.
4857 (i386_num_mmx_regs): Renamed from mmx_num_regs.
4858 (MM0_REGNUM): Remove redundant parentheses in define.
4859 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
4860 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
4861 i386_mxcsr_regnum_p): Remove redundant parentheses.
4862 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 4863
94ea66b3
MK
4864 * i386-tdep.c (i386_extract_return_value,
4865 i386_store_return_value): Correct check for availability of
4866 floating-point registers.
4867
54299a1d
MK
4868 * i386-tdep.c (i386_frame_num_args): Remove function.
4869 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
4870
c86c27af
MK
4871 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
4872 mmx_regnum_to_fp_regnum. Adjust all callers.
4873
f9d3c2a8
MK
4874 * i386-tdep.c (i386_get_longjmp_target): Use
4875 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
4876 and TARGET_CHAR_BIT. Use extract_typed_address instead of
4877 extract_address.
4878
94ba74a9
MK
48792003-04-19 Mark Kettenis <kettenis@gnu.org>
4880
4881 * core-regset.c: Update comments to reflect reality. Re-order
4882 includes.
4883 (fetch_core_registers): Use switch instead of if. Remove
4884 redundant prototype.
4885
4074e13c
JB
48862003-04-18 Jim Blandy <jimb@redhat.com>
4887
4888 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 4889 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 4890
e3ab4aba
RH
48912003-04-17 Richard Henderson <rth@redhat.com>
4892
4893 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
4894
627bf7c1
EZ
48952003-04-17 Michael Snyder <msnyder@redhat.com>
4896 Karen Bennet <bennet@redhat.com>
4897
4898 Committed by Elena Zannoni <ezannoni@redhat.com>
4899 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 4900
514621a9
EZ
49012003-04-17 Elena Zannoni <ezannoni@redhat.com>
4902
4903 * values.c (value_being_returned): Don't fetch the return
fbe586ae 4904 value if the return type is void.
514621a9 4905
b4acd559
JJ
49062003-04-17 Jeff Johnston <jjohnstn@redhat.com>
4907
4908 * thread-db.c: Reindented.
8ffd9b1b 4909
530b167e 49102003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4911
4912 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
4913 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
4914 as types.
4915
0a48e7e8
MS
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
8ffd9b1b 4939
ab9fe00e
KB
49402003-04-16 Kevin Buettner <kevinb@redhat.com>
4941
610a3745 4942 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
4943 the size of ``long double'' to 16, instead of 8.
4944
e64a344c
MK
49452003-04-16 Mark Kettenis <kettenis@gnu.org>
4946
4947 * i386-linux-nat.c: Add some whitespace to make things more
4948 readable.
4949 (fetch_register, store_register, fetch_inferior_registers,
4950 store_inferior_registers): Get rid of assignment in if-statement.
4951 (store_register): Fix typo in error message.
4952
25d41031
AC
49532003-04-16 Andrew Cagney <cagney@redhat.com>
4954
4955 * utils.c (xmmalloc): Always allocate something, matches
4956 libiberty/xmalloc's semantics.
4957 (xmrealloc, xmcalloc): Ditto.
4958
c50901fd
AC
49592003-04-16 Andrew Cagney <cagney@redhat.com>
4960
4961 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
4962 update comments.
4963 (get_frame_type): Initialize unwind and type when needed.
4964 (get_frame_id, frame_register_unwind): Ditto.
4965
f81824a9
AC
49662003-04-16 Andrew Cagney <cagney@redhat.com>
4967
4968 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
4969 obsolete.
4970 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
4971 * sparcl-stub.c: Obsolete file.
4972 * config/sparc/tm-sparclet.h: Obsolete file.
4973 * sparclet-stub.c: Obsolete file.
4974 * sparclet-rom.c: Obsolete file.
4975 * sparcl-tdep.c: Obsolete file.
4976 * config/sparc/tm-sparclite.h: Obsolete file.
4977 * config/sparc/sparclite.mt: Obsolete file.
4978 * config/sparc/sparclet.mt: Obsolete file.
4979 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
4980 sparc86x-*-* obsolete.
4981
9219021c
DC
49822003-04-15 David Carlton <carlton@math.stanford.edu>
4983
4984 * Makefile.in (SFILES): Add cp-namespace.c.
4985 (COMMON_OBS): Add cp-namespace.o.
4986 (block.o): Depend on gdb_obstack_h and cp_support_h.
4987 (buildsym.o): Depend on cp_support_h.
4988 (cp-namespace.o): New.
4989 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
4990 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
4991 (dwarf2read.o): Depend on cp_support_h.
4992 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
4993 * dwarf2read.c (process_die): Set processing_has_namespace_info,
4994 processing_current_namespace.
4995 (read_namespace): Update processing_current_namespace; check for
4996 anonymous namespaces.
4997 (dwarf2_name): New function.
4998 (dwarf2_extension): Ditto.
4999 * cp-support.h: Update copyright, contributors.
5000 Add inclusion guards.
5001 Add opaque declaration for structs obstack, block, symbol.
5002 (struct using_direct): New struct.
5003 Add declarations for cp_find_first_component,
5004 cp_entire_prefix_len, processing_has_namespace_info,
5005 processing_current_namespace, cp_is_anonymous,
5006 cp_add_using_directive, cp_initialize_namespace,
5007 cp_finalize_namespace, cp_set_block_scope,
5008 cp_scan_for_anonymous_namespaces.
5009 * cp-namespace.c: New file.
5010 * cp-support.c: Update copyright.
5011 Include ctype.h, gdb_assert.h, gdbcmd.h.
5012 New variable maint_cplus_cmd_list.
5013 (cp_find_first_component): New function.
5014 (cp_entire_prefix_len, maint_cplus_command)
5015 (first_component_command, _initialize_cp_support): Ditto.
5016 * buildsym.c: Include cp-support.h.
5017 New variable using_list.
5018 (add_symbol_to_list): Check for anonymous namespaces.
5019 (finish_block): Set block's scope.
5020 (start_symtab): Initialize C++ namespace support.
5021 (end_symtab): Finalize C++ namespace support.
5022 * block.h: Add opaque declarations for structs
5023 block_namespace_info, using_direct, and obstack.
5024 Add declarations for block_set_scope and block_set_using.
5025 (struct block): Add 'language_specific' member.
5026 (BLOCK_NAMESPACE): New macro.
5027 * block.c: Include gdb_obstack.h and cp-support.h.
5028 (struct block_namespace_info): New struct.
5029 (block_set_scope): New function.
5030 (block_set_using, block_initialize_namespace): Ditto.
5031
d5a921c9
KB
50322003-04-14 Kevin Buettner <kevinb@redhat.com>
5033
5034 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5035 (locate_base): Return early if there aren't any link map offsets.
5036 (svr4_solib_create_inferior_hook): Warn if shared library support
5037 is unavailable.
5038
d2a52b27
DC
50392003-04-14 David Carlton <carlton@math.stanford.edu>
5040
5041 * symtab.c (symbol_set_names): Add prefix when storing Java names
5042 in hash table. Fix for PR java/1039.
5043
980cae7a
DC
50442003-04-14 David Carlton <carlton@math.stanford.edu>
5045
5046 * symtab.c (symbol_set_names): Rename 'name' arg to
5047 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5048 * symtab.h: Change 'name' argument in declaration of
5049 symbol_set_names to 'linkage_name'.
5050 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5051
e227b13c
AC
50522003-04-14 Andrew Cagney <cagney@redhat.com>
5053
5054 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5055 return the fully sign-extended register value.
5056 (get_frame_pointer): Ditto.
5057 (mips_pop_frame): Initialize "proc_desc" after checking for a
5058 dummy frame.
5059
36712a20
AC
50602003-04-14 Andrew Cagney <cagney@redhat.com>
5061
5062 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5063 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5064 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5065 (mips_push_register): Delete function.
5066 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5067 PUSH_FP_REGNUM.
5068
44ea7b70
JB
50692003-04-14 Jim Blandy <jimb@redhat.com>
5070
5071 * symmisc.c: #include "gdb_regex.h".
5072 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5073 functions.
5074 * maint.c (maintenance_list_command): New function.
5075 (_initialize_maint_cmds): Register the above as commands.
5076 * symtab.h (maintenance_list_symtabs,
5077 maintenance_list_psymtabs): New declarations.
5078 * cli/cli-cmds.c (maintenancelistlist): New variable.
5079 (init_cmd_lists): Initialize it.
5080 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5081 * gdbcmd.h (maintenancelistlist): New declaration.
5082 * Makefile.in (symmisc.o): Update dependencies.
5083
2d0c7962
EZ
50842003-04-14 Elena Zannoni <ezannoni@redhat.com>
5085
5086 * s390-nat.c: Include asm/types.h for addr_t.
5087
1947a811
CV
50882003-04-14 Corinna Vinschen <vinschen@redhat.com>
5089
5090 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5091 actually incoming type.
5092
adb616d7
AC
50932003-04-13 Andrew Cagney <cagney@redhat.com>
5094
5095 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5096 get_next_frame and get_frame_saved_regs.
5097
9b5e151c
AC
50982003-04-13 Andrew Cagney <cagney@redhat.com>
5099
5100 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5101 of gdbarch_num_regs.
5102
ef6e7e13
AC
51032003-04-13 Andrew Cagney <cagney@redhat.com>
5104
5105 * frame.h: Mention what replaced what in "struct frame_info".
5106 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5107 deprecated_update_frame_base_hack and
5108 deprecated_update_frame_pc_hack.
5109 * hppa-tdep.c: Ditto.
5110
61fbb938
DJ
51112003-04-13 Daniel Jacobowitz <drow@mvista.com>
5112
5113 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5114 to read_reg and update its comment. Remove regnum member.
5115 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5116 Don't call read_reg when setting in_reg. Call read_reg to get
5117 the frame base if it's in a register. Return the register number
5118 on the stack instead of in the context. Remove extra arguments
5119 to read_reg.
5120 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5121 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5122 the register number on the expression stack.
5123 (needs_frame_read_reg): Remove extra arguments.
5124
0d53c4c4
DJ
51252003-04-13 Daniel Jacobowitz <drow@mvista.com>
5126
5127 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5128 made non-static.
5129 (execute_stack_op): All callers updated.
5130 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5131 * dwarf2loc.c (find_location_expression): New function.
5132 (dwarf_expr_frame_base): Call it.
5133 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5134 (dwarf2_tracepoint_var_ref): New function, broken out from
5135 locexpr_tracepoint_var_ref.
5136 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5137 Make static.
5138 (loclist_read_variable, loclist_read_needs_frame): New functions.
5139 (loclist_describe_location, loclist_tracepoint_var_ref): New
5140 functions.
5141 (dwarf2_loclist_funcs): New struct location_funcs.
5142 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5143 (struct dwarf2_locexpr_baton): Add comments.
5144 (dwarf2_loclist_funcs): New extern.
5145 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5146 base_address and base_known.
5147 (dwarf_loc_buffer): New variable.
5148 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5149 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5150 (dwarf2_has_info): Initialize dwarf_loc_offset.
5151 (dwarf2_build_psymtabs): Read in .debug_loc.
5152 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5153 DWARF_LOC_SIZE.
5154 (psymtab_to_symtab_1): Likewise. Move base address calculation
5155 here, from...
5156 (dwarf2_get_pc_bounds): ... here. Use the base address from
5157 cu_header.
5158 (dwarf2_symbol_mark_computed): Handle location lists.
5159
6aca59a3
DJ
51602003-04-13 Daniel Jacobowitz <drow@mvista.com>
5161
5162 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5163 if the linkage name demangled successfully.
5164
aca1fcd0
MK
51652003-04-13 Mark Kettenis <kettenis@gnu.org>
5166
97095916
MK
5167 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5168 disassmbly_flavour): Removed.
5169
aca1fcd0
MK
5170 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5171
562a961f
MK
51722003-04-13 Mark Kettenis <kettenis@gnu.org>
5173
5174 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5175
bd013d54
AC
51762003-04-12 Andrew Cagney <cagney@redhat.com>
5177
5178 * frame.h (struct frame_info): Move definition from here ...
5179 * frame.c (struct frame_info): ... to here.
5180
167ef8b1
AC
51812003-04-12 Andrew Cagney <cagney@redhat.com>
5182
5183 * gdbthread.h (save_infrun_state): Delete parameter
5184 "prev_func_start".
5185 (struct thread_info): Delete field "prev_func_start".
5186 (load_infrun_state): Ditto.
5187 * thread.c (load_infrun_state, save_infrun_state): Update.
5188 * infrun.c (prev_func_start): Delete variable.
5189 (context_switch, init_wait_for_inferior): Update.
5190 (stop_stepping, keep_going): Update.
5191
da3331ec
AC
51922003-04-12 Andrew Cagney <cagney@redhat.com>
5193
5194 * gdbarch.sh: Add missing opaque declarations.
5195 * gdbarch.h: Regnerate.
5196 * symtab.h: Add missing opaque declarations.
5197 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5198 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5199 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5200 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5201 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5202 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5203 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5204 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5205 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5206 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5207 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5208 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5209 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5210
18adea3f
AC
52112003-04-11 Andrew Cagney <cagney@redhat.com>
5212
5213 * frame.c (get_frame_id): Return this frame's "id".
5214 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5215 function start.
5216 (legacy_saved_regs_this_id): Replace function body with
5217 internal-error.
5218 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5219 FRAME_OBSTACK_ZALLOC.
5220 (create_new_frame): Mark the frame ID as valid.
5221
2252e863
AO
52222003-04-11 Alexandre Oliva <aoliva@redhat.com>
5223
5224 * Makefile.in (libbfd_h): Added missing setting.
5225 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5226 according to the selected ABI.
5227
a8245ab8
JJ
52282003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5229
5230 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5231
6913c89a
AC
52322003-04-11 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5235 SAVED_PC_AFTER_CALL.
5236 * gdbarch.h, gdbarch.c: Regenerate.
5237 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5238 * x86-64-tdep.c (x86_64_init_abi): Update.
5239 * vax-tdep.c (vax_gdbarch_init): Update.
5240 * v850-tdep.c (v850_gdbarch_init): Update.
5241 * sparc-tdep.c (sparc_gdbarch_init): Update.
5242 * sh-tdep.c (sh_gdbarch_init): Update.
5243 * s390-tdep.c (s390_gdbarch_init): Update.
5244 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5245 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5246 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5247 * mips-tdep.c (mips_gdbarch_init): Update.
5248 * mcore-tdep.c (mcore_gdbarch_init): Update.
5249 * m68k-tdep.c (m68k_gdbarch_init): Update.
5250 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5251 * ia64-tdep.c (ia64_gdbarch_init): Update.
5252 (ia64_saved_pc_after_call): Update declaration.
5253 * i386ly-tdep.c (i386lynx_init_abi): Update.
5254 * i386-tdep.c (i386_gdbarch_init): Update.
5255 * hppa-tdep.c (hppa_gdbarch_init): Update.
5256 * h8300-tdep.c (h8300_gdbarch_init): Update.
5257 * frv-tdep.c (frv_gdbarch_init): Update.
5258 * cris-tdep.c (cris_gdbarch_init): Update.
5259 * avr-tdep.c (avr_gdbarch_init): Update.
5260 * arm-tdep.c (arm_gdbarch_init): Update.
5261 * alpha-tdep.c (alpha_gdbarch_init): Update.
5262 * ns32knbsd-nat.c (frame_num_args): Update.
5263 * ns32k-tdep.c (umax_frame_num_args): Update.
5264 * mips-tdep.c (mips_init_frame_pc_first): Update.
5265 * infrun.c (step_over_function): Update.
5266 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5267 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5268 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5269 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5270 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5271 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5272 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5273 * arch-utils.c (init_frame_pc_default): Update.
5274 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5275 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5276 declaration.
8ffd9b1b 5277
38edeab8
AC
52782003-04-11 Andrew Cagney <cagney@redhat.com>
5279
5280 * i387-tdep.c: Update copyright.
5281 (i387_to_double): Delete function.
5282 (double_to_i387): Delete function.
5283
81f8a206
AC
52842003-04-10 Andrew Cagney <cagney@redhat.com>
5285
5286 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5287 frame's function's address. Simplify.
5288 (d10v_frame_unwind_cache): Check that the frame's function is
5289 non-zero.
5290
6e691f7a
JB
52912003-04-10 Jim Blandy <jimb@redhat.com>
5292
5293 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5294 call to set_gdbarch_deprecated_push_arguments.
5295
7f78e237
AC
52962003-04-10 Andrew Cagney <cagney@redhat.com>
5297
5298 * frame.c (fprint_frame_id): New function.
5299 (fprint_frame_type, fprint_frame): New function.
5300 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5301 (create_sentinel_frame, get_frame_id): Ditto.
5302 (frame_id_p, frame_id_eq): Ditto.
5303 (frame_id_inner, create_new_frame): Ditto.
5304 (legacy_get_prev_frame, get_prev_frame): Ditto.
5305 (deprecated_update_frame_pc_hack): Ditto.
5306 (frame_register_unwind): Ditto.
5307 (deprecated_update_frame_base_hack): Ditto.
5308
f870b49b
CV
53092003-04-10 Corinna Vinschen <vinschen@redhat.com>
5310
5311 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5312 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5313 frame_chain function.
5314 * Makefile.in: Add dependencies due to above change.
5315
7c86889b
CV
53162003-04-10 Corinna Vinschen <vinschen@redhat.com>
5317
5318 * blockframe.c (legacy_frame_chain_valid): Move call to
5319 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5320 inside_entry_file.
5321
d0a55772
AC
53222003-04-09 Andrew Cagney <cagney@redhat.com>
5323
5324 * frame.h (struct frame_id): Replace "pc" and "base" with
5325 "stack_addr" and "code_addr". Update comments.
5326 (frame_id_build): Update parameter names and comment.
5327 (struct frame_info): Replace "id_p" and "id" with "this_id".
5328 * dummy-frame.c (dummy_frame_this_id): Update.
5329 * breakpoint.c (print_one_breakpoint): Update.
5330 * frame.c (get_frame_id): Update.
5331 (get_frame_base, frame_id_build): Update.
5332 (create_sentinel_frame, legacy_get_prev_frame): Update.
5333 (deprecated_update_frame_base_hack): Update.
5334 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5335 (frame_id_inner): Ditto.
5336
ac16bf07
AC
53372003-04-09 Andrew Cagney <cagney@redhat.com>
5338
5339 * defs.h (gdb_print_host_address): Make "addr" parameter a
5340 pointer constant.
5341 * utils.c (gdb_print_host_address): Update.
5342
366cfc9e
KB
53432003-04-09 Kevin Buettner <kevinb@redhat.com>
5344
5345 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5346 register number for R0 is 0.
5347
cd983b5c
JB
53482003-04-09 J. Brobecker <brobecker@gnat.com>
5349
5350 * frame.h (struct gdbarch): Add opaque structure definition
5351 to avoid a compilation warning on LynxOS 4.0.
5352
d1340264
AC
53532003-04-09 Andrew Cagney <cagney@redhat.com>
5354
5355 * frame.h (struct frame_info): Delete field "pc". Replace
5356 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5357 structure.
5358 * frame.c (frame_pc_unwind): Update.
5359 (create_sentinel_frame): Do not set "pc".
5360 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5361 (get_frame_pc): Call frame_pc_unwind.
5362 (deprecated_update_frame_pc_hack): Update.
5363 (create_new_frame): Use "pc" not "->pc".
5364
90a6fffb
AC
53652003-04-09 Andrew Cagney <cagney@redhat.com>
5366
5367 * frame.c (get_frame_id): Eliminate code updating "frame".
5368 (legacy_get_prev_frame): Ditto.
5369 (get_frame_base): Return id.base directly.
5370 (deprecated_update_frame_base_hack): Update "id.base".
5371 * frame.h (struct frame_info): Delete field "frame".
5372
2fbce691
AC
53732003-04-09 Andrew Cagney <cagney@redhat.com>
5374
5375 * NEWS: Mention that the "Sequent family" is obsolete.
5376 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5377 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5378 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5379 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5380 * config/i386/tm-ptx4.h: Obsolete file.
5381 * config/i386/tm-ptx.h: Obsolete file.
5382 * symm-tdep.c: Obsolete file.
5383 * config/i386/symmetry.mt: Obsolete file.
5384 * config/i386/tm-symmetry.h: Obsolete file.
5385 * symm-nat.c: Obsolete file.
5386 * config/i386/nm-symmetry.h: Obsolete file.
5387 * config/i386/xm-symmetry.h: Obsolete file.
5388 * config/i386/symmetry.mh: Obsolete file.
5389 * config/i386/nm-ptx4.h: Obsolete file.
5390 * config/i386/ptx4.mh: Obsolete file.
5391 * config/i386/ptx.mt: Obsolete file.
5392 * config/i386/ptx.mh: Obsolete file.
5393 * config/i386/xm-ptx4.h: Obsolete file.
5394 * config/i386/xm-ptx.h: Obsolete file.
5395
78c43945
AC
53962003-04-09 Andrew Cagney <cagney@redhat.com>
5397
5398 Obsolete mips*-*-mach3*.
5399 * NEWS: Mention that mips*-*-mach3* is obsolete.
5400 * m3-nat.c: Obsolete file.
5401 * config/nm-m3.h: Obsolete file.
5402 * config/mips/tm-mipsm3.h: Obsolete file.
5403 * config/mips/mipsm3.mt: Obsolete file.
5404 * config/mips/mipsm3.mh: Obsolete file.
5405 * config/mips/xm-mipsm3.h: Obsolete file.
5406 * mipsm3-nat.c: Obsolete file.
5407 * configure.host: Obsolete mips-dec-mach3*.
5408 * configure.tgt: Obsolete mips*-*-mach3*.
5409
f1908289
AC
54102003-04-09 Andrew Cagney <cagney@redhat.com>
5411
5412 * doublest.h: Update copyright.
5413 (deprecated_store_floating, deprecated_extract_floating): Rename
5414 store_floating and extract_floating. Update comments.
5415 * doublest.c: Update copyright.
5416 (extract_floating_by_length): Replace extract_floating.
5417 (store_floating_by_length): Replace store_floating.
5418 (deprecated_extract_floating): New function.
5419 (deprecated_store_floating): New function.
5420 (extract_typed_floating): Call extract_floating_by_length.
5421 (store_typed_floating): Call store_floating_by_length.
5422 * x86-64-tdep.c (x86_64_store_return_value): Update.
5423 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5424 (sh64_extract_return_value): Update.
5425 (sh_sh4_register_convert_to_virtual): Update.
5426 (sh_sh64_register_convert_to_virtual): Update.
5427 (sh_sh4_register_convert_to_raw): Update.
5428 (sh_sh64_register_convert_to_raw): Update.
5429 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5430 (rs6000_register_convert_to_raw): Update.
5431 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5432 (ia64_register_convert_to_raw): Update.
5433 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5434 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5435 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5436 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5437 (alpha_register_convert_to_raw): Update.
5438
4443bd83
AC
54392003-04-08 Andrew Cagney <cagney@redhat.com>
5440
5441 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5442 * gdbarch.h, gdbarch.c: Re-generate.
5443 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5444 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5445 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5446 conditionally, use frame_pc_unwind as an alternative. Add
5447 comments.
5448 * arch-utils.c (init_frame_pc_default): Only call
5449 SAVED_PC_AFTER_CALL when available.
5450
c0236d92
EZ
54512003-04-08 Elena Zannoni <ezannoni@redhat.com>
5452
fbe586ae 5453 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5454 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5455 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5456 (start_remote): Ditto.
5457 (handle_inferior_event): Ditto.
5458 (save_inferior_status): Ditto.
5459 (restore_inferior_status): Ditto.
5460 * infcmd.c (attach_command): Ditto.
5461 * fork-child.c (startup_inferior): Ditto.
fbe586ae 5462 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5463 * alpha-tdep.c (heuristic_proc_start): Ditto.
5464 * mips-tdep.c (heuristic_proc_start): Ditto.
5465 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5466 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5467 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5468 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5469 * remote-vx.c (vx_create_inferior): Ditto.
5470
54712003-04-08 Elena Zannoni <ezannoni@redhat.com>
5472
5473 * infrun.c (stop_soon_quietly): Make it an enum, to better
5474 override the default behavior of handle_inferior_event.
5475 (clear_proceed_status): Update uses of stop_soon_quietly to
5476 reflect that it is now an enum.
5477 (start_remote): Ditto.
5478 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5479 is set to handle the new GNU/Linux kernel behavior for
5480 attach/sigstop. Update uses of stop_soon_quietly.
5481 * inferior.h (enum stop_kind): New enum.
5482 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
5483 Reset normal handle_inferior_event behavior, afterwards.
5484 * fork-child.c (startup_inferior): Update.
5485 * alpha-tdep.c (heuristic_proc_start): Update.
5486 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
5487 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
5488 * solib-osf.c (osf_solib_create_inferior_hook): Update.
5489 * solib-irix.c (irix_solib_create_inferior_hook): Update.
5490 * remote-vx.c (vx_create_inferior): Update.
5491 * mips-tdep.c (heuristic_proc_start): Update.
5492
1211bce3
EZ
54932003-04-07 Elena Zannoni <ezannoni@redhat.com>
5494
5495 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 5496 be freed more than once, causing wild memory corruptions.
1211bce3 5497 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 5498 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 5499 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 5500 with the "core" target.
1211bce3 5501
f0ef6b29
KB
55022003-04-07 Kevin Buettner <kevinb@redhat.com>
5503
5504 * mips-tdep.c (mips_print_fp_register): New function, created from
5505 do_fp_register_row(). Registers are now (also) printed as hex.
5506 Only one register is printed per row.
5507 (mips_print_register, do_fp_register_row): Print floating point
5508 registers with mips_print_fp_register().
5509
8cf71652
AC
55102003-04-06 Andrew Cagney <cagney@redhat.com>
5511
5e488a7b
AC
5512 * valprint.h (inspect_it): Add extern declaration.
5513 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
5514 (selectors_info, classes_info): Ditto.
5515 (find_objc_msgcall): Fix indentation.
5516 (objc_printstr): Delete extern declarations.
5517
8cf71652
AC
5518 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
5519
e6ba3bc9
AC
55202003-04-06 Andrew Cagney <cagney@redhat.com>
5521
5522 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
5523 Update comment.
5524 * frame.c (legacy_saved_regs_this_id): Update.
5525 (legacy_get_prev_frame): Update.
5526 * xstormy16-tdep.c: Update comment.
5527 * sparc-tdep.c (sparc_frame_chain): Update comment.
5528 * blockframe.c (legacy_frame_chain_valid): Update.
5529
55e1d7e7
AC
55302003-04-06 Andrew Cagney <cagney@redhat.com>
5531
996179ee
AC
5532 * valprint.c (val_print_type_code_int): Delete #ifdef
5533 PRINT_TYPELESS_INTEGER code.
5534
55e1d7e7
AC
5535 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
5536 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
5537 multi-arch definition.
5538 * gdbarch.h: Re-generate.
5539
43bd9a9e
AC
55402003-04-05 Andrew Cagney <cagney@redhat.com>
5541
5542 Eliminate FRAME_FIND_SAVED_REGS.
5543 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5544 Change FSR parameter to a pointer.
5545 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
5546 Assume FSR parameter is a pointer.
5547 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5548 Make fsr a pointer.
5549 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
5550 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
5551 saved_regs a pointer.
5552 (hppa_frame_saved_pc): Ditto.
5553 (find_dummy_frame_regs): Make frame_saved_regs a pointer
5554 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
5555 pointer.
5556 (restore_pc_queue): Make fsr a pointer.
5557 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
5558 (hppa_frame_chain): Make saved_regs a pointer, call
5559 hppa_frame_init_saved_regs.
5560 * sparc-tdep.c: Include "gdb_assert.h".
5561 (sparc_frame_find_saved_regs): Replace internal_error with
5562 gdb_assert.
5563 * remote-vxsparc.c (vx_read_register): Delete reference to
5564 FRAME_FIND_SAVED_REGS.
5565 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
5566 * gdbarch.h: Regenerate.
5567 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
5568 (deprecated_get_frame_saved_regs): Delete declaration.
5569 (struct frame_saved_regs): Delete definition.
5570 * frame.c (deprecated_get_frame_saved_regs): Delete function.
5571 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
5572 (hppa_frame_find_saved_regs): Delete declaration.
5573 (FRAME_FIND_SAVED_REGS): Delete macro.
5574 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
5575 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
5576 FRAME_FIND_SAVED_REGS in comment.
5577
be41e9f4
AC
55782003-04-05 Andrew Cagney <cagney@redhat.com>
5579
5580 * frame.c (frame_func_unwind, get_frame_func): New functions.
5581 * frame.h (get_frame_func, frame_func_unwind): Declare.
5582 (struct frame_info): Add field "prev_func" for caching the
5583 previous frame's function address.
5584 * arm-tdep.c (arm_frameless_function_invocation): Combine
5585 get_pc_function_start and get_frame_pc into get_frame_func.
5586 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5587 (sh64_nofp_frame_init_saved_regs): Ditto.
5588 * s390-tdep.c (s390_function_start): Ditto.
5589 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
5590 (rs6000_frameless_function_invocation): Ditto.
5591 (rs6000_frame_saved_pc): Ditto.
5592 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
5593 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
5594 * i386-tdep.c (i386_frameless_signal_p): Ditto.
5595 (i386_frame_init_saved_regs): Ditto.
5596 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
5597 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
5598 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
5599 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5600 * blockframe.c (frameless_look_for_prologue): Ditto.
5601
a01dd7cc
AC
56022003-04-05 Andrew Cagney <cagney@redhat.com>
5603
5604 * frame.c (legacy_get_prev_frame): Link prev to next at the
5605 function start. Update comments.
5606
5e5592e6
AC
56072003-04-05 Andrew Cagney <cagney@redhat.com>
5608
5609 * frame.c (get_frame_id): Update comment.
5610 (legacy_get_prev_frame): Update comment.
5611 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
5612 * gdbarch.h: Regenerate.
5613 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
5614 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
5615
6fba5002
AC
56162003-04-05 Andrew Cagney <cagney@redhat.com>
5617
5618 * stack.c (print_frame_info): Use get_frame_pc.
5619
7df05f2b
AC
56202003-04-04 Andrew Cagney <cagney@redhat.com>
5621
5622 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
5623 the frame's type from the unwinder.
5624 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
5625 (create_new_frame, legacy_get_prev_frame): When the unwinder's
5626 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
5627 (get_frame_base_address): Use get_frame_type.
5628 (get_frame_locals_address, get_frame_args_address): Ditto.
5629 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
5630 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
5631 (struct frame_info): Add comment explaining why the frame contains
5632 a "type" field.
5633 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
5634 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
5635 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
5636 NORMAL_FRAME.
5637 * frame-unwind.h: Include "frame.h".
5638 (struct frame_unwind): Add "type" field.
5639 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 5640
11889732
AC
56412003-04-04 Andrew Cagney <cagney@redhat.com>
5642
5643 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
5644 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
5645 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
5646 get_frame_base.
5647 (d10v_unwind_dummy_id): Use frame_id_build.
5648 * frame.c (find_frame_sal): Use get_frame_pc.
5649 (create_new_frame): Use deprecated_update_frame_pc_hack and
5650 deprecated_update_frame_base_hack.
5651 (create_sentinel_frame): Add comment about ->pc going away.
5652 (get_prev_frame): Add comment about ->pc going away.
5653 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
5654 frame_id_build, deprecated_update_frame_pc_hack and
5655 deprecated_update_frame_base_hack.
5656 (select_frame): Use get_frame_pc.
5657 (legacy_saved_regs_this_id): Use frame_id_build.
5658
50c46a0d
EZ
56592003-04-04 Elena Zannoni <ezannoni@redhat.com>
5660
fbe586ae
RH
5661 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
5662 signed integer case.
5663 (classify_argument): Handle enumerations and references.
50c46a0d 5664
50bbdbd9
AC
56652003-04-04 Andrew Cagney <cagney@redhat.com>
5666
5667 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
5668 ID to NULL.
5669
36018d2e
AF
56702003-04-01 Adam Fedor <fedor@gnu.org>
5671
5672 * gdb/objc-lang.c (selectors_info): Replace calls to
5673 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
5674 SYMBOL_NATURAL_NAME.
5675 (classes_info, find_methods): Likewise.
5676
35cec841
KB
56772003-04-03 Kevin Buettner <kevinb@redhat.com>
5678
5679 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
5680 ``mach'' to the value determined by bfd_default_set_arch_mach().
5681
43136899
BR
56822003-04-02 Bob Rossi <bob_rossi@cox.net>
5683
5684 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
5685 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
5686 (mi-cmd-file.o): Update dependencies.
5687
040b99fd
KB
56882003-04-01 Kevin Buettner <kevinb@redhat.com>
5689
5690 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
5691 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
5692
9a3d7dfd
AF
56932003-04-01 Adam Fedor <fedor@gnu.org>
5694
5695 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
5696 * language.h (struct language_defn): Add la_demangle.
5697 (language_demangle): Declare.
5698 * language.c (language_demangle): New function.
5699 (unk_lang_demangle): Likewise.
5700 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 5701 Add ukn_lang_demangle.
9a3d7dfd 5702 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 5703 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
5704 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
5705 (cplus_language_defn): Add cplus_demangle for la_demangle element.
5706 * jv-lang.c (java_demangle): New function
5707 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
5708 * objc-lang.c (objc_demangle): Add options argument
5709 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
5710 * maint.c (maintenance_demangle): Replace switch with
5711 call to language_demangle.
5712 * utils.c (fprintf_symbol_filtered): Likewise.
5713
5e074003
AC
57142003-04-01 Andrew Cagney <cagney@redhat.com>
5715
5716 * printcmd.c (print_frame_nameless_args): Delete #ifdef
5717 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
5718 PRINT_TYPELESS_INTEGER.
5719 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
5720 PUSH_RETURN_ADDRESS.
5721
270cb5d6
AC
57222003-04-01 Andrew Cagney <cagney@redhat.com>
5723
5724 * Makefile.in (d10v-tdep.o): Update dependencies.
5725 * d10v-tdep.c: Include "frame-base.h".
5726 (d10v_frame_unwind): Make constant.
5727 (d10v_frame_base_address): New function.
5728 (d10v_frame_base): New variable.
5729 (d10v_gdbarch_init): Set frame_base default.
5730 (struct d10v_unwind_cache): Add the field "prev_sp". Update
5731 comment for base.
5732 (d10v_frame_unwind_cache): Set and use "prev_sp".
5733 (d10v_frame_this_id): Use the previous frame's inner most stack
5734 address and this frame's func address for the frame ID. Use
5735 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 5736
6bfb3e36
AC
57372003-04-01 Andrew Cagney <cagney@redhat.com>
5738
5739 * frame.h (get_frame_locals_address, get_frame_args_address):
5740 Refer to the base address, instead of the address of the first
5741 local or parameter.
8ffd9b1b 5742
da62e633
AC
57432003-04-01 Andrew Cagney <cagney@redhat.com>
5744
5745 Add frame debug info addresses:
5746 * frame-base.c: New file.
5747 * frame-base.h: New file.
5748 * frame.h (struct frame_base): Add opaque declaration.
5749 (get_frame_base): Update comment.
5750 (get_frame_base_address): Declare.
5751 (get_frame_locals_address): Declare.
5752 (get_frame_args_address): Declare.
5753 (struct frame_info): Add "base" and "base_cache". Update
5754 comments on the unwinder.
5755 * frame.c: Include "frame-base.h".
5756 (get_frame_locals_address): New function.
5757 (get_frame_base_address): New function.
5758 (get_frame_args_address): New function.
5759 * findvar.c (read_var_value): Use get_frame_locals_address and
5760 get_frame_args_address.
5761 * stack.c (frame_info): Use get_frame_locals_address and
5762 get_frame_args_address.
5763 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
5764 moved to "frame-base.c".
5765 * printcmd.c (print_frame_nameless_args): Ditto.
5766 * symtab.h (address_class): Update comments.
5767 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
5768 get_frame_base_address.
5769 * dwarf2expr.c (execute_stack_op): Ditto.
5770 * Makefile.in (frame_base_h): Define.
5771 (frame.o): Update dependencies.
5772 (frame-base.o): Add dependencies.
5773 (SFILES): Add frame-base.c.
5774 (COMMON_OBS): Add frame-base.o.
5775
3d30e9c2
AC
57762003-04-01 Andrew Cagney <cagney@redhat.com>
5777
5778 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
5779 CALL_DUMMY_LENGTH): Ditto.
5780 * gdbarch.c: Re-generate.
5781 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
5782 (CALL_DUMMY_LENGTH): Delete macro.
5783 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
5784 * arm-tdep.c (arm_gdbarch_init): Ditto.
5785 * avr-tdep.c (avr_gdbarch_init): Ditto.
5786 * cris-tdep.c (cris_gdbarch_init): Ditto.
5787 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5788 * frv-tdep.c (frv_gdbarch_init): Ditto.
5789 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5790 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5791 * i386-tdep.c (i386_gdbarch_init): Ditto.
5792 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5793 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5794 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5795 * mips-tdep.c (mips_gdbarch_init): Ditto.
5796 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5797 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5798 * s390-tdep.c (s390_gdbarch_init): Ditto.
5799 * sh-tdep.c (sh_gdbarch_init): Ditto.
5800 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5801 * v850-tdep.c (v850_gdbarch_init): Ditto.
5802 * vax-tdep.c (vax_gdbarch_init): Ditto.
5803 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5804
ce0c7262
CV
58052003-04-01 Corinna Vinschen <vinschen@redhat.com>
5806
5807 * frame.c (get_prev_frame): Disable call to inside_entry_file().
5808
73dd234f
AC
58092003-04-01 Andrew Cagney <cagney@redhat.com>
5810
5811 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
5812 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5813 * gdbarch.h, gdbarch.c: Re-generate.
5814 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5815 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5816 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5817 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5818 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5819 * infcmd.c (run_stack_dummy): Simplify assuming
5820 CALL_DUMMY_BREAKPOINT_OFFSET_P.
5821 * infrun.c (handle_inferior_event): Ditto.
5822 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5823 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
5824 * arm-tdep.c (arm_gdbarch_init): Ditto.
5825 * avr-tdep.c (avr_gdbarch_init): Ditto.
5826 * cris-tdep.c (cris_gdbarch_init): Ditto.
5827 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5828 * frv-tdep.c (frv_gdbarch_init): Ditto.
5829 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5830 * i386-tdep.c (i386_gdbarch_init): Ditto.
5831 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5832 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5833 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5834 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5835 * mips-tdep.c (mips_gdbarch_init): Ditto.
5836 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5837 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5838 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5839 * s390-tdep.c (s390_gdbarch_init): Ditto.
5840 * sh-tdep.c (sh_gdbarch_init): Ditto.
5841 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5842 * v850-tdep.c (v850_gdbarch_init): Ditto.
5843 * vax-tdep.c (vax_gdbarch_init): Ditto.
5844 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5845
97606a13
DJ
58462003-04-01 Daniel Jacobowitz <drow@mvista.com>
5847
5848 * symfile.c (symfile_relocate_debug_section): Update call to
5849 bfd_simple_get_relocated_section_contents.
5850
e8ab51f7
AC
58512003-03-31 Andrew Cagney <cagney@redhat.com>
5852
5853 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
5854 * gdbarch.h, gdbarch.c: Regenerate.
5855 * inferior.h (FIX_CALL_DUMMY): Delete macro.
5856 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
5857 available.
5858 * frame.h (generic_fix_call_dummy): Delete declaration.
5859 * dummy-frame.h: Update comment.
5860 * dummy-frame.c (generic_fix_call_dummy): Delete function.
5861 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5862 fix_call_dummy.
5863 * sh-tdep.c (sh_gdbarch_init): Ditto.
5864 * s390-tdep.c (s390_gdbarch_init): Ditto.
5865 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5866 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5867 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5868 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5869 * i386-tdep.c (i386_gdbarch_init): Ditto.
5870 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5871 * frv-tdep.c (frv_gdbarch_init): Ditto.
5872 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5873 * cris-tdep.c (cris_gdbarch_init): Ditto.
5874 * avr-tdep.c (avr_gdbarch_init): Ditto.
5875 * arm-tdep.c (arm_gdbarch_init): Ditto.
5876
018d1b48
JB
58772003-03-31 J. Brobecker <brobecker@gnat.com>
5878
5879 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
5880 (INIT_FRAME_AP): Likewise.
5881 (EXTRA_FRAME_INFO): Likewise.
5882
e9a2674e
AC
58832003-03-31 Andrew Cagney <cagney@redhat.com>
5884
5885 * gdbarch.sh: Include "symfile.h".
5886 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
5887 * gdbarch.h, gdbarch.c: Re-generate.
5888 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
5889 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5890 call_dummy_address, the default is at entry_point_address.
5891 * v850-tdep.c (v850_gdbarch_init): Ditto.
5892 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5893 * sh-tdep.c (sh_gdbarch_init): Ditto.
5894 * s390-tdep.c (s390_gdbarch_init): Ditto.
5895 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5896 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5897 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5898 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5899 * i386-tdep.c (i386_gdbarch_init): Ditto.
5900 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5901 * frv-tdep.c (frv_gdbarch_init): Ditto.
5902 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5903 * cris-tdep.c (cris_gdbarch_init): Ditto.
5904 * arm-tdep.c (arm_gdbarch_init): Ditto.
5905
e8a8712a
AC
59062003-03-31 Andrew Cagney <cagney@redhat.com>
5907
5908 * gdbarch.sh (CALL_DUMMY_P): Delete.
5909 * gdbarch.h, gdbarch.c: Re-generate.
5910 * inferior.h (CALL_DUMMY_P): Delete macro.
5911 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5912 * vax-tdep.c (vax_gdbarch_init): Update.
5913 * v850-tdep.c (v850_gdbarch_init): Update.
5914 * sparc-tdep.c (sparc_gdbarch_init): Update.
5915 * sh-tdep.c (sh_gdbarch_init): Update.
5916 * s390-tdep.c (s390_gdbarch_init): Update.
5917 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5918 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5919 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5920 * mips-tdep.c (mips_gdbarch_init): Update.
5921 * mcore-tdep.c (mcore_gdbarch_init): Update.
5922 * m68k-tdep.c (m68k_gdbarch_init): Update.
5923 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5924 * ia64-tdep.c (ia64_gdbarch_init): Update.
5925 * i386-tdep.c (i386_gdbarch_init): Update.
5926 * h8300-tdep.c (h8300_gdbarch_init): Update.
5927 * frv-tdep.c (frv_gdbarch_init): Update.
5928 * d10v-tdep.c (d10v_gdbarch_init): Update.
5929 * cris-tdep.c (cris_gdbarch_init): Update.
5930 * breakpoint.c (deprecated_frame_in_dummy): Update.
5931 * avr-tdep.c (avr_gdbarch_init): Update.
5932 * alpha-tdep.c (alpha_gdbarch_init): Update.
5933 * arm-tdep.c (arm_gdbarch_init): Update.
5934 * dummy-frame.c (dummy_frame_this_id): Update comments.
5935 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
5936 * frame.c (legacy_get_prev_frame): Ditto.
5937 * valops.c (call_function_by_hand): Delete function.
5938 (hand_function_call): Rename to call_function_by_hand
5939
ed234cf8
AC
59402003-03-30 Andrew Cagney <cagney@redhat.com>
5941
5942 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 5943 * value.h (struct value): Update comment.
ed234cf8 5944
06c77151
AC
59452003-03-30 Andrew Cagney <cagney@redhat.com>
5946
6c2b5168
AC
5947 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
5948 D10V_FP_REGNUM.
5949 (d10v_gdbarch_init): Do not set fp_regnum.
5950
06c77151
AC
5951 * frame.c (get_frame_base): Force ID initialization.
5952 (get_prev_frame): Move computation of the frame ID from here ...
5953 (get_frame_id): ... to here.
5954 (legacy_get_prev_frame): Mark the frame ID as valid.
5955 * frame.h (struct frame_info): Add field "id_p".
5956
97a1a11c
MK
59572003-03-30 Mark Kettenis <kettenis@gnu.org>
5958
5959 * i386-tdep.c (i386_store_struct_return): Removed.
5960 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
5961
6c0e89ed
AC
59622003-03-30 Andrew Cagney <cagney@redhat.com>
5963
5964 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
5965 * gdbarch.h, gdbarch.c: Regenerate.
5966 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
5967 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5968 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5969 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5970 * i386-tdep.c (i386_gdbarch_init): Ditto.
5971 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5972 * cris-tdep.c (cris_gdbarch_init): Ditto.
5973 * vax-tdep.c (vax_gdbarch_init): Ditto.
5974 * s390-tdep.c (s390_gdbarch_init): Ditto.
5975 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5976 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5977 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5978 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
5979 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
5980 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
5981 * sparc-tdep.c (sparc_gdbarch_init): Update.
5982 * sh-tdep.c (sh_gdbarch_init): Update.
5983 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5984 * mips-tdep.c (mips_gdbarch_init): Update.
5985 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5986 * ia64-tdep.c (ia64_gdbarch_init): Update.
5987 * frv-tdep.c (frv_gdbarch_init): Update.
5988 * avr-tdep.c (avr_gdbarch_init): Update.
5989 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
5990 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
5991 instead of when push_dummy_call is not available.
8ffd9b1b 5992
f7dd6af2
AC
59932003-03-30 Andrew Cagney <cagney@redhat.com>
5994
5995 * infttrace.c: Include "gdbthread.h".
5996 (parent_attach_all): Fix function signature.
5997 (call_ptrace): Update call.
5998 * Makefile.in (infttrace.o): Update dependencies.
5999
28f617b3
AC
60002003-03-30 Andrew Cagney <cagney@redhat.com>
6001
6002 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6003 PUSH_RETURN_ADDRESS.
6004 * gdbarch.h, gdbarch.c: Regenerate.
6005 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6006 * x86-64-tdep.c (x86_64_init_abi): Update.
6007 * v850-tdep.c (v850_gdbarch_init): Update.
6008 * sparc-tdep.c (sparc_gdbarch_init): Update.
6009 * sh-tdep.c (sh_gdbarch_init): Update.
6010 * s390-tdep.c (s390_gdbarch_init): Update.
6011 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6012 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6013 * mips-tdep.c (mips_gdbarch_init): Update.
6014 * mcore-tdep.c (mcore_gdbarch_init): Update.
6015 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6016 * ia64-tdep.c (ia64_gdbarch_init): Update.
6017 * i386-tdep.c (i386_gdbarch_init): Update.
6018 * h8300-tdep.c (h8300_gdbarch_init): Update.
6019 * frv-tdep.c (frv_gdbarch_init): Update.
6020 * cris-tdep.c (cris_gdbarch_init): Update.
6021 * avr-tdep.c (avr_gdbarch_init): Update.
6022 * arm-tdep.c (arm_gdbarch_init): Update.
6023 * valops.c (hand_function_call): Update.
6024
4d628cd7
AC
60252003-03-29 Andrew Cagney <cagney@redhat.com>
6026
6027 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6028 sizeof_call_dummy_words.
6029 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6030 define.
6031 * gdbarch.h: Regenerate.
8ffd9b1b 6032
65e82032
AC
60332003-03-29 Andrew Cagney <cagney@redhat.com>
6034
6035 * infttrace.h: New file.
6036 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6037 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6038 (hpread_read_doc_function_type): Detect an initialized type1.
6039 (hpread_quick_traverse): Initialize mod_name_string.
6040 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6041 (som_solib_get_solib_by_pc): Declare.
6042 (so_lib_thread_start_addr): Declare.
6043 (no_shared_libraries): Declare.
6044 * somread.c (init_import_symbols): Make static. Add forward
6045 declaration.
6046 * config/pa/nm-hppah.h: Include "infttrace.h" for
6047 parent_attach_all.
6048 (hppa_insert_hw_watchpoint): Declare.
6049 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6050 * hppah-nat.c: Include "gdb_string.h".
6051 (parent_attach_all): Delete extern declaration, moved to
6052 "infttrace.h".
6053 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6054 int.
6055 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6056 * Makefile.in (infttrace_h): Define.
6057 (hpread.o): Update dependencies.
6058 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6059 * hppa-hpux-tdep.c: Include "gdb_string.h".
6060 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6061 * infrun.c (handle_inferior_event): Always initialize
6062 stepped_after_stopped_by_watchpoint. Add default and remove
6063 fallthrough in switch statement.
6064 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6065 parameter to int.
6066 (hppa_remove_hw_watchpoint): Ditto.
6067
2c3bbe77
AC
60682003-03-29 Andrew Cagney <cagney@redhat.com>
6069
6070 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6071 offset.
6072
2dd604e7
RE
60732003-03-29 Richard Earnshaw <rearnsha@arm.com>
6074
6075 * arm-tdep.c (arm_push_arguments): Delete.
6076 (struct stack_item): New type.
6077 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6078 (arm_store_struct_return): Delte.
6079 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6080 arm_push_arguments or arm_store_struct_return.
6081
e8933a55
AC
60822003-03-28 Andrew Cagney <cagney@redhat.com>
6083
6084 * Makefile.in (d10v-tdep.o): Update dependencies.
6085 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6086 * d10v-tdep.c: Include "remote.h".
6087 (target_resume_hook): Delete extern declaration.
6088 (target_wait_loop_hook): Ditto.
6089 (tdisassemble_command): Eliminate assignment in "if" conditional.
6090 (d10v_ts2_register_sim_regno): Eliminate call to
6091 legacy_register_sim_regno.
6092 (d10v_ts3_register_sim_regno): Ditto.
6093
6949171e
JJ
60942003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6095
6096 * thread.c: Reindented.
6097 * lin-lwp.c: Ditto.
6098 * linux-proc.c: Ditto.
6099
98c7071f
BR
61002003-03-28 Bob Rossi <bob_rossi@cox.net>
6101
fbe586ae 6102 * MAINTAINERS (write after approval): Add myself.
98c7071f 6103
5edc9ca6
TR
61042003-03-27 Theodore A. Roth <troth@openavr.org>
6105
6106 * objc-exp.y: Add missing semi-colons.
6107
378bfd1b
AC
61082003-03-27 Andrew Cagney <cagney@redhat.com>
6109
6110 * regcache.c (write_sp): Delete function and references.
6111 * inferior.h (write_sp): Delete declaration.
6112 * valops.c (hand_function_call): Replace write_sp with
6113 TARGET_WRITE_SP.
6114 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6115 (sparc_pop_frame): Ditto.
8ffd9b1b 6116
56056df7
AC
61172003-03-27 Andrew Cagney <cagney@redhat.com>
6118
6119 * NEWS: Mention removal of support for hppa*-*-bsd* and
6120 hppa*-*-osf* natives, and hppa*-*-pro* target.
6121 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6122 * config/pa/xm-pa.h: Obsolete file.
6123 * config/pa/xm-hppab.h: Obsolete file.
6124 * config/pa/nm-hppab.h: Obsolete file.
6125 * config/pa/tm-hppab.h: Obsolete file.
6126 * config/pa/tm-hppao.h: Obsolete file.
6127 * config/pa/nm-hppao.h: Obsolete file.
6128 * config/pa/tm-pro.h: Obsolete file.
6129 * config/pa/hppaosf.mt: Obsolete file.
6130 * config/pa/hppaosf.mh: Obsolete file.
6131 * config/pa/hppapro.mt: Obsolete file.
6132 * config/pa/hppabsd.mt: Obsolete file.
6133 * config/pa/hppabsd.mh: Obsolete file.
6134 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6135 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6136 hppa*-*-osf*.
6137
5873a88d
AC
61382003-03-27 Andrew Cagney <cagney@redhat.com>
6139
6140 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6141 push_arguments. Don't set push_return_address or write_sp.
6142 (d10v_push_dummy_call): Replace d10v_push_arguments.
6143 (d10v_push_return_address, d10v_write_sp): Delete function,
6144 handled by push_dummy_call.
6145
b81774d8
AC
61462003-03-26 Andrew Cagney <cagney@redhat.com>
6147
6148 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6149 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6150 regcache and dummy_addr parameters.
6151 * gdbarch.h, gdbarch.c: Re-generate.
6152 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6153 available; assume it will handle stack alignment and return
6154 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6155 legacy_push_arguments.
6156 (legacy_push_arguments): Rename default_push_arguments.
6157 * value.h (legacy_push_arguments): Rename default_push_arguments.
6158 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6159 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6160 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6161 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6162 * config/i386/tm-symmetry.h: Update.
6163 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6164 * x86-64-tdep.c (x86_64_init_abi): Update.
6165 * v850-tdep.c (v850_gdbarch_init): Update.
6166 * sparc-tdep.c (sparc_gdbarch_init): Update.
6167 * sh-tdep.c (sh_gdbarch_init): Update.
6168 * s390-tdep.c (s390_gdbarch_init): Update.
6169 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6170 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6171 * mips-tdep.c (mips_gdbarch_init): Update.
6172 * mcore-tdep.c (mcore_gdbarch_init): Update.
6173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6174 * ia64-tdep.c (ia64_gdbarch_init): Update.
6175 * i386-tdep.c (i386_gdbarch_init): Update.
6176 * hppa-tdep.c (hppa_gdbarch_init): Update.
6177 * h8300-tdep.c (h8300_gdbarch_init): Update.
6178 * frv-tdep.c (frv_gdbarch_init): Update.
6179 * d10v-tdep.c (d10v_gdbarch_init): Update.
6180 * cris-tdep.c (cris_gdbarch_init): Update.
6181 * avr-tdep.c (avr_gdbarch_init): Update.
6182 * arm-tdep.c (arm_gdbarch_init): Update.
6183 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6184 * alpha-tdep.c (alpha_gdbarch_init): Update.
6185
f541410f
DJ
61862003-03-26 Daniel Jacobowitz <drow@mvista.com>
6187
6188 * signals/signals.c (do_target_signal_to_host): Correct realtime
6189 signal range test.
6190
69f567ae
DJ
61912003-03-26 Daniel Jacobowitz <drow@mvista.com>
6192
6193 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6194 (struct sal_chain, map_catch_names): Remove.
6195 (catch_exception_command_1): Don't call
6196 handle_gnu_4_16_catch_command.
6197
d5d14a5a
DJ
61982003-03-26 Daniel Jacobowitz <drow@mvista.com>
6199
6200 From Mark Dettinger <dettinge@de.ibm.com>:
6201 * dwarf2cfi.c (read_2u): Increment pointer by two.
6202
bdd73e22
DJ
62032003-03-26 Daniel Jacobowitz <drow@mvista.com>
6204
6205 * signals/signals.c: Fix typos in last change.
6206
960cb555
DJ
62072003-03-26 Daniel Jacobowitz <drow@mvista.com>
6208
6209 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6210 not already defined. Use __SIGRTMIN if available.
6211 (target_signal_from_host): Remove SIGRTMIN block.
6212 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6213 the signal is within the realtime range.
6214
f636b87d
AF
62152003-03-25 Adam Fedor <fedor@gnu.org>
6216
6217 * Makefile.in (infrun.o): Add $(language_h)
6218 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6219 for language specific trampolines.
6220 * language.h (struct language_defn): Add skip_trampoline.
6221 (skip_language_trampoline): Declare.
6222 * language.c (unk_lang_trampoline, skip_language_trampoline):
6223 New functions.
6224 (unknown_language_defn, auto_language_defn, local_language_defn):
6225 Add ukn_lang_trampoline.
6226 * ada-lang.c (ada_language_defn): Add NULL for language
6227 specific skip_trampoline.
6228 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6229 scm-lang.c: Likewise.
6230 * objc-lang.c (objc_skip_trampoline): New function.
6231 (objc_language_defn): Add objc_skip_trampoline.
6232
28f617b3 62332003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
6234
6235 * frame.c (get_prev_frame): Delay validating a frame's ID -
6236 non-NULL, didn't go backwards - until an attempt to unwind it to
6237 the previous frame.
6238
f933a9c5
AC
62392003-03-25 Andrew Cagney <cagney@redhat.com>
6240
6241 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6242 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6243 * gdbarch.h, gdbarch.c: Re-generate.
6244 * config/sparc/tm-sparc.h
6245 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6246 * sparc-tdep.c (sparc_gdbarch_init): Set
6247 deprecated_extra_stack_alignment_needed.
6248 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6249 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6250 extra_stack_alignment_needed.
6251 * v850-tdep.c (v850_gdbarch_init): Ditto.
6252 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6253 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6254 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6255 * cris-tdep.c (cris_gdbarch_init): Ditto.
6256 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6257 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6258
4183d812
AC
62592003-03-25 Andrew Cagney <cagney@redhat.com>
6260
6261 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6262 STORE_STRUCT_RETURN.
6263 * gdbarch.h, gdbarch.c: Regenerate.
6264 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6265 (d10v_push_arguments): Set the struct return register.
6266 (d10v_gdbarch_init): Update.
6267 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6268 * x86-64-tdep.c (x86_64_init_abi): Update.
6269 * vax-tdep.c (vax_gdbarch_init): Update.
6270 * v850-tdep.c (v850_gdbarch_init): Update.
6271 * sparc-tdep.c (sparc_gdbarch_init): Update.
6272 * sh-tdep.c (sh_gdbarch_init): Update.
6273 * s390-tdep.c (s390_gdbarch_init): Update.
6274 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6275 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6276 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6277 * mips-tdep.c (mips_gdbarch_init): Update.
6278 * mcore-tdep.c (mcore_gdbarch_init): Update.
6279 * m68k-tdep.c (m68k_gdbarch_init): Update.
6280 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6281 * ia64-tdep.c (ia64_gdbarch_init): Update.
6282 * i386-tdep.c (i386_gdbarch_init): Update.
6283 * hppa-tdep.c (hppa_gdbarch_init): Update.
6284 * h8300-tdep.c (h8300_gdbarch_init): Update.
6285 * frv-tdep.c (frv_gdbarch_init): Update.
6286 * cris-tdep.c (cris_gdbarch_init): Update.
6287 * avr-tdep.c (avr_gdbarch_init): Update.
6288 * arm-tdep.c (arm_gdbarch_init): Update.
6289 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 6290
1bf6d5cc
AC
62912003-03-25 Andrew Cagney <cagney@redhat.com>
6292
6293 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6294 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6295 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6296 * gdbarch.h, gdbarch.c: Regenerate.
6297 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6298 call_dummy_stack_adjust_p.
6299 * vax-tdep.c (vax_gdbarch_init): Ditto.
6300 * v850-tdep.c (v850_gdbarch_init): Ditto.
6301 * sh-tdep.c (sh_gdbarch_init): Ditto.
6302 * s390-tdep.c (s390_gdbarch_init): Ditto.
6303 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6304 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6305 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6306 * mips-tdep.c (mips_gdbarch_init): Ditto.
6307 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6308 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6309 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6310 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6311 * i386-tdep.c (i386_gdbarch_init): Ditto.
6312 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6313 * frv-tdep.c (frv_gdbarch_init): Ditto.
6314 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6315 * cris-tdep.c (cris_gdbarch_init): Ditto.
6316 * avr-tdep.c (avr_gdbarch_init): Ditto.
6317 * arm-tdep.c (arm_gdbarch_init): Ditto.
6318 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6319 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6320 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6321 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6322 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6323 call_dummy_stack_adjust_p.
6324 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6325 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6326 * sparc-tdep.c (sparc32_push_arguments): Update.
6327 * valops.c (hand_function_call): Update.
6328
71c08af0
CV
63292003-03-25 Corinna Vinschen <vinschen@redhat.com>
6330
6331 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6332 set_gdbarch_char_signed.
6333
30757f90
RE
63342003-03-25 Richard Earnshaw <rearnsha@arm.com>
6335
6336 PR cli/548
6337 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6338
03d48a7d
RE
63392003-03-25 Richard Earnshaw <rearnsha@arm.com>
6340
6341 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6342 (_initialize_arm_tdep): Don't set tm_print_insn.
6343
2cf6873c
AF
63442003-03-24 Adam Fedor <fedor@gnu.org>
6345
6346 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6347 * objc-lang.h: Add multiple inclusion protection.
6348 (start_msglist, add_msglist, end_msglist): Additional declarations.
6349
17c0759e
RE
63502003-03-24 Richard Earnshaw <rearnsha@arm.com>
6351
6352 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6353 value was renamed to ARM_FLOAT_SOFT_FPA.
6354
618ce49f
AC
63552003-03-23 Andrew Cagney <cagney@redhat.com>
6356
6357 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6358 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6359 * gdbarch.h, gdbarch.c: Regenerate.
6360 * valops.c (hand_function_call): Update.
6361 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6362 * frame.c (legacy_saved_regs_this_id): Update.
6363 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6364 * dummy-frame.h: Update.
6365 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6366 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6367 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6368 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6369 * config/m68k/tm-sun3.h: Update.
6370 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6371 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6372 * x86-64-tdep.c (x86_64_init_abi): Update.
6373 * vax-tdep.c (vax_gdbarch_init): Update.
6374 * v850-tdep.c (v850_gdbarch_init): Update.
6375 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6376 * sh-tdep.c (sh_gdbarch_init): Update.
6377 * s390-tdep.c (s390_gdbarch_init): Update.
6378 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6379 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6380 (frame_get_saved_regs): Update.
6381 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6382 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6383 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6384 * mips-tdep.c (mips_gdbarch_init): Update.
6385 * mcore-tdep.c (mcore_gdbarch_init): Update.
6386 * m68k-tdep.c (m68k_gdbarch_init): Update.
6387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6388 * ia64-tdep.c (ia64_gdbarch_init): Update.
6389 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6390 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6391 (i386_interix_back_one_frame): Update.
6392 * hppa-tdep.c (hppa_gdbarch_init): Update.
6393 (hppa_init_extra_frame_info): Update.
6394 * h8300-tdep.c (h8300_gdbarch_init): Update.
6395 * frv-tdep.c (frv_gdbarch_init): Update.
6396 * cris-tdep.c (cris_gdbarch_init): Update.
6397 * avr-tdep.c (avr_gdbarch_init): Update.
6398 * arm-tdep.c (arm_gdbarch_init): Update.
6399 * alpha-tdep.c (alpha_gdbarch_init): Update.
6400
fd50bc42
RE
64012003-03-22 Richard Earnshaw <rearnsha@arm.com>
6402
6403 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6404 (arm_get_fp_model): Declare.
6405 * arm-tdep.c (fp_model_strings): New string array.
6406 (arm_fp_model, current_fp_model): New variables.
6407 (arm_get_fp_model): New function.
6408 (arm_set_fp): New function.
6409 (set_fp_model_sfunc): New function.
6410 (show_fp_model): New function.
6411 (_initialize_arm_tdep): Add new command to set/show the FPU.
6412 (arm_extract_return_value): Use arm_get_fp_model.
6413 (arm_store_return_value): Likewise.
6414 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6415 to initialize the floating-point data types.
6416 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6417 model is FPA.
6418
26304000
RE
64192003-03-22 Richard Earnshaw <rearnsha@arm.com>
6420
6421 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6422 the current setting of each value.
6423 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 6424 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
6425 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6426 commands and add new version as subcommands of "set/show arm".
6427
afd7eef0
RE
64282003-03-22 Richard Earnshaw <rearnsha@arm.com>
6429
6430 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6431 (set_arm_command, show_arm_command): New functions.
6432 (_initialize_arm_tdep): Add them.
6433 (num_disassembly_options): Renamed from num_flavor_options.
6434 (valid_disassembly_styles): Renamed from valid_flavors.
6435 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 6436 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
6437 set_disassembly_flavor_sfunc.
6438 (set_disassembly_style): Renamed from set_disassembly_flavor.
6439 (arm_othernames): Updated.
6440 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6441 command. Add "set/show arm disassembly" commands. Deprecate
6442 "othernames" command.
6443
299a7944
RE
64442003-03-22 Richard Earnshaw <rearnsha@arm.com>
6445
6446 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6447 (arm-tdep.o): Depend on elf_arm_h.
6448
c1dac9e6
RE
64492003-03-22 Richard Earnshaw <rearnsha@arm.com>
6450
6451 * Makefile.in (coff_internal_h): Define.
6452 (arm-tdep.o): Update dependencies.
6453
2702d96c
RE
64542003-03-22 Richard Earnshaw <rearnsha@arm.com>
6455
6456 * arm-tdep.c (prologue_cache): Delete.
6457 (check_prologue_cache, save_prologue_cache): Delete.
6458 (arm_scan_prologue): Don't check or update the prologue_cache.
6459 (arm_gdb_arch_init): Don't initialize it.
6460 (_initialize_arm_tdep): Likewise.
6461
27d5d74b
SC
64622003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6463
6464 * MAINTAINERS (tui): Maintainer of tui code.
6465
1762d96d
CV
64662003-03-21 Corinna Vinschen <vinschen@redhat.com>
6467
6468 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6469 (i386-cygwin-tdep.o): Add dependencies.
6470 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6471 * i386-cygwin-tdep.c: New file.
6472 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6473 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6474
4c2e2391
AC
64752003-03-20 Andrew Cagney <cagney@redhat.com>
6476
f20d38b7
AC
6477 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6478 (handle_inferior_event): Remove code calling
6479 DYNAMIC_TRAMPOLINE_NEXTPC.
6480
0022b738
AC
6481 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
6482 already has a full path.
6483
864dbc90
AC
6484 * main.c (gdb_main): Return 1.
6485 (captured_main): Call error to report an invalid interpreter.
6486
4c2e2391
AC
6487 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6488 * alpha-osf1-tdep.c: Include "gdb_string.h".
6489
5ef7553b
JB
64902003-03-19 J. Brobecker <brobecker@gnat.com>
6491
6492 Continuing work to convert the hppa targets to multiarch partial.
6493
6494 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
6495 method, now that hppa_push_dummy_frame has a conformant prototype.
6496 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
6497 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
6498 for the switch to multiarch partial.
6499
7bde8967
KB
65002003-03-19 Kevin Buettner <kevinb@redhat.com>
6501
6502 * mdebugread.c (parse_symbol): For stEnd, we're done counting
6503 when iss is issNull.
6504
b006a9e9
KB
65052003-03-18 Kevin Buettner <kevinb@redhat.com>
6506
6507 * mips-tdep.c (mips_register_name): Fix fencepost error involving
6508 NUM_REGS bounds check.
6509
5e2e9765
KB
65102003-03-18 Kevin Buettner <kevinb@redhat.com>
6511
6512 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
6513 * mips-tdep.c (gdb_assert.h): Include.
6514 (mips_generic_reg_names, mips_processor_reg_names): Make static.
6515 (mips_register_name): Handle integer registers explicitly. Add
6516 bounds checking.
6517 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
6518 (mips_lsi33k_reg_names): Don't list integer registers; they're
6519 handled by mips_register_name() now.
6520 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
6521 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
6522 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
6523 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
6524 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
6525
a2867626
AC
65262003-03-18 Andrew Cagney <cagney@redhat.com>
6527
6528 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
6529 a void pointer.
6530 * gdbtypes.h (print_scalar_formatted): Update declaration.
6531 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
6532
06600e06
JB
65332003-03-18 J. Brobecker <brobecker@gnat.com>
6534
6535 * infrun.c (observer.h): Add #include.
6536 (normal_stop): Add call to observer_notify_normal_stop.
6537 * Makefile.in (infrun.o): Add dependency on observer.h.
6538
7daf4f5b
JB
65392003-03-18 J. Brobecker <brobecker@gnat.com>
6540
6541 Continuing work to convert the hppa targets to multiarch partial.
6542 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
6543 parameter. Reformat comment.
6544 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
6545 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
6546 to match new profile.
6547
3371ccc0
JB
65482003-03-18 J. Brobecker <brobecker@gnat.com>
6549
6550 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
6551 appear to be working in any case.
6552
4fbe891e
JB
65532003-03-18 J. Brobecker <brobecker@gnat.com>
6554
6555 * observer.c (observer_test_first_observer): New static variable.
6556 (observer_test_second_observer): Likewise.
6557 (observer_test_third_observer): Likewise.
6558 (observer_test_first_notification_function): New static function.
6559 (observer_test_second_notification_function): Likewise.
6560 (observer_test_third_notification_function): Likewise.
6561
a7ff40e7
JB
65622003-03-17 J. Brobecker <brobecker@gnat.com>
6563
6564 * hppa-tdep.c (gdb_assert.h): Add missing #include.
6565 * somsolib.c (gdb_assert.h): Likewise.
6566 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
6567 (somsolib.o): Likewise.
6568
26ca4152
AC
65692003-03-17 Andrew Cagney <cagney@redhat.com>
6570
6571 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
6572 BFD. Simplify setting of di.endian.
6573
0a613259
AC
65742003-03-17 Andrew Cagney <cagney@redhat.com>
6575
6576 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
6577 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
6578
6579 From Elena Zannoni <ezannoni@redhat.com>
6580 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
6581 vector and floating-point parameters.
6582 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
6583 convention.
6584 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
6585
1132738f
FN
65862003-03-17 Fernando Nasser <fnasser@redhat.com>
6587
6588 * MAINTAINERS: Remove my name from several maintainership roles.
6589
6dc42492
AC
65902003-03-17 Andrew Cagney <cagney@redhat.com>
6591
6592 Fix frame off-by-one bug.
6593 * frame-unwind.h (frame_this_id_ftype): Replace
6594 frame_unwind_id_ftype.
6595 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
6596 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
6597 with "prev_register".
6598 * frame-unwind.c (frame_unwind_find_by_pc): Return
6599 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
6600 comment.
6601 * dummy-frame.c (cached_find_dummy_frame): Delete function.
6602 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
6603 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
6604 (dummy_frame_unwind): Update.
6605 * sentinel-frame.c (sentinel_frame_prev_register): Replace
6606 sentinel_frame_register_unwind.
6607 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
6608 (sentinel_frame_unwinder): Update.
6609 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6610 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
6611 * frame.c (create_sentinel_frame): Update. Initialize
6612 "prologue_cache" instead of "unwind_cache".
6613 (frame_register_unwind): Call this frame's prev_register with the
6614 next frame and this frame's prologue cache.
6615 (get_prev_frame): Simplify. Always call prev frame's this_id with
6616 this frame and prev frame's prologue cache. Document that this
6617 call is shifted one to the left when compared to the
6618 frame_register_unwind call.
6619 (legacy_saved_regs_prev_register): Replace
6620 frame_saved_regs_register_unwind.
6621 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
6622 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
6623 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6624 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
6625 (d10v_frame_unwind): Update.
6626 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
6627 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
6628 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
6629 "saved_regs" with "this_saved_regs".
6630
efd710d6
AC
66312003-03-16 Andrew Cagney <cagney@redhat.com>
6632
6633 * frame.c (frame_pop): Don't call target_store_registers. Fix
6634 problem reported by Mark Kettenis.
6635
4e259f09
MK
66362003-03-16 Mark Kettenis <kettenis@gnu.org>
6637
6638 * i386-tdep.c (i386_register_type): Renamed from
6639 i386_register_virtual_type. Adjust function signature.
6640 (i386_gdbarch_init): Set register_type instead of
6641 deprecated_max_register_raw_size,
6642 deprecated_max_register_virtual_size and register_virtual_type.
6643
055bb976
AC
66442003-03-14 Andrew Cagney <cagney@redhat.com>
6645
6646 * frame.c (get_prev_frame): When a legacy frame, always call
6647 legacy_get_prev_frame. Simplify unwind code using assumption that
6648 the unwinder is new.
6649 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
6650 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
6651 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
6652
ac2adee5
AC
66532003-03-14 Andrew Cagney <cagney@redhat.com>
6654
6655 * frame.c (get_saved_register): Delete function.
6656 * frame.h (get_saved_register): Delete declaration.
6657 * xstormy16-tdep.c: Update comment.
6658 * regcache.h: Update comments.
6659 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
6660 get_saved_register and extract_address, use
6661 frame_read_unsigned_register.
6662 (sparc_frame_saved_pc): Ditto.
6663 (sparc_get_saved_register): Instead of get_saved_register, use
6664 frame_register.
6665 (sparc_pop_frame): Ditto.
6666 * findvar.c: Update comments.
6667 (value_of_register): Call frame_register instead of
6668 get_saved_register.
6669 (value_from_register): Ditto.
6670 * config/sparc/tm-sparc.h: Update comment.
6671 * breakpoint.c: Update comment.
6672
129c1cd6
AC
66732003-03-14 Andrew Cagney <cagney@redhat.com>
6674
6675 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
6676 GET_SAVED_REGISTER.
6677 * gdbarch.h, gdbarch.c: Re-generate.
6678 * frame.h: Update comments.
6679 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6680 * x86-64-tdep.c (x86_64_init_abi): Update.
6681 * sparc-tdep.c (sparc_gdbarch_init): Update.
6682 * sh-tdep.c (sh_gdbarch_init): Update.
6683 * mips-tdep.c (mips_gdbarch_init): Update.
6684 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6685 * cris-tdep.c (cris_gdbarch_init): Update.
6686 * ia64-tdep.c (ia64_gdbarch_init): Update.
6687 * frame.c (frame_register): Update.
6688 (get_saved_register): Update.
6689 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 6690
749b82f6
AC
66912003-03-13 Andrew Cagney <cagney@redhat.com>
6692
6693 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
6694 * gdbarch.h, gdbarch.c: Regenerate.
6695 * valops.c (hand_function_call): Update comment.
6696 * stack.c (return_command): Update comment.
6697 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
6698 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
6699 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6700 * x86-64-tdep.c (x86_64_init_abi): Update.
6701 * vax-tdep.c (vax_gdbarch_init): Update.
6702 * v850-tdep.c (v850_gdbarch_init): Update.
6703 * sparc-tdep.c (sparc_gdbarch_init): Update.
6704 * sh-tdep.c (sh_gdbarch_init): Update.
6705 * s390-tdep.c (s390_gdbarch_init): Update.
6706 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6707 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6708 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6709 * mips-tdep.c (mips_gdbarch_init): Update.
6710 * mcore-tdep.c (mcore_gdbarch_init): Update.
6711 * m68k-tdep.c (m68k_gdbarch_init): Update.
6712 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6713 * ia64-tdep.c (ia64_gdbarch_init): Update.
6714 * i386-tdep.c (i386_gdbarch_init): Update.
6715 * hppa-tdep.c (hppa_gdbarch_init): Update.
6716 * h8300-tdep.c (h8300_gdbarch_init): Update.
6717 * frv-tdep.c (frv_gdbarch_init): Update.
6718 * cris-tdep.c (cris_gdbarch_init): Update.
6719 * avr-tdep.c (avr_gdbarch_init): Update.
6720 * arm-tdep.c (arm_gdbarch_init): Update.
6721 * alpha-tdep.c (alpha_gdbarch_init): Update.
6722
1594fa56
AC
67232003-03-13 Andrew Cagney <cagney@redhat.com>
6724
6725 * frame.c (legacy_frame_p): New function.
6726 (get_prev_frame): Use legacy_frame_p.
6727 * frame.h (legacy_frame_p): Declare.
6728
7717fda3
V
67292003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
6730
fbe586ae 6731 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
6732 listing corrected.
6733
0c67cbe9
V
67342003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
6735
fbe586ae 6736 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 6737
03febf99
AC
67382003-03-12 Andrew Cagney <cagney@redhat.com>
6739
6740 * frame.c (get_prev_frame): Rename the frame parameter to
6741 "this_frame".
6742 (get_next_frame, legacy_get_prev_frame): Ditto.
6743
0a1e1ca1
AC
67442003-03-12 Andrew Cagney <cagney@redhat.com>
6745
6746 * frame.c (get_current_frame): Check target_has_registers before
6747 checking target_has_stack.
6748 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
6749 instead of deprecated_selected_frame.
6750 * findvar.c (value_of_register): Pass "frame", not
6751 deprecated_selected_frame, to value_of_builtin_reg.
6752
a66a9c23
AC
67532003-03-12 Andrew Cagney <cagney@redhat.com>
6754
6755 * regcache.c (regcache_cooked_write_signed): New function.
6756 (regcache_cooked_write_unsigned): New function.
6757 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
6758 (regcache_cooked_read_signed): Fix regnum in range assertion.
6759 * regcache.h (regcache_cooked_write_signed): Declare.
6760 (regcache_cooked_write_unsigned): Declare.
6761
8bedc050
AC
67622003-03-12 Andrew Cagney <cagney@redhat.com>
6763
6764 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
6765 * gdbarch.h, gdbarch.c: Re-generate.
6766 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6767 * x86-64-tdep.h: Update.
6768 * x86-64-tdep.c (x86_64_init_abi): Update.
6769 * v850-tdep.c (v850_gdbarch_init): Update.
6770 * sparc-tdep.c (sparc_gdbarch_init): Update.
6771 * sh-tdep.c (sh_gdbarch_init): Update.
6772 * s390-tdep.c (s390_gdbarch_init): Update.
6773 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6774 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6775 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6776 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6777 * mips-tdep.c (mips_gdbarch_init): Update.
6778 * mcore-tdep.c (mcore_gdbarch_init): Update.
6779 * m68k-tdep.c (m68k_gdbarch_init): Update.
6780 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6781 * ia64-tdep.c (ia64_gdbarch_init): Update.
6782 * i386-tdep.c (i386_gdbarch_init): Update.
6783 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6784 * hppa-tdep.c (hppa_gdbarch_init): Update.
6785 * h8300-tdep.c (h8300_gdbarch_init): Update.
6786 * frv-tdep.c (frv_gdbarch_init): Update.
6787 * cris-tdep.c (cris_gdbarch_init): Update.
6788 * avr-tdep.c (avr_gdbarch_init): Update.
6789 * arm-tdep.c (arm_gdbarch_init): Update.
6790 * alpha-tdep.c (alpha_gdbarch_init): Update.
6791 * sh-tdep.c (sh_init_extra_frame_info): Update.
6792 (sh64_init_extra_frame_info): Update.
6793 * ns32knbsd-nat.c (frame_num_args): Update.
6794 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
6795 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
6796 (xstormy16_frame_chain_valid): Update.
6797 * vax-tdep.c (vax_saved_pc_after_call): Update.
6798 * v850-tdep.c (v850_frame_chain): Update.
6799 (v850_pop_frame): Update.
6800 (v850_init_extra_frame_info): Update.
6801 * sparc-tdep.c (setup_arbitrary_frame): Update.
6802 * ns32k-tdep.c (umax_frame_num_args): Update.
6803 * s390-tdep.c (s390_pop_frame_regular): Update.
6804 * mn10300-tdep.c (mn10300_frame_chain): Update.
6805 (mn10300_pop_frame_regular): Update.
6806 (mn10300_init_extra_frame_info): Update.
6807 * mips-tdep.c (mips_init_frame_pc_first): Update.
6808 (mips_frame_chain): Update.
6809 (mips_pop_frame): Update.
6810 * mcore-tdep.c (mcore_frame_chain): Update.
6811 (mcore_pop_frame): Update.
6812 (mcore_init_extra_frame_info): Update.
6813 * arch-utils.c (init_frame_pc_default): Update.
6814 * m68k-tdep.c (isi_frame_num_args): Update.
6815 (delta68_frame_num_args): Update.
6816 (news_frame_num_args): Update.
6817 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6818 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6819 (alpha_frame_chain): Update.
6820 (alpha_pop_frame): Update.
6821 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6822 (hppa_init_extra_frame_info): Update.
6823 (hppa_frame_chain): Update.
6824 (hppa_frame_chain_valid): Update.
6825 * cris-tdep.c (cris_init_extra_frame_info): Update.
6826 * avr-tdep.c (avr_init_extra_frame_info): Update.
6827 * arm-tdep.c (arm_frame_chain_valid): Update.
6828 (arm_init_extra_frame_info): Update.
6829 (arm_pop_frame): Update.
6830 * frame.c (frame_pc_unwind): Update.
6831 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6832 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6833 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6834 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6835 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6836 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 6837
7a25a7c1
AC
68382003-03-12 Andrew Cagney <cagney@redhat.com>
6839
6840 Eliminate the need for POP_FRAME.
6841 * frame.c (do_frame_unwind_register): New function.
6842 (frame_pop): When no POP_FRAME, pop the frame using register
6843 unwind and a scratch regcache.
6844 (frame_saved_regs_pop): Delete function.
6845 (trad_frame_unwinder): Update.
6846 * d10v-tdep.c (d10v_frame_pop): Delete function.
6847 (d10v_frame_unwind): Update.
6848 * sentinel-frame.c (sentinel_frame_pop): Delete function.
6849 (sentinel_frame_unwinder): Update.
6850 * dummy-frame.c (dummy_frame_pop): Delete function.
6851 (dummy_frame_unwind): Update.
6852 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
6853 (struct frame_unwind): Update.
6854
2f38ef89
KB
68552003-03-11 Kevin Buettner <kevinb@redhat.com>
6856
6857 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
6858 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
6859 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
6860 Do range checks on register number obtained from debugging info.
6861 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
6862 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
6863 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
6864 mapping function.
6865 (do_fp_register_row): Fix typo which caused double type to be
6866 used when attempting to unpack a float.
6867
552f4abf
JB
68682003-03-11 J. Brobecker <brobecker@gnat.com>
6869
6870 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
6871
e0d2ae16
AC
68722003-03-11 Andrew Cagney <cagney@redhat.com>
6873
6874 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
6875 frame. Problem found by Corinna Vinschen.
6876
ddbfdd06
PM
68772003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
6878
6879 * doublest.c (floatformat_from_length): Accept also
6880 the real size of 'long double' type.
6881
088b2ddc 68822003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 6883
088b2ddc 6884 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
6885 * breakpoint.c (bpstat_copy): Copy the command lines as well
6886 as the old value, to match what is freed in bpstat_clear.
6887
f56f77c1
DC
68882003-03-10 David Carlton <carlton@math.stanford.edu>
6889
6890 * minsyms.c (add_minsym_to_hash_table): Replace
6891 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
6892 (compare_minimal_symbols, compact_minimal_symbols)
6893 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
6894 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
6895 of DEPRECATED_SYMBOL_MATCHES_NAME.
6896 (lookup_minimal_symbol_solib_trampoline): Ditto.
6897
5602984a
AC
68982003-03-10 Andrew Cagney <cagney@redhat.com>
6899
6900 * regcache.h (regcache_cooked_read_ftype): Define.
6901 (regcache_save, regcache_restore): Add a cooked_read parameter.
6902 * regcache.c (regcache_save, regcache_restore): Update.
6903 (do_cooked_read): New function.
6904 (regcache_cpy): Pass do_cooked_read to regcache_save and
6905 regcache_restore.
6906
8bedc050
AC
69072003-03-10 Andrew Cagney <cagney@redhat.com>
6908
6909 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
6910 * gdbarch.h, gdbarch.c: Re-generate.
6911 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6912 * x86-64-tdep.h: Update.
6913 * x86-64-tdep.c (x86_64_init_abi): Update.
6914 * v850-tdep.c (v850_gdbarch_init): Update.
6915 * sparc-tdep.c (sparc_gdbarch_init): Update.
6916 * sh-tdep.c (sh_gdbarch_init): Update.
6917 * s390-tdep.c (s390_gdbarch_init): Update.
6918 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6919 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6920 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6921 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6922 * mips-tdep.c (mips_gdbarch_init): Update.
6923 * mcore-tdep.c (mcore_gdbarch_init): Update.
6924 * m68k-tdep.c (m68k_gdbarch_init): Update.
6925 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6926 * ia64-tdep.c (ia64_gdbarch_init): Update.
6927 * i386-tdep.c (i386_gdbarch_init): Update.
6928 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6929 * hppa-tdep.c (hppa_gdbarch_init): Update.
6930 * h8300-tdep.c (h8300_gdbarch_init): Update.
6931 * frv-tdep.c (frv_gdbarch_init): Update.
6932 * cris-tdep.c (cris_gdbarch_init): Update.
6933 * avr-tdep.c (avr_gdbarch_init): Update.
6934 * arm-tdep.c (arm_gdbarch_init): Update.
6935 * alpha-tdep.c (alpha_gdbarch_init): Update.
6936 * sh-tdep.c (sh_init_extra_frame_info): Update.
6937 (sh64_init_extra_frame_info): Update.
6938 * ns32knbsd-nat.c (frame_num_args): Update.
6939 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
6940 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
6941 (xstormy16_frame_chain_valid): Update.
6942 * vax-tdep.c (vax_saved_pc_after_call): Update.
6943 * v850-tdep.c (v850_frame_chain): Update.
6944 (v850_pop_frame): Update.
6945 (v850_init_extra_frame_info): Update.
6946 * sparc-tdep.c (setup_arbitrary_frame): Update.
6947 * ns32k-tdep.c (umax_frame_num_args): Update.
6948 * s390-tdep.c (s390_pop_frame_regular): Update.
6949 * mn10300-tdep.c (mn10300_frame_chain): Update.
6950 (mn10300_pop_frame_regular): Update.
6951 (mn10300_init_extra_frame_info): Update.
6952 * mips-tdep.c (mips_init_frame_pc_first): Update.
6953 (mips_frame_chain): Update.
6954 (mips_pop_frame): Update.
6955 * mcore-tdep.c (mcore_frame_chain): Update.
6956 (mcore_pop_frame): Update.
6957 (mcore_init_extra_frame_info): Update.
6958 * arch-utils.c (init_frame_pc_default): Update.
6959 * m68k-tdep.c (isi_frame_num_args): Update.
6960 (delta68_frame_num_args): Update.
6961 (news_frame_num_args): Update.
6962 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6963 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6964 (alpha_frame_chain): Update.
6965 (alpha_pop_frame): Update.
6966 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6967 (hppa_init_extra_frame_info): Update.
6968 (hppa_frame_chain): Update.
6969 (hppa_frame_chain_valid): Update.
6970 * cris-tdep.c (cris_init_extra_frame_info): Update.
6971 * avr-tdep.c (avr_init_extra_frame_info): Update.
6972 * arm-tdep.c (arm_frame_chain_valid): Update.
6973 (arm_init_extra_frame_info): Update.
6974 (arm_pop_frame): Update.
6975 * frame.c (frame_pc_unwind): Update.
6976 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6977 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6978 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6979 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6980 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6981 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 6982
12cc2063
AC
69832003-03-10 Andrew Cagney <cagney@redhat.com>
6984
6985 * gdbarch.sh (gdbarch_unwind_pc): New method.
6986 * gdbarch.h, gdbarch.c: Regenerate.
6987 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
6988 but use read_pc and FRAME_SAVED_PC as fall backs.
6989 (frame_saved_regs_pc_unwind): Delete function.
6990 (trad_frame_unwinder): Update.
6991 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
6992 (struct frame_unwind): Update.
6993 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
6994 (dummy_frame_unwind): Update.
6995 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
6996 (sentinel_frame_unwinder): Update.
6997 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
6998 (d10v_frame_unwind): Update.
6999 (d10v_unwind_pc): New function.
7000 (d10v_gdbarch_init): Set unwind_pc.
7001
ef840a37
AC
70022003-03-10 Andrew Cagney <cagney@redhat.com>
7003
a2ce2e56
AC
7004 * gdbarch.h: Re-generate.
7005
ef840a37
AC
7006 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7007 PC.
7008 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7009 the PC register.
7010
08f3424b
MK
70112003-03-08 Mark Kettenis <kettenis@gnu.org>
7012
7013 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7014
1248ede2
AC
70152003-03-08 Andrew Cagney <cagney@redhat.com>
7016
7017 * cli-out.c: Update copyright.
7018 (cli_out_data): Define typedef. Use instead of ui_out_data.
7019
f49bacc8
AC
70202003-03-08 Andrew Cagney <cagney@redhat.com>
7021
7022 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7023 the result.
7024
9b05f993
AC
70252003-03-07 Andrew Cagney <cagney@redhat.com>
7026
7027 * gdbarch.sh: Don't generate two macro definitions when an
7028 undefined macro taking no arguments.
7029 * gdbarch.h: Regenerate.
8ffd9b1b 7030
166f4c7b
ML
70312002-03-07 Michal Ludvig <mludvig@suse.cz>
7032
7033 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7034 (x86_64_unwind_dummy_id): New functions.
7035 (x86_64_init_abi): Register these two new functions.
7036
6d686a84
ML
70372003-03-07 Michal Ludvig <mludvig@suse.cz>
7038
7039 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 7040 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
7041 separate function.
7042 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7043
6314f104
AC
70442003-03-05 Andrew Cagney <cagney@redhat.com>
7045
7046 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7047 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7048 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7049 to use unwind_dummy_id when a dummy frame.
7050 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7051 predicate.
7052 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 7053
ceea5145
AC
70542003-03-05 Andrew Cagney <cagney@redhat.com>
7055
7056 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7057 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7058 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7059 values.
7060
0d843116
AC
70612003-03-05 Andrew Cagney <cagney@redhat.com>
7062
7063 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7064 (struct d10v_unwind_cache): Delete field "frameless". Replace
7065 "next_addr" with "sp_offset". Add "r11_offset".
7066 (d10v_frame_unwind_cache): Update.
7067 (prologue_find_regs): Update. When "mv r11, sp", save the
7068 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7069 RN was saved in r11_offset.
7070
b2579786
AC
70712003-03-05 Andrew Cagney <cagney@redhat.com>
7072
7073 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7074 cached PC value in the next frame.
7075
218e5956
AC
70762003-03-05 Andrew Cagney <cagney@redhat.com>
7077
7078 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7079 "id_unwind_cache" with "id".
7080 (frame_id_unwind): Delete declaration.
7081 * frame.c (frame_id_unwind): Delete function.
7082 (get_prev_frame): Call the frame id unwind method directly. Store
7083 the returned next frame's ID value in NEXT_FRAME. Note that there
7084 is a problem with the wrong unwind ID being called with the wrong
7085 unwind cache.
7086
ed363b1b
DJ
70872003-03-05 Daniel Jacobowitz <drow@mvista.com>
7088
7089 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7090
fe1f4a5e
DJ
70912003-03-05 James Ingham <jingham@apple.com>
7092 Daniel Jacobowitz <drow@mvista.com>
7093
7094 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7095 (auto_cp_abi): New variable.
7096 (current_cp_abi, num_cp_abis): Make static.
7097 (CP_ABI_MAX): Define.
7098 (cp_abis): Turn into an array.
7099 (value_virtual_fn_field): Fix formatting.
7100 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7101 takes a pointer.
7102 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7103 (list_cp_abis, _initialize_cp_abi): New functions.
7104 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7105 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7106 switch_to_cp_abi. Update prototype for register_cp_abi.
7107 * Makefile.in (cp-abi.o): Update dependencies.
7108 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7109 instead of switch_to_cp_abi.
7110 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7111 register_cp_abi.
7112 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7113 register_cp_abi.
7114 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7115
e4adbba9
DJ
71162003-03-05 Daniel Jacobowitz <drow@mvista.com>
7117
7118 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7119 * dwarf2loc.c: Include "regcache.h".
7120 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7121 register_size.
7122 * Makefile.in (dwarf2loc.o): Update dependencies.
7123
91ccbfc1
TR
71242003-03-04 Theodore A. Roth <troth@openavr.org>
7125
7126 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7127 number of io registers reported by remote target is not a multiple of
7128 step.
7129
3d4e8fd2
DC
71302003-03-04 David Carlton <carlton@math.stanford.edu>
7131
7132 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7133 (lookup_symbol_aux_psymtabs): Update call to
7134 lookup_partial_symbol.
7135 (lookup_transparent_type, find_main_psymtab)
7136 (make_symbol_overload_list): Ditto.
7137
ed42d87b
KH
71382003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7139
7140 * MAINTAINERS (Write after approval): Update my email address.
7141
a0ed5532
AC
71422003-03-03 Andrew Cagney <cagney@redhat.com>
7143
7144 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7145 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7146 predicate. Replace MAX_REGISTER_RAW_SIZE.
7147 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7148 MAX_REGISTER_VIRTUAL_SIZE.
7149 * regcache.c (legacy_max_register_raw_size): New function.
7150 (legacy_max_register_virtual_size): New function.
7151 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7152 (MAX_REGISTER_RAW_SIZE): Define.
7153 (legacy_max_register_raw_size): Declare.
7154 (legacy_max_register_virtual_size): Declare.
7155 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7156 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7157 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7158 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7159 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7160 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7161 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7162 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7163 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7164 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7165 * vax-tdep.c (vax_gdbarch_init): Update.
7166 * v850-tdep.c (v850_gdbarch_init): Update.
7167 * sparc-tdep.c (sparc_gdbarch_init): Update.
7168 * sh-tdep.c (sh_gdbarch_init): Update.
7169 * s390-tdep.c (s390_gdbarch_init): Update.
7170 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7171 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7172 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7173 * mips-tdep.c (mips_gdbarch_init): Update.
7174 * mcore-tdep.c (mcore_gdbarch_init): Update.
7175 * m68k-tdep.c (m68k_gdbarch_init): Update.
7176 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7177 * ia64-tdep.c (ia64_gdbarch_init): Update.
7178 * i386-tdep.c (i386_gdbarch_init): Update.
7179 * hppa-tdep.c (hppa_gdbarch_init): Update.
7180 * h8300-tdep.c (h8300_gdbarch_init): Update.
7181 * frv-tdep.c (frv_gdbarch_init): Update.
7182 * cris-tdep.c (cris_gdbarch_init): Update.
7183 * avr-tdep.c (avr_gdbarch_init): Update.
7184 * arm-tdep.c (arm_gdbarch_init): Update.
7185 * alpha-tdep.c (alpha_gdbarch_init): Update.
7186 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7187 max_register_raw_size or max_register_virtual_size.
7188
8e437497
DC
71892003-03-03 David Carlton <carlton@math.stanford.edu>
7190
7191 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7192 SYMBOL_MATCHES_NAME, add comment.
7193 (SYMBOL_MATCHES_NATURAL_NAME): New.
7194 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7195 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7196 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7197 * symtab.c (lookup_partial_symbol): Use
7198 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7199 unhelpful comment.
7200 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7201 SYMBOL_MATCHES_NAME.
7202 Fix for PR c++/33.
7203
25120b0d
DC
72042003-03-03 David Carlton <carlton@math.stanford.edu>
7205
7206 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7207 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7208 by regexp matching against SYMBOL_NATURAL_NAME.
7209
78a11fb4
DC
72102003-03-03 David Carlton <carlton@math.stanford.edu>
7211
7212 * linespec.c (find_method): Extract code into collect_methods.
7213 (collect_methods): New.
7214
645dd519
MK
72152003-03-02 Mark Kettenis <kettenis@gnu.org>
7216
b4700d91
MK
7217 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7218 get_frame_base.
7219
645dd519
MK
7220 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7221 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7222
0aa7e1aa
SC
72232003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7224
8ffd9b1b 7225 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
7226 and not regnum when summing the size of all registers up to regnum.
7227
f30ee0bc
AC
72282003-03-01 Andrew Cagney <cagney@redhat.com>
7229
7230 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7231 FRAME_INIT_SAVED_REGS.
7232 * gdbarch.h, gdbarch.c: Regenerate.
7233 * stack.c (frame_info): Update.
7234 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7235 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7236 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7237 * ns32k-tdep.c (ns32k_pop_frame): Update.
7238 * mips-tdep.c (mips_pop_frame): Update.
7239 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7240 * ia64-tdep.c (ia64_frame_chain): Update.
7241 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7242 (ia64_frameless_function_invocation): Update.
7243 (ia64_init_extra_frame_info): Update.
7244 (ia64_pop_frame_regular): Update.
7245 * frame.h (struct frame_info): Update comment.
7246 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7247 * frame.c (frame_saved_regs_register_unwind): Update.
7248 (frame_saved_regs_register_unwind): Update.
7249 (deprecated_generic_get_saved_register): Update.
7250 * cris-tdep.c: Update comment.
7251 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7252 Rename macro.
7253 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7254 * x86-64-tdep.c (x86_64_init_abi): Update.
7255 * vax-tdep.c (vax_gdbarch_init): Update.
7256 * v850-tdep.c (v850_gdbarch_init): Update.
7257 * sparc-tdep.c (sparc_gdbarch_init): Update.
7258 * sh-tdep.c (sh_gdbarch_init): Update.
7259 * s390-tdep.c (s390_gdbarch_init): Update.
7260 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7261 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7262 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7263 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7264 * mips-tdep.c (mips_gdbarch_init): Update.
7265 * mcore-tdep.c (mcore_gdbarch_init): Update.
7266 * m68k-tdep.c (m68k_gdbarch_init): Update.
7267 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7268 * ia64-tdep.c (ia64_gdbarch_init): Update.
7269 * i386-tdep.c (i386_gdbarch_init): Update.
7270 * frv-tdep.c (frv_gdbarch_init): Update.
7271 * avr-tdep.c (avr_gdbarch_init): Update.
7272 * arm-tdep.c (arm_gdbarch_init): Update.
7273 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7274
42fa7c0f
AC
72752003-03-01 Andrew Cagney <cagney@redhat.com>
7276
7277 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7278 option enum and switch. When no windows, set the interpreter to
7279 INTERP_CONSOLE.
8ffd9b1b 7280
49c7e338
AC
72812003-03-01 Andrew Cagney <cagney@redhat.com>
7282
7283 * main.c (captured_main): Replace magic option characters with an
7284 enum.
7285
e9582e71
AC
72862003-03-01 Andrew Cagney <cagney@redhat.com>
7287
7288 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7289 INIT_EXTRA_FRAME_INFO.
7290 * gdbarch.h, gdbarch.c: Regenerate.
7291 * arm-tdep.c: Update comments.
7292 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7293 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7294 * frame.h, avr-tdep.c: Ditto.
7295 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7296 (create_new_frame, legacy_get_prev_frame): Ditto.
7297 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7298 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7299 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7300 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7301 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7302 * v850-tdep.c (v850_gdbarch_init): Ditto.
7303 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7304 * sh-tdep.c (sh_gdbarch_init): Ditto.
7305 * s390-tdep.c (s390_gdbarch_init): Ditto.
7306 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7307 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7308 * mips-tdep.c (mips_gdbarch_init): Ditto.
7309 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7310 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7311 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7312 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7313 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7314 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7315 * frv-tdep.c (frv_gdbarch_init): Ditto.
7316 * cris-tdep.c (cris_gdbarch_init): Ditto.
7317 * avr-tdep.c (avr_gdbarch_init): Ditto.
7318 * arm-tdep.c (arm_gdbarch_init): Ditto.
7319 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7320 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7321
35cac7cf
AC
73222003-03-01 Andrew Cagney <cagney@redhat.com>
7323
7324 * gdbarch.sh (register_type): New function with predicate.
7325 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7326 * gdbarch.h, gdbarch.c: Re-generate.
7327 * arch-utils.c (generic_register_byte): Use generic_register_size.
7328 (generic_register_size): When available, use
7329 gdbarch_register_type.
7330 * regcache.c (init_regcache_descr): When available, initialize the
7331 register type array using gdbarch_register_type. If the
7332 architecture supplies gdbarch_register_type, do not use the legacy
7333 regcache layout.
7334 * d10v-tdep.c (d10v_register_type): Replace
7335 d10v_register_virtual_type.
7336 (d10v_gdbarch_init): Set register_type instead of
7337 register_virtual_type.
7338
7b83296f
AC
73392003-03-01 Andrew Cagney <cagney@redhat.com>
7340
7341 * Makefile.in (ax-gdb.o): Update dependencies.
7342 * ax-gdb.c: Include "regcache.h".
7343 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7344 * findvar.c (value_of_register): Ditto.
7345 * infcmd.c (default_print_registers_info): Ditto.
7346
eadc1c87
MK
73472003-03-01 Mark Kettenis <kettenis@gnu.org>
7348
7349 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7350 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7351
14143612
MK
73522003-03-01 Mark Kettenis <kettenis@gnu.org>
7353
7354 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7355 of STREQ.
7356
a55cc764
DJ
73572003-02-28 Daniel Jacobowitz <drow@mvista.com>
7358
7359 * Makefile.in (dwarf2loc.o): Update dependencies.
7360 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7361 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7362 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7363 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7364 (locexpr_tracepoint_var_ref): New function.
7365 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7366
08a617da
AC
73672003-02-28 Andrew Cagney <cagney@redhat.com>
7368
7369 * regcache.c (register_size): New function.
7370 * regcache.h (register_size): Declare
7371 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7372 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7373
4224873a
DC
73742003-02-28 David Carlton <carlton@math.stanford.edu>
7375
7376 * linespec.c (decode_compound): Extract code into find_method.
7377 (find_method): New.
7378
ccdc5d7f
JB
73792003-02-28 J. Brobecker <brobecker@gnat.com>
7380
7381 * Makefile.in: Add rules to build and link in observer.o.
7382
974e8ced
JB
73832003-02-27 J. Brobecker <brobecker@gnat.com>
7384
7385 * observer.c: Minor comments edits.
7386
7a28f973
JB
73872003-02-27 J. Brobecker <brobecker@gnat.com>
7388
7389 * observer.h, observer.c: New file.
7390
27cddce2
AC
73912003-02-27 Andrew Cagney <cagney@redhat.com>
7392
7393 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7394
b94a41a1
SC
73952003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7396
7397 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7398 (M6812_OP_STS_EXT): Likewise.
7399 (m6811_prologue): Use the above to recognize prologue.
7400 (m6812_prologue): Likewise.
7401
c8be8951
DC
74022003-02-27 David Carlton <carlton@math.stanford.edu>
7403
7404 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7405 SYMBOL_PRINT_NAME.
7406 (compare_psymbols): Ditto.
7407 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7408
d05bb1fc
MS
74092003-02-27 Michael Snyder <msnyder@redhat.com>
7410
4e845cd3
MS
7411 * f-lang.c (build_fortran_types): New function.
7412 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
7413 * doublest.c (extract_floating): Fix warning text.
7414
f3824013
AC
74152003-02-27 Andrew Cagney <cagney@redhat.com>
7416
7417 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7418 predicate. Replaces PUSH_DUMMY_FRAME.
7419 * gdbarch.h, gdbarch.c: Regnerate.
7420 * valops.c (hand_function_call): Update. Call
7421 generic_push_dummy_frame directly.
7422 * vax-tdep.c (vax_gdbarch_init): Update.
7423 * sparc-tdep.c (sparc_gdbarch_init): Update.
7424 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7425 * m68k-tdep.c (m68k_gdbarch_init): Update.
7426 * hppa-tdep.c (hppa_gdbarch_init): Update.
7427 * alpha-tdep.c (alpha_gdbarch_init): Update.
7428 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7429 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7430 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7431 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7432 push_dummy_frame to generic_push_dummy_frame.
7433 * v850-tdep.c (v850_gdbarch_init): Ditto.
7434 * sh-tdep.c (sh_gdbarch_init): Ditto.
7435 * s390-tdep.c (s390_gdbarch_init): Ditto.
7436 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7437 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7438 * mips-tdep.c (mips_gdbarch_init): Ditto.
7439 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7440 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7441 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7442 * i386-tdep.c (i386_gdbarch_init): Ditto.
7443 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7444 * frv-tdep.c (frv_gdbarch_init): Ditto.
7445 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7446 * cris-tdep.c (cris_gdbarch_init): Ditto.
7447 * avr-tdep.c (avr_gdbarch_init): Ditto.
7448 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 7449
ad188201
KB
74502003-02-26 Kevin Buettner <kevinb@redhat.com>
7451
7452 * mips-tdep.c (show_mips_abi): New function.
7453 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7454 command ``show mips abi''.
7455
6b37567a 74562003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7457
6b37567a 7458 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 7459 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
7460 more sline entries have been seen for the function.
7461
d3e0a5bf
MC
74622003-02-26 Michael Chastain <mec@shout.net>
7463
7464 * configure: Regenerate with autoconf 000227.
7465
18972eea
MC
74662003-02-26 Michael Chastain <mec@shout.net>
7467
7468 Close PR build/660.
7469 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7470 for old libc5/glibc.
7471 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7472
0bbde931
KW
74732003-02-26 Kris Warkentin <kewarken@qnx.com>
7474
7475 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7476 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7477
27ca5dad
MC
74782003-02-26 Michael Chastain <mec@shout.net>
7479
7480 * configure.in: New variable HAVE_UINTPTR_T.
7481 * configure, config.in: Regenerated.
7482
6f88d630
DJ
74832003-02-26 Daniel Jacobowitz <drow@mvista.com>
7484
7485 Fix PR build/1097.
7486 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
7487
b14185ce
AC
74882003-02-25 Andrew Cagney <cagney@redhat.com>
7489
7490 * frame.c (get_prev_frame): Add comment on check for
7491 inside_entry_func. Only check for inside_entry_file when not a
7492 dummy and not a sentinel. Check that the new frame is not inner
7493 to the old frame.
7494
ac2bd0a9
AC
74952003-02-25 Andrew Cagney <cagney@redhat.com>
7496
7497 * frame.c (frame_debug): New variable.
7498 (_initialize_frame): Add "set/show debug frame" command.
7499 (get_prev_frame): When frame_debug, print reason why unwind
7500 failed.
7501
b18a0fd2
MC
75022003-02-25 Michael Chastain <mec@shout.net>
7503
7504 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
7505 to avoid uintptr_t definition problems.
7506
22abf04a
DC
75072003-02-25 David Carlton <carlton@math.stanford.edu>
7508
7509 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
7510 (SYMBOL_LINKAGE_NAME): Ditto.
7511 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
7512 SYMBOL_LINKAGE_NAME.
7513 (struct general_symbol_info): Expand comment.
7514 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
7515 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
7516 (SYMBOL_MATCHES_REGEXP): Ditto.
7517 * symtab.c (symbol_natural_name): New function.
7518 * objfiles.h: Replace all uses of SYMBOL_NAME by
7519 DEPRECATED_SYMBOL_NAME.
7520 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
7521 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
7522 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
7523 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
7524 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
7525 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
7526 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
7527 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
7528 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
7529 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
7530 * ada-exp.y: Ditto.
7531 * ada-exp.y: Update copyright.
7532 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
7533 * cp-valprint.c: Ditto.
7534
1a5848f6
JJ
75352003-02-25 Jeff Johnston <jjohnstn@redhat.com>
7536
7537 * infptrace.c (detach): Do not flag error if ptrace detach fails
7538 and errno is set to ESRCH.
7539
7343d46a
AC
75402003-02-24 Andrew Cagney <cagney@redhat.com>
7541
7542 * infptrace.c (udot_info): Change type of udot_off to long. Use
7543 paddr when printing udot_off's value.
7544
49fa1dc2
DC
75452003-02-24 David Carlton <carlton@math.stanford.edu>
7546
7547 * symtab.c (make_symbol_overload_list): Only read in partial
7548 symtabs containing a matching partial symbol.
7549
0fe19209
DC
75502003-02-24 David Carlton <carlton@math.stanford.edu>
7551
7552 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
7553 do the comparison, not strcmp.
7554 * symfile.c (compare_psymbols): Ditto.
7555 * defs.h: Declare strcmp_iw_ordered.
7556 * utils.c (strcmp_iw_ordered): New function.
7557
8e3ee7b5
JB
75582003-02-24 Jim Blandy <jimb@redhat.com>
7559
7560 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
7561 support, shared libs): Remove my name from here, to better reflect
7562 reality.
7563
7df1a324
KW
75642003-02-24 Kris Warkentin <kewarken@qnx.com>
7565
7566 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
7567 (target_ops): Add to_have_continuable_watchpoint.
7568 * target.c (update_current_target): Add INHERIT line for
7569 to_have_continuable_watchpoint.
7570 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
7571 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
7572 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
7573 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
7574
d1c76907
EZ
75752003-02-24 Elena Zannoni <ezannoni@redhat.com>
7576
7577 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
7578 maintainership.
7579
2610b0bf
KW
75802003-02-24 Kris Warkentin <kewarken@qnx.com>
7581
f46169db
KW
7582 * solib.c (solib_open): Call target defined search function after
7583 failing with solib-search-path.
7584 * solist.h (target_so_ops): Add find_and_open_solib function hook and
7585 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 7586
9a3c34fe
KW
75872003-02-24 Kris Warkentin <kewarken@qnx.com>
7588
f46169db 7589 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 7590
2417dd25
SC
75912003-02-23 Stephane Carrez <stcarrez@nerim.fr>
7592
7593 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
7594
b631436b
SC
75952003-02-22 Stephane Carrez <stcarrez@nerim.fr>
7596
7597 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
7598 (m68hc11_add_reggroups): New function.
7599 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
7600 (m68hc11_gdbarch_init): Install the reggroups.
7601 (_initialize_m68hc11_tdep): Initialize them.
7602
0aa8c1e4
JW
76032003-02-21 James E Wilson <wilson@tuliptree.org>
7604
7605 * MAINTAINERS: Update my email address.
7606
50ceaba5
DC
76072003-02-21 David Carlton <carlton@math.stanford.edu>
7608
7609 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
7610
4c2df51b
DJ
76112003-02-21 Daniel Jacobowitz <drow@mvista.com>
7612
7613 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
7614 * symtab.h: Add opaque declarations of struct axs_value and
7615 struct agent_expr.
7616 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
7617 (struct location_funcs): New type.
7618 (struct symbol): Add "loc" to aux_value.
7619 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
7620 * dwarf2read.c: Include "dwarf2expr.h".
7621 (dwarf2_symbol_mark_computed): New function.
7622 (read_func_scope): Use it.
7623 (var_decode_location): New function.
7624 (new_symbol): Use it.
7625 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
7626
7627 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
7628 (dwarf2expr_h, dwarf2loc_h): New variables.
7629 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
7630 (dwarf2expr.o, dwarf2loc.o): New rules.
7631 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
7632 * buildsym.c (finish_block): Handle LOC_COMPUTED and
7633 LOC_COMPUTED_ARG.
7634 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
7635 * m2-exp.y (yylex): Likewise.
7636 * printcmd.c (address_info, print_frame_args): Likewise.
7637 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
7638 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
7639 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
7640 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
7641 * symtab.c (lookup_block_symbol): Likewise.
7642
5784d15e
AF
76432003-02-20 Adam Fedor <fedor@gnu.org>
7644
7645 * symtab.h: Remove objc_specific struct
7646 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
7647 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
7648 Have language_objc use cplus_specific struct.
7649
d4cad8db
TT
76502003-02-20 Tom Tromey <tromey@redhat.com>
7651
7652 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
7653 TYPE_NAME, when printing a String value. PR java/1075.
7654
2f9a90b4
AF
76552003-02-20 Adam Fedor <fedor@gnu.org>
7656
d38074a8 7657 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 7658 * objc-lang.c (find_methods): Make static.
2f9a90b4 7659
6f17862b
CF
76602003-02-20 Christopher Faylor <cgf@redhat.com>
7661
7662 * win32-nat.c (get_image_name): Check return value from
7663 ReadProcessMemory.
7664 (child_xfer_memory): Ditto.
7665
715d1656
AO
76662003-02-20 Alexandre Oliva <aoliva@redhat.com>
7667
7668 * configure.in (TARGET_SYSTEM_ROOT): Set default to
7669 ${exec_prefix}/${target_alias}/sys-root. Match explicit
7670 '${exec_prefix}' (in addition to the expansion thereof) as
7671 relocatable.
7672 * configure: Rebuilt.
7673
b1262a02
DC
76742003-02-20 David Carlton <carlton@math.stanford.edu>
7675
7676 * symtab.c (search_symbols): Revert the search_symbols part of my
7677 2002-12-23 patch. Add comment.
7678
7134143f
DJ
76792002-02-20 Daniel Jacobowitz <drow@mvista.com>
7680
7681 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
7682 * dbxread.c (elfstab_build_psymtabs): Don't call
7683 install_minimal_symbols.
7684 (stabsect_build_psymtabs): Likewise.
7685 * elfread.c (elf_symfile_read): Call install_minimal_symbols
7686 earlier.
7687 * somread.c (som_symfile_read): Call install_minimal_symbols
7688 and do_cleanups earlier.
7689 * nlmread.c (nlm_symfile_read): Likewise.
7690 * mdebugread.c (elfmdebug_build_psymtabs): Call
7691 install_minimal_symbols and make appropriate cleanups.
7692
cf466558
KB
76932003-02-20 Kevin Buettner <kevinb@redhat.com>
7694
7695 * solib.c (reload_shared_libraries): New function.
7696 (_initialize_solib): Add callbacks for ``set solib-search-path''
7697 and ``set solib-absolute-prefix''.
7698
de5ad195
DC
76992003-02-20 David Carlton <carlton@math.stanford.edu>
7700
7701 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
7702 expand comment.
7703 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
7704 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
7705 * ada-typeprint.c (ada_typedef_print): Ditto.
7706 * ax-gdb.c (gen_var_ref): Ditto.
7707 * breakpoint.c (print_one_breakpoint): Ditto.
7708 * buildsym.c (finish_block): Ditto.
7709 * c-valprint.c (c_val_print): Ditto.
7710 * expprint.c (print_subexp): Ditto.
7711 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
7712 * infcmd.c (jump_command): Ditto.
7713 * linespec.c (decode_line_2, decode_compound): Ditto.
7714 * maint.c (maintenance_translate_address): Ditto.
7715 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
7716 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
7717 Ditto.
8ffd9b1b
AJ
7718 * p-valprint.c (pascal_val_print): Ditto.
7719 * stabsread.c (define_symbol): Ditto.
de5ad195 7720 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
7721 (print_frame_arg_vars, return_command): Ditto.
7722 * symfile.c (compare_symbols, compare_psymbols): Ditto.
7723 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
7724 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
7725 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
7726 (rbreak_command): Ditto.
7727 * tracepoint.c (tracepoints_info): Ditto.
7728 * typeprint.c (typedef_print): Ditto.
7729 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
7730 * cli/cli-cmds.c (edit_command, list_command): Ditto.
7731 * ada-typeprint.c: Update Copyright.
7732 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
7733 * tracepoint.c, cli/cli-cmds.c: Ditto.
7734
f796e4be
KB
77352003-02-20 Kevin Buettner <kevinb@redhat.com>
7736
7737 * frame.c (generic_unwind_get_saved_register): Make non-static.
7738 * frame.h (generic_unwind_get_saved_register): Declare.
7739 * mips-tdep.c (read_next_frame_reg): Fetch register from
7740 current regcache when frame is NULL.
7741 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
7742 that must be NULL.
7743 (mips_get_saved_register): Call generic_unwind_get_saved_register()
7744 instead of frame_register_unwind().
7745
836cc9f4
AC
77462003-02-20 Andrew Cagney <ac131313@redhat.com>
7747
7748 * remote-sim.c (gdbsim_insert_breakpoint)
7749 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
7750 code.
7751
501eef12
AC
77522003-02-20 Andrew Cagney <ac131313@redhat.com>
7753
7754 * remote.c (_initialize_remote): Add commands "set/show remote
7755 hardware-watchpoint-limit" and "set/show remote
7756 hardware-breakpoint-limit".
7757 (remote_hw_watchpoint_limit): Initialize to -1.
7758 (remote_hw_breakpoint_limit): Ditto.
7759 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
7760
1b6bc7e0
CF
77612003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
7762
7763 * coff-pe-read.c: New file - support reading of minimal symbols from a
7764 portable executable using the export table.
7765 * coff-pe-read.h: New file.
7766 * coffread.c: Include coff-pe-read.h.
7767 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
7768 debugging symbols found.
7769 * Makefile.in (SFILES): Add coff-pe-read.o.
7770 (coff_pe_read_h): Define.
7771 (COMMON_OBS): Add coff-pe-read.o.
7772 (coffread.o): Add coff_pe_read_h dependency.
7773 (coff-pe-read.o): New target.
7774
fe898f56
DC
77752003-02-19 David Carlton <carlton@math.stanford.edu>
7776
7777 * Makefile.in (SFILES): Add block.c.
7778 (block_h): New.
7779 (COMMON_OBS): Add block.o.
7780 (block.o): New.
7781 (x86-64-tdep.o): Add $(block_h).
7782 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
7783 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
7784 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
7785 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
7786 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
7787 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
7788 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
7789 * value.h: Add opaque declaration for struct block.
7790 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
7791 * ada-lang.h: Ditto.
7792 * x86-64-tdep.c: #include "block.h"
7793 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
7794 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
7795 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
7796 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
7797 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
7798 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
7799 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
7800 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
7801 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
7802 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
7803 * symtab.c (block_function): Ditto.
7804 (contained_in): Ditto.
7805 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
7806 block.h. Add opaque declaration for struct block.
7807 * symtab.h: Move block_function and contained_in declarations to
7808 block.h. Add opaque declarations for struct block, struct
7809 blockvector.
7810 (struct block): Move to block.h.
7811 (struct blockvector): Ditto.
7812 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
7813 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
7814 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
7815 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
7816 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
7817 Ditto.
7818 * block.c: New file.
7819 * block.h: New file.
7820
173345b5
TR
78212003-02-19 Theodore A. Roth <troth@openavr.org>
7822
7823 * avr-tdep.c (avr_extract_return_value): Remove function.
7824 (avr_store_return_value): Remove function.
7825 (avr_extract_struct_value_address): Remove function.
7826 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
7827
338ef23d
AC
78282003-02-19 Andrew Cagney <ac131313@redhat.com>
7829
7830 * rs6000-tdep.c: Include "gdb_assert.h".
7831 (registers_e500): Add "acc" and "spefscr".
7832 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
7833 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
7834 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
7835 really is "r0".
7836 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
7837
5412f5f3
KS
78382003-02-18 Keith Seitz <keiths@redhat.com>
7839
7840 * Makefile.in: Add gdbtk-interps.c.
7841
881324eb
KB
78422003-02-18 Kevin Buettner <kevinb@redhat.com>
7843
7844 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
7845 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
7846
6a2f5abf
AC
78472003-02-18 Andrew Cagney <cagney@redhat.com>
7848
7849 * symtab.h (struct objfile): Add opaque declaration.
7850
54c7009d
EZ
78512003-02-18 Elena Zannoni <ezannoni@redhat.com>
7852
7853 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
7854 * dbxread.c (process_one_symbol): Use last_function_start rather
7855 than function_start_offset to find the real beginning of the
7856 current function. The latter is just the text section offset on
7857 some systems, the former is always the real function start.
54c7009d 7858
7ee6d7eb
AC
78592003-02-17 Andrew Cagney <cagney@redhat.com>
7860
7861 * configure.in: Revert ${target} != ${host}.
7862
2846da9b
AC
78632003-02-17 Andrew Cagney <ac131313@redhat.com>
7864
7865 * configure.in (Makefile): Use the test ${target} != ${host},
7866 instead of the absence of the "nm.h" file, to determine of the
7867 configuration non-native.
7868 * configure: Regenerate.
8ffd9b1b 7869
3b27aeea
EZ
78702003-02-14 Elena Zannoni <ezannoni@redhat.com>
7871
fbe586ae 7872 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
7873
7874 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
7875 conditionalize tui_active test.
7876 (lookup_cmd_1): Ditto.
7877
b0b1c2c0
MK
78782003-02-14 Mark Kettenis <kettenis@gnu.org>
7879
7880 * configure.in: Add check for _etext.
7881 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
7882 available.
7883 * config.in, configure: regenerated.
7884
8f05cde5
DJ
78852003-02-14 Daniel Jacobowitz <drow@mvista.com>
7886
7887 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
7888
021e7609
AC
78892003-02-14 Andrew Cagney <ac131313@redhat.com>
7890
7891 * main.c (tui_version): Delete variable.
7892 (captured_main): When --tui, set interpreter_p to "tui" instead of
7893 enabling tui_version.
7894 * printcmd.c (display_command) [TUI]: Test tui_active instead of
7895 tui_version.
7896 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
7897 * cli/cli-cmds.c (disassemble_command): Ditto.
7898 * defs.h (tui_version): Delete declaration.
7899 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
7900 (tui-interp.o): Add rules.
7901 (SUBDIR_TUI_OBS): Add "tui-interp.o".
7902
e325dcec
CF
79032003-02-14 Christopher Faylor <cgf@redhat.com>
7904
36ffb041 7905 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
7906 just-loaded dll.
7907
c4f90d87
JM
79082003-02-12 Jason Molenda (jmolenda@apple.com)
7909
fbe586ae
RH
7910 * symmisc.c (print_objfile_statistics): Include information about
7911 the number of psymtabs and symtabs in each object file.
c4f90d87 7912
e46e5ccd
KS
79132003-02-13 Keith R Seitz <keiths@redhat.com>
7914
7915 * main.h (struct captured_main_args): Add interpreter_p.
7916 * main.c (captured_main): Initialize interpreter_p from context.
7917 * gdb.c (main): Set interpreter_p argument.
7918 * Makefile.in (gdb.o): Add dependency for interps.h.
7919
fe97fe9c
AC
79202003-02-12 Andrew Cagney <ac131313@redhat.com>
7921
7922 * event-top.c (cli_command_loop): Delete declaration.
7923 (_initialize_event_loop): Delete function setting event_loop_hook.
7924 * event-top.h (cli_command_loop): Declare. Update copyright.
7925 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
7926 * interps.c (current_interp_command_loop): When event_loop_p, call
7927 cli_command_loop.
7928
1cdac4ef
AC
79292003-02-12 Andrew Cagney <ac131313@redhat.com>
7930
7931 * interps.h (interp_command_loop_ftype): Change return type to
7932 void.
7933
48037ead
ML
79342003-02-12 Michal Ludvig <mludvig@suse.cz>
7935
7936 * x86-64-tdep.c (x86_64_extract_return_value)
7937 (x86_64_store_return_value): Use regcache instead of regbuf.
7938 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
7939 * x86-64-linux-nat.c (fill_gregset): Use regcache.
7940
033afc63
AC
79412003-02-11 Andrew Cagney <ac131313@redhat.com>
7942
7943 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
7944 * aclocal.m4: Regenerate.
7945 * configure: Regenerate.
7946
7947 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
7948 TCL_LD_SEARCH_FLAGS.
7949
40d02bca
ML
79502003-02-10 Michal Ludvig <mludvig@suse.cz>
7951
7952 * dwarf2cfi.c: Reindented.
7953
11308a41
AC
79542003-02-09 Andrew Cagney <ac131313@redhat.com>
7955
7956 * interps.c (clear_interpreter_hooks): Convert function definition
7957 to ISO C.
7958
e1c1c0f6
DC
79592003-02-07 David Carlton <carlton@math.stanford.edu>
7960
7961 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
7962
ab5d3da6
KB
79632003-02-07 Kevin Buettner <kevinb@redhat.com>
7964
7965 * gdbtypes.h (struct main_type): Move ``length'' field from here...
7966 (struct type): ...to here.
7967 (TYPE_LENGTH): Adjust to reflect different location of ``length''
7968 field.
7969 * gdbtypes.c (make_qualified_type): Set length on newly created type.
7970 (replace_type): Set length on all type variants for a given type.
7971
b8a92b82
AC
79722003-02-07 Andrew Cagney <ac131313@redhat.com>
7973
7974 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
7975 <sys/stat.h>.
7976 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 7977
5cb316ef
AC
79782003-02-06 Andrew Cagney <ac131313@redhat.com>
7979
2555fe1a
AC
7980 * Makefile.in (symm-nat.o): Update dependencies.
7981 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
7982 (lynx-nat.o, ia64-linux-nat.): Ditto.
7983 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
7984 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
7985 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
7986
44270758
AC
7987 * Makefile.in (inflow_h): Define.
7988 (procfs.o, inflow.o, procfs.o): Update dependencies.
7989 * inftarg.c (child_stop): Delete extern declaration of
7990 inferior_process_group. Include "inflow.h".
7991 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
7992 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
7993 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
7994 (our_process_group, inferior_process_group): Extern declarations.
7995
df8f7274
AC
7996 * procfs.c: Include "gdb_assert.h".
7997
5cb316ef
AC
7998 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
7999 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8000 * jv-typeprint.c (java_type_print_base): Ditto.
8001 * typeprint.c (typedef_print): Eliminate STREQ.
8002 * cli/cli-script.c (define_command, define_command): Ditto.
8003 * main.c (captured_main): Ditto.
8004 * values.c (lookup_internalvar): Ditto.
8005 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8006 within `if' conditional.
8007 * linespec.c (decode_line_2): Ditto.
8008 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8009 (bfd_openw_with_cleanup): Ditto.
8010
2a28ccea
MK
80112003-02-07 Mark Kettenis <kettenis@gnu.org>
8012
8013 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8014 legacy_extract_return_value and store_return_value to
8015 legacy_return_value.
8016
786b8124
CF
80172003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8018
8019 * win32-nat.c (get_relocated_section_addrs): New function. Find
8020 section load addresses for symbol handling in relocated DLLs.
8021 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8022
b871e4ec
FF
80232003-02-05 Fred Fish <fnf@intrinsity.com>
8024
8025 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8026 '=' and '!='.
8027 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8028 with '&' and '=='.
8029 (angel_RDI_info): Ditto.
8030 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8031 with '&' and '!='.
8032 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 8033
4389a95a 80342003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
8035 Keith Seitz <keiths@redhat.com>
8036 Elena Zannoni <ezannoni@redhat.com>
8037 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
8038
8039 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8040 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8041 (SUBDIR_MI_OBS): Add "mi-interp.o".
8042 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8043 (SFILES): Add "interps.c".
8044 (COMMON_OBS): Add "interps.o".
8045 (interps_h, mi_main_h): Define.
8046 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8047 (mi-main.o, main.o, event-top.o): Update dependencies.
8048 * cli/cli-interp.c: New file.
8049 * interps.h, interps.c: New files.
8050 * top.c: (gdb_init): Don't install the default interpreter, handed
8051 by captured_main.
8052 * main.c: Include "interps.h".
8053 (interpreter_p): Note that it should malloc'ed.
8054 (captured_command_loop): Call current_interp_command_loop.
8055 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8056 xfree and xstrdup when updating interpreter_p. Install the
8057 default interpreter. Add hack to stop mi1's copyright notice
8058 being encoded.
8059 * event-top.h (gdb_setup_readline): Declare.
8060 (gdb_disable_readline): Declare.
8061 * event-top.c: Include "interps.h".
8062 (display_gdb_prompt): Call current_interp_display_prompt_p.
8063 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8064 gdb_stdlog, and gdb_stdtarg.
8065 (_initialize_event_loop): Don't call gdb_setup_readline.
8066 * cli-out.c (cli_out_set_stream): New function.
8067 * cli-out.h (cli_out_set_stream): Declare.
8068
ff3b5810
MK
80692003-02-06 Mark Kettenis <kettenis@gnu.org>
8070
8071 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8072 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8073 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8074 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8075 config/i386/i386v42mp.mt: Removed.
8076
5b729aa5
MK
80772003-02-05 Mark Kettenis <kettenis@gnu.org>
8078
8079 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8080 GDB_OSABI_SOLARIS.
8081
8cc15142
MC
80822003-02-05 Michael Chastain <mec@shout.net>
8083
8084 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8085 2.12.1 and earlier versions.
8086
5aa5d4b9
AC
80872003-02-05 Andrew Cagney <ac131313@redhat.com>
8088
8089 Remove orphaned hosts, targets and files.
8090 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8091 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8092 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8093 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8094 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8095 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8096 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8097 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8098 * config/sparc/tm-sp64sim.h: Delete.
8099 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8100 hosts.
8101 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8102 mips*-dec-mach3* targets.
8103
b68767c1
MC
81042003-02-04 Michael Chastain <mec@shout.net>
8105
8106 * NEWS: Fix typo: sepcifying -> specifying.
8107
5ae7ca1d
MC
81082003-02-04 Michael Chastain <mec@shout.net>
8109
8110 * dwarfread.c: Add documentation on the state of dwarf-1,
8111 looking towards obsoletion.
8112
d08a4280
MC
81132003-02-03 Michael Chastain <mec@shout.net>
8114
8115 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8116 gdb/testsuite/gdb.c++/pr-1023.exp.
8117
e9be73e4
AC
81182003-02-04 Andrew Cagney <ac131313@redhat.com>
8119
8120 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8121 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8122
8123 * utils.c (init_page_info): Delete reference to MPW in comments.
8124 * main.c (captured_main): Delete #ifdef MPW.
8125
05d57f6f
AC
81262003-02-04 Andrew Cagney <ac131313@redhat.com>
8127
8ffd9b1b 8128 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
8129 * monitor.c (monitor_expect): Obsolete reference to m32r.
8130 * configure.tgt: Mark m32r-*-elf* as obsolete.
8131 * MAINTAINERS: Mark m32k as obsolete.
8132 * m32r-rom.c: Obsolete file.
8133 * config/m32r/m32r.mt: Obsolete file.
8134 * config/m32r/tm-m32r.h: Obsolete file.
8135 * m32r-stub.c: Obsolete file.
8136 * m32r-tdep.c: Obsolete file.
8137
8b0e5691
AC
81382003-02-04 Andrew Cagney <ac131313@redhat.com>
8139
8140 * NEWS: Mention that the z8k-zilog-none is obsolete.
8141 * MAINTAINERS: Mark z8k as obsolete.
8142 * configure.tgt: Obsolete the z8k-*-coff* target.
8143 * config/z8k/z8k.mt: Obsolete file.
8144 * config/z8k/tm-z8k.h: Obsolete file.
8145 * z8k-tdep.c: Obsolete file.
8146
67f16606
AC
81472003-02-04 Andrew Cagney <ac131313@redhat.com>
8148
8149 * NEWS: Mention that the mn10200-elf is obsolete.
8150 * configure.tgt: Obsolete mn10200-*-* target.
8151 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8152 mention that the mn10200 is obsolete.
8153 * breakpoint.h: Ditto.
8154 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8155 * config/mn10200/mn10200.mt: Obsolete file.
8156 * config/mn10200/tm-mn10200.h: Obsolete file.
8157 * mn10200-tdep.c: Obsolete file.
8158
fd2299bd
AC
81592003-02-04 Andrew Cagney <ac131313@redhat.com>
8160
8161 * MAINTAINERS: Mark h8500 as obsolete.
8162 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8163 * findvar.c (value_from_register): Ditto.
8164 * h8500-tdep.c: Mark file as obsolete.
8165 * config/h8500/h8500.mt: Ditto.
8166 * config/h8500/tm-h8500.h: Ditto.
8167 * NEWS: Mention that h8500 is obsolete.
8168
eb9a305d
DC
81692003-02-04 David Carlton <carlton@math.stanford.edu>
8170
8171 * objfiles.c (allocate_objfile): Always set name. Add comment at
8172 start of function.
8173 * jv-lang.c (get_dynamics_objfile): Add comment.
8174
406fc7fb
DC
81752003-02-04 David Carlton <carlton@math.stanford.edu>
8176
8177 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8178 * printcmd.c (build_address_symbolic): Replace uses of
8179 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8180 SYMBOL_NAME, and asm_demangle.
8181 Update copyright.
8182
93d91629
DC
81832003-02-04 David Carlton <carlton@math.stanford.edu>
8184
8185 * linespec.c (decode_compound): Extract code into
8186 lookup_prefix_sym.
8187 (lookup_prefix_sym): New function.
8188
1c5cb38e
DC
81892003-02-04 David Carlton <carlton@math.stanford.edu>
8190
8191 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8192 FLOAT_COERCION_BADNESS.
8193 * gdbtypes.c (rank_one_type): Replace all uses of
8194 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8195
0cf824c9
JB
81962003-02-04 Jim Blandy <jimb@redhat.com>
8197
8198 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8199 section, let dwarf_macinfo_section point to it, not
8200 dwarf_loc_section.
8201
a2d356b0
DJ
82022003-02-04 Daniel Jacobowitz <drow@mvista.com>
8203
8204 Pointed out by Anton Blanchard <anton@samba.org>.
8205 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8206 (ppc_linux_at_sigtramp_return_path): Use it.
8207
2de7ced7
DJ
82082003-02-04 Daniel Jacobowitz <drow@mvista.com>
8209
8210 * defs.h (streq): Add prototype.
8211 * utils.c (streq): New function.
8212
8213 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8214 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8215 * mdebugread.c (new_symbol): Likewise.
8216 * stabsread.c (define_symbol): Likewise.
8217 * coffread.c (process_coff_symbol): Likewise.
8218 * dwarfread.c (new_symbol): Likewise.
8219
8220 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8221 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8222 here.
8223 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8224 SYMBOL_INIT_DEMANGLED_NAME.
8225 * objfiles.c: Include "hashtab.h".
8226 (allocate_objfile): Call htab_set_functions_ex for the
8227 demangled_names_hash.
8228 (free_objfile): Call htab_delete for the demangled_names_hash.
8229 * objfiles.h (struct htab): Add declaration.
8230 (struct objfile): Add demangled_names_hash.
8231 * symfile.c: Include "hashtab.h".
8232 (reread_symbols): Call htab_delete for the demangled_names_hash.
8233 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8234 SYMBOL_NAME in the bcache.
8235 * symtab.c: Include "hashtab.h". Update comments.
8236 (create_demangled_names_hash, symbol_set_names): New functions.
8237 (symbol_find_demangled_name): New function, broken out from
8238 symbol_init_demangled_names.
8239 (symbol_init_demangled_names): Use it.
8240 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8241 (SYMBOL_SET_NAMES): New macro.
8242 (symbol_set_names): Add prototype.
8243
15831452
JB
82442003-02-03 Jim Blandy <jimb@redhat.com>
8245
8246 Use a single, consistent representation for an empty minimal
8247 symbol table in an objfile.
8248 * objfiles.c (terminate_minimal_symbol_table): New function.
8249 (allocate_objfile): Call it.
8250 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8251 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 8252 non-NULL.
15831452
JB
8253 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8254 objfile has minimal symbols, compare minimal_symbol_count to zero,
8255 instead of comparing msymbols with NULL.
8256 * objfiles.c (have_minimal_symbols): Same.
8257 * solib-sunos.c (solib_add_common_symbols): Call
8258 terminate_minimal_symbol_table.
8259 * symfile.c (reread_symbols): Same.
8ffd9b1b 8260
ffc65945
KB
82612003-02-03 Kevin Buettner <kevinb@redhat.com>
8262
8263 * s390-tdep.c (s390_address_class_type_flags)
8264 (s390_address_class_type_flags_to_name)
8265 (s390_address_class_name_to_type_flags): New functions.
8266 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8267 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8268
f211c6d4
MS
82692003-02-03 Michael Snyder <msnyder@redhat.com>
8270
8271 * arm-tdep.c: Fix spell-o in comment.
8272
659b0389
ML
82732003-02-03 Michal Ludvig <mludvig@suse.cz>
8274
8275 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8276 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 8277 error messages to contain BFD filename.
659b0389 8278
3b31d625
EZ
82792003-02-02 Elena Zannoni <ezannoni@redhat.com>
8280
997b089a 8281 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
8282 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8283 (do_mixed_source_and_assembly): Use
8284 make_cleanup_ui_out_tuple_begin_end and
8285 make_cleanup_ui_out_tuple_begin_end.
8286 (do_mixed_source_and_assembly): Ditto.
8287 * thread.c (do_captured_list_thread_ids): Ditto.
8288 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8289 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8290 ui_out_tuple_end): Delete prototypes.
8291 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8292 ui_out_list_end, ui_out_tuple_end): Delete.
8293
8294 From Kevin Buettner <kevinb@redhat.com>:
8295 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
8296 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8297 (do_cleanup_table_end): New functions.
8298 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8299 Use cleanups to invoke_ui_out_tuple_end().
8300 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
8301 * cli/cli-setshow.c (cmd_show_list): Use
8302 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 8303
5b181d62
AC
83042003-02-02 Andrew Cagney <ac131313@redhat.com>
8305
8306 * frame.c (frame_unwind_register): New function.
8307 (frame_unwind_unsigned_register): Use.
8308 (frame_unwind_signed_register): Use.
8309 (frame_read_register): New function.
8310 * frame.h (frame_unwind_register): Declare.
8311 (frame_read_register): Declare.
8312
8313 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8314 and frame_unwind_register instead of read_memory, write_register
8315 and deprecated_write_register_bytes.
8316
5f601589
AC
83172003-02-02 Andrew Cagney <ac131313@redhat.com>
8318
8319 * frame.h: Note that namelen can be negative.
8320 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8321 NAME's length.
8322
8323 * NEWS: Mention that the d10v's `regs' command is deprecated.
8324 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8325 (d10v_print_registers_info): New function.
8326 (show_regs): Call d10v_print_registers_info.
8327 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8328
6a3fe0a4
MK
83292003-02-02 Mark Kettenis <kettenis@gnu.org>
8330
8331 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8332 lost in the previous patch.
8333
075559bc
AC
83342003-02-01 Andrew Cagney <ac131313@redhat.com>
8335
8336 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
8337 * stack.c (print_frame_info_base): Output complete FRAME tuple
8338 for synthesized frames.
075559bc 8339
6789195b
AC
83402003-02-02 Andrew Cagney <ac131313@redhat.com>
8341
8342 * mips-nat.c (zerobuf): Delete.
8343 (fetch_inferior_registers): Alloc local zerobuf.
8344 (fetch_core_registers): Alloc local zerobuf.
8345 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8346 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8347 * thread-db.c (thread_db_store_registers): Ditto.
8348 * sh-tdep.c (sh_do_register): Ditto.
8349 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8350 * remote-sim.c (gdbsim_store_register): Ditto.
8351 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8352 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8353 * monitor.c (monitor_supply_register): Ditto.
8354 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8355 * mips-nat.c (fetch_inferior_registers): Ditto.
8356 * m68klinux-nat.c (fetch_register): Ditto.
8357 * lynx-nat.c (fetch_inferior_registers): Ditto.
8358 (fetch_inferior_registers): Ditto.
8359 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8360 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8361 (hpux_thread_store_registers): Ditto.
8362 * hppah-nat.c (fetch_register): Ditto.
8363 * hppab-nat.c (fetch_register): Ditto.
8364 * hppa-tdep.c (pa_register_look_aside): Ditto.
8365 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8366 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8367
e669114a
AC
83682003-02-01 Andrew Cagney <ac131313@redhat.com>
8369
8370 * gdbarch.sh: Explictly specify all method levels. When a
8371 variable with an empty level, provide a non-multi-arch default.
8372 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8373 * gdbarch.h: Re-generate.
8374 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8375 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8376
9a043c1d
AC
83772003-02-01 Andrew Cagney <ac131313@redhat.com>
8378
8379 * defs.h (host_pointer_to_address): Delete declaration.
8380 (address_to_host_pointer): Delete declaration.
8381 * utils.c (host_pointer_to_address): Delete function.
8382 (address_to_host_pointer): Delete function.
8383 * procfs.c (procfs_address_to_host_pointer): New function.
8384 * procfs.c (proc_set_watchpoint): Use.
8385 (procfs_can_use_hw_breakpoint): Update comments.
8386 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8387 (som_solib_add): Use.
8388 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8389 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 8390
7ca9f392
AC
83912003-02-01 Andrew Cagney <ac131313@redhat.com>
8392
94bbfd30
AC
8393 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8394 strlen d_name.
8395
7ca9f392
AC
8396 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8397 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8398 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8399 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8400 (define_symbol): Update.
8401 * symfile.c (generic_load): Remove references to nindy.
8402 * symtab.c: Remove references to nindy.
8403
31a85ea2
AC
84042003-02-01 Andrew Cagney <ac131313@redhat.com>
8405
8406 * infcmd.c (print_float_info): Delete code conditional on
8407 FLOAT_INFO.
8408 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8409 * config/m68k/nm-apollo68b.h: Ditto.
8410 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8411 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8412 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8413
f6e85fc8
MK
84142003-02-01 Mark Kettenis <kettenis@gnu.org>
8415
6015b6a0
MK
8416 * config/i386/tm-i386os9k.h: Removed.
8417
f7a30bdf
MK
8418 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8419 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8420 they're identical to i[3456]86-*-sysv* now.
8421 * config/i386/i386v32.mh: Removed.
8422 * config/i386/xm-i386v32.h: Removed.
8423 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8424
28d52111
MK
8425 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8426
4d3f6bce
MK
8427 * config/i386/i386dgux.mh: Removed.
8428 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8429
f6e85fc8
MK
8430 * configure.in: Fix typo.
8431 * configure: Regenerated.
8432
53955967
DC
84332003-01-31 David Carlton <carlton@math.stanford.edu>
8434
8435 * dwarf2read.c (dwarf2_locate_sections): Set
8436 dwarf_ranges_section.
8437
b1364885
AC
84382003-01-31 Andrew Cagney <ac131313@redhat.com>
8439
8dbb1c65
AC
8440 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8441 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 8442
8731e58e
AC
8443 * utils.c: Re-indent.
8444
b1364885
AC
8445 * config/djgpp/fnchange.lst: Delete nindy files.
8446 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8447 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8448 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8449 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8450 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8451 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8452 * Makefile.in (init.c): Remove nindy references.
8453 (saber_gdb): Delete rule.
8454 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8455 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8456 and a68v-nat.c.
8457 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8458 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8459 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8460 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8461 nindy-share/stop.h.
8462 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8463 * saber.suppress: Delete file.
8464
086df311
DJ
84652003-01-31 Daniel Jacobowitz <drow@mvista.com>
8466
8467 * dbxread.c (stabs_data): New static variable.
8468 (fill_symbuf): Support an in-memory buffer for stabs data.
8469 (stabs_seek): New function.
8470 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8471 (read_ofile_symtab): Use stabs_seek.
8472 (elfstab_build_psymtabs): Take an asection* instead of
8473 an offset and size. Relocate the stabs data if necessary.
8474 Save the section* for dbx_psymtab_to_symtab.
8475 * dwarf2read.c: Add section variables for each debug section.
8476 (dwarf2_locate_sections): Fill them in.
8477 (dwarf2_read_section): Take an asection* argument.
8478 Relocate the section contents if necessary.
8479 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
8480 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
8481 it to dwarf2_read_section.
8482 (dwarf2_build_frame_info): Update callers.
8483 * elfread.c (elf_symfile_read): Update call to
8484 elfstab_build_psymtabs.
8485 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
8486 (DBX_STAB_SECTION): New macro.
8ffd9b1b 8487 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
8488 * symfile.c (symfile_dummy_outputs): New function.
8489 (symfile_relocate_debug_section): New function.
8490 * symfile.h (symfile_relocate_debug_section): Add prototype.
8491
87d1b352
RH
84922003-01-31 Richard Henderson <rth@redhat.com>
8493
8494 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
8495 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
8496 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
8497 * alpha-tdep.c (alpha_register_name): Add "unique".
8498 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
8499 (ALPHA_UNIQUE_REGNUM): New.
8500 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
8501
c48861fb
AC
85022003-01-31 Andrew Cagney <ac131313@redhat.com>
8503
8504 * README: Remove reference to Ericsson 1800 monitor.
8505 * Makefile.in (remote-es.o): Delete rule.
8506 (ALLDEPFILES): Delete remote-es.c.
8507 * remote-es.c: Delete file.
8508 * config/m68k/es1800.mt: Delete file.
8509 * config/djgpp/fnchange.lst: Update.
8510 * configure.tgt: Delete m68*-ericsson-* target.
8511
d764a824
AF
85122003-01-31 Adam Fedor <fedor@gnu.org>
8513
8514 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
8515 Remove duplicate/shadowing variable of same name.
8516
fe36c4f4
JB
85172003-01-30 Jim Blandy <jimb@redhat.com>
8518
8519 * symfile.c (find_separate_debug_file): Assert that the objfile's
8520 directory name we compute ends with a slash, and then assume that
8521 that's so everywhere we use it.
8522
cb741690
DJ
85232003-01-30 Daniel Jacobowitz <drow@mvista.com>
8524
8525 * valops.c (value_assign): Flush frame cache after stores to memory
8526 also.
8527
96ee5227
AC
85282003-01-30 Andrew Cagney <ac131313@redhat.com>
8529
8530 * Makefile.in (mon960-rom.o): Delete rule.
8531 * mon960-rom.c: Delete file.
8532
7f6104a9
AC
85332003-01-30 Andrew Cagney <ac131313@redhat.com>
8534
8535 * d10v-tdep.c: Include "frame-unwind.h".
8536 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
8537 list.
8538 (next_addr, uses_frame): Delete.
8539 (struct d10v_unwind_cache): Define.
8540 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
8541 Use info instead of next_addr and uses_frame globals.
8542 (d10v_frame_init_saved_regs): Delete function.
8543 (d10v_init_extra_frame_info): Delete function.
8544 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
8545 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
8546 init_frame_pc or frame_saved_pc.
8547 (d10v_pop_frame): Delete function.
8548 (do_d10v_pop_frame): Delete function.
8549 (d10v_frame_chain): Delete function.
8550 (d10v_frame_chain_valid): Delete function.
8551 (d10v_frame_pc_unwind): New function.
8552 (d10v_frame_id_unwind): New function.
8553 (saved_regs_unwinder): New function.
8554 (d10v_frame_register_unwind): New function.
8555 (d10v_frame_pop): New function.
8556 (d10v_frame_unwind): New variable.
8557 (d10v_frame_p): New function.
8558 (d10v_frame_saved_pc): Delete function.
8559 * Makefile.in (d10v-tdep.o): Update dependencies.
8560
cad2e848
JB
85612003-01-30 J. Brobecker <brobecker@gnat.com>
8562
8563 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
8564 causing some regressions due to a change in the default value
8565 for this macro.
8566
af34e669
DJ
85672003-01-29 Richard Henderson <rth@redhat.com>
8568 Elena Zannoni <ezannoni@redhat.com>
8569 Daniel Jacobowitz <drow@mvista.com>
8570
8571 Fix PR gdb/961.
8ffd9b1b 8572 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
8573 variables.
8574 (RANGES_SECTION): New.
8575 (dwarf_ranges_buffer): New variable.
8576 (struct comp_unit_head): Add member "die".
8577 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
8578 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
8579 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
8580 (dwarf2_locate_sections): Likewise.
8581 (dwarf2_build_psymtabs): Read .debug_ranges.
8582 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
8583 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
8584 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
8585 Look for DW_AT_ranges and return the bounding box.
8586
baa93fa6
CF
85872003-01-29 Brian Ford <ford@vss.fsi.com>
8588
8589 * win32-nat.c (cygwin_pid): Removed as unused.
8590 (child_attach): Try fall back to Cygwin pid.
8591
c63f977f
JB
85922003-01-29 Jim Blandy <jimb@redhat.com>
8593
8594 * objfiles.h (struct objfile): Doc fix.
8595
d62d1979
AC
85962003-01-29 Andrew Cagney <ac131313@redhat.com>
8597
8598 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
8599 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
8600 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
8601 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
8602 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
8603 (FRAME_SAVED_PC): Change to a function with predicate.
8604 * gdbarch.h, gdbarch.c: Re-generate.
8605
1ae18a04
AC
86062003-01-28 Andrew Cagney <ac131313@redhat.com>
8607
52287340
AC
8608 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
8609
1ae18a04
AC
8610 * complaints.c (complain): Delete function.
8611 * complaints.h (struct deprecated_complaint): Delete definition.
8612 (complain): Delete declaration.
8613
f2c16bd6
KB
86142003-01-28 Kevin Buettner <kevinb@redhat.com>
8615
8616 * mips-tdep.c (mips_init_extra_frame_info): Return early for
8617 dummy frames.
8618
a94dd1fd
AC
86192003-01-27 Andrew Cagney <ac131313@redhat.com>
8620
8621 * sentinel-frame.h, sentinel-frame.c: New files.
8622 * Makefile.in (frame.o): Update dependencies.
8623 (SFILES): Add sentinel-frame.c.
8624 (sentinel_frame_h): Define.
8625 (COMMON_OBS): Add sentinel-frame.o.
8626 (sentinel-frame.o): Specify dependencies.
8627 * frame.c: Include "sentinel-frame.h".
8628 (frame_register_unwind): Rewrite assuming that there is always a a
8629 ->next frame.
8630 (frame_register, generic_unwind_get_saved_register): Ditto.
8631 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
8632 (create_sentinel_frame, unwind_to_current_frame): New functions.
8633 (get_current_frame): Rewrite using create_sentinel_frame and
8634 unwind_to_current_frame. When possible, always create a frame.
8635 (create_new_frame): Set next to the sentinel frame.
8636 (get_next_frame): Rewrite. Don't go below the level 0 frame.
8637 (deprecated_update_frame_pc_hack): Update the next frame's PC and
8638 ID cache when necessary.
8639 (frame_saved_regs_id_unwind): Use frame_relative_level.
8640 (deprecated_generic_get_saved_register): Use frame_relative_level,
8641 get_frame_saved_regs, get_frame_pc, get_frame_base and
8642 get_next_frame.
8643 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
8644 frame_register.
8645
5378adc4
DJ
86462003-01-27 Daniel Jacobowitz <drow@mvista.com>
8647
8648 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
8649
51ee2ddc
DJ
86502003-01-27 Daniel Jacobowitz <drow@mvista.com>
8651
8652 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
8653 (maintenance_set_profile_cmd): Use error () instead of warning ().
8654
d9feb4e7
DJ
86552003-01-27 Daniel Jacobowitz <drow@mvista.com>
8656
8657 * configure.in: Check that -pg works if using --enable-profiling.
8658 Check for monstartup and _mcleanup regardless of --enable-profiling.
8659 * maint.c: Check for monstartup and _mcleanup before using them.
8660 * config.in: Regenerated.
8661 * configure: Regenerated.
8662
2d188dd3
NC
86632003-01-24 Nick Clifton <nickc@redhat.com>
8664
8665 * Add sh2e support:
8666
8667 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
8668
8669 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
8670 (sh2e_show_regs): New.
8671 (sh_gdbarch_init): Handle bfd_mach_sh2e.
8672 * config/sh/tm-sh.h: Added sh2e to comments.
8673
cb3c37b2
JB
86742003-01-23 Jim Blandy <jimb@redhat.com>
8675
8676 * symfile.c (syms_from_objfile): Don't print the "(no debugging
8677 symbols found)" message here; we haven't checked for a separate
8678 debug info file yet, so we don't know yet.
8679 (symbol_file_add_with_addrs_or_offsets): Print it here, after
8680 we've looked everywhere. Also, there's no need to print a special
8681 message when we're loading the separate debug info file: the one
8682 symbol_file_add prints is fine.
8683
5b5d99cf
JB
86842003-01-23 Alexander Larsson <alexl@redhat.com>
8685 Jim Blandy <jimb@redhat.com>
8686
8687 Add support for executables whose debug info has been separated
8688 out into a separate file, leaving only a link behind.
8689 * objfiles.h (struct objfile): New fields: separate_debug_objfile
8690 and separate_debug_objfile_backlink.
8691 (put_objfile_before): New declaration.
8692 * symfile.c: #include "filenames.h".
8693 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
8694 debug info in a separate file, read that, too. Save the addrs
8695 argument, so we can use it again to read the separated debug info;
8696 syms_from_objfile modifies the table we pass it.
8697 (reread_symbols): After re-reading an objfile, call
8698 reread_separate_symbols to refresh its separate debug info
8699 objfile, if it has one.
8700 (reread_separate_symbols, find_separate_debug_file,
8701 get_debug_link_info, separate_debug_file_exists): New functions.
8702 (debug_file_directory): New global var.
8703 (_initialize_symfile): Initialize debug_file_directory, and
8704 provide the new `set debug-file-directory' command to let the user
8705 change it.
8706 * objfiles.c (free_objfile): If this objfile has its debug info in
8707 a separate objfile, free that one too. If this is itself a
8708 separate debug info objfile, clear our parent's backlink.
8709 (put_objfile_before): New function.
8710 * utils.c (gnu_debuglink_crc32): New function.
8711 * defs.h (gnu_debuglink_crc32): New declaration.
8712 * Makefile.in (symfile.o): Note dependency on "filenames.h".
8713 * configure.in: Handle --with-separate-debug-dir config option.
8714 * acinclude.m4 (AC_DEFINE_DIR): New macro.
8715 * acconfig.h (DEBUGDIR): New macro.
8716 * configure, aclocal.m4, config.in: Regenerated.
8717
7e8580c1
JB
87182003-01-22 Jim Blandy <jimb@redhat.com>
8719
7904e09f
JB
8720 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
8721 like the old symbol_file_add, but taking new arguments: you can
8722 now pass in either a `struct section_addr_info' list to say where
8723 each section is loaded, or a `struct section_offsets' table. Pass
8724 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 8725 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
8726 with the appropriate quiescent values for the new arguments.
8727
7e8580c1
JB
8728 * symfile.c: #include "gdb_assert.h".
8729 (syms_from_objfile): Add the ability to pass in a section offset
8730 table directly, as an alternative to the section_addr_info table.
8731 Document arguments better.
8732 (symbol_file_add): Pass extra arguments to syms_from_objfile.
8733 * symfile.h (syms_from_objfile): Update declaration.
8734 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
8735 syms_from_objfile.
8736 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
8737
d28f9cdf
DJ
87382003-01-22 Daniel Jacobowitz <drow@mvista.com>
8739
8740 Original patch by Tom Tromey <tromey@cygnus.com> and
8741 Jason Molenda <jmolenda@apple.com>.
8742 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
8743 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
8744 * NEWS: Mention profiling.
8745 * configure.in (--enable-gdbtk): Fix typo.
8746 (--enable-profiling): New. Set PROFILE_CFLAGS.
8747 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
8748 Fill in function.
8749 (profiling_state): New variable.
8750 (mcleanup_wrapper): New function.
8751 (_initialize_maint): Remove NOTYET, fix call to
8752 add_setshow_boolean_cmd for "maint set profile".
8753 * configure: Regenerated.
8754
df21e465
MH
87552003-01-21 Martin M. Hunt <hunt@redhat.com>
8756
8757 * Makefile.in (install-gdbtk): Install PNG images too.
8758
73c1f219
AC
87592003-01-21 Andrew Cagney <ac131313@redhat.com>
8760
8761 * exec.c (text_start): Delete global variable.
8762 (exec_file_attach): Make text_start local to the function.
8763 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
8764 * valops.c (hand_function_call): Delete code that handles
8765 BEFORE_TEXT_END and AFTER_TEXT_END.
8766 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
8767 of CALL_DUMMY_LOCATION.
8768 * gdbarch.c: Regenerate.
8769 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
8770 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
8771 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
8772 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
8773 (text_end): Delete extern declaration.
8774
eb4f72c5
AC
87752003-01-21 Andrew Cagney <ac131313@redhat.com>
8776
8777 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
8778 * blockframe.c (backtrace_below_main): Move to "frame.c".
8779 (frame_chain_valid): Delete check for backtrace_below_main.
8780 (_initialize_blockframe): Delete initialization, move ``set
8781 backtrace-below-main'' command to "frame.c".
8782 (do_flush_frames_sfunc): Delete function.
8783 * frame.c: Include "command.h" and "gdbcmd.h".
8784 (frame_type_from_pc): New function.
8785 (create_new_frame): Use frame_type_from_pc.
8786 (legacy_get_prev_frame): New function.
8787 (get_prev_frame): Rewrite. When an old style frame, call
8788 legacy_get_prev_frame. Otherwize, unwind the PC first.
8789 (_initialize_frame): Add ``set backtrace-below-main'' command.
8790 * Makefile.in (frame.o): Update dependencies.
8791
778ce8cc
AC
87922003-01-19 Andrew Cagney <ac131313@redhat.com>
8793
8794 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
8795 DEPRECATED_REGISTERS_INFO.
8796
01c193c8
AC
87972003-01-19 Andrew Cagney <ac131313@redhat.com>
8798
8799 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
8800 Maintainers'. Update `Various Maintainers'.
8801
dedc2a2b
AC
88022003-01-19 Andrew Cagney <ac131313@redhat.com>
8803
8804 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
8805 * gdbarch.sh (POP_FRAME): Change to function with predicate.
8806 Suppress actual parameters when `-'.
8807 * gdbarch.h, gdbarch.c: Regenerate.
8808
b7261c70
AC
88092003-01-19 Andrew Cagney <ac131313@redhat.com>
8810
8811 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
8812 code handling dummy frames.
8813
dbe9fe58
AC
88142003-01-19 Andrew Cagney <ac131313@redhat.com>
8815
8816 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
8817 (struct frame_unwind): Add field pop.
8818 * frame.h (frame_pop): Declare.
8819 * frame.c (frame_saved_regs_pop): New function.
8820 (trad_frame_unwinder): Add frame_saved_regs_pop.
8821 (frame_pop): New function.
8822 * dummy-frame.c (dummy_frame_pop): New function.
8823 (discard_innermost_dummy): New function.
8824 (generic_pop_dummy_frame): Use discard_innermost_dummy.
8825 (dummy_frame_unwind): Add dummy_frame_pop.
8826 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
8827 * valops.c (hand_function_call): Ditto.
8828 * stack.c (return_command): Ditto.
8829
570b8f7c
AC
88302003-01-18 Andrew Cagney <ac131313@redhat.com>
8831
8832 * cris-tdep.c: Fix function declaration indentation.
8833 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
8834 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
8835 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
8836 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
8837 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
8838 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
8839
88402003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
8841
8842 * README (Unpacking and Installation -- quick overview):
8843 Warn against ".../gdb-5.3/gdb/configure".
8844
494cca16
AC
88452003-01-18 Andrew Cagney <ac131313@redhat.com>
8846
8847 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
8848 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8849 (struct frame_unwind): Declare opaque.
8850 (dummy_frame_p): Declare function.
8851 * dummy-frame.c (dummy_frame_id_unwind): Make static.
8852 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8853 * dummy-frame.c: Include "frame-unwind.h".
8854 (dummy_frame_p): New function.
8855 (dummy_frame_unwind): New variable.
8856 * frame.c: Include "frame-unwind.h".
8857 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
8858 to use the new unwind field.
8859 (set_unwind_by_pc): Delete function.
8860 (create_new_frame, get_prev_frame): Set unwind field using
8861 frame_unwind_find_by_pc.
8862 (trad_frame_unwind, trad_frame_unwinder): New variables.
8863 * frame.h (trad_frame_unwind): Declare variable.
8864 (frame_id_unwind_ftype): Delete declaration.
8865 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
8866 (struct frame_unwind): Declare opaque.
8867 (struct frame_info): Replace the fields id_unwind, pc_unwind and
8868 register_unwind with a single unwind pointer.
8869 * frame-unwind.h, frame-unwind.c: New files.
8870 * Makefile.in (SFILES): Add frame-unwind.c.
8871 (frame_unwind_h): Define.
8872 (COMMON_OBS): Add frame-unwind.o.
8873 (frame-unwind.o): Specify dependencies.
8874 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 8875
4efb68b1
AC
88762003-01-18 Andrew Cagney <ac131313@redhat.com>
8877
8878 * ada-valprint.c: Eliminate PTR.
8879 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
8880 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
8881 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
8882 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
8883 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
8884 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
8885 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 8886
a84d24ee
AC
88872003-01-17 Andrew Cagney <ac131313@redhat.com>
8888
762f08a3
AC
8889 * main.c (captured_main): Don't use PTR.
8890 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
8891 * gdbtypes.c (lookup_primitive_typename): Ditto.
8892 (lookup_struct_elt_type): Ditto.
8893 * f-valprint.c (info_common_command): Ditto.
8894 (list_all_visible_commons): Ditto.
8895 * jv-typeprint.c (java_type_print_base): Ditto.
8896
a84d24ee
AC
8897 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
8898 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
8899 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
8900 i386-interix-nat.c and i386-interix-tdep.c. Rename
8901 m68klinux-nat.c and m68klinux-tdep.c. Rename
8902 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
8903 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
8904 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
8905 * main.c (captured_main): Use xfree, not free.
8906
c170fb60
AC
89072003-01-16 Andrew Cagney <ac131313@redhat.com>
8908
8909 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
8910 ID back using a parameter.
8911 * frame.c (frame_id_unwind): Update call.
8912 (frame_saved_regs_id_unwind): Update.
8913 * dummy-frame.c (dummy_frame_id_unwind): Update function.
8914 * dummy-frame.h (struct frame_id): Add opaque declaration.
8915 (dummy_frame_id_unwind): Update declaration.
8916
867f3898
AC
89172003-01-15 Andrew Cagney <ac131313@redhat.com>
8918
8919 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
8920
40622be8 89212003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 8922
40622be8 8923 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 8924
ae66c1fc
EZ
89252003-01-14 Elena Zannoni <ezannoni@redhat.com>
8926
997b089a 8927 Fix PR gdb/898
ae66c1fc
EZ
8928 * breakpoint.c (until_break_command): Add new argument. Use it to
8929 decide whether to stop only at the current frame or not.
8930 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 8931 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
8932 call.
8933 (advance_command): New function.
8934 (_initialize_infcmd): Update help string for 'until' command.
8935 Add new 'advance' command.
8936
a04257e6
DC
89372003-01-14 David Carlton <carlton@math.stanford.edu>
8938
8939 * linespec.c (decode_line_1): Normalize comments.
8940 (set_flags): Ditto.
8941 (locate_first_half): Ditto.
8942 (decode_compound): Ditto.
8943 (symtab_from_filename): Ditto.
8944 (decode_all_digits): Ditto.
8945 (decode_dollar): Ditto.
8946 (find_methods): Ditto.
8947 (find_toplevel_char): Ditto.
8948
1bac305b
AC
89492003-01-13 Andrew Cagney <ac131313@redhat.com>
8950
8951 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
8952 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
8953 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
8954 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
8955 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
8956 * language.c, language.h, m32r-tdep.c: Update copyright.
8957 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
8958 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
8959 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
8960 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
8961 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
8962 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
8963
25caa7a8
EZ
89642003-01-13 Elena Zannoni <ezannoni@redhat.com>
8965
8966 * stabsread.h (process_later, resolve_cfront_continuation):
8967 Obsolete.
8968 Update copyright years.
8969 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
8970 Update copyright year.
8971 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 8972 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
8973 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
8974 Update copyright year.
8975 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
8976 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
8977 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
8978 (parse_partial_symbols): Obsolete cfront support.
8979 * stabsread.c
8980 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
8981 macros.
8982 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
8983 read_cfront_baseclasses, read_cfront_member_functions,
8984 resolve_cfront_continuation,read_cfront_static_fields,
8985 copy_cfront_struct_fields): Obsolete functions.
8986 (define_symbol, read_one_struct_field): Obsolete cfront support.
8987 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
8988 Update Copyright year.
8989
7789c6f5
EZ
89902003-01-13 Elena Zannoni <ezannoni@redhat.com>
8991
8992 * stack.c (print_frame_info, print_stack_frame_base_stub,
8993 print_stack_frame_base, show_and_print_stack_frame_stub,
8994 show_and_print_stack_frame, print_only_stack_frame_stub,
8995 print_only_stack_frame): Delete functions.
8996 (print_stack_frame_stub): Call print_frame_info instead of
8997 print_frame_info_base.
8998 (print_frame_info_base): Rename to print_frame_info.
8999 (backtrace_command_1): Call print_frame_info, instead of
9000 print_frame_info_base.
9001 (current_frame_command): Call print_stack_frame, instead of
9002 print_only_stack_frame.
9003 (frame_command): Call print_stack_frame, instead of
9004 show_and_print_stack_frame.
9005 (up_command): Ditto.
9006 (down_command): Ditto.
9007 * frame.h (print_only_stack_frame): Delete prototype.
9008 * infrun.c (normal_stop): Call print_stack_frame, instead of
9009 show_and_print_stack_frame.
9010 * thread.c (info_threads_command): Call print_stack_frame, instead
9011 of print_only_stack_frame.
9012
3f5a3016
AC
90132003-01-13 Andrew Cagney <ac131313@redhat.com>
9014
d99ba314
AC
9015 * README (Graphical interface to GDB): Update URL. Point at
9016 gdb/links/.
9017
3f5a3016
AC
9018 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9019 version match.
9020
083ae935
DJ
90212003-01-13 Daniel Jacobowitz <drow@mvista.com>
9022
9023 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9024 lines.
9025
5365276c
DJ
90262003-01-13 Daniel Jacobowitz <drow@mvista.com>
9027
9028 * thread-db.c (attach_thread): Prototype.
9029 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9030 thread information (ti), and valid flags (th_valid, ti_valid).
9031 (attach_thread): Move target_pid_to_str call to after the thread
9032 is added to GDB's list. Initialize the cache.
9033 (thread_get_info_callback, thread_db_map_id2thr)
9034 (thread_db_get_info): New functions.
9035 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9036 (thread_db_store_registers, thread_db_thread_alive)
9037 (thread_db_get_thread_local_address): Use them.
9038 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9039 of calling error() for threads in unknown state.
9040
9041 (clear_lwpid_callback): New function.
9042 (thread_db_resume): Use it to clear the cache.
9043
9fc30b6b
DJ
90442003-01-13 Daniel Jacobowitz <drow@mvista.com>
9045
9046 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9047 (resume_callback): Remove dead code.
9048
8f871025
AC
90492003-01-13 Andrew Cagney <ac131313@redhat.com>
9050
9051 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9052 predicate.
9053 * gdbarch.h, gdbarch.c: Regenerate.
9054 * stack.c (frame_info): Only initialize the saved registers when
9055 FRAME_INIT_SAVED_REGS_P.
9056 * frame.c (frame_saved_regs_register_unwind): Assert
9057 FRAME_INIT_SAVED_REGS_P.
9058 (deprecated_generic_get_saved_register): Ditto.
9059
3f565f1e
DJ
90602003-01-13 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * source.c (openp): Squelch warning about "filename".
9063
072b1022
DJ
90642003-01-13 Daniel Jacobowitz <drow@mvista.com>
9065
9066 * source.c (openp): If the file does not exist don't necessarily
9067 search the path.
9068
973ccf8b
DJ
90692003-01-13 Daniel Jacobowitz <drow@mvista.com>
9070
9071 Fix PR gdb/872.
9072 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9073 (integer_types_same_name_p): New function.
9074 (rank_one_type): Use it.
9075 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9076
030292b7
DJ
90772003-01-13 Daniel Jacobowitz <drow@mvista.com>
9078
9079 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9080 variables.
9081 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9082 * configure.in: Add --with-sysroot.
9083 * configure: Regenerated.
9084 * main.c (gdb_sysroot): New variable.
9085 (captured_main): Initialize gdb_sysroot.
9086 * defs.h (gdb_sysroot): New extern declaration.
9087 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9088
afb5d334
MC
90892003-01-12 Michael Chastain <mec@shout.net>
9090
9091 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9092
751ceeb4
MC
90932003-01-12 Michael Chastain <mec@shout.net>
9094
9095 * top.c (print_gdb_version): Bump copyright year to 2003.
9096
94cd26f8
DC
90972003-01-12 David Carlton <carlton@bactrian.org>
9098
9099 * linespec.c (symtab_from_filename): Rename variable 's' to
9100 'file_symtab'.
9101
1ce79225
AC
91022003-01-12 Andrew Cagney <ac131313@redhat.com>
9103
9104 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9105 dummy frame.
9106 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9107
fa1fd571
AC
91082003-01-12 Andrew Cagney <ac131313@redhat.com>
9109
9110 * d10v-tdep.c: Include "gdb_assert.h".
9111 (d10v_store_return_value): Rewrite to match current interface.
9112 (d10v_extract_struct_value_address): Ditto.
9113 (d10v_extract_return_value): Ditto.
9114 (d10v_gdbarch_init): Set store_restore_value,
9115 extract_struct_value_address and extract_return_value.
9116
68b8d23e
JB
91172003-01-12 J. Brobecker <brobecker@gnat.com>
9118
9119 * hpread.c (set_namestring): New procedure replacing the
9120 SET_NAMESTRING macro.
9121 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9122 by calls to set_namestring.
9123
91242003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
9125
9126 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9127 a compilation warning.
9128 (hpread_process_one_debug_symbol): Likewise.
9129
88d262ca
DC
91302003-01-10 David Carlton <carlton@math.stanford.edu>
9131
9132 * linespec.c (decode_line_1): Rename variable 's' to
9133 'file_symtab'.
9134 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9135 (decode_dollar): Ditto.
9136 (decode_variable): Ditto.
9137 (symbol_found): Ditto.
9138
86669319
MC
91392003-01-09 Michael Chastain <mec@shout.net>
9140
9141 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9142
616a9dc4
CV
91432003-01-07 Corinna Vinschen <vinschen@redhat.com>
9144
9145 * win32-nat.c (set_process_privilege): New function.
9146 (child_attach): Call set_process_privilege() to enable the
9147 SE_DEBUG_NAME user privilege if available in process token.
9148
3269bcfa
JB
91492003-01-10 J. Brobecker <brobecker@gnat.com>
9150
9151 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9152 compilation error in the previous revision.
9153
2b0ee454
DC
91542003-01-09 David Carlton <carlton@math.stanford.edu>
9155
9156 * linespec.c: Update copyright.
9157
b3ba1b44
DJ
91582003-01-09 Daniel Jacobowitz <drow@mvista.com>
9159
9160 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9161 than inferior_ptid.
9162 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9163
4ef3f3be
AC
91642003-01-09 Andrew Cagney <ac131313@redhat.com>
9165
479ab5a0
AC
9166 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9167 Update comments.
9168 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9169 (frame_saved_regs_zalloc): Update.
9170 (frame_saved_regs_register_unwind): Update.
9171 (create_new_frame): Update.
9172 (get_prev_frame): Update.
9173 (frame_extra_info_zalloc): Update.
9174 (deprecated_get_frame_saved_regs): Update.
9175 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9176 * cris-tdep.c: Update comment.
9177
bde58177
AC
9178 * somsolib.h: Fix function indentation.
9179 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9180 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9181 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9182 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9183 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9184
4ef3f3be
AC
9185 * infrun.c (follow_fork): Use ISO C definition.
9186 * expprint.c (print_subexp): Use xfree instead of free.
9187 * charset.c: Include "gdb_string.h" instead of <string.h>.
9188 (register_iconv_charsets): Use ISO C definition.
9189 (host_charset, target_charset): Ditto.
9190 * Makefile.in (charset.o): Update dependencies.
9191 (mi-cmd-env.o): Update dependencies.
9192
1c615f7a
AC
91932003-01-08 Andrew Cagney <cagney@redhat.com>
9194
9195 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9196 get_frame_base.
9197
c9a1dc08
AC
91982003-01-08 Andrew Cagney <ac131313@redhat.com>
9199
9200 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9201 build directories. Save edited gdb output in Mbuild.log. If a
9202 build fails, remove any final GDB executable.
9203
dbad9d94
AC
92042003-01-08 Andrew Cagney <ac131313@redhat.com>
9205
9206 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9207 replacing hex constants with function names and stripping leading
9208 file name directory prefixes.
9209
8d357cca
AC
92102003-01-08 Andrew Cagney <cagney@redhat.com>
9211
9212 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9213 get_frame_base.
9214
bca02a8a
DC
92152003-01-08 David Carlton <carlton@math.stanford.edu>
9216
9217 * linespec.c (decode_line_1): Move code into decode_variable.
9218 (decode_variable): New function.
9219
7f8ab3a0
AC
92202003-01-08 Andrew Cagney <ac131313@redhat.com>
9221
9222 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9223
7b5849cc
AC
92242003-01-08 Andrew Cagney <cagney@redhat.com>
9225
9226 * cris-tdep.c (cris_frame_init_saved_regs): Use
9227 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9228 saved_regs buffer.
9229 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9230 (sh64_nofp_frame_init_saved_regs): Ditto.
9231 (sh_fp_frame_init_saved_regs): Ditto.
9232 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9233 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9234 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9235 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9236
72a5efb3
DJ
92372003-01-08 Daniel Jacobowitz <drow@mvista.com>
9238
9239 * minsyms.c (lookup_minimal_symbol): Update comment.
9240 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9241 (lookup_minimal_symbol_solib_trampoline): Likewise.
9242
11c02a10
AC
92432003-01-08 Andrew Cagney <cagney@redhat.com>
9244
aab3ea25
AC
9245 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9246 frame_relative_level.
9247
da50a4b7
AC
9248 * alpha-tdep.c: Use get_frame_extra_info.
9249 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9250 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9251 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9252 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9253
11c02a10
AC
9254 * alpha-tdep.c: Use get_next_frame.
9255 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9256 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9257 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9258 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9259 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9260 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9261 * xstormy16-tdep.c: Ditto.
8ffd9b1b 9262
1e2330ba
AC
92632003-01-07 Andrew Cagney <cagney@redhat.com>
9264
9265 * alpha-tdep.c: Use get_frame_base.
9266 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9267 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9268 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9269 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9270 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9271 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9272 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9273 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 9274
2d75187b
AC
92752003-01-07 Andrew Cagney <cagney@redhat.com>
9276
9277 * frame.c (deprecated_get_frame_context): New function.
9278 (deprecated_set_frame_context): New function.
9279 * frame.h (deprecated_get_frame_context): Declare.
9280 (deprecated_set_frame_context): Declare.
9281 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9282 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 9283
483d36b2
AC
92842003-01-07 Andrew Cagney <cagney@redhat.com>
9285
9286 * frame.c (deprecated_set_frame_next_hack): New function.
9287 (deprecated_set_frame_prev_hack): New function.
9288 * frame.h (deprecated_set_frame_next_hack): Declare.
9289 (deprecated_set_frame_prev_hack): Declare.
9290 * mcore-tdep.c (analyze_dummy_frame): Use
9291 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9292 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9293
14e91ac5
DC
92942003-01-07 David Carlton <carlton@math.stanford.edu>
9295
9296 * linespec.c (decode_line_1): Move code into decode_dollar.
9297 (decode_dollar): New function.
9298
b0c6b05c
AC
92992003-01-07 Andrew Cagney <cagney@redhat.com>
9300
9301 * arm-tdep.c (arm_init_extra_frame_info): Use
9302 deprecated_update_frame_base_hack.
9303 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9304 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9305 (fix_frame_pointer): Ditto.
9306 (mn10300_analyze_prologue): Ditto.
9307
a00a19e9
AC
93082003-01-07 Andrew Cagney <cagney@redhat.com>
9309
9310 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9311 extra_info using frame_extra_info_zalloc.
9312 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9313 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9314 (sh64_init_extra_frame_info): Ditto.
9315 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9316 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9317 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9318 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9319 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9320 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9321 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9322 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9323 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9324 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9325 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9326 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9327
9328 * mn10300-tdep.c (analyze_dummy_frame): Use
9329 deprecated_set_frame_extra_info_hack.
9330 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9331
1fb4c65b
JB
93322003-01-07 J. Brobecker <brobecker@gnat.com>
9333
9334 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9335 class is not scText. These do not define "real" procedures.
9336 (parse_partial_symbols): Likewise.
9337
9fe7d6bf
MS
93382003-01-06 Michael Snyder <msnyder@redhat.com>
9339
9340 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9341
f6c609c4
AC
93422003-01-06 Andrew Cagney <ac131313@redhat.com>
9343
9344 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9345 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9346 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9347 deprecated_frame_xmalloc_with_cleanup.
9348 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9349 deprecated_frame_xmalloc.
9350 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9351 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9352
d995ff4b
AC
93532003-01-06 Andrew Cagney <cagney@redhat.com>
9354
84dc46cb
AC
9355 * x86-64-linux-tdep.c: Include "osabi.h".
9356 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9357
d995ff4b
AC
9358 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9359
66140c26
AC
93602003-01-06 Andrew Cagney <cagney@redhat.com>
9361
9362 * MAINTAINERS (Target Instruction Set Architectures): Update
9363 arm-elf. Can be built with -Werror, has been multiarched.
9364
9365 * value.h (unpack_long): Make buffer parameter constant.
9366 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9367 * scm-lang.h (scm_parse): Ditto.
9368 * defs.h (extract_typed_address, extract_address): Ditto.
9369 (extract_long_unsigned_integer): Ditto.
9370 * inferior.h (unsigned_pointer_to_address): Ditto.
9371 (signed_pointer_to_address): Ditto.
9372 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9373 * gdbarch.h, gdbarch.c: Regenerate.
9374 * findvar.c (extract_long_unsigned_integer): Update.
9375 (extract_address): Update.
9376 (extract_typed_address): Update.
9377 (unsigned_pointer_to_address): Update.
9378 * values.c (unpack_long): Update.
9379 (unpack_double): Update.
9380 (unpack_pointer): Update.
9381 (unpack_field_as_long): Update.
9382 * d10v-tdep.c (d10v_pointer_to_address): Update.
9383 * avr-tdep.c (avr_pointer_to_address): Update.
9384 * scm-lang.c (scm_unpack): Update.
9385 * findvar.c (signed_pointer_to_address): Update.
9386
b089b3da
ML
93872003-01-06 Michal Ludvig <mludvig@suse.cz>
9388
8ffd9b1b 9389 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
9390 since it is in i386-tdep.c.
9391
aff87235
JB
93922003-01-06 J. Brobecker <brobecker@gnat.com>
9393
9394 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9395 failure introduced in the previous change.
9396
34f5e845
MC
93972003-01-05 Michael Chastain <mec@shout.net>
9398
9399 * README: Remove references to deleted remote-*.c files:
9400 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9401 remote-nrom.c, remote-os9k.c, remote-udi.c.
9402
28bcfd30
MK
94032003-01-05 Mark Kettenis <kettenis@gnu.org>
9404
9405 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9406 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9407 i386_get_longjmp_target.
9408
15a5b3ee
AC
94092003-01-05 Andrew Cagney <ac131313@redhat.com>
9410
9411 * arm-tdep.c (prologue_cache): Change to a pointer.
9412 (_initialize_arm_tdep): Allocate prologue_cache.
9413 (check_prologue_cache): Update.
9414 (save_prologue_cache): Update.
9415 (arm_gdbarch_init): Update.
9416
c263362b
DJ
94172003-01-04 Daniel Jacobowitz <drow@mvista.com>
9418
9419 * stabsread.c (update_method_name_from_physname): Call complaint()
9420 instead of error.
9421
51603483
DJ
94222003-01-04 Daniel Jacobowitz <drow@mvista.com>
9423
9424 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9425 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9426 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9427
9428 * blockframe.c: Include "gdbcmd.h" and "command.h".
9429 (backtrace_below_main): New variable.
9430 (file_frame_chain_valid, func_frame_chain_valid)
9431 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9432 (generic_func_frame_chain_valid): Remove functions.
9433 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9434 (_initialize_blockframe): New function.
9435 * Makefile.in (blockframe.o): Update dependencies.
9436 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9437 comment. Call frame_chain_valid ().
9438 * frame.h: Remove old prototypes. Add prototype for
9439 frame_chain_valid and update comments to match.
9440 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9441 Remove old comment.
9442 * gdbarch.h: Regenerated.
9443 * gdbarch.c: Regenerated.
9444
9445 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9446 set_gdbarch_frame_chain_valid.
9447 * avr-tdep.c (avr_gdbarch_init): Likewise.
9448 * cris-tdep.c (cris_gdbarch_init): Likewise.
9449 * frv-tdep.c (frv_gdbarch_init): Likewise.
9450 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9451 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9452 (i386_nw_init_abi): Likewise.
9453 (i386_gdbarch_init): Likewise.
9454 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9455 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9456 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9457 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9458 * mips-tdep.c (mips_gdbarch_init): Likewise.
9459 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9460 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9461 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9462 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9463 * s390-tdep.c (s390_gdbarch_init): Likewise.
9464 * sh-tdep.c (sh_gdbarch_init): Likewise.
9465 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9466 * v850-tdep.c (v850_gdbarch_init): Likewise.
9467 * vax-tdep.c (vax_gdbarch_init): Likewise.
9468 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9469
9470 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9471 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9472 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9473 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9474 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9475 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9476 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9477 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9478
b00a8037
DJ
94792002-01-04 Daniel Jacobowitz <drow@mvista.com>
9480
9481 * Makefile.in (acconfig_h): Remove incorrect macro.
9482 (config_h): Define.
9483 (osabi.o): Update dependencies.
9484 * configure.tgt: Set gdb_osabi based on target triplet.
9485 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
9486 * configure: Regenerated.
9487 * config.in: Regenerated.
9488 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
9489 (GDB_OSABI_DEFAULT): Define if not already defined.
9490 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
9491 (set_osabi_string): New variables.
9492 (gdbarch_register_osabi): Add new OS ABI to
9493 gdb_osabi_available_names.
9494 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
9495 (set_osabi, show_osabi): New functions.
9496 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
9497
4be87837
DJ
94982003-01-04 Daniel Jacobowitz <drow@mvista.com>
9499
9500 * arch-utils.c (gdbarch_info_init): Set osabi to
9501 GDB_OSABI_UNINITIALIZED.
9502 * gdbarch.sh: Add osabi to struct gdbarch and to struct
9503 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
9504 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
9505 * gdbarch.c: Regenerated.
9506 * gdbarch.h: Regenerated.
9507 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
9508 there's no BFD.
9509 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
9510 * osabi.h (enum gdb_osabi): Move to defs.h.
9511 (gdbarch_init_osabi): Update prototype.
9512 * defs.h (enum gdb_osabi): Moved here.
9513 * Makefile.in: Update dependencies.
9514
9515 * alpha-tdep.h: Don't include "osabi.h".
9516 (struct gdbarch_tdep): Remove osabi member.
9517 * alpha-tdep.c: Include "osabi.h".
9518 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9519 iterate over arches. Update call to gdbarch_init_osabi.
9520 (alpha_dump_tdep): Don't dump osabi.
9521 * alpha-linux-tdep.c: Include "osabi.h".
9522 * alpha-osf1-tdep.c: Include "osabi.h".
9523 * alphafbsd-tdep.c: Include "osabi.h".
9524 * alphanbsd-tdep.c: Include "osabi.h".
9525
9526 * arm-tdep.h: Don't include "osabi.h".
9527 (struct gdbarch_tdep): Remove osabi member.
9528 * arm-tdep.c: Include "osabi.h".
9529 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9530 iterate over arches. Update call to gdbarch_init_osabi.
9531 (arm_dump_tdep): Don't dump osabi.
9532 * arm-linux-tdep.c: Include "osabi.h".
9533 * armnbsd-tdep.c: Include "osabi.h".
9534
9535 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
9536 Update call to gdbarch_init_osabi.
9537
9538 * i386-tdep.h: Don't include "osabi.h".
9539 (struct gdbarch_tdep): Remove osabi member.
9540 * i386-tdep.c: Include "osabi.h".
9541 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9542 iterate over arches. Update call to gdbarch_init_osabi.
9543 (i386_dump_tdep): Don't dump osabi.
9544 * i386-linux-tdep.c: Include "osabi.h".
9545 * i386-sol2-tdep.c: Include "osabi.h".
9546 * i386bsd-tdep.c: Include "osabi.h".
9547 * i386gnu-tdep.c: Include "osabi.h".
9548 * i386ly-tdep.c: Include "osabi.h".
9549 * i386nbsd-tdep.c: Include "osabi.h".
9550 * i386obsd-tdep.c: Include "osabi.h".
9551
9552 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
9553 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9554 check osabi when iterating over arches. Update call to
9555 gdbarch_init_osabi.
9556 (mips_dump_tdep): Don't dump osabi.
9557
9558 * ns32k-tdep.h: Don't include "osabi.h".
9559 (struct gdbarch_tdep): Remove.
9560 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
9561 gdbarch_lookup_osabi. Don't iterate over arches. Don't
9562 allocate tdep. Update call to gdbarch_init_osabi.
9563 (ns32k_dump_tdep): Remove.
9564 (_initialize_ns32k_tdep): Update call to gdbarch_register.
9565 * ns32knbsd-tdep.c: Include "osabi.h".
9566
9567 * ppc-tdep.h: Don't include "osabi.h".
9568 (struct gdbarch_tdep): Remove osabi member.
9569 * rs6000-tdep.c: Include "osabi.h".
9570 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
9571 osabi when iterating over arches. Update call to
9572 gdbarch_init_osabi.
9573 (rs6000_dump_tdep): Don't dump osabi.
9574 * ppc-linux-tdep.c: Include "osabi.h".
9575 * ppcnbsd-tdep.c: Include "osabi.h".
9576
9577 * sh-tdep.h: Don't include "osabi.h".
9578 (struct gdbarch_tdep): Remove osabi member.
9579 * sh-tdep.c: Include "osabi.h".
9580 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9581 iterate over arches. Update call to gdbarch_init_osabi.
9582 (sh_dump_tdep): Don't dump osabi.
9583 * shnbsd-tdep.c: Include "osabi.h".
9584
9585 * sparc-tdep.c: Include "osabi.h".
9586 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9587 iterate over arches. Update call to gdbarch_init_osabi.
9588 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
9589 tdep structure.
9590
9591 * vax-tdep.h: Don't include "osabi.h".
9592 (struct gdbarch_tdep): Remove.
9593 * vax-tdep.c: Include "osabi.h".
9594 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9595 iterate over arches. Don't allocate tdep. Update call
9596 to gdbarch_init_osabi.
9597 (vax_dump_tdep): Remove.
9598 (_initialize_vax_tdep): Update call to gdbarch_register.
9599
a881cf8e
DJ
96002003-01-04 Daniel Jacobowitz <drow@mvista.com>
9601
9602 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
9603 entirely.
9604 (breakpoint_re_set_one): Don't fetch the value for a disabled
9605 watchpoint.
9606
1e698235
DJ
96072003-01-04 Daniel Jacobowitz <drow@mvista.com>
9608
9609 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
9610 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
9611 (COERCE_FLOAT_TO_DOUBLE): Remove.
9612 * gdbarch.c: Regenerate.
9613 * gdbarch.h: Regenerate.
9614 * Makefile.in: Remove value_h from gdbarch_h.
9615 * valops.c (coerce_float_to_double): New variable.
9616 (default_coerce_float_to_double): Remove.
9617 (standard_coerce_float_to_double): Remove.
9618 (value_arg_coerce): Use coerce_float_to_double.
9619 (_initialize_valops): Add "set coerce-float-to-double".
9620 * value.h (default_coerce_float_to_double): Remove prototype.
9621 (standard_coerce_float_to_double): Remove prototype.
9622
9623 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
9624 prototyped.
9625 * mdebugread.c (parse_symbol): Likewise.
9626 * stabsread.c (define_symbol): Mark all functions as prototyped.
9627
9628 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
9629 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
9630 set_gdbarch_coerce_float_to_double.
9631 * arm-tdep.c (arm_gdbarch_init): Likewise.
9632 * frv-tdep.c (frv_gdbarch_init): Likewise.
9633 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
9634 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
9635 * mips-tdep.c (mips_gdbarch_init): Likewise.
9636 (mips_coerce_float_to_double): Remove.
9637 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9638 (rs6000_coerce_float_to_double): Remove.
9639 * s390-tdep.c (s390_gdbarch_init): Likewise.
9640 * sh-tdep.c (sh_gdbarch_init): Likewise.
9641 (sh_coerce_float_to_double): Remove.
9642 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9643 (sparc_coerce_float_to_double): Remove.
9644 * v850-tdep.c (v850_gdbarch_init): Likewise.
9645 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
9646 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9647 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
9648 (hppa_coerce_float_to_double): Remove prototype.
9649 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9650
f436a26a
DJ
96512003-01-04 Daniel Jacobowitz <drow@mvista.com>
9652
9653 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
9654
248f8055
DJ
96552003-01-04 Daniel Jacobowitz <drow@mvista.com>
9656
9657 Suggested by Stewart Brown <sb24@avaya.com>:
9658 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
9659 in recursive calls. Handle TYPE_CODE_TYPEDEF.
9660 (c_type_print_varspec_suffix): Likewise.
9661
72cfdc76
MK
96622003-01-04 Mark Kettenis <kettenis@gnu.org>
9663
bfd260bb
MK
9664 * configure.in: Don't set and AC_SUBST SUBDIRS.
9665 * configure: Regenerated.
9666
72cfdc76
MK
9667 * configure.in: Remove code dealing with shared libraries.
9668 * Makefile.in: Remove HLDFLAGS and HLDENV.
9669 * configure: Regenerated.
9670
c8b8a898
AC
96712003-01-04 Andrew Cagney <ac131313@redhat.com>
9672
9673 * frame.c (deprecated_frame_xmalloc): New function.
9674 (deprecated_set_frame_saved_regs_hack): New function.
9675 (deprecated_set_frame_extra_info_hack): New function.
9676 * frame.h (deprecated_frame_xmalloc): Declare.
9677 (deprecated_set_frame_saved_regs_hack): Declare.
9678 (deprecated_set_frame_extra_info_hack): Declare.
9679
14abd0fb
MK
96802003-01-04 Mark Kettenis <kettenis@gnu.org>
9681
8ee53726
MK
9682 * configure.in: Move code that provides the --enable-gdbtk option
9683 right after the code that handles the --enable-tui option, and
9684 polish it somewhat.
9685 * configure: Regenerated.
9686
14abd0fb
MK
9687 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
9688 AC_CHECK_FUNCS and remove the old check for pread64.
9689 * acinclude.m4 (AC_GNU_SOURCE): New macro.
9690 * acconfig.h (_GNU_SOURCE): Add.
9691 (HAVE_PREAD64): Remove.
9692 * configure, aclocal.m4, config.in: Regenerated.
9693
b2fb4676
AC
96942003-01-03 Andrew Cagney <ac131313@redhat.com>
9695
9696 * alpha-tdep.c: Use get_frame_saved_regs.
9697 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9698 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9699 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
9700 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
9701 * vax-tdep.c, xstormy16-tdep.c: Ditto.
9702
8dcde887
MK
97032003-01-03 Mark Kettenis <kettenis@gnu.org>
9704
9705 * configure.in: Remove all use of the SUBDIRS variable; add
9706 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
9707 code providing the --enable-multi-ice option, and move it right in
9708 front of the code that checks whether gdbserver is supported.
9709 Polish that too.
9710 * configure: Regenerated.
9711 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
9712 @SUBDIRS@.
9713
8ccd593b
AC
97142003-01-03 Andrew Cagney <cagney@redhat.com>
9715
9716 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
9717 * avr-tdep.c, cris-tdep.c: Ditto.
9718 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9719 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 9720
91151a06
MK
97212003-01-03 Mark Kettenis <kettenis@gnu.org>
9722
9723 * configure.in: Remove --enable-netrom option.
9724 * configure: Regenerated.
9725
8fe84d01
MK
97262003-01-03 Mark Kettenis <kettenis@gnu.org>
9727
9728 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
9729 declaration for `struct re_pattern_buffer' instead.
9730 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
9731
f0394be6
JB
97322003-01-03 J. Brobecker <brobecker@gnat.com>
9733
9734 * mdebugread.c (parse_symbol): Count until the stEnd matching
9735 the structure name.
9736
27e9bf90
MK
97372003-01-02 Mark Kettenis <kettenis@gnu.org>
9738
93d331ba
MK
9739 * configure.in: Remove --with-cpu option.
9740 subscripts. Remove evil changequotes here.
9741 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
9742 * config.in, configure: Regenerated.
8ffd9b1b 9743
27e9bf90
MK
9744 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
9745 * configure.in: Cleanup section that sources GDB and BFD configure
9746 subscripts. Remove evil changequotes here.
9747 * config.in, configure: Regenerated.
9748
50abf9e5
AC
97492003-01-02 Andrew Cagney <ac131313@redhat.com>
9750
9751 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
9752 frame accessor methods.
9753 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9754 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9755 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
9756 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
9757 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
9758 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9759 * z8k-tdep.c: Ditto.
8ffd9b1b 9760
287c1a40
MK
97612003-01-02 Mark Kettenis <kettenis@gnu.org>
9762
f5dbc56d
MK
9763 * configure.in: Remove UI_OUT configuration code.
9764 * ada-lang.c: Update assuming UI_OUT is always true.
9765 * Makefile.in (UIOUT_CFLAGS): Remove.
9766 * configure: Regenerated.
9767 * TODO: Remove blurb about elimination of -DUI_OUT.
9768
627af7ea
MK
9769 * configure.in: Move code that provides the --enable-gdbcli,
9770 --enable-gdbmi options right before the code that handles the
9771 --enable-tui option. Polish a bit.
9772 * configure: Regenerated.
9773
06825bd1
MK
9774 * configure.in: Rewrite check for GNU regex and the
9775 --without-included regex option, and move it into the "Checks for
9776 library functions" section. This makes us use the system regex
9777 again by default on systems with version 2 of the GNU C library.
9778 This was apparently broken.
9779 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
9780 * acconfig.h (USE_INCLUDED_REGEX): Remove.
9781 * config.in, configure: Regenerated.
9782
287c1a40
MK
9783 * configure.in: Move code that provides the --enable-tui option
9784 before the "Checks for libraries" section. Polish the code
9785 somewhat and set need_curses to yes if we build the TUI. Rewrite
9786 code that looks for a library providing termcap functionality to
9787 match more closely what's done in the Readline library, and move
9788 it into to the "Checks for libraries" section.
9789 * configure: Regenerated.
9790 * Makefile.in (TERMCAP): Remove variable.
9791 * config/i386/go32.mh (TERMCAP): Remove variable.
9792
684e56bf
AC
97932003-01-02 Andrew Cagney <ac131313@redhat.com>
9794
9795 * MAINTAINERS: Mention gdb_mbuild.sh.
9796 * gdb_mbuild.sh: Rewrite.
9797
e1ea1d75
MK
97982003-01-02 Mark Kettenis <kettenis@gnu.org>
9799
9800 * configure.in: Fix typo in last change.
9801 * config.in, configure: Regenerated.
9802
1b831c93
AC
98032003-01-02 Andrew Cagney <ac131313@redhat.com>
9804
9805 * valarith.c (value_binop): Delete obsolete code and comments.
9806 * configure.host: Ditto.
9807 * buildsym.h (make_blockvector): Ditto.
9808 * buildsym.c (make_blockvector): Ditto.
9809 * defs.h (enum language): Ditto.
9810 (chill_demangle): Ditto.
9811 * elfread.c (elf_symtab_read): Ditto.
9812 * dwarfread.c (CHILL_PRODUCER): Ditto.
9813 (set_cu_language): Ditto.
9814 (handle_producer): Ditto.
9815 * expprint.c (print_subexp): Ditto.
9816 * gdbtypes.c (chill_varying_type): Ditto.
9817 * gdbtypes.h (builtin_type_chill_bool): Ditto.
9818 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
9819 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
9820 (chill_varying_type): Ditto.
9821 * language.h (_LANG_chill): Ditto.
9822 * language.c (binop_result_type, integral_type): Ditto.
9823 (character_type, string_type, structured_type): Ditto.
9824 (lang_bool_type, binop_type_check): Ditto.
9825 * stabsread.h (os9k_stabs): Ditto.
9826 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
9827 (define_symbol, read_type, read_struct_fields): Ditto.
9828 (read_array_type, read_enum_type, read_huge_number): Ditto.
9829 (read_range_type, start_stabs): Ditto.
9830 * symfile.c (init_filename_language_table): Ditto.
9831 (add_psymbol_with_dem_name_to_list): Ditto.
9832 * symtab.c (symbol_init_language_specific): Ditto.
9833 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
9834 * symtab.h (struct general_symbol_info): Ditto.
9835 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
9836 * typeprint.c (typedef_print): Ditto.
9837 * utils.c (fprintf_symbol_filtered): Ditto.
9838 * valops.c (value_cast, search_struct_field, value_slice): Delete
9839 obsolete code.
9840 (varying_to_slice): Delete function.
9841 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
9842 (varying_to_slice): Delete declaration.
9843 * MAINTAINERS: Update.
9844
8bb2c122
MK
98452003-01-02 Mark Kettenis <kettenis@gnu.org>
9846
97bf5e38
MK
9847 * configure.in: Reorganize "Checks for library functions section"
9848 a bit. Remove check for `btowc' and `isascii' functions.
9849 * configure: Regenerated.
9850
5ee754fc
MK
9851 * acconfig.h (_MSE_INT_H): Remove.
9852 * configure.in: Create "Checks for header files" section, and move
9853 appropriate tests there. Don't check for objlist.h, wchar.h,
9854 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
9855 misdetection fix. Also add "Checks for types", "Checks for
9856 compiler characteristics" and "Checks for library functions"
9857 sections.
9858 * config.in, configure: Regenerated.
9859
8bb2c122
MK
9860 * configure.in: Create "Checks for programs" section, and move
9861 appropriate tests there.
9862
9a156167
MK
98632003-01-01 Mark Kettenis <kettenis@gnu.org>
9864
9865 * configure.in: Create "Checks for libraries" section, and move
9866 appropriate tests there. Cleanup check for wctype in libw. Use
9867 AC_SEARCH_LIBS to see whether we need libsocket.
9868 * configure: Regenerated.
9869
a80e2bcb 9870For older changes see ChangeLog-2002
c906108c
SS
9871\f
9872Local Variables:
9873mode: change-log
9874left-margin: 8
9875fill-column: 74
9876version-control: never
9877End:
This page took 0.857266 seconds and 4 git commands to generate.