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