2003-07-27 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
222e5d1d
AC
12003-07-27 Andrew Cagney <cagney@redhat.com>
2
3 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
4 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
5 REAL_PC and not the pointer.
6 * hppa-hpux-tdep.c: Include frame.h
7
a7e9a47e
AC
82003-07-27 Andrew Cagney <cagney@redhat.com>
9
10 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
11 GDB_MULTI_ACH_PARTIAL.
12
7e3dd49e
AC
132003-07-27 Andrew Cagney <cagney@redhat.com>
14
15 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
16 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
17 operator at start and not end of line.
18 (decode_prologue): Ditto.
19 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
20 frame_unwind_register_unsigned instead of
21 frame_unwind_unsigned_register.
22 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
23 read_register.
24 (m32r_push_dummy_call): Use register_size instead of
25 REGISTER_RAW_SIZE.
26 (m32r_frame_sniffer): Replace m32r_frame_p.
27 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
28 * m32r-rom.c (report_transfer_performance): Delete extern
29 declaration.
30 (m32r_load, m32r_upload_command): Use print_transfer_performance
31 instead of report_transfer_performance.
32 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
33 / add_show_from_set.
34
0880807f
AC
352003-07-26 Andrew Cagney <cagney@redhat.com>
36
37 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
38 store_return_value and extract_struct_value_address.
39
64ae9269
DJ
402003-07-26 Daniel Jacobowitz <drow@mvista.com>
41
42 PR c++/1267
43 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
44 NULL, default to the section containing PC.
45
e286caf2
SC
462003-07-24 Stephane Carrez <stcarrez@nerim.fr>
47
48 * NEWS: Mention "regs" deprecated for m68hc11 too.
49
50 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
51 (m68hc11_print_register): New function to print out one register.
52 (m68hc11_print_registers_info): New function to print registers.
53 (show_regs): Deprecate and use the above.
54 (m68hc11_gdbarch_init): Install the print_registers_info.
55
705b278b
JJ
562003-07-24 Jeff Johnston <jjohnstn@redhat.com>
57
58 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
59 that we have a SIGTRAP before returning non-zero.
60
63cd4198
EZ
612003-07-23 Michal Ludvig <mludvig@suse.cz>
62 Elena Zannoni <ezannoni@redhat.com>
63
64 * linespec.c (decode_line_2): Avoid crash if
65 find_function_start_sal() returns empty record.
66
6926787d
AS
672003-07-23 Andreas Schwab <schwab@suse.de>
68
69 * ia64-tdep.c (ia64_print_insn): New function.
70 (ia64_gdbarch_init): Set print_insn to it.
71 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
72 deprecated_tm_print_insn_info.
73
708cc1b6
MS
742003-07-22 Michael Snyder <msnyder@redhat.com>
75
76 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
77 handle 8-bit returns (long long).
78 (h8300h_extract_return_value): Ditto.
79 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
80
aebd7893
AC
812003-07-22 Andrew Cagney <cagney@redhat.com>
82
83 * gdbarch.c Include "gdb_obstack.h".
84 (struct gdbarch): Add an "obstack".
85 (alloc_gdbarch_data): Allocate the gdbarch data using
86 GDBARCH_OBSTACK_CALLOC.
87 (free_gdbarch_data): Delete function.
88 (gdbarch_obstack_zalloc): New function.
89 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
90 Assert that the architecture is not initialized.
91 (gdbarch_alloc): Allocate an obstack, allocate the architecture
92 vector from the obstack.
93 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
94 architecture obstack.
95 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
96 (set_gdbarch_data): Assert that the data is not initialized.
97 (struct gdbarch_data): Delete member "free".
98 (register_gdbarch_data): Do not initialize "free".
99 * gdbarch.h, gdbarch.c: Re-generate.
100
153721e6
AC
1012003-07-22 Andrew Cagney <cagney@redhat.com>
102
103 * configure.in (build_warnings): Add -Wformat-nonliteral.
104 * configure: Re-generate.
105
c193f044 1062003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
107
108 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 109
c3228f12
EZ
1102003-07-22 Elena Zannoni <ezannoni@redhat.com>
111
112 * findvar.c (read_var_value): Remove case for thread local storage
113 variables. It is now entirely handled by the dwarf2 location
114 expression code.
115 * printcmd.c (address_info): Ditto.
116 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
117 enumeration value.
118 (struct symbol): Remove objfile field, which was used by
119 LOC_THREAD_LOCAL_STATIC only.
120 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
121 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
122 usage of objfile pointer.
123 * dwarf2loc.c (locexpr_describe_location): Add case to handle
124 thread local variables.
125 Add include of objfiles.h.
126 * dwarf2expr.c (execute_stack_op): Add comments about thread local
127 storage variables.
128 * Makefile.in (dwarf2loc.o): Update dependencies.
129
aef9bcd2
AC
1302003-07-22 Andrew Cagney <cagney@redhat.com>
131
132 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
133 get_frame_base.
134 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
135 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
136 (struct value): Add opaque declaration.
137 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
138
d95a8903
AC
1392003-07-21 Andrew Cagney <cagney@redhat.com>
140
141 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
142 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
143
4db73d49
SC
1442003-07-20 Stephane Carrez <stcarrez@nerim.fr>
145
146 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
147 regcache_cooked_read_unsigned instead of read_register.
148 (m68hc11_saved_pc_after_call): Likewise.
149 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
150 instead of write_register.
151 (m68hc11_register_type): New function.
152 (m68hc11_register_virtual_type): Remove.
153 (m68hc11_store_return_value): Convert to use the regcache.
154 (m68hc11_extract_struct_value_address): Likewise.
155 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
156 m68hc11_register_type; undeprecate store_return_value and
157 extract_struct_value_address.
158
ef2b8fcd
SC
1592003-07-20 Stephane Carrez <stcarrez@nerim.fr>
160
161 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
162 and translate to use regcache.
163 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
164
625b0b97
AC
1652003-07-18 Andrew Cagney <cagney@redhat.com>
166
167 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
168 * gdbarch.h, gdbarch.c: Re-generate.
169 * i386-tdep.c (i386_gdbarch_init): Do not set
170 DWARF2_BUILD_FRAME_INFO.
171 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
172 unconditionally.
173 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
174 DWARF2_BUILD_FRAME_INFO.
175
22b0d388
AC
1762003-07-18 Andrew Cagney <cagney@redhat.com>
177
178 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
179 * disasm.c (gdb_disassemble_info): Initilize di.arch.
180
1ce5d6dd
AC
1812003-07-18 Andrew Cagney <cagney@redhat.com>
182
183 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
184 frame_unwind_address_in_block, instead of frame_pc_unwind.
185 (dwarf2_frame_cache): Ditto.
186
e6e5e94c
AC
1872003-07-18 Andrew Cagney <cagney@redhat.com>
188
189 * user-regs.h (struct gdbarch): Declare opaque.
190 * ui-out.h (struct ui_file): Declare opaque.
191 * dwarf2-frame.h (struct frame_info): Declare opaque.
192
5483d879
KW
1932003-07-18 Kris Warkentin <kewarken@qnx.com>
194
195 * nto-procfs.c: Clean ARI hits. Change #include <..> to
196 #include "...".
197 (procfs_meminfo): Change strerror to safe_strerror.
198 (procfs_can_run): Remove K&R badness.
199
278a7cf7
MS
2002003-07-17 Michael Snyder <msnyder@redhat.com>
201
202 * remote-sim.c: Comment typo fix.
203
606e3b82
AC
2042003-07-17 Andrew Cagney <cagney@redhat.com>
205
206 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
207 configure.
208 * sparc-tdep.c (sparc_intreg_size): Make non-static.
209 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
210 GDB_MULTI_ARCH_PARTIAL.
211
c43af07c
EZ
2122003-07-17 Elena Zannoni <ezannoni@redhat.com>
213
214 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
215 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
216 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
217
3b85b0f1
TR
2182003-07-16 Theodore A. Roth <troth@openavr.org>
219
220 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
221 found.
222 (avr_frame_unwind_cache): Don't unwind FP for main.
223 Update a comment.
224 Save the computed prev_sp.
225 (avr_saved_regs_unwinder): Remove function.
226 (avr_frame_prev_register): Use PC unwind logic from
227 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
228
336d1bba
AC
2292003-07-16 Andrew Cagney <cagney@redhat.com>
230
231 * frame-base.h (frame_base_p_ftype): Delete definition.
232 (frame_base_append_predicate): Delete declaration.
233 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
234 (frame_unwind_append_predicate): Delete declaration.
235 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
236 (append_predicate): Delete parameter "p".
237 (frame_unwind_append_predicate): Delete function.
238 (frame_unwind_append_sniffer): Update call to append_predicate.
239 (frame_unwind_free): Delete function.
240 (_initialize_frame_unwind): Pass NULL as "free" to
241 register_gdbarch_data.
242 (frame_unwind_init): Append the dummy_frame_sniffer.
243 (frame_unwind_find_by_frame): Simplify.
244 * frame-base.c (struct frame_base_table): Delete field "p".
245 (append_predicate): Delete parameter "p".
246 (frame_base_append_predicate): Delete function.
247 (frame_base_append_sniffer): Update call to append_predicate.
248 (frame_base_free): Delete function.
249 (frame_base_find_by_frame): Simplify.
250 (_initialize_frame_base): Pass NULL as "free" to
251 register_gdbarch_data.
252 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
253 (x86_64_sigtramp_frame_sniffer): Replace
254 "x86_64_sigtramp_frame_p".
255 (x86_64_init_abi): Set the frame unwind sniffers.
256 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
257 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
258 (m68k_gdbarch_init): Set the frame unwind sniffers.
259 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
260 "i386_sigtramp_frame_p".
261 (i386_frame_sniffer): Replace "i386_frame_p".
262 (i386_gdbarch_init): Set the frame unwind sniffers.
263 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
264 (avr_gdbarch_init): Set the frame unwind sniffers.
265 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
266 "alpha_sigtramp_frame_p"
267 (alpha_heuristic_frame_sniffer): Replace
268 "alpha_heuristic_frame_p".
269 (alpha_gdbarch_init): Set the frame unwind sniffers.
270 (alpha_dwarf2_init_abi): Ditto.
271 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
272 "alpha_debug_frame_p".
273 (alpha_mdebug_frame_base_sniffer): Replace
274 "alpha_mdebug_frame_base_p".
275 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
276 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
277 (d10v_gdbarch_init): Set the frame unwind sniffer.
278 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
279 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
280 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
281 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
282 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
283 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
284
48db5a3c
CV
2852003-07-16 Michael Snyder <msnyder@redhat.com>
286
287 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
288 should go thru sh_dsp_register_sim_regno, else the dsp regs
289 will not get the right values.
290
2912003-07-16 Corinna Vinschen <vinschen@redhat.com>
292
293 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
294 deprecated_store_floating by call to store_typed_floating.
295 (sh_sh4_register_convert_to_raw): Substitute call to
296 deprecated_extract_floating by call to extract_typed_floating.
297
2982003-07-16 Corinna Vinschen <vinschen@redhat.com>
299
300 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
301
3022003-07-16 Corinna Vinschen <vinschen@redhat.com>
303
304 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
305 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
306 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
307 as possible.
308 (do_pseudo_register): Remove.
309 (sh_push_dummy_code): New function.
310 (sh64_store_struct_return): Rename from sh_store_struct_return.
311 Only called for sh64 now.
312 (sh_extract_struct_value_address): Regcache'ify.
313 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
314 and accomodate new tasks.
315 (sh64_push_return_address): Rename from sh_push_return_address.
316 Only called for sh64 now.
317 (sh_default_extract_return_value): Rename from sh_extract_return_value.
318 Regcache'ify.
319 (sh3e_sh4_extract_return_value): Regcache'ify.
320 (sh_default_store_return_value): Ditto.
321 (sh3e_sh4_store_return_value): Ditto.
322 (sh_default_register_byte): Remove.
323 (sh_sh4_register_byte): Remove.
324 (sh_default_register_raw_size): Remove.
325 (sh_sh4_register_raw_size): Remove.
326 (sh_register_virtual_size): Remove.
327 (sh_sh3e_register_virtual_type): Remove.
328 (sh_sh3e_register_type): New function.
329 (sh_sh4_register_virtual_type): Remove.
330 (sh_sh4_register_type): New function.
331 (sh_default_register_virtual_type): Remove.
332 (sh_default_register_type): New function.
333 (do_fv_register_info): Add parameters to accomodate call from
334 sh_print_registers_info.
335 (do_dr_register_info): Ditto.
336 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
337 Add parameters to accomodate call from sh_print_registers_info.
338 (sh_do_fp_register): Ditto.
339 (sh64_do_pseudo_register): Call do_dr_register_info,
340 do_fv_register_info and sh_do_fp_register with default parameters.
341 (sh_do_register): Add parameters to accomodate call from
342 sh_print_registers_info.
343 (sh_print_register): Ditto.
344 (sh_print_registers_info): Rename from sh_do_registers_info.
345 Add parameters to be used as gdbarch_print_registers_info
346 implementation. Accomodate removed do_pseudo_register function
347 pointer.
348 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
349 function pointer. Call sh_print_register with default parameters.
350 (sh64_do_registers_info): Call sh_print_registers_info instead of
351 sh_do_registers_info.
352 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
353 detection of deprecated vs. non-deprecated functionality.
354 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
355 function pointer assignments by direct function calls.
356
e8a89fe2
AC
3572003-07-15 Andrew Cagney <cagney@redhat.com>
358
359 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
360 (frame_register_unwind, create_new_frame): Ditto.
361 (legacy_get_prev_frame, get_frame_type): Ditto.
362 (get_frame_base_address): Use frame_base_find_by_frame.
363 (get_frame_locals_address): Use frame_base_find_by_frame.
364 (get_frame_args_address): Use frame_base_find_by_frame.
365 * frame-base.h (frame_base_sniffer_ftype): Declare.
366 (frame_base_append_sniffer): Declare.
367 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
368 * frame-base.c (append_predicate): Add a "sniffer" parameter.
369 (frame_base_append_sniffer): New function.
370 (frame_base_append_predicate): Add a NULL sniffer.
371 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
372 (struct frame_base_table): Add "sniffer".
373 (frame_base_free): Free the "sniffer" table.
374 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
375 (frame_unwind_append_sniffer): Declare.
376 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
377 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
378 (struct frame_unwind_table): Add "sniffer", delete "middle".
379 (append_predicate): Add "sniffer" parameter, append the sniffer.
380 (frame_unwind_init): Update append_predicate call.
381 (frame_unwind_append_sniffer): New function.
382 (frame_unwind_append_predicate): Update append_predicate call.
383 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
384
0714963c
AC
3852003-07-15 Andrew Cagney <cagney@redhat.com>
386
387 * frame.c (get_prev_frame): Move disabled inside_entry_func to
388 before code inhibiting repeated unwind attempts. Add to
389 commentary on that test's problems.
390 * blockframe.c (inside_main_func): Look for "main" in the minimal
391 symbol table.
392 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
393 identical.
394
d9170e22
AC
3952003-07-15 Andrew Cagney <cagney@redhat.com>
396
397 * complaints.c (struct explanation): Define.
398 (struct complaints): Change type of "explanation" to "struct
399 explanation".
400 (symfile_explanations): Convert to a "struct explanation" table.
401 (vcomplaint): Update.
402
eba29c8c
ML
4032003-07-15 Michal Ludvig <mludvig@suse.cz>
404
405 * x86-64-linux-nat.c (regmap): Removed.
406 (supply_gregset, fill_gregset): Call
407 x86_64_linux_(fill,supply)_gregset functions.
408 * x86-64-linux-tdep.c (USER_*): New defines.
409 (user_to_gdb_regmap, x86_64_core_fns): New structure.
410 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
411 New functions.
412 (fetch_core_registers): Ditto.
413 (_initialize_x86_64_linux_tdep): Call add_core_fns().
414 * x86-64-linux-tdep.h: New file.
415 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
416 and core-regset.o.
417 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
418
68cc0bfb
MK
4192003-07-13 Mark Kettenis <kettenis@gnu.org>
420
88a115f7
MK
421 * x86-64-tdep.c (x86_64_store_return_value): Use
422 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 423
68cc0bfb
MK
424 * configure.host: Add x86_64-*-freebsd*.
425 * configure.tgt: Add x86_64-*-freebsd*.
426 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
427 * amd64fbsd-nat.c: New file.
428 * amd64fbsd-tdep.c: New file.
429 * config/i386/nm-fbsd64.h: New file.
430 * config/i386/fbsd64.mh: New file.
431 * config/i386/fbsd64.mt: New file.
432
138e7be5
MK
4332003-07-11 Mark Kettenis <kettenis@gnu.org>
434
435 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
436 `sc_regs_offset' and `sc_fpregs_offset'.
437 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
438 SIGFRAME_FPREGSAVE_OFF): Remove defines.
439 (alpha_sigtramp_register_address): Rewrite to use new members of
440 `struct gdbarch_tdep'.
441 (alpha_gdbarch_init): Initialize new members of struct
442 gdbarch_tdep'.
443 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
444 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
445 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
446 (alphafbsd_pc_in_sigtramp): Implement.
447 (alphafbsd_sigtramp_offset): New function.
448 (alphafbsd_sigcontext_addr): New function.
449 (alphafbsd_init_abi): Initialize signal trampoline related members
450 of `struct gdbarch_tdep'.
451 (_initialize_alphafbsd_tdep): Add prototype.
452
95303a68
TR
4532003-07-11 Theodore A. Roth <troth@openavr.org>
454
ba292e4c
TR
455 * Makefile.in (install-only): Quote sed expression when generating
456 transformed_name.
95303a68 457
6896c0c7
RH
4582003-07-11 Richard Henderson <rth@redhat.com>
459
460 * Makefile.in (dwarf2-frame.o): Add complaints_h.
461 * dwarf2-frame.c: Include complaints.h.
462 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
463 variable initialization; return NULL on error.
464 (decode_frame_entry): New.
465
8edd5d01
AC
4662003-07-11 Andrew Cagney <cagney@redhat.com>
467
c4a09524
AC
468 * frame.h (frame_address_in_block): Delete declaration.
469 * blockframe.c (frame_address_in_block): Delete function.
470 (get_frame_block): Use get_frame_address_in_block.
471 (block_innermost_frame): Ditto.
472 * stack.c (print_frame, backtrace_command_1): Ditto.
473
8edd5d01
AC
474 * frame.h (get_frame_address_in_block): Declare.
475 (frame_unwind_address_in_block): Declare.
476 * frame.c (frame_unwind_address_in_block): New function.
477 (get_frame_address_in_block): New function.
478
f7968451
AC
4792003-07-10 Andrew Cagney <cagney@redhat.com>
480
481 * gdbarch.sh: Simplify predicate methods. Remove need to provide
482 pre-default. Note: re-generate has no effect.
483
ae99b398
AC
4842003-07-10 Andrew Cagney <cagney@redhat.com>
485
486 * gdbarch.sh: When a variable, but not a function, compare against
487 0. Fix problem in previous patch.
488 * gdbarch.c: Re-generate.
489
956ac328
AC
4902003-07-10 Andrew Cagney <cagney@redhat.com>
491
492 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
493 functions against NULL, not 0.
494 * gdbarch.c: Re-generate.
495
287c3240
FF
4962003-07-10 Fred Fish <fnf@ninemoons.com>
497
498 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
499 null string instead of a null pointer.
500 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
501
32f63c4b
MS
5022003-07-09 Michael Snyder <msnyder@redhat.com>
503
504 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
505
402ecd56
MK
5062003-07-09 Mark Kettenis <kettenis@gnu.org>
507
508 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
509 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
510 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
511 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
512 * x86-64-tdep.c: ... from here.
513
c481dac7
AS
5142003-07-09 Andreas Schwab <schwab@suse.de>
515
516 * m68k-tdep.h (enum struct_return): Define.
517 (struct gdbarch_tdep): Add struct_return.
518 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
519 bytes are padded to the right, not to the left. Pass struct value
520 address in register %a1, not on stack.
521 (m68k_use_struct_convention): New function.
522 (m68k_gdbarch_init): Set use_struct_convention. Initialize
523 struct_return in tdep to pcc_struct_return.
524 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
525 reg_struct_return.
526
64176fa3
JB
5272003-07-09 Joel Brobecker <brobecker@gnat.com>
528
529 * somread.c (som_symfile_offsets): Fix compilation error.
530
96a4ee76
AC
5312003-07-09 Andrew Cagney <cagney@redhat.com>
532
533 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
534 Add comments about the checks.
535
1517c6d1
AC
5362003-07-08 Andrew Cagney <cagney@redhat.com>
537
538 * Makefile.in: Make dependency section headers consistent.
539 (config_h): Move to $BUILD headers section.
540 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
541 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
542 (ada-exp.tab.c): Move to YACC/LEX section.
543 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
544 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
545
dc5dd1eb
KW
5462003-07-08 Kris Warkentin <kewarken@qnx.com>
547
548 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
549 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
550 of strerror with safe_strerror, use ISO C function definitions,
551 and replace instances of sprintf with snprintf.
dc5dd1eb 552
612dde91
AC
5532003-07-07 Andrew Cagney <cagney@redhat.com>
554
555 * frame.c (get_prev_frame): Enable check for identical frames.
556 Update comments. Update error messages.
557
492c11d3
JB
5582003-07-07 Joel Brobecker <brobecker@gnat.com>
559
560 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
561
376a5a49
JB
5622003-07-07 Joel Brobecker <brobecker@gnat.com>
563
564 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
565 sort_symtab_syms, no longer necessary.
566
22b4a9ad
JB
5672003-07-07 Joel Brobecker <brobecker@gnat.com>
568
569 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
570
5bbcb741
JB
5712003-07-07 Joel Brobecker <brobecker@gnat.com>
572
573 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
574 (mips_register_byte): Likewise.
575
c139e7d9
DJ
5762003-07-07 Daniel Jacobowitz <drow@mvista.com>
577
578 * Makefile.in (sparc_tdep_h): New.
579 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
580 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
581 * sparc-linux-nat.c: Include "sparc-tdep.h".
582 * sparc-nat.c: Likewise.
583 * sparc-tdep.c: Likewise.
584 * sparc64nbsd-nat.c: Likewise.
585 * sparcnbsd-nat.c: Likewise.
586 * sparcnbsd-tdep.c: Likewise.
587 * sparc-tdep.h: New file.
588 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
589 and sparc_npc_regnum.
590
fd8f87c5
DJ
5912003-07-07 Daniel Jacobowitz <drow@mvista.com>
592
593 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
594 (mips_linux_cannot_store_register): List supported instead of
595 unsupported registers.
596
13adf674
DJ
5972003-07-07 Daniel Jacobowitz <drow@mvista.com>
598
599 * disasm.c (dump_insns): Separate instructions from addresses.
600
8de307e0
AS
6012003-07-07 Andreas Schwab <schwab@suse.de>
602
603 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
604 dependencies.
605 * m68k-tdep.c (NUM_FREGS): Delete.
606 (SIG_PC_FP_OFFSET): Delete.
607 (TARGET_M68K): Delete.
608 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
609 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
610 P_MOVEL_SP, P_MOVEML_SP): Define.
611 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
612 P_TRAP): Delete.
613 (m68k_register_raw_size): Delete.
614 (m68k_register_virtual_size): Delete.
615 (m68k_register_type): Renamed from m68k_register_virtual_type and
616 add gdbarch argument.
617 (m68k_store_struct_return): Delete.
618 (m68k_deprecated_extract_return_value): Delete.
619 (m68k_deprecated_extract_struct_value_address): Delete.
620 (m68k_frame_chain): Delete.
621 (m68k_frame_saved_pc): Delete.
622 (m68k_fix_call_dummy): Delete.
623 (m68k_push_dummy_frame): Delete.
624 (m68k_pop_frame): Delete.
625 (m68k_extract_return_value): New function.
626 (m68k_store_return_value): Rewrite using regcache.
627 (m68k_extract_struct_value_address): Rewrite using regcache.
628 (m68k_push_dummy_call): New function.
629 (struct m68k_frame_cache): Define.
630 (m68k_alloc_frame_cache): New function.
631 (m68k_analyze_frame_setup): New function.
632 (m68k_analyze_register_saves): New function.
633 (m68k_analyze_prologue): New function.
634 (m68k_skip_prologue): Rewrite using above functions.
635 (m68k_unwind_pc): New function.
636 (m68k_frame_cache): New function.
637 (m68k_frame_this_id): New function.
638 (m68k_frame_prev_register): New function.
639 (m68k_frame_unwind): New variable.
640 (m68k_frame_p): New function.
641 (m68k_sigtramp_frame_cache): New function.
642 (m68k_sigtramp_frame_this_id): New function.
643 (m68k_sigtramp_frame_prev_register): New function.
644 (m68k_sigtramp_frame_unwind): New variable.
645 (m68k_sigtramp_frame_p): New function.
646 (m68k_frame_base_address): New function.
647 (m68k_frame_base): New function.
648 (m68k_unwind_dummy_id): New function.
649 (fill_gregset): Use regcache_collect.
650 (fill_fpregset): Likewise.
651 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
652 defined.
653 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
654 deprecated_init_frame_pc, deprecated_store_struct_return,
655 deprecated_extract_return_value, deprecated_store_return_value,
656 deprecated_frame_chain, deprecated_frame_saved_pc,
657 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
658 deprecated_register_virtual_size,
659 deprecated_max_register_raw_size,
660 deprecated_max_register_virtual_size,
661 deprecated_register_virtual_type, deprecated_register_size,
662 deprecated_register_byte, deprecated_register_bytes,
663 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
664 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
665 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
666 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
667 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
668 deprecated_push_dummy_frame, deprecated_pop_frame,
669 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
670 only if SYSCALL_TRAP is defined. Set extract_return_value,
671 store_return_value, extract_struct_value_address, register_type,
672 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
673 predicates.
674 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
675 M68K_MAX_REGISTER_SIZE): Define.
676 (struct m68k_sigtramp_info): Define.
677 (struct gdbarch_tdep): Add get_sigtramp_info.
678 * m68klinux-nat.c (fetch_register): Use register_size instead of
679 REGISTER_RAW_SIZE. Don't put assignment in if.
680 (store_register): Likewise.
681 (fetch_inferior_registers): Likewise.
682 (store_inferior_registers): Likewise.
683 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
684 (m68k_linux_frame_saved_pc): Delete.
685 (m68k_linux_sigcontext_reg_offset,
686 m68k_linux_ucontext_reg_offset): Define.
687 (m68k_linux_get_sigtramp_info): New function.
688 (m68k_linux_extract_return_value): Rewrite using regcache.
689 (m68k_linux_store_return_value): Likewise.
690 (m68k_linux_extract_struct_value_address): Likewise.
691 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
692 Don't set deprecated_frame_saved_pc,
693 deprecated_extract_return_value, deprecated_store_return_value,
694 deprecated_extract_struct_value_address. Set
695 extract_return_value, store_return_value,
696 extract_struct_value_address.
697
eb8bc282
AC
6982003-07-07 Andrew Cagney <cagney@redhat.com>
699
700 * expprint.c: Include "user-regs.h" instead of "frame.h".
701 (print_subexp): Use user_reg_map_regnum_to_name, instead of
702 frame_map_regnum_to_name.
703 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
704 (frame_map_name_to_regnum): Simplify, call
705 user_reg_map_name_to_regnum.
706 (frame_map_regnum_to_name): Simplify, call
707 user_reg_map_regnum_to_name.
708 (frame_register_unwind): Update.
709 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
710 (_initialize_frame_reg): Call user_reg_add_builtin.
711 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
712 (value_of_register): Use value_of_user_reg.
713 * eval.c (evaluate_subexp_standard): Update.
714 * parse.c (write_dollar_variable): Update.
715 * d10v-tdep.c (d10v_print_registers_info): Update.
716 * infcmd.c (registers_info): Update.
717 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
718 (builtin_regs_h): Delete macro.
719 (user_regs_h): Define.
720 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
721 (builtin-regs.o): Delete target.
722 (user-regs.o): Specify dependencies.
723 (expprint.o): Update dependencies.
724 (findvar.o): Update dependencies.
725 (frame.o): Update dependencies.
726 (std-regs.o): Update dependencies.
727
9f476a01
CF
7282003-07-06 Christopher Faylor <cgf@redhat.com>
729
730 * win32-nat.c (solib_symbols_add): Use one variable for all section
731 address stuff. Pass variable rather than address of variable to
732 safe_symbol_file_add.
733
a731b831
AS
7342003-07-06 Andreas Schwab <schwab@suse.de>
735
736 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
737
9f83329d
JB
7382003-07-04 Joel Brobecker <brobecker@gnat.com>
739
740 * rs6000-nat.c (vmap_symtab): Fix compilation error.
741
27e28cc5
KW
7422003-07-04 Kris Warkentin <kewarken@qnx.com>
743
744 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
745
7462003-07-04 Kris Warkentin <kewarken@qnx.com>
747
748 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
749 * config/i386/nto.mh: New file.
750 * config/i386/nm-nto.h: New file.
751 * configure.host: Add i[3456]86-*-nto*.
752
100f2e98
JB
7532003-07-03 Joel Brobecker <brobecker@gnat.com>
754
755 * remote-vx.c (vx_add_symbols): Fix compilation error.
756
e23457df
AC
7572003-07-03 Andrew Cagney <cagney@redhat.com>
758
759 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
760 * gdbarch.h, gdbarch.c: Re-generate.
761 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
762 (legacy_register_name): Declare.
763 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
764 (REGISTER_NAME): Define.
765 * sparc-tdep.c (legacy_register_name): New function.
766 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
767 (REGISTER_NAME): Define.
768 (hppa64_register_name): Declare.
769 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
770 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
771 (hppa64_register_name): New function.
772 (hppa_register_name): New function.
773 * arch-utils.c (legacy_register_name): Delete.
774 * arch-utils.h (legacy_register_name): Delete.
775
38caaeec
DJ
7762003-07-03 Daniel Jacobowitz <drow@mvista.com>
777
778 * cli/cli-interp.c (cli_interpreter_resume): Update the
779 cli_uiout's stream to gdb_stdout.
780
dadd712e
AC
7812003-07-03 Andrew Cagney <cagney@redhat.com>
782
783 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
784 predicate.
785 * gdbarch.h, gdbarch.c: Re-generate.
786 * regcache.c (init_regcache_descr): Use legacy code when either
787 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
788
c7f1390e
DJ
7892003-07-02 Daniel Jacobowitz <drow@mvista.com>
790
791 * NEWS: Move "set logging" entry into GDB 6.0 section.
792
4bc8c588
JB
7932003-07-02 Jim Blandy <jimb@redhat.com>
794
a9dd42f1
JB
795 * s390-tdep.c (struct frame_extra_info): new member:
796 'stack_bought_valid'.
797 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
798 initialize fextra_info->stack_bought.
799 (s390_frameless_function_invocation): Don't trust the value of
800 fextra_info_ptr->stack_bought unless
801 fextra_info->stack_bought_valid is set.
802
4bc8c588
JB
803 New S390 prologue analyzer.
804 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
805 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
806 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
807 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
808 compute_x_addr, s390_on_stack, s390_store,
809 s390_get_signal_frame_info): New functions.
810 (S390_NUM_SPILL_SLOTS): New macro.
811 (s390_get_frame_info): Rewritten.
812 (is_arg_reg): Deleted.
813
814 Break out the decoding of S/390 instructions into separate
815 functions, to make it more legible, and easier to check
816 against the spec.
817 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
818 is_rx, is_rxe): New functions.
819 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
820 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
821 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
822 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
823 enums for opcode values. (Is this an improvement?)
824
fd13a04a
AC
8252003-07-02 Andrew Cagney <cagney@redhat.com>
826
827 * i386-tdep.c: Revert change committed as part of trad-frame code
828 below.
829
3f8091c1
DJ
8302003-07-02 Daniel Jacobowitz <drow@mvista.com>
831
832 * breakpoint.c (insert_catchpoint): Make static.
833
8dd5115e
AS
8342003-07-02 Andreas Schwab <schwab@suse.de>
835
836 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
837 former ia64_push_arguments and ia64_push_return_address, and use
838 regcache functions instead of read/write_register.
839 (ia64_gdbarch_init): Set push_dummy_call instead of
840 deprecated_push_arguments and deprecated_push_return_address.
841
a2229c23
AJ
8422003-07-01 Andreas Jaeger <aj@suse.de>
843
844 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
845 before the call.
846 Set %rax only to number of SSE registers used.
847
3b3850e8
AC
8482003-07-01 Andrew Cagney <cagney@redhat.com>
849
850 * trad-frame.h: Update comments, a -1 .addr is reserved.
851 (trad_frame_value_p, trad_frame_addr_p): Declare.
852 (trad_frame_reg_p): Declare.
853 (trad_frame_set_value): Rename trad_frame_register_value.
854 (trad_frame_set_unknown): Declare.
855 * trad-frame.c (trad_frame_realreg_p): New function.
856 (trad_frame_addr_p, trad_frame_value_p): New function.
857 (trad_frame_set_unknown): New function.
858 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
859 (trad_frame_prev_register): Use trad_frame_realreg_p,
860 trad_frame_addr_p and trad_frame_value_p.
861 (trad_frame_set_value): Rename trad_frame_register_value.
862 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
863 and trad_frame_set_value.
a2229c23 864
4d819d0e
JB
8652003-06-30 Jim Blandy <jimb@redhat.com>
866
867 Patch from IBM (authors unspecified, probably Ulrich Weigand and
868 Gerhard Tonn) for argument passing on the S/390 and S/390x:
869 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
870 for 16 registers, and then 32 more bytes.
871 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
872 New macros.
873 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
874 Move up in the file, since it's now used by is_simple_arg.
875 (is_simple_arg): Don't assume registers are four bytes long.
876 Exclude all double arguments. Extended floats are not simple
877 args.
878 (is_power_of_two): New function.
879 (pass_by_copy_ref): Call is_power_of_two, and check that the
880 length fits in a register, rather than listing all the acceptable
881 sizes. Extended floats are not passed by reference.
882 (s390_push_arguments): Don't assume registers are four bytes long.
883 Reserve an argument register to point to the buffer for structures
884 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
885 S390_STACK_FRAME_OVERHEAD.
886
1ad828f1
AS
8872003-06-30 Andreas Schwab <schwab@suse.de>
888
889 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
890 format error message.
891
39b00981
JB
8922003-06-30 Joel Brobecker <brobecker@gnat.com>
893
894 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
895
b2a7f303
DC
8962003-06-30 David Carlton <carlton@kealia.com>
897
898 Band-aid for PR c++/1245.
899 * Makefile.in (cp-support.o): Depend on complaints_h.
900 * cp-support.c: Include complaints.h. Add declaration for
901 find_last_component.
902 (cp_find_first_component): Separate code into
903 cp_find_first_component_aux.
904 (cp_find_first_component_aux): Call demangled_name_complaint.
905 (demangled_name_complaint): New.
906
a257b5bb
AC
9072003-06-30 Andrew Cagney <cagney@redhat.com>
908
909 * remote.c (remote_write_bytes): Explicitly compute and then use
910 the payload size. Update comments to reflect. Fixes problem of
911 GDB not sending small packets as found by Fred Fish.
912
0a2cfde4
AC
9132003-06-30 Andrew Cagney <cagney@redhat.com>
914
915 * remote.c (remote_async_wait): Fix -Wformat problem.
916
3fcb8548
AC
9172003-06-29 Andrew Cagney <cagney@redhat.com>
918
919 * remote.c (remote_wait): Call error, and not warning, when the
920 packet is corrupt.
921 (remote_async_wait): Ditto.
922
9f9970a3
DJ
9232003-06-29 Daniel Jacobowitz <drow@mvista.com>
924
925 * sparc-tdep.c (sparc_y_regnum): Make external again.
926
83a8ccca
DJ
9272003-06-29 Daniel Jacobowitz <drow@mvista.com>
928
929 * cli/cli-logging.c (pop_output_files): Add void to function
930 definition.
931
d2cf594a
AC
9322003-06-29 Andrew Cagney <cagney@redhat.com>
933
934 * frame.c (frame_register_unwind): Use unsigned char when dumping
935 the buffer contents.
936
0fac0b41
DJ
9372003-06-28 Daniel Jacobowitz <drow@mvista.com>
938
939 * cli/cli-logging.c: New file.
940 * cli-out.c (struct ui_out_data): Add original_stream.
941 (cli_redirect): New function.
942 (cli_ui_out_impl): Add cli_redirect.
943 (cli_out_new): Initialize original_stream.
944 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
945 (uo_redirect, ui_out_redirect): New.
946 * ui-out.h (struct ui_out_impl): Add redirect member.
947 (redirect_ftype): New.
948 (ui_out_redirect): Add prototype.
949 * Makefile.in: Add rules for cli-logging.c.
950 * NEWS: Mention "set logging".
951
88a07d7c
EZ
9522003-06-27 Elena Zannoni <ezannoni@redhat.com>
953
954 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
955
4eb58876
AC
9562003-06-27 Andrew Cagney <cagney@redhat.com>
957
958 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
959 (m68hc11_gdbarch_init): Do not set call_dummy_address.
960 * avr-tdep.c (avr_call_dummy_address): Delete function.
961 (avr_gdbarch_init): Do not set call_dummy_address.
962
1549f619
EZ
9632003-06-27 Elena Zannoni <ezannoni@redhat.com>
964
965 * symfile.c (syms_from_objfile): Move variables to inner block.
966 Move the checks for the non-mainline case a bit earlier to avoid
967 doing some useless computations.
968
3cb3398d
EZ
9692003-06-27 Elena Zannoni <ezannoni@redhat.com>
970
971 * dwarfread.c (decode_modified_type): Gag new compiler warning.
972
3799ccc6
EZ
9732003-06-26 Elena Zannoni <ezannoni@redhat.com>
974
975 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
976 sections.
977
ce1f6491
MC
9782003-06-26 Michael Chastain <mec@shout.net>
979
980 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
981 gdb/testsuite/gdb.c++/pr-1210.exp.
982
d958dfd0
AC
9832003-06-26 Andrew Cagney <cagney@redhat.com>
984
985 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
986 altivec_expression.h and altivec_registers.h.
987
d31431ed
AC
9882003-06-26 Andrew Cagney <cagney@redhat.com>
989
990 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
991 info->mach when MIPS16. Patch suggested by Fred Fish.
992
714b1282
AC
9932003-06-26 Andrew Cagney <cagney@redhat.com>
994
995 * utils.c (internal_vproblem): Print the problem to a reason
996 buffer and then pass to query. Make the msg variable more local.
997
42efa47a
AC
9982003-06-26 Andrew Cagney <cagney@redhat.com>
999
1000 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1001 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1002 * gdbarch.h, gdbarch.c: Re-generate.
1003 * frame-base.c (default_frame_args_address): Update. Use
1004 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1005 not available.
1006 (default_frame_locals_address): Ditto for
1007 DEPRECATED_FRAME_LOCALS_ADDRESS.
1008 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1009 (vax_frame_num_args): Update.
1010 (vax_gdbarch_init): Update.
1011 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1012 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1013 * mcore-tdep.c (mcore_gdbarch_init): Update.
1014 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1015 * ia64-tdep.c (ia64_gdbarch_init): Update.
1016 * symtab.h (address_class): Update comments.
1017 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1018 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1019 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1020 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1021 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1022 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1023 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1024 * alpha-mdebug-tdep.c: Update.
1025 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1026
8ffd9b1b
AJ
10272003-06-26 Andreas Jaeger <aj@suse.de>
1028
1029 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1030 of SSE registers so that varargs functions work. Rework handling
1031 of passing arguments on the stack.
1032 (x86_64_store_return_value): Return double and float values in SSE
1033 register.
1034
e8ac10a6
MC
10352003-06-24 Michael Chastain <mec@shout.net>
1036
1037 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1038 the "constructor breakpoints ignored" bug.
1039
986af8e6
DC
10402003-06-25 David Carlton <carlton@kealia.com>
1041
1042 * MAINTAINERS: Update e-mail address.
1043
d64558a5
JB
10442003-06-24 Jim Blandy <jimb@redhat.com>
1045
e538d2d7
JB
1046 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1047
02631ec0
JB
1048 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1049 function.
1050 (ppc_linux_init_abi): Register it as the
1051 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1052
e716d87a
JB
1053 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1054 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1055 method.
1056
d64558a5
JB
1057 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1058 (ppc64_standard_linkage_target): Use it.
1059
449a5da4
AC
10602003-06-23 Andrew Cagney <cagney@redhat.com>
1061
1062 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1063 for 0 "int0" and 4 "int32" sized registers.
1064 * gdbtypes.c (builtin_type_int0): Define.
1065 (build_gdbtypes): Initialize builtin_type_int0.
1066 * gdbtypes.h (builtin_type_int0): Declare.
1067
b2a02dda
SC
10682003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1069
1070 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1071 as characters are unsigned.
1072
fba3138e
DJ
10732003-06-22 Daniel Jacobowitz <drow@mvista.com>
1074
1075 PR gdb/1179
1076 * dwarfread.c (struct_type): Skip static fields without crashing.
1077
f6c8180b
AC
10782003-06-22 Andrew Cagney <cagney@redhat.com>
1079
1080 GDB 6.0 branch created.
f2c06f52
AC
1081 * README: Update.
1082 * PROBLEMS: Update. Empty.
1083 * NEWS: Update.
f6c8180b 1084
ae822768
DJ
10852003-06-22 Daniel Jacobowitz <drow@mvista.com>
1086
1087 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1088 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1089
261de166
AC
10902003-06-22 Andrew Cagney <cagney@redhat.com>
1091
1092 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1093 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1094 Velikov.
1095
30e94205
DJ
10962003-06-22 Daniel Jacobowitz <drow@mvista.com>
1097
1098 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1099 compilers.
1100
9e14d721
DJ
11012003-06-21 Daniel Jacobowitz <drow@mvista.com>
1102
1103 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1104 argument of val_print.
1105 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1106 to the address argument of baseclass_offset or target_read_memory.
1107 Do add it to the argument of cp_print_value_fields.
1108
a4b8ebc8
AC
11092003-06-21 Andrew Cagney <cagney@redhat.com>
1110
1111 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1112 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1113 instead of 0..NUM_REGS.
1114 (mips_register_reggroup_p): New function.
1115 (mips_pseudo_register_write): New function.
1116 (mips_pseudo_register_read): New function.
1117 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1118 based on the register's type.
1119 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1120 cooked.
1121 (mips_get_saved_register): Simplify. Assert that REGNO is a
1122 pseudo / cooked.
1123 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1124 (mips_register_type): Replace mips_register_virtual_type. Map
1125 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1126 when available.
1127 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1128 that the register is cooked / virtual.
1129 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1130 Only get the extra info when needed.
1131 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1132 (mips32_heuristic_proc_desc): Fetch the cooked register.
1133 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1134 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1135 (mips_print_register): Use gdbarch_register_type, instead of
1136 REGISTER_VIRTUAL_TYPE.
1137 (print_gp_register_row): Use gdbarch_register_type, instead of
1138 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1139 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1140 Print the pseudo / cooked registers.
1141 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1142 Print the pseudo / cooked registers.
1143 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1144 REG_NUM is pseudo / cooked.
1145 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1146 (mips_n32n64_xfer_return_value): Ditto.
1147 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1148 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1149 (mips_register_sim_regno): New function.
1150 (mips_gdbarch_init): Set deprecated_register_byte,
1151 register_group_p, pseudo_register_write, pseudo_register_read,
1152 register_sim_regno, and num_pseudo_regs. Set register_type,
1153 instead of register_virtual_type.
1154 * Makefile.in (mips-tdep.o): Update dependencies.
1155 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1156 REGISTER_VIRTUAL_TYPE.
1157 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1158 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1159 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1160 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1161 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1162
325ed089
DJ
11632003-06-21 Daniel Jacobowitz <drow@mvista.com>
1164
1165 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1166 * cli/cli-cmds.c: Include "gdb_vfork.h".
1167 (shell_escape): Use vfork.
1168
f0e7d0e8
AC
11692003-06-21 Andrew Cagney <cagney@redhat.com>
1170
c57bb9fa
AC
1171 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1172 32 bit floating-point register saves.
1173
6e51443a
AC
1174 * frame.h (deprecated_unwind_get_saved_register): Delete.
1175 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1176 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1177 and deprecated_get_next_frame_hack instead of
1178 deprecated_unwind_get_saved_register.
1179
ed183c7c
AC
1180 * mips-tdep.c (mips_dump_tdep): Do not print
1181 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1182
f0e7d0e8
AC
1183 * frame.c (get_frame_register): New function.
1184 (frame_unwind_register_signed): New function.
1185 (get_frame_register_signed): New function.
1186 (frame_unwind_register_unsigned): New function.
1187 (get_frame_register_unsigned): New function.
1188 * frame.h: Add comments on naming schema.
1189 (get_frame_register, frame_unwind_register_signed): Declare.
1190 (get_frame_register_signed, get_frame_register_signed): Declare.
1191 (frame_unwind_register_unsigned): Declare.
1192 (get_frame_register_unsigned): Declare.
1193
2224d941
TR
11942003-06-20 Theodore A. Roth <troth@openavr.org>
1195
1196 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1197
8619218d
TR
11982003-06-20 Theodore A. Roth <troth@openavr.org>
1199
1200 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1201 (avr_read_sp): Ditto.
1202
0b1b50c0
DJ
12032003-06-20 Daniel Jacobowitz <drow@mvista.com>
1204
1205 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1206 * config/arm/nm-linux.h: Likewise.
1207 * config/arm/tm-linux.h: Likewise.
1208 * config/ia64/nm-linux.h: Likewise.
1209 * config/ia64/tm-ia64.h: Likewise.
1210 * config/s390/tm-linux.h: Likewise.
1211 * config/s390/tm-s390.h: Likewise.
1212 * s390-nat.c: Likewise.
1213 * s390-tdep.c: Likewise.
1214
1215 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1216 * config/ia64/linux.mt: Likewise.
1217 * config/m68k/linux.mh: Likewise.
1218 * config/mips/linux.mt: Likewise.
1219 * config/powerpc/linux.mh: Likewise.
1220 * config/sh/linux.mt: Likewise.
1221
c8c18e65
KW
12222003-06-19 Kris Warkentin <kewarken@qnx.com>
1223
1224 * solib.c (solib_open): Change tests for whether to search
1225 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1226 comments.
1227
dcccef2e
TR
12282003-06-19 Theodore A. Roth <troth@openavr.org>
1229
1230 * avr-tdep.c (avr_frame_address): Delete function.
1231 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1232 set_gdbarch_frame_args_address.
1233
5861a190
AC
12342003-06-19 Andrew Cagney <cagney@redhat.com>
1235
1236 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1237 (REGISTER_CONVERT_FROM_TYPE): Delete.
1238 (mips_register_convert_to_type): Delete declaration.
1239 (mips_register_convert_from_type): Delete declaration.
1240 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1241 kernel/.
1242
0274a8ce
MS
12432003-06-19 Michael Snyder <msnyder@redhat.com>
1244
1245 * linux-nat.h: New file.
1246 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 1247 * lin-lwp.c: Include linux-nat.h.
0274a8ce 1248 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 1249 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
1250 (linux_make_note_section): Iterate over lwps instead of threads.
1251 (linux_do_thread_registers): Use lwp instead of merged pid.
1252 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 1253 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
1254 Add dependency on linux_nat_h.
1255
adf5f719
TR
12562003-06-19 Theodore A. Roth <troth@openavr.org>
1257
1258 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1259
6766a268
DJ
12602003-06-19 Daniel Jacobowitz <drow@mvista.com>
1261
1262 * varobj.c (get_type, get_target_type): Use check_typedef.
1263
1171114a
DJ
12642003-06-19 Daniel Jacobowitz <drow@mvista.com>
1265
1266 * breakpoint.c (insert_catchpoint): Call internal_error.
1267
adcf68a2
TR
12682003-06-19 Theodore A. Roth <troth@openavr.org>
1269
1270 * avr-tdep.c (avr_push_dummy_code): Delete function.
1271 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1272
ea67f13b
DJ
12732003-06-19 Daniel Jacobowitz <drow@mvista.com>
1274
1275 * arch-utils.c (default_prepare_to_proceed): Remove.
1276 (generic_prepare_to_proceed): Remove.
1277 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1278 (generic_prepare_to_proceed): Remove prototype.
1279 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1280 * gdbarch.c: Regenerate.
1281 * gdbarch.h: Regenerate.
1282 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1283 * hppah-nat.c (hppa_switched_threads): Remove.
1284 * infrun.c (prepare_to_proceed): New static function, copied from
1285 generic_prepare_to_proceed. Remove select_it argument.
1286 (proceed): Call prepare_to_proceed.
1287 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1288 variables.
1289 (ptrace_wait): Don't set the removed variables.
1290 (hppa_switched_threads): Remove.
1291 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1292 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1293 (lin_lwp_prepare_to_proceed): Remove prototype.
1294 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1295 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1296
4add8633
TR
12972003-06-18 Theodore A. Roth <troth@openavr.org>
1298
1299 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1300 trad-frame.h.
1301 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1302 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1303 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1304 (AVR_PROLOGUE_*): Enumerate prologue types.
1305 (struct frame_extra_info): Remove.
1306 (struct avr_unwind_cache): Define.
1307 (avr_write_sp): Delete function.
1308 (avr_read_fp): Ditto.
1309 (avr_init_extra_frame_info): Ditto.
1310 (avr_pop_frame): Ditto.
1311 (avr_frame_saved_pc): Ditto.
1312 (avr_saved_pc_after_call): Ditto.
1313 (avr_push_return_address): Ditto.
1314 (avr_frame_chain): Ditto.
1315 (avr_store_struct_return): Ditto.
1316 (avr_push_arguments): Ditto.
1317 (avr_scan_prologue): Update comments. Changed to set up the info for
1318 cache unwinding. Now returns end of prologue PC.
1319 (avr_skip_prologue): Better handling of functions lacking a prologue
1320 by using avr_scan_prologue.
1321 (avr_scan_arg_moves): New function.
1322 (avr_saved_regs_unwinder): Ditto.
1323 (avr_frame_unwind_cache): Ditto.
1324 (avr_unwind_pc): Ditto.
1325 (avr_frame_this_id): Ditto.
1326 (avr_frame_prev_register): Ditto.
1327 (avr_frame_p): Ditto.
1328 (avr_frame_base_address ): Ditto.
1329 (avr_unwind_dummy_id): Ditto.
1330 (avr_push_dummy_code): Ditto.
1331 (push_stack_item): Ditto.
1332 (pop_stack_item): Ditto.
1333 (avr_push_dummy_call): Ditto.
1334 (struct stack_item): Define.
1335 (avr_frame_unwind): Declare structure.
1336 (avr_frame_base): Ditto.
1337 (avr_gdbarch_init): Remove calls to
1338 set_gdbarch_deprecated_init_frame_pc,
1339 set_gdbarch_deprecated_target_read_fp,
1340 set_gdbarch_deprecated_dummy_write_sp,
1341 set_gdbarch_deprecated_fp_regnum,
1342 set_gdbarch_deprecated_push_arguments,
1343 set_gdbarch_deprecated_push_return_address,
1344 set_gdbarch_deprecated_pop_frame,
1345 set_gdbarch_deprecated_store_struct_return,
1346 set_gdbarch_deprecated_frame_init_saved_regs,
1347 set_gdbarch_deprecated_init_extra_frame_info,
1348 set_gdbarch_deprecated_frame_chain,
1349 set_gdbarch_deprecated_frame_saved_pc,
1350 set_gdbarch_deprecated_saved_pc_after_call.
1351 Add calls to set_gdbarch_push_dummy_call,
1352 set_gdbarch_push_dummy_code,
1353 frame_unwind_append_predicate,
1354 frame_base_set_default,
1355 set_gdbarch_unwind_dummy_id,
1356 set_gdbarch_unwind_pc.
1357 Wrap a long line.
1358
7be04a68
MS
13592003-06-18 Corinna Vinschen <vinschen@redhat.com>
1360
1361 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1362 registers for H8/300S.
1363 (h8300_print_registers_info): Ditto.
8ffd9b1b 1364 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 1365
ae087d01
DJ
13662003-06-18 Daniel Jacobowitz <drow@mvista.com>
1367
1368 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1369 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1370 (lin_lwp_wait): Likewise. Update comments.
1371 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1372 (pull_pid_from_list, linux_record_stopped_pid): New.
1373
07d8f827
SC
13742003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1375
1376 * ada-lang.c (scan_discrim_bound): Name first argument.
1377 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1378 declared by ALL_BLOCK_SYMBOLS.
1379
7cb47b14
SC
13802003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1381
1382 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1383 ("regcache.h"): Include it.
1384 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1385
6ad8ae5c
DJ
13862003-06-17 Daniel Jacobowitz <drow@mvista.com>
1387
1388 * NEWS: Mention gdbserver detach change and "disconnect" command.
1389 * infcmd.c (disconnect_command): New function.
1390 (_initialize_infcmd): Add ``disconnect'' command.
1391 * remote.c (remote_async_detach): Delete.
1392 (remote_detach): Merge remote_async_detach.
1393 (remote_disconnect): New.
1394 (init_remote_ops): Set to_disconnect.
1395 (init_remote_cisco_ops): Likewise.
1396 (init_remote_async_ops): Likewise. Use remote_detach.
1397 * target.c (cleanup_target): Default to_disconnect.
1398 (update_current_target): Inherit to_disconnect.
1399 (target_disconnect, debug_to_disconnect): New functions.
1400 (setup_target_debug): Set to_disconnect.
1401 * target.h (struct target_ops): Add to_disconnect.
1402 (target_disconnect): Add prototype.
1403
687595f9
DJ
14042003-06-17 Daniel Jacobowitz <drow@mvista.com>
1405
1406 * breakpoint.c (insert_catchpoint): New function.
1407 (insert_breakpoints): Use catch_exceptions to call
1408 insert_catchpoint. Disable catchpoints if they fail to insert.
1409
29239a8f
DJ
14102003-06-17 Daniel Jacobowitz <drow@mvista.com>
1411
1412 * symfile.c (reread_symbols): Clear sym_private.
1413
2cdf3c63
AC
14142003-06-17 Andrew Cagney <cagney@redhat.com>
1415
1416 * trad-frame.h (struct frame_info): Add opaque declaration.
1417 * remote-fileio.h (struct cmd_list_element): Add opaque
1418 declaration.
1419 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1420 comments.
1421
cf0e1e0d
DJ
14222003-06-17 Daniel Jacobowitz <drow@mvista.com>
1423
1424 * remote.c (remote_prepare_to_store): Replace call to
1425 deprecated_read_register_bytes with multiple regcache_raw_read
1426 calls.
1427
192cdb19
KW
14282003-06-17 Kris Warkentin <kewarken@qnx.com>
1429
1430 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1431 (nto_find_and_open_solib): Likewise.
1432 (nto_init_solib_absolute_prefix): Likewise.
1433 (_initialize_nto_tdep): Fix indentation.
1434
89929b45
KW
14352003-06-17 Kris Warkentin <kewarken@qnx.com>
1436
1437 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1438
46019f27
KW
14392003-06-17 Kris Warkentin <kewarken@qnx.com>
1440
1441 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1442
1a38736e
JB
14432003-06-17 Jim Blandy <jimb@redhat.com>
1444
1445 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1446
3605c34a
TR
14472003-06-16 Theodore A. Roth <troth@openavr.org>
1448
1449 * avr-tdep.c (avr_extract_return_value): New function.
1450 (avr_gdbarch_init): Set extract_return_value method.
1451
870b3035
AC
14522003-06-16 Andrew Cagney <cagney@redhat.com>
1453
1454 * frame.h (deprecated_get_next_frame_hack): Declare.
1455 * frame.c (legacy_saved_regs_prev_register): Only require
1456 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1457 there are always saved regs.
1458 (deprecated_generic_get_saved_register): Do not require
1459 DEPRECATED_FRAME_INIT_SAVED_REGS.
1460 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1461 use frame ID unwind instead.
1462 (deprecated_get_next_frame_hack): New function.
1463
63d47a7d
CV
14642003-06-16 Corinna Vinschen <vinschen@redhat.com>
1465
1466 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1467 (h8300_push_dummy_call): ...this function. Some minor optimization.
1468 (h8300_push_return_address): Remove.
1469 (h8300_gdbarch_init): Remove calls to
1470 set_gdbarch_deprecated_dummy_write_sp,
1471 set_gdbarch_deprecated_push_arguments and
1472 set_gdbarch_deprecated_push_return_address.
1473 Add call to set_gdbarch_push_dummy_call.
1474
4bb1dc5e
CV
14752003-06-16 Corinna Vinschen <vinschen@redhat.com>
1476
1477 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1478 (E_PSEUDO_EXR_REGNUM): Ditto.
1479 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 1480 registers into safe registers.
4bb1dc5e
CV
1481 (h8300_skip_prologue): Check for stm instruction to push registers
1482 used for register variables onto stack.
1483 (gdb_print_insn_h8300): Remove.
1484 (h8300_examine_prologue): Add a comment.
1485 (h8300_register_name): Take pseudo registers into account.
1486 (h8300s_register_name): Ditto.
1487 (h8300sx_register_name): Ditto.
1488 (h8300_print_register): Ditto.
1489 (h8300_print_registers_info): Define "nice" printing order.
1490 (h8300_saved_pc_after_call): Take pseudo registers into account.
1491 (h8300_register_type): Ditto. Return type used for remote connection
1492 when requesting real CCR or EXR register, return actual type when
1493 requesting pseudo CCR or EXR.
1494 (h8300_pseudo_register_read): New function.
1495 (h8300_pseudo_register_write): Ditto.
1496 (h8300_dbg_reg_to_regnum): Ditto.
1497 (h8300s_dbg_reg_to_regnum): Ditto.
1498 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1499 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1500 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1501 set_gdbarch_print_insn architecture dependent.
1502 Call set_gdbarch_pseudo_register_read and
1503 set_gdbarch_pseudo_register_write.
1504 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1505
a59fe496
AC
15062003-06-16 Andrew Cagney <cagney@redhat.com>
1507
1508 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1509 * gdbarch.h, gdbarch.c: Re-generate.
1510 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1511 * s390-tdep.c (s390_gdbarch_init): Update.
1512 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1513 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1514 * mips-tdep.c (mips_gdbarch_init): Update.
1515 * mcore-tdep.c (mcore_gdbarch_init): Update.
1516 * cris-tdep.c (cris_gdbarch_init): Update.
1517 * infcall.c (call_function_by_hand): Update.
1518 * ia64-tdep.c (ia64_push_arguments): Update comment.
1519 * frame.c (legacy_get_prev_frame): Do not assume
1520 SAVE_DUMMY_FRAME_TOS_P.
1521 * dummy-frame.c (find_dummy_frame): Update comment.
1522
6f4e5a41
AC
15232003-06-16 Andrew Cagney <cagney@redhat.com>
1524
1525 * regcache.c (do_cooked_read): Do not use register_valid_p.
1526
72fab697
TR
15272003-06-15 Theodore A. Roth <troth@openavr.org>
1528
1529 * avr-tdep.c (avr_register_type): Remove a blank line.
1530 (avr_scan_prologue): Correct some comments.
1531
e3d8b004
TR
15322003-06-15 Theodore A. Roth <troth@openavr.org>
1533
1534 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1535 prologue types.
8ffd9b1b 1536 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
1537 option.
1538 Add code to scan -mcall-prologues for mega devices.
1539
866b76ea
TR
15402003-06-15 Theodore A. Roth <troth@openavr.org>
1541
1542 * avr-tdep.c (avr_register_byte): Delete function.
1543 (avr_register_raw_size): Delete function.
1544 (avr_register_virtual_size): Delete function.
1545 (avr_register_virtual_type): Delete function.
1546 (avr_register_type): New function.
1547 (avr_address_to_pointer): Remove unused code.
1548 (avr_read_fp): Need to read FP as two separate bytes due to change to
1549 avr_register_type() usage.
1550 (avr_gdbarch_init): Don't set deprecated_register_size.
1551 Don't set deprecated_register_bytes.
1552 Don't set deprecated_register_byte.
1553 Don't set deprecated_register_raw_size.
1554 Don't set deprecated_max_register_raw_size.
1555 Don't set deprecated_register_virtual_size.
1556 Don't set deprecated_max_register_virtual_size.
1557 Don't set deprecated_register_virtual_type.
1558 Set register_type method.
1559
3993f6b1
DJ
15602003-06-15 Daniel Jacobowitz <drow@mvista.com>
1561
1562 * Makefile.in (linux-nat.o): Add rule.
1563 * linux-nat.c: New file.
1564 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1565 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1566 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1567 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1568 * config/arm/linux.mh (NATDEPFILES): Likewise.
1569 * config/i386/linux.mh (NATDEPFILES): Likewise.
1570 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1571 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1572 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1573 * config/mips/linux.mh (NATDEPFILES): Likewise.
1574 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1575 * config/s390/s390.mh (NATDEPFILES): Likewise.
1576 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1577
786a90bb
MK
15782003-06-15 Mark Kettenis <kettenis@gnu.org>
1579
1580 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1581 replace out-of-date comment.
1582
3bd3f01e
AC
15832003-06-15 Andrew Cagney <cagney@redhat.com>
1584
1585 * rdi-share/host.h (Fail): Change to a varargs function.
1586 * remote-rdi.c (Fail): Update.
8ffd9b1b 1587
de5b9bb9
MK
15882003-06-15 Mark Kettenis <kettenis@gnu.org>
1589
1590 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1591 (i386_convert_register_p, i386_register_to_value,
1592 i386_register_from_value): Handle types longer than 8 bytes.
1593
d532c08f
MK
15942003-06-15 Mark Kettenis <kettenis@gnu.org>
1595
1596 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1597 Move floating-point code to new function in i387-tdep.c.
1598 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1599 New functions containing code moved here from i386-tdep.c.
1600 * i387-tdep.h: Add opaque declaration for `struct type'.
1601 (i387_register_to_value, i387_value_to_register): New prototypes.
1602 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1603 (x86_64_init_abi): Set convert_register_p, register_to_value and
1604 value_to_register here.
8ffd9b1b 1605
42c466d7
AC
16062003-06-14 Andrew Cagney <cagney@redhat.com>
1607
1608 * mips-tdep.c (mips_register_to_value): Make static.
1609 (mips_value_to_register): Make static.
1610 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1611 * ia64-tdep.c (ia64_register_raw_size): Make static.
1612 (ia64_register_virtual_size): Make static.
1613 (ia64_register_byte): Make static.
1614 * i387-tdep.c: Include "i387-tdep.h".
1615 (print_387_control_word): Delete function.
1616 (print_387_status_word): Delete function.
1617 (print_387_status_bits): Delete function.
1618 (print_387_control_bits): Delete function.
1619 * Makefile.in (i387-tdep.o): Update dependencies.
1620 * rdi-share/host.h (Fail): Declare.
1621 * remote-rdi.c (Fail): Update to match declaration.
1622
2a9cda49
AC
16232003-06-14 Andrew Cagney <cagney@redhat.com>
1624
1625 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
1626 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
1627 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
1628 * config/djgpp/fnchange.lst: Delete "remote-array.c".
1629 * README: Delete reference to remote-array.
1630 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
1631 (remote-array.o): Delete target.
1632 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
1633 * remote-array.c: Delete file.
1634
ff2e87ac
AC
16352003-06-14 Andrew Cagney <cagney@redhat.com>
1636 Mark Kettenis <kettenis@gnu.org>
1637
1638 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
1639 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
1640 parameter with "frame".
1641 * gdbarch.h, gdbarch.c: Re-generate.
1642 * frame.h (put_frame_register): Declare.
1643 * frame.c (put_frame_register): New function.
1644 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
1645 (legacy_register_to_value): Rewrite, use "frame" to get the
1646 register value.
1647 (legacy_value_to_register): Rewrite, use "frame" to find the
1648 register's location before storing.
1649 * arch-utils.h (legacy_convert_register_p): Update.
1650 (legacy_register_to_value, legacy_value_to_register): Update.
1651 * findvar.c (value_from_register): Rewrite, eliminate use of
1652 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
1653 "frame" to REGISTER_TO_VALUE.
1654 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
1655 lval_reg_frame_relative + lval_register branch of the switch. Do
1656 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
1657 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1658 I386_EDI_REGNUM): New defines.
1659 (i386_next_regnum, i386_convert_register_p,
1660 i386_register_to_value, i386_value_to_register): New functions.
1661 (i386_register_convertible, i386_register_convert_to_virtual,
1662 i386_convert_to_raw): Remove functions.
1663 (i386_gdbarch_init): Set convert_register_p, register_to_value and
1664 value_to_register instead of register_convertible,
1665 register_convert_to_virtual and register_convert_to_raw.
1666 * mips-tdep.c (mips_convert_register_p): New function.
1667 (mips_value_to_register): Replace mips_register_convert_from_type.
1668 (mips_register_to_value): Replace mips_register_convert_to_type.
1669 (mips_gdbarch_init): Set conver_register_p, value_to_register and
1670 register_to_value.
1671 * alpha-tdep.c (alpha_convert_register_p): Update.
1672 (alpha_value_to_register): Update, store the register.
1673 (alpha_register_to_value): Update, fetch the register.
1674
98be1e77
TR
16752003-06-14 Theodore A. Roth <troth@openavr.org>
1676
1677 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
1678 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
1679 Don't set deprecated_call_dummy_words.
1680 Remove commented out set_gdbarch_believe_pcc_promotion() call.
1681 Don't set remote_translate_xfer_address.
1682 (avr_io_reg_read_command): Remove commented out debug printf.
1683 Wrap a long line.
1684
57bc6122
TR
16852003-06-14 Theodore A. Roth <troth@openavr.org>
1686
1687 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
1688 causes gdb to seg fault.
1689
eb01fc62
DJ
16902003-06-14 Daniel Jacobowitz <drow@mvista.com>
1691
1692 * sparc-nat.c (fetch_inferior_registers): Correct
1693 a reference to "registers".
1694
3b3e6bee
DJ
16952003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
1696
1697 * Makefile.in (exc_request_U_h): Define
1698 (exc_request_S_h): Likewise.
1699 (msg_reply_S_h): Likewise.
1700 (msg_U_h): Likewise.
1701 (notify_S_h): Likewise.
1702 (process_reply_S_h): Likewise.
1703 (gnu-nat.o): Depend on gdb_obstack_h
1704 * gnu-nat.c: Include "gdb_obstack.h".
1705
b8de8283
AC
17062003-06-13 Andrew Cagney <cagney@redhat.com>
1707
1708 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
1709 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 1710
f3be58bc
AC
17112003-06-13 Andrew Cagney <cagney@redhat.com>
1712
1713 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
1714 when deprecated REGISTER macros can be deleted.
1715 * gdbarch.h, gdbarch.c: Re-generate.
1716
4c0122c8
JB
17172003-06-13 Jim Blandy <jimb@redhat.com>
1718
1719 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
1720 Linux entry point symbols for _dl_debug_state, too.
1721
3e210248
AC
17222003-06-13 Andrew Cagney <cagney@redhat.com>
1723
1724 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
1725 available, do not use the FP register, and always save the TOS.
1726 * dummy-frame.c (dummy_frame_this_id): Do not assert
1727 SAVE_DUMMY_FRAME_TOS.
1728 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
1729 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
1730 (i386_push_dummy_call): Add 8 to the returned SP.
1731 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
1732 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
1733 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
1734 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
1735 (x86_64_push_dummy_call): Return "sp + 16".
1736 (x86_64_init_abi): Do not set save_dummy_frame_tos.
1737 * alpha-tdep.c (alpha_gdbarch_init): Do not set
1738 save_dummy_frame_tos.
1739
0b65af49
JB
17402003-06-13 Jim Blandy <jimb@redhat.com>
1741
1742 * frv-tdep.c (frv_use_struct_convention): Delete static
1743 declaration for function deleted in my change of 2003-06-12.
1744
4ea2465e
TR
17452003-06-13 Theodore A. Roth <troth@openavr.org>
1746
1747 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
1748 (avr_pointer_to_address): Shift code addrs left 1 bit.
1749 (avr_convert_from_func_ptr_addr): Delete function since operation is
1750 better handled by avr_address_to_pointer and avr_pointer_to_address.
1751 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
1752
1581182a
MK
17532003-06-13 Mark Kettenis <kettenis@gnu.org>
1754
1755 From Kelley Cook <kelleycook@wideopenwest.com>:
1756 * configure.host: Accept i[34567]86 variants.
1757 * configure.tgt: Likewise.
1758 * nlm/configure.in: Likewise.
1759 * nlm/configure: Regenerated.
1760
7aa1783e
RE
17612003-06-13 Richard Earnshaw <rearnsha@arm.com>
1762
1763 * arm-tdep.c (solib-svr4.h): Dont' include it.
1764 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
1765 * arm-linux-tdep.c: ... here. Make static.
1766 (arm_linux_init_abi): Register it.
1767 (solib-svr4.h): Include it.
1768 * Makefile.in: Update dependencies.
1769 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
1770 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
1771
0261a0d0
CV
17722003-06-13 Corinna Vinschen <vinschen@redhat.com>
1773
1774 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
1775 indicate registers used for return values.
1776 (struct frame_extra_info): Drop args_pointer and locals_pointer.
1777 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
1778 members.
1779 (h8300_init_extra_frame_info): Ditto.
1780 (h8300_frame_locals_address): Removed.
1781 (h8300_frame_args_address): Removed.
1782 (h8300_extract_return_value): Use new regcache structure. Only care
1783 for 16 bit CPUs.
1784 (h8300h_extract_return_value): Same function for 32 bit CPUs.
1785 (h8300_store_return_value): Use new regcache structure. Only care
1786 for 16 bit CPUs.
1787 (h8300h_store_return_value): Same function for 32 bit CPUs.
1788 (h8300_store_struct_return): Removed.
1789 (h8300_extract_struct_value_address): Use new regcache structure.
1790 (h8300h_extract_struct_value_address): Removed.
1791 (h8300_push_dummy_code): New function.
1792 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
1793 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
1794 set_gdbarch_store_return_value architecture dependent.
1795 Call set_gdbarch_push_dummy_code and
1796 set_gdbarch_extract_struct_value_address.
1797 Remove calls to set_gdbarch_frame_args_address,
1798 set_gdbarch_frame_locals_address,
1799 set_gdbarch_deprecated_store_struct_return,
1800 set_gdbarch_deprecated_extract_return_value,
1801 set_gdbarch_deprecated_extract_struct_value_address,
1802 set_gdbarch_deprecated_call_dummy_words and
1803 set_gdbarch_deprecated_sizeof_call_dummy_words.
1804
055c394a
CV
18052003-06-13 Corinna Vinschen <vinschen@redhat.com>
1806
1807 * h8300-tdep.c (h8300_register_byte): Remove.
1808 (h8300h_register_byte): Remove.
1809 (h8300_register_virtual_type): Remove. Substitute by...
1810 (h8300_register_type): New function.
1811 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
1812 (h8300h_extract_struct_value_address): Ditto.
1813 (h8300_gdbarch_init): Drop calls to
1814 set_gdbarch_deprecated_register_byte and
1815 set_gdbarch_deprecated_register_virtual_type.
1816 Add call to set_gdbarch_register_type.
1817
9c04cab7
AC
18182003-06-13 Andrew Cagney <cagney@redhat.com>
1819
1820 * gdbarch.sh: Update comments on registers.
1821 (deprecated_register_byte): Rename register_byte.
1822 (deprecated_register_raw_size): Rename register_raw_size.
1823 (deprecated_register_virtual_size): Rename register_virtual_size.
1824 (deprecated_register_virtual_type): Rename register_virtual_type.
1825 * gdbarch.h, gdbarch.c: Re-generate.
1826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1827 * vax-tdep.c (vax_gdbarch_init): Update.
1828 * v850-tdep.c (v850_gdbarch_init): Update.
1829 * sparc-tdep.c (sparc_gdbarch_init): Update.
1830 * sh-tdep.c (sh_gdbarch_init): Update.
1831 * s390-tdep.c (s390_gdbarch_init): Update.
1832 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1833 * ns32k-tdep.c: Update.
1834 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1835 * mips-tdep.c (mips_gdbarch_init): Update.
1836 * mcore-tdep.c (mcore_gdbarch_init): Update.
1837 * m68k-tdep.c (m68k_gdbarch_init): Update.
1838 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1839 * ia64-tdep.c (ia64_gdbarch_init): Update.
1840 * hppa-tdep.c (hppa_gdbarch_init): Update.
1841 * h8300-tdep.c (h8300_gdbarch_init): Update.
1842 * frv-tdep.c (frv_gdbarch_init): Update.
1843 * cris-tdep.c (cris_gdbarch_init): Update.
1844 * avr-tdep.c (avr_gdbarch_init): Update.
1845 * alpha-tdep.c (alpha_gdbarch_init): Update.
1846 * arm-tdep.c (arm_gdbarch_init): Update.
1847
b060cbea
AC
18482003-06-13 Andrew Cagney <cagney@redhat.com>
1849
1850 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
1851 mips_o32_use_struct_convention with always_use_struct_convention.
1852
0fc9922a
DC
18532003-06-12 David Carlton <carlton@kealia.com>
1854
1855 * cp-namespace.c (cp_set_block_scope): Comment out
1856 processing_has_namespace_info branch.
1857
1fd35568
JB
18582003-06-12 Jim Blandy <jimb@redhat.com>
1859
f470a70a
JB
1860 Recognize and skip 64-bit PowerPC Linux linkage functions.
1861 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
1862 insn_pattern, insns_match_pattern, d_field, ds_field): New
1863 functions, macros, and types for working with PPC instructions.
1864 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
1865 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
1866 ppc64_skip_trampoline_code): New functions, variables, and macros
1867 for recognizing and skipping linkage functions.
1868 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
1869 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
1870
49ff75ad
JB
1871 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
1872 register offsets for both the 32- and 64-bit interfaces.
1873
bd918c83
JB
1874 Actually finish the job started by my change of 2003-05-29.
1875 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
1876 other #definition of this.
1877 (ppc_linux_skip_trampoline_code): Remove declaration.
1878 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
1879 static.
1880 (ppc_linux_init_abi): Register it as the skip_trampoline_code
1881 method for GDBARCH.
1882
1883 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
1884 'long' on ppc64-*-linux*.
1885
f8c59253
JB
1886 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
1887 isn't #defined, assume the register doesn't exist: act as if
1888 tdep->ppc_mq_regnum were -1.
1889
8fbb30b1
JB
1890 * configure.host, configure.tgt: Add entries for
1891 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
1892 powerpc/linux.mt.
1893 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
1894 New files.
1895
1fd35568
JB
1896 * arch-utils.c (always_use_struct_convention): New function.
1897 * arch-utils.h (always_use_struct_convention): New prototype.
1898 * alpha-tdep.c (alpha_use_struct_convention): Delete.
1899 (alpha_gdbarch_init): Register always_use_struct_convention,
1900 instead of alpha_use_struct_convention.
1901 * cris-tdep.c (cris_use_struct_convention): Delete.
1902 (cris_gdbarch_init): Register always_use_struct_convention,
1903 instead of cris_use_struct_convention.
1904 * frv-tdep.c (frv_use_struct_convention): Delete.
1905 (frv_gdbarch_init): Register always_use_struct_convention,
1906 instead of frv_use_struct_convention.
1907 * h8300-tdep.c (h8300_use_struct_convention): Delete.
1908 (h8300_gdbarch_init): Register always_use_struct_convention,
1909 instead of h8300_use_struct_convention.
e3305dd9 1910 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
1911 (mips_o32_gdbarch_init): Register always_use_struct_convention,
1912 instead of mips_o32_use_struct_convention.
1913
e14e6e9c
AC
19142003-06-12 Andrew Cagney <cagney@redhat.com>
1915
1916 * wince.c: Include "mips-tdep.h".
1917 * mips-tdep.h (mips_next_pc): Declare.
1918 * mcore-tdep.c: Make more local functions static.
1919 * Makefile.in (wince.o): Update dependencies.
1920
2335f48e
DC
19212003-06-12 David Carlton <carlton@kealia.com>
1922
1923 * symtab.c (lookup_symbol_aux_minsyms): Replace
1924 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
1925 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
1926 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
1927 SYMBOL_NATURAL_NAME.
1928
f70a7d61
AS
19292003-06-12 Andreas Schwab <schwab@suse.de>
1930
1931 * Makefile.in (tuiDisassem.o): Update dependencies.
1932
b6429628
DC
19332003-06-12 David Carlton <carlton@bactrian.org>
1934
1935 * symtab.h: Delete declaration of make_symbol_overload_list.
1936 Add declaration of lookup_partial_symbol.
1937 * symtab.c (remove_params): Move to cp-support.c.
1938 (overload_list_add_symbol, make_symbol_overload_list)
1939 (sym_return_val_size, sym_return_val_index): Ditto.
1940 (lookup_partial_symbol): Make extern.
1941 * cp-support.h: Add declaration of make_symbol_overload_list.
1942 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
1943 symtab.h, and block.h.
1944 (remove_params): Move here from symtab.c.
1945 (overload_list_add_symbol, make_symbol_overload_list)
1946 (sym_return_val_size, sym_return_val_index): Ditto.
1947 * valops.c: Include cp-support.h.
1948 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
1949 frame_h, and block_h.
1950 (valops.o): Depend on cp_support_h.
1951
084edea5
CV
19522003-06-12 Corinna Vinschen <vinschen@redhat.com>
1953
1954 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
1955 substitute by NUM_REGS throughout.
1956 (h8300_register_name): Only care for H8/300 and H8/300H registers.
1957 (h8300s_register_name): New function for H8S registers.
1958 (h8300sx_register_name): Ditto for H8SX registers.
1959 (h8300_print_register): Revise register printing, avoid depending
1960 on 32 bit long.
0261a0d0 1961 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
1962 (h8300h_register_byte): New function for any other architecture.
1963 (h8300_register_raw_size): Remove.
1964 (h8300_register_virtual_type): Revise to return actually useful
1965 type.
1966 (h8300_extract_struct_value_address): Only care for H8/300 registers.
1967 (h8300h_extract_struct_value_address): New function for any other
1968 architecture.
1969 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
1970 set_gdbarch_register_name, set_gdbarch_register_byte,
1971 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
1972 Remove calls to set_gdbarch_deprecated_register_size,
1973 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
1974 set_gdbarch_deprecated_max_register_raw_size,
1975 set_gdbarch_register_virtual_size and
1976 set_gdbarch_deprecated_max_register_virtual_size entirely.
1977 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
1978 set_gdbarch_long_double_bit.
1979
06194148
JJ
19802003-06-11 Jeff Johnston <jjohnstn@redhat.com>
1981
8ffd9b1b
AJ
1982 * doublest.c (convert_doublest_to_floatformat): When dealing
1983 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
1984 processing a full 32 bits of mantissa.
1985
de4f826b
DC
19862003-06-11 David Carlton <carlton@bactrian.org>
1987
1988 * dictionary.h: New.
1989 * dictionary.c: New.
1990 * block.h: Add opaque declaration for struct dictionary.
1991 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
1992 'sym' members.
1993 (BLOCK_DICT): New macro.
1994 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
1995 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
1996 BLOCK_SHOULD_SORT.
1997 (ALL_BLOCK_SYMBOLS): Update definition.
1998 * Makefile.in (SFILES): Add dictionary.c.
1999 (dictionary_h): New.
2000 (COMMON_OBS): Add dictionary.o.
2001 (dictionary.o): New.
2002 (ada-lang.o): Depend on dictionary_h.
2003 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2004 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2005 (mi-cmd-stack.o): Ditto.
2006 (gdbtk-cmds.o): Update dependencies.
2007 (gdbtk-stack.o): Ditto.
2008 * ada-lang.c: Include dictionary.h.
2009 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2010 (fill_in_ada_prototype, debug_print_block): Ditto.
2011 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2012 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2013 'is_sorted'.
2014 * mdebugread.c: Include dictionary.h.
2015 (struct parse_stack): Delete 'maxsyms' member.
2016 (parse_symbol): Update calls to new_block. Delete calls to
2017 shrink_block. Use dictionary methods.
2018 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2019 Update calls to new_symtab. Don't maintain maxsyms data.
2020 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2021 (add_symbol): Just call dict_add_symbol.
2022 (new_symtab): Delete 'maxsyms' argument.
2023 (new_symtab): Update calls to new_block.
2024 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2025 (shrink_block): Delete function.
2026 (fixup_sigtramp): Update call to new_block. Add symbol via
2027 dict_add_symbol.
2028 * jv-lang.c: Include dictionary.h.
2029 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2030 appropriately. Set class_symtab->free_func. Make sure the
2031 blockvector is big enough to hold two blocks.
2032 (add_class_symtab_symbol): Use dictionary methods.
2033 (free_class_block): New function.
2034 (type_from_class): Replace explicit iteration by
2035 ALL_BLOCK_SYMBOLS.
2036 * symtab.h (struct symtab): Replace 'free_ptr' method by
2037 'free_func'.
2038 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2039 sort_symtab_syms.
2040 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2041 sort_symtab_syms.
2042 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2043 Include dictionary.h.
2044 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2045 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2046 sort_symtab_syms.
2047 * objfiles.c: Include dictionary.h.
2048 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2049 * buildsym.c: Include dictionary.h.
2050 (finish_block): Use dictionary methods.
2051 (end_symtab): Set free_func to NULL, not free_ptr.
2052 * tracepoint.c: Include dictionary.h.
2053 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2054 (scope_info): Ditto.
2055 * stack.c: Include dictionary.h.
2056 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2057 (print_block_frame_labels, print_frame_arg_vars)
2058 (print_frame_args): Ditto.
2059 * symmisc.c (free_symtab_block): Use dictionary methods.
2060 (dump_symtab): Ditto.
2061 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2062 Include dictionary.h.
2063 * symfile.h: Delete declarations of sort_block_syms,
2064 sort_symtab_syms.
2065 * symfile.c (sort_block_syms): Delete.
2066 (sort_symtab_syms): Delete.
2067 * symtab.c: Include dictionary.h.
2068 (lookup_block_symbol): Use dictionary iterators.
2069 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2070 (search_symbols, make_symbol_completion_list): Ditto.
2071 (make_symbol_overload_list): Ditto.
2072 * valops.c (value_of_local): Use dict_empty.
2073 Include dictionary.h.
2074
a31f978c
JB
20752003-06-11 J. Brobecker <brobecker@gnat.com>
2076
2077 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2078
526e70c0
DC
20792003-06-11 David Carlton <carlton@bactrian.org>
2080
2081 * block.h (BLOCK_SHOULD_SORT): Delete.
2082 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2083 blocks.
2084 * ada-lang.c (ada_add_block_symbols): Ditto.
2085 * symfile.c (sort_block_syms): Delete.
2086 (sort_symtab_syms): Ditto.
2087 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2088 declarations.
2089 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2090 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2091 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2092 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2093 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2094 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2095 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2096
33c08150
JJ
20972003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2098
8ffd9b1b 2099 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
2100 bits to 128.
2101
781a750d
AC
21022003-06-11 Andrew Cagney <cagney@redhat.com>
2103
2104 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2105 REGISTER_CONVERTIBLE.
2106 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2107 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2108 * gdbarch.h, gdbarch.c: Re-generate.
2109 * arch-utils.h (deprecated_register_convertible_not): Rename
2110 generic_register_convertible_not.
2111 * arch-utils.c (deprecated_register_convertible_not): Rename
2112 generic_register_convertible.
2113 (legacy_convert_register_p, legacy_register_to_value): Update.
2114 * sh-tdep.c (sh64_push_arguments): Update.
2115 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2116 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2117 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2118 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2119 * arch-utils.c (legacy_value_to_register): Update.
2120 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2121 (rs6000_register_convert_to_raw): Make parameter "from" const.
2122 * mips-tdep.c (mips_gdbarch_init): Update.
2123 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2124 * infcmd.c (default_print_registers_info): Update.
2125 * ia64-tdep.c (ia64_gdbarch_init): Update.
2126 (ia64_register_convert_to_raw): Make parameter "from" const.
2127 * i386-tdep.c (i386_gdbarch_init): Update.
2128 (i386_register_convert_to_raw): Update.
2129
cd90e54f
AC
21302003-06-11 Andrew Cagney <cagney@redhat.com>
2131
2132 * remote-fileio.c: Include "remote-fileio.h".
2133 * Makefile.in (remote-fileio.o): Update dependencies.
2134 (remote_fileio_h): Fix typo.
2135
a78f21af
AC
21362003-06-11 Andrew Cagney <cagney@redhat.com>
2137
2138 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2139 (xstormy16_save_dummy_frame_tos): Make static.
2140 (_initialize_xstormy16_tdep): Add declaration.
2141 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2142 * v850-tdep.c: Make local functions static.
2143 (_initialize_v850_tdep): Add declaration.
2144 * sparc-tdep.c: Make local functions static.
2145 (_initialize_sparc_tdep): Add declaration.
2146 * sh-tdep.c: Make local functions static.
2147 (_initialize_sh_tdep): Add declaration.
2148 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2149 * s390-tdep.c: Make local functions static.
2150 (_initialize_s390_tdep): Add declaration.
2151 * dbxread.c (find_stab_function_addr): Make static.
2152 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2153 * ocd.c (_initialize_remote_ocd): Add declaration.
2154 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2155 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2156 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2157 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2158 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2159 * remote-array.c (_initialize_array): Add declaration.
2160 (_initialize_remote_monitors): Add declaration.
2161 * remote-mips.c: Make local functions static.
2162 (_initialize_remote_mips): Add declaration.
2163 * mcore-tdep.c: Make all local functions static.
2164 (_initialize_mcore_tdep): Add declaration.
2165 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2166 * abug-rom.c (_initialize_abug_rom): Add declaration.
2167 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2168 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2169 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2170 * remote-est.c (_initialize_est): Add declaration.
2171 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2172 (m68hc11_call_dummy_address): Make static.
2173 * ia64-tdep.c: Make local functions static.
2174 (_initialize_ia64_tdep): Add declaration.
2175 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2176 * monitor.c (monitor_wait_filter): Make static.
2177 (_initialize_remote_monitors): Add declaration.
2178 * remote-hms.c (_initialize_remote_hms): Add declaration.
2179 * remote-e7000.c (fetch_regs_from_dump): Make static.
2180 (expect_n): Make static.
2181 (_initialize_remote_e7000): Add declaration.
2182 * ser-e7kpc.c: Always include "defs.h".
2183 (_initialize_ser_e7000pc): Add declaration.
2184 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2185 * cris-tdep.c: Make all but one function static.
2186 (_initialize_cris_tdep): Add declaration.
2187 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2188 * solib.c (update_solib_list): Make static.
2189 (_initialize_solib): Add declaration.
2190 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2191 (_initialize_avr_tdep): Add declaration.
2192 * remote-rdi.c (voiddummy): Make static.
2193 (_initialize_remote_rdi): Add declaration.
2194 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2195 * remote-rdp.c (send_rdp): Make static.
2196 (_initialize_remote_rdp): Add declaration.
2197 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2198
cbcdb1f5
CV
21992003-06-11 Corinna Vinschen <vinschen@redhat.com>
2200
2201 * remote-fileio.c: Make ari happy.
2202
a191ea8d
JB
22032003-06-10 J. Brobecker <brobecker@gnat.com>
2204
2205 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2206 fetching the trailing bytes of the buffer we are about to write.
2207
0ef75e11
AC
22082003-06-10 Andrew Cagney <cagney@redhat.com>
2209
2210 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2211 * Makefile.in (remote-fileio.o): Update dependencies.
2212 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2213 include <setjmp.h>, or <sys/types.h> conditional on USG.
2214 (remote_fio_jmp_buf): Delete global variable.
2215
449092f6 22162003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 2217 Martin M. Hunt <hunt@redhat.com>
449092f6 2218
559fa028
AC
2219 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2220 (SFILES): Add remote-fileio.c.
2221 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2222 dependencies for building remote.o.
449092f6
CV
2223 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2224 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 2225 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
2226 static storage class.
2227 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2228 'F' packet.
2229 (_initialize_remote): Call initialize_remote_fileio().
2230 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
2231 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2232 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2233 (captured_main): Initialize new ui_files.
2234 * ui-file.c: Add read and fgets input functions.
2235 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2236 (null_file_read): New function.
2237 (ui_file_read): New function.
2238 (set_ui_file_read): New function.
2239 (stdio_file_read): New function.
2240 * ui-file.h: New type ui_file_read_ftype.
2241 (set_ui_file_read): Declare.
2242 (ui_file_read): Declare.
2243
248de703
AC
22442003-06-09 Andrew Cagney <cagney@redhat.com>
2245
2246 * frame.h (deprecated_unwind_get_saved_register): Rename
2247 generic_unwind_get_saved_register, update comments.
2248 * mips-tdep.c (mips_get_saved_register): Update.
2249 * frame.c (deprecated_unwind_get_saved_register): Update.
2250
0ed8aa57
AC
22512003-06-09 Andrew Cagney <cagney@redhat.com>
2252
2253 * vax-tdep.c (vax_frame_locals_address): Delete function.
2254 (vax_gdbarch_init): Do not set frame_locals_address.
2255 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2256 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2257 * s390-tdep.c (s390_frame_args_address): Delete function.
2258 (s390_gdbarch_init): Do not set frame_args_address or
2259 frame_locals_address.
2260 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2261 (ns32k_gdbarch_init): Do not set frame_locals_address.
2262 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2263 (hppa_frame_locals_address): Delete function.
2264 (hppa_gdbarch_init): Do not set frame_args_address, or
2265 frame_locals_address.
2266 * arm-tdep.c (arm_frame_args_address): Delete.
2267 (arm_frame_locals_address): Delete.
2268 (arm_gdbarch_init): Do not set frame_args_address, or
2269 frame_locals_address.
2270
983a287a
AC
22712003-06-09 Andrew Cagney <cagney@redhat.com>
2272
2273 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2274 * gdbarch.h, gdbarch.c: Re-generate.
2275 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2276 * arch-utils.c (frame_num_args_unknown): Delete function.
2277 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2278 (frame_info): Use FRAME_NUM_ARGS_P.
2279 * arm-tdep.c (arm_frame_num_args): Delete function.
2280 (arm_gdbarch_init): Do not set frame_num_args.
2281 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2282 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2283 (hppa_gdbarch_init): Do not set frame_num_args.
2284 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2285 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2286 frame_num_args to default frame_num_args_unknown.
2287 * v850-tdep.c (v850_gdbarch_init): Ditto.
2288 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2289 * sh-tdep.c (sh_gdbarch_init): Ditto.
2290 * s390-tdep.c (s390_gdbarch_init): Ditto.
2291 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2292 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2293 * mips-tdep.c (mips_gdbarch_init): Ditto.
2294 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2295 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2296 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2297 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2298 * i386-tdep.c (i386_gdbarch_init): Ditto.
2299 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2300 * frv-tdep.c (frv_gdbarch_init): Ditto.
2301 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2302 * cris-tdep.c (cris_gdbarch_init): Ditto.
2303 * avr-tdep.c (avr_gdbarch_init): Ditto.
2304 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2305
8d3b0994
AC
23062003-06-09 Andrew Cagney <cagney@redhat.com>
2307
2308 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2309 (print_frame_args): Moved to "stack.c".
2310 * stack.c: Include "gdb_assert.h".
2311 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2312 (print_frame_args): Moved from "printcmd.c".
2313 * frame.h (print_frame_args): Delete declaration.
2314 * Makefile.in (stack.o): Update dependencies.
2315
25e3a86b
AC
23162003-06-08 Andrew Cagney <cagney@redhat.com>
2317
2318 * frame.c (get_prev_frame): Remove reference to
2319 frame_args_address_correct in comments.
2320 * frame-base.c (default_frame_args_address): Delete code
2321 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2322 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2323 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2324 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2325 (vax_frame_args_address_correct): Delete declaration.
2326
a9e5fdc2
AC
23272003-06-08 Andrew Cagney <cagney@redhat.com>
2328
2329 * gdbarch.sh (UNWIND_SP): Add.
2330 * gdbarch.h, gdbarch.c: Re-generate.
2331 * frame.c (frame_sp_unwind): New function.
2332 (get_frame_sp): New function.
2333 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2334 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2335 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2336 value.
2337 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2338 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2339
8983bd83
AC
23402003-06-08 Andrew Cagney <cagney@redhat.com>
2341
7fec2c59
AC
2342 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2343 REMOTE_BREAKPOINT.
2344 * remote.c: Update.
2345 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2346 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2347 * config/m68k/tm-sun3.h: Update.
2348 * config/m68k/tm-m68klynx.h: Update.
2349 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2350
8983bd83
AC
2351 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2352 trad_frame". Update comments.
2353 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2354 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2355 (trad_frame_register_value, trad_frame_prev_register): Update.
2356
b9362cc7
AC
23572003-06-08 Andrew Cagney <cagney@redhat.com>
2358
2359 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2360 from GCC's acinclude.m4.
2361 * configure.in: Check for getopt's delcaration.
8ffd9b1b 2362 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
2363 * main.c (error_init): Delete declaration.
2364 * defs.h (error_init): Declare.
2365 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2366 (rs6000_convert_from_func_ptr_addr): Make static.
2367 (_initialize_rs6000_tdep): Add declaration.
2368 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2369 (show_commands, set_verbose, show_history): Delete declaration.
2370 * top.h (set_verbose): Add declaration.
2371 (show_history, set_history, show_commands): Add declaration.
2372 (do_restore_instream_cleanup): Add declaration.
2373 * objc-lang.c (specialcmp): Make static.
2374 (print_object_command): Make static.
2375 (find_objc_msgsend): Make static.
2376 (find_objc_msgcall_submethod_helper): Make static.
2377 (find_objc_msgcall_submethod): Make static.
2378 (_initialize_objc_language): Add declaration.
2379 (find_implementation_from_class): Make static.
2380 (find_implementation): Make static.
2381 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2382 * objc-lang.h (lookup_struct_typedef): Add declaration.
2383 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2384 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2385 (do_restore_user_call_depth): Make static.
2386 (do_restore_instream_cleanup): Delete declaration.
2387 (dont_repeat): Delete declaration.
2388 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2389 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2390 * reggroups.c (_initialize_reggroup): Add declaration.
2391 * cp-support.c (_initialize_cp_support): Add declaration.
2392 * cp-abi.c (_initialize_cp_abi): Add declaration.
2393 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2394 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2395 (_initialize_gnu_v3_abi): Add declaration.
2396 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2397 (_initialize_gnu_v2_abi): Add declaration.
2398 * frame-base.c (_initialize_frame_base): Add declaration.
2399 * doublest.c (floatformat_from_length): Make static.
2400 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2401 * frame.c (create_sentinel_frame): Make static.
2402 (_initialize_frame): Add declaration.
2403 * top.c (do_catch_errors): Make static.
2404 (gdb_rl_operate_and_get_next_completion): Make static.
2405 * typeprint.c: Include "typeprint.h".
2406 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2407 (sentinel_frame_this_id): Make static.
2408 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2409 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2410 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2411 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2412 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2413 * maint.c (maintenance_print_architecture): Make static.
2414 * signals/signals.c (_initialize_signals): Add declaration.
2415 * std-regs.c (_initialize_frame_reg): Add declaration.
2416 * jv-exp.y (push_variable): ISO C definition.
2417 (push_qualified_expression_name): Ditto.
2418 * memattr.c (_initialize_mem): Add declaration.
2419 * remote.c (remote_check_watch_resources): Make static.
2420 (remote_stopped_by_watchpoint): Make static.
2421 (remote_stopped_data_address): Make static.
2422 * d10v-tdep.c (nr_dmap_regs): Make static.
2423 (a0_regnum): Make static.
2424 (d10v_frame_unwind_cache): Make static.
2425 (d10v_frame_p): Make static.
2426 * osabi.c (show_osabi): Make static.
2427 (_initialize_gdb_osabi): Add extern declaration.
2428 * gdbtypes.c (make_qualified_type): Make static.
2429 (safe_parse_type): Make static.
2430 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2431 * macrotab.c (macro_bcache_free): Make static.
2432 * interps.c (interp_set_quiet): Make static.
2433 (interpreter_exec_cmd): Make static.
2434 * stack.h (select_frame_command): New file.
2435 * stack.c: Include "stack.h".
2436 (select_frame_command_wrapper): Delete function.
2437 (select_frame_command): Make global.
2438 * infcall.c: Include "infcall.h".
2439 * linespec.c: Include "linespec.h".
2440 * symfile.c (sections_overlap): Make static.
2441 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2442 * charset.c (_initialize_charset): Add missing prototype.
2443 * regcache.c (init_legacy_regcache_descr): Make static.
2444 (do_regcache_xfree): Make static.
2445 (regcache_xfer_part): Make static.
2446 (_initialize_regcache): Add missing prototype.
2447 * breakpoint.c (parse_breakpoint_sals): Make static.
2448 (breakpoint_sals_to_pc): Make static.
2449 * interps.h (clear_interpreter_hooks): ISO C declaration.
2450 * Makefile.in (stack_h): Define.
2451 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2452 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2453
a0f267c7
AC
24542003-06-08 Andrew Cagney <cagney@redhat.com>
2455
2456 * Makefile.in (d10v-tdep.o): Update dependencies.
2457 (SFILES): Add trad-frame.c.
2458 (trad_frame_h): Define.
2459 (COMMON_OBS): Add trad-frame.o.
2460 (trad-frame.o): Specify dependencies.
2461 * d10v-tdep.c: Include "trad-frame.h".
2462 (saved_regs_unwinder): Delete function.
2463 (d10v_frame_prev_register): Use trad_frame_prev_register.
2464 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2465 trad_frame", delete "regs" and "prev_sp".
2466 (prologue_find_regs): Use trad-frame.
2467 * trad-frame.h, trad-frame.c: New files.
2468
4538b4f4
MK
24692003-06-08 Mark Kettenis <kettenis@gnu.org>
2470
2471 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2472
a0273b2f
AF
24732003-06-07 Adam Fedor <fedor@gnu.org>
2474
2475 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2476 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2477 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2478 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 2479 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
2480 Use it.
2481
3a6c3343
AC
24822003-06-07 Andrew Cagney <cagney@redhat.com>
2483
2484 * symfile.h: Re-indent, clean up comments.
2485
b46e02f6
AC
24862003-06-07 Andrew Cagney <cagney@redhat.com>
2487
2488 * inferior.h (deprecated_write_sp): Replace
2489 generic_target_write_sp.
2490 * regcache.c (deprecated_write_sp): Replace
2491 generic_target_write_sp.
2492 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2493 * vax-tdep.c (vax_gdbarch_init): Update.
2494 * v850-tdep.c (v850_gdbarch_init): Update.
2495 * sparc-tdep.c (sparc_gdbarch_init): Update.
2496 * sh-tdep.c (sh_gdbarch_init): Update.
2497 * s390-tdep.c (s390_gdbarch_init): Update.
2498 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2499 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2500 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2501 * mcore-tdep.c (mcore_gdbarch_init): Update.
2502 * m68k-tdep.c (m68k_gdbarch_init): Update.
2503 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2504 * ia64-tdep.c (ia64_gdbarch_init): Update.
2505 * h8300-tdep.c (h8300_gdbarch_init): Update.
2506 * frv-tdep.c (frv_gdbarch_init): Update.
2507 * cris-tdep.c (cris_gdbarch_init): Update.
2508 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2509
a42e117c
AC
25102003-06-07 Andrew Cagney <cagney@redhat.com>
2511
2512 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2513 Assert that PC_REGNUM is valid.
2514 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2515
bd1ce8ba
AC
25162003-06-07 Andrew Cagney <cagney@redhat.com>
2517
2518 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2519 * gdbarch.h, gdbarch.c: Regenerate.
2520 * mn10300-tdep.c: Include "gdb_assert.h".
2521 (mn10300_read_fp): New function.
2522 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2523 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2524 * ia64-tdep.c: Include "gdb_assert.h".
2525 (ia64_read_fp): New function.
2526 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2527 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2528 * regcache.c (generic_target_read_sp): Delete function.
2529 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2530 * inferior.h (generic_target_read_sp): Delete declaration.
2531 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2532 generic_target_read_sp.
2533 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2534 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2535 * sh-tdep.c (sh_gdbarch_init): Ditto.
2536 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2537 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2538
ec5cbaec
AC
25392003-06-07 Andrew Cagney <cagney@redhat.com>
2540
2541 * gdbarch.sh: Comment each field of startup_gdbarch.
2542 * gdbarch.h, gdbarch.c: Re-generate.
2543
cde9ea48
AC
25442003-06-07 Andrew Cagney <cagney@redhat.com>
2545
2546 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2547 * gdbarch.h, gdbarch.c: Re-generate.
2548 * regcache.c: Update comments on read_pc et.al.
2549 (generic_target_read_pc): Delete function.
2550 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2551 * inferior.h (generic_target_read_pc): Delete declaration.
2552 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2553 generic_target_read_pc.
2554 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2555 * sh-tdep.c (sh_gdbarch_init): Ditto.
2556 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2557 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 2558
9a90a780
AC
25592003-06-07 Andrew Cagney <cagney@redhat.com>
2560
2561 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2562 "index" with "special_local_sect". Use strcmp instead of STREQ.
2563 Append period to coments.
2564
a39a16c4
MM
25652003-06-06 Mark Mitchell <mark@codesourcery.com>
2566
2567 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2568 (elfstab_offset_sections): Likewise.
2569 * gdb-stabs.h (stab_section_info): Likewise.
2570 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2571 * objfiles.c (objfile_relocate): Likewise.
2572 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2573 * remote.c (get_offsets): Likewise.
2574 (remote_cisco_objfile_relocate): Likewise.
2575 * somread.c (som_symfile_offsets): Likewise.
2576 * symfile.c (alloc_section_addr_info): New function.
2577 (build_section_addr_info_from_section_tab): Use it.
2578 (free_section_addr_info): Adjust.
2579 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2580 (syms_from_objfile): Allocate local_addr dynamically.
2581 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2582 dynamically.
2583 (add_symbol_file_command): Allocate sect_opts dynamically.
2584 (reread_symbols): Avoid use of SECT_OFF_MAX.
2585 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2586 (alloc_section_addr_info): Declare it.
2587 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2588 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2589 dynamically.
2590 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 2591
20c6c2f8
AC
25922003-06-06 Andrew Cagney <cagney@redhat.com>
2593
2594 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2595 (d10v_frame_unwind_cache): Do not set "return_pc".
2596
884a26c8
MS
25972003-06-06 Michael Snyder <msnyder@redhat.com>
2598
2599 * h8300-tdep.c: Make tidy (long lines).
2600
088ce440
ML
26012003-06-06 Michal Ludvig <mludvig@suse.cz>
2602
8ffd9b1b 2603 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
2604 to regcache_collect().
2605
7d773d96
JB
26062003-06-05 J. Brobecker <brobecker@gnat.com>
2607
2608 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2609 pc_in_sigtramp multiarch method.
2610 (hppa_hpux_som_init_abi): Use it.
2611 (hppa_hpux_elf_init_abi): Likewise.
2612 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2613 macro has been multiarched.
2614 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2615 macro here, as hppa64 isn't multiarched yet.
2616
1df6926e
AC
26172003-06-05 Andrew Cagney <cagney@redhat.com>
2618
2619 * Makefile.in (value_h): Add $(frame_h).
2620 * value.h: Include "frame.h".
2621 (struct value): Replace "frame_addr" with "frame_id".
2622 (VALUE_FRAME_ID): Replace VALUE_FRAME.
2623 * values.c (allocate_value): Use VALUE_FRAME_ID.
2624 (value_copy): Use VALUE_FRAME_ID.
2625 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
2626 * valops.c (value_assign): Update. Use frame_find_by_id.
2627
6b53acc6
ML
26282003-06-05 Michal Ludvig <mludvig@suse.cz>
2629
2630 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
2631 in each pass.
2632
4d9850d3
JJ
26332003-06-05 Jeff Johnston <jjohnstn@redhat.com>
2634
2635 * thread-db.c (check_event): For create/death event breakpoints,
2636 loop through all messages to ensure that we read the message
2637 corresponding to the breakpoint we are at.
2638
8efca6ba
MS
26392003-06-04 Michael Snyder <msnyder@redhat.com>
2640
2641 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
2642
0912c7f2
MK
26432003-06-04 Mark Kettenis <kettenis@gnu.org>
2644
2645 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
2646 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
2647 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
2648 when handling .eh_frame sections.
2649
4e370325
JB
26502003-06-04 J. Brobecker <brobecker@gnat.com>
2651
2652 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
2653 prepare_to_proceed procedure instead of the hppa-specific one.
2654 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
2655
b757528f 26562003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 2657
b757528f
JJ
2658 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
2659 * config.in: Regenerated.
2660 * configure.in: Add test for syscall function and check for
2661 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
2662 * configure: Regenerated.
2663 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
2664 <sys/syscall.h>.
2665 (kill_lwp): New function that uses tkill syscall or
2666 uses kill, depending on whether threading model is nptl or not.
2667 All callers of kill() changed to use kill_lwp().
2668 (lin_lwp_wait): Make special check when WIFEXITED occurs to
2669 see if all threads have already exited in the nptl model.
2670 (stop_and_resume_callback): New callback function used by the
2671 lin_lwp_wait thread exit handling code.
2672 (stop_wait_callback): Check for threads already having exited and
2673 delete such threads fromt the lwp list when discovered.
2674 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 2675
b757528f
JJ
2676 Roland McGrath <roland@redhat.com>
2677 * i386-linux-nat.c (ps_get_thread_area): New function needed by
2678 nptl libthread_db.
2679
087779b1
RH
26802003-06-03 Richard Henderson <rth@redhat.com>
2681
b21fd293
RH
2682 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
2683 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
2684 (alpha_sigtramp_frame_prev_register): Likewise.
2685 (alpha_heuristic_frame_prev_register): Likewise.
2686 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
2687
8ffd9b1b 2688 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
2689 alpha-specific register id names.
2690 (alpha_mdebug_frame_unwind_cache): Likewise.
2691 (alpha_mdebug_frame_prev_register): Likewise.
2692
baa490c4
RH
26932003-06-03 Richard Henderson <rth@redhat.com>
2694
2695 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
2696 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
2697 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
2698 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
2699 unwind routines.
2700 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2701 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2702 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2703
2704 * alpha-linux-tdep.c: Remove unnecessary includes.
2705 * Makefile.in (alpha-linux-tdep.o): Update.
2706
27072003-06-03 Richard Henderson <rth@redhat.com>
2708
2709 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
2710 (alphabsd_fill_fpreg): Likewise.
2711
f534e522
JB
27122003-06-03 J. Brobecker <brobecker@gnat.com>
2713
2714 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
2715 references to struct frame_info fields by calls to the equivalent
2716 accessors. Necessary now that frame_info is opaque.
2717
4035536b
JB
27182003-06-03 J. Brobecker <brobecker@gnat.com>
2719
2720 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
2721 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
2722 structure, field no longer exists.
2723
0bd79c5c
JB
27242003-06-03 J. Brobecker <brobecker@gnat.com>
2725
2726 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
2727 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
2728
37bb6d9f
JB
27292003-06-03 J. Brobecker <brobecker@gnat.com>
2730
2731 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
2732 references to struct frame_info fields by calls to the equivalent
2733 accessors. Necessary now that frame_info is opaque.
2734
852ee05c
JB
27352003-06-03 J. Brobecker <brobecker@gnat.com>
2736
2737 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
2738 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
2739 structure, field no longer exists.
2740
7d58c67d
TR
27412003-06-03 Theodore A. Roth <troth@openavr.org>
2742
8ffd9b1b 2743 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
2744 accumulation of the size of all registers instead of blindly using
2745 DEPRECATED_REGISTER_BYTES.
2746
0a48e7e8
MS
27472003-06-03 Michael Snyder <msnyder@redhat.com>
2748
2749 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
2750 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
2751 for h8300sx.
2752
9798ab0d
JB
27532003-06-03 J. Brobecker <brobecker@gnat.com>
2754
2755 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
2756 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2757
00b037e2
AC
27582003-06-03 Andrew Cagney <cagney@redhat.com>
2759
2760 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
2761 (sparc_convert_to_raw): Delete function.
2762 (sparc_gdbarch_init): Do not set register_convert_to_raw or
2763 register_convert_to_virtual.
2764
043b2f77
JJ
27652003-06-03 Jeff Johnston <jjohnstn@redhat.com>
2766
2767 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
2768 layer if not dealing with a statically-linked threaded program.
2769
f43caff8
KW
27702003-06-03 Kris Warkentin <kewarken@qnx.com>
2771
2772 * solib.c (solib_open): Update comment to reflect actual search order.
2773
ae1e7417
AC
27742003-06-03 Andrew Cagney <cagney@redhat.com>
2775
2776 * frame.c (get_frame_memory_signed): New function.
2777 (get_frame_memory, get_frame_memory_unsigned): New function.
2778 (get_frame_arch): New function.
2779 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
2780 (get_frame_memory, get_frame_unsigned_memory): Declare.
2781 * d10v-tdep.c (d10v_frame_unwind_cache): Use
2782 get_frame_memory_unsigned and get_frame_arch.
2783 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
2784
cb123844
RG
27852003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
2786
2787 * MAINTAINERS (write after approval): Add myself.
2788
1bb792e9
JB
27892003-06-03 Jim Blandy <jimb@redhat.com>
2790
2791 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
2792 elements of gregset_t are 64 bits each, but access registers
2793 are still 32 bits, so they're packed two per gregset_t
2794 element. Unpack/pack them properly.
2795
aee8d8ba
DC
27962003-06-02 David Carlton <carlton@bactrian.org>
2797
2798 * linespec.c (find_methods): Break out code into
2799 add_matching_methods and add_constructors.
2800 (add_matching_methods): New.
2801 (add_constructors): Ditto.
2802
bf7488d2
AC
28032003-06-02 Andrew Cagney <cagney@redhat.com>
2804
bf7488d2
AC
2805 * sparc-tdep.c (sparc_print_registers): Delete call to
2806 REGISTER_CONVERTIBLE.
2807 (sparc_gdbarch_init): Do not set register_convertible.
2808 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2809 * frv-tdep.c (frv_gdbarch_init): Ditto.
2810 * cris-tdep.c (cris_gdbarch_init): Ditto.
2811
adedef68
EZ
28122003-06-02 Elena Zannoni <ezannoni@redhat.com>
2813
8ffd9b1b 2814 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
2815 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
2816 (syms_from_objfile): Ditto.
2817
650fcc91
AS
28182003-06-03 Andreas Schwab <schwab@suse.de>
2819
2820 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
2821 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
2822
df4a182b
RH
28232003-06-02 Richard Henderson <rth@redhat.com>
2824
2825 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
2826 a member of all_reggroup.
2827
c483c494
RH
28282003-06-02 Richard Henderson <rth@redhat.com>
2829
2830 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
2831 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
2832 (alpha_lds, alpha_sts): New.
2833 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 2834 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
2835 restructure and fail for type sizes other than 4 or 8.
2836 (alpha_value_to_register): Similarly.
2837 (alpha_extract_return_value): Use alpha_sts.
2838 (alpha_store_return_value): Use alpha_lds.
2839 (alpha_gdbarch_init): Update hooks.
2840
b38b6be2
RH
28412003-06-02 Richard Henderson <rth@redhat.com>
2842
2843 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
2844 regnum identifiers.
2845 (alpha_sigtramp_register_address): Likewise.
2846
98a8e1e5
RH
28472003-06-02 Richard Henderson <rth@redhat.com>
2848
2849 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
2850 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
2851 * alpha-tdep.h: Declare them.
2852
2853 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
2854 Remove zerobuf. Don't error on UNIQUE.
2855 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
2856 (ALPHA_REGSET_UNIQUE): Provide default.
2857 (supply_gregset): Use alpha_supply_int_regs.
2858 (fill_gregset): Use alpha_fill_int_regs.
2859 (supply_fpregset): Use alpha_supply_fp_regs.
2860 (fill_fpregset): Use alpha_fill_fp_regs.
2861 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
2862 (alphabsd_supply_reg): Use alpha_supply_int_regs.
2863 (alphabsd_fill_reg): Use alpha_fill_int_regs.
2864 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
2865 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
2866 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
2867
67dfac52
RH
28682003-06-02 Richard Henderson <rth@redhat.com>
2869
f75d70cc
RH
2870 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
2871
67dfac52
RH
2872 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
2873 (alpha_store_return_value): Likewise.
2874
0cf566ec
DC
28752003-06-02 David Carlton <carlton@math.stanford.edu>
2876
2877 * block.c (contained_in): Add 'const' to arguments.
2878 (block_function): Ditto.
2879 * block.h: Update declarations for block_function and
2880 contained_in.
2881
cdef89d0
DC
28822003-06-02 David Carlton <carlton@math.stanford.edu>
2883
2884 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
2885 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
2886 * p-valprint.c (pascal_val_print): Ditto.
2887 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
2888
72667056
RH
28892003-06-02 Richard Henderson <rth@redhat.com>
2890
98a8e1e5
RH
2891 * alpha-tdep.c (alpha_push_dummy_call): Use
2892 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 2893
8ffd9b1b 2894 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
2895 sign-extension of 32-bit values.
2896 (alpha_store_return_value): Similarly.
0ede8eca 2897
98a8e1e5
RH
2898 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
2899 (alpha_extract_return_value): Likewise.
2900 (alpha_store_return_value): Likewise.
7b5e1cb3 2901
98a8e1e5
RH
2902 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
2903 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 2904
98a8e1e5
RH
2905 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
2906 (alpha_extract_struct_value_address): Likewise.
2907 (alpha_store_return_value): Likewise.
2908 (alpha_store_struct_return): Remove.
2909 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 2910
98a8e1e5
RH
2911 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
2912 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
2913 macros where appropriate.
2914 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
2915 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 2916
98a8e1e5
RH
2917 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
2918 for SP, GP; void_func_ptr for PC; non-language-specific types
2919 for all others.
2920 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 2921
6dd77b81
RH
29222003-06-02 Richard Henderson <rth@redhat.com>
2923
2924 * top.h (lim_at_start): Declare.
2925 * main.c (captured_main): Set it.
2926 * top.c (lim_at_start): Define.
2927 (command_loop): Use it instead of &environ.
2928 * event-top.c (command_handler): Likewise.
2929
f4dbdb54
JT
29302003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
2931
2932 * mipsnbsd-tdep.c: Update copyright years.
2933 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
2934
8f285956
RH
29352003-06-01 Richard Henderson <rth@redhat.com>
2936
98a8e1e5
RH
2937 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
2938 (alpha-linux-tdep.o): Update dependencies.
2939 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
2940 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 2941
615967cb
RH
29422003-06-01 Richard Henderson <rth@redhat.com>
2943
98a8e1e5
RH
2944 * alpha-tdep.c (alpha_register_reggroup_p): New.
2945 (alpha_gdbarch_init): Register it.
615967cb 2946
b59661bd
AC
29472003-06-02 Andrew Cagney <cagney@redhat.com>
2948
2949 * dwarfread.c: Eliminate "register"
2950 (decode_die_type): Eliminate assignment within "if".
2951 (struct_type, decode_array_element_type): Ditto.
2952 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
2953 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
2954 (decode_modified_type, completedieinfo): Ditto.
2955 * block.c: Eliminate "register".
2956 (blockvector_for_pc_sect): Eliminate assignment within "if".
2957 * cp-support.h (struct symbol): Opaque declaration.
2958 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
2959
5ef165c2
RH
29602003-06-01 Richard Henderson <rth@redhat.com>
2961
98a8e1e5
RH
2962 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
2963 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 2964
143985b7
AF
29652003-06-01 Adam Fedor <fedor@gnu.org>
2966
2967 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
2968 * gdbarch.[ch]: Regenerate.
2969 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
2970 (hppa_gdbarch_init): Set it in the gdbarch vector.
2971 * i386-tdep.c (i386_fetch_pointer_argument): New
2972 (i386_gdbarch_init): Set it into gdbarch.
2973 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
2974 (rs6000_gdbarch_init): Set it in gdbarch.
2975 * sparc-tdep.c (sparc_fetch_pointer_argument): New
2976 (sparc_gdbarch_init): Set it in gdbarch.
2977
ae0167b9
AC
29782003-06-01 Andrew Cagney <cagney@redhat.com>
2979
7c0b4a20
AC
2980 * defs.h (extract_address): Delete declaration.
2981 * findvar.c (extract_address): Delete function.
2982 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
2983 extract_address with the inline equivalent,
2984 extract_unsigned_integer.
2985 (xstormy16_extract_struct_value_address): Ditto.
2986 (xstormy16_pointer_to_address): Ditto.
2987 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
2988 * v850-tdep.c (v850_push_arguments): Ditto.
2989 (v850_extract_return_value): Ditto.
2990 (v850_extract_struct_value_address): Ditto.
2991 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
2992 (sparcnbsd_get_longjmp_target_64): Ditto.
2993 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
2994 (get_longjmp_target): Ditto.
2995 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
2996 (sh64_extract_struct_value_address): Ditto.
2997 (sh_push_arguments): Ditto.
2998 (sh64_push_arguments): Ditto.
2999 * remote-vxsparc.c (vx_read_register): Ditto.
3000 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3001 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3002 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3003 * mipsv4-nat.c (get_longjmp_target): Ditto.
3004 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3005 * mips-nat.c (get_longjmp_target): Ditto.
3006 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3007 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3008 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3009 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3010 * irix5-nat.c (get_longjmp_target): Ditto.
3011 * irix4-nat.c (get_longjmp_target): Ditto.
3012 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3013 (ia64_push_arguments): Ditto.
3014 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3015 * h8300-tdep.c (h8300_push_arguments): Ditto.
3016 (h8300_store_return_value): Ditto.
3017 (h8300_extract_struct_value_address): Ditto.
3018 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3019 (frv_push_arguments): Ditto.
3020 * avr-tdep.c (avr_pointer_to_address): Ditto.
3021 (avr_push_arguments): Ditto.
3022 * arm-tdep.c (arm_push_dummy_call): Ditto.
3023 (arm_get_longjmp_target): Ditto.
3024 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3025 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3026 (alpha_get_longjmp_target): Ditto.
3027
ae0167b9
AC
3028 * solib-irix.c (extract_mips_address): Inline extract_address,
3029 replacing it with extract_signed_integer.
3030 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3031 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3032 (first_link_map_member, open_symbol_file_object): Ditto.
3033 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3034 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3035 (LM_NEXT, LM_NAME): Ditto.
3036
44d88583
RH
30372003-06-01 Richard Henderson <rth@redhat.com>
3038
98a8e1e5
RH
3039 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3040 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3041 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3042 (alpha_cannot_store_register): Likewise.
3043 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3044 * alpha-nat.c (supply_gregset): Likewise.
3045 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 3046
310e9b6a
AC
30472003-06-01 Andrew Cagney <cagney@redhat.com>
3048
3049 * infcall.c (call_function_by_hand): Update comment on
3050 DEPRECATED_DUMMY_WRITE_SP.
3051
3052 * mips-tdep.c (mips_gdbarch_init): Do not set
3053 deprecated_dummy_write_sp.
3054 (mips_eabi_push_dummy_call): Set the SP register.
3055 (mips_o64_push_dummy_call): Set the SP register.
3056 (mips_o32_push_dummy_call): Set the SP register.
3057 (mips_n32n64_push_dummy_call): Set the SP register.
3058
5ab84872
RH
30592003-06-01 Richard Henderson <rth@redhat.com>
3060
98a8e1e5
RH
3061 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3062 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3063 (supply_gregset): Likewise.
3064 * alpha-tdep.c (alpha_store_return_value): Likewise.
3065 (alpha_get_longjmp_target): Likewise.
3066 (alpha_register_name): Constify array.
3067 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3068 deprecated_register_size, deprecated_register_bytes,
3069 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3070 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3071 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 3072
09cc52fd
RH
30732003-06-01 Richard Henderson <rth@redhat.com>
3074
3075 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3076 from arg_reg_buffer to regcache to avoid double conversion.
3077
c7f16359
MK
30782003-06-01 Mark Kettenis <kettenis@gnu.org>
3079
3080 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3081 SP_REGNUM.
3082 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3083 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3084
7131cb6e
RH
30852003-06-01 Richard Henderson <rth@redhat.com>
3086
98a8e1e5
RH
3087 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3088 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 3089
f3e0f90b
RH
30902003-06-01 Richard Henderson <rth@redhat.com>
3091
98a8e1e5
RH
3092 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3093 not overlapping PC_REGNUM.
f3e0f90b 3094
c88e30c0
RH
30952003-06-01 Richard Henderson <rth@redhat.com>
3096
98a8e1e5
RH
3097 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3098 alpha_push_arguments. Don't dump argument register data to
3099 the target stack. Fix float and 128-bit long double semantics.
3100 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3101 (alpha_fix_call_dummy): Remove.
3102 (alpha_call_dummy_words): Remove.
3103 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 3104
f1a559ae
RH
31052003-06-01 Richard Henderson <rth@redhat.com>
3106
3107 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3108
5e045346
AC
31092003-06-01 Andrew Cagney <cagney@redhat.com>
3110
95404a3e
AC
3111 * mips-tdep.c (is_mips16_addr): New function.
3112 (make_mips16_addr, unmake_mips16_addr): New functions.
3113 (pc_is_mips16, mips_fetch_instruction): Use.
3114 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3115 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3116 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3117 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3118 TARGET_MIPS.
3119 * config/mips/tm-mips.h: Update copyright.
3120 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3121 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3122 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3123 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3124 (TM_PRINT_INSN_MACH): Delete.
3125 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3126
5e045346
AC
3127 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3128 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3129 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3130 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3131 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3132 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3133 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3134 mips*-*-riscos* and mips*-*-sysv* onto mips.
3135 * config/mips/mips64.mt: New file.
3136 * config/mips/mips.mt: New file.
3137 * config/mips/littlemips.mt: Delete file.
3138 * config/mips/decstation.mt: Delete file.
3139 * config/mips/vr4300el.mt: Delete file.
3140 * config/mips/vr5000el.mt: Delete file.
3141 * config/mips/vr5000.mt: Delete file.
3142 * config/mips/vr4100.mt: Delete file.
3143 * config/mips/vr4xxxel.mt: Delete file.
3144 * config/mips/vr4300.mt: Delete file.
3145 * config/mips/vr4xxx.mt: Delete file.
3146 * config/mips/bigmips.mt: Delete file.
3147 * config/mips/bigmips64.mt: Delete file.
3148 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3149 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3150 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3151 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3152 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3153 "tm-bigmips.h".
3154 * config/mips/tm-irix3.h: Ditto.
3155 * config/mips/tm-mipsv4.h: Ditto.
3156 * config/mips/tm-embed.h: Ditto.
3157 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3158 "tm-bigmips64.h".
3159 * config/mips/tm-vr5000el.h: Delete file.
3160 * config/mips/tm-tx39l.h: Delete file.
3161 * config/mips/tm-vr4300el.h: Delete file.
3162 * config/mips/tm-vr4xxxel.h: Delete file.
3163 * config/mips/tm-vr4300.h: Delete file.
3164 * config/mips/tm-vr4100.h: Delete file.
3165 * config/mips/tm-vr4xxx.h: Delete file.
3166 * config/mips/tm-vr5000.h: Delete file.
3167 * config/mips/tm-embedl64.h: Delete file.
3168 * config/mips/tm-embedl.h: Delete file.
3169 * config/mips/tm-embed64.h: Delete file.
3170 * config/mips/tm-bigmips64.h: Delete file.
3171 * config/mips/tm-bigmips.h: Delete file.
3172
2473a4a9
MK
31732003-06-01 Mark Kettenis <kettenis@gnu.org>
3174
97a5b208
MK
3175 Fix gdb/1216.
3176 * shnbsd-nat.c: Include "sh-tdep.h".
3177
2473a4a9
MK
3178 From Richard Henderson <rth@redhat.com>:
3179 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3180
e0f7ec59
AC
31812003-05-31 Andrew Cagney <cagney@redhat.com>
3182
3183 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3184 forward declaration.
3185 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3186 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3187 (mips_find_saved_regs): Use set_reg_offset.
3188 (mips_frame_init_saved_regs): Delete function.
3189 (mips_pop_frame): Call mips_find_saved_regs instead of
3190 DEPRECATED_FRAME_INIT_SAVED_REGS.
3191
68dcc709
AC
31922003-05-31 Andrew Cagney <cagney@redhat.com>
3193
3194 * mips-tdep.c (mips_gdbarch_init): Do not set
3195 deprecated_max_register_raw_size, register_virtual_size, and
3196 deprecated_max_register_virtual_size.
3197
cfc14b3a
MK
31982003-05-31 Mark Kettenis <kettenis@gnu.org>
3199
6405b0a6
MK
3200 * i386-tdep.c: Include "dwarf2-frame.h".
3201 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3202 * Makefile.in (i386-tdep.o): Update dependencies.
3203
cfc14b3a
MK
3204 * dwarf2-frame.c, dwarf2-frame.h: New files.
3205 * Makefile.in (SFILES): Add dwarf2-frame.c.
3206 (dwarf2_frame_h): Define.
3207 (COMMON_OBS): Add dwarf2-frame.o.
3208 (dwarf2-frame.o): Add dependencies.
3209
6a2751d2
AJ
32102003-05-31 Andreas Jaeger <aj@suse.de>
3211
3212 * x86-64-linux-nat.c: Fix comment.
3213
1c3545ae
MK
32142003-05-31 Mark Kettenis <kettenis@gnu.org>
3215
10f93086
MK
3216 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3217 function signature.
3218
1c3545ae
MK
3219 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3220 have a sigcontext_addr handler.
3221 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3222 sigcontext_addr handler.
3223
e11c53d2
AC
32242003-05-31 Andrew Cagney <cagney@redhat.com>
3225
3226 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3227 (print_fp_register_row): Replace do_fp_register_row.
3228 (mips_print_fp_register): Add "file" and "frame" parameters.
3229 (mips_print_register): Add "file" and "frame" parameters.
3230 (mips_print_registers_info): Replace mips_do_registers_info.
3231 (mips_gdbarch_init): Set print_registers_info instead of
3232 deprecated_do_registers_info.
3233 (mips_read_fp_register_single): Add "frame" parameter.
3234 (mips_read_fp_register_double): Add "frame" parameter.
3235
a3386186
MK
32362003-05-31 Mark Kettenis <kettenis@gnu.org>
3237
70913449
MK
3238 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3239 Fixes a bug where GDB would print the wrong register names for
3240 targets without SSE.
3241
2b5e0749
MK
3242 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3243 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3244 registers.
3245
3246 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3247 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3248 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3249 TDEP->sc_sp_offset.
3250
a3386186
MK
3251 From Michal Ludvig <mludvig@suse.cz>:
3252 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3253 and `sc_num_regs'.
3254 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3255 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3256 I386_ST0_REGNUM): Move here from...
3257 * i386-tdep.c: ... here.
3258 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3259 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3260 registers if possible.
3261 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3262 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3263 Remove variables.
3264 (i386bsd_sc_reg_offset): New variable.
3265 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3266 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3267 TDEP->sc_sp_offset.
3268 (i386fbsd_sc_reg_offset): New variable.
3269 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3270 TDEP->sc_num_regs.
3271 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3272 variables.
3273 (i386fbsd4_sc_reg_offset): New variable.
3274 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3275 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3276 TDEP->sc_sp_offset.
3277 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3278 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3279 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3280 Remove variables.
3281 (i386nbsd_sc_reg_offset): New variable.
3282 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3283 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3284 TDEP->sc_sp_offset.
3285 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3286 Remove variables.
3287 (i386obsd_sc_reg_offset): New variable.
3288 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3289 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3290 TDEP->sc_sp_offset.
3291 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3292 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3293 for frame pointer offset in `struct sigcontext'.
3294
25ab4790
AC
32952003-05-31 Andrew Cagney <cagney@redhat.com>
3296
3297 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3298 architecture methods call_dummy_words, sizeof_call_dummy_words,
3299 push_return_address, store_struct_return, and fix_call_dummy. Set
3300 push_dummy_call instead of deprecated_push_arguments.
3301 (mips_store_struct_return): Delete function.
3302 (mips_fix_call_dummy): Delete function.
3303 (mips_push_return_address): Delete function.
3304 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3305 RA_REGNUM and T9_REGNUM.
3306 (mips_n32n64_push_dummy_call): Ditto for
3307 mips_n32n64_push_arguments.
3308 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3309 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3310
6a65450a
AC
33112003-05-31 Andrew Cagney <cagney@redhat.com>
3312
3313 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3314 "dummy_addr" to "bp_addr".
3315 * infcall.c (call_function_by_hand): Pass "funaddr" to
3316 gdbarch_push_dummy_call.
3317 * gdbarch.h, gdbarch.c: Re-generate.
3318 * i386-tdep.c (i386_push_dummy_call): Update.
3319 * arm-tdep.c (arm_push_dummy_call): Update.
3320 * d10v-tdep.c (d10v_push_dummy_call): Update.
3321
c4f35dd8
MK
33222003-05-31 Mark Kettenis <kettenis@gnu.org>
3323
3324 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3325 variable declarations.
3326 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3327 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3328 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3329 x86_64_init_frame_pc, x86_64_init_frame_pc,
3330 x86_64_function_has_prologue): Remove prototypes.
3331 (X86_64_NUM_GREGS): New define.
3332 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3333 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3334 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3335 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3336 XMM1_REGNUM): Remove defines.
3337 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3338 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3339 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3340 X86_64_XMM1_REGNUM): New defines.
3341 (struct x86_64_register_info): Renamed from `struct
3342 register_info'. Remove `size' member.
3343 (x86_64_register_info_table): Remove variable.
3344 (x86_64_register_info): New variable.
3345 (X86_64_NUM_REGS): New define.
3346 (X86_64_NUM_GREGS): Remove define.
3347 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3348 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3349 Remove variables.
3350 (x86_54_dwarf2_reg_to_regnum): Remove function.
3351 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3352 (x86_64_dwarf_reg_to_regnum): New function.
3353 (x86_64_register_name): Rewrite.
3354 (x86_64_register_raw_size): Remove function.
3355 (x86_64_register_byte_table): Remove variable.
3356 (x86_64_register_byte): Remove function.
3357 (x86_64_register_virtual_type): Remove function.
3358 (x86_64_register_type): New function.
3359 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3360 x86_64_register_convert_to_raw): Remove functions.
3361 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3362 (x86_64_use_struct_convention): Make static. Adjust for renamed
3363 defines.
3364 (x86_64_frame_init_saved_regs): Remove function.
3365 (x86_64_push_arguments): Make static. Change to accept a regcache
3366 as argument.
3367 (x86_64_store_return_value, x86_64_extract_return_value): Make
3368 static. Rewrite based on i386 counterparts.
3369 (x86_64_push_dummy_call): New function.
3370 (X86_64_NUM_SAVED_REGS): New define.
3371 (x86_64_register_number): Remove function.
3372 (x86_64_store_struct_return): Remove function.
3373 (x86_64_frameless_function_invocation,
3374 x86_64_function_has_prologue): Remove functions.
3375 (PROLOG_BUFSIZE): Remove define.
3376 (struct x86_64_frame_cache): New structure.
3377 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3378 x86_64_frame_cache, x86_64_frame_this_id,
3379 x86_64_frame_prev_register, x86_64_frame_p,
3380 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3381 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3382 functions.
3383 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3384 variables.
3385 (x86_64_skip_prologue): Rewrite in terms of
3386 x86_64_analyze_prologue.
3387 (x86_64_frame_base_address): New function.
3388 (x86_64_frame_base): New variable.
3389 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3390 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3391 set deprecated_fp_regnum, deprecated_register_size,
3392 deprecated_register_bytes, register_raw_size, register_byte,
3393 register_virtual_type, register_convertiable,
3394 register_convert_to_virtual, convert_to_raw,
3395 deprecated_get_saved_register, deprecated_target_read_fp,
3396 deprecated_push_arguments, deprecated_push_return_address,
3397 deprecated_pop_frame, deprecated_store_struct_return,
3398 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3399 frameless_function_invocation, deprecated_frame_saved_pc,
3400 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3401 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3402 deprecated_init_frame_pc and virtual_frame_pointer. Call
3403 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3404 and x86_64_frame_p. Call frame_base_set_default to register
3405 x86_64_frame_base.
3406 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3407 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3408 (_initialize_x86_64_tdep): Remove function.
3409 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3410 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3411 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3412 define.
3413 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3414 (x86_64_linux_sigcontext_addr): Rewrite.
3415 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3416 x86_64_linux_frame_saved_pc): Remove functions.
3417 (x86_64_linux_pc_in_sigtramp): Renamed from
3418 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3419 trampoline.
3420 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3421 Remove_functions.
3422 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3423 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3424 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3425 (x86_64_regmap): Rename to regmap.
3426 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3427 x86_64_num_gregs.
3428 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3429 x86_64_regmap.
3430 (x86_64_fxsave_offset): Remove function.
3431 (supply_fpregset): Simply call x86_64_supply_fxsave.
3432 (fill_fpregset): Simply call x86_64_fill_fxsave.
3433 (fetch_inferior_registers, store_inferior_registers): Avoid
3434 asignment in if-statement.
3435 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3436 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3437 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3438 (fetch_core_registers): Remove function.
3439 (linux_elf_core_fns): Remove.
3440 (offsetoff): Don't define.
3441 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3442 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3443 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3444 add core-regset.o.
3445 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3446 protection against multiple includes instead of NM_X86_64_h. Add
3447 various comments. Include "config/nm-linux.h". Don't include
3448 <signal.h>.
3449 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3450 GET_THREAD_SIGNALS): Remove defines.
3451 (x86_64_register_u_addr, kernel_u_size,
3452 lin_thread_get_thread_signals): Remove prototypes.
3453 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3454 [HAVE_LINK_H]: Don't include "solib.h".
3455 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3456 * config/i386/tm-x86-64linux.h: Fix comments.
3457 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3458 x86-64-tdep.o): Update dependencies.
3459
c25083af
AC
34602003-05-30 Andrew Cagney <cagney@redhat.com>
3461
c8f55a7b
AC
3462 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3463 Change parameter type to a "struct regcache *".
3464
c25083af
AC
3465 * gdbarch.sh: Regardless of the multi-arch level, always define
3466 the macro when not already defined.
3467 * gdbarch.h, gdbarch.c: Re-generate.
3468
fbe586ae
RH
34692003-05-30 Richard Henderson <rth@redhat.com>
3470
3471 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3472 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3473 (alpha_mdebug_frame_this_id): Likewise.
3474 (alpha_mdebug_frame_prev_register): Likewise.
3475 (alpha_mdebug_frame_base_address): Likewise.
3476 (alpha_mdebug_frame_locals_address): Likewise.
3477 (alpha_mdebug_frame_args_address): Likewise.
3478 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3479 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3480 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3481 loop increment.
3482 (alpha_heuristic_frame_this_id): Make static.
3483 (alpha_heuristic_frame_prev_register): Likewise.
3484 (alpha_heuristic_frame_base_address): Likewise.
3485 * alpha-tdep.h: Update.
3486
acd5c798
MK
34872003-05-30 Mark Kettenis <kettenis@gnu.org>
3488
3489 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3490 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3491 defenitions.
3492 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3493 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3494 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3495 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3496 I386_ST0_REGNUM): New defines.
3497 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3498 codestream_get): Remove define.
3499 (codestream_next_addr, condestream_addr, condestream_buf,
3500 codestream_off, codestream_cnt): Remove variables.
3501 (codestream_fill, codestream_seek, codestream_read): Remove
3502 functions.
3503 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3504 functionality.
3505 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3506 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3507 i386_frame_saved_pc, i386_saved_pc_after_call,
3508 i386_frame_num_args, i386_frame_init_saved_regs,
3509 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3510 i386_push_arguments): Remove functions.
3511 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3512 functionality. Use i386_analyze_prologue instead of
3513 i386_get_frame_setup.
3514 (I386_NUM_SAVED_REGS): New define.
3515 (struct i386_frame_cache): New structure.
3516 (i386_alloc_frame_cache, i386_analyze_struct_return,
3517 i386_skip_probe, i386_analyze_frame_setup,
3518 i386_analyze_register_saves, i386_analyze_prologue,
3519 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3520 i386_frame_prev_register, i386_sigtramp_frame_cache,
3521 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3522 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3523 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3524 New functions.
3525 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3526 New variables.
3527 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3528 I386_EAX_REGNUM and I386_EDX_REGNUM.
3529 (i386_extract_return_value, i386_store_return_value): Use
3530 I386_ST0_REGNUM where appropriate.
3531 (i386_extract_struct_value_address): Rewrite to use extract_address.
3532 (i386_svr4_pc_in_sigtramp): Add comment.
3533 (i386_svr4_sigcontext_addr): Rewrite.
3534 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3535 TDEP->sc_sp_offset.
3536 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3537 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3538 of new defines. Set push_dummy_call, don't set
3539 deprecated_push_arguments, deprecated_push_return_address,
3540 deprecated_pop_frame. Don't set parm_boundary. Don't set
3541 deprecated_frame_chain, deprecated_frame_saved_pc,
3542 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3543 save_dummy_frame_tos, unwind_pc. Call
3544 frame_unwind_append_predicate and frame_base_set_default. Don't
3545 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3546 Don't set frameless_function_invocation. Don't set
3547 deprecated_register_bytes, deprecated_register_size,
3548 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3549 * i386-linux-tdep.c: Fix formatting in some comments.
3550 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3551 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3552 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3553 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3554 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3555 redundant parentheses.
3556 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3557 (i386_linux_sigcontext_addr): Use it. Rewrite.
3558 (find_minsym_and_objfile): Change name of second argument.
3559 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3560 changed. Use frame_pc_unwind instead of
3561 DEPRECATED_SAVED_PC_AFTER_CALL.
3562 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3563 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3564 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3565 unwinder.
3566 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3567 "dummy-frame.h".
3568 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3569 (_initialize_i386_cygwin_tdep): New prototype.
3570 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3571 deprecated_frame_chain_valid.
3572 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3573 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3574 Rely on the SVR4 defaults.
3575 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3576 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3577
c89b70f1
AC
35782003-05-30 Andrew Cagney <cagney@redhat.com>
3579
3580 * infcall.c (call_function_by_hand): Always call
3581 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3582
85b32d22
RH
35832003-05-30 Richard Henderson <rth@redhat.com>
3584
c89b70f1
AC
3585 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3586 increment.
85b32d22 3587
bfe51b1e
JB
35882003-05-29 Jim Blandy <jimb@redhat.com>
3589
3590 Use gdbarch methods for solib stuff on PowerPC Linux.
3591 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3592 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3593 show through.
3594 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3595 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3596 giving the same effect as the #definitions above.
3597
1abf022c
AF
35982003-05-29 Adam Fedor <fedor@gnu.org>
3599
3600 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3601 (find_implementation_from_class): Replace it with the standard
3602 case i.e. do nothing.
3603
d2427a71
RH
36042003-05-29 Richard Henderson <rth@redhat.com>
3605
3606 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3607 (alpha_linux_sigtramp_offset): Use it. Make static.
3608 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3609 update for new frame model.
3610 * alpha-mdebug-tdep.c: New file.
3611 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3612 (alpha_osf1_init_abi): Install it.
3613 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3614 (linked_proc_desc_table): Remove.
3615 (alpha_frame_past_sigtramp_frame): Remove.
3616 (alpha_dynamic_sigtramp_offset): Remove.
3617 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3618 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3619 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3620 (push_sigtramp_desc): Remove.
3621 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3622 (alpha_cannot_store_register): Likewise.
3623 (alpha_sigcontext_addr): Remove.
3624 (alpha_find_saved_regs): Remove.
3625 (alpha_frame_init_saved_regs): Remove.
3626 (alpha_init_frame_pc_first): Remove.
3627 (read_next_frame_reg): Remove.
3628 (alpha_frame_saved_pc): Remove.
3629 (alpha_saved_pc_after_call): Remove.
3630 (temp_proc_desc, temp_saved_regs): Remove.
3631 (alpha_about_to_return): Remove.
3632 (cached_proc_desc): Remove.
3633 (alpha_frame_chain): Remove.
3634 (alpha_print_extra_frame_info): Remove.
3635 (alpha_init_extra_frame_info): Remove.
3636 (alpha_frame_locals_address): Remove.
3637 (alpha_frame_args_address): Remove.
3638 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
3639 (alpha_push_dummy_frame): Remove.
3640 (alpha_pop_frame): Remove.
3641 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
3642 (alpha_read_insn): New.
3643 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
3644 for different insn encodings.
3645 (alpha_in_lenient_prologue): Remove.
3646 (struct alpha_sigtramp_unwind_cache): New.
3647 (alpha_sigtramp_frame_unwind_cache): New.
3648 (alpha_sigtramp_register_address): New.
3649 (alpha_sigtramp_frame_this_id): New.
3650 (alpha_sigtramp_frame_prev_register): New.
3651 (alpha_sigtramp_frame_unwind): New.
3652 (alpha_sigtramp_frame_p): New.
3653 (struct alpha_heuristic_unwind_cache): New.
3654 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
3655 don't count nop insns that occur between functions.
3656 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
3657 heuristic_proc_desc, but without the mdebug wrapping.
3658 (alpha_heuristic_frame_this_id): New.
3659 (alpha_heuristic_frame_prev_register): New.
3660 (alpha_heuristic_frame_unwind): New.
3661 (alpha_heuristic_frame_p): New.
3662 (alpha_heuristic_frame_base_address): New.
3663 (alpha_heuristic_frame_base): New.
3664 (alpha_unwind_dummy_id): New.
3665 (alpha_unwind_pc): New.
3666 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
3667 frame related deprecated initializations; install replacements.
3668 (alpha_dump_tdep): Remove.
3669 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
3670 (alpha_read_insn, alpha_after_prologue,
3671 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
3672 alpha_heuristic_frame_prev_register,
3673 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
3674 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3675 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
3676 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
3677
93ec1121
AC
36782003-05-29 Andrew Cagney <cagney@redhat.com>
3679
3680 * gdb_assert.h (gdb_assert_fail): Provide different definitions
3681 dependant on the availability of ASSERT_FUNCTION.
3682 (ASSERT_FUNCTION): Do not define when there is no function name.
3683
98f08d3d
KB
36842003-05-29 Kevin Buettner <kevinb@redhat.com>
3685
3686 From Jimi X <jimix@watson.ibm.com>:
3687 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
3688
0897f59b
JB
36892003-05-28 Jim Blandy <jimb@redhat.com>
3690
3691 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
3692 argument to ptrace to int; the system headers should give it the
3693 right type, and pointers don't fit in ints on powerpc64-*-*.
3694
14898363
L
36952003-05-28 H.J. Lu <hongjiu.lu@intel.com>
3696
3697 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
3698 DW_TAG_catch_block.
3699
a7a48797
EZ
37002003-05-26 Elena Zannoni <ezannoni@redhat.com>
3701
3702 * stabsread.c (dbx_lookup_type): Make static.
3703 (read_type): Ditto.
3704 (add_undefined_type): Ditto.
3705 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
3706 not export.
3707
f5479e9c
EZ
37082003-05-26 Elena Zannoni <ezannoni@redhat.com>
3709
3710 * hpread.c (hpread_has_name): Make static.
3711 (hpread_psymtab_to_symtab): Ditto.
3712 (file_exists): Ditto.
3713 (hpread_call_pxdb): Ditto.
3714 (hpread_pxdb_needed): Ditto.
3715 (hpread_quick_traverse): Ditto.
3716 (hpread_get_header): Ditto.
3717 (hpread_get_lntt): Ditto.
3718 (hpread_get_slt): Ditto.
3719 (class_of): Ditto.
3720
eb2e12d7
AS
37212003-05-25 Andreas Schwab <schwab@suse.de>
3722
78bf922a
AS
3723 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
3724 stack_align and deprecated_extra_stack_alignment_needed.
3725 (m68k_stack_align): Delete.
3726
eb2e12d7
AS
3727 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
3728 (m68k_register_virtual_size): Likewise.
3729 (altos_skip_prologue): Remove obsolete function.
3730 (isi_frame_num_args): Likewise.
3731 (news_frame_num_args): Likewise.
3732 (m68k_fix_call_dummy): Make static.
3733 (m68k_push_dummy_frame): Likewise.
3734 (m68k_pop_frame): Likewise.
3735 (m68k_skip_prologue): Likewise.
3736 (m68k_frame_init_saved_regs): Likewise.
3737 (m68k_saved_pc_after_call): Likewise.
3738 (m68k_get_longjmp_target): Make multi-arch.
3739 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
3740 structure. Register m68k_get_longjmp_target if enabled.
3741 * m68k-tdep.h (struct gdbarch_tdep): Define.
3742 * config/m68k/tm-m68k.h: Don't include "regcache.h".
3743
3744 * Makefile.in (config.status): Also depend on configure.tgt
3745 and configure.host.
3746 (m68klinux-tdep.o): Update dependencies.
3747 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
3748 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
3749 (M68K_LINUX_JB_PC): Define.
3750 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
3751 and take additional parameter.
3752 (m68k_linux_sigtramp_saved_pc): Update.
3753 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
3754 m68k_linux_pc_in_sigtramp, in_plt_section,
3755 find_solib_trampoline_target.
3756 * config/m68k/tm-linux.h: Don't include any tm headers.
3757 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
3758 (JB_ELEMENT_SIZE): Likewise.
3759 (JB_PC): Likewise.
3760 (GET_LONGJMP_TARGET): Likewise.
3761 (IN_SIGTRAMP): Likewise.
3762 (SVR4_SHARED_LIBS): Define this and include "solib.h".
3763
eb2c22dc
MK
37642003-05-25 Mark Kettenis <kettenis@gnu.org>
3765
3766 * sparc-tdep.c (sparc32_do_push_arguments): New function.
3767 (sparc32_push_arguments): Re-implement by calling
3768 sparc32_do_push_arguments.
3769
44b7b84e
MK
37702003-05-25 Mark Kettenis <kettenis@gnu.org>
3771
3772 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
3773 SPARC_O1_REGNUM): New defines.
3774 (sparc32_extract_return_value): Rewrite to operate on a regcache.
3775 (sparc32_store_return_value): New function.
3776 (sparc_extract_struct_value_address): Rewrite to operate on a
3777 regcache.
3778 (sparc_gdbarch_init): Don't set
3779 deprecated_extract_struct_value_address. Set
3780 extract_struct_value_address instead. Don't set
3781 deprecated_extract_return_value and deprecated_store_return_value
3782 for 32-bit targets. Set extract_return_value and
3783 store_return_value instead.
3784 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
3785 DEPRECTAED_EXTRACT_RETURN_VALUE,
3786 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
3787 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
3788 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
3789 (sparc_store_return_value): Remove prototype.
3790 (sparc32_store_return_value): New prototype.
3791 (sparc32_extract_return_value, sparc_extract_struct_value_address):
3792 Adjust prototypes.
3793
f6ad61e3
MK
37942003-05-24 Mark Kettenis <kettenis@gnu.org>
3795
3796 * sparcnbsd-tdep.c: Include "gdb_string.h".
3797
b276f1bb
AC
37982003-05-23 Andrew Cagney <cagney@redhat.com>
3799
3800 * p-valprint.c (pascal_val_print): Replace extract_address with
3801 the inline equivalent extract_unsigned_integer.
3802 * jv-valprint.c (java_value_print): Ditto.
3803 * ada-valprint.c (ada_val_print_1): Ditto.
3804 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
3805
e76c5fcc
TR
38062003-05-23 Theodore A. Roth <troth@openavr.org>
3807
3808 * blockframe.c (frameless_look_for_prologue): Remove unused
3809 after_prologue variable.
3810
2cdd89cb
MK
38112003-05-23 Mark Kettenis <kettenis@gnu.org>
3812
3813 * blockframe.c (get_pc_function_start): Rewrite to avoid
3814 asignments in if-statements.
3815
182d43bc
EZ
38162003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3817
3818 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 3819 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
3820 files, don't relocate absolute symbols (and do use mst_abs).
3821
e8f3fcdd
AC
38222003-05-23 Andrew Cagney <cagney@redhat.com>
3823
3824 * objc-lang.c: Include "gdb_assert.h".
3825 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
3826 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
3827 (gdb_check, gdb_check_fatal): Delete functions.
3828 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
3829 gdb_assert.
3830 (parse_selector, parse_method, find_methods, find_imps): Ditto.
3831 * Makefile.in (objc-lang.o): Update dependencies.
3832
3c23e6fb
ILT
38332003-05-22 Ian Lance Taylor <ian@airs.com>
3834
3835 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
3836 with fprintf_filtered, not fprintf_unfiltered.
3837
af1342ab
AC
38382003-05-22 Andrew Cagney <cagney@redhat.com>
3839
3840 * stack.c (frame_info): Inline extract_address, replacing it with
3841 extract_unsigned_integer.
3842 * findvar.c (unsigned_pointer_to_address): Ditto.
3843 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
3844 * dwarf2expr.c (dwarf2_read_address): Ditto.
3845 * frame.c (frame_pc_unwind): Update comment.
3846 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
3847
47e242ec
JJ
38482003-05-22 Jeff Johnston <jjohnstn@redhat.com>
3849
3850 * infptrace.c (detach): Call print_sys_errmsg rather than
3851 perror_with_name to issue warning message when errno is non-zero
3852 after calling ptrace detach.
3853
e2ac8128
JB
38542003-05-21 J. Brobecker <brobecker@gnat.com>
3855
3856 * config/pa/tm-hppa.h: Delete some unused macros. Move some
3857 macro definitions from here...
3858 * hppa-tdep.c: ...to there.
3859
92b3541e
KB
38602003-05-20 Kevin Buettner <kevinb@redhat.com>
3861
3862 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
3863 register_ptrace_addr(). Fix all callers.
3864
55809acb
AS
38652003-05-21 Andreas Schwab <schwab@suse.de>
3866
3867 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
3868 dependencies.
3869 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
3870 end.
3871 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
3872 (_initialize_m68k_linux_tdep): New function.
3873 (m68k_linux_frame_saved_pc): Make static.
3874 (m68k_linux_extract_return_value): Likewise.
3875 (m68k_linux_store_return_value): Likewise.
3876 (m68k_linux_extract_struct_value_address): Likewise.
3877 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
3878 Remove.
3879 (DEPRECATED_STORE_RETURN_VALUE): Remove.
3880 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3881 (DEPRECATED_FRAME_SAVED_PC): Remove.
3882
0fbc10f7
KW
38832003-05-20 Kris Warkentin <kewarken@qnx.com>
3884
3885 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
3886 regset numbering rather than our own.
3887
58da2eb2
DC
38882003-05-19 David Carlton <carlton@bactrian.org>
3889
3890 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
3891
1fcb5155
DC
38922003-05-19 David Carlton <carlton@bactrian.org>
3893
3894 Partial fix for PR c++/827.
3895 * cp-support.h: Include symtab.h.
3896 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
3897 * cp-namespace.c: Update contributors.
3898 (cp_lookup_symbol_nonlocal): New.
3899 (lookup_namespace_scope, cp_lookup_symbol_namespace)
3900 (lookup_symbol_file): Ditto.
3901 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
3902 * block.h: Declare block_scope, block_using, block_global_block.
3903 * block.c (block_scope): New.
3904 (block_using, block_global_block): Ditto.
3905 * Makefile.in (cp_support_h): Depend on symtab_h.
3906 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
3907
5f9a71c3
DC
39082003-05-19 David Carlton <carlton@bactrian.org>
3909
3910 * language.h (struct language_defn): Add 'la_value_of_this'
3911 and 'la_lookup_symbol_nonlocal' members.
3912 * symtab.h: Declare basic_lookup_symbol_nonlocal,
3913 lookup_symbol_static, lookup_symbol_global,
3914 lookup_symbol_aux_block.
3915 * symtab.c (lookup_symbol_aux): Call language hooks to determine
3916 if we should search fields of this and how to do static/global
3917 lookup.
3918 (lookup_symbol_aux_block): Make extern.
3919 (basic_lookup_symbol_nonlocal): New.
3920 (lookup_symbol_static, lookup_symbol_global): Ditto.
3921 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
3922 'la_lookup_symbol_nonlocal' members.
3923 * c-lang.c (c_language_defn, cplus_language_defn)
3924 (asm_language_defn, minimal_language_defn): Ditto.
3925 * jv-lang.c (java_language_defn): Ditto.
3926 * language.c (unknown_language_defn, auto_language_defn)
3927 (local_language_defn): Ditto.
3928 * m2-lang.c (m2_language_defn): Ditto.
3929 * objc-lang.c (objc_language_defn): Ditto.
3930 * scm-lang.c (scm_language_defn): Ditto.
3931 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
3932 * p-lang.c (pascal_language_defn): Ditto for both.
3933 * Makefile.in (f-lang.o): Depend on value_h.
3934 (p-lang.o): Ditto.
3935
89a9d1b1
DC
39362003-05-19 David Carlton <carlton@bactrian.org>
3937
3938 * block.h: Declare block_static_block.
3939 * block.c (block_static_block): New.
3940 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
3941 lookup_symbol_aux_local, calling block_static_block instead.
3942 (lookup_symbol_aux_local): Delete 'static_block' argument.
3943
eed3f8ab
DC
39442003-05-19 David Carlton <carlton@bactrian.org>
3945
3946 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
3947
a09d8bda
ML
39482003-05-19 Michal Ludvig <mludvig@suse.cz>
3949
3950 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
3951 register numbers mapping.
3952
69636828
AF
39532003-05-18 Adam Fedor <fedor@gnu.org>
3954
3955 * symtab.c (completion_list_objc_symbol): New function.
3956 (make_symbol_completion_list): Use it to add ObjC symbols
3957 when looking though the list.
3958 (language_search_unquoted_string): New function.
3959 (make_file_symbol_completion_list): Use it.
3960
55baeb84
AS
39612003-05-18 Andreas Schwab <schwab@suse.de>
3962
d0b45d99
AS
3963 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
3964 dependencies.
3965 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
3966 as m68k_linux_extract_return_value.
3967 (DEPRECATED_STORE_RETURN_VALUE): Define as
3968 m68k_linux_store_return_value.
3969 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3970 m68k_linux_extract_struct_value_address.
3971 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
3972 get_next_frame, get_frame_base, get_frame_pc.
3973 (m68k_linux_frame_saved_pc): Use get_frame_base.
3974 (m68k_linux_extract_return_value): New function.
3975 (m68k_linux_store_return_value): New function.
3976 (m68k_linux_extract_struct_value_address): New function.
3977 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
3978
55baeb84
AS
3979 * c-exp.y (typebase): Remove duplicate occurence of
3980 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 3981 of lookup_signed_typename.
55baeb84 3982
b6b08ebf
MK
39832003-05-18 Mark Kettenis <kettenis@gnu.org>
3984
3985 * dwarf2loc.c (find_location_expression): Change type of second
3986 argument to `size_t *'.
3987 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
3988 for size variable.
3989
5ad1c190
DC
39902003-05-18 David Carlton <carlton@bactrian.org>
3991
3992 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
3993 'linkage_name'. Add comment.
3994 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
3995 'linkage_name'.
3996 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
3997 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
3998 (lookup_block_symbol): Ditto.
3999
b8b527c5
AC
40002003-05-16 Andrew Cagney <cagney@redhat.com>
4001
4002 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4003 * gdbarch.h, gdbarch.c: Re-generate.
4004 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4005 * TODO (REGISTER_BYTES): Delete reference.
4006 * alpha-tdep.c (alpha_gdbarch_init): Update.
4007 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4008 * x86-64-tdep.c (x86_64_init_abi): Update.
4009 * vax-tdep.c (vax_gdbarch_init): Update.
4010 * v850-tdep.c (v850_gdbarch_init): Update.
4011 * sparc-tdep.c (sparc_gdbarch_init): Update.
4012 * sh-tdep.c (sh_gdbarch_init): Update.
4013 * s390-tdep.c (s390_gdbarch_init): Update.
4014 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4015 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4016 (ns32k_gdbarch_init_32382): Update.
4017 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4018 * mcore-tdep.c (mcore_gdbarch_init): Update.
4019 * m68k-tdep.c (m68k_gdbarch_init): Update.
4020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4021 * ia64-tdep.c (ia64_gdbarch_init): Update.
4022 * i386-tdep.c (i386_gdbarch_init): Update.
4023 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4024 * hppa-tdep.c (hppa_gdbarch_init): Update.
4025 * h8300-tdep.c (h8300_gdbarch_init): Update.
4026 * frv-tdep.c (frv_gdbarch_init): Update.
4027 * cris-tdep.c (cris_gdbarch_init): Update.
4028 * avr-tdep.c (avr_gdbarch_init): Update.
4029 * arm-tdep.c (arm_gdbarch_init): Update.
4030 * sparc-tdep.c (sparc_pop_frame): Update.
4031 * rs6000-tdep.c (rs6000_pop_frame): Update.
4032 * remote.c (init_remote_state): Update.
4033 (remote_prepare_to_store): Update.
4034 * remote-vx.c (vx_prepare_to_store): Update.
4035 * remote-sds.c (sds_fetch_registers): Update.
4036 (sds_prepare_to_store): Update.
4037 * remote-array.c: Update.
4038 * regcache.c (init_legacy_regcache_descr): Update.
4039 (init_regcache_descr): Update.
4040 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4041 (mips_o64_extract_return_value): Update.
4042 * irix5-nat.c (fetch_core_registers): Update.
4043 * irix4-nat.c (fetch_core_registers): Update.
4044 * i386-tdep.h: Update.
4045 * hppa-tdep.c (pa_do_registers_info): Update.
4046 (pa_do_strcat_registers_info): Update.
4047 * cris-tdep.c (cris_register_bytes_ok): Update.
4048 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4049 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4050 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4051 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4052 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4053 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4054 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4055 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4056 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4057 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4058 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4059 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4060 (REGISTER_BYTES_OK): Update.
4061 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4062 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4063
ee2842e2
ILT
40642003-05-16 Ian Lance Taylor <ian@airs.com>
4065
4066 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4067 (vax_print_insn, print_insn_arg): Remove static functions.
4068 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4069 print_insn_vax from opcodes library.
4070 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4071
973177d3
AC
40722003-05-15 Andrew Cagney <cagney@redhat.com>
4073
aaab4dba
AC
4074 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4075 * target.h (memory_breakpoint_from_pc): Delete declaration.
4076 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4077 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4078 * monitor.c (monitor_insert_breakpoint): Use
4079 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4080 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4081 * gdbarch.h, gdbarch.c: Re-generate.
4082 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4083 (sparc_gdbarch_init): Set breakpoint_from_pc to
4084 sparc_breakpoint_from_pc.
4085 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4086 (BREAKPOINT_FROM_PC): Define.
4087 (sparc_breakpoint_from_pc): Declare.
4088 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4089 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4090 (BREAKPOINT_FROM_PC): Define.
4091 (BREAKPOINT): Delete macro.
4092 * target.h: Update comment.
4093 * s390-tdep.c (s390_gdbarch_init): Update comments.
4094 * remote.c: Update comments.
4095 * remote-mips.c: Update comments.
4096 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4097 * mem-break.c: Update comment.
4098 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4099 (ia64_memory_insert_breakpoint): Update.
4100 * config/sparc/tm-sparc.h: Update comment.
4101 * config/pa/tm-hppa64.h: Update comment.
4102 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4103 (rs6000_breakpoint_from_pc): Update.
4104 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4105 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4106 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4107 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4108 (mips_breakpoint_from_pc): Update.
4109 (mips_dump_tdep): Update.
4110
e06963ff
AC
4111 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4112 * minsyms.c (lookup_minimal_symbol): Inline
4113 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4114
973177d3
AC
4115 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4116 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4117 * p-lang.c (pascal_printstr): Ditto.
4118 * objc-lang.c (objc_printstr): Ditto.
4119 * m2-lang.c (m2_printstr): Ditto.
4120 * jv-valprint.c (java_print_value_fields): Ditto.
4121 * f-lang.c (f_printstr): Ditto.
4122 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4123 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4124 for repeat_count_threshold.
4125 * Makefile.in (cp-valprint.o): Update dependencies.
4126
5ea2bd7f 41272003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 4128
5ea2bd7f
JJ
4129 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4130 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
4131 they start with mov r2,r12. Support skipping over indirect stores
4132 of the input registers. Upon hitting a non-nop branch instruction
4133 or predicated instruction, bail out by setting lim_pc to the current
4134 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
4135 beyond our calculated value and we have trust_limit set,
4136 use the lim_pc value.
4137
cc8c88f3
AC
41382003-05-15 Andrew Cagney <cagney@redhat.com>
4139
4140 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4141 generic_find_dummy_frame.
4142 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4143 (deprecated_generic_find_dummy_frame): Update.
4144 (deprecated_read_register_dummy): Update.
4145 * frame.c (deprecated_generic_get_saved_register): Update.
4146
909cd28e
TR
41472003-05-15 Theodore A. Roth <troth@openavr.org>
4148
4149 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4150 (avr_gdbarch_init): Set breakpoint_from_pc method.
4151
b923b08d
AC
41522003-05-15 Andrew Cagney <cagney@redhat.com>
4153
4154 * regcache.c (build_regcache): Set deprecated_register_valid
4155 directly.
4156 (deprecated_grub_regcache_for_register_valid): Delete function.
4157 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4158 declaration.
4159
ae2f03ac 41602003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
4161
4162 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
4163 * symtab.c (lookup_symbol_aux): Delete calls to
4164 lookup_symbol_aux_minsyms.
4165 (lookup_symbol_aux_minsyms): Comment out function and
4166 prototype. Delete lookup by mangled name.
ae2f03ac 4167
18ec9831
KB
41682003-05-14 Kevin Buettner <kevinb@redhat.com>
4169
4170 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4171 correctly indicate an empty stack and ``stack_allocated'' to the
4172 indicate the number of elements initially allocated.
4173 (dwarf_expr_grow_stack): Simplify method for computing new
4174 stack size. Don't loop infinitely if ``stack_len'' is zero.
4175 (execute_stack_op): Move ``ctx->in_reg'' initialization
4176 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4177 be used in conjuction with DW_OP_piece. Revise error message
4178 accordingly.
4179
de18ac1f
TR
41802003-05-14 Theodore A. Roth <troth@openavr.org>
4181
4182 * MAINTAINERS: Update my email address.
4183 * avr-tdep.c: Ditto.
4184
176620f1
EZ
41852003-05-14 Elena Zannoni <ezannoni@redhat.com>
4186
4187 * symtab.h (enum domain_enum): Rename from namespace_enum.
4188 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4189 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4190 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4191 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4192 TYPES_NAMESPACE, METHODS_NAMESPACE.
4193 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4194 (struct symbol, struct partial_symbol): Rename field
4195 'namespace_enum namespace' to 'domain_enum domain'.
4196 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4197 Delete old define kludge for namespace.
4198
4199 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4200 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4201 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4202 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4203 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4204 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4205 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4206 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4207 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4208 occurrences of the above.
4209
b7f31508
ILT
42102003-05-14 Ian Lance Taylor <ian@airs.com>
4211
4212 * Makefile.in (install-only): Use $(SHELL) when running
4213 mkinstalldirs.
4214
2fdbdd39
ILT
42152003-05-13 Ian Lance Taylor <ian@airs.com>
4216
a208d82c
ILT
4217 * MAINTAINERS (write after approval): Add myself.
4218
2fdbdd39
ILT
4219 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4220 second and third arguments.
4221 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4222 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4223
fbd9dcd3
AC
42242003-05-13 Andrew Cagney <cagney@redhat.com>
4225
4226 * defs.h (store_address): Delete declaration.
4227 findvar.c (store_address): Delete function.
4228 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4229 store_unsigned_integer.
4230 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4231 * v850-tdep.c (v850_push_arguments): Ditto.
4232 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4233 * sh-tdep.c (sh64_get_saved_register): Ditto.
4234 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4235 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4236 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4237 (mips_get_saved_register): Ditto.
4238 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4239 (find_func_descr, ia64_push_arguments): Ditto.
4240 * i386-tdep.c (i386_push_arguments): Ditto.
4241 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4242 * frv-tdep.c (frv_push_arguments): Ditto.
4243 * frame.c (legacy_saved_regs_prev_register): Ditto.
4244 (deprecated_generic_get_saved_register): Ditto.
4245 * findvar.c (unsigned_address_to_pointer): Ditto.
4246 * dwarf2read.c (dwarf2_const_value): Ditto.
4247 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4248 * alpha-tdep.c (alpha_push_arguments): Ditto.
4249
6760f9e6
JB
42502003-05-12 J. Brobecker <brobecker@gnat.com>
4251
4252 * NEWS: Mention that the hppa-hpux port has been partially
4253 multiarched (32bit ABIT only, so far).
4254
30e221b4
AC
42552003-05-11 Andrew Cagney <cagney@redhat.com>
4256
4257 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4258 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4259 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4260 sim/testsuite/sim/arm/misaligned2.ms, and
4261 sim/testsuite/sim/arm/misaligned3.ms.
4262 * disasm.h (struct ui_file): Add opaque struct declaration.
4263 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4264 * frame.h (struct ui_file): Ditto.
4265
dea7f9ba
MK
42662003-05-11 Mark Kettenis <kettenis@gnu.org>
4267
4268 * value.h: Pretty print.
4269
01986c48
MK
42702003-05-10 Mark Kettenis <kettenis@gnu.org>
4271
4272 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4273
123a958e
AC
42742003-05-08 Andrew Cagney <cagney@redhat.com>
4275
4276 * regcache.h (max_register_size): Delete declaration.
4277 * regcache.c (max_register_size): Delete function.
4278 (struct regcache_descr): Delete field "max_register_size".
4279 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4280 registers fit in MAX_REGISTER_SIZE.
4281 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4282 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4283 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4284 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4285 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4286 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4287 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4288 * dve3900-rom.c, hppa-tdep.c: Ditto.
4289
eb294659
DC
42902003-05-08 David Carlton <carlton@math.stanford.edu>
4291
4292 * valops.c (push_word): Fix typo.
4293
d9d9c31f
AC
42942003-05-08 Andrew Cagney <cagney@redhat.com>
4295
4296 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4297 * gdbarch.h: Re-generate.
4298 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4299 (legacy_max_register_raw_size): Delete declaration.
4300 * regcache.c (legacy_max_register_raw_size): Delete function.
4301 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4302 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4303 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4304 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4305 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4306 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4307 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4308 * findvar.c, dwarf2cfi.c: Ditto.
4309
22540ece
AC
43102003-05-08 Andrew Cagney <cagney@redhat.com>
4311
4312 * mips-tdep.c (read_signed_register): New function, moved to here
4313 from "regcache.c".
4314 (read_signed_register_pid): Ditto.
4315 * regcache.c (read_signed_register_pid): Delete function, moved to
4316 "mips-tdep.c".
4317 (read_signed_register): Ditto.
4318 * regcache.h (read_signed_register): Delete declaration.
4319 (read_signed_register_pid): Delete declaration.
4320
0c92afe8
AC
43212003-05-08 Andrew Cagney <cagney@redhat.com>
4322
4323 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4324 * gdbarch.h: Re-generate.
4325 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4326 (legacy_max_register_virtual_size): Delete declaration.
4327 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4328 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4329 * tracepoint.c (memrange_sortmerge): Ditto.
4330 * sparc-tdep.c (sparc_print_registers): Ditto.
4331 * regcache.c (legacy_max_register_virtual_size): Delete function.
4332
6037b830
JB
43332002-05-08 J. Brobecker <brobecker@gnat.com>
4334
4335 * fork-child.c (escape_bang_in_quoted_argument): New function.
4336 (fork_inferior): Escape '!' characters in quoted arguments
4337 only when needed.
4338
5d62c8b1
JB
43392003-05-08 J. Brobecker <brobecker@gnat.com>
4340
4341 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4342 the language of the CU is not currently supported by GDB.
4343
20a0e81d
JB
43442003-05-08 J. Brobecker <brobecker@gnat.com>
4345
4346 * defs.h (language): Add language_minimal enum value.
4347 * c-lang.c (minimal_language_defn): New language definition.
4348 (_initialize_c_language): Add the new minimal language to the list
4349 of languages known to GDB.
4350
710ee10a
KB
43512003-05-08 Kevin Buettner <kevinb@redhat.com>
4352
4353 * frame.c (get_frame_type): Don't attempt to lazily initialize
4354 frame's unwinder for legacy frames.
4355
1750fa04
AC
43562003-05-07 Andrew Cagney <cagney@redhat.com>
4357
4358 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4359 and "regcache" parameters.
4360 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4361
ddf9f258 43622003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4363
4364 * dwarf2read.c (dwarf_decode_lines): Only use output of
4365 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
4366 the current address.
4367
87767c29
AC
43682003-05-07 Andrew Cagney <cagney@redhat.com>
4369
4370 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4371 code.
4372
5e7b2f39
JB
43732003-05-07 Jim Blandy <jimb@redhat.com>
4374
4375 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4376 'maint info symtabs' and 'maint info psymtabs'.
4377 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4378 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4379 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4380 Declarations updated.
4381 * maint.c (maintenance_list_command): Delete.
4382 (_initialize_maint_cmds): Update calls to add_cmd.
4383 * gdbcmd.h (maintenancelistlist): Delete declaration.
4384 * cli/cli-cmds.c (maintenancelistlist): Delete.
4385 (init_cmd_lists): Don't initialize it.
4386 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4387
f6684c31
AC
43882003-05-07 Andrew Cagney <cagney@redhat.com>
4389
4390 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4391 "regcache".
4392 (d10v_print_registers_info): Update.
4393 (d10v_dmap_register, d10v_imap_register): Delete functions.
4394 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4395 and "imap_register".
4396 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4397 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4398 * arch-utils.c (generic_remote_translate_xfer_address): Add
4399 "regcache" and "gdbarch" parameters.
4400 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4401 parameter. Change class to multi-arch.
4402 * gdbarch.h, gdbarch.c: Re-generate.
4403 * remote.c (remote_xfer_memory): Use
4404 gdbarch_remote_translate_xfer_address.
8ffd9b1b 4405
e4846b08
JJ
44062003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4407
4408 * infrun.c (prev_pc): Move declaration ahead of proceed().
4409 (proceed): Refresh prev_pc value before resuming.
4410 (stop_stepping): Remove code to refresh prev_pc.
4411
6b71b8ac
KW
44122003-05-06 Kris Warkentin <kewarken@qnx.com>
4413
4414 * nto-tdep.c: Removed stray comment.
4415
47979a4b
KW
44162003-05-06 Kris Warkentin <kewarken@qnx.com>
4417
4418 * i386-nto-tdep.c: Fix old K&R function definitions.
4419 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4420 Also change add_show_from_set() call to add_setshow_cmd().
4421 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4422
00905d52
AC
44232003-05-05 Andrew Cagney <cagney@redhat.com>
4424
4425 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4426 (fprint_dummy_frames): New function.
4427 (maintenance_print_dummy_frames): New function.
4428 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4429 * frame.c (fprint_frame_id): Make global.
4430 * frame.h (fprint_frame_id): Declare.
4431 * Makefile.in (dummy-frame.o): Update dependencies.
4432
b1e29e33
AC
44332003-05-05 Andrew Cagney <cagney@redhat.com>
4434
4435 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4436 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4437 SIZEOF_CALL_DUMMY_WORDS.
4438 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4439 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4440 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4441 CALL_DUMMY_BREAKPOINT_OFFSET.
4442 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4443 CALL_DUMMY_START_OFFSET.
4444 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4445 * gdbarch.h, gdbarch.c: Re-generate.
4446 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4447 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4448 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4449 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4450 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4451 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4452 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4453 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4454 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4455 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4456 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4457 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4458 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4459 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4460 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
4461
44622003-05-05 Kris Warkentin <kewarken@qnx.com>
4463
4464 * configure.tgt: Add i[3456]86-*-nto*.
4465 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4466 * nto-tdep.c: New file. Neutrino target support routines.
4467 * nto-tdep.h: New file. Neutrino target header.
4468 * config/tm-qnxnto.h: New file.
4469 * config/i386/i386nto.mt: New file.
4470 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 4471
0ce3d317
AC
44722003-05-04 Andrew Cagney <cagney@redhat.com>
4473
4474 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4475 (load_infrun_state): Ditto.
4476 (struct thread_info): Drop "prev_func_name" field.
4477 * thread.c (load_infrun_state): Update.
4478 (save_infrun_state): Update.
4479 * infrun.c (prev_func_name): Delete variable.
4480 (init_wait_for_inferior): Do not clear prev_func_name.
4481 (stop_stepping, keep_going, context_switch): Do not swap
4482 prev_func_name.
4483 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4484 instead of PC_IN_SIGTRAMP.
4485
46654a5b
AC
44862003-05-04 Andrew Cagney <cagney@redhat.com>
4487
4488 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4489 REGISTER_BYTE with register_offset_hack.
4490 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4491 that REGISTER_BYTE is consistent with the regcache.
4492 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4493 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 4494
14b08c1b
MK
44952003-05-04 Mark Kettenis <kettenis@gnu.org>
4496
04c8243f
MK
4497 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4498 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4499
14b08c1b
MK
4500 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4501
c7a11e01
JB
45022003-05-03 J. Brobecker <brobecker@gnat.com>
4503
4504 From Thierry Schneider <tpschneider1@yahoo.com>
4505 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4506 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4507 (mi-cmd-symbol.o): Add rule.
4508
7043d8dc
AC
45092003-05-03 Andrew Cagney <cagney@redhat.com>
4510
4511 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4512 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4513 * gdbarch.h, gdbarch.c: Re-generate.
4514 * d10v-tdep.c (d10v_push_dummy_code): New function.
4515 (d10v_gdbarch_init): Set push_dummy_code.
4516 * infcall.c (legacy_push_dummy_code): New function.
4517 (generic_push_dummy_code): New function.
4518 (push_dummy_code): New function.
4519 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4520 instead of dummy_addr, to push_dummy_call. Move call to
4521 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4522 switch.
4523 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4524
92bf2b80
AC
45252003-05-03 Andrew Cagney <cagney@redhat.com>
4526
4527 * disasm.h (print_insn): Declare.
4528 * disasm.c (init_gdb_disassemble_info): New function.
4529 (gdb_disassembly): Call init_gdb_disassemble_info.
4530 (gdb_print_insn): New function.
4531 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4532 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4533 * mcore-tdep.c: Include "disasm.h"
4534 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4535 * d10v-tdep.c: Include "disasm.h".
4536 (display_trace): Call gdb_print_insn, instead of print_insn.
4537 (print_insn): Delete function.
4538 * printcmd.c: Include "disasm.h".
4539 (print_insn): Delete function.
4540 (print_formatted): Call gdb_print_insn, instead of print_insn.
4541 * Makefile.in (printcmd.o): Update dependencies.
4542 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 4543
27d94c49
AC
45442003-05-02 Andrew Cagney <cagney@redhat.com>
4545
82de1e5b
AC
4546 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4547 PC_REGNUM, re-indent.
4548 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4549 PC_REGNUM isn't set.
4550
27d94c49
AC
4551 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4552 * gdbarch.h, gdbarch.c: Re-generate.
4553 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4554 register_virtual_size, pc_regnum, or register_bytes.
4555 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4556 (d10v_register_type): Use D10V_PC_REGNUM.
4557 (d10v_print_registers_info, d10v_read_pc): Ditto.
4558 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4559 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4560
a9c0dc7f
DC
45612003-05-02 David Carlton <carlton@bactrian.org>
4562
4563 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4564 the name with mstrsave.
4565
e33d66ec
EZ
45662003-05-02 Elena Zannoni <ezannoni@redhat.com>
4567
4568 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4569 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4570 (host_charset_name, target_charset_name): New vars for use by
4571 set/show commands.
4572 (host_charset_enum, target_charset_enum): New enums for set/show
4573 commands.
4574 (set_charset_sfunc, set_host_charset_sfunc,
4575 set_target_charset_sfunc): New functions.
4576 (set_host_charset, set_target_charset): Make static.
4577 (list_charsets, set_host_charset_command,
4578 set_target_charset_command): Delete functions.
4579 (show_charset_command): Rewrite as....
4580 (show_charset): Hook this up with the set/show command mechanism.
4581 (_initialize_charset): Change names of charsets to match the
4582 set/show enums. Use host_charset_name and target_charset_name.
4583 Use set/show mechanism for charset, host-charset, target-charset
4584 commands. Do not make 'show host-charset' and 'show
4585 target-charset' be aliases of 'show charset'.
4586
4587 * charset.h (set_host_charset, set_target_charset): Don't export,
4588 they are not used outside the file.
4589
2b6fd0d8
AC
45902003-05-01 Andrew Cagney <cagney@redhat.com>
4591
4592 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4593 (gdb_disassembly): Make "di" non static, always initialize and
4594 cleanup. Always use dis_asm_read_memory.
4595 (gdb_dis_asm_read_memory): Delete function.
4596
6ae2f580
AC
45972003-05-01 Andrew Cagney <cagney@redhat.com>
4598
4599 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4600 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4601
810ecf9f
AC
46022003-04-30 Andrew Cagney <cagney@redhat.com>
4603
4604 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4605 "tm_print_insn_info".
4606 (TARGET_PRINT_INSN_INFO): Delete macro.
4607 (dis_asm_read_memory): Delete function declaration.
4608 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4609 (tm_print_insn_info): Delete variable definition.
4610 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4611 * gdbarch.h, gdbarch.c: Re-generate.
4612 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4613 "deprecated_tm_print_insn_info".
4614 * mcore-tdep.c (mcore_dump_insn): Ditto.
4615 * mips-tdep.c (mips_gdbarch_init): Ditto.
4616 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4617 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4618 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4619 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4620 instead of TARGET_PRINT_INSN_INFO, add comment.
4621 * s390-tdep.c (s390_get_frame_info): Instead of
4622 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
4623 (s390_check_function_end, s390_is_sigreturn): Ditto.
4624 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
4625 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4626 * disasm.c: Include "gdbcore.h".
4627 (_initialize_disasm): New function, initialize
4628 "deprecated_tm_print_insn_info".
4629 (deprecated_tm_print_insn_info): New variable.
4630 (dis_asm_read_memory): Moved from "corefile.c", made static.
4631 (dis_asm_print_address, dis_asm_memory_error): Ditto.
4632 * Makefile.in (disasm.o): Update dependencies.
4633
07020390
AC
46342003-04-30 Andrew Cagney <cagney@redhat.com>
4635
4636 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
4637
a9fa03de
AF
46382003-04-29 Adam Fedor <fedor@gnu.org>
4639
4640 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
4641 * infcall.c (find_function_addr): Make non-static.
4642 * infcall.h (find_function_addr): Declare.
4643 * Makefile.in (eval.o): Update dependencies.
4644
1bae87b9
AF
46452003-04-28 Adam Fedor <fedor@gnu.org>
4646
4647 * symtab.c (symbol_find_demangled_name): Check for and demangle
4648 ObjC symbols.
4649 (symbol_init_demangled_name): Init for language_objc as well.
4650
0ba6dca9
AC
46512003-04-28 Andrew Cagney <cagney@redhat.com>
4652
4653 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
4654 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
4655 * gdbarch.h, gdbarch.c: Re-generate.
4656 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
4657 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
4658 * inferior.h (deprecated_read_fp): Rename read_fp.
4659 (generic_target_read_fp): Delete declaration.
4660 * regcache.c (generic_target_read_fp): Delete function.
4661 (deprecated_read_fp): Replace read_fp, use
4662 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
4663 * d10v-tdep.c (d10v_read_fp): Delete function.
4664 (d10v_gdbarch_init): Do not set deprecated_read_fp.
4665
4666 * sparc-tdep.c (sparc_gdbarch_init): Do not set
4667 deprecated_target_read_fp to generic_target_read_fp.
4668 * sh-tdep.c (sh_gdbarch_init): Ditto.
4669 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4670 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4671 * frv-tdep.c (frv_gdbarch_init): Ditto.
4672
4673 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
4674 deprecated_fp_regnum.
4675 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4676 * vax-tdep.c (vax_gdbarch_init): Ditto.
4677 * v850-tdep.c (v850_gdbarch_init): Ditto.
4678 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4679 * sh-tdep.c (sh_gdbarch_init): Ditto.
4680 * s390-tdep.c (s390_gdbarch_init): Ditto.
4681 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4682 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4683 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4684 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
4685 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4686 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4687 * i386-tdep.c (i386_gdbarch_init): Ditto.
4688 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4689 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4690 * frv-tdep.c (frv_gdbarch_init): Ditto.
4691 * cris-tdep.c (cris_gdbarch_init): Ditto.
4692 * avr-tdep.c (avr_gdbarch_init): Ditto.
4693 * arm-tdep.c (arm_gdbarch_init): Ditto.
4694 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
4695
4696 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
4697 * v850-tdep.c (v850_gdbarch_init): Ditto.
4698 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4699 * sh-tdep.c (sh_gdbarch_init): Ditto.
4700 * s390-tdep.c (s390_gdbarch_init): Ditto.
4701 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4702 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4703 * mips-tdep.c (mips_gdbarch_init): Ditto.
4704 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4705 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4706 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
4707 * frv-tdep.c (frv_gdbarch_init): Ditto.
4708 * avr-tdep.c (avr_gdbarch_init): Ditto.
4709 * arm-tdep.c (arm_gdbarch_init): Ditto.
4710
4711 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
4712 DEPRECATED_FP_REGNUM.
4713 (vax_push_dummy_frame, vax_pop_frame): Ditto.
4714 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
4715 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
4716 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
4717 (sparc32_register_virtual_type): Ditto.
4718 * sh-tdep.c (sh64_frame_chain): Ditto.
4719 (sh64_get_saved_register, sh64_pop_frame): Ditto.
4720 (sh_nofp_frame_init_saved_regs): Ditto.
4721 (sh64_nofp_frame_init_saved_regs): Ditto.
4722 (sh_fp_frame_init_saved_regs): Ditto.
4723 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4724 * remote-e7000.c (fetch_regs_from_dump): Ditto.
4725 * procfs.c (procfs_fetch_registers): Ditto.
4726 (procfs_store_registers): Ditto.
4727 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
4728 (store_inferior_registers, fetch_core_registers): Ditto.
4729 (fetch_kcore_registers, clear_regs): Ditto.
4730 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
4731 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
4732 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
4733 * nlm/i386.c (do_status): Ditto.
4734 * mipsv4-nat.c (supply_gregset): Ditto.
4735 * mips-tdep.c: Ditto for comments.
4736 * mips-nat.c (fetch_inferior_registers): Ditto.
4737 (store_inferior_registers, fetch_core_registers): Ditto.
4738 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
4739 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
4740 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
4741 (i386_do_pop_frame, i386_register_type): Ditto.
4742 * hppa-tdep.c (hppa_frame_chain): Ditto.
4743 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
4744 (hppa_pop_frame, hppa_read_fp): Ditto.
4745 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
4746 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
4747 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
4748 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
4749 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
4750 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
4751 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
4752 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
4753 * blockframe.c: Ditto for comments.
4754 * arch-utils.h: Ditto for comments.
4755 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
4756 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
4757 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
4758 * alpha-tdep.h: Ditto for comments.
4759 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
4760 (alpha_cannot_store_register): Ditto.
4761 (alpha_push_dummy_frame): Ditto.
4762 * alpha-nat.c (supply_gregset): Ditto.
4763
4764 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
4765 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
4766 * config/sparc/tm-sparc.h: Update comment.
4767
4768 * hppa-tdep.c (hppa_init_extra_frame_info): Use
4769 deprecated_read_fp instead of TARGET_READ_FP.
4770 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
4771 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
4772 * sparc-tdep.c (sparc_init_extra_frame_info): Use
4773 deprecated_read_fp instead of read_fp.
4774 * s390-tdep.c (s390_push_arguments): Ditto.
4775 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
4776 * frame.h: Ditto in comments.
4777 * frame.c (legacy_get_prev_frame): Ditto.
4778 * dummy-frame.c (dummy_frame_this_id): Ditto.
4779 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
4780
d7a27068
AC
47812003-04-28 Andrew Cagney <cagney@redhat.com>
4782
4783 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
4784 * gdbarch.h, gdbarch.c: Re-generate.
4785 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
4786 * vax-tdep.c (_initialize_vax_tdep): Update.
4787 * v850-tdep.c (_initialize_v850_tdep): Update.
4788 * sparc-tdep.c (_initialize_sparc_tdep): Update.
4789 * s390-tdep.c (_initialize_s390_tdep): Update.
4790 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
4791 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
4792 * mips-tdep.c (_initialize_mips_tdep): Update.
4793 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4794 * m68k-tdep.c (_initialize_m68k_tdep): Update.
4795 * ia64-tdep.c (_initialize_ia64_tdep): Update.
4796 * hppa-tdep.c (_initialize_hppa_tdep): Update.
4797 * h8300-tdep.c (_initialize_h8300_tdep): Update.
4798 * frv-tdep.c (_initialize_frv_tdep): Update.
4799 * cris-tdep.c (cris_delayed_get_disassembler): Update.
4800 (_initialize_cris_tdep): Update.
4801 * arch-utils.c (legacy_print_insn): Update.
4802 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4803
d2630e69
AF
48042003-04-26 Adam Fedor <fedor@gnu.org>
4805
4806 * linespec.c (decode_objc): New function to decode ObjC calls
4807 (decode_line_1): Check for ObjC calls (using decode_objc)
4808 * Makefile (linespec.o): Update dependencies.
4809
3086aeae
DJ
48102003-04-26 Daniel Jacobowitz <drow@mvista.com>
4811
4812 * breakpoint.h (struct breakpoint_ops): New.
4813 (struct breakpoint): Add ops member.
4814
4815 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
4816 (mention): Use new breakpoint ops member.
4817 (set_raw_breakpoint): Initialize ops field to NULL.
4818 (print_exception_catchpoint, print_one_exception_catchpoint)
4819 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
4820 (gnu_v3_exception_catchpoint_ops): New.
4821 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
4822
1fbec6c3
AF
48232003-04-25 Adam Fedor <fedor@gnu.org>
4824
4825 * Makefile.in (COMMON_OBS): Add objc-lang.o
4826
0ef21242
AC
48272003-04-25 Andrew Cagney <cagney@redhat.com>
4828
4829 * d10v-tdep.c (print_insn): Delete function.
4830 (display_trace): Use TARGET_PRINT_INSN.
4831 (_initialize_d10v_tdep): Do not set tm_print_insn.
4832 (d10v_gdbarch_init): Set print_insn.
4833
f75493ed
AC
48342003-04-25 Andrew Cagney <cagney@redhat.com>
4835
4836 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
4837 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
4838 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
4839 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
4840 (nr_dmap_regs, a0_regnum): ... new functions.
4841 (d10v_print_registers_info): Use a0_regnum, use register_size.
4842 (d10v_register_byte): Delete function.
4843 (d10v_register_raw_size): Delete function.
4844 (d10v_register_type): Use a0_regnum.
4845 (d10v_print_registers_info): Use a0_regnum.
4846 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
4847 (d10v_gdbarch_init): Do not set register_byte or
4848 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
4849 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
4850 extract_address.
4851 (trace_command): Use XCALLOC.
4852 (print_insn): Delete reference to tm_print_insn.
4853 (saved_regs_unwinder): Use store_unsigned_integer instead of
4854 store_address.
4855 * frame.h (FRAME_OBSTACK_CALLOC): Define
4856
2202b100
DC
48572003-04-25 David Carlton <carlton@bactrian.org>
4858
4859 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
4860
4e45ca2e
AF
48612003-04-24 Adam Fedor <fedor@gnu.org>
4862
4863 * objc-lang.c: Include "valprint.h"
4864 * Makefile.in (objc-lang.o): Update dependencies.
4865
93de3e7f
AF
48662003-04-24 Adam Fedor <fedor@gnu.org>
4867
8ffd9b1b 4868 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
4869 architecture dependant compilation and mark as unimplemented
4870 (until they get put in the gdbarch vector).
4871
0f20eeea
DC
48722003-04-23 David Carlton <carlton@bactrian.org>
4873
4874 * cp-support.c (cp_find_first_component): Accept 'operator' in
4875 more locations.
4876
74cfe982
AC
48772003-04-23 Andrew Cagney <cagney@redhat.com>
4878
4879 * infcall.c (call_function_by_hand): Eliminate redundant
4880 indentation. Move "saved_async" and "old_cleanups" to where they
4881 are needed.
8ffd9b1b 4882
52557533
AC
48832003-04-23 Andrew Cagney <cagney@redhat.com>
4884
4885 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
4886 and "buffer". Move the "name" code to where it is needed.
4887
158775de
AC
48882003-04-23 Andrew Cagney <cagney@redhat.com>
4889
4890 * infcall.c (call_function_by_hand): Move variables "start_sp",
4891 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
4892 code to ON_STACK switch branch.
8ffd9b1b 4893
ebc7896c
AC
48942003-04-23 Andrew Cagney <cagney@redhat.com>
4895
4896 * infcall.c (call_function_by_hand): Make declaration of "i",
4897 "sal", "bpt" and "old_sp" more local to their use. Delete #if
4898 lint.
4899
d727590f
AC
49002003-04-23 Andrew Cagney <cagney@redhat.com>
4901
4902 * infcall.c (call_function_by_hand): Delete variable
4903 "n_method_args". Localize "param_type"'s declaration to the loop
4904 that it is used. Reinstate code assigning to said variable -
4905 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
4906 Rationalize code using "param_type".
4907
d585e13a
AC
49082003-04-22 Andrew Cagney <cagney@redhat.com>
4909
4910 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
4911 compute the breakpoint address. Only call FIX_CALL_DUMMY when
4912 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
4913 to DEPRECATED_PUSH_RETURN_ADDRESS.
4914
051caad9
KB
49152003-04-22 Kevin Buettner <kevinb@redhat.com>
4916
4917 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
4918 on the DWARF2 register number prior to fetching a register.
4919
77296879
JB
49202003-04-22 J. Brobecker <brobecker@gnat.com>
4921
4922 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
4923 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 4924 this macro was always set to 0.
77296879
JB
4925 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
4926 considering the fact that this macro was always set to 0.
4927 * hppa-tdep.h (hppa_store_return_value): Likewise.
4928 (hppa_extract_return_value): Likewise.
4929
4252f1df
JB
49302003-04-22 J. Brobecker <brobecker@gnat.com>
4931
4932 * config/pa/tm-hppa.h: Remove obsolete code, was used by
4933 the hppa-pro target only.
4934
14604c6b
JB
49352003-04-21 J. Brobecker <brobecker@gnat.com>
4936
4937 Ongoing multi-arch conversion effort for HP/UX:
4938 * config/pa/tm-hppa.h: Move all macro that are no longer
4939 defined now that GDB_MULTI_ARCH is now set to 1 from here...
4940 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
4941
77eb01d1
JB
49422003-04-21 J. Brobecker <brobecker@gnat.com>
4943
4944 * config/pa/tm-hppa.h: Obsolete a section that was only used
4945 for hppa-pro.
4946
61995b3b
JB
49472003-04-21 J. Brobecker <brobecker@gnat.com>
4948
4949 Ongoing multi-arch conversion for HP/UX.
4950 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
4951 if already defined (allows hppa64 to stay non-multiarched for now).
4952 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
4953
4aa79dcc
AC
49542003-04-21 Andrew Cagney <cagney@redhat.com>
4955
4956 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
4957
0f751ff2
AC
49582003-04-21 Andrew Cagney <cagney@redhat.com>
4959
4960 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
4961 "i386_num_mmx_regs".
4962
04714b91
AC
49632003-04-21 Andrew Cagney <cagney@redhat.com>
4964
4965 * infcall.c: New file.
4966 * infcall.h: New file.
4967 * valarith.c: Include "infcall.h".
4968 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
4969 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
4970 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
4971 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
4972 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
4973 (SFILES): Add "infcall.c"
4974 (COMMON_OBS): Add "infcall.o".
4975 (infcall.o): Specify dependencies.
4976 * value.h (call_function_by_hand): Delete declaration.
4977 * inferior.h (run_stack_dummy): Delete declaration.
4978 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
4979 (run_stack_dummy): Move to "infcall.c", merged into
4980 call_function_by_hand.
4981 * valops.c (call_function_by_hand): Moved to "infcall.c".
4982 (find_function_addr, value_arg_coerce): Ditto.
4983 (unwindonsignal_p, coerce_float_to_double): Ditto.
4984 (_initialize_valops): Move "set/show coerce-float-to-double", and
4985 "set/show unwindonsignal" commands to "infcall.c".
4986 * v850-tdep.c, target.h: Update comments.
4987 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
4988 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
4989 (sh64_init_extra_frame_info): Update comments.
4990 * mn10300-tdep.c: Update comments.
4991 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
4992 * config/sparc/tm-sparc.h: Update comments.
4993 * breakpoint.h: Update comments.
4994 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
4995 * arm-tdep.c: Update comment.
4996
f9d3c2a8
MK
49972003-04-19 Mark Kettenis <kettenis@gnu.org>
4998
c40e1eab
MK
4999 * i386-tdep.c (i386_num_register_names): New variable.
5000 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5001 (MM0_REGNUM): Remove redundant parentheses in define.
5002 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5003 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5004 i386_mxcsr_regnum_p): Remove redundant parentheses.
5005 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 5006
94ea66b3
MK
5007 * i386-tdep.c (i386_extract_return_value,
5008 i386_store_return_value): Correct check for availability of
5009 floating-point registers.
5010
54299a1d
MK
5011 * i386-tdep.c (i386_frame_num_args): Remove function.
5012 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5013
c86c27af
MK
5014 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5015 mmx_regnum_to_fp_regnum. Adjust all callers.
5016
f9d3c2a8
MK
5017 * i386-tdep.c (i386_get_longjmp_target): Use
5018 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5019 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5020 extract_address.
5021
94ba74a9
MK
50222003-04-19 Mark Kettenis <kettenis@gnu.org>
5023
5024 * core-regset.c: Update comments to reflect reality. Re-order
5025 includes.
5026 (fetch_core_registers): Use switch instead of if. Remove
5027 redundant prototype.
5028
4074e13c
JB
50292003-04-18 Jim Blandy <jimb@redhat.com>
5030
5031 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 5032 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 5033
e3ab4aba
RH
50342003-04-17 Richard Henderson <rth@redhat.com>
5035
5036 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5037
627bf7c1
EZ
50382003-04-17 Michael Snyder <msnyder@redhat.com>
5039 Karen Bennet <bennet@redhat.com>
5040
5041 Committed by Elena Zannoni <ezannoni@redhat.com>
5042 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 5043
514621a9
EZ
50442003-04-17 Elena Zannoni <ezannoni@redhat.com>
5045
5046 * values.c (value_being_returned): Don't fetch the return
fbe586ae 5047 value if the return type is void.
514621a9 5048
b4acd559
JJ
50492003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5050
5051 * thread-db.c: Reindented.
8ffd9b1b 5052
530b167e 50532003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
5054
5055 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5056 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
5057 as types.
5058
0a48e7e8
MS
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
8ffd9b1b 5082
ab9fe00e
KB
50832003-04-16 Kevin Buettner <kevinb@redhat.com>
5084
610a3745 5085 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
5086 the size of ``long double'' to 16, instead of 8.
5087
e64a344c
MK
50882003-04-16 Mark Kettenis <kettenis@gnu.org>
5089
5090 * i386-linux-nat.c: Add some whitespace to make things more
5091 readable.
5092 (fetch_register, store_register, fetch_inferior_registers,
5093 store_inferior_registers): Get rid of assignment in if-statement.
5094 (store_register): Fix typo in error message.
5095
25d41031
AC
50962003-04-16 Andrew Cagney <cagney@redhat.com>
5097
5098 * utils.c (xmmalloc): Always allocate something, matches
5099 libiberty/xmalloc's semantics.
5100 (xmrealloc, xmcalloc): Ditto.
5101
c50901fd
AC
51022003-04-16 Andrew Cagney <cagney@redhat.com>
5103
5104 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5105 update comments.
5106 (get_frame_type): Initialize unwind and type when needed.
5107 (get_frame_id, frame_register_unwind): Ditto.
5108
f81824a9
AC
51092003-04-16 Andrew Cagney <cagney@redhat.com>
5110
5111 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5112 obsolete.
5113 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5114 * sparcl-stub.c: Obsolete file.
5115 * config/sparc/tm-sparclet.h: Obsolete file.
5116 * sparclet-stub.c: Obsolete file.
5117 * sparclet-rom.c: Obsolete file.
5118 * sparcl-tdep.c: Obsolete file.
5119 * config/sparc/tm-sparclite.h: Obsolete file.
5120 * config/sparc/sparclite.mt: Obsolete file.
5121 * config/sparc/sparclet.mt: Obsolete file.
5122 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5123 sparc86x-*-* obsolete.
5124
9219021c
DC
51252003-04-15 David Carlton <carlton@math.stanford.edu>
5126
5127 * Makefile.in (SFILES): Add cp-namespace.c.
5128 (COMMON_OBS): Add cp-namespace.o.
5129 (block.o): Depend on gdb_obstack_h and cp_support_h.
5130 (buildsym.o): Depend on cp_support_h.
5131 (cp-namespace.o): New.
5132 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5133 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5134 (dwarf2read.o): Depend on cp_support_h.
5135 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5136 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5137 processing_current_namespace.
5138 (read_namespace): Update processing_current_namespace; check for
5139 anonymous namespaces.
5140 (dwarf2_name): New function.
5141 (dwarf2_extension): Ditto.
5142 * cp-support.h: Update copyright, contributors.
5143 Add inclusion guards.
5144 Add opaque declaration for structs obstack, block, symbol.
5145 (struct using_direct): New struct.
5146 Add declarations for cp_find_first_component,
5147 cp_entire_prefix_len, processing_has_namespace_info,
5148 processing_current_namespace, cp_is_anonymous,
5149 cp_add_using_directive, cp_initialize_namespace,
5150 cp_finalize_namespace, cp_set_block_scope,
5151 cp_scan_for_anonymous_namespaces.
5152 * cp-namespace.c: New file.
5153 * cp-support.c: Update copyright.
5154 Include ctype.h, gdb_assert.h, gdbcmd.h.
5155 New variable maint_cplus_cmd_list.
5156 (cp_find_first_component): New function.
5157 (cp_entire_prefix_len, maint_cplus_command)
5158 (first_component_command, _initialize_cp_support): Ditto.
5159 * buildsym.c: Include cp-support.h.
5160 New variable using_list.
5161 (add_symbol_to_list): Check for anonymous namespaces.
5162 (finish_block): Set block's scope.
5163 (start_symtab): Initialize C++ namespace support.
5164 (end_symtab): Finalize C++ namespace support.
5165 * block.h: Add opaque declarations for structs
5166 block_namespace_info, using_direct, and obstack.
5167 Add declarations for block_set_scope and block_set_using.
5168 (struct block): Add 'language_specific' member.
5169 (BLOCK_NAMESPACE): New macro.
5170 * block.c: Include gdb_obstack.h and cp-support.h.
5171 (struct block_namespace_info): New struct.
5172 (block_set_scope): New function.
5173 (block_set_using, block_initialize_namespace): Ditto.
5174
d5a921c9
KB
51752003-04-14 Kevin Buettner <kevinb@redhat.com>
5176
5177 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5178 (locate_base): Return early if there aren't any link map offsets.
5179 (svr4_solib_create_inferior_hook): Warn if shared library support
5180 is unavailable.
5181
d2a52b27
DC
51822003-04-14 David Carlton <carlton@math.stanford.edu>
5183
5184 * symtab.c (symbol_set_names): Add prefix when storing Java names
5185 in hash table. Fix for PR java/1039.
5186
980cae7a
DC
51872003-04-14 David Carlton <carlton@math.stanford.edu>
5188
5189 * symtab.c (symbol_set_names): Rename 'name' arg to
5190 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5191 * symtab.h: Change 'name' argument in declaration of
5192 symbol_set_names to 'linkage_name'.
5193 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5194
e227b13c
AC
51952003-04-14 Andrew Cagney <cagney@redhat.com>
5196
5197 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5198 return the fully sign-extended register value.
5199 (get_frame_pointer): Ditto.
5200 (mips_pop_frame): Initialize "proc_desc" after checking for a
5201 dummy frame.
5202
36712a20
AC
52032003-04-14 Andrew Cagney <cagney@redhat.com>
5204
5205 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5206 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5207 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5208 (mips_push_register): Delete function.
5209 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5210 PUSH_FP_REGNUM.
5211
44ea7b70
JB
52122003-04-14 Jim Blandy <jimb@redhat.com>
5213
5214 * symmisc.c: #include "gdb_regex.h".
5215 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5216 functions.
5217 * maint.c (maintenance_list_command): New function.
5218 (_initialize_maint_cmds): Register the above as commands.
5219 * symtab.h (maintenance_list_symtabs,
5220 maintenance_list_psymtabs): New declarations.
5221 * cli/cli-cmds.c (maintenancelistlist): New variable.
5222 (init_cmd_lists): Initialize it.
5223 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5224 * gdbcmd.h (maintenancelistlist): New declaration.
5225 * Makefile.in (symmisc.o): Update dependencies.
5226
2d0c7962
EZ
52272003-04-14 Elena Zannoni <ezannoni@redhat.com>
5228
5229 * s390-nat.c: Include asm/types.h for addr_t.
5230
1947a811
CV
52312003-04-14 Corinna Vinschen <vinschen@redhat.com>
5232
5233 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5234 actually incoming type.
5235
adb616d7
AC
52362003-04-13 Andrew Cagney <cagney@redhat.com>
5237
5238 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5239 get_next_frame and get_frame_saved_regs.
5240
9b5e151c
AC
52412003-04-13 Andrew Cagney <cagney@redhat.com>
5242
5243 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5244 of gdbarch_num_regs.
5245
ef6e7e13
AC
52462003-04-13 Andrew Cagney <cagney@redhat.com>
5247
5248 * frame.h: Mention what replaced what in "struct frame_info".
5249 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5250 deprecated_update_frame_base_hack and
5251 deprecated_update_frame_pc_hack.
5252 * hppa-tdep.c: Ditto.
5253
61fbb938
DJ
52542003-04-13 Daniel Jacobowitz <drow@mvista.com>
5255
5256 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5257 to read_reg and update its comment. Remove regnum member.
5258 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5259 Don't call read_reg when setting in_reg. Call read_reg to get
5260 the frame base if it's in a register. Return the register number
5261 on the stack instead of in the context. Remove extra arguments
5262 to read_reg.
5263 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5264 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5265 the register number on the expression stack.
5266 (needs_frame_read_reg): Remove extra arguments.
5267
0d53c4c4
DJ
52682003-04-13 Daniel Jacobowitz <drow@mvista.com>
5269
5270 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5271 made non-static.
5272 (execute_stack_op): All callers updated.
5273 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5274 * dwarf2loc.c (find_location_expression): New function.
5275 (dwarf_expr_frame_base): Call it.
5276 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5277 (dwarf2_tracepoint_var_ref): New function, broken out from
5278 locexpr_tracepoint_var_ref.
5279 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5280 Make static.
5281 (loclist_read_variable, loclist_read_needs_frame): New functions.
5282 (loclist_describe_location, loclist_tracepoint_var_ref): New
5283 functions.
5284 (dwarf2_loclist_funcs): New struct location_funcs.
5285 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5286 (struct dwarf2_locexpr_baton): Add comments.
5287 (dwarf2_loclist_funcs): New extern.
5288 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5289 base_address and base_known.
5290 (dwarf_loc_buffer): New variable.
5291 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5292 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5293 (dwarf2_has_info): Initialize dwarf_loc_offset.
5294 (dwarf2_build_psymtabs): Read in .debug_loc.
5295 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5296 DWARF_LOC_SIZE.
5297 (psymtab_to_symtab_1): Likewise. Move base address calculation
5298 here, from...
5299 (dwarf2_get_pc_bounds): ... here. Use the base address from
5300 cu_header.
5301 (dwarf2_symbol_mark_computed): Handle location lists.
5302
6aca59a3
DJ
53032003-04-13 Daniel Jacobowitz <drow@mvista.com>
5304
5305 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5306 if the linkage name demangled successfully.
5307
aca1fcd0
MK
53082003-04-13 Mark Kettenis <kettenis@gnu.org>
5309
97095916
MK
5310 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5311 disassmbly_flavour): Removed.
5312
aca1fcd0
MK
5313 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5314
562a961f
MK
53152003-04-13 Mark Kettenis <kettenis@gnu.org>
5316
5317 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5318
bd013d54
AC
53192003-04-12 Andrew Cagney <cagney@redhat.com>
5320
5321 * frame.h (struct frame_info): Move definition from here ...
5322 * frame.c (struct frame_info): ... to here.
5323
167ef8b1
AC
53242003-04-12 Andrew Cagney <cagney@redhat.com>
5325
5326 * gdbthread.h (save_infrun_state): Delete parameter
5327 "prev_func_start".
5328 (struct thread_info): Delete field "prev_func_start".
5329 (load_infrun_state): Ditto.
5330 * thread.c (load_infrun_state, save_infrun_state): Update.
5331 * infrun.c (prev_func_start): Delete variable.
5332 (context_switch, init_wait_for_inferior): Update.
5333 (stop_stepping, keep_going): Update.
5334
da3331ec
AC
53352003-04-12 Andrew Cagney <cagney@redhat.com>
5336
5337 * gdbarch.sh: Add missing opaque declarations.
5338 * gdbarch.h: Regnerate.
5339 * symtab.h: Add missing opaque declarations.
5340 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5341 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5342 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5343 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5344 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5345 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5346 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5347 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5348 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5349 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5350 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5351 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5352 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5353
18adea3f
AC
53542003-04-11 Andrew Cagney <cagney@redhat.com>
5355
5356 * frame.c (get_frame_id): Return this frame's "id".
5357 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5358 function start.
5359 (legacy_saved_regs_this_id): Replace function body with
5360 internal-error.
5361 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5362 FRAME_OBSTACK_ZALLOC.
5363 (create_new_frame): Mark the frame ID as valid.
5364
2252e863
AO
53652003-04-11 Alexandre Oliva <aoliva@redhat.com>
5366
5367 * Makefile.in (libbfd_h): Added missing setting.
5368 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5369 according to the selected ABI.
5370
a8245ab8
JJ
53712003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5372
5373 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5374
6913c89a
AC
53752003-04-11 Andrew Cagney <cagney@redhat.com>
5376
5377 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5378 SAVED_PC_AFTER_CALL.
5379 * gdbarch.h, gdbarch.c: Regenerate.
5380 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5381 * x86-64-tdep.c (x86_64_init_abi): Update.
5382 * vax-tdep.c (vax_gdbarch_init): Update.
5383 * v850-tdep.c (v850_gdbarch_init): Update.
5384 * sparc-tdep.c (sparc_gdbarch_init): Update.
5385 * sh-tdep.c (sh_gdbarch_init): Update.
5386 * s390-tdep.c (s390_gdbarch_init): Update.
5387 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5388 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5389 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5390 * mips-tdep.c (mips_gdbarch_init): Update.
5391 * mcore-tdep.c (mcore_gdbarch_init): Update.
5392 * m68k-tdep.c (m68k_gdbarch_init): Update.
5393 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5394 * ia64-tdep.c (ia64_gdbarch_init): Update.
5395 (ia64_saved_pc_after_call): Update declaration.
5396 * i386ly-tdep.c (i386lynx_init_abi): Update.
5397 * i386-tdep.c (i386_gdbarch_init): Update.
5398 * hppa-tdep.c (hppa_gdbarch_init): Update.
5399 * h8300-tdep.c (h8300_gdbarch_init): Update.
5400 * frv-tdep.c (frv_gdbarch_init): Update.
5401 * cris-tdep.c (cris_gdbarch_init): Update.
5402 * avr-tdep.c (avr_gdbarch_init): Update.
5403 * arm-tdep.c (arm_gdbarch_init): Update.
5404 * alpha-tdep.c (alpha_gdbarch_init): Update.
5405 * ns32knbsd-nat.c (frame_num_args): Update.
5406 * ns32k-tdep.c (umax_frame_num_args): Update.
5407 * mips-tdep.c (mips_init_frame_pc_first): Update.
5408 * infrun.c (step_over_function): Update.
5409 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5410 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5411 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5412 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5413 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5414 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5415 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5416 * arch-utils.c (init_frame_pc_default): Update.
5417 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5418 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5419 declaration.
8ffd9b1b 5420
38edeab8
AC
54212003-04-11 Andrew Cagney <cagney@redhat.com>
5422
5423 * i387-tdep.c: Update copyright.
5424 (i387_to_double): Delete function.
5425 (double_to_i387): Delete function.
5426
81f8a206
AC
54272003-04-10 Andrew Cagney <cagney@redhat.com>
5428
5429 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5430 frame's function's address. Simplify.
5431 (d10v_frame_unwind_cache): Check that the frame's function is
5432 non-zero.
5433
6e691f7a
JB
54342003-04-10 Jim Blandy <jimb@redhat.com>
5435
5436 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5437 call to set_gdbarch_deprecated_push_arguments.
5438
7f78e237
AC
54392003-04-10 Andrew Cagney <cagney@redhat.com>
5440
5441 * frame.c (fprint_frame_id): New function.
5442 (fprint_frame_type, fprint_frame): New function.
5443 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5444 (create_sentinel_frame, get_frame_id): Ditto.
5445 (frame_id_p, frame_id_eq): Ditto.
5446 (frame_id_inner, create_new_frame): Ditto.
5447 (legacy_get_prev_frame, get_prev_frame): Ditto.
5448 (deprecated_update_frame_pc_hack): Ditto.
5449 (frame_register_unwind): Ditto.
5450 (deprecated_update_frame_base_hack): Ditto.
5451
f870b49b
CV
54522003-04-10 Corinna Vinschen <vinschen@redhat.com>
5453
5454 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5455 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5456 frame_chain function.
5457 * Makefile.in: Add dependencies due to above change.
5458
7c86889b
CV
54592003-04-10 Corinna Vinschen <vinschen@redhat.com>
5460
5461 * blockframe.c (legacy_frame_chain_valid): Move call to
5462 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5463 inside_entry_file.
5464
d0a55772
AC
54652003-04-09 Andrew Cagney <cagney@redhat.com>
5466
5467 * frame.h (struct frame_id): Replace "pc" and "base" with
5468 "stack_addr" and "code_addr". Update comments.
5469 (frame_id_build): Update parameter names and comment.
5470 (struct frame_info): Replace "id_p" and "id" with "this_id".
5471 * dummy-frame.c (dummy_frame_this_id): Update.
5472 * breakpoint.c (print_one_breakpoint): Update.
5473 * frame.c (get_frame_id): Update.
5474 (get_frame_base, frame_id_build): Update.
5475 (create_sentinel_frame, legacy_get_prev_frame): Update.
5476 (deprecated_update_frame_base_hack): Update.
5477 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5478 (frame_id_inner): Ditto.
5479
ac16bf07
AC
54802003-04-09 Andrew Cagney <cagney@redhat.com>
5481
5482 * defs.h (gdb_print_host_address): Make "addr" parameter a
5483 pointer constant.
5484 * utils.c (gdb_print_host_address): Update.
5485
366cfc9e
KB
54862003-04-09 Kevin Buettner <kevinb@redhat.com>
5487
5488 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5489 register number for R0 is 0.
5490
cd983b5c
JB
54912003-04-09 J. Brobecker <brobecker@gnat.com>
5492
5493 * frame.h (struct gdbarch): Add opaque structure definition
5494 to avoid a compilation warning on LynxOS 4.0.
5495
d1340264
AC
54962003-04-09 Andrew Cagney <cagney@redhat.com>
5497
5498 * frame.h (struct frame_info): Delete field "pc". Replace
5499 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5500 structure.
5501 * frame.c (frame_pc_unwind): Update.
5502 (create_sentinel_frame): Do not set "pc".
5503 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5504 (get_frame_pc): Call frame_pc_unwind.
5505 (deprecated_update_frame_pc_hack): Update.
5506 (create_new_frame): Use "pc" not "->pc".
5507
90a6fffb
AC
55082003-04-09 Andrew Cagney <cagney@redhat.com>
5509
5510 * frame.c (get_frame_id): Eliminate code updating "frame".
5511 (legacy_get_prev_frame): Ditto.
5512 (get_frame_base): Return id.base directly.
5513 (deprecated_update_frame_base_hack): Update "id.base".
5514 * frame.h (struct frame_info): Delete field "frame".
5515
2fbce691
AC
55162003-04-09 Andrew Cagney <cagney@redhat.com>
5517
5518 * NEWS: Mention that the "Sequent family" is obsolete.
5519 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5520 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5521 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5522 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5523 * config/i386/tm-ptx4.h: Obsolete file.
5524 * config/i386/tm-ptx.h: Obsolete file.
5525 * symm-tdep.c: Obsolete file.
5526 * config/i386/symmetry.mt: Obsolete file.
5527 * config/i386/tm-symmetry.h: Obsolete file.
5528 * symm-nat.c: Obsolete file.
5529 * config/i386/nm-symmetry.h: Obsolete file.
5530 * config/i386/xm-symmetry.h: Obsolete file.
5531 * config/i386/symmetry.mh: Obsolete file.
5532 * config/i386/nm-ptx4.h: Obsolete file.
5533 * config/i386/ptx4.mh: Obsolete file.
5534 * config/i386/ptx.mt: Obsolete file.
5535 * config/i386/ptx.mh: Obsolete file.
5536 * config/i386/xm-ptx4.h: Obsolete file.
5537 * config/i386/xm-ptx.h: Obsolete file.
5538
78c43945
AC
55392003-04-09 Andrew Cagney <cagney@redhat.com>
5540
5541 Obsolete mips*-*-mach3*.
5542 * NEWS: Mention that mips*-*-mach3* is obsolete.
5543 * m3-nat.c: Obsolete file.
5544 * config/nm-m3.h: Obsolete file.
5545 * config/mips/tm-mipsm3.h: Obsolete file.
5546 * config/mips/mipsm3.mt: Obsolete file.
5547 * config/mips/mipsm3.mh: Obsolete file.
5548 * config/mips/xm-mipsm3.h: Obsolete file.
5549 * mipsm3-nat.c: Obsolete file.
5550 * configure.host: Obsolete mips-dec-mach3*.
5551 * configure.tgt: Obsolete mips*-*-mach3*.
5552
f1908289
AC
55532003-04-09 Andrew Cagney <cagney@redhat.com>
5554
5555 * doublest.h: Update copyright.
5556 (deprecated_store_floating, deprecated_extract_floating): Rename
5557 store_floating and extract_floating. Update comments.
5558 * doublest.c: Update copyright.
5559 (extract_floating_by_length): Replace extract_floating.
5560 (store_floating_by_length): Replace store_floating.
5561 (deprecated_extract_floating): New function.
5562 (deprecated_store_floating): New function.
5563 (extract_typed_floating): Call extract_floating_by_length.
5564 (store_typed_floating): Call store_floating_by_length.
5565 * x86-64-tdep.c (x86_64_store_return_value): Update.
5566 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5567 (sh64_extract_return_value): Update.
5568 (sh_sh4_register_convert_to_virtual): Update.
5569 (sh_sh64_register_convert_to_virtual): Update.
5570 (sh_sh4_register_convert_to_raw): Update.
5571 (sh_sh64_register_convert_to_raw): Update.
5572 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5573 (rs6000_register_convert_to_raw): Update.
5574 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5575 (ia64_register_convert_to_raw): Update.
5576 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5577 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5578 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5579 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5580 (alpha_register_convert_to_raw): Update.
5581
4443bd83
AC
55822003-04-08 Andrew Cagney <cagney@redhat.com>
5583
5584 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5585 * gdbarch.h, gdbarch.c: Re-generate.
5586 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5587 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5588 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5589 conditionally, use frame_pc_unwind as an alternative. Add
5590 comments.
5591 * arch-utils.c (init_frame_pc_default): Only call
5592 SAVED_PC_AFTER_CALL when available.
5593
c0236d92
EZ
55942003-04-08 Elena Zannoni <ezannoni@redhat.com>
5595
fbe586ae 5596 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5597 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5598 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5599 (start_remote): Ditto.
5600 (handle_inferior_event): Ditto.
5601 (save_inferior_status): Ditto.
5602 (restore_inferior_status): Ditto.
5603 * infcmd.c (attach_command): Ditto.
5604 * fork-child.c (startup_inferior): Ditto.
fbe586ae 5605 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5606 * alpha-tdep.c (heuristic_proc_start): Ditto.
5607 * mips-tdep.c (heuristic_proc_start): Ditto.
5608 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5609 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5610 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5611 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5612 * remote-vx.c (vx_create_inferior): Ditto.
5613
56142003-04-08 Elena Zannoni <ezannoni@redhat.com>
5615
5616 * infrun.c (stop_soon_quietly): Make it an enum, to better
5617 override the default behavior of handle_inferior_event.
5618 (clear_proceed_status): Update uses of stop_soon_quietly to
5619 reflect that it is now an enum.
5620 (start_remote): Ditto.
5621 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5622 is set to handle the new GNU/Linux kernel behavior for
5623 attach/sigstop. Update uses of stop_soon_quietly.
5624 * inferior.h (enum stop_kind): New enum.
5625 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
5626 Reset normal handle_inferior_event behavior, afterwards.
5627 * fork-child.c (startup_inferior): Update.
5628 * alpha-tdep.c (heuristic_proc_start): Update.
5629 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
5630 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
5631 * solib-osf.c (osf_solib_create_inferior_hook): Update.
5632 * solib-irix.c (irix_solib_create_inferior_hook): Update.
5633 * remote-vx.c (vx_create_inferior): Update.
5634 * mips-tdep.c (heuristic_proc_start): Update.
5635
1211bce3
EZ
56362003-04-07 Elena Zannoni <ezannoni@redhat.com>
5637
5638 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 5639 be freed more than once, causing wild memory corruptions.
1211bce3 5640 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 5641 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 5642 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 5643 with the "core" target.
1211bce3 5644
f0ef6b29
KB
56452003-04-07 Kevin Buettner <kevinb@redhat.com>
5646
5647 * mips-tdep.c (mips_print_fp_register): New function, created from
5648 do_fp_register_row(). Registers are now (also) printed as hex.
5649 Only one register is printed per row.
5650 (mips_print_register, do_fp_register_row): Print floating point
5651 registers with mips_print_fp_register().
5652
8cf71652
AC
56532003-04-06 Andrew Cagney <cagney@redhat.com>
5654
5e488a7b
AC
5655 * valprint.h (inspect_it): Add extern declaration.
5656 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
5657 (selectors_info, classes_info): Ditto.
5658 (find_objc_msgcall): Fix indentation.
5659 (objc_printstr): Delete extern declarations.
5660
8cf71652
AC
5661 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
5662
e6ba3bc9
AC
56632003-04-06 Andrew Cagney <cagney@redhat.com>
5664
5665 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
5666 Update comment.
5667 * frame.c (legacy_saved_regs_this_id): Update.
5668 (legacy_get_prev_frame): Update.
5669 * xstormy16-tdep.c: Update comment.
5670 * sparc-tdep.c (sparc_frame_chain): Update comment.
5671 * blockframe.c (legacy_frame_chain_valid): Update.
5672
55e1d7e7
AC
56732003-04-06 Andrew Cagney <cagney@redhat.com>
5674
996179ee
AC
5675 * valprint.c (val_print_type_code_int): Delete #ifdef
5676 PRINT_TYPELESS_INTEGER code.
5677
55e1d7e7
AC
5678 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
5679 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
5680 multi-arch definition.
5681 * gdbarch.h: Re-generate.
5682
43bd9a9e
AC
56832003-04-05 Andrew Cagney <cagney@redhat.com>
5684
5685 Eliminate FRAME_FIND_SAVED_REGS.
5686 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5687 Change FSR parameter to a pointer.
5688 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
5689 Assume FSR parameter is a pointer.
5690 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
5691 Make fsr a pointer.
5692 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
5693 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
5694 saved_regs a pointer.
5695 (hppa_frame_saved_pc): Ditto.
5696 (find_dummy_frame_regs): Make frame_saved_regs a pointer
5697 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
5698 pointer.
5699 (restore_pc_queue): Make fsr a pointer.
5700 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
5701 (hppa_frame_chain): Make saved_regs a pointer, call
5702 hppa_frame_init_saved_regs.
5703 * sparc-tdep.c: Include "gdb_assert.h".
5704 (sparc_frame_find_saved_regs): Replace internal_error with
5705 gdb_assert.
5706 * remote-vxsparc.c (vx_read_register): Delete reference to
5707 FRAME_FIND_SAVED_REGS.
5708 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
5709 * gdbarch.h: Regenerate.
5710 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
5711 (deprecated_get_frame_saved_regs): Delete declaration.
5712 (struct frame_saved_regs): Delete definition.
5713 * frame.c (deprecated_get_frame_saved_regs): Delete function.
5714 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
5715 (hppa_frame_find_saved_regs): Delete declaration.
5716 (FRAME_FIND_SAVED_REGS): Delete macro.
5717 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
5718 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
5719 FRAME_FIND_SAVED_REGS in comment.
5720
be41e9f4
AC
57212003-04-05 Andrew Cagney <cagney@redhat.com>
5722
5723 * frame.c (frame_func_unwind, get_frame_func): New functions.
5724 * frame.h (get_frame_func, frame_func_unwind): Declare.
5725 (struct frame_info): Add field "prev_func" for caching the
5726 previous frame's function address.
5727 * arm-tdep.c (arm_frameless_function_invocation): Combine
5728 get_pc_function_start and get_frame_pc into get_frame_func.
5729 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
5730 (sh64_nofp_frame_init_saved_regs): Ditto.
5731 * s390-tdep.c (s390_function_start): Ditto.
5732 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
5733 (rs6000_frameless_function_invocation): Ditto.
5734 (rs6000_frame_saved_pc): Ditto.
5735 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
5736 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
5737 * i386-tdep.c (i386_frameless_signal_p): Ditto.
5738 (i386_frame_init_saved_regs): Ditto.
5739 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
5740 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
5741 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
5742 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5743 * blockframe.c (frameless_look_for_prologue): Ditto.
5744
a01dd7cc
AC
57452003-04-05 Andrew Cagney <cagney@redhat.com>
5746
5747 * frame.c (legacy_get_prev_frame): Link prev to next at the
5748 function start. Update comments.
5749
5e5592e6
AC
57502003-04-05 Andrew Cagney <cagney@redhat.com>
5751
5752 * frame.c (get_frame_id): Update comment.
5753 (legacy_get_prev_frame): Update comment.
5754 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
5755 * gdbarch.h: Regenerate.
5756 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
5757 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
5758
6fba5002
AC
57592003-04-05 Andrew Cagney <cagney@redhat.com>
5760
5761 * stack.c (print_frame_info): Use get_frame_pc.
5762
7df05f2b
AC
57632003-04-04 Andrew Cagney <cagney@redhat.com>
5764
5765 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
5766 the frame's type from the unwinder.
5767 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
5768 (create_new_frame, legacy_get_prev_frame): When the unwinder's
5769 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
5770 (get_frame_base_address): Use get_frame_type.
5771 (get_frame_locals_address, get_frame_args_address): Ditto.
5772 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
5773 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
5774 (struct frame_info): Add comment explaining why the frame contains
5775 a "type" field.
5776 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
5777 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
5778 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
5779 NORMAL_FRAME.
5780 * frame-unwind.h: Include "frame.h".
5781 (struct frame_unwind): Add "type" field.
5782 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 5783
11889732
AC
57842003-04-04 Andrew Cagney <cagney@redhat.com>
5785
5786 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
5787 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
5788 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
5789 get_frame_base.
5790 (d10v_unwind_dummy_id): Use frame_id_build.
5791 * frame.c (find_frame_sal): Use get_frame_pc.
5792 (create_new_frame): Use deprecated_update_frame_pc_hack and
5793 deprecated_update_frame_base_hack.
5794 (create_sentinel_frame): Add comment about ->pc going away.
5795 (get_prev_frame): Add comment about ->pc going away.
5796 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
5797 frame_id_build, deprecated_update_frame_pc_hack and
5798 deprecated_update_frame_base_hack.
5799 (select_frame): Use get_frame_pc.
5800 (legacy_saved_regs_this_id): Use frame_id_build.
5801
50c46a0d
EZ
58022003-04-04 Elena Zannoni <ezannoni@redhat.com>
5803
fbe586ae
RH
5804 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
5805 signed integer case.
5806 (classify_argument): Handle enumerations and references.
50c46a0d 5807
50bbdbd9
AC
58082003-04-04 Andrew Cagney <cagney@redhat.com>
5809
5810 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
5811 ID to NULL.
5812
36018d2e
AF
58132003-04-01 Adam Fedor <fedor@gnu.org>
5814
5815 * gdb/objc-lang.c (selectors_info): Replace calls to
5816 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
5817 SYMBOL_NATURAL_NAME.
5818 (classes_info, find_methods): Likewise.
5819
35cec841
KB
58202003-04-03 Kevin Buettner <kevinb@redhat.com>
5821
5822 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
5823 ``mach'' to the value determined by bfd_default_set_arch_mach().
5824
43136899
BR
58252003-04-02 Bob Rossi <bob_rossi@cox.net>
5826
5827 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
5828 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
5829 (mi-cmd-file.o): Update dependencies.
5830
040b99fd
KB
58312003-04-01 Kevin Buettner <kevinb@redhat.com>
5832
5833 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
5834 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
5835
9a3d7dfd
AF
58362003-04-01 Adam Fedor <fedor@gnu.org>
5837
5838 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
5839 * language.h (struct language_defn): Add la_demangle.
5840 (language_demangle): Declare.
5841 * language.c (language_demangle): New function.
5842 (unk_lang_demangle): Likewise.
5843 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 5844 Add ukn_lang_demangle.
9a3d7dfd 5845 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 5846 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
5847 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
5848 (cplus_language_defn): Add cplus_demangle for la_demangle element.
5849 * jv-lang.c (java_demangle): New function
5850 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
5851 * objc-lang.c (objc_demangle): Add options argument
5852 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
5853 * maint.c (maintenance_demangle): Replace switch with
5854 call to language_demangle.
5855 * utils.c (fprintf_symbol_filtered): Likewise.
5856
5e074003
AC
58572003-04-01 Andrew Cagney <cagney@redhat.com>
5858
5859 * printcmd.c (print_frame_nameless_args): Delete #ifdef
5860 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
5861 PRINT_TYPELESS_INTEGER.
5862 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
5863 PUSH_RETURN_ADDRESS.
5864
270cb5d6
AC
58652003-04-01 Andrew Cagney <cagney@redhat.com>
5866
5867 * Makefile.in (d10v-tdep.o): Update dependencies.
5868 * d10v-tdep.c: Include "frame-base.h".
5869 (d10v_frame_unwind): Make constant.
5870 (d10v_frame_base_address): New function.
5871 (d10v_frame_base): New variable.
5872 (d10v_gdbarch_init): Set frame_base default.
5873 (struct d10v_unwind_cache): Add the field "prev_sp". Update
5874 comment for base.
5875 (d10v_frame_unwind_cache): Set and use "prev_sp".
5876 (d10v_frame_this_id): Use the previous frame's inner most stack
5877 address and this frame's func address for the frame ID. Use
5878 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 5879
6bfb3e36
AC
58802003-04-01 Andrew Cagney <cagney@redhat.com>
5881
5882 * frame.h (get_frame_locals_address, get_frame_args_address):
5883 Refer to the base address, instead of the address of the first
5884 local or parameter.
8ffd9b1b 5885
da62e633
AC
58862003-04-01 Andrew Cagney <cagney@redhat.com>
5887
5888 Add frame debug info addresses:
5889 * frame-base.c: New file.
5890 * frame-base.h: New file.
5891 * frame.h (struct frame_base): Add opaque declaration.
5892 (get_frame_base): Update comment.
5893 (get_frame_base_address): Declare.
5894 (get_frame_locals_address): Declare.
5895 (get_frame_args_address): Declare.
5896 (struct frame_info): Add "base" and "base_cache". Update
5897 comments on the unwinder.
5898 * frame.c: Include "frame-base.h".
5899 (get_frame_locals_address): New function.
5900 (get_frame_base_address): New function.
5901 (get_frame_args_address): New function.
5902 * findvar.c (read_var_value): Use get_frame_locals_address and
5903 get_frame_args_address.
5904 * stack.c (frame_info): Use get_frame_locals_address and
5905 get_frame_args_address.
5906 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
5907 moved to "frame-base.c".
5908 * printcmd.c (print_frame_nameless_args): Ditto.
5909 * symtab.h (address_class): Update comments.
5910 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
5911 get_frame_base_address.
5912 * dwarf2expr.c (execute_stack_op): Ditto.
5913 * Makefile.in (frame_base_h): Define.
5914 (frame.o): Update dependencies.
5915 (frame-base.o): Add dependencies.
5916 (SFILES): Add frame-base.c.
5917 (COMMON_OBS): Add frame-base.o.
5918
3d30e9c2
AC
59192003-04-01 Andrew Cagney <cagney@redhat.com>
5920
5921 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
5922 CALL_DUMMY_LENGTH): Ditto.
5923 * gdbarch.c: Re-generate.
5924 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
5925 (CALL_DUMMY_LENGTH): Delete macro.
5926 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
5927 * arm-tdep.c (arm_gdbarch_init): Ditto.
5928 * avr-tdep.c (avr_gdbarch_init): Ditto.
5929 * cris-tdep.c (cris_gdbarch_init): Ditto.
5930 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5931 * frv-tdep.c (frv_gdbarch_init): Ditto.
5932 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5933 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5934 * i386-tdep.c (i386_gdbarch_init): Ditto.
5935 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5936 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5937 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5938 * mips-tdep.c (mips_gdbarch_init): Ditto.
5939 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5940 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5941 * s390-tdep.c (s390_gdbarch_init): Ditto.
5942 * sh-tdep.c (sh_gdbarch_init): Ditto.
5943 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5944 * v850-tdep.c (v850_gdbarch_init): Ditto.
5945 * vax-tdep.c (vax_gdbarch_init): Ditto.
5946 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5947
ce0c7262
CV
59482003-04-01 Corinna Vinschen <vinschen@redhat.com>
5949
5950 * frame.c (get_prev_frame): Disable call to inside_entry_file().
5951
73dd234f
AC
59522003-04-01 Andrew Cagney <cagney@redhat.com>
5953
5954 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
5955 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5956 * gdbarch.h, gdbarch.c: Re-generate.
5957 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5958 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5959 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5960 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
5961 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5962 * infcmd.c (run_stack_dummy): Simplify assuming
5963 CALL_DUMMY_BREAKPOINT_OFFSET_P.
5964 * infrun.c (handle_inferior_event): Ditto.
5965 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5966 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
5967 * arm-tdep.c (arm_gdbarch_init): Ditto.
5968 * avr-tdep.c (avr_gdbarch_init): Ditto.
5969 * cris-tdep.c (cris_gdbarch_init): Ditto.
5970 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5971 * frv-tdep.c (frv_gdbarch_init): Ditto.
5972 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5973 * i386-tdep.c (i386_gdbarch_init): Ditto.
5974 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5975 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5976 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5977 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5978 * mips-tdep.c (mips_gdbarch_init): Ditto.
5979 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5980 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5981 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5982 * s390-tdep.c (s390_gdbarch_init): Ditto.
5983 * sh-tdep.c (sh_gdbarch_init): Ditto.
5984 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5985 * v850-tdep.c (v850_gdbarch_init): Ditto.
5986 * vax-tdep.c (vax_gdbarch_init): Ditto.
5987 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5988
97606a13
DJ
59892003-04-01 Daniel Jacobowitz <drow@mvista.com>
5990
5991 * symfile.c (symfile_relocate_debug_section): Update call to
5992 bfd_simple_get_relocated_section_contents.
5993
e8ab51f7
AC
59942003-03-31 Andrew Cagney <cagney@redhat.com>
5995
5996 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
5997 * gdbarch.h, gdbarch.c: Regenerate.
5998 * inferior.h (FIX_CALL_DUMMY): Delete macro.
5999 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6000 available.
6001 * frame.h (generic_fix_call_dummy): Delete declaration.
6002 * dummy-frame.h: Update comment.
6003 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6004 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6005 fix_call_dummy.
6006 * sh-tdep.c (sh_gdbarch_init): Ditto.
6007 * s390-tdep.c (s390_gdbarch_init): Ditto.
6008 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6009 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6010 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6011 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6012 * i386-tdep.c (i386_gdbarch_init): Ditto.
6013 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6014 * frv-tdep.c (frv_gdbarch_init): Ditto.
6015 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6016 * cris-tdep.c (cris_gdbarch_init): Ditto.
6017 * avr-tdep.c (avr_gdbarch_init): Ditto.
6018 * arm-tdep.c (arm_gdbarch_init): Ditto.
6019
018d1b48
JB
60202003-03-31 J. Brobecker <brobecker@gnat.com>
6021
6022 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6023 (INIT_FRAME_AP): Likewise.
6024 (EXTRA_FRAME_INFO): Likewise.
6025
e9a2674e
AC
60262003-03-31 Andrew Cagney <cagney@redhat.com>
6027
6028 * gdbarch.sh: Include "symfile.h".
6029 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6030 * gdbarch.h, gdbarch.c: Re-generate.
6031 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6032 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6033 call_dummy_address, the default is at entry_point_address.
6034 * v850-tdep.c (v850_gdbarch_init): Ditto.
6035 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6036 * sh-tdep.c (sh_gdbarch_init): Ditto.
6037 * s390-tdep.c (s390_gdbarch_init): Ditto.
6038 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6039 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6040 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6041 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6042 * i386-tdep.c (i386_gdbarch_init): Ditto.
6043 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6044 * frv-tdep.c (frv_gdbarch_init): Ditto.
6045 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6046 * cris-tdep.c (cris_gdbarch_init): Ditto.
6047 * arm-tdep.c (arm_gdbarch_init): Ditto.
6048
e8a8712a
AC
60492003-03-31 Andrew Cagney <cagney@redhat.com>
6050
6051 * gdbarch.sh (CALL_DUMMY_P): Delete.
6052 * gdbarch.h, gdbarch.c: Re-generate.
6053 * inferior.h (CALL_DUMMY_P): Delete macro.
6054 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6055 * vax-tdep.c (vax_gdbarch_init): Update.
6056 * v850-tdep.c (v850_gdbarch_init): Update.
6057 * sparc-tdep.c (sparc_gdbarch_init): Update.
6058 * sh-tdep.c (sh_gdbarch_init): Update.
6059 * s390-tdep.c (s390_gdbarch_init): Update.
6060 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6061 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6062 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6063 * mips-tdep.c (mips_gdbarch_init): Update.
6064 * mcore-tdep.c (mcore_gdbarch_init): Update.
6065 * m68k-tdep.c (m68k_gdbarch_init): Update.
6066 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6067 * ia64-tdep.c (ia64_gdbarch_init): Update.
6068 * i386-tdep.c (i386_gdbarch_init): Update.
6069 * h8300-tdep.c (h8300_gdbarch_init): Update.
6070 * frv-tdep.c (frv_gdbarch_init): Update.
6071 * d10v-tdep.c (d10v_gdbarch_init): Update.
6072 * cris-tdep.c (cris_gdbarch_init): Update.
6073 * breakpoint.c (deprecated_frame_in_dummy): Update.
6074 * avr-tdep.c (avr_gdbarch_init): Update.
6075 * alpha-tdep.c (alpha_gdbarch_init): Update.
6076 * arm-tdep.c (arm_gdbarch_init): Update.
6077 * dummy-frame.c (dummy_frame_this_id): Update comments.
6078 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6079 * frame.c (legacy_get_prev_frame): Ditto.
6080 * valops.c (call_function_by_hand): Delete function.
6081 (hand_function_call): Rename to call_function_by_hand
6082
ed234cf8
AC
60832003-03-30 Andrew Cagney <cagney@redhat.com>
6084
6085 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 6086 * value.h (struct value): Update comment.
ed234cf8 6087
06c77151
AC
60882003-03-30 Andrew Cagney <cagney@redhat.com>
6089
6c2b5168
AC
6090 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6091 D10V_FP_REGNUM.
6092 (d10v_gdbarch_init): Do not set fp_regnum.
6093
06c77151
AC
6094 * frame.c (get_frame_base): Force ID initialization.
6095 (get_prev_frame): Move computation of the frame ID from here ...
6096 (get_frame_id): ... to here.
6097 (legacy_get_prev_frame): Mark the frame ID as valid.
6098 * frame.h (struct frame_info): Add field "id_p".
6099
97a1a11c
MK
61002003-03-30 Mark Kettenis <kettenis@gnu.org>
6101
6102 * i386-tdep.c (i386_store_struct_return): Removed.
6103 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6104
6c0e89ed
AC
61052003-03-30 Andrew Cagney <cagney@redhat.com>
6106
6107 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6108 * gdbarch.h, gdbarch.c: Regenerate.
6109 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6110 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6111 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6112 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6113 * i386-tdep.c (i386_gdbarch_init): Ditto.
6114 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6115 * cris-tdep.c (cris_gdbarch_init): Ditto.
6116 * vax-tdep.c (vax_gdbarch_init): Ditto.
6117 * s390-tdep.c (s390_gdbarch_init): Ditto.
6118 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6119 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6120 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6121 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6122 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6123 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6124 * sparc-tdep.c (sparc_gdbarch_init): Update.
6125 * sh-tdep.c (sh_gdbarch_init): Update.
6126 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6127 * mips-tdep.c (mips_gdbarch_init): Update.
6128 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6129 * ia64-tdep.c (ia64_gdbarch_init): Update.
6130 * frv-tdep.c (frv_gdbarch_init): Update.
6131 * avr-tdep.c (avr_gdbarch_init): Update.
6132 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6133 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6134 instead of when push_dummy_call is not available.
8ffd9b1b 6135
f7dd6af2
AC
61362003-03-30 Andrew Cagney <cagney@redhat.com>
6137
6138 * infttrace.c: Include "gdbthread.h".
6139 (parent_attach_all): Fix function signature.
6140 (call_ptrace): Update call.
6141 * Makefile.in (infttrace.o): Update dependencies.
6142
28f617b3
AC
61432003-03-30 Andrew Cagney <cagney@redhat.com>
6144
6145 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6146 PUSH_RETURN_ADDRESS.
6147 * gdbarch.h, gdbarch.c: Regenerate.
6148 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6149 * x86-64-tdep.c (x86_64_init_abi): Update.
6150 * v850-tdep.c (v850_gdbarch_init): Update.
6151 * sparc-tdep.c (sparc_gdbarch_init): Update.
6152 * sh-tdep.c (sh_gdbarch_init): Update.
6153 * s390-tdep.c (s390_gdbarch_init): Update.
6154 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6155 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6156 * mips-tdep.c (mips_gdbarch_init): Update.
6157 * mcore-tdep.c (mcore_gdbarch_init): Update.
6158 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6159 * ia64-tdep.c (ia64_gdbarch_init): Update.
6160 * i386-tdep.c (i386_gdbarch_init): Update.
6161 * h8300-tdep.c (h8300_gdbarch_init): Update.
6162 * frv-tdep.c (frv_gdbarch_init): Update.
6163 * cris-tdep.c (cris_gdbarch_init): Update.
6164 * avr-tdep.c (avr_gdbarch_init): Update.
6165 * arm-tdep.c (arm_gdbarch_init): Update.
6166 * valops.c (hand_function_call): Update.
6167
4d628cd7
AC
61682003-03-29 Andrew Cagney <cagney@redhat.com>
6169
6170 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6171 sizeof_call_dummy_words.
6172 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6173 define.
6174 * gdbarch.h: Regenerate.
8ffd9b1b 6175
65e82032
AC
61762003-03-29 Andrew Cagney <cagney@redhat.com>
6177
6178 * infttrace.h: New file.
6179 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6180 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6181 (hpread_read_doc_function_type): Detect an initialized type1.
6182 (hpread_quick_traverse): Initialize mod_name_string.
6183 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6184 (som_solib_get_solib_by_pc): Declare.
6185 (so_lib_thread_start_addr): Declare.
6186 (no_shared_libraries): Declare.
6187 * somread.c (init_import_symbols): Make static. Add forward
6188 declaration.
6189 * config/pa/nm-hppah.h: Include "infttrace.h" for
6190 parent_attach_all.
6191 (hppa_insert_hw_watchpoint): Declare.
6192 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6193 * hppah-nat.c: Include "gdb_string.h".
6194 (parent_attach_all): Delete extern declaration, moved to
6195 "infttrace.h".
6196 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6197 int.
6198 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6199 * Makefile.in (infttrace_h): Define.
6200 (hpread.o): Update dependencies.
6201 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6202 * hppa-hpux-tdep.c: Include "gdb_string.h".
6203 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6204 * infrun.c (handle_inferior_event): Always initialize
6205 stepped_after_stopped_by_watchpoint. Add default and remove
6206 fallthrough in switch statement.
6207 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6208 parameter to int.
6209 (hppa_remove_hw_watchpoint): Ditto.
6210
2c3bbe77
AC
62112003-03-29 Andrew Cagney <cagney@redhat.com>
6212
6213 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6214 offset.
6215
2dd604e7
RE
62162003-03-29 Richard Earnshaw <rearnsha@arm.com>
6217
6218 * arm-tdep.c (arm_push_arguments): Delete.
6219 (struct stack_item): New type.
6220 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6221 (arm_store_struct_return): Delte.
6222 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6223 arm_push_arguments or arm_store_struct_return.
6224
e8933a55
AC
62252003-03-28 Andrew Cagney <cagney@redhat.com>
6226
6227 * Makefile.in (d10v-tdep.o): Update dependencies.
6228 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6229 * d10v-tdep.c: Include "remote.h".
6230 (target_resume_hook): Delete extern declaration.
6231 (target_wait_loop_hook): Ditto.
6232 (tdisassemble_command): Eliminate assignment in "if" conditional.
6233 (d10v_ts2_register_sim_regno): Eliminate call to
6234 legacy_register_sim_regno.
6235 (d10v_ts3_register_sim_regno): Ditto.
6236
6949171e
JJ
62372003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6238
6239 * thread.c: Reindented.
6240 * lin-lwp.c: Ditto.
6241 * linux-proc.c: Ditto.
6242
98c7071f
BR
62432003-03-28 Bob Rossi <bob_rossi@cox.net>
6244
fbe586ae 6245 * MAINTAINERS (write after approval): Add myself.
98c7071f 6246
5edc9ca6
TR
62472003-03-27 Theodore A. Roth <troth@openavr.org>
6248
6249 * objc-exp.y: Add missing semi-colons.
6250
378bfd1b
AC
62512003-03-27 Andrew Cagney <cagney@redhat.com>
6252
6253 * regcache.c (write_sp): Delete function and references.
6254 * inferior.h (write_sp): Delete declaration.
6255 * valops.c (hand_function_call): Replace write_sp with
6256 TARGET_WRITE_SP.
6257 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6258 (sparc_pop_frame): Ditto.
8ffd9b1b 6259
56056df7
AC
62602003-03-27 Andrew Cagney <cagney@redhat.com>
6261
6262 * NEWS: Mention removal of support for hppa*-*-bsd* and
6263 hppa*-*-osf* natives, and hppa*-*-pro* target.
6264 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6265 * config/pa/xm-pa.h: Obsolete file.
6266 * config/pa/xm-hppab.h: Obsolete file.
6267 * config/pa/nm-hppab.h: Obsolete file.
6268 * config/pa/tm-hppab.h: Obsolete file.
6269 * config/pa/tm-hppao.h: Obsolete file.
6270 * config/pa/nm-hppao.h: Obsolete file.
6271 * config/pa/tm-pro.h: Obsolete file.
6272 * config/pa/hppaosf.mt: Obsolete file.
6273 * config/pa/hppaosf.mh: Obsolete file.
6274 * config/pa/hppapro.mt: Obsolete file.
6275 * config/pa/hppabsd.mt: Obsolete file.
6276 * config/pa/hppabsd.mh: Obsolete file.
6277 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6278 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6279 hppa*-*-osf*.
6280
5873a88d
AC
62812003-03-27 Andrew Cagney <cagney@redhat.com>
6282
6283 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6284 push_arguments. Don't set push_return_address or write_sp.
6285 (d10v_push_dummy_call): Replace d10v_push_arguments.
6286 (d10v_push_return_address, d10v_write_sp): Delete function,
6287 handled by push_dummy_call.
6288
b81774d8
AC
62892003-03-26 Andrew Cagney <cagney@redhat.com>
6290
6291 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6292 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6293 regcache and dummy_addr parameters.
6294 * gdbarch.h, gdbarch.c: Re-generate.
6295 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6296 available; assume it will handle stack alignment and return
6297 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6298 legacy_push_arguments.
6299 (legacy_push_arguments): Rename default_push_arguments.
6300 * value.h (legacy_push_arguments): Rename default_push_arguments.
6301 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6302 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6303 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6304 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6305 * config/i386/tm-symmetry.h: Update.
6306 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6307 * x86-64-tdep.c (x86_64_init_abi): Update.
6308 * v850-tdep.c (v850_gdbarch_init): Update.
6309 * sparc-tdep.c (sparc_gdbarch_init): Update.
6310 * sh-tdep.c (sh_gdbarch_init): Update.
6311 * s390-tdep.c (s390_gdbarch_init): Update.
6312 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6313 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6314 * mips-tdep.c (mips_gdbarch_init): Update.
6315 * mcore-tdep.c (mcore_gdbarch_init): Update.
6316 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6317 * ia64-tdep.c (ia64_gdbarch_init): Update.
6318 * i386-tdep.c (i386_gdbarch_init): Update.
6319 * hppa-tdep.c (hppa_gdbarch_init): Update.
6320 * h8300-tdep.c (h8300_gdbarch_init): Update.
6321 * frv-tdep.c (frv_gdbarch_init): Update.
6322 * d10v-tdep.c (d10v_gdbarch_init): Update.
6323 * cris-tdep.c (cris_gdbarch_init): Update.
6324 * avr-tdep.c (avr_gdbarch_init): Update.
6325 * arm-tdep.c (arm_gdbarch_init): Update.
6326 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6327 * alpha-tdep.c (alpha_gdbarch_init): Update.
6328
f541410f
DJ
63292003-03-26 Daniel Jacobowitz <drow@mvista.com>
6330
6331 * signals/signals.c (do_target_signal_to_host): Correct realtime
6332 signal range test.
6333
69f567ae
DJ
63342003-03-26 Daniel Jacobowitz <drow@mvista.com>
6335
6336 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6337 (struct sal_chain, map_catch_names): Remove.
6338 (catch_exception_command_1): Don't call
6339 handle_gnu_4_16_catch_command.
6340
d5d14a5a
DJ
63412003-03-26 Daniel Jacobowitz <drow@mvista.com>
6342
6343 From Mark Dettinger <dettinge@de.ibm.com>:
6344 * dwarf2cfi.c (read_2u): Increment pointer by two.
6345
bdd73e22
DJ
63462003-03-26 Daniel Jacobowitz <drow@mvista.com>
6347
6348 * signals/signals.c: Fix typos in last change.
6349
960cb555
DJ
63502003-03-26 Daniel Jacobowitz <drow@mvista.com>
6351
6352 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6353 not already defined. Use __SIGRTMIN if available.
6354 (target_signal_from_host): Remove SIGRTMIN block.
6355 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6356 the signal is within the realtime range.
6357
f636b87d
AF
63582003-03-25 Adam Fedor <fedor@gnu.org>
6359
6360 * Makefile.in (infrun.o): Add $(language_h)
6361 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6362 for language specific trampolines.
6363 * language.h (struct language_defn): Add skip_trampoline.
6364 (skip_language_trampoline): Declare.
6365 * language.c (unk_lang_trampoline, skip_language_trampoline):
6366 New functions.
6367 (unknown_language_defn, auto_language_defn, local_language_defn):
6368 Add ukn_lang_trampoline.
6369 * ada-lang.c (ada_language_defn): Add NULL for language
6370 specific skip_trampoline.
6371 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6372 scm-lang.c: Likewise.
6373 * objc-lang.c (objc_skip_trampoline): New function.
6374 (objc_language_defn): Add objc_skip_trampoline.
6375
28f617b3 63762003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
6377
6378 * frame.c (get_prev_frame): Delay validating a frame's ID -
6379 non-NULL, didn't go backwards - until an attempt to unwind it to
6380 the previous frame.
6381
f933a9c5
AC
63822003-03-25 Andrew Cagney <cagney@redhat.com>
6383
6384 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6385 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6386 * gdbarch.h, gdbarch.c: Re-generate.
6387 * config/sparc/tm-sparc.h
6388 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6389 * sparc-tdep.c (sparc_gdbarch_init): Set
6390 deprecated_extra_stack_alignment_needed.
6391 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6392 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6393 extra_stack_alignment_needed.
6394 * v850-tdep.c (v850_gdbarch_init): Ditto.
6395 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6396 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6397 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6398 * cris-tdep.c (cris_gdbarch_init): Ditto.
6399 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6400 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6401
4183d812
AC
64022003-03-25 Andrew Cagney <cagney@redhat.com>
6403
6404 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6405 STORE_STRUCT_RETURN.
6406 * gdbarch.h, gdbarch.c: Regenerate.
6407 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6408 (d10v_push_arguments): Set the struct return register.
6409 (d10v_gdbarch_init): Update.
6410 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6411 * x86-64-tdep.c (x86_64_init_abi): Update.
6412 * vax-tdep.c (vax_gdbarch_init): Update.
6413 * v850-tdep.c (v850_gdbarch_init): Update.
6414 * sparc-tdep.c (sparc_gdbarch_init): Update.
6415 * sh-tdep.c (sh_gdbarch_init): Update.
6416 * s390-tdep.c (s390_gdbarch_init): Update.
6417 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6418 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6419 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6420 * mips-tdep.c (mips_gdbarch_init): Update.
6421 * mcore-tdep.c (mcore_gdbarch_init): Update.
6422 * m68k-tdep.c (m68k_gdbarch_init): Update.
6423 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6424 * ia64-tdep.c (ia64_gdbarch_init): Update.
6425 * i386-tdep.c (i386_gdbarch_init): Update.
6426 * hppa-tdep.c (hppa_gdbarch_init): Update.
6427 * h8300-tdep.c (h8300_gdbarch_init): Update.
6428 * frv-tdep.c (frv_gdbarch_init): Update.
6429 * cris-tdep.c (cris_gdbarch_init): Update.
6430 * avr-tdep.c (avr_gdbarch_init): Update.
6431 * arm-tdep.c (arm_gdbarch_init): Update.
6432 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 6433
1bf6d5cc
AC
64342003-03-25 Andrew Cagney <cagney@redhat.com>
6435
6436 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6437 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6438 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6439 * gdbarch.h, gdbarch.c: Regenerate.
6440 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6441 call_dummy_stack_adjust_p.
6442 * vax-tdep.c (vax_gdbarch_init): Ditto.
6443 * v850-tdep.c (v850_gdbarch_init): Ditto.
6444 * sh-tdep.c (sh_gdbarch_init): Ditto.
6445 * s390-tdep.c (s390_gdbarch_init): Ditto.
6446 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6447 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6448 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6449 * mips-tdep.c (mips_gdbarch_init): Ditto.
6450 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6451 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6452 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6453 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6454 * i386-tdep.c (i386_gdbarch_init): Ditto.
6455 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6456 * frv-tdep.c (frv_gdbarch_init): Ditto.
6457 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6458 * cris-tdep.c (cris_gdbarch_init): Ditto.
6459 * avr-tdep.c (avr_gdbarch_init): Ditto.
6460 * arm-tdep.c (arm_gdbarch_init): Ditto.
6461 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6462 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6463 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6464 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6465 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6466 call_dummy_stack_adjust_p.
6467 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6468 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6469 * sparc-tdep.c (sparc32_push_arguments): Update.
6470 * valops.c (hand_function_call): Update.
6471
71c08af0
CV
64722003-03-25 Corinna Vinschen <vinschen@redhat.com>
6473
6474 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6475 set_gdbarch_char_signed.
6476
30757f90
RE
64772003-03-25 Richard Earnshaw <rearnsha@arm.com>
6478
6479 PR cli/548
6480 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6481
03d48a7d
RE
64822003-03-25 Richard Earnshaw <rearnsha@arm.com>
6483
6484 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6485 (_initialize_arm_tdep): Don't set tm_print_insn.
6486
2cf6873c
AF
64872003-03-24 Adam Fedor <fedor@gnu.org>
6488
6489 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6490 * objc-lang.h: Add multiple inclusion protection.
6491 (start_msglist, add_msglist, end_msglist): Additional declarations.
6492
17c0759e
RE
64932003-03-24 Richard Earnshaw <rearnsha@arm.com>
6494
6495 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6496 value was renamed to ARM_FLOAT_SOFT_FPA.
6497
618ce49f
AC
64982003-03-23 Andrew Cagney <cagney@redhat.com>
6499
6500 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6501 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6502 * gdbarch.h, gdbarch.c: Regenerate.
6503 * valops.c (hand_function_call): Update.
6504 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6505 * frame.c (legacy_saved_regs_this_id): Update.
6506 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6507 * dummy-frame.h: Update.
6508 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6509 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6510 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6511 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6512 * config/m68k/tm-sun3.h: Update.
6513 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6514 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6515 * x86-64-tdep.c (x86_64_init_abi): Update.
6516 * vax-tdep.c (vax_gdbarch_init): Update.
6517 * v850-tdep.c (v850_gdbarch_init): Update.
6518 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6519 * sh-tdep.c (sh_gdbarch_init): Update.
6520 * s390-tdep.c (s390_gdbarch_init): Update.
6521 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6522 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6523 (frame_get_saved_regs): Update.
6524 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6525 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6526 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6527 * mips-tdep.c (mips_gdbarch_init): Update.
6528 * mcore-tdep.c (mcore_gdbarch_init): Update.
6529 * m68k-tdep.c (m68k_gdbarch_init): Update.
6530 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6531 * ia64-tdep.c (ia64_gdbarch_init): Update.
6532 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6533 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6534 (i386_interix_back_one_frame): Update.
6535 * hppa-tdep.c (hppa_gdbarch_init): Update.
6536 (hppa_init_extra_frame_info): Update.
6537 * h8300-tdep.c (h8300_gdbarch_init): Update.
6538 * frv-tdep.c (frv_gdbarch_init): Update.
6539 * cris-tdep.c (cris_gdbarch_init): Update.
6540 * avr-tdep.c (avr_gdbarch_init): Update.
6541 * arm-tdep.c (arm_gdbarch_init): Update.
6542 * alpha-tdep.c (alpha_gdbarch_init): Update.
6543
fd50bc42
RE
65442003-03-22 Richard Earnshaw <rearnsha@arm.com>
6545
6546 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6547 (arm_get_fp_model): Declare.
6548 * arm-tdep.c (fp_model_strings): New string array.
6549 (arm_fp_model, current_fp_model): New variables.
6550 (arm_get_fp_model): New function.
6551 (arm_set_fp): New function.
6552 (set_fp_model_sfunc): New function.
6553 (show_fp_model): New function.
6554 (_initialize_arm_tdep): Add new command to set/show the FPU.
6555 (arm_extract_return_value): Use arm_get_fp_model.
6556 (arm_store_return_value): Likewise.
6557 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6558 to initialize the floating-point data types.
6559 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6560 model is FPA.
6561
26304000
RE
65622003-03-22 Richard Earnshaw <rearnsha@arm.com>
6563
6564 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6565 the current setting of each value.
6566 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 6567 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
6568 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6569 commands and add new version as subcommands of "set/show arm".
6570
afd7eef0
RE
65712003-03-22 Richard Earnshaw <rearnsha@arm.com>
6572
6573 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6574 (set_arm_command, show_arm_command): New functions.
6575 (_initialize_arm_tdep): Add them.
6576 (num_disassembly_options): Renamed from num_flavor_options.
6577 (valid_disassembly_styles): Renamed from valid_flavors.
6578 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 6579 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
6580 set_disassembly_flavor_sfunc.
6581 (set_disassembly_style): Renamed from set_disassembly_flavor.
6582 (arm_othernames): Updated.
6583 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6584 command. Add "set/show arm disassembly" commands. Deprecate
6585 "othernames" command.
6586
299a7944
RE
65872003-03-22 Richard Earnshaw <rearnsha@arm.com>
6588
6589 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6590 (arm-tdep.o): Depend on elf_arm_h.
6591
c1dac9e6
RE
65922003-03-22 Richard Earnshaw <rearnsha@arm.com>
6593
6594 * Makefile.in (coff_internal_h): Define.
6595 (arm-tdep.o): Update dependencies.
6596
2702d96c
RE
65972003-03-22 Richard Earnshaw <rearnsha@arm.com>
6598
6599 * arm-tdep.c (prologue_cache): Delete.
6600 (check_prologue_cache, save_prologue_cache): Delete.
6601 (arm_scan_prologue): Don't check or update the prologue_cache.
6602 (arm_gdb_arch_init): Don't initialize it.
6603 (_initialize_arm_tdep): Likewise.
6604
27d5d74b
SC
66052003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6606
6607 * MAINTAINERS (tui): Maintainer of tui code.
6608
1762d96d
CV
66092003-03-21 Corinna Vinschen <vinschen@redhat.com>
6610
6611 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6612 (i386-cygwin-tdep.o): Add dependencies.
6613 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6614 * i386-cygwin-tdep.c: New file.
6615 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6616 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6617
4c2e2391
AC
66182003-03-20 Andrew Cagney <cagney@redhat.com>
6619
f20d38b7
AC
6620 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6621 (handle_inferior_event): Remove code calling
6622 DYNAMIC_TRAMPOLINE_NEXTPC.
6623
0022b738
AC
6624 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
6625 already has a full path.
6626
864dbc90
AC
6627 * main.c (gdb_main): Return 1.
6628 (captured_main): Call error to report an invalid interpreter.
6629
4c2e2391
AC
6630 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6631 * alpha-osf1-tdep.c: Include "gdb_string.h".
6632
5ef7553b
JB
66332003-03-19 J. Brobecker <brobecker@gnat.com>
6634
6635 Continuing work to convert the hppa targets to multiarch partial.
6636
6637 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
6638 method, now that hppa_push_dummy_frame has a conformant prototype.
6639 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
6640 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
6641 for the switch to multiarch partial.
6642
7bde8967
KB
66432003-03-19 Kevin Buettner <kevinb@redhat.com>
6644
6645 * mdebugread.c (parse_symbol): For stEnd, we're done counting
6646 when iss is issNull.
6647
b006a9e9
KB
66482003-03-18 Kevin Buettner <kevinb@redhat.com>
6649
6650 * mips-tdep.c (mips_register_name): Fix fencepost error involving
6651 NUM_REGS bounds check.
6652
5e2e9765
KB
66532003-03-18 Kevin Buettner <kevinb@redhat.com>
6654
6655 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
6656 * mips-tdep.c (gdb_assert.h): Include.
6657 (mips_generic_reg_names, mips_processor_reg_names): Make static.
6658 (mips_register_name): Handle integer registers explicitly. Add
6659 bounds checking.
6660 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
6661 (mips_lsi33k_reg_names): Don't list integer registers; they're
6662 handled by mips_register_name() now.
6663 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
6664 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
6665 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
6666 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
6667 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
6668
a2867626
AC
66692003-03-18 Andrew Cagney <cagney@redhat.com>
6670
6671 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
6672 a void pointer.
6673 * gdbtypes.h (print_scalar_formatted): Update declaration.
6674 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
6675
06600e06
JB
66762003-03-18 J. Brobecker <brobecker@gnat.com>
6677
6678 * infrun.c (observer.h): Add #include.
6679 (normal_stop): Add call to observer_notify_normal_stop.
6680 * Makefile.in (infrun.o): Add dependency on observer.h.
6681
7daf4f5b
JB
66822003-03-18 J. Brobecker <brobecker@gnat.com>
6683
6684 Continuing work to convert the hppa targets to multiarch partial.
6685 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
6686 parameter. Reformat comment.
6687 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
6688 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
6689 to match new profile.
6690
3371ccc0
JB
66912003-03-18 J. Brobecker <brobecker@gnat.com>
6692
6693 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
6694 appear to be working in any case.
6695
4fbe891e
JB
66962003-03-18 J. Brobecker <brobecker@gnat.com>
6697
6698 * observer.c (observer_test_first_observer): New static variable.
6699 (observer_test_second_observer): Likewise.
6700 (observer_test_third_observer): Likewise.
6701 (observer_test_first_notification_function): New static function.
6702 (observer_test_second_notification_function): Likewise.
6703 (observer_test_third_notification_function): Likewise.
6704
a7ff40e7
JB
67052003-03-17 J. Brobecker <brobecker@gnat.com>
6706
6707 * hppa-tdep.c (gdb_assert.h): Add missing #include.
6708 * somsolib.c (gdb_assert.h): Likewise.
6709 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
6710 (somsolib.o): Likewise.
6711
26ca4152
AC
67122003-03-17 Andrew Cagney <cagney@redhat.com>
6713
6714 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
6715 BFD. Simplify setting of di.endian.
6716
0a613259
AC
67172003-03-17 Andrew Cagney <cagney@redhat.com>
6718
6719 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
6720 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
6721
6722 From Elena Zannoni <ezannoni@redhat.com>
6723 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
6724 vector and floating-point parameters.
6725 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
6726 convention.
6727 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
6728
1132738f
FN
67292003-03-17 Fernando Nasser <fnasser@redhat.com>
6730
6731 * MAINTAINERS: Remove my name from several maintainership roles.
6732
6dc42492
AC
67332003-03-17 Andrew Cagney <cagney@redhat.com>
6734
6735 Fix frame off-by-one bug.
6736 * frame-unwind.h (frame_this_id_ftype): Replace
6737 frame_unwind_id_ftype.
6738 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
6739 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
6740 with "prev_register".
6741 * frame-unwind.c (frame_unwind_find_by_pc): Return
6742 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
6743 comment.
6744 * dummy-frame.c (cached_find_dummy_frame): Delete function.
6745 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
6746 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
6747 (dummy_frame_unwind): Update.
6748 * sentinel-frame.c (sentinel_frame_prev_register): Replace
6749 sentinel_frame_register_unwind.
6750 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
6751 (sentinel_frame_unwinder): Update.
6752 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6753 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
6754 * frame.c (create_sentinel_frame): Update. Initialize
6755 "prologue_cache" instead of "unwind_cache".
6756 (frame_register_unwind): Call this frame's prev_register with the
6757 next frame and this frame's prologue cache.
6758 (get_prev_frame): Simplify. Always call prev frame's this_id with
6759 this frame and prev frame's prologue cache. Document that this
6760 call is shifted one to the left when compared to the
6761 frame_register_unwind call.
6762 (legacy_saved_regs_prev_register): Replace
6763 frame_saved_regs_register_unwind.
6764 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
6765 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
6766 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
6767 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
6768 (d10v_frame_unwind): Update.
6769 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
6770 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
6771 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
6772 "saved_regs" with "this_saved_regs".
6773
efd710d6
AC
67742003-03-16 Andrew Cagney <cagney@redhat.com>
6775
6776 * frame.c (frame_pop): Don't call target_store_registers. Fix
6777 problem reported by Mark Kettenis.
6778
4e259f09
MK
67792003-03-16 Mark Kettenis <kettenis@gnu.org>
6780
6781 * i386-tdep.c (i386_register_type): Renamed from
6782 i386_register_virtual_type. Adjust function signature.
6783 (i386_gdbarch_init): Set register_type instead of
6784 deprecated_max_register_raw_size,
6785 deprecated_max_register_virtual_size and register_virtual_type.
6786
055bb976
AC
67872003-03-14 Andrew Cagney <cagney@redhat.com>
6788
6789 * frame.c (get_prev_frame): When a legacy frame, always call
6790 legacy_get_prev_frame. Simplify unwind code using assumption that
6791 the unwinder is new.
6792 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
6793 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
6794 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
6795
ac2adee5
AC
67962003-03-14 Andrew Cagney <cagney@redhat.com>
6797
6798 * frame.c (get_saved_register): Delete function.
6799 * frame.h (get_saved_register): Delete declaration.
6800 * xstormy16-tdep.c: Update comment.
6801 * regcache.h: Update comments.
6802 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
6803 get_saved_register and extract_address, use
6804 frame_read_unsigned_register.
6805 (sparc_frame_saved_pc): Ditto.
6806 (sparc_get_saved_register): Instead of get_saved_register, use
6807 frame_register.
6808 (sparc_pop_frame): Ditto.
6809 * findvar.c: Update comments.
6810 (value_of_register): Call frame_register instead of
6811 get_saved_register.
6812 (value_from_register): Ditto.
6813 * config/sparc/tm-sparc.h: Update comment.
6814 * breakpoint.c: Update comment.
6815
129c1cd6
AC
68162003-03-14 Andrew Cagney <cagney@redhat.com>
6817
6818 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
6819 GET_SAVED_REGISTER.
6820 * gdbarch.h, gdbarch.c: Re-generate.
6821 * frame.h: Update comments.
6822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6823 * x86-64-tdep.c (x86_64_init_abi): Update.
6824 * sparc-tdep.c (sparc_gdbarch_init): Update.
6825 * sh-tdep.c (sh_gdbarch_init): Update.
6826 * mips-tdep.c (mips_gdbarch_init): Update.
6827 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6828 * cris-tdep.c (cris_gdbarch_init): Update.
6829 * ia64-tdep.c (ia64_gdbarch_init): Update.
6830 * frame.c (frame_register): Update.
6831 (get_saved_register): Update.
6832 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 6833
749b82f6
AC
68342003-03-13 Andrew Cagney <cagney@redhat.com>
6835
6836 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
6837 * gdbarch.h, gdbarch.c: Regenerate.
6838 * valops.c (hand_function_call): Update comment.
6839 * stack.c (return_command): Update comment.
6840 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
6841 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
6842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6843 * x86-64-tdep.c (x86_64_init_abi): Update.
6844 * vax-tdep.c (vax_gdbarch_init): Update.
6845 * v850-tdep.c (v850_gdbarch_init): Update.
6846 * sparc-tdep.c (sparc_gdbarch_init): Update.
6847 * sh-tdep.c (sh_gdbarch_init): Update.
6848 * s390-tdep.c (s390_gdbarch_init): Update.
6849 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6850 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6851 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6852 * mips-tdep.c (mips_gdbarch_init): Update.
6853 * mcore-tdep.c (mcore_gdbarch_init): Update.
6854 * m68k-tdep.c (m68k_gdbarch_init): Update.
6855 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6856 * ia64-tdep.c (ia64_gdbarch_init): Update.
6857 * i386-tdep.c (i386_gdbarch_init): Update.
6858 * hppa-tdep.c (hppa_gdbarch_init): Update.
6859 * h8300-tdep.c (h8300_gdbarch_init): Update.
6860 * frv-tdep.c (frv_gdbarch_init): Update.
6861 * cris-tdep.c (cris_gdbarch_init): Update.
6862 * avr-tdep.c (avr_gdbarch_init): Update.
6863 * arm-tdep.c (arm_gdbarch_init): Update.
6864 * alpha-tdep.c (alpha_gdbarch_init): Update.
6865
1594fa56
AC
68662003-03-13 Andrew Cagney <cagney@redhat.com>
6867
6868 * frame.c (legacy_frame_p): New function.
6869 (get_prev_frame): Use legacy_frame_p.
6870 * frame.h (legacy_frame_p): Declare.
6871
7717fda3
V
68722003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
6873
fbe586ae 6874 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
6875 listing corrected.
6876
0c67cbe9
V
68772003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
6878
fbe586ae 6879 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 6880
03febf99
AC
68812003-03-12 Andrew Cagney <cagney@redhat.com>
6882
6883 * frame.c (get_prev_frame): Rename the frame parameter to
6884 "this_frame".
6885 (get_next_frame, legacy_get_prev_frame): Ditto.
6886
0a1e1ca1
AC
68872003-03-12 Andrew Cagney <cagney@redhat.com>
6888
6889 * frame.c (get_current_frame): Check target_has_registers before
6890 checking target_has_stack.
6891 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
6892 instead of deprecated_selected_frame.
6893 * findvar.c (value_of_register): Pass "frame", not
6894 deprecated_selected_frame, to value_of_builtin_reg.
6895
a66a9c23
AC
68962003-03-12 Andrew Cagney <cagney@redhat.com>
6897
6898 * regcache.c (regcache_cooked_write_signed): New function.
6899 (regcache_cooked_write_unsigned): New function.
6900 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
6901 (regcache_cooked_read_signed): Fix regnum in range assertion.
6902 * regcache.h (regcache_cooked_write_signed): Declare.
6903 (regcache_cooked_write_unsigned): Declare.
6904
8bedc050
AC
69052003-03-12 Andrew Cagney <cagney@redhat.com>
6906
6907 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
6908 * gdbarch.h, gdbarch.c: Re-generate.
6909 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6910 * x86-64-tdep.h: Update.
6911 * x86-64-tdep.c (x86_64_init_abi): Update.
6912 * v850-tdep.c (v850_gdbarch_init): Update.
6913 * sparc-tdep.c (sparc_gdbarch_init): Update.
6914 * sh-tdep.c (sh_gdbarch_init): Update.
6915 * s390-tdep.c (s390_gdbarch_init): Update.
6916 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6917 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6918 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6919 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6920 * mips-tdep.c (mips_gdbarch_init): Update.
6921 * mcore-tdep.c (mcore_gdbarch_init): Update.
6922 * m68k-tdep.c (m68k_gdbarch_init): Update.
6923 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6924 * ia64-tdep.c (ia64_gdbarch_init): Update.
6925 * i386-tdep.c (i386_gdbarch_init): Update.
6926 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6927 * hppa-tdep.c (hppa_gdbarch_init): Update.
6928 * h8300-tdep.c (h8300_gdbarch_init): Update.
6929 * frv-tdep.c (frv_gdbarch_init): Update.
6930 * cris-tdep.c (cris_gdbarch_init): Update.
6931 * avr-tdep.c (avr_gdbarch_init): Update.
6932 * arm-tdep.c (arm_gdbarch_init): Update.
6933 * alpha-tdep.c (alpha_gdbarch_init): Update.
6934 * sh-tdep.c (sh_init_extra_frame_info): Update.
6935 (sh64_init_extra_frame_info): Update.
6936 * ns32knbsd-nat.c (frame_num_args): Update.
6937 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
6938 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
6939 (xstormy16_frame_chain_valid): Update.
6940 * vax-tdep.c (vax_saved_pc_after_call): Update.
6941 * v850-tdep.c (v850_frame_chain): Update.
6942 (v850_pop_frame): Update.
6943 (v850_init_extra_frame_info): Update.
6944 * sparc-tdep.c (setup_arbitrary_frame): Update.
6945 * ns32k-tdep.c (umax_frame_num_args): Update.
6946 * s390-tdep.c (s390_pop_frame_regular): Update.
6947 * mn10300-tdep.c (mn10300_frame_chain): Update.
6948 (mn10300_pop_frame_regular): Update.
6949 (mn10300_init_extra_frame_info): Update.
6950 * mips-tdep.c (mips_init_frame_pc_first): Update.
6951 (mips_frame_chain): Update.
6952 (mips_pop_frame): Update.
6953 * mcore-tdep.c (mcore_frame_chain): Update.
6954 (mcore_pop_frame): Update.
6955 (mcore_init_extra_frame_info): Update.
6956 * arch-utils.c (init_frame_pc_default): Update.
6957 * m68k-tdep.c (isi_frame_num_args): Update.
6958 (delta68_frame_num_args): Update.
6959 (news_frame_num_args): Update.
6960 * ia64-tdep.c (ia64_pop_frame_regular): Update.
6961 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
6962 (alpha_frame_chain): Update.
6963 (alpha_pop_frame): Update.
6964 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
6965 (hppa_init_extra_frame_info): Update.
6966 (hppa_frame_chain): Update.
6967 (hppa_frame_chain_valid): Update.
6968 * cris-tdep.c (cris_init_extra_frame_info): Update.
6969 * avr-tdep.c (avr_init_extra_frame_info): Update.
6970 * arm-tdep.c (arm_frame_chain_valid): Update.
6971 (arm_init_extra_frame_info): Update.
6972 (arm_pop_frame): Update.
6973 * frame.c (frame_pc_unwind): Update.
6974 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
6975 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6976 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
6977 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
6978 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
6979 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 6980
7a25a7c1
AC
69812003-03-12 Andrew Cagney <cagney@redhat.com>
6982
6983 Eliminate the need for POP_FRAME.
6984 * frame.c (do_frame_unwind_register): New function.
6985 (frame_pop): When no POP_FRAME, pop the frame using register
6986 unwind and a scratch regcache.
6987 (frame_saved_regs_pop): Delete function.
6988 (trad_frame_unwinder): Update.
6989 * d10v-tdep.c (d10v_frame_pop): Delete function.
6990 (d10v_frame_unwind): Update.
6991 * sentinel-frame.c (sentinel_frame_pop): Delete function.
6992 (sentinel_frame_unwinder): Update.
6993 * dummy-frame.c (dummy_frame_pop): Delete function.
6994 (dummy_frame_unwind): Update.
6995 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
6996 (struct frame_unwind): Update.
6997
2f38ef89
KB
69982003-03-11 Kevin Buettner <kevinb@redhat.com>
6999
7000 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7001 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7002 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7003 Do range checks on register number obtained from debugging info.
7004 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7005 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7006 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7007 mapping function.
7008 (do_fp_register_row): Fix typo which caused double type to be
7009 used when attempting to unpack a float.
7010
552f4abf
JB
70112003-03-11 J. Brobecker <brobecker@gnat.com>
7012
7013 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7014
e0d2ae16
AC
70152003-03-11 Andrew Cagney <cagney@redhat.com>
7016
7017 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7018 frame. Problem found by Corinna Vinschen.
7019
ddbfdd06
PM
70202003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7021
7022 * doublest.c (floatformat_from_length): Accept also
7023 the real size of 'long double' type.
7024
088b2ddc 70252003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 7026
088b2ddc 7027 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
7028 * breakpoint.c (bpstat_copy): Copy the command lines as well
7029 as the old value, to match what is freed in bpstat_clear.
7030
f56f77c1
DC
70312003-03-10 David Carlton <carlton@math.stanford.edu>
7032
7033 * minsyms.c (add_minsym_to_hash_table): Replace
7034 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7035 (compare_minimal_symbols, compact_minimal_symbols)
7036 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7037 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7038 of DEPRECATED_SYMBOL_MATCHES_NAME.
7039 (lookup_minimal_symbol_solib_trampoline): Ditto.
7040
5602984a
AC
70412003-03-10 Andrew Cagney <cagney@redhat.com>
7042
7043 * regcache.h (regcache_cooked_read_ftype): Define.
7044 (regcache_save, regcache_restore): Add a cooked_read parameter.
7045 * regcache.c (regcache_save, regcache_restore): Update.
7046 (do_cooked_read): New function.
7047 (regcache_cpy): Pass do_cooked_read to regcache_save and
7048 regcache_restore.
7049
8bedc050
AC
70502003-03-10 Andrew Cagney <cagney@redhat.com>
7051
7052 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7053 * gdbarch.h, gdbarch.c: Re-generate.
7054 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7055 * x86-64-tdep.h: Update.
7056 * x86-64-tdep.c (x86_64_init_abi): Update.
7057 * v850-tdep.c (v850_gdbarch_init): Update.
7058 * sparc-tdep.c (sparc_gdbarch_init): Update.
7059 * sh-tdep.c (sh_gdbarch_init): Update.
7060 * s390-tdep.c (s390_gdbarch_init): Update.
7061 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7062 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7063 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7064 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7065 * mips-tdep.c (mips_gdbarch_init): Update.
7066 * mcore-tdep.c (mcore_gdbarch_init): Update.
7067 * m68k-tdep.c (m68k_gdbarch_init): Update.
7068 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7069 * ia64-tdep.c (ia64_gdbarch_init): Update.
7070 * i386-tdep.c (i386_gdbarch_init): Update.
7071 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7072 * hppa-tdep.c (hppa_gdbarch_init): Update.
7073 * h8300-tdep.c (h8300_gdbarch_init): Update.
7074 * frv-tdep.c (frv_gdbarch_init): Update.
7075 * cris-tdep.c (cris_gdbarch_init): Update.
7076 * avr-tdep.c (avr_gdbarch_init): Update.
7077 * arm-tdep.c (arm_gdbarch_init): Update.
7078 * alpha-tdep.c (alpha_gdbarch_init): Update.
7079 * sh-tdep.c (sh_init_extra_frame_info): Update.
7080 (sh64_init_extra_frame_info): Update.
7081 * ns32knbsd-nat.c (frame_num_args): Update.
7082 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7083 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7084 (xstormy16_frame_chain_valid): Update.
7085 * vax-tdep.c (vax_saved_pc_after_call): Update.
7086 * v850-tdep.c (v850_frame_chain): Update.
7087 (v850_pop_frame): Update.
7088 (v850_init_extra_frame_info): Update.
7089 * sparc-tdep.c (setup_arbitrary_frame): Update.
7090 * ns32k-tdep.c (umax_frame_num_args): Update.
7091 * s390-tdep.c (s390_pop_frame_regular): Update.
7092 * mn10300-tdep.c (mn10300_frame_chain): Update.
7093 (mn10300_pop_frame_regular): Update.
7094 (mn10300_init_extra_frame_info): Update.
7095 * mips-tdep.c (mips_init_frame_pc_first): Update.
7096 (mips_frame_chain): Update.
7097 (mips_pop_frame): Update.
7098 * mcore-tdep.c (mcore_frame_chain): Update.
7099 (mcore_pop_frame): Update.
7100 (mcore_init_extra_frame_info): Update.
7101 * arch-utils.c (init_frame_pc_default): Update.
7102 * m68k-tdep.c (isi_frame_num_args): Update.
7103 (delta68_frame_num_args): Update.
7104 (news_frame_num_args): Update.
7105 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7106 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7107 (alpha_frame_chain): Update.
7108 (alpha_pop_frame): Update.
7109 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7110 (hppa_init_extra_frame_info): Update.
7111 (hppa_frame_chain): Update.
7112 (hppa_frame_chain_valid): Update.
7113 * cris-tdep.c (cris_init_extra_frame_info): Update.
7114 * avr-tdep.c (avr_init_extra_frame_info): Update.
7115 * arm-tdep.c (arm_frame_chain_valid): Update.
7116 (arm_init_extra_frame_info): Update.
7117 (arm_pop_frame): Update.
7118 * frame.c (frame_pc_unwind): Update.
7119 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7120 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7121 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7122 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7123 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7124 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7125
12cc2063
AC
71262003-03-10 Andrew Cagney <cagney@redhat.com>
7127
7128 * gdbarch.sh (gdbarch_unwind_pc): New method.
7129 * gdbarch.h, gdbarch.c: Regenerate.
7130 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7131 but use read_pc and FRAME_SAVED_PC as fall backs.
7132 (frame_saved_regs_pc_unwind): Delete function.
7133 (trad_frame_unwinder): Update.
7134 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7135 (struct frame_unwind): Update.
7136 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7137 (dummy_frame_unwind): Update.
7138 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7139 (sentinel_frame_unwinder): Update.
7140 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7141 (d10v_frame_unwind): Update.
7142 (d10v_unwind_pc): New function.
7143 (d10v_gdbarch_init): Set unwind_pc.
7144
ef840a37
AC
71452003-03-10 Andrew Cagney <cagney@redhat.com>
7146
a2ce2e56
AC
7147 * gdbarch.h: Re-generate.
7148
ef840a37
AC
7149 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7150 PC.
7151 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7152 the PC register.
7153
08f3424b
MK
71542003-03-08 Mark Kettenis <kettenis@gnu.org>
7155
7156 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7157
1248ede2
AC
71582003-03-08 Andrew Cagney <cagney@redhat.com>
7159
7160 * cli-out.c: Update copyright.
7161 (cli_out_data): Define typedef. Use instead of ui_out_data.
7162
f49bacc8
AC
71632003-03-08 Andrew Cagney <cagney@redhat.com>
7164
7165 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7166 the result.
7167
9b05f993
AC
71682003-03-07 Andrew Cagney <cagney@redhat.com>
7169
7170 * gdbarch.sh: Don't generate two macro definitions when an
7171 undefined macro taking no arguments.
7172 * gdbarch.h: Regenerate.
8ffd9b1b 7173
166f4c7b
ML
71742002-03-07 Michal Ludvig <mludvig@suse.cz>
7175
7176 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7177 (x86_64_unwind_dummy_id): New functions.
7178 (x86_64_init_abi): Register these two new functions.
7179
6d686a84
ML
71802003-03-07 Michal Ludvig <mludvig@suse.cz>
7181
7182 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 7183 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
7184 separate function.
7185 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7186
6314f104
AC
71872003-03-05 Andrew Cagney <cagney@redhat.com>
7188
7189 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7190 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7191 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7192 to use unwind_dummy_id when a dummy frame.
7193 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7194 predicate.
7195 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 7196
ceea5145
AC
71972003-03-05 Andrew Cagney <cagney@redhat.com>
7198
7199 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7200 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7201 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7202 values.
7203
0d843116
AC
72042003-03-05 Andrew Cagney <cagney@redhat.com>
7205
7206 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7207 (struct d10v_unwind_cache): Delete field "frameless". Replace
7208 "next_addr" with "sp_offset". Add "r11_offset".
7209 (d10v_frame_unwind_cache): Update.
7210 (prologue_find_regs): Update. When "mv r11, sp", save the
7211 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7212 RN was saved in r11_offset.
7213
b2579786
AC
72142003-03-05 Andrew Cagney <cagney@redhat.com>
7215
7216 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7217 cached PC value in the next frame.
7218
218e5956
AC
72192003-03-05 Andrew Cagney <cagney@redhat.com>
7220
7221 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7222 "id_unwind_cache" with "id".
7223 (frame_id_unwind): Delete declaration.
7224 * frame.c (frame_id_unwind): Delete function.
7225 (get_prev_frame): Call the frame id unwind method directly. Store
7226 the returned next frame's ID value in NEXT_FRAME. Note that there
7227 is a problem with the wrong unwind ID being called with the wrong
7228 unwind cache.
7229
ed363b1b
DJ
72302003-03-05 Daniel Jacobowitz <drow@mvista.com>
7231
7232 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7233
fe1f4a5e
DJ
72342003-03-05 James Ingham <jingham@apple.com>
7235 Daniel Jacobowitz <drow@mvista.com>
7236
7237 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7238 (auto_cp_abi): New variable.
7239 (current_cp_abi, num_cp_abis): Make static.
7240 (CP_ABI_MAX): Define.
7241 (cp_abis): Turn into an array.
7242 (value_virtual_fn_field): Fix formatting.
7243 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7244 takes a pointer.
7245 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7246 (list_cp_abis, _initialize_cp_abi): New functions.
7247 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7248 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7249 switch_to_cp_abi. Update prototype for register_cp_abi.
7250 * Makefile.in (cp-abi.o): Update dependencies.
7251 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7252 instead of switch_to_cp_abi.
7253 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7254 register_cp_abi.
7255 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7256 register_cp_abi.
7257 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7258
e4adbba9
DJ
72592003-03-05 Daniel Jacobowitz <drow@mvista.com>
7260
7261 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7262 * dwarf2loc.c: Include "regcache.h".
7263 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7264 register_size.
7265 * Makefile.in (dwarf2loc.o): Update dependencies.
7266
91ccbfc1
TR
72672003-03-04 Theodore A. Roth <troth@openavr.org>
7268
7269 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7270 number of io registers reported by remote target is not a multiple of
7271 step.
7272
3d4e8fd2
DC
72732003-03-04 David Carlton <carlton@math.stanford.edu>
7274
7275 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7276 (lookup_symbol_aux_psymtabs): Update call to
7277 lookup_partial_symbol.
7278 (lookup_transparent_type, find_main_psymtab)
7279 (make_symbol_overload_list): Ditto.
7280
ed42d87b
KH
72812003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7282
7283 * MAINTAINERS (Write after approval): Update my email address.
7284
a0ed5532
AC
72852003-03-03 Andrew Cagney <cagney@redhat.com>
7286
7287 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7288 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7289 predicate. Replace MAX_REGISTER_RAW_SIZE.
7290 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7291 MAX_REGISTER_VIRTUAL_SIZE.
7292 * regcache.c (legacy_max_register_raw_size): New function.
7293 (legacy_max_register_virtual_size): New function.
7294 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7295 (MAX_REGISTER_RAW_SIZE): Define.
7296 (legacy_max_register_raw_size): Declare.
7297 (legacy_max_register_virtual_size): Declare.
7298 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7299 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7300 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7301 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7302 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7303 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7304 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7305 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7306 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7307 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7308 * vax-tdep.c (vax_gdbarch_init): Update.
7309 * v850-tdep.c (v850_gdbarch_init): Update.
7310 * sparc-tdep.c (sparc_gdbarch_init): Update.
7311 * sh-tdep.c (sh_gdbarch_init): Update.
7312 * s390-tdep.c (s390_gdbarch_init): Update.
7313 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7314 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7315 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7316 * mips-tdep.c (mips_gdbarch_init): Update.
7317 * mcore-tdep.c (mcore_gdbarch_init): Update.
7318 * m68k-tdep.c (m68k_gdbarch_init): Update.
7319 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7320 * ia64-tdep.c (ia64_gdbarch_init): Update.
7321 * i386-tdep.c (i386_gdbarch_init): Update.
7322 * hppa-tdep.c (hppa_gdbarch_init): Update.
7323 * h8300-tdep.c (h8300_gdbarch_init): Update.
7324 * frv-tdep.c (frv_gdbarch_init): Update.
7325 * cris-tdep.c (cris_gdbarch_init): Update.
7326 * avr-tdep.c (avr_gdbarch_init): Update.
7327 * arm-tdep.c (arm_gdbarch_init): Update.
7328 * alpha-tdep.c (alpha_gdbarch_init): Update.
7329 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7330 max_register_raw_size or max_register_virtual_size.
7331
8e437497
DC
73322003-03-03 David Carlton <carlton@math.stanford.edu>
7333
7334 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7335 SYMBOL_MATCHES_NAME, add comment.
7336 (SYMBOL_MATCHES_NATURAL_NAME): New.
7337 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7338 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7339 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7340 * symtab.c (lookup_partial_symbol): Use
7341 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7342 unhelpful comment.
7343 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7344 SYMBOL_MATCHES_NAME.
7345 Fix for PR c++/33.
7346
25120b0d
DC
73472003-03-03 David Carlton <carlton@math.stanford.edu>
7348
7349 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7350 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7351 by regexp matching against SYMBOL_NATURAL_NAME.
7352
78a11fb4
DC
73532003-03-03 David Carlton <carlton@math.stanford.edu>
7354
7355 * linespec.c (find_method): Extract code into collect_methods.
7356 (collect_methods): New.
7357
645dd519
MK
73582003-03-02 Mark Kettenis <kettenis@gnu.org>
7359
b4700d91
MK
7360 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7361 get_frame_base.
7362
645dd519
MK
7363 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7364 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7365
0aa7e1aa
SC
73662003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7367
8ffd9b1b 7368 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
7369 and not regnum when summing the size of all registers up to regnum.
7370
f30ee0bc
AC
73712003-03-01 Andrew Cagney <cagney@redhat.com>
7372
7373 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7374 FRAME_INIT_SAVED_REGS.
7375 * gdbarch.h, gdbarch.c: Regenerate.
7376 * stack.c (frame_info): Update.
7377 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7378 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7379 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7380 * ns32k-tdep.c (ns32k_pop_frame): Update.
7381 * mips-tdep.c (mips_pop_frame): Update.
7382 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7383 * ia64-tdep.c (ia64_frame_chain): Update.
7384 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7385 (ia64_frameless_function_invocation): Update.
7386 (ia64_init_extra_frame_info): Update.
7387 (ia64_pop_frame_regular): Update.
7388 * frame.h (struct frame_info): Update comment.
7389 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7390 * frame.c (frame_saved_regs_register_unwind): Update.
7391 (frame_saved_regs_register_unwind): Update.
7392 (deprecated_generic_get_saved_register): Update.
7393 * cris-tdep.c: Update comment.
7394 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7395 Rename macro.
7396 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7397 * x86-64-tdep.c (x86_64_init_abi): Update.
7398 * vax-tdep.c (vax_gdbarch_init): Update.
7399 * v850-tdep.c (v850_gdbarch_init): Update.
7400 * sparc-tdep.c (sparc_gdbarch_init): Update.
7401 * sh-tdep.c (sh_gdbarch_init): Update.
7402 * s390-tdep.c (s390_gdbarch_init): Update.
7403 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7404 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7405 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7406 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7407 * mips-tdep.c (mips_gdbarch_init): Update.
7408 * mcore-tdep.c (mcore_gdbarch_init): Update.
7409 * m68k-tdep.c (m68k_gdbarch_init): Update.
7410 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7411 * ia64-tdep.c (ia64_gdbarch_init): Update.
7412 * i386-tdep.c (i386_gdbarch_init): Update.
7413 * frv-tdep.c (frv_gdbarch_init): Update.
7414 * avr-tdep.c (avr_gdbarch_init): Update.
7415 * arm-tdep.c (arm_gdbarch_init): Update.
7416 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7417
42fa7c0f
AC
74182003-03-01 Andrew Cagney <cagney@redhat.com>
7419
7420 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7421 option enum and switch. When no windows, set the interpreter to
7422 INTERP_CONSOLE.
8ffd9b1b 7423
49c7e338
AC
74242003-03-01 Andrew Cagney <cagney@redhat.com>
7425
7426 * main.c (captured_main): Replace magic option characters with an
7427 enum.
7428
e9582e71
AC
74292003-03-01 Andrew Cagney <cagney@redhat.com>
7430
7431 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7432 INIT_EXTRA_FRAME_INFO.
7433 * gdbarch.h, gdbarch.c: Regenerate.
7434 * arm-tdep.c: Update comments.
7435 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7436 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7437 * frame.h, avr-tdep.c: Ditto.
7438 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7439 (create_new_frame, legacy_get_prev_frame): Ditto.
7440 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7441 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7442 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7443 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7444 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7445 * v850-tdep.c (v850_gdbarch_init): Ditto.
7446 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7447 * sh-tdep.c (sh_gdbarch_init): Ditto.
7448 * s390-tdep.c (s390_gdbarch_init): Ditto.
7449 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7450 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7451 * mips-tdep.c (mips_gdbarch_init): Ditto.
7452 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7453 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7454 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7455 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7456 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7457 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7458 * frv-tdep.c (frv_gdbarch_init): Ditto.
7459 * cris-tdep.c (cris_gdbarch_init): Ditto.
7460 * avr-tdep.c (avr_gdbarch_init): Ditto.
7461 * arm-tdep.c (arm_gdbarch_init): Ditto.
7462 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7463 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7464
35cac7cf
AC
74652003-03-01 Andrew Cagney <cagney@redhat.com>
7466
7467 * gdbarch.sh (register_type): New function with predicate.
7468 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7469 * gdbarch.h, gdbarch.c: Re-generate.
7470 * arch-utils.c (generic_register_byte): Use generic_register_size.
7471 (generic_register_size): When available, use
7472 gdbarch_register_type.
7473 * regcache.c (init_regcache_descr): When available, initialize the
7474 register type array using gdbarch_register_type. If the
7475 architecture supplies gdbarch_register_type, do not use the legacy
7476 regcache layout.
7477 * d10v-tdep.c (d10v_register_type): Replace
7478 d10v_register_virtual_type.
7479 (d10v_gdbarch_init): Set register_type instead of
7480 register_virtual_type.
7481
7b83296f
AC
74822003-03-01 Andrew Cagney <cagney@redhat.com>
7483
7484 * Makefile.in (ax-gdb.o): Update dependencies.
7485 * ax-gdb.c: Include "regcache.h".
7486 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7487 * findvar.c (value_of_register): Ditto.
7488 * infcmd.c (default_print_registers_info): Ditto.
7489
eadc1c87
MK
74902003-03-01 Mark Kettenis <kettenis@gnu.org>
7491
7492 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7493 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7494
14143612
MK
74952003-03-01 Mark Kettenis <kettenis@gnu.org>
7496
7497 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7498 of STREQ.
7499
a55cc764
DJ
75002003-02-28 Daniel Jacobowitz <drow@mvista.com>
7501
7502 * Makefile.in (dwarf2loc.o): Update dependencies.
7503 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7504 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7505 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7506 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7507 (locexpr_tracepoint_var_ref): New function.
7508 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7509
08a617da
AC
75102003-02-28 Andrew Cagney <cagney@redhat.com>
7511
7512 * regcache.c (register_size): New function.
7513 * regcache.h (register_size): Declare
7514 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7515 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7516
4224873a
DC
75172003-02-28 David Carlton <carlton@math.stanford.edu>
7518
7519 * linespec.c (decode_compound): Extract code into find_method.
7520 (find_method): New.
7521
ccdc5d7f
JB
75222003-02-28 J. Brobecker <brobecker@gnat.com>
7523
7524 * Makefile.in: Add rules to build and link in observer.o.
7525
974e8ced
JB
75262003-02-27 J. Brobecker <brobecker@gnat.com>
7527
7528 * observer.c: Minor comments edits.
7529
7a28f973
JB
75302003-02-27 J. Brobecker <brobecker@gnat.com>
7531
7532 * observer.h, observer.c: New file.
7533
27cddce2
AC
75342003-02-27 Andrew Cagney <cagney@redhat.com>
7535
7536 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7537
b94a41a1
SC
75382003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7539
7540 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7541 (M6812_OP_STS_EXT): Likewise.
7542 (m6811_prologue): Use the above to recognize prologue.
7543 (m6812_prologue): Likewise.
7544
c8be8951
DC
75452003-02-27 David Carlton <carlton@math.stanford.edu>
7546
7547 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7548 SYMBOL_PRINT_NAME.
7549 (compare_psymbols): Ditto.
7550 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7551
d05bb1fc
MS
75522003-02-27 Michael Snyder <msnyder@redhat.com>
7553
4e845cd3
MS
7554 * f-lang.c (build_fortran_types): New function.
7555 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
7556 * doublest.c (extract_floating): Fix warning text.
7557
f3824013
AC
75582003-02-27 Andrew Cagney <cagney@redhat.com>
7559
7560 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7561 predicate. Replaces PUSH_DUMMY_FRAME.
7562 * gdbarch.h, gdbarch.c: Regnerate.
7563 * valops.c (hand_function_call): Update. Call
7564 generic_push_dummy_frame directly.
7565 * vax-tdep.c (vax_gdbarch_init): Update.
7566 * sparc-tdep.c (sparc_gdbarch_init): Update.
7567 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7568 * m68k-tdep.c (m68k_gdbarch_init): Update.
7569 * hppa-tdep.c (hppa_gdbarch_init): Update.
7570 * alpha-tdep.c (alpha_gdbarch_init): Update.
7571 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7572 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7573 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7575 push_dummy_frame to generic_push_dummy_frame.
7576 * v850-tdep.c (v850_gdbarch_init): Ditto.
7577 * sh-tdep.c (sh_gdbarch_init): Ditto.
7578 * s390-tdep.c (s390_gdbarch_init): Ditto.
7579 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7580 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7581 * mips-tdep.c (mips_gdbarch_init): Ditto.
7582 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7583 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7584 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7585 * i386-tdep.c (i386_gdbarch_init): Ditto.
7586 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7587 * frv-tdep.c (frv_gdbarch_init): Ditto.
7588 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7589 * cris-tdep.c (cris_gdbarch_init): Ditto.
7590 * avr-tdep.c (avr_gdbarch_init): Ditto.
7591 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 7592
ad188201
KB
75932003-02-26 Kevin Buettner <kevinb@redhat.com>
7594
7595 * mips-tdep.c (show_mips_abi): New function.
7596 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7597 command ``show mips abi''.
7598
6b37567a 75992003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7600
6b37567a 7601 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 7602 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
7603 more sline entries have been seen for the function.
7604
d3e0a5bf
MC
76052003-02-26 Michael Chastain <mec@shout.net>
7606
7607 * configure: Regenerate with autoconf 000227.
7608
18972eea
MC
76092003-02-26 Michael Chastain <mec@shout.net>
7610
7611 Close PR build/660.
7612 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7613 for old libc5/glibc.
7614 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7615
0bbde931
KW
76162003-02-26 Kris Warkentin <kewarken@qnx.com>
7617
7618 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7619 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7620
27ca5dad
MC
76212003-02-26 Michael Chastain <mec@shout.net>
7622
7623 * configure.in: New variable HAVE_UINTPTR_T.
7624 * configure, config.in: Regenerated.
7625
6f88d630
DJ
76262003-02-26 Daniel Jacobowitz <drow@mvista.com>
7627
7628 Fix PR build/1097.
7629 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
7630
b14185ce
AC
76312003-02-25 Andrew Cagney <cagney@redhat.com>
7632
7633 * frame.c (get_prev_frame): Add comment on check for
7634 inside_entry_func. Only check for inside_entry_file when not a
7635 dummy and not a sentinel. Check that the new frame is not inner
7636 to the old frame.
7637
ac2bd0a9
AC
76382003-02-25 Andrew Cagney <cagney@redhat.com>
7639
7640 * frame.c (frame_debug): New variable.
7641 (_initialize_frame): Add "set/show debug frame" command.
7642 (get_prev_frame): When frame_debug, print reason why unwind
7643 failed.
7644
b18a0fd2
MC
76452003-02-25 Michael Chastain <mec@shout.net>
7646
7647 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
7648 to avoid uintptr_t definition problems.
7649
22abf04a
DC
76502003-02-25 David Carlton <carlton@math.stanford.edu>
7651
7652 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
7653 (SYMBOL_LINKAGE_NAME): Ditto.
7654 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
7655 SYMBOL_LINKAGE_NAME.
7656 (struct general_symbol_info): Expand comment.
7657 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
7658 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
7659 (SYMBOL_MATCHES_REGEXP): Ditto.
7660 * symtab.c (symbol_natural_name): New function.
7661 * objfiles.h: Replace all uses of SYMBOL_NAME by
7662 DEPRECATED_SYMBOL_NAME.
7663 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
7664 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
7665 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
7666 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
7667 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
7668 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
7669 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
7670 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
7671 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
7672 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
7673 * ada-exp.y: Ditto.
7674 * ada-exp.y: Update copyright.
7675 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
7676 * cp-valprint.c: Ditto.
7677
1a5848f6
JJ
76782003-02-25 Jeff Johnston <jjohnstn@redhat.com>
7679
7680 * infptrace.c (detach): Do not flag error if ptrace detach fails
7681 and errno is set to ESRCH.
7682
7343d46a
AC
76832003-02-24 Andrew Cagney <cagney@redhat.com>
7684
7685 * infptrace.c (udot_info): Change type of udot_off to long. Use
7686 paddr when printing udot_off's value.
7687
49fa1dc2
DC
76882003-02-24 David Carlton <carlton@math.stanford.edu>
7689
7690 * symtab.c (make_symbol_overload_list): Only read in partial
7691 symtabs containing a matching partial symbol.
7692
0fe19209
DC
76932003-02-24 David Carlton <carlton@math.stanford.edu>
7694
7695 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
7696 do the comparison, not strcmp.
7697 * symfile.c (compare_psymbols): Ditto.
7698 * defs.h: Declare strcmp_iw_ordered.
7699 * utils.c (strcmp_iw_ordered): New function.
7700
8e3ee7b5
JB
77012003-02-24 Jim Blandy <jimb@redhat.com>
7702
7703 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
7704 support, shared libs): Remove my name from here, to better reflect
7705 reality.
7706
7df1a324
KW
77072003-02-24 Kris Warkentin <kewarken@qnx.com>
7708
7709 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
7710 (target_ops): Add to_have_continuable_watchpoint.
7711 * target.c (update_current_target): Add INHERIT line for
7712 to_have_continuable_watchpoint.
7713 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
7714 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
7715 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
7716 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
7717
d1c76907
EZ
77182003-02-24 Elena Zannoni <ezannoni@redhat.com>
7719
7720 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
7721 maintainership.
7722
2610b0bf
KW
77232003-02-24 Kris Warkentin <kewarken@qnx.com>
7724
f46169db
KW
7725 * solib.c (solib_open): Call target defined search function after
7726 failing with solib-search-path.
7727 * solist.h (target_so_ops): Add find_and_open_solib function hook and
7728 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 7729
9a3c34fe
KW
77302003-02-24 Kris Warkentin <kewarken@qnx.com>
7731
f46169db 7732 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 7733
2417dd25
SC
77342003-02-23 Stephane Carrez <stcarrez@nerim.fr>
7735
7736 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
7737
b631436b
SC
77382003-02-22 Stephane Carrez <stcarrez@nerim.fr>
7739
7740 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
7741 (m68hc11_add_reggroups): New function.
7742 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
7743 (m68hc11_gdbarch_init): Install the reggroups.
7744 (_initialize_m68hc11_tdep): Initialize them.
7745
0aa8c1e4
JW
77462003-02-21 James E Wilson <wilson@tuliptree.org>
7747
7748 * MAINTAINERS: Update my email address.
7749
50ceaba5
DC
77502003-02-21 David Carlton <carlton@math.stanford.edu>
7751
7752 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
7753
4c2df51b
DJ
77542003-02-21 Daniel Jacobowitz <drow@mvista.com>
7755
7756 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
7757 * symtab.h: Add opaque declarations of struct axs_value and
7758 struct agent_expr.
7759 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
7760 (struct location_funcs): New type.
7761 (struct symbol): Add "loc" to aux_value.
7762 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
7763 * dwarf2read.c: Include "dwarf2expr.h".
7764 (dwarf2_symbol_mark_computed): New function.
7765 (read_func_scope): Use it.
7766 (var_decode_location): New function.
7767 (new_symbol): Use it.
7768 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
7769
7770 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
7771 (dwarf2expr_h, dwarf2loc_h): New variables.
7772 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
7773 (dwarf2expr.o, dwarf2loc.o): New rules.
7774 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
7775 * buildsym.c (finish_block): Handle LOC_COMPUTED and
7776 LOC_COMPUTED_ARG.
7777 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
7778 * m2-exp.y (yylex): Likewise.
7779 * printcmd.c (address_info, print_frame_args): Likewise.
7780 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
7781 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
7782 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
7783 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
7784 * symtab.c (lookup_block_symbol): Likewise.
7785
5784d15e
AF
77862003-02-20 Adam Fedor <fedor@gnu.org>
7787
7788 * symtab.h: Remove objc_specific struct
7789 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
7790 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
7791 Have language_objc use cplus_specific struct.
7792
d4cad8db
TT
77932003-02-20 Tom Tromey <tromey@redhat.com>
7794
7795 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
7796 TYPE_NAME, when printing a String value. PR java/1075.
7797
2f9a90b4
AF
77982003-02-20 Adam Fedor <fedor@gnu.org>
7799
d38074a8 7800 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 7801 * objc-lang.c (find_methods): Make static.
2f9a90b4 7802
6f17862b
CF
78032003-02-20 Christopher Faylor <cgf@redhat.com>
7804
7805 * win32-nat.c (get_image_name): Check return value from
7806 ReadProcessMemory.
7807 (child_xfer_memory): Ditto.
7808
715d1656
AO
78092003-02-20 Alexandre Oliva <aoliva@redhat.com>
7810
7811 * configure.in (TARGET_SYSTEM_ROOT): Set default to
7812 ${exec_prefix}/${target_alias}/sys-root. Match explicit
7813 '${exec_prefix}' (in addition to the expansion thereof) as
7814 relocatable.
7815 * configure: Rebuilt.
7816
b1262a02
DC
78172003-02-20 David Carlton <carlton@math.stanford.edu>
7818
7819 * symtab.c (search_symbols): Revert the search_symbols part of my
7820 2002-12-23 patch. Add comment.
7821
7134143f
DJ
78222002-02-20 Daniel Jacobowitz <drow@mvista.com>
7823
7824 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
7825 * dbxread.c (elfstab_build_psymtabs): Don't call
7826 install_minimal_symbols.
7827 (stabsect_build_psymtabs): Likewise.
7828 * elfread.c (elf_symfile_read): Call install_minimal_symbols
7829 earlier.
7830 * somread.c (som_symfile_read): Call install_minimal_symbols
7831 and do_cleanups earlier.
7832 * nlmread.c (nlm_symfile_read): Likewise.
7833 * mdebugread.c (elfmdebug_build_psymtabs): Call
7834 install_minimal_symbols and make appropriate cleanups.
7835
cf466558
KB
78362003-02-20 Kevin Buettner <kevinb@redhat.com>
7837
7838 * solib.c (reload_shared_libraries): New function.
7839 (_initialize_solib): Add callbacks for ``set solib-search-path''
7840 and ``set solib-absolute-prefix''.
7841
de5ad195
DC
78422003-02-20 David Carlton <carlton@math.stanford.edu>
7843
7844 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
7845 expand comment.
7846 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
7847 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
7848 * ada-typeprint.c (ada_typedef_print): Ditto.
7849 * ax-gdb.c (gen_var_ref): Ditto.
7850 * breakpoint.c (print_one_breakpoint): Ditto.
7851 * buildsym.c (finish_block): Ditto.
7852 * c-valprint.c (c_val_print): Ditto.
7853 * expprint.c (print_subexp): Ditto.
7854 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
7855 * infcmd.c (jump_command): Ditto.
7856 * linespec.c (decode_line_2, decode_compound): Ditto.
7857 * maint.c (maintenance_translate_address): Ditto.
7858 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
7859 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
7860 Ditto.
8ffd9b1b
AJ
7861 * p-valprint.c (pascal_val_print): Ditto.
7862 * stabsread.c (define_symbol): Ditto.
de5ad195 7863 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
7864 (print_frame_arg_vars, return_command): Ditto.
7865 * symfile.c (compare_symbols, compare_psymbols): Ditto.
7866 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
7867 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
7868 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
7869 (rbreak_command): Ditto.
7870 * tracepoint.c (tracepoints_info): Ditto.
7871 * typeprint.c (typedef_print): Ditto.
7872 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
7873 * cli/cli-cmds.c (edit_command, list_command): Ditto.
7874 * ada-typeprint.c: Update Copyright.
7875 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
7876 * tracepoint.c, cli/cli-cmds.c: Ditto.
7877
f796e4be
KB
78782003-02-20 Kevin Buettner <kevinb@redhat.com>
7879
7880 * frame.c (generic_unwind_get_saved_register): Make non-static.
7881 * frame.h (generic_unwind_get_saved_register): Declare.
7882 * mips-tdep.c (read_next_frame_reg): Fetch register from
7883 current regcache when frame is NULL.
7884 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
7885 that must be NULL.
7886 (mips_get_saved_register): Call generic_unwind_get_saved_register()
7887 instead of frame_register_unwind().
7888
836cc9f4
AC
78892003-02-20 Andrew Cagney <ac131313@redhat.com>
7890
7891 * remote-sim.c (gdbsim_insert_breakpoint)
7892 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
7893 code.
7894
501eef12
AC
78952003-02-20 Andrew Cagney <ac131313@redhat.com>
7896
7897 * remote.c (_initialize_remote): Add commands "set/show remote
7898 hardware-watchpoint-limit" and "set/show remote
7899 hardware-breakpoint-limit".
7900 (remote_hw_watchpoint_limit): Initialize to -1.
7901 (remote_hw_breakpoint_limit): Ditto.
7902 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
7903
1b6bc7e0
CF
79042003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
7905
7906 * coff-pe-read.c: New file - support reading of minimal symbols from a
7907 portable executable using the export table.
7908 * coff-pe-read.h: New file.
7909 * coffread.c: Include coff-pe-read.h.
7910 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
7911 debugging symbols found.
7912 * Makefile.in (SFILES): Add coff-pe-read.o.
7913 (coff_pe_read_h): Define.
7914 (COMMON_OBS): Add coff-pe-read.o.
7915 (coffread.o): Add coff_pe_read_h dependency.
7916 (coff-pe-read.o): New target.
7917
fe898f56
DC
79182003-02-19 David Carlton <carlton@math.stanford.edu>
7919
7920 * Makefile.in (SFILES): Add block.c.
7921 (block_h): New.
7922 (COMMON_OBS): Add block.o.
7923 (block.o): New.
7924 (x86-64-tdep.o): Add $(block_h).
7925 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
7926 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
7927 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
7928 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
7929 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
7930 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
7931 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
7932 * value.h: Add opaque declaration for struct block.
7933 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
7934 * ada-lang.h: Ditto.
7935 * x86-64-tdep.c: #include "block.h"
7936 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
7937 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
7938 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
7939 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
7940 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
7941 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
7942 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
7943 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
7944 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
7945 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
7946 * symtab.c (block_function): Ditto.
7947 (contained_in): Ditto.
7948 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
7949 block.h. Add opaque declaration for struct block.
7950 * symtab.h: Move block_function and contained_in declarations to
7951 block.h. Add opaque declarations for struct block, struct
7952 blockvector.
7953 (struct block): Move to block.h.
7954 (struct blockvector): Ditto.
7955 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
7956 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
7957 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
7958 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
7959 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
7960 Ditto.
7961 * block.c: New file.
7962 * block.h: New file.
7963
173345b5
TR
79642003-02-19 Theodore A. Roth <troth@openavr.org>
7965
7966 * avr-tdep.c (avr_extract_return_value): Remove function.
7967 (avr_store_return_value): Remove function.
7968 (avr_extract_struct_value_address): Remove function.
7969 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
7970
338ef23d
AC
79712003-02-19 Andrew Cagney <ac131313@redhat.com>
7972
7973 * rs6000-tdep.c: Include "gdb_assert.h".
7974 (registers_e500): Add "acc" and "spefscr".
7975 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
7976 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
7977 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
7978 really is "r0".
7979 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
7980
5412f5f3
KS
79812003-02-18 Keith Seitz <keiths@redhat.com>
7982
7983 * Makefile.in: Add gdbtk-interps.c.
7984
881324eb
KB
79852003-02-18 Kevin Buettner <kevinb@redhat.com>
7986
7987 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
7988 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
7989
6a2f5abf
AC
79902003-02-18 Andrew Cagney <cagney@redhat.com>
7991
7992 * symtab.h (struct objfile): Add opaque declaration.
7993
54c7009d
EZ
79942003-02-18 Elena Zannoni <ezannoni@redhat.com>
7995
7996 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
7997 * dbxread.c (process_one_symbol): Use last_function_start rather
7998 than function_start_offset to find the real beginning of the
7999 current function. The latter is just the text section offset on
8000 some systems, the former is always the real function start.
54c7009d 8001
7ee6d7eb
AC
80022003-02-17 Andrew Cagney <cagney@redhat.com>
8003
8004 * configure.in: Revert ${target} != ${host}.
8005
2846da9b
AC
80062003-02-17 Andrew Cagney <ac131313@redhat.com>
8007
8008 * configure.in (Makefile): Use the test ${target} != ${host},
8009 instead of the absence of the "nm.h" file, to determine of the
8010 configuration non-native.
8011 * configure: Regenerate.
8ffd9b1b 8012
3b27aeea
EZ
80132003-02-14 Elena Zannoni <ezannoni@redhat.com>
8014
fbe586ae 8015 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
8016
8017 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8018 conditionalize tui_active test.
8019 (lookup_cmd_1): Ditto.
8020
b0b1c2c0
MK
80212003-02-14 Mark Kettenis <kettenis@gnu.org>
8022
8023 * configure.in: Add check for _etext.
8024 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8025 available.
8026 * config.in, configure: regenerated.
8027
8f05cde5
DJ
80282003-02-14 Daniel Jacobowitz <drow@mvista.com>
8029
8030 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8031
021e7609
AC
80322003-02-14 Andrew Cagney <ac131313@redhat.com>
8033
8034 * main.c (tui_version): Delete variable.
8035 (captured_main): When --tui, set interpreter_p to "tui" instead of
8036 enabling tui_version.
8037 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8038 tui_version.
8039 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8040 * cli/cli-cmds.c (disassemble_command): Ditto.
8041 * defs.h (tui_version): Delete declaration.
8042 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8043 (tui-interp.o): Add rules.
8044 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8045
e325dcec
CF
80462003-02-14 Christopher Faylor <cgf@redhat.com>
8047
36ffb041 8048 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
8049 just-loaded dll.
8050
c4f90d87
JM
80512003-02-12 Jason Molenda (jmolenda@apple.com)
8052
fbe586ae
RH
8053 * symmisc.c (print_objfile_statistics): Include information about
8054 the number of psymtabs and symtabs in each object file.
c4f90d87 8055
e46e5ccd
KS
80562003-02-13 Keith R Seitz <keiths@redhat.com>
8057
8058 * main.h (struct captured_main_args): Add interpreter_p.
8059 * main.c (captured_main): Initialize interpreter_p from context.
8060 * gdb.c (main): Set interpreter_p argument.
8061 * Makefile.in (gdb.o): Add dependency for interps.h.
8062
fe97fe9c
AC
80632003-02-12 Andrew Cagney <ac131313@redhat.com>
8064
8065 * event-top.c (cli_command_loop): Delete declaration.
8066 (_initialize_event_loop): Delete function setting event_loop_hook.
8067 * event-top.h (cli_command_loop): Declare. Update copyright.
8068 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8069 * interps.c (current_interp_command_loop): When event_loop_p, call
8070 cli_command_loop.
8071
1cdac4ef
AC
80722003-02-12 Andrew Cagney <ac131313@redhat.com>
8073
8074 * interps.h (interp_command_loop_ftype): Change return type to
8075 void.
8076
48037ead
ML
80772003-02-12 Michal Ludvig <mludvig@suse.cz>
8078
8079 * x86-64-tdep.c (x86_64_extract_return_value)
8080 (x86_64_store_return_value): Use regcache instead of regbuf.
8081 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8082 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8083
033afc63
AC
80842003-02-11 Andrew Cagney <ac131313@redhat.com>
8085
8086 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8087 * aclocal.m4: Regenerate.
8088 * configure: Regenerate.
8089
8090 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8091 TCL_LD_SEARCH_FLAGS.
8092
40d02bca
ML
80932003-02-10 Michal Ludvig <mludvig@suse.cz>
8094
8095 * dwarf2cfi.c: Reindented.
8096
11308a41
AC
80972003-02-09 Andrew Cagney <ac131313@redhat.com>
8098
8099 * interps.c (clear_interpreter_hooks): Convert function definition
8100 to ISO C.
8101
e1c1c0f6
DC
81022003-02-07 David Carlton <carlton@math.stanford.edu>
8103
8104 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8105
ab5d3da6
KB
81062003-02-07 Kevin Buettner <kevinb@redhat.com>
8107
8108 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8109 (struct type): ...to here.
8110 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8111 field.
8112 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8113 (replace_type): Set length on all type variants for a given type.
8114
b8a92b82
AC
81152003-02-07 Andrew Cagney <ac131313@redhat.com>
8116
8117 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8118 <sys/stat.h>.
8119 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 8120
5cb316ef
AC
81212003-02-06 Andrew Cagney <ac131313@redhat.com>
8122
2555fe1a
AC
8123 * Makefile.in (symm-nat.o): Update dependencies.
8124 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8125 (lynx-nat.o, ia64-linux-nat.): Ditto.
8126 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8127 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8128 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8129
44270758
AC
8130 * Makefile.in (inflow_h): Define.
8131 (procfs.o, inflow.o, procfs.o): Update dependencies.
8132 * inftarg.c (child_stop): Delete extern declaration of
8133 inferior_process_group. Include "inflow.h".
8134 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8135 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8136 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8137 (our_process_group, inferior_process_group): Extern declarations.
8138
df8f7274
AC
8139 * procfs.c: Include "gdb_assert.h".
8140
5cb316ef
AC
8141 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8142 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8143 * jv-typeprint.c (java_type_print_base): Ditto.
8144 * typeprint.c (typedef_print): Eliminate STREQ.
8145 * cli/cli-script.c (define_command, define_command): Ditto.
8146 * main.c (captured_main): Ditto.
8147 * values.c (lookup_internalvar): Ditto.
8148 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8149 within `if' conditional.
8150 * linespec.c (decode_line_2): Ditto.
8151 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8152 (bfd_openw_with_cleanup): Ditto.
8153
2a28ccea
MK
81542003-02-07 Mark Kettenis <kettenis@gnu.org>
8155
8156 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8157 legacy_extract_return_value and store_return_value to
8158 legacy_return_value.
8159
786b8124
CF
81602003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8161
8162 * win32-nat.c (get_relocated_section_addrs): New function. Find
8163 section load addresses for symbol handling in relocated DLLs.
8164 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8165
b871e4ec
FF
81662003-02-05 Fred Fish <fnf@intrinsity.com>
8167
8168 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8169 '=' and '!='.
8170 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8171 with '&' and '=='.
8172 (angel_RDI_info): Ditto.
8173 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8174 with '&' and '!='.
8175 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 8176
4389a95a 81772003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
8178 Keith Seitz <keiths@redhat.com>
8179 Elena Zannoni <ezannoni@redhat.com>
8180 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
8181
8182 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8183 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8184 (SUBDIR_MI_OBS): Add "mi-interp.o".
8185 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8186 (SFILES): Add "interps.c".
8187 (COMMON_OBS): Add "interps.o".
8188 (interps_h, mi_main_h): Define.
8189 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8190 (mi-main.o, main.o, event-top.o): Update dependencies.
8191 * cli/cli-interp.c: New file.
8192 * interps.h, interps.c: New files.
8193 * top.c: (gdb_init): Don't install the default interpreter, handed
8194 by captured_main.
8195 * main.c: Include "interps.h".
8196 (interpreter_p): Note that it should malloc'ed.
8197 (captured_command_loop): Call current_interp_command_loop.
8198 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8199 xfree and xstrdup when updating interpreter_p. Install the
8200 default interpreter. Add hack to stop mi1's copyright notice
8201 being encoded.
8202 * event-top.h (gdb_setup_readline): Declare.
8203 (gdb_disable_readline): Declare.
8204 * event-top.c: Include "interps.h".
8205 (display_gdb_prompt): Call current_interp_display_prompt_p.
8206 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8207 gdb_stdlog, and gdb_stdtarg.
8208 (_initialize_event_loop): Don't call gdb_setup_readline.
8209 * cli-out.c (cli_out_set_stream): New function.
8210 * cli-out.h (cli_out_set_stream): Declare.
8211
ff3b5810
MK
82122003-02-06 Mark Kettenis <kettenis@gnu.org>
8213
8214 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8215 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8216 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8217 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8218 config/i386/i386v42mp.mt: Removed.
8219
5b729aa5
MK
82202003-02-05 Mark Kettenis <kettenis@gnu.org>
8221
8222 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8223 GDB_OSABI_SOLARIS.
8224
8cc15142
MC
82252003-02-05 Michael Chastain <mec@shout.net>
8226
8227 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8228 2.12.1 and earlier versions.
8229
5aa5d4b9
AC
82302003-02-05 Andrew Cagney <ac131313@redhat.com>
8231
8232 Remove orphaned hosts, targets and files.
8233 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8234 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8235 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8236 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8237 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8238 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8239 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8240 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8241 * config/sparc/tm-sp64sim.h: Delete.
8242 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8243 hosts.
8244 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8245 mips*-dec-mach3* targets.
8246
b68767c1
MC
82472003-02-04 Michael Chastain <mec@shout.net>
8248
8249 * NEWS: Fix typo: sepcifying -> specifying.
8250
5ae7ca1d
MC
82512003-02-04 Michael Chastain <mec@shout.net>
8252
8253 * dwarfread.c: Add documentation on the state of dwarf-1,
8254 looking towards obsoletion.
8255
d08a4280
MC
82562003-02-03 Michael Chastain <mec@shout.net>
8257
8258 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8259 gdb/testsuite/gdb.c++/pr-1023.exp.
8260
e9be73e4
AC
82612003-02-04 Andrew Cagney <ac131313@redhat.com>
8262
8263 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8264 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8265
8266 * utils.c (init_page_info): Delete reference to MPW in comments.
8267 * main.c (captured_main): Delete #ifdef MPW.
8268
05d57f6f
AC
82692003-02-04 Andrew Cagney <ac131313@redhat.com>
8270
8ffd9b1b 8271 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
8272 * monitor.c (monitor_expect): Obsolete reference to m32r.
8273 * configure.tgt: Mark m32r-*-elf* as obsolete.
8274 * MAINTAINERS: Mark m32k as obsolete.
8275 * m32r-rom.c: Obsolete file.
8276 * config/m32r/m32r.mt: Obsolete file.
8277 * config/m32r/tm-m32r.h: Obsolete file.
8278 * m32r-stub.c: Obsolete file.
8279 * m32r-tdep.c: Obsolete file.
8280
8b0e5691
AC
82812003-02-04 Andrew Cagney <ac131313@redhat.com>
8282
8283 * NEWS: Mention that the z8k-zilog-none is obsolete.
8284 * MAINTAINERS: Mark z8k as obsolete.
8285 * configure.tgt: Obsolete the z8k-*-coff* target.
8286 * config/z8k/z8k.mt: Obsolete file.
8287 * config/z8k/tm-z8k.h: Obsolete file.
8288 * z8k-tdep.c: Obsolete file.
8289
67f16606
AC
82902003-02-04 Andrew Cagney <ac131313@redhat.com>
8291
8292 * NEWS: Mention that the mn10200-elf is obsolete.
8293 * configure.tgt: Obsolete mn10200-*-* target.
8294 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8295 mention that the mn10200 is obsolete.
8296 * breakpoint.h: Ditto.
8297 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8298 * config/mn10200/mn10200.mt: Obsolete file.
8299 * config/mn10200/tm-mn10200.h: Obsolete file.
8300 * mn10200-tdep.c: Obsolete file.
8301
fd2299bd
AC
83022003-02-04 Andrew Cagney <ac131313@redhat.com>
8303
8304 * MAINTAINERS: Mark h8500 as obsolete.
8305 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8306 * findvar.c (value_from_register): Ditto.
8307 * h8500-tdep.c: Mark file as obsolete.
8308 * config/h8500/h8500.mt: Ditto.
8309 * config/h8500/tm-h8500.h: Ditto.
8310 * NEWS: Mention that h8500 is obsolete.
8311
eb9a305d
DC
83122003-02-04 David Carlton <carlton@math.stanford.edu>
8313
8314 * objfiles.c (allocate_objfile): Always set name. Add comment at
8315 start of function.
8316 * jv-lang.c (get_dynamics_objfile): Add comment.
8317
406fc7fb
DC
83182003-02-04 David Carlton <carlton@math.stanford.edu>
8319
8320 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8321 * printcmd.c (build_address_symbolic): Replace uses of
8322 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8323 SYMBOL_NAME, and asm_demangle.
8324 Update copyright.
8325
93d91629
DC
83262003-02-04 David Carlton <carlton@math.stanford.edu>
8327
8328 * linespec.c (decode_compound): Extract code into
8329 lookup_prefix_sym.
8330 (lookup_prefix_sym): New function.
8331
1c5cb38e
DC
83322003-02-04 David Carlton <carlton@math.stanford.edu>
8333
8334 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8335 FLOAT_COERCION_BADNESS.
8336 * gdbtypes.c (rank_one_type): Replace all uses of
8337 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8338
0cf824c9
JB
83392003-02-04 Jim Blandy <jimb@redhat.com>
8340
8341 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8342 section, let dwarf_macinfo_section point to it, not
8343 dwarf_loc_section.
8344
a2d356b0
DJ
83452003-02-04 Daniel Jacobowitz <drow@mvista.com>
8346
8347 Pointed out by Anton Blanchard <anton@samba.org>.
8348 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8349 (ppc_linux_at_sigtramp_return_path): Use it.
8350
2de7ced7
DJ
83512003-02-04 Daniel Jacobowitz <drow@mvista.com>
8352
8353 * defs.h (streq): Add prototype.
8354 * utils.c (streq): New function.
8355
8356 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8357 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8358 * mdebugread.c (new_symbol): Likewise.
8359 * stabsread.c (define_symbol): Likewise.
8360 * coffread.c (process_coff_symbol): Likewise.
8361 * dwarfread.c (new_symbol): Likewise.
8362
8363 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8364 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8365 here.
8366 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8367 SYMBOL_INIT_DEMANGLED_NAME.
8368 * objfiles.c: Include "hashtab.h".
8369 (allocate_objfile): Call htab_set_functions_ex for the
8370 demangled_names_hash.
8371 (free_objfile): Call htab_delete for the demangled_names_hash.
8372 * objfiles.h (struct htab): Add declaration.
8373 (struct objfile): Add demangled_names_hash.
8374 * symfile.c: Include "hashtab.h".
8375 (reread_symbols): Call htab_delete for the demangled_names_hash.
8376 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8377 SYMBOL_NAME in the bcache.
8378 * symtab.c: Include "hashtab.h". Update comments.
8379 (create_demangled_names_hash, symbol_set_names): New functions.
8380 (symbol_find_demangled_name): New function, broken out from
8381 symbol_init_demangled_names.
8382 (symbol_init_demangled_names): Use it.
8383 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8384 (SYMBOL_SET_NAMES): New macro.
8385 (symbol_set_names): Add prototype.
8386
15831452
JB
83872003-02-03 Jim Blandy <jimb@redhat.com>
8388
8389 Use a single, consistent representation for an empty minimal
8390 symbol table in an objfile.
8391 * objfiles.c (terminate_minimal_symbol_table): New function.
8392 (allocate_objfile): Call it.
8393 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8394 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 8395 non-NULL.
15831452
JB
8396 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8397 objfile has minimal symbols, compare minimal_symbol_count to zero,
8398 instead of comparing msymbols with NULL.
8399 * objfiles.c (have_minimal_symbols): Same.
8400 * solib-sunos.c (solib_add_common_symbols): Call
8401 terminate_minimal_symbol_table.
8402 * symfile.c (reread_symbols): Same.
8ffd9b1b 8403
ffc65945
KB
84042003-02-03 Kevin Buettner <kevinb@redhat.com>
8405
8406 * s390-tdep.c (s390_address_class_type_flags)
8407 (s390_address_class_type_flags_to_name)
8408 (s390_address_class_name_to_type_flags): New functions.
8409 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8410 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8411
f211c6d4
MS
84122003-02-03 Michael Snyder <msnyder@redhat.com>
8413
8414 * arm-tdep.c: Fix spell-o in comment.
8415
659b0389
ML
84162003-02-03 Michal Ludvig <mludvig@suse.cz>
8417
8418 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8419 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 8420 error messages to contain BFD filename.
659b0389 8421
3b31d625
EZ
84222003-02-02 Elena Zannoni <ezannoni@redhat.com>
8423
997b089a 8424 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
8425 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8426 (do_mixed_source_and_assembly): Use
8427 make_cleanup_ui_out_tuple_begin_end and
8428 make_cleanup_ui_out_tuple_begin_end.
8429 (do_mixed_source_and_assembly): Ditto.
8430 * thread.c (do_captured_list_thread_ids): Ditto.
8431 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8432 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8433 ui_out_tuple_end): Delete prototypes.
8434 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8435 ui_out_list_end, ui_out_tuple_end): Delete.
8436
8437 From Kevin Buettner <kevinb@redhat.com>:
8438 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
8439 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8440 (do_cleanup_table_end): New functions.
8441 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8442 Use cleanups to invoke_ui_out_tuple_end().
8443 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
8444 * cli/cli-setshow.c (cmd_show_list): Use
8445 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 8446
5b181d62
AC
84472003-02-02 Andrew Cagney <ac131313@redhat.com>
8448
8449 * frame.c (frame_unwind_register): New function.
8450 (frame_unwind_unsigned_register): Use.
8451 (frame_unwind_signed_register): Use.
8452 (frame_read_register): New function.
8453 * frame.h (frame_unwind_register): Declare.
8454 (frame_read_register): Declare.
8455
8456 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8457 and frame_unwind_register instead of read_memory, write_register
8458 and deprecated_write_register_bytes.
8459
5f601589
AC
84602003-02-02 Andrew Cagney <ac131313@redhat.com>
8461
8462 * frame.h: Note that namelen can be negative.
8463 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8464 NAME's length.
8465
8466 * NEWS: Mention that the d10v's `regs' command is deprecated.
8467 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8468 (d10v_print_registers_info): New function.
8469 (show_regs): Call d10v_print_registers_info.
8470 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8471
6a3fe0a4
MK
84722003-02-02 Mark Kettenis <kettenis@gnu.org>
8473
8474 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8475 lost in the previous patch.
8476
075559bc
AC
84772003-02-01 Andrew Cagney <ac131313@redhat.com>
8478
8479 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
8480 * stack.c (print_frame_info_base): Output complete FRAME tuple
8481 for synthesized frames.
075559bc 8482
6789195b
AC
84832003-02-02 Andrew Cagney <ac131313@redhat.com>
8484
8485 * mips-nat.c (zerobuf): Delete.
8486 (fetch_inferior_registers): Alloc local zerobuf.
8487 (fetch_core_registers): Alloc local zerobuf.
8488 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8489 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8490 * thread-db.c (thread_db_store_registers): Ditto.
8491 * sh-tdep.c (sh_do_register): Ditto.
8492 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8493 * remote-sim.c (gdbsim_store_register): Ditto.
8494 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8495 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8496 * monitor.c (monitor_supply_register): Ditto.
8497 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8498 * mips-nat.c (fetch_inferior_registers): Ditto.
8499 * m68klinux-nat.c (fetch_register): Ditto.
8500 * lynx-nat.c (fetch_inferior_registers): Ditto.
8501 (fetch_inferior_registers): Ditto.
8502 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8503 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8504 (hpux_thread_store_registers): Ditto.
8505 * hppah-nat.c (fetch_register): Ditto.
8506 * hppab-nat.c (fetch_register): Ditto.
8507 * hppa-tdep.c (pa_register_look_aside): Ditto.
8508 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8509 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8510
e669114a
AC
85112003-02-01 Andrew Cagney <ac131313@redhat.com>
8512
8513 * gdbarch.sh: Explictly specify all method levels. When a
8514 variable with an empty level, provide a non-multi-arch default.
8515 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8516 * gdbarch.h: Re-generate.
8517 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8518 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8519
9a043c1d
AC
85202003-02-01 Andrew Cagney <ac131313@redhat.com>
8521
8522 * defs.h (host_pointer_to_address): Delete declaration.
8523 (address_to_host_pointer): Delete declaration.
8524 * utils.c (host_pointer_to_address): Delete function.
8525 (address_to_host_pointer): Delete function.
8526 * procfs.c (procfs_address_to_host_pointer): New function.
8527 * procfs.c (proc_set_watchpoint): Use.
8528 (procfs_can_use_hw_breakpoint): Update comments.
8529 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8530 (som_solib_add): Use.
8531 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8532 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 8533
7ca9f392
AC
85342003-02-01 Andrew Cagney <ac131313@redhat.com>
8535
94bbfd30
AC
8536 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8537 strlen d_name.
8538
7ca9f392
AC
8539 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8540 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8541 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8542 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8543 (define_symbol): Update.
8544 * symfile.c (generic_load): Remove references to nindy.
8545 * symtab.c: Remove references to nindy.
8546
31a85ea2
AC
85472003-02-01 Andrew Cagney <ac131313@redhat.com>
8548
8549 * infcmd.c (print_float_info): Delete code conditional on
8550 FLOAT_INFO.
8551 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8552 * config/m68k/nm-apollo68b.h: Ditto.
8553 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8554 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8555 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8556
f6e85fc8
MK
85572003-02-01 Mark Kettenis <kettenis@gnu.org>
8558
6015b6a0
MK
8559 * config/i386/tm-i386os9k.h: Removed.
8560
f7a30bdf
MK
8561 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8562 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8563 they're identical to i[3456]86-*-sysv* now.
8564 * config/i386/i386v32.mh: Removed.
8565 * config/i386/xm-i386v32.h: Removed.
8566 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8567
28d52111
MK
8568 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8569
4d3f6bce
MK
8570 * config/i386/i386dgux.mh: Removed.
8571 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8572
f6e85fc8
MK
8573 * configure.in: Fix typo.
8574 * configure: Regenerated.
8575
53955967
DC
85762003-01-31 David Carlton <carlton@math.stanford.edu>
8577
8578 * dwarf2read.c (dwarf2_locate_sections): Set
8579 dwarf_ranges_section.
8580
b1364885
AC
85812003-01-31 Andrew Cagney <ac131313@redhat.com>
8582
8dbb1c65
AC
8583 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8584 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 8585
8731e58e
AC
8586 * utils.c: Re-indent.
8587
b1364885
AC
8588 * config/djgpp/fnchange.lst: Delete nindy files.
8589 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8590 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8591 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8592 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8593 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8594 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8595 * Makefile.in (init.c): Remove nindy references.
8596 (saber_gdb): Delete rule.
8597 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8598 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8599 and a68v-nat.c.
8600 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8601 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8602 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8603 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8604 nindy-share/stop.h.
8605 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8606 * saber.suppress: Delete file.
8607
086df311
DJ
86082003-01-31 Daniel Jacobowitz <drow@mvista.com>
8609
8610 * dbxread.c (stabs_data): New static variable.
8611 (fill_symbuf): Support an in-memory buffer for stabs data.
8612 (stabs_seek): New function.
8613 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8614 (read_ofile_symtab): Use stabs_seek.
8615 (elfstab_build_psymtabs): Take an asection* instead of
8616 an offset and size. Relocate the stabs data if necessary.
8617 Save the section* for dbx_psymtab_to_symtab.
8618 * dwarf2read.c: Add section variables for each debug section.
8619 (dwarf2_locate_sections): Fill them in.
8620 (dwarf2_read_section): Take an asection* argument.
8621 Relocate the section contents if necessary.
8622 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
8623 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
8624 it to dwarf2_read_section.
8625 (dwarf2_build_frame_info): Update callers.
8626 * elfread.c (elf_symfile_read): Update call to
8627 elfstab_build_psymtabs.
8628 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
8629 (DBX_STAB_SECTION): New macro.
8ffd9b1b 8630 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
8631 * symfile.c (symfile_dummy_outputs): New function.
8632 (symfile_relocate_debug_section): New function.
8633 * symfile.h (symfile_relocate_debug_section): Add prototype.
8634
87d1b352
RH
86352003-01-31 Richard Henderson <rth@redhat.com>
8636
8637 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
8638 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
8639 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
8640 * alpha-tdep.c (alpha_register_name): Add "unique".
8641 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
8642 (ALPHA_UNIQUE_REGNUM): New.
8643 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
8644
c48861fb
AC
86452003-01-31 Andrew Cagney <ac131313@redhat.com>
8646
8647 * README: Remove reference to Ericsson 1800 monitor.
8648 * Makefile.in (remote-es.o): Delete rule.
8649 (ALLDEPFILES): Delete remote-es.c.
8650 * remote-es.c: Delete file.
8651 * config/m68k/es1800.mt: Delete file.
8652 * config/djgpp/fnchange.lst: Update.
8653 * configure.tgt: Delete m68*-ericsson-* target.
8654
d764a824
AF
86552003-01-31 Adam Fedor <fedor@gnu.org>
8656
8657 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
8658 Remove duplicate/shadowing variable of same name.
8659
fe36c4f4
JB
86602003-01-30 Jim Blandy <jimb@redhat.com>
8661
8662 * symfile.c (find_separate_debug_file): Assert that the objfile's
8663 directory name we compute ends with a slash, and then assume that
8664 that's so everywhere we use it.
8665
cb741690
DJ
86662003-01-30 Daniel Jacobowitz <drow@mvista.com>
8667
8668 * valops.c (value_assign): Flush frame cache after stores to memory
8669 also.
8670
96ee5227
AC
86712003-01-30 Andrew Cagney <ac131313@redhat.com>
8672
8673 * Makefile.in (mon960-rom.o): Delete rule.
8674 * mon960-rom.c: Delete file.
8675
7f6104a9
AC
86762003-01-30 Andrew Cagney <ac131313@redhat.com>
8677
8678 * d10v-tdep.c: Include "frame-unwind.h".
8679 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
8680 list.
8681 (next_addr, uses_frame): Delete.
8682 (struct d10v_unwind_cache): Define.
8683 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
8684 Use info instead of next_addr and uses_frame globals.
8685 (d10v_frame_init_saved_regs): Delete function.
8686 (d10v_init_extra_frame_info): Delete function.
8687 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
8688 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
8689 init_frame_pc or frame_saved_pc.
8690 (d10v_pop_frame): Delete function.
8691 (do_d10v_pop_frame): Delete function.
8692 (d10v_frame_chain): Delete function.
8693 (d10v_frame_chain_valid): Delete function.
8694 (d10v_frame_pc_unwind): New function.
8695 (d10v_frame_id_unwind): New function.
8696 (saved_regs_unwinder): New function.
8697 (d10v_frame_register_unwind): New function.
8698 (d10v_frame_pop): New function.
8699 (d10v_frame_unwind): New variable.
8700 (d10v_frame_p): New function.
8701 (d10v_frame_saved_pc): Delete function.
8702 * Makefile.in (d10v-tdep.o): Update dependencies.
8703
cad2e848
JB
87042003-01-30 J. Brobecker <brobecker@gnat.com>
8705
8706 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
8707 causing some regressions due to a change in the default value
8708 for this macro.
8709
af34e669
DJ
87102003-01-29 Richard Henderson <rth@redhat.com>
8711 Elena Zannoni <ezannoni@redhat.com>
8712 Daniel Jacobowitz <drow@mvista.com>
8713
8714 Fix PR gdb/961.
8ffd9b1b 8715 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
8716 variables.
8717 (RANGES_SECTION): New.
8718 (dwarf_ranges_buffer): New variable.
8719 (struct comp_unit_head): Add member "die".
8720 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
8721 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
8722 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
8723 (dwarf2_locate_sections): Likewise.
8724 (dwarf2_build_psymtabs): Read .debug_ranges.
8725 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
8726 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
8727 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
8728 Look for DW_AT_ranges and return the bounding box.
8729
baa93fa6
CF
87302003-01-29 Brian Ford <ford@vss.fsi.com>
8731
8732 * win32-nat.c (cygwin_pid): Removed as unused.
8733 (child_attach): Try fall back to Cygwin pid.
8734
c63f977f
JB
87352003-01-29 Jim Blandy <jimb@redhat.com>
8736
8737 * objfiles.h (struct objfile): Doc fix.
8738
d62d1979
AC
87392003-01-29 Andrew Cagney <ac131313@redhat.com>
8740
8741 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
8742 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
8743 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
8744 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
8745 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
8746 (FRAME_SAVED_PC): Change to a function with predicate.
8747 * gdbarch.h, gdbarch.c: Re-generate.
8748
1ae18a04
AC
87492003-01-28 Andrew Cagney <ac131313@redhat.com>
8750
52287340
AC
8751 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
8752
1ae18a04
AC
8753 * complaints.c (complain): Delete function.
8754 * complaints.h (struct deprecated_complaint): Delete definition.
8755 (complain): Delete declaration.
8756
f2c16bd6
KB
87572003-01-28 Kevin Buettner <kevinb@redhat.com>
8758
8759 * mips-tdep.c (mips_init_extra_frame_info): Return early for
8760 dummy frames.
8761
a94dd1fd
AC
87622003-01-27 Andrew Cagney <ac131313@redhat.com>
8763
8764 * sentinel-frame.h, sentinel-frame.c: New files.
8765 * Makefile.in (frame.o): Update dependencies.
8766 (SFILES): Add sentinel-frame.c.
8767 (sentinel_frame_h): Define.
8768 (COMMON_OBS): Add sentinel-frame.o.
8769 (sentinel-frame.o): Specify dependencies.
8770 * frame.c: Include "sentinel-frame.h".
8771 (frame_register_unwind): Rewrite assuming that there is always a a
8772 ->next frame.
8773 (frame_register, generic_unwind_get_saved_register): Ditto.
8774 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
8775 (create_sentinel_frame, unwind_to_current_frame): New functions.
8776 (get_current_frame): Rewrite using create_sentinel_frame and
8777 unwind_to_current_frame. When possible, always create a frame.
8778 (create_new_frame): Set next to the sentinel frame.
8779 (get_next_frame): Rewrite. Don't go below the level 0 frame.
8780 (deprecated_update_frame_pc_hack): Update the next frame's PC and
8781 ID cache when necessary.
8782 (frame_saved_regs_id_unwind): Use frame_relative_level.
8783 (deprecated_generic_get_saved_register): Use frame_relative_level,
8784 get_frame_saved_regs, get_frame_pc, get_frame_base and
8785 get_next_frame.
8786 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
8787 frame_register.
8788
5378adc4
DJ
87892003-01-27 Daniel Jacobowitz <drow@mvista.com>
8790
8791 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
8792
51ee2ddc
DJ
87932003-01-27 Daniel Jacobowitz <drow@mvista.com>
8794
8795 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
8796 (maintenance_set_profile_cmd): Use error () instead of warning ().
8797
d9feb4e7
DJ
87982003-01-27 Daniel Jacobowitz <drow@mvista.com>
8799
8800 * configure.in: Check that -pg works if using --enable-profiling.
8801 Check for monstartup and _mcleanup regardless of --enable-profiling.
8802 * maint.c: Check for monstartup and _mcleanup before using them.
8803 * config.in: Regenerated.
8804 * configure: Regenerated.
8805
2d188dd3
NC
88062003-01-24 Nick Clifton <nickc@redhat.com>
8807
8808 * Add sh2e support:
8809
8810 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
8811
8812 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
8813 (sh2e_show_regs): New.
8814 (sh_gdbarch_init): Handle bfd_mach_sh2e.
8815 * config/sh/tm-sh.h: Added sh2e to comments.
8816
cb3c37b2
JB
88172003-01-23 Jim Blandy <jimb@redhat.com>
8818
8819 * symfile.c (syms_from_objfile): Don't print the "(no debugging
8820 symbols found)" message here; we haven't checked for a separate
8821 debug info file yet, so we don't know yet.
8822 (symbol_file_add_with_addrs_or_offsets): Print it here, after
8823 we've looked everywhere. Also, there's no need to print a special
8824 message when we're loading the separate debug info file: the one
8825 symbol_file_add prints is fine.
8826
5b5d99cf
JB
88272003-01-23 Alexander Larsson <alexl@redhat.com>
8828 Jim Blandy <jimb@redhat.com>
8829
8830 Add support for executables whose debug info has been separated
8831 out into a separate file, leaving only a link behind.
8832 * objfiles.h (struct objfile): New fields: separate_debug_objfile
8833 and separate_debug_objfile_backlink.
8834 (put_objfile_before): New declaration.
8835 * symfile.c: #include "filenames.h".
8836 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
8837 debug info in a separate file, read that, too. Save the addrs
8838 argument, so we can use it again to read the separated debug info;
8839 syms_from_objfile modifies the table we pass it.
8840 (reread_symbols): After re-reading an objfile, call
8841 reread_separate_symbols to refresh its separate debug info
8842 objfile, if it has one.
8843 (reread_separate_symbols, find_separate_debug_file,
8844 get_debug_link_info, separate_debug_file_exists): New functions.
8845 (debug_file_directory): New global var.
8846 (_initialize_symfile): Initialize debug_file_directory, and
8847 provide the new `set debug-file-directory' command to let the user
8848 change it.
8849 * objfiles.c (free_objfile): If this objfile has its debug info in
8850 a separate objfile, free that one too. If this is itself a
8851 separate debug info objfile, clear our parent's backlink.
8852 (put_objfile_before): New function.
8853 * utils.c (gnu_debuglink_crc32): New function.
8854 * defs.h (gnu_debuglink_crc32): New declaration.
8855 * Makefile.in (symfile.o): Note dependency on "filenames.h".
8856 * configure.in: Handle --with-separate-debug-dir config option.
8857 * acinclude.m4 (AC_DEFINE_DIR): New macro.
8858 * acconfig.h (DEBUGDIR): New macro.
8859 * configure, aclocal.m4, config.in: Regenerated.
8860
7e8580c1
JB
88612003-01-22 Jim Blandy <jimb@redhat.com>
8862
7904e09f
JB
8863 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
8864 like the old symbol_file_add, but taking new arguments: you can
8865 now pass in either a `struct section_addr_info' list to say where
8866 each section is loaded, or a `struct section_offsets' table. Pass
8867 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 8868 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
8869 with the appropriate quiescent values for the new arguments.
8870
7e8580c1
JB
8871 * symfile.c: #include "gdb_assert.h".
8872 (syms_from_objfile): Add the ability to pass in a section offset
8873 table directly, as an alternative to the section_addr_info table.
8874 Document arguments better.
8875 (symbol_file_add): Pass extra arguments to syms_from_objfile.
8876 * symfile.h (syms_from_objfile): Update declaration.
8877 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
8878 syms_from_objfile.
8879 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
8880
d28f9cdf
DJ
88812003-01-22 Daniel Jacobowitz <drow@mvista.com>
8882
8883 Original patch by Tom Tromey <tromey@cygnus.com> and
8884 Jason Molenda <jmolenda@apple.com>.
8885 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
8886 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
8887 * NEWS: Mention profiling.
8888 * configure.in (--enable-gdbtk): Fix typo.
8889 (--enable-profiling): New. Set PROFILE_CFLAGS.
8890 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
8891 Fill in function.
8892 (profiling_state): New variable.
8893 (mcleanup_wrapper): New function.
8894 (_initialize_maint): Remove NOTYET, fix call to
8895 add_setshow_boolean_cmd for "maint set profile".
8896 * configure: Regenerated.
8897
df21e465
MH
88982003-01-21 Martin M. Hunt <hunt@redhat.com>
8899
8900 * Makefile.in (install-gdbtk): Install PNG images too.
8901
73c1f219
AC
89022003-01-21 Andrew Cagney <ac131313@redhat.com>
8903
8904 * exec.c (text_start): Delete global variable.
8905 (exec_file_attach): Make text_start local to the function.
8906 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
8907 * valops.c (hand_function_call): Delete code that handles
8908 BEFORE_TEXT_END and AFTER_TEXT_END.
8909 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
8910 of CALL_DUMMY_LOCATION.
8911 * gdbarch.c: Regenerate.
8912 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
8913 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
8914 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
8915 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
8916 (text_end): Delete extern declaration.
8917
eb4f72c5
AC
89182003-01-21 Andrew Cagney <ac131313@redhat.com>
8919
8920 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
8921 * blockframe.c (backtrace_below_main): Move to "frame.c".
8922 (frame_chain_valid): Delete check for backtrace_below_main.
8923 (_initialize_blockframe): Delete initialization, move ``set
8924 backtrace-below-main'' command to "frame.c".
8925 (do_flush_frames_sfunc): Delete function.
8926 * frame.c: Include "command.h" and "gdbcmd.h".
8927 (frame_type_from_pc): New function.
8928 (create_new_frame): Use frame_type_from_pc.
8929 (legacy_get_prev_frame): New function.
8930 (get_prev_frame): Rewrite. When an old style frame, call
8931 legacy_get_prev_frame. Otherwize, unwind the PC first.
8932 (_initialize_frame): Add ``set backtrace-below-main'' command.
8933 * Makefile.in (frame.o): Update dependencies.
8934
778ce8cc
AC
89352003-01-19 Andrew Cagney <ac131313@redhat.com>
8936
8937 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
8938 DEPRECATED_REGISTERS_INFO.
8939
01c193c8
AC
89402003-01-19 Andrew Cagney <ac131313@redhat.com>
8941
8942 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
8943 Maintainers'. Update `Various Maintainers'.
8944
dedc2a2b
AC
89452003-01-19 Andrew Cagney <ac131313@redhat.com>
8946
8947 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
8948 * gdbarch.sh (POP_FRAME): Change to function with predicate.
8949 Suppress actual parameters when `-'.
8950 * gdbarch.h, gdbarch.c: Regenerate.
8951
b7261c70
AC
89522003-01-19 Andrew Cagney <ac131313@redhat.com>
8953
8954 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
8955 code handling dummy frames.
8956
dbe9fe58
AC
89572003-01-19 Andrew Cagney <ac131313@redhat.com>
8958
8959 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
8960 (struct frame_unwind): Add field pop.
8961 * frame.h (frame_pop): Declare.
8962 * frame.c (frame_saved_regs_pop): New function.
8963 (trad_frame_unwinder): Add frame_saved_regs_pop.
8964 (frame_pop): New function.
8965 * dummy-frame.c (dummy_frame_pop): New function.
8966 (discard_innermost_dummy): New function.
8967 (generic_pop_dummy_frame): Use discard_innermost_dummy.
8968 (dummy_frame_unwind): Add dummy_frame_pop.
8969 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
8970 * valops.c (hand_function_call): Ditto.
8971 * stack.c (return_command): Ditto.
8972
570b8f7c
AC
89732003-01-18 Andrew Cagney <ac131313@redhat.com>
8974
8975 * cris-tdep.c: Fix function declaration indentation.
8976 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
8977 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
8978 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
8979 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
8980 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
8981 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
8982
89832003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
8984
8985 * README (Unpacking and Installation -- quick overview):
8986 Warn against ".../gdb-5.3/gdb/configure".
8987
494cca16
AC
89882003-01-18 Andrew Cagney <ac131313@redhat.com>
8989
8990 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
8991 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8992 (struct frame_unwind): Declare opaque.
8993 (dummy_frame_p): Declare function.
8994 * dummy-frame.c (dummy_frame_id_unwind): Make static.
8995 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
8996 * dummy-frame.c: Include "frame-unwind.h".
8997 (dummy_frame_p): New function.
8998 (dummy_frame_unwind): New variable.
8999 * frame.c: Include "frame-unwind.h".
9000 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9001 to use the new unwind field.
9002 (set_unwind_by_pc): Delete function.
9003 (create_new_frame, get_prev_frame): Set unwind field using
9004 frame_unwind_find_by_pc.
9005 (trad_frame_unwind, trad_frame_unwinder): New variables.
9006 * frame.h (trad_frame_unwind): Declare variable.
9007 (frame_id_unwind_ftype): Delete declaration.
9008 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9009 (struct frame_unwind): Declare opaque.
9010 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9011 register_unwind with a single unwind pointer.
9012 * frame-unwind.h, frame-unwind.c: New files.
9013 * Makefile.in (SFILES): Add frame-unwind.c.
9014 (frame_unwind_h): Define.
9015 (COMMON_OBS): Add frame-unwind.o.
9016 (frame-unwind.o): Specify dependencies.
9017 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 9018
4efb68b1
AC
90192003-01-18 Andrew Cagney <ac131313@redhat.com>
9020
9021 * ada-valprint.c: Eliminate PTR.
9022 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9023 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9024 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9025 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9026 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9027 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9028 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 9029
a84d24ee
AC
90302003-01-17 Andrew Cagney <ac131313@redhat.com>
9031
762f08a3
AC
9032 * main.c (captured_main): Don't use PTR.
9033 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9034 * gdbtypes.c (lookup_primitive_typename): Ditto.
9035 (lookup_struct_elt_type): Ditto.
9036 * f-valprint.c (info_common_command): Ditto.
9037 (list_all_visible_commons): Ditto.
9038 * jv-typeprint.c (java_type_print_base): Ditto.
9039
a84d24ee
AC
9040 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9041 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9042 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9043 i386-interix-nat.c and i386-interix-tdep.c. Rename
9044 m68klinux-nat.c and m68klinux-tdep.c. Rename
9045 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9046 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9047 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9048 * main.c (captured_main): Use xfree, not free.
9049
c170fb60
AC
90502003-01-16 Andrew Cagney <ac131313@redhat.com>
9051
9052 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9053 ID back using a parameter.
9054 * frame.c (frame_id_unwind): Update call.
9055 (frame_saved_regs_id_unwind): Update.
9056 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9057 * dummy-frame.h (struct frame_id): Add opaque declaration.
9058 (dummy_frame_id_unwind): Update declaration.
9059
867f3898
AC
90602003-01-15 Andrew Cagney <ac131313@redhat.com>
9061
9062 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9063
40622be8 90642003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 9065
40622be8 9066 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 9067
ae66c1fc
EZ
90682003-01-14 Elena Zannoni <ezannoni@redhat.com>
9069
997b089a 9070 Fix PR gdb/898
ae66c1fc
EZ
9071 * breakpoint.c (until_break_command): Add new argument. Use it to
9072 decide whether to stop only at the current frame or not.
9073 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 9074 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
9075 call.
9076 (advance_command): New function.
9077 (_initialize_infcmd): Update help string for 'until' command.
9078 Add new 'advance' command.
9079
a04257e6
DC
90802003-01-14 David Carlton <carlton@math.stanford.edu>
9081
9082 * linespec.c (decode_line_1): Normalize comments.
9083 (set_flags): Ditto.
9084 (locate_first_half): Ditto.
9085 (decode_compound): Ditto.
9086 (symtab_from_filename): Ditto.
9087 (decode_all_digits): Ditto.
9088 (decode_dollar): Ditto.
9089 (find_methods): Ditto.
9090 (find_toplevel_char): Ditto.
9091
1bac305b
AC
90922003-01-13 Andrew Cagney <ac131313@redhat.com>
9093
9094 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9095 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9096 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9097 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9098 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9099 * language.c, language.h, m32r-tdep.c: Update copyright.
9100 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9101 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9102 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9103 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9104 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9105 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9106
25caa7a8
EZ
91072003-01-13 Elena Zannoni <ezannoni@redhat.com>
9108
9109 * stabsread.h (process_later, resolve_cfront_continuation):
9110 Obsolete.
9111 Update copyright years.
9112 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9113 Update copyright year.
9114 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 9115 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
9116 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9117 Update copyright year.
9118 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9119 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9120 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9121 (parse_partial_symbols): Obsolete cfront support.
9122 * stabsread.c
9123 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9124 macros.
9125 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9126 read_cfront_baseclasses, read_cfront_member_functions,
9127 resolve_cfront_continuation,read_cfront_static_fields,
9128 copy_cfront_struct_fields): Obsolete functions.
9129 (define_symbol, read_one_struct_field): Obsolete cfront support.
9130 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9131 Update Copyright year.
9132
7789c6f5
EZ
91332003-01-13 Elena Zannoni <ezannoni@redhat.com>
9134
9135 * stack.c (print_frame_info, print_stack_frame_base_stub,
9136 print_stack_frame_base, show_and_print_stack_frame_stub,
9137 show_and_print_stack_frame, print_only_stack_frame_stub,
9138 print_only_stack_frame): Delete functions.
9139 (print_stack_frame_stub): Call print_frame_info instead of
9140 print_frame_info_base.
9141 (print_frame_info_base): Rename to print_frame_info.
9142 (backtrace_command_1): Call print_frame_info, instead of
9143 print_frame_info_base.
9144 (current_frame_command): Call print_stack_frame, instead of
9145 print_only_stack_frame.
9146 (frame_command): Call print_stack_frame, instead of
9147 show_and_print_stack_frame.
9148 (up_command): Ditto.
9149 (down_command): Ditto.
9150 * frame.h (print_only_stack_frame): Delete prototype.
9151 * infrun.c (normal_stop): Call print_stack_frame, instead of
9152 show_and_print_stack_frame.
9153 * thread.c (info_threads_command): Call print_stack_frame, instead
9154 of print_only_stack_frame.
9155
3f5a3016
AC
91562003-01-13 Andrew Cagney <ac131313@redhat.com>
9157
d99ba314
AC
9158 * README (Graphical interface to GDB): Update URL. Point at
9159 gdb/links/.
9160
3f5a3016
AC
9161 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9162 version match.
9163
083ae935
DJ
91642003-01-13 Daniel Jacobowitz <drow@mvista.com>
9165
9166 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9167 lines.
9168
5365276c
DJ
91692003-01-13 Daniel Jacobowitz <drow@mvista.com>
9170
9171 * thread-db.c (attach_thread): Prototype.
9172 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9173 thread information (ti), and valid flags (th_valid, ti_valid).
9174 (attach_thread): Move target_pid_to_str call to after the thread
9175 is added to GDB's list. Initialize the cache.
9176 (thread_get_info_callback, thread_db_map_id2thr)
9177 (thread_db_get_info): New functions.
9178 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9179 (thread_db_store_registers, thread_db_thread_alive)
9180 (thread_db_get_thread_local_address): Use them.
9181 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9182 of calling error() for threads in unknown state.
9183
9184 (clear_lwpid_callback): New function.
9185 (thread_db_resume): Use it to clear the cache.
9186
9fc30b6b
DJ
91872003-01-13 Daniel Jacobowitz <drow@mvista.com>
9188
9189 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9190 (resume_callback): Remove dead code.
9191
8f871025
AC
91922003-01-13 Andrew Cagney <ac131313@redhat.com>
9193
9194 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9195 predicate.
9196 * gdbarch.h, gdbarch.c: Regenerate.
9197 * stack.c (frame_info): Only initialize the saved registers when
9198 FRAME_INIT_SAVED_REGS_P.
9199 * frame.c (frame_saved_regs_register_unwind): Assert
9200 FRAME_INIT_SAVED_REGS_P.
9201 (deprecated_generic_get_saved_register): Ditto.
9202
3f565f1e
DJ
92032003-01-13 Daniel Jacobowitz <drow@mvista.com>
9204
9205 * source.c (openp): Squelch warning about "filename".
9206
072b1022
DJ
92072003-01-13 Daniel Jacobowitz <drow@mvista.com>
9208
9209 * source.c (openp): If the file does not exist don't necessarily
9210 search the path.
9211
973ccf8b
DJ
92122003-01-13 Daniel Jacobowitz <drow@mvista.com>
9213
9214 Fix PR gdb/872.
9215 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9216 (integer_types_same_name_p): New function.
9217 (rank_one_type): Use it.
9218 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9219
030292b7
DJ
92202003-01-13 Daniel Jacobowitz <drow@mvista.com>
9221
9222 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9223 variables.
9224 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9225 * configure.in: Add --with-sysroot.
9226 * configure: Regenerated.
9227 * main.c (gdb_sysroot): New variable.
9228 (captured_main): Initialize gdb_sysroot.
9229 * defs.h (gdb_sysroot): New extern declaration.
9230 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9231
afb5d334
MC
92322003-01-12 Michael Chastain <mec@shout.net>
9233
9234 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9235
751ceeb4
MC
92362003-01-12 Michael Chastain <mec@shout.net>
9237
9238 * top.c (print_gdb_version): Bump copyright year to 2003.
9239
94cd26f8
DC
92402003-01-12 David Carlton <carlton@bactrian.org>
9241
9242 * linespec.c (symtab_from_filename): Rename variable 's' to
9243 'file_symtab'.
9244
1ce79225
AC
92452003-01-12 Andrew Cagney <ac131313@redhat.com>
9246
9247 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9248 dummy frame.
9249 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9250
fa1fd571
AC
92512003-01-12 Andrew Cagney <ac131313@redhat.com>
9252
9253 * d10v-tdep.c: Include "gdb_assert.h".
9254 (d10v_store_return_value): Rewrite to match current interface.
9255 (d10v_extract_struct_value_address): Ditto.
9256 (d10v_extract_return_value): Ditto.
9257 (d10v_gdbarch_init): Set store_restore_value,
9258 extract_struct_value_address and extract_return_value.
9259
68b8d23e
JB
92602003-01-12 J. Brobecker <brobecker@gnat.com>
9261
9262 * hpread.c (set_namestring): New procedure replacing the
9263 SET_NAMESTRING macro.
9264 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9265 by calls to set_namestring.
9266
92672003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
9268
9269 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9270 a compilation warning.
9271 (hpread_process_one_debug_symbol): Likewise.
9272
88d262ca
DC
92732003-01-10 David Carlton <carlton@math.stanford.edu>
9274
9275 * linespec.c (decode_line_1): Rename variable 's' to
9276 'file_symtab'.
9277 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9278 (decode_dollar): Ditto.
9279 (decode_variable): Ditto.
9280 (symbol_found): Ditto.
9281
86669319
MC
92822003-01-09 Michael Chastain <mec@shout.net>
9283
9284 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9285
616a9dc4
CV
92862003-01-07 Corinna Vinschen <vinschen@redhat.com>
9287
9288 * win32-nat.c (set_process_privilege): New function.
9289 (child_attach): Call set_process_privilege() to enable the
9290 SE_DEBUG_NAME user privilege if available in process token.
9291
3269bcfa
JB
92922003-01-10 J. Brobecker <brobecker@gnat.com>
9293
9294 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9295 compilation error in the previous revision.
9296
2b0ee454
DC
92972003-01-09 David Carlton <carlton@math.stanford.edu>
9298
9299 * linespec.c: Update copyright.
9300
b3ba1b44
DJ
93012003-01-09 Daniel Jacobowitz <drow@mvista.com>
9302
9303 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9304 than inferior_ptid.
9305 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9306
4ef3f3be
AC
93072003-01-09 Andrew Cagney <ac131313@redhat.com>
9308
479ab5a0
AC
9309 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9310 Update comments.
9311 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9312 (frame_saved_regs_zalloc): Update.
9313 (frame_saved_regs_register_unwind): Update.
9314 (create_new_frame): Update.
9315 (get_prev_frame): Update.
9316 (frame_extra_info_zalloc): Update.
9317 (deprecated_get_frame_saved_regs): Update.
9318 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9319 * cris-tdep.c: Update comment.
9320
bde58177
AC
9321 * somsolib.h: Fix function indentation.
9322 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9323 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9324 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9325 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9326 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9327
4ef3f3be
AC
9328 * infrun.c (follow_fork): Use ISO C definition.
9329 * expprint.c (print_subexp): Use xfree instead of free.
9330 * charset.c: Include "gdb_string.h" instead of <string.h>.
9331 (register_iconv_charsets): Use ISO C definition.
9332 (host_charset, target_charset): Ditto.
9333 * Makefile.in (charset.o): Update dependencies.
9334 (mi-cmd-env.o): Update dependencies.
9335
1c615f7a
AC
93362003-01-08 Andrew Cagney <cagney@redhat.com>
9337
9338 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9339 get_frame_base.
9340
c9a1dc08
AC
93412003-01-08 Andrew Cagney <ac131313@redhat.com>
9342
9343 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9344 build directories. Save edited gdb output in Mbuild.log. If a
9345 build fails, remove any final GDB executable.
9346
dbad9d94
AC
93472003-01-08 Andrew Cagney <ac131313@redhat.com>
9348
9349 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9350 replacing hex constants with function names and stripping leading
9351 file name directory prefixes.
9352
8d357cca
AC
93532003-01-08 Andrew Cagney <cagney@redhat.com>
9354
9355 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9356 get_frame_base.
9357
bca02a8a
DC
93582003-01-08 David Carlton <carlton@math.stanford.edu>
9359
9360 * linespec.c (decode_line_1): Move code into decode_variable.
9361 (decode_variable): New function.
9362
7f8ab3a0
AC
93632003-01-08 Andrew Cagney <ac131313@redhat.com>
9364
9365 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9366
7b5849cc
AC
93672003-01-08 Andrew Cagney <cagney@redhat.com>
9368
9369 * cris-tdep.c (cris_frame_init_saved_regs): Use
9370 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9371 saved_regs buffer.
9372 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9373 (sh64_nofp_frame_init_saved_regs): Ditto.
9374 (sh_fp_frame_init_saved_regs): Ditto.
9375 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9376 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9377 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9378 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9379
72a5efb3
DJ
93802003-01-08 Daniel Jacobowitz <drow@mvista.com>
9381
9382 * minsyms.c (lookup_minimal_symbol): Update comment.
9383 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9384 (lookup_minimal_symbol_solib_trampoline): Likewise.
9385
11c02a10
AC
93862003-01-08 Andrew Cagney <cagney@redhat.com>
9387
aab3ea25
AC
9388 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9389 frame_relative_level.
9390
da50a4b7
AC
9391 * alpha-tdep.c: Use get_frame_extra_info.
9392 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9393 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9394 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9395 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9396
11c02a10
AC
9397 * alpha-tdep.c: Use get_next_frame.
9398 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9399 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9400 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9401 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9402 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9403 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9404 * xstormy16-tdep.c: Ditto.
8ffd9b1b 9405
1e2330ba
AC
94062003-01-07 Andrew Cagney <cagney@redhat.com>
9407
9408 * alpha-tdep.c: Use get_frame_base.
9409 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9410 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9411 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9412 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9413 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9414 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9415 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9416 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 9417
2d75187b
AC
94182003-01-07 Andrew Cagney <cagney@redhat.com>
9419
9420 * frame.c (deprecated_get_frame_context): New function.
9421 (deprecated_set_frame_context): New function.
9422 * frame.h (deprecated_get_frame_context): Declare.
9423 (deprecated_set_frame_context): Declare.
9424 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9425 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 9426
483d36b2
AC
94272003-01-07 Andrew Cagney <cagney@redhat.com>
9428
9429 * frame.c (deprecated_set_frame_next_hack): New function.
9430 (deprecated_set_frame_prev_hack): New function.
9431 * frame.h (deprecated_set_frame_next_hack): Declare.
9432 (deprecated_set_frame_prev_hack): Declare.
9433 * mcore-tdep.c (analyze_dummy_frame): Use
9434 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9435 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9436
14e91ac5
DC
94372003-01-07 David Carlton <carlton@math.stanford.edu>
9438
9439 * linespec.c (decode_line_1): Move code into decode_dollar.
9440 (decode_dollar): New function.
9441
b0c6b05c
AC
94422003-01-07 Andrew Cagney <cagney@redhat.com>
9443
9444 * arm-tdep.c (arm_init_extra_frame_info): Use
9445 deprecated_update_frame_base_hack.
9446 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9447 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9448 (fix_frame_pointer): Ditto.
9449 (mn10300_analyze_prologue): Ditto.
9450
a00a19e9
AC
94512003-01-07 Andrew Cagney <cagney@redhat.com>
9452
9453 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9454 extra_info using frame_extra_info_zalloc.
9455 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9456 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9457 (sh64_init_extra_frame_info): Ditto.
9458 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9459 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9460 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9461 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9462 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9463 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9464 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9465 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9466 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9467 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9468 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9469 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9470
9471 * mn10300-tdep.c (analyze_dummy_frame): Use
9472 deprecated_set_frame_extra_info_hack.
9473 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9474
1fb4c65b
JB
94752003-01-07 J. Brobecker <brobecker@gnat.com>
9476
9477 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9478 class is not scText. These do not define "real" procedures.
9479 (parse_partial_symbols): Likewise.
9480
9fe7d6bf
MS
94812003-01-06 Michael Snyder <msnyder@redhat.com>
9482
9483 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9484
f6c609c4
AC
94852003-01-06 Andrew Cagney <ac131313@redhat.com>
9486
9487 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9488 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9489 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9490 deprecated_frame_xmalloc_with_cleanup.
9491 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9492 deprecated_frame_xmalloc.
9493 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9494 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9495
d995ff4b
AC
94962003-01-06 Andrew Cagney <cagney@redhat.com>
9497
84dc46cb
AC
9498 * x86-64-linux-tdep.c: Include "osabi.h".
9499 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9500
d995ff4b
AC
9501 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9502
66140c26
AC
95032003-01-06 Andrew Cagney <cagney@redhat.com>
9504
9505 * MAINTAINERS (Target Instruction Set Architectures): Update
9506 arm-elf. Can be built with -Werror, has been multiarched.
9507
9508 * value.h (unpack_long): Make buffer parameter constant.
9509 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9510 * scm-lang.h (scm_parse): Ditto.
9511 * defs.h (extract_typed_address, extract_address): Ditto.
9512 (extract_long_unsigned_integer): Ditto.
9513 * inferior.h (unsigned_pointer_to_address): Ditto.
9514 (signed_pointer_to_address): Ditto.
9515 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9516 * gdbarch.h, gdbarch.c: Regenerate.
9517 * findvar.c (extract_long_unsigned_integer): Update.
9518 (extract_address): Update.
9519 (extract_typed_address): Update.
9520 (unsigned_pointer_to_address): Update.
9521 * values.c (unpack_long): Update.
9522 (unpack_double): Update.
9523 (unpack_pointer): Update.
9524 (unpack_field_as_long): Update.
9525 * d10v-tdep.c (d10v_pointer_to_address): Update.
9526 * avr-tdep.c (avr_pointer_to_address): Update.
9527 * scm-lang.c (scm_unpack): Update.
9528 * findvar.c (signed_pointer_to_address): Update.
9529
b089b3da
ML
95302003-01-06 Michal Ludvig <mludvig@suse.cz>
9531
8ffd9b1b 9532 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
9533 since it is in i386-tdep.c.
9534
aff87235
JB
95352003-01-06 J. Brobecker <brobecker@gnat.com>
9536
9537 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9538 failure introduced in the previous change.
9539
34f5e845
MC
95402003-01-05 Michael Chastain <mec@shout.net>
9541
9542 * README: Remove references to deleted remote-*.c files:
9543 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9544 remote-nrom.c, remote-os9k.c, remote-udi.c.
9545
28bcfd30
MK
95462003-01-05 Mark Kettenis <kettenis@gnu.org>
9547
9548 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9549 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9550 i386_get_longjmp_target.
9551
15a5b3ee
AC
95522003-01-05 Andrew Cagney <ac131313@redhat.com>
9553
9554 * arm-tdep.c (prologue_cache): Change to a pointer.
9555 (_initialize_arm_tdep): Allocate prologue_cache.
9556 (check_prologue_cache): Update.
9557 (save_prologue_cache): Update.
9558 (arm_gdbarch_init): Update.
9559
c263362b
DJ
95602003-01-04 Daniel Jacobowitz <drow@mvista.com>
9561
9562 * stabsread.c (update_method_name_from_physname): Call complaint()
9563 instead of error.
9564
51603483
DJ
95652003-01-04 Daniel Jacobowitz <drow@mvista.com>
9566
9567 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9568 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9569 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9570
9571 * blockframe.c: Include "gdbcmd.h" and "command.h".
9572 (backtrace_below_main): New variable.
9573 (file_frame_chain_valid, func_frame_chain_valid)
9574 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9575 (generic_func_frame_chain_valid): Remove functions.
9576 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9577 (_initialize_blockframe): New function.
9578 * Makefile.in (blockframe.o): Update dependencies.
9579 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9580 comment. Call frame_chain_valid ().
9581 * frame.h: Remove old prototypes. Add prototype for
9582 frame_chain_valid and update comments to match.
9583 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9584 Remove old comment.
9585 * gdbarch.h: Regenerated.
9586 * gdbarch.c: Regenerated.
9587
9588 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9589 set_gdbarch_frame_chain_valid.
9590 * avr-tdep.c (avr_gdbarch_init): Likewise.
9591 * cris-tdep.c (cris_gdbarch_init): Likewise.
9592 * frv-tdep.c (frv_gdbarch_init): Likewise.
9593 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9594 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9595 (i386_nw_init_abi): Likewise.
9596 (i386_gdbarch_init): Likewise.
9597 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9598 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9599 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9600 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9601 * mips-tdep.c (mips_gdbarch_init): Likewise.
9602 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9603 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9604 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9605 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9606 * s390-tdep.c (s390_gdbarch_init): Likewise.
9607 * sh-tdep.c (sh_gdbarch_init): Likewise.
9608 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9609 * v850-tdep.c (v850_gdbarch_init): Likewise.
9610 * vax-tdep.c (vax_gdbarch_init): Likewise.
9611 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9612
9613 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9614 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9615 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9616 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9617 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9618 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9619 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9620 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9621
b00a8037
DJ
96222002-01-04 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * Makefile.in (acconfig_h): Remove incorrect macro.
9625 (config_h): Define.
9626 (osabi.o): Update dependencies.
9627 * configure.tgt: Set gdb_osabi based on target triplet.
9628 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
9629 * configure: Regenerated.
9630 * config.in: Regenerated.
9631 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
9632 (GDB_OSABI_DEFAULT): Define if not already defined.
9633 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
9634 (set_osabi_string): New variables.
9635 (gdbarch_register_osabi): Add new OS ABI to
9636 gdb_osabi_available_names.
9637 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
9638 (set_osabi, show_osabi): New functions.
9639 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
9640
4be87837
DJ
96412003-01-04 Daniel Jacobowitz <drow@mvista.com>
9642
9643 * arch-utils.c (gdbarch_info_init): Set osabi to
9644 GDB_OSABI_UNINITIALIZED.
9645 * gdbarch.sh: Add osabi to struct gdbarch and to struct
9646 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
9647 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
9648 * gdbarch.c: Regenerated.
9649 * gdbarch.h: Regenerated.
9650 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
9651 there's no BFD.
9652 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
9653 * osabi.h (enum gdb_osabi): Move to defs.h.
9654 (gdbarch_init_osabi): Update prototype.
9655 * defs.h (enum gdb_osabi): Moved here.
9656 * Makefile.in: Update dependencies.
9657
9658 * alpha-tdep.h: Don't include "osabi.h".
9659 (struct gdbarch_tdep): Remove osabi member.
9660 * alpha-tdep.c: Include "osabi.h".
9661 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9662 iterate over arches. Update call to gdbarch_init_osabi.
9663 (alpha_dump_tdep): Don't dump osabi.
9664 * alpha-linux-tdep.c: Include "osabi.h".
9665 * alpha-osf1-tdep.c: Include "osabi.h".
9666 * alphafbsd-tdep.c: Include "osabi.h".
9667 * alphanbsd-tdep.c: Include "osabi.h".
9668
9669 * arm-tdep.h: Don't include "osabi.h".
9670 (struct gdbarch_tdep): Remove osabi member.
9671 * arm-tdep.c: Include "osabi.h".
9672 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9673 iterate over arches. Update call to gdbarch_init_osabi.
9674 (arm_dump_tdep): Don't dump osabi.
9675 * arm-linux-tdep.c: Include "osabi.h".
9676 * armnbsd-tdep.c: Include "osabi.h".
9677
9678 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
9679 Update call to gdbarch_init_osabi.
9680
9681 * i386-tdep.h: Don't include "osabi.h".
9682 (struct gdbarch_tdep): Remove osabi member.
9683 * i386-tdep.c: Include "osabi.h".
9684 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9685 iterate over arches. Update call to gdbarch_init_osabi.
9686 (i386_dump_tdep): Don't dump osabi.
9687 * i386-linux-tdep.c: Include "osabi.h".
9688 * i386-sol2-tdep.c: Include "osabi.h".
9689 * i386bsd-tdep.c: Include "osabi.h".
9690 * i386gnu-tdep.c: Include "osabi.h".
9691 * i386ly-tdep.c: Include "osabi.h".
9692 * i386nbsd-tdep.c: Include "osabi.h".
9693 * i386obsd-tdep.c: Include "osabi.h".
9694
9695 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
9696 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9697 check osabi when iterating over arches. Update call to
9698 gdbarch_init_osabi.
9699 (mips_dump_tdep): Don't dump osabi.
9700
9701 * ns32k-tdep.h: Don't include "osabi.h".
9702 (struct gdbarch_tdep): Remove.
9703 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
9704 gdbarch_lookup_osabi. Don't iterate over arches. Don't
9705 allocate tdep. Update call to gdbarch_init_osabi.
9706 (ns32k_dump_tdep): Remove.
9707 (_initialize_ns32k_tdep): Update call to gdbarch_register.
9708 * ns32knbsd-tdep.c: Include "osabi.h".
9709
9710 * ppc-tdep.h: Don't include "osabi.h".
9711 (struct gdbarch_tdep): Remove osabi member.
9712 * rs6000-tdep.c: Include "osabi.h".
9713 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
9714 osabi when iterating over arches. Update call to
9715 gdbarch_init_osabi.
9716 (rs6000_dump_tdep): Don't dump osabi.
9717 * ppc-linux-tdep.c: Include "osabi.h".
9718 * ppcnbsd-tdep.c: Include "osabi.h".
9719
9720 * sh-tdep.h: Don't include "osabi.h".
9721 (struct gdbarch_tdep): Remove osabi member.
9722 * sh-tdep.c: Include "osabi.h".
9723 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9724 iterate over arches. Update call to gdbarch_init_osabi.
9725 (sh_dump_tdep): Don't dump osabi.
9726 * shnbsd-tdep.c: Include "osabi.h".
9727
9728 * sparc-tdep.c: Include "osabi.h".
9729 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9730 iterate over arches. Update call to gdbarch_init_osabi.
9731 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
9732 tdep structure.
9733
9734 * vax-tdep.h: Don't include "osabi.h".
9735 (struct gdbarch_tdep): Remove.
9736 * vax-tdep.c: Include "osabi.h".
9737 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9738 iterate over arches. Don't allocate tdep. Update call
9739 to gdbarch_init_osabi.
9740 (vax_dump_tdep): Remove.
9741 (_initialize_vax_tdep): Update call to gdbarch_register.
9742
a881cf8e
DJ
97432003-01-04 Daniel Jacobowitz <drow@mvista.com>
9744
9745 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
9746 entirely.
9747 (breakpoint_re_set_one): Don't fetch the value for a disabled
9748 watchpoint.
9749
1e698235
DJ
97502003-01-04 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
9753 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
9754 (COERCE_FLOAT_TO_DOUBLE): Remove.
9755 * gdbarch.c: Regenerate.
9756 * gdbarch.h: Regenerate.
9757 * Makefile.in: Remove value_h from gdbarch_h.
9758 * valops.c (coerce_float_to_double): New variable.
9759 (default_coerce_float_to_double): Remove.
9760 (standard_coerce_float_to_double): Remove.
9761 (value_arg_coerce): Use coerce_float_to_double.
9762 (_initialize_valops): Add "set coerce-float-to-double".
9763 * value.h (default_coerce_float_to_double): Remove prototype.
9764 (standard_coerce_float_to_double): Remove prototype.
9765
9766 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
9767 prototyped.
9768 * mdebugread.c (parse_symbol): Likewise.
9769 * stabsread.c (define_symbol): Mark all functions as prototyped.
9770
9771 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
9772 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
9773 set_gdbarch_coerce_float_to_double.
9774 * arm-tdep.c (arm_gdbarch_init): Likewise.
9775 * frv-tdep.c (frv_gdbarch_init): Likewise.
9776 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
9777 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
9778 * mips-tdep.c (mips_gdbarch_init): Likewise.
9779 (mips_coerce_float_to_double): Remove.
9780 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9781 (rs6000_coerce_float_to_double): Remove.
9782 * s390-tdep.c (s390_gdbarch_init): Likewise.
9783 * sh-tdep.c (sh_gdbarch_init): Likewise.
9784 (sh_coerce_float_to_double): Remove.
9785 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9786 (sparc_coerce_float_to_double): Remove.
9787 * v850-tdep.c (v850_gdbarch_init): Likewise.
9788 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
9789 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9790 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
9791 (hppa_coerce_float_to_double): Remove prototype.
9792 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9793
f436a26a
DJ
97942003-01-04 Daniel Jacobowitz <drow@mvista.com>
9795
9796 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
9797
248f8055
DJ
97982003-01-04 Daniel Jacobowitz <drow@mvista.com>
9799
9800 Suggested by Stewart Brown <sb24@avaya.com>:
9801 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
9802 in recursive calls. Handle TYPE_CODE_TYPEDEF.
9803 (c_type_print_varspec_suffix): Likewise.
9804
72cfdc76
MK
98052003-01-04 Mark Kettenis <kettenis@gnu.org>
9806
bfd260bb
MK
9807 * configure.in: Don't set and AC_SUBST SUBDIRS.
9808 * configure: Regenerated.
9809
72cfdc76
MK
9810 * configure.in: Remove code dealing with shared libraries.
9811 * Makefile.in: Remove HLDFLAGS and HLDENV.
9812 * configure: Regenerated.
9813
c8b8a898
AC
98142003-01-04 Andrew Cagney <ac131313@redhat.com>
9815
9816 * frame.c (deprecated_frame_xmalloc): New function.
9817 (deprecated_set_frame_saved_regs_hack): New function.
9818 (deprecated_set_frame_extra_info_hack): New function.
9819 * frame.h (deprecated_frame_xmalloc): Declare.
9820 (deprecated_set_frame_saved_regs_hack): Declare.
9821 (deprecated_set_frame_extra_info_hack): Declare.
9822
14abd0fb
MK
98232003-01-04 Mark Kettenis <kettenis@gnu.org>
9824
8ee53726
MK
9825 * configure.in: Move code that provides the --enable-gdbtk option
9826 right after the code that handles the --enable-tui option, and
9827 polish it somewhat.
9828 * configure: Regenerated.
9829
14abd0fb
MK
9830 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
9831 AC_CHECK_FUNCS and remove the old check for pread64.
9832 * acinclude.m4 (AC_GNU_SOURCE): New macro.
9833 * acconfig.h (_GNU_SOURCE): Add.
9834 (HAVE_PREAD64): Remove.
9835 * configure, aclocal.m4, config.in: Regenerated.
9836
b2fb4676
AC
98372003-01-03 Andrew Cagney <ac131313@redhat.com>
9838
9839 * alpha-tdep.c: Use get_frame_saved_regs.
9840 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9841 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9842 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
9843 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
9844 * vax-tdep.c, xstormy16-tdep.c: Ditto.
9845
8dcde887
MK
98462003-01-03 Mark Kettenis <kettenis@gnu.org>
9847
9848 * configure.in: Remove all use of the SUBDIRS variable; add
9849 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
9850 code providing the --enable-multi-ice option, and move it right in
9851 front of the code that checks whether gdbserver is supported.
9852 Polish that too.
9853 * configure: Regenerated.
9854 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
9855 @SUBDIRS@.
9856
8ccd593b
AC
98572003-01-03 Andrew Cagney <cagney@redhat.com>
9858
9859 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
9860 * avr-tdep.c, cris-tdep.c: Ditto.
9861 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9862 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 9863
91151a06
MK
98642003-01-03 Mark Kettenis <kettenis@gnu.org>
9865
9866 * configure.in: Remove --enable-netrom option.
9867 * configure: Regenerated.
9868
8fe84d01
MK
98692003-01-03 Mark Kettenis <kettenis@gnu.org>
9870
9871 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
9872 declaration for `struct re_pattern_buffer' instead.
9873 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
9874
f0394be6
JB
98752003-01-03 J. Brobecker <brobecker@gnat.com>
9876
9877 * mdebugread.c (parse_symbol): Count until the stEnd matching
9878 the structure name.
9879
27e9bf90
MK
98802003-01-02 Mark Kettenis <kettenis@gnu.org>
9881
93d331ba
MK
9882 * configure.in: Remove --with-cpu option.
9883 subscripts. Remove evil changequotes here.
9884 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
9885 * config.in, configure: Regenerated.
8ffd9b1b 9886
27e9bf90
MK
9887 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
9888 * configure.in: Cleanup section that sources GDB and BFD configure
9889 subscripts. Remove evil changequotes here.
9890 * config.in, configure: Regenerated.
9891
50abf9e5
AC
98922003-01-02 Andrew Cagney <ac131313@redhat.com>
9893
9894 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
9895 frame accessor methods.
9896 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9897 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9898 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
9899 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
9900 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
9901 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9902 * z8k-tdep.c: Ditto.
8ffd9b1b 9903
287c1a40
MK
99042003-01-02 Mark Kettenis <kettenis@gnu.org>
9905
f5dbc56d
MK
9906 * configure.in: Remove UI_OUT configuration code.
9907 * ada-lang.c: Update assuming UI_OUT is always true.
9908 * Makefile.in (UIOUT_CFLAGS): Remove.
9909 * configure: Regenerated.
9910 * TODO: Remove blurb about elimination of -DUI_OUT.
9911
627af7ea
MK
9912 * configure.in: Move code that provides the --enable-gdbcli,
9913 --enable-gdbmi options right before the code that handles the
9914 --enable-tui option. Polish a bit.
9915 * configure: Regenerated.
9916
06825bd1
MK
9917 * configure.in: Rewrite check for GNU regex and the
9918 --without-included regex option, and move it into the "Checks for
9919 library functions" section. This makes us use the system regex
9920 again by default on systems with version 2 of the GNU C library.
9921 This was apparently broken.
9922 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
9923 * acconfig.h (USE_INCLUDED_REGEX): Remove.
9924 * config.in, configure: Regenerated.
9925
287c1a40
MK
9926 * configure.in: Move code that provides the --enable-tui option
9927 before the "Checks for libraries" section. Polish the code
9928 somewhat and set need_curses to yes if we build the TUI. Rewrite
9929 code that looks for a library providing termcap functionality to
9930 match more closely what's done in the Readline library, and move
9931 it into to the "Checks for libraries" section.
9932 * configure: Regenerated.
9933 * Makefile.in (TERMCAP): Remove variable.
9934 * config/i386/go32.mh (TERMCAP): Remove variable.
9935
684e56bf
AC
99362003-01-02 Andrew Cagney <ac131313@redhat.com>
9937
9938 * MAINTAINERS: Mention gdb_mbuild.sh.
9939 * gdb_mbuild.sh: Rewrite.
9940
e1ea1d75
MK
99412003-01-02 Mark Kettenis <kettenis@gnu.org>
9942
9943 * configure.in: Fix typo in last change.
9944 * config.in, configure: Regenerated.
9945
1b831c93
AC
99462003-01-02 Andrew Cagney <ac131313@redhat.com>
9947
9948 * valarith.c (value_binop): Delete obsolete code and comments.
9949 * configure.host: Ditto.
9950 * buildsym.h (make_blockvector): Ditto.
9951 * buildsym.c (make_blockvector): Ditto.
9952 * defs.h (enum language): Ditto.
9953 (chill_demangle): Ditto.
9954 * elfread.c (elf_symtab_read): Ditto.
9955 * dwarfread.c (CHILL_PRODUCER): Ditto.
9956 (set_cu_language): Ditto.
9957 (handle_producer): Ditto.
9958 * expprint.c (print_subexp): Ditto.
9959 * gdbtypes.c (chill_varying_type): Ditto.
9960 * gdbtypes.h (builtin_type_chill_bool): Ditto.
9961 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
9962 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
9963 (chill_varying_type): Ditto.
9964 * language.h (_LANG_chill): Ditto.
9965 * language.c (binop_result_type, integral_type): Ditto.
9966 (character_type, string_type, structured_type): Ditto.
9967 (lang_bool_type, binop_type_check): Ditto.
9968 * stabsread.h (os9k_stabs): Ditto.
9969 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
9970 (define_symbol, read_type, read_struct_fields): Ditto.
9971 (read_array_type, read_enum_type, read_huge_number): Ditto.
9972 (read_range_type, start_stabs): Ditto.
9973 * symfile.c (init_filename_language_table): Ditto.
9974 (add_psymbol_with_dem_name_to_list): Ditto.
9975 * symtab.c (symbol_init_language_specific): Ditto.
9976 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
9977 * symtab.h (struct general_symbol_info): Ditto.
9978 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
9979 * typeprint.c (typedef_print): Ditto.
9980 * utils.c (fprintf_symbol_filtered): Ditto.
9981 * valops.c (value_cast, search_struct_field, value_slice): Delete
9982 obsolete code.
9983 (varying_to_slice): Delete function.
9984 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
9985 (varying_to_slice): Delete declaration.
9986 * MAINTAINERS: Update.
9987
8bb2c122
MK
99882003-01-02 Mark Kettenis <kettenis@gnu.org>
9989
97bf5e38
MK
9990 * configure.in: Reorganize "Checks for library functions section"
9991 a bit. Remove check for `btowc' and `isascii' functions.
9992 * configure: Regenerated.
9993
5ee754fc
MK
9994 * acconfig.h (_MSE_INT_H): Remove.
9995 * configure.in: Create "Checks for header files" section, and move
9996 appropriate tests there. Don't check for objlist.h, wchar.h,
9997 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
9998 misdetection fix. Also add "Checks for types", "Checks for
9999 compiler characteristics" and "Checks for library functions"
10000 sections.
10001 * config.in, configure: Regenerated.
10002
8bb2c122
MK
10003 * configure.in: Create "Checks for programs" section, and move
10004 appropriate tests there.
10005
9a156167
MK
100062003-01-01 Mark Kettenis <kettenis@gnu.org>
10007
10008 * configure.in: Create "Checks for libraries" section, and move
10009 appropriate tests there. Cleanup check for wctype in libw. Use
10010 AC_SEARCH_LIBS to see whether we need libsocket.
10011 * configure: Regenerated.
10012
a80e2bcb 10013For older changes see ChangeLog-2002
c906108c
SS
10014\f
10015Local Variables:
10016mode: change-log
10017left-margin: 8
10018fill-column: 74
10019version-control: never
10020End:
This page took 0.867145 seconds and 4 git commands to generate.