2003-08-09 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b4263afa
JB
12003-08-08 J. Brobecker <brobecker@gnat.com>
2
3 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
4 are now multiarched.
5
d84defb1
JB
62003-08-08 J. Brobecker <brobecker@gnat.com>
7
8 * config/pa/tm-hppa64.h: Remove lots of macros that are no
9 longer necessary now that hppa64 is partially multiarch'ed.
10
f786f615
AC
112003-08-08 Andrew Cagney <cagney@redhat.com>
12
13 * interps.c (interp_set): Check for a NULL "old_interp".
14
c938e9b0
L
152003-08-08 H.J. Lu <hongjiu.lu@intel.com>
16
17 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
18 (install-only): Support DESTDIR.
19 (uninstall): Likewise.
20 (install-gdbtk): Likewise.
21
9a146a11
EZ
222003-08-08 Elena Zannoni <ezannoni@redhat.com>
23
24 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
25 contains something meaningful at all times.
26
27Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
7a76ced5 28
62599e99 29 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
7a76ced5 30
56296155
BC
31Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
32
62599e99 33 * MAINTAINERS (write after approval): Added self.
56296155 34
9710e734
AC
352003-08-07 Andrew Cagney <cagney@redhat.com>
36
37 * inferior.h (AT_SYMBOL): Define.
38 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
39 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
40 * mips-tdep.c (mips_call_dummy_address): Delete function.
41 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
42 set call_dummy_address.
43
98b3ab73
AC
442003-08-07 Andrew Cagney <cagney@redhat.com>
45
46 * language.c (op_error): Delete function.
47 (binop_type_check): Delete function.
48 * language.h (type_op_error, range_op_error): Delete macros.
49 (op_error): Delete declaration.
50
2fcf52f0
AC
512003-08-07 Andrew Cagney <cagney@redhat.com>
52
53 * interps.h (INTERP_MI2, INTERP_MI3): Define.
54
abd4220e 552003-08-07 Michal Ludvig <mludvig@suse.cz>
fd83bada 56
abd4220e 57 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
fd83bada 58 (x86_64_push_arguments): Skip the red zone.
abd4220e 59
9dd5f34f
AC
602003-08-05 Andrew Cagney <cagney@redhat.com>
61
62 * reggroups.c (reggroup_next): Check for the final entry.
63
e5e78edc
AC
642003-08-04 Andrew Cagney <cagney@redhat.com>
65
ab4e3d93
AC
66 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
67 * cli/cli-script.c (define_command): Call query directly, instead
68 of passing it a buffer.
69 * ocd.c (ocd_error): Pass error a constant format string.
70 * remote-mips.c (mips_error): Use fputs_filtered.
71
1062ca82
AC
72 * solib-svr4.c (_initialize_svr4_solib): Update
73 register_gdbarch_data call.
74 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
75
fcc1c85c
AC
76 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
77 (register_gdbarch_data): Delete "free" parameter. Update
78 comments.
79 * gdbarch.h, gdbarch.c: Re-generate.
80 * reggroups.c (_initialize_reggroup): Update.
81 * gnu-v3-abi.c (init_gnuv3_ops): Update.
82 * frame-base.c (_initialize_frame_base): Update.
83 * frame-unwind.c (_initialize_frame_unwind): Update.
84 * user-regs.c (_initialize_user_regs): Update.
85 * remote.c (_initialize_remote): Update.
86 * regcache.c (_initialize_regcache): Update.
87
116f06ea
AC
88 * regcache.c (xfree_regcache_descr): Delete function.
89 (_initialize_regcache): Update call to register_gdbarch_data.
90 (init_regcache_descr, init_legacy_regcache_descr): Use
91 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
92
e5e78edc
AC
93 * remote.c (free_remote_state): Delete function.
94 (_initialize_remote): Update register_gdbarch_data.
95 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
96 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
97
6c7d17ba
AC
982003-08-04 Andrew Cagney <cagney@redhat.com>
99
100 * reggroups.c (struct reggroup_el): Define.
101 (struct reggroups): Delete field "nr_group". Replace array
102 "group" with a "first" to "last" linked list.
103 (reggroups_init): Update. Allocate using gdbarch's obstack.
104 (reggroups_free): Delete function.
105 (add_group): Update. Add "el" parameter.
106 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
107 (default_groups): Update.
108 (reggroup_next): Replace reggroups.
109 (reggroups_dump): Update.
110 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
111 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
112 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
113
89b7795b
DJ
1142003-08-04 Daniel Jacobowitz <drow@mvista.com>
115
116 * Makefile.in (tui-interp.o): Update dependencies.
117
306d9ac5
DC
1182003-08-04 David Carlton <carlton@kealia.com>
119
120 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
121 to internal_error call.
122 * source.c (forward_search_command): Add "%s" format argument.
123 (reverse_search_command): Ditto.
124 * top.c (quit_confirm): Ditto.
125 * cli/cli-setshow.c (do_setshow_command): Ditto.
126 * cp-valprint.c (cp_print_class_method): Replace
127 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
128 (cp_print_class_member): Ditto.
129 * event-top.c (command_line_handler): Ditto.
130 * linux-proc.c (linux_info_proc_cmd): Ditto.
131 * p-typeprint.c (pascal_type_print_base): Ditto.
132 * p-valprint.c (pascal_object_print_class_method): Ditto.
133 (pascal_object_print_class_member): Ditto.
134 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
135 * remote.c (remote_cisco_section_offsets): Ditto.
136 * top.c (command_line_input): Ditto.
137 * utils.c (vwarning,error_stream,quit): Ditto.
138 * valprint.c (print_floating,print_binary_chars)
139 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
140
57bfe177
AC
1412003-08-04 Andrew Cagney <cagney@redhat.com>
142
143 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
144
e546b999
AC
1452003-08-02 Andrew Cagney <cagney@redhat.com>
146
147 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
148 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
149 amd64fbsd-nat.c.
150
91092ee5
AC
1512003-08-02 Andrew Cagney <cagney@redhat.com>
152
153 * Makefile.in: Update all dependencies and definitions.
154
889f28e2
AF
1552003-08-02 Adam Fedor <fedor@gnu.org>
156
157 * linespec.c (is_objc_method_format): New function
158 (decode_line_1, locate_first_half): Use it.
159 Fixes PR objc/1298
160
880bc914
AC
1612003-08-01 Andrew Cagney <cagney@redhat.com>
162
163 * NEWS: Mention that m32r is multi-arch.
164 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
165 * configure.tgt: Recognize m32r-*-*.
166 * config/m32r/tm-m32r.h: Delete file.
167 * config/m32r/m32r.mt: New file.
168 * m32r-rom.c (m32r_upload_command): Use hostent only when
169 gethostname succeeds, in order to avoid a compilation
170 warning.
171 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
172 compiler warning.
173
19f59343
MS
1742003-08-01 Michael Snyder <msnyder@redhat.com>
175
176 * sh-tdep.c (sh_frame_align): New gdbarch method.
177 (sh_gdbarch_init): Set up frame_align method.
178
4e7d7511
MS
1792003-07-31 Michael Snyder <msnyder@redhat.com>
180
181 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
182 which is already covered by the new frames infrastructure.
183
63022984
AC
1842003-07-31 Andrew Cagney <cagney@redhat.com>
185
186 * user-regs.c (struct user_reg): Add "next" link.
187 (struct user_regs): Replace "user" with "first" and "last" links.
188 (append_user_reg): Add pre-allocated "reg" parameter.
189 (builtin_user_regs): Provide initial value for "last".
190 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
191 (user_regs_init): Allocate memory from the gdbarch obstack.
192 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
193 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
194 linked list.
195 (usernum_to_user_reg): New function.
196 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
197 (value_of_user_reg): Use usernum_to_user_reg.
198 (user_regs_free): Delete function.
199 (_initialize_user_regs): Update register_gdbarch_data call.
200
7cf6e574
DJ
2012003-07-31 Daniel Jacobowitz <drow@mvista.com>
202
203 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
204
c48a845b
MS
2052003-07-30 Michael Snyder <msnyder@redhat.com>
206
4e7d7511 207 * value.h (value_being_returned): Add a struct_addr argument.
c48a845b
MS
208 * infcall.c (call_function_by_hand): Pass struct_addr to
209 value_being_returned.
210 * infcmd.c (print_return_value): Pass zero as struct_addr.
211 * values.c (value_being_returned): If struct_addr is passed,
212 use it instead of trying to recover it from the inferior.
213
f0d8db19
KB
2142003-07-30 Kevin Buettner <kevinb@redhat.com>
215
216 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
217 the prologue analyzer won't need to attempt to extract the pc
218 value from the woefully incomplete dummy frame.
219 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
220 possible. Disable code which modifies the frame.
221
e5c113a1
AC
2222003-07-28 Andrew Cagney <cagney@redhat.com>
223
224 * annotate.c (annotate_breakpoints_headers): Restrict annotation
225 to level 2.
226 (annotate_breakpoints_table, annotate_record): Ditto.
227 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
228 (annotate_field_name_end, annotate_field_value): Ditto.
229 (annotate_field_end, annotate_frame_source_begin): Ditto.
230 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
231 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
232 (annotate_frame_begin, annotate_frame_function_name): Ditto.
233 (annotate_frame_address_end, annotate_frame_address): Ditto.
234 (annotate_frame_args, annotate_frame_end): Ditto.
235 (annotate_frame_where, annotate_arg_begin): Ditto.
236 (annotate_arg_name_end, annotate_arg_value): Ditto.
237 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
238 (annotate_function_call, annotate_signal_name): Ditto.
239 (annotate_signal_string, annotate_signal_name_end): Ditto.
240 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
241 (annotate_value_begin, annotate_value_history_value): Ditto.
242 (annotate_value_history_end, annotate_value_end): Ditto.
243 (annotate_display_begin, annotate_display_number_end): Ditto.
244 (annotate_display_format, annotate_display_expression): Ditto.
245 (annotate_display_expression_end, annotate_display_value): Ditto.
246 (annotate_display_end, annotate_array_section_begin): Ditto.
247 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
248 (annotate_elt, annotate_array_section_end): Ditto.
249
bb1db049
AC
2502003-07-28 Andrew Cagney <cagney@redhat.com>
251
252 * regcache.c (struct regcache_descr): Update comments on
253 nr_raw_registers.
254 (init_legacy_regcache_descr): Don't set nr_raw_registers or
255 sizeof_raw_register_valid_p.
256 (init_regcache_descr): Set nr_raw_registers and
257 sizeof_raw_register_valid_p before calling
258 init_legacy_regcache_descr.
259
20e6603c
AC
2602003-07-28 Andrew Cagney <cagney@redhat.com>
261
262 * mips-tdep.c (print_gp_register_row): Print the GPR's register
263 MOD NUM_REGS.
264
db742940
DJ
2652003-07-28 Daniel Jacobowitz <drow@mvista.com>
266
267 * thread.c (info_threads_command): Use get_selected_frame ().
268 Check that there is at least one non-sentinel frame.
269
ce7f4371
SC
2702003-07-27 Stephane Carrez <stcarrez@nerim.fr>
271
272 * m68hc11-tdep.c (struct frame_extra_info): Remove.
273 (m68hc11_pop_frame): Remove.
274 (m68hc11_frame_saved_pc): Remove.
275 (m68hc11_frame_chain): Remove.
276 (m68hc11_frame_init_saved_regs): Remove.
277 (m68hc11_init_extra_frame_info): Remove.
278 (m68hc11_store_struct_return): Remove.
279 (m68hc11_saved_pc_after_call): Remove.
280
1ea653ae
SC
2812003-07-27 Stephane Carrez <stcarrez@nerim.fr>
282
283 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
284 frame unwind information.
285 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
286 and adapted for frame unwinding.
287 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
288 (m68hc11_unwind_pc): New function.
289 (m68hc11_frame_unwind_cache): New function to analyze frames.
290 (m68hc11_frame_this_id): New function to create new frame struct.
291 (m68hc11_frame_prev_register): New function to unwind a register from
292 the frame.
293 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
294 (m68hc11_frame_p): New function for the above.
295 (m68hc11_frame_base_address): New function to return fp of frame.
296 (m68hc11_frame_args_address): Update for frame.
297 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
298 (m68hc11_unwind_sp): New function.
299 (m68hc11_unwind_dummy_id): New function.
300 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
301 calls.
302
c8a7f6ac
SC
3032003-07-27 Stephane Carrez <stcarrez@nerim.fr>
304
305 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
306 (m68hc11_guess_from_prologue): Advance the pc and frame size only
307 when we are beyond the current pc.
308
3dc990bf
SC
3092003-07-27 Stephane Carrez <stcarrez@nerim.fr>
310
311 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
312 from m68hc11_push_arguments.
313 (m68hc11_push_arguments): Remove.
314 (m68hc11_push_return_address): Remove.
315 (m68hc11_gdbarch_init): Install the above; remove above deprecated
316 handlers; remove deprecated_extra_stack_alignment_needed.
317
222e5d1d
AC
3182003-07-27 Andrew Cagney <cagney@redhat.com>
319
320 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
321 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
322 REAL_PC and not the pointer.
323 * hppa-hpux-tdep.c: Include frame.h
324
a7e9a47e
AC
3252003-07-27 Andrew Cagney <cagney@redhat.com>
326
327 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
328 GDB_MULTI_ACH_PARTIAL.
329
7e3dd49e
AC
3302003-07-27 Andrew Cagney <cagney@redhat.com>
331
332 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
333 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
334 operator at start and not end of line.
335 (decode_prologue): Ditto.
336 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
337 frame_unwind_register_unsigned instead of
338 frame_unwind_unsigned_register.
339 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
340 read_register.
341 (m32r_push_dummy_call): Use register_size instead of
342 REGISTER_RAW_SIZE.
343 (m32r_frame_sniffer): Replace m32r_frame_p.
344 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
345 * m32r-rom.c (report_transfer_performance): Delete extern
346 declaration.
347 (m32r_load, m32r_upload_command): Use print_transfer_performance
348 instead of report_transfer_performance.
349 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
350 / add_show_from_set.
351
0880807f
AC
3522003-07-26 Andrew Cagney <cagney@redhat.com>
353
354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
355 store_return_value and extract_struct_value_address.
356
64ae9269
DJ
3572003-07-26 Daniel Jacobowitz <drow@mvista.com>
358
359 PR c++/1267
360 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
361 NULL, default to the section containing PC.
362
e286caf2
SC
3632003-07-24 Stephane Carrez <stcarrez@nerim.fr>
364
365 * NEWS: Mention "regs" deprecated for m68hc11 too.
366
367 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
368 (m68hc11_print_register): New function to print out one register.
369 (m68hc11_print_registers_info): New function to print registers.
370 (show_regs): Deprecate and use the above.
371 (m68hc11_gdbarch_init): Install the print_registers_info.
372
705b278b
JJ
3732003-07-24 Jeff Johnston <jjohnstn@redhat.com>
374
375 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
376 that we have a SIGTRAP before returning non-zero.
377
63cd4198
EZ
3782003-07-23 Michal Ludvig <mludvig@suse.cz>
379 Elena Zannoni <ezannoni@redhat.com>
380
381 * linespec.c (decode_line_2): Avoid crash if
382 find_function_start_sal() returns empty record.
383
6926787d
AS
3842003-07-23 Andreas Schwab <schwab@suse.de>
385
386 * ia64-tdep.c (ia64_print_insn): New function.
387 (ia64_gdbarch_init): Set print_insn to it.
388 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
389 deprecated_tm_print_insn_info.
390
708cc1b6
MS
3912003-07-22 Michael Snyder <msnyder@redhat.com>
392
393 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
394 handle 8-bit returns (long long).
395 (h8300h_extract_return_value): Ditto.
396 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
397
aebd7893
AC
3982003-07-22 Andrew Cagney <cagney@redhat.com>
399
400 * gdbarch.c Include "gdb_obstack.h".
401 (struct gdbarch): Add an "obstack".
402 (alloc_gdbarch_data): Allocate the gdbarch data using
403 GDBARCH_OBSTACK_CALLOC.
404 (free_gdbarch_data): Delete function.
405 (gdbarch_obstack_zalloc): New function.
406 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
407 Assert that the architecture is not initialized.
408 (gdbarch_alloc): Allocate an obstack, allocate the architecture
409 vector from the obstack.
410 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
411 architecture obstack.
412 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
413 (set_gdbarch_data): Assert that the data is not initialized.
414 (struct gdbarch_data): Delete member "free".
415 (register_gdbarch_data): Do not initialize "free".
416 * gdbarch.h, gdbarch.c: Re-generate.
417
153721e6
AC
4182003-07-22 Andrew Cagney <cagney@redhat.com>
419
420 * configure.in (build_warnings): Add -Wformat-nonliteral.
421 * configure: Re-generate.
422
c193f044 4232003-07-22 Elena Zannoni <ezannoni@redhat.com>
32ffcbed
EZ
424
425 * dwarf2loc.c (locexpr_describe_location): Fix typos.
c193f044 426
c3228f12
EZ
4272003-07-22 Elena Zannoni <ezannoni@redhat.com>
428
429 * findvar.c (read_var_value): Remove case for thread local storage
430 variables. It is now entirely handled by the dwarf2 location
431 expression code.
432 * printcmd.c (address_info): Ditto.
433 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
434 enumeration value.
435 (struct symbol): Remove objfile field, which was used by
436 LOC_THREAD_LOCAL_STATIC only.
437 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
438 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
439 usage of objfile pointer.
440 * dwarf2loc.c (locexpr_describe_location): Add case to handle
441 thread local variables.
442 Add include of objfiles.h.
443 * dwarf2expr.c (execute_stack_op): Add comments about thread local
444 storage variables.
445 * Makefile.in (dwarf2loc.o): Update dependencies.
446
aef9bcd2
AC
4472003-07-22 Andrew Cagney <cagney@redhat.com>
448
449 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
450 get_frame_base.
451 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
452 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
453 (struct value): Add opaque declaration.
454 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
455
d95a8903
AC
4562003-07-21 Andrew Cagney <cagney@redhat.com>
457
458 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
459 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
460
4db73d49
SC
4612003-07-20 Stephane Carrez <stcarrez@nerim.fr>
462
463 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
464 regcache_cooked_read_unsigned instead of read_register.
465 (m68hc11_saved_pc_after_call): Likewise.
466 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
467 instead of write_register.
468 (m68hc11_register_type): New function.
469 (m68hc11_register_virtual_type): Remove.
470 (m68hc11_store_return_value): Convert to use the regcache.
471 (m68hc11_extract_struct_value_address): Likewise.
472 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
473 m68hc11_register_type; undeprecate store_return_value and
474 extract_struct_value_address.
475
ef2b8fcd
SC
4762003-07-20 Stephane Carrez <stcarrez@nerim.fr>
477
478 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
479 and translate to use regcache.
480 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
481
625b0b97
AC
4822003-07-18 Andrew Cagney <cagney@redhat.com>
483
484 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
485 * gdbarch.h, gdbarch.c: Re-generate.
486 * i386-tdep.c (i386_gdbarch_init): Do not set
487 DWARF2_BUILD_FRAME_INFO.
488 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
489 unconditionally.
490 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
491 DWARF2_BUILD_FRAME_INFO.
492
22b0d388
AC
4932003-07-18 Andrew Cagney <cagney@redhat.com>
494
495 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
496 * disasm.c (gdb_disassemble_info): Initilize di.arch.
497
1ce5d6dd
AC
4982003-07-18 Andrew Cagney <cagney@redhat.com>
499
500 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
501 frame_unwind_address_in_block, instead of frame_pc_unwind.
502 (dwarf2_frame_cache): Ditto.
503
e6e5e94c
AC
5042003-07-18 Andrew Cagney <cagney@redhat.com>
505
506 * user-regs.h (struct gdbarch): Declare opaque.
507 * ui-out.h (struct ui_file): Declare opaque.
508 * dwarf2-frame.h (struct frame_info): Declare opaque.
509
5483d879
KW
5102003-07-18 Kris Warkentin <kewarken@qnx.com>
511
512 * nto-procfs.c: Clean ARI hits. Change #include <..> to
513 #include "...".
514 (procfs_meminfo): Change strerror to safe_strerror.
515 (procfs_can_run): Remove K&R badness.
516
278a7cf7
MS
5172003-07-17 Michael Snyder <msnyder@redhat.com>
518
519 * remote-sim.c: Comment typo fix.
520
606e3b82
AC
5212003-07-17 Andrew Cagney <cagney@redhat.com>
522
523 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
524 configure.
525 * sparc-tdep.c (sparc_intreg_size): Make non-static.
526 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
527 GDB_MULTI_ARCH_PARTIAL.
528
c43af07c
EZ
5292003-07-17 Elena Zannoni <ezannoni@redhat.com>
530
531 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
532 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
533 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
534
3b85b0f1
TR
5352003-07-16 Theodore A. Roth <troth@openavr.org>
536
537 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
538 found.
539 (avr_frame_unwind_cache): Don't unwind FP for main.
540 Update a comment.
541 Save the computed prev_sp.
542 (avr_saved_regs_unwinder): Remove function.
543 (avr_frame_prev_register): Use PC unwind logic from
544 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
545
336d1bba
AC
5462003-07-16 Andrew Cagney <cagney@redhat.com>
547
548 * frame-base.h (frame_base_p_ftype): Delete definition.
549 (frame_base_append_predicate): Delete declaration.
550 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
551 (frame_unwind_append_predicate): Delete declaration.
552 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
553 (append_predicate): Delete parameter "p".
554 (frame_unwind_append_predicate): Delete function.
555 (frame_unwind_append_sniffer): Update call to append_predicate.
556 (frame_unwind_free): Delete function.
557 (_initialize_frame_unwind): Pass NULL as "free" to
558 register_gdbarch_data.
559 (frame_unwind_init): Append the dummy_frame_sniffer.
560 (frame_unwind_find_by_frame): Simplify.
561 * frame-base.c (struct frame_base_table): Delete field "p".
562 (append_predicate): Delete parameter "p".
563 (frame_base_append_predicate): Delete function.
564 (frame_base_append_sniffer): Update call to append_predicate.
565 (frame_base_free): Delete function.
566 (frame_base_find_by_frame): Simplify.
567 (_initialize_frame_base): Pass NULL as "free" to
568 register_gdbarch_data.
569 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
570 (x86_64_sigtramp_frame_sniffer): Replace
571 "x86_64_sigtramp_frame_p".
572 (x86_64_init_abi): Set the frame unwind sniffers.
573 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
574 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
575 (m68k_gdbarch_init): Set the frame unwind sniffers.
576 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
577 "i386_sigtramp_frame_p".
578 (i386_frame_sniffer): Replace "i386_frame_p".
579 (i386_gdbarch_init): Set the frame unwind sniffers.
580 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
581 (avr_gdbarch_init): Set the frame unwind sniffers.
582 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
583 "alpha_sigtramp_frame_p"
584 (alpha_heuristic_frame_sniffer): Replace
585 "alpha_heuristic_frame_p".
586 (alpha_gdbarch_init): Set the frame unwind sniffers.
587 (alpha_dwarf2_init_abi): Ditto.
588 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
589 "alpha_debug_frame_p".
590 (alpha_mdebug_frame_base_sniffer): Replace
591 "alpha_mdebug_frame_base_p".
592 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
593 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
594 (d10v_gdbarch_init): Set the frame unwind sniffer.
595 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
596 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
597 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
598 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
599 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
600 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
601
48db5a3c
CV
6022003-07-16 Michael Snyder <msnyder@redhat.com>
603
604 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
605 should go thru sh_dsp_register_sim_regno, else the dsp regs
606 will not get the right values.
607
6082003-07-16 Corinna Vinschen <vinschen@redhat.com>
609
610 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
611 deprecated_store_floating by call to store_typed_floating.
612 (sh_sh4_register_convert_to_raw): Substitute call to
613 deprecated_extract_floating by call to extract_typed_floating.
614
6152003-07-16 Corinna Vinschen <vinschen@redhat.com>
616
617 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
618
6192003-07-16 Corinna Vinschen <vinschen@redhat.com>
620
621 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
622 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
623 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
624 as possible.
625 (do_pseudo_register): Remove.
626 (sh_push_dummy_code): New function.
627 (sh64_store_struct_return): Rename from sh_store_struct_return.
628 Only called for sh64 now.
629 (sh_extract_struct_value_address): Regcache'ify.
630 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
631 and accomodate new tasks.
632 (sh64_push_return_address): Rename from sh_push_return_address.
633 Only called for sh64 now.
634 (sh_default_extract_return_value): Rename from sh_extract_return_value.
635 Regcache'ify.
636 (sh3e_sh4_extract_return_value): Regcache'ify.
637 (sh_default_store_return_value): Ditto.
638 (sh3e_sh4_store_return_value): Ditto.
639 (sh_default_register_byte): Remove.
640 (sh_sh4_register_byte): Remove.
641 (sh_default_register_raw_size): Remove.
642 (sh_sh4_register_raw_size): Remove.
643 (sh_register_virtual_size): Remove.
644 (sh_sh3e_register_virtual_type): Remove.
645 (sh_sh3e_register_type): New function.
646 (sh_sh4_register_virtual_type): Remove.
647 (sh_sh4_register_type): New function.
648 (sh_default_register_virtual_type): Remove.
649 (sh_default_register_type): New function.
650 (do_fv_register_info): Add parameters to accomodate call from
651 sh_print_registers_info.
652 (do_dr_register_info): Ditto.
653 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
654 Add parameters to accomodate call from sh_print_registers_info.
655 (sh_do_fp_register): Ditto.
656 (sh64_do_pseudo_register): Call do_dr_register_info,
657 do_fv_register_info and sh_do_fp_register with default parameters.
658 (sh_do_register): Add parameters to accomodate call from
659 sh_print_registers_info.
660 (sh_print_register): Ditto.
661 (sh_print_registers_info): Rename from sh_do_registers_info.
662 Add parameters to be used as gdbarch_print_registers_info
663 implementation. Accomodate removed do_pseudo_register function
664 pointer.
665 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
666 function pointer. Call sh_print_register with default parameters.
667 (sh64_do_registers_info): Call sh_print_registers_info instead of
668 sh_do_registers_info.
669 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
670 detection of deprecated vs. non-deprecated functionality.
671 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
672 function pointer assignments by direct function calls.
673
e8a89fe2
AC
6742003-07-15 Andrew Cagney <cagney@redhat.com>
675
676 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
677 (frame_register_unwind, create_new_frame): Ditto.
678 (legacy_get_prev_frame, get_frame_type): Ditto.
679 (get_frame_base_address): Use frame_base_find_by_frame.
680 (get_frame_locals_address): Use frame_base_find_by_frame.
681 (get_frame_args_address): Use frame_base_find_by_frame.
682 * frame-base.h (frame_base_sniffer_ftype): Declare.
683 (frame_base_append_sniffer): Declare.
684 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
685 * frame-base.c (append_predicate): Add a "sniffer" parameter.
686 (frame_base_append_sniffer): New function.
687 (frame_base_append_predicate): Add a NULL sniffer.
688 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
689 (struct frame_base_table): Add "sniffer".
690 (frame_base_free): Free the "sniffer" table.
691 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
692 (frame_unwind_append_sniffer): Declare.
693 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
694 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
695 (struct frame_unwind_table): Add "sniffer", delete "middle".
696 (append_predicate): Add "sniffer" parameter, append the sniffer.
697 (frame_unwind_init): Update append_predicate call.
698 (frame_unwind_append_sniffer): New function.
699 (frame_unwind_append_predicate): Update append_predicate call.
700 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
701
0714963c
AC
7022003-07-15 Andrew Cagney <cagney@redhat.com>
703
704 * frame.c (get_prev_frame): Move disabled inside_entry_func to
705 before code inhibiting repeated unwind attempts. Add to
706 commentary on that test's problems.
707 * blockframe.c (inside_main_func): Look for "main" in the minimal
708 symbol table.
709 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
710 identical.
711
d9170e22
AC
7122003-07-15 Andrew Cagney <cagney@redhat.com>
713
714 * complaints.c (struct explanation): Define.
715 (struct complaints): Change type of "explanation" to "struct
716 explanation".
717 (symfile_explanations): Convert to a "struct explanation" table.
718 (vcomplaint): Update.
719
eba29c8c
ML
7202003-07-15 Michal Ludvig <mludvig@suse.cz>
721
722 * x86-64-linux-nat.c (regmap): Removed.
723 (supply_gregset, fill_gregset): Call
724 x86_64_linux_(fill,supply)_gregset functions.
725 * x86-64-linux-tdep.c (USER_*): New defines.
726 (user_to_gdb_regmap, x86_64_core_fns): New structure.
727 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
728 New functions.
729 (fetch_core_registers): Ditto.
730 (_initialize_x86_64_linux_tdep): Call add_core_fns().
731 * x86-64-linux-tdep.h: New file.
732 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
733 and core-regset.o.
734 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
735
68cc0bfb
MK
7362003-07-13 Mark Kettenis <kettenis@gnu.org>
737
88a115f7
MK
738 * x86-64-tdep.c (x86_64_store_return_value): Use
739 regcache_cooked_write_part instead of regcache_cooked_write.
01e4b823 740
68cc0bfb
MK
741 * configure.host: Add x86_64-*-freebsd*.
742 * configure.tgt: Add x86_64-*-freebsd*.
743 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
744 * amd64fbsd-nat.c: New file.
745 * amd64fbsd-tdep.c: New file.
746 * config/i386/nm-fbsd64.h: New file.
747 * config/i386/fbsd64.mh: New file.
748 * config/i386/fbsd64.mt: New file.
749
138e7be5
MK
7502003-07-11 Mark Kettenis <kettenis@gnu.org>
751
752 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
753 `sc_regs_offset' and `sc_fpregs_offset'.
754 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
755 SIGFRAME_FPREGSAVE_OFF): Remove defines.
756 (alpha_sigtramp_register_address): Rewrite to use new members of
757 `struct gdbarch_tdep'.
758 (alpha_gdbarch_init): Initialize new members of struct
759 gdbarch_tdep'.
760 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
761 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
762 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
763 (alphafbsd_pc_in_sigtramp): Implement.
764 (alphafbsd_sigtramp_offset): New function.
765 (alphafbsd_sigcontext_addr): New function.
766 (alphafbsd_init_abi): Initialize signal trampoline related members
767 of `struct gdbarch_tdep'.
768 (_initialize_alphafbsd_tdep): Add prototype.
769
95303a68
TR
7702003-07-11 Theodore A. Roth <troth@openavr.org>
771
ba292e4c
TR
772 * Makefile.in (install-only): Quote sed expression when generating
773 transformed_name.
95303a68 774
6896c0c7
RH
7752003-07-11 Richard Henderson <rth@redhat.com>
776
777 * Makefile.in (dwarf2-frame.o): Add complaints_h.
778 * dwarf2-frame.c: Include complaints.h.
779 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
780 variable initialization; return NULL on error.
781 (decode_frame_entry): New.
782
8edd5d01
AC
7832003-07-11 Andrew Cagney <cagney@redhat.com>
784
c4a09524
AC
785 * frame.h (frame_address_in_block): Delete declaration.
786 * blockframe.c (frame_address_in_block): Delete function.
787 (get_frame_block): Use get_frame_address_in_block.
788 (block_innermost_frame): Ditto.
789 * stack.c (print_frame, backtrace_command_1): Ditto.
790
8edd5d01
AC
791 * frame.h (get_frame_address_in_block): Declare.
792 (frame_unwind_address_in_block): Declare.
793 * frame.c (frame_unwind_address_in_block): New function.
794 (get_frame_address_in_block): New function.
795
f7968451
AC
7962003-07-10 Andrew Cagney <cagney@redhat.com>
797
798 * gdbarch.sh: Simplify predicate methods. Remove need to provide
799 pre-default. Note: re-generate has no effect.
800
ae99b398
AC
8012003-07-10 Andrew Cagney <cagney@redhat.com>
802
803 * gdbarch.sh: When a variable, but not a function, compare against
804 0. Fix problem in previous patch.
805 * gdbarch.c: Re-generate.
806
956ac328
AC
8072003-07-10 Andrew Cagney <cagney@redhat.com>
808
809 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
810 functions against NULL, not 0.
811 * gdbarch.c: Re-generate.
812
287c3240
FF
8132003-07-10 Fred Fish <fnf@ninemoons.com>
814
815 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
816 null string instead of a null pointer.
817 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
818
32f63c4b
MS
8192003-07-09 Michael Snyder <msnyder@redhat.com>
820
821 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
822
402ecd56
MK
8232003-07-09 Mark Kettenis <kettenis@gnu.org>
824
825 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
826 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
827 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
828 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
829 * x86-64-tdep.c: ... from here.
830
c481dac7
AS
8312003-07-09 Andreas Schwab <schwab@suse.de>
832
833 * m68k-tdep.h (enum struct_return): Define.
834 (struct gdbarch_tdep): Add struct_return.
835 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
836 bytes are padded to the right, not to the left. Pass struct value
837 address in register %a1, not on stack.
838 (m68k_use_struct_convention): New function.
839 (m68k_gdbarch_init): Set use_struct_convention. Initialize
840 struct_return in tdep to pcc_struct_return.
841 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
842 reg_struct_return.
843
64176fa3
JB
8442003-07-09 Joel Brobecker <brobecker@gnat.com>
845
846 * somread.c (som_symfile_offsets): Fix compilation error.
847
96a4ee76
AC
8482003-07-09 Andrew Cagney <cagney@redhat.com>
849
850 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
851 Add comments about the checks.
852
1517c6d1
AC
8532003-07-08 Andrew Cagney <cagney@redhat.com>
854
855 * Makefile.in: Make dependency section headers consistent.
856 (config_h): Move to $BUILD headers section.
857 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
858 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
859 (ada-exp.tab.c): Move to YACC/LEX section.
860 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
861 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
862
dc5dd1eb
KW
8632003-07-08 Kris Warkentin <kewarken@qnx.com>
864
865 * nto-procfs.c: Cleaned up a bunch of ARI hits.
fda848e0
KW
866 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
867 of strerror with safe_strerror, use ISO C function definitions,
868 and replace instances of sprintf with snprintf.
dc5dd1eb 869
612dde91
AC
8702003-07-07 Andrew Cagney <cagney@redhat.com>
871
872 * frame.c (get_prev_frame): Enable check for identical frames.
873 Update comments. Update error messages.
874
492c11d3
JB
8752003-07-07 Joel Brobecker <brobecker@gnat.com>
876
877 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
878
376a5a49
JB
8792003-07-07 Joel Brobecker <brobecker@gnat.com>
880
881 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
882 sort_symtab_syms, no longer necessary.
883
22b4a9ad
JB
8842003-07-07 Joel Brobecker <brobecker@gnat.com>
885
886 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
887
5bbcb741
JB
8882003-07-07 Joel Brobecker <brobecker@gnat.com>
889
890 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
891 (mips_register_byte): Likewise.
892
c139e7d9
DJ
8932003-07-07 Daniel Jacobowitz <drow@mvista.com>
894
895 * Makefile.in (sparc_tdep_h): New.
896 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
897 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
898 * sparc-linux-nat.c: Include "sparc-tdep.h".
899 * sparc-nat.c: Likewise.
900 * sparc-tdep.c: Likewise.
901 * sparc64nbsd-nat.c: Likewise.
902 * sparcnbsd-nat.c: Likewise.
903 * sparcnbsd-tdep.c: Likewise.
904 * sparc-tdep.h: New file.
905 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
906 and sparc_npc_regnum.
907
fd8f87c5
DJ
9082003-07-07 Daniel Jacobowitz <drow@mvista.com>
909
910 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
911 (mips_linux_cannot_store_register): List supported instead of
912 unsupported registers.
913
13adf674
DJ
9142003-07-07 Daniel Jacobowitz <drow@mvista.com>
915
916 * disasm.c (dump_insns): Separate instructions from addresses.
917
8de307e0
AS
9182003-07-07 Andreas Schwab <schwab@suse.de>
919
920 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
921 dependencies.
922 * m68k-tdep.c (NUM_FREGS): Delete.
923 (SIG_PC_FP_OFFSET): Delete.
924 (TARGET_M68K): Delete.
925 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
926 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
927 P_MOVEL_SP, P_MOVEML_SP): Define.
928 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
929 P_TRAP): Delete.
930 (m68k_register_raw_size): Delete.
931 (m68k_register_virtual_size): Delete.
932 (m68k_register_type): Renamed from m68k_register_virtual_type and
933 add gdbarch argument.
934 (m68k_store_struct_return): Delete.
935 (m68k_deprecated_extract_return_value): Delete.
936 (m68k_deprecated_extract_struct_value_address): Delete.
937 (m68k_frame_chain): Delete.
938 (m68k_frame_saved_pc): Delete.
939 (m68k_fix_call_dummy): Delete.
940 (m68k_push_dummy_frame): Delete.
941 (m68k_pop_frame): Delete.
942 (m68k_extract_return_value): New function.
943 (m68k_store_return_value): Rewrite using regcache.
944 (m68k_extract_struct_value_address): Rewrite using regcache.
945 (m68k_push_dummy_call): New function.
946 (struct m68k_frame_cache): Define.
947 (m68k_alloc_frame_cache): New function.
948 (m68k_analyze_frame_setup): New function.
949 (m68k_analyze_register_saves): New function.
950 (m68k_analyze_prologue): New function.
951 (m68k_skip_prologue): Rewrite using above functions.
952 (m68k_unwind_pc): New function.
953 (m68k_frame_cache): New function.
954 (m68k_frame_this_id): New function.
955 (m68k_frame_prev_register): New function.
956 (m68k_frame_unwind): New variable.
957 (m68k_frame_p): New function.
958 (m68k_sigtramp_frame_cache): New function.
959 (m68k_sigtramp_frame_this_id): New function.
960 (m68k_sigtramp_frame_prev_register): New function.
961 (m68k_sigtramp_frame_unwind): New variable.
962 (m68k_sigtramp_frame_p): New function.
963 (m68k_frame_base_address): New function.
964 (m68k_frame_base): New function.
965 (m68k_unwind_dummy_id): New function.
966 (fill_gregset): Use regcache_collect.
967 (fill_fpregset): Likewise.
968 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
969 defined.
970 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
971 deprecated_init_frame_pc, deprecated_store_struct_return,
972 deprecated_extract_return_value, deprecated_store_return_value,
973 deprecated_frame_chain, deprecated_frame_saved_pc,
974 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
975 deprecated_register_virtual_size,
976 deprecated_max_register_raw_size,
977 deprecated_max_register_virtual_size,
978 deprecated_register_virtual_type, deprecated_register_size,
979 deprecated_register_byte, deprecated_register_bytes,
980 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
981 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
982 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
983 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
984 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
985 deprecated_push_dummy_frame, deprecated_pop_frame,
986 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
987 only if SYSCALL_TRAP is defined. Set extract_return_value,
988 store_return_value, extract_struct_value_address, register_type,
989 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
990 predicates.
991 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
992 M68K_MAX_REGISTER_SIZE): Define.
993 (struct m68k_sigtramp_info): Define.
994 (struct gdbarch_tdep): Add get_sigtramp_info.
995 * m68klinux-nat.c (fetch_register): Use register_size instead of
996 REGISTER_RAW_SIZE. Don't put assignment in if.
997 (store_register): Likewise.
998 (fetch_inferior_registers): Likewise.
999 (store_inferior_registers): Likewise.
1000 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
1001 (m68k_linux_frame_saved_pc): Delete.
1002 (m68k_linux_sigcontext_reg_offset,
1003 m68k_linux_ucontext_reg_offset): Define.
1004 (m68k_linux_get_sigtramp_info): New function.
1005 (m68k_linux_extract_return_value): Rewrite using regcache.
1006 (m68k_linux_store_return_value): Likewise.
1007 (m68k_linux_extract_struct_value_address): Likewise.
1008 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
1009 Don't set deprecated_frame_saved_pc,
1010 deprecated_extract_return_value, deprecated_store_return_value,
1011 deprecated_extract_struct_value_address. Set
1012 extract_return_value, store_return_value,
1013 extract_struct_value_address.
1014
eb8bc282
AC
10152003-07-07 Andrew Cagney <cagney@redhat.com>
1016
1017 * expprint.c: Include "user-regs.h" instead of "frame.h".
1018 (print_subexp): Use user_reg_map_regnum_to_name, instead of
1019 frame_map_regnum_to_name.
1020 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
1021 (frame_map_name_to_regnum): Simplify, call
1022 user_reg_map_name_to_regnum.
1023 (frame_map_regnum_to_name): Simplify, call
1024 user_reg_map_regnum_to_name.
1025 (frame_register_unwind): Update.
1026 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
1027 (_initialize_frame_reg): Call user_reg_add_builtin.
1028 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
1029 (value_of_register): Use value_of_user_reg.
1030 * eval.c (evaluate_subexp_standard): Update.
1031 * parse.c (write_dollar_variable): Update.
1032 * d10v-tdep.c (d10v_print_registers_info): Update.
1033 * infcmd.c (registers_info): Update.
1034 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
1035 (builtin_regs_h): Delete macro.
1036 (user_regs_h): Define.
1037 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
1038 (builtin-regs.o): Delete target.
1039 (user-regs.o): Specify dependencies.
1040 (expprint.o): Update dependencies.
1041 (findvar.o): Update dependencies.
1042 (frame.o): Update dependencies.
1043 (std-regs.o): Update dependencies.
1044
9f476a01
CF
10452003-07-06 Christopher Faylor <cgf@redhat.com>
1046
1047 * win32-nat.c (solib_symbols_add): Use one variable for all section
1048 address stuff. Pass variable rather than address of variable to
1049 safe_symbol_file_add.
1050
a731b831
AS
10512003-07-06 Andreas Schwab <schwab@suse.de>
1052
1053 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
1054
9f83329d
JB
10552003-07-04 Joel Brobecker <brobecker@gnat.com>
1056
1057 * rs6000-nat.c (vmap_symtab): Fix compilation error.
1058
27e28cc5
KW
10592003-07-04 Kris Warkentin <kewarken@qnx.com>
1060
1061 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
1062
10632003-07-04 Kris Warkentin <kewarken@qnx.com>
1064
1065 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
1066 * config/i386/nto.mh: New file.
1067 * config/i386/nm-nto.h: New file.
1068 * configure.host: Add i[3456]86-*-nto*.
1069
100f2e98
JB
10702003-07-03 Joel Brobecker <brobecker@gnat.com>
1071
1072 * remote-vx.c (vx_add_symbols): Fix compilation error.
1073
e23457df
AC
10742003-07-03 Andrew Cagney <cagney@redhat.com>
1075
1076 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
1077 * gdbarch.h, gdbarch.c: Re-generate.
1078 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
1079 (legacy_register_name): Declare.
1080 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
1081 (REGISTER_NAME): Define.
1082 * sparc-tdep.c (legacy_register_name): New function.
1083 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
1084 (REGISTER_NAME): Define.
1085 (hppa64_register_name): Declare.
1086 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
1087 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
1088 (hppa64_register_name): New function.
1089 (hppa_register_name): New function.
1090 * arch-utils.c (legacy_register_name): Delete.
1091 * arch-utils.h (legacy_register_name): Delete.
1092
38caaeec
DJ
10932003-07-03 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * cli/cli-interp.c (cli_interpreter_resume): Update the
1096 cli_uiout's stream to gdb_stdout.
1097
dadd712e
AC
10982003-07-03 Andrew Cagney <cagney@redhat.com>
1099
1100 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
1101 predicate.
1102 * gdbarch.h, gdbarch.c: Re-generate.
1103 * regcache.c (init_regcache_descr): Use legacy code when either
1104 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
1105
c7f1390e
DJ
11062003-07-02 Daniel Jacobowitz <drow@mvista.com>
1107
1108 * NEWS: Move "set logging" entry into GDB 6.0 section.
1109
4bc8c588
JB
11102003-07-02 Jim Blandy <jimb@redhat.com>
1111
a9dd42f1
JB
1112 * s390-tdep.c (struct frame_extra_info): new member:
1113 'stack_bought_valid'.
1114 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
1115 initialize fextra_info->stack_bought.
1116 (s390_frameless_function_invocation): Don't trust the value of
1117 fextra_info_ptr->stack_bought unless
1118 fextra_info->stack_bought_valid is set.
1119
4bc8c588
JB
1120 New S390 prologue analyzer.
1121 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
1122 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
1123 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
1124 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
1125 compute_x_addr, s390_on_stack, s390_store,
1126 s390_get_signal_frame_info): New functions.
1127 (S390_NUM_SPILL_SLOTS): New macro.
1128 (s390_get_frame_info): Rewritten.
1129 (is_arg_reg): Deleted.
1130
1131 Break out the decoding of S/390 instructions into separate
1132 functions, to make it more legible, and easier to check
1133 against the spec.
1134 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
1135 is_rx, is_rxe): New functions.
1136 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
1137 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
1138 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
1139 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
1140 enums for opcode values. (Is this an improvement?)
1141
fd13a04a
AC
11422003-07-02 Andrew Cagney <cagney@redhat.com>
1143
1144 * i386-tdep.c: Revert change committed as part of trad-frame code
1145 below.
1146
3f8091c1
DJ
11472003-07-02 Daniel Jacobowitz <drow@mvista.com>
1148
1149 * breakpoint.c (insert_catchpoint): Make static.
1150
8dd5115e
AS
11512003-07-02 Andreas Schwab <schwab@suse.de>
1152
1153 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
1154 former ia64_push_arguments and ia64_push_return_address, and use
1155 regcache functions instead of read/write_register.
1156 (ia64_gdbarch_init): Set push_dummy_call instead of
1157 deprecated_push_arguments and deprecated_push_return_address.
1158
a2229c23
AJ
11592003-07-01 Andreas Jaeger <aj@suse.de>
1160
1161 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
1162 before the call.
1163 Set %rax only to number of SSE registers used.
1164
3b3850e8
AC
11652003-07-01 Andrew Cagney <cagney@redhat.com>
1166
1167 * trad-frame.h: Update comments, a -1 .addr is reserved.
1168 (trad_frame_value_p, trad_frame_addr_p): Declare.
1169 (trad_frame_reg_p): Declare.
1170 (trad_frame_set_value): Rename trad_frame_register_value.
1171 (trad_frame_set_unknown): Declare.
1172 * trad-frame.c (trad_frame_realreg_p): New function.
1173 (trad_frame_addr_p, trad_frame_value_p): New function.
1174 (trad_frame_set_unknown): New function.
1175 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
1176 (trad_frame_prev_register): Use trad_frame_realreg_p,
1177 trad_frame_addr_p and trad_frame_value_p.
1178 (trad_frame_set_value): Rename trad_frame_register_value.
1179 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
1180 and trad_frame_set_value.
a2229c23 1181
4d819d0e
JB
11822003-06-30 Jim Blandy <jimb@redhat.com>
1183
1184 Patch from IBM (authors unspecified, probably Ulrich Weigand and
1185 Gerhard Tonn) for argument passing on the S/390 and S/390x:
1186 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
1187 for 16 registers, and then 32 more bytes.
1188 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
1189 New macros.
1190 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
1191 Move up in the file, since it's now used by is_simple_arg.
1192 (is_simple_arg): Don't assume registers are four bytes long.
1193 Exclude all double arguments. Extended floats are not simple
1194 args.
1195 (is_power_of_two): New function.
1196 (pass_by_copy_ref): Call is_power_of_two, and check that the
1197 length fits in a register, rather than listing all the acceptable
1198 sizes. Extended floats are not passed by reference.
1199 (s390_push_arguments): Don't assume registers are four bytes long.
1200 Reserve an argument register to point to the buffer for structures
1201 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
1202 S390_STACK_FRAME_OVERHEAD.
1203
1ad828f1
AS
12042003-06-30 Andreas Schwab <schwab@suse.de>
1205
1206 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
1207 format error message.
1208
39b00981
JB
12092003-06-30 Joel Brobecker <brobecker@gnat.com>
1210
1211 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
1212
b2a7f303
DC
12132003-06-30 David Carlton <carlton@kealia.com>
1214
1215 Band-aid for PR c++/1245.
1216 * Makefile.in (cp-support.o): Depend on complaints_h.
1217 * cp-support.c: Include complaints.h. Add declaration for
1218 find_last_component.
1219 (cp_find_first_component): Separate code into
1220 cp_find_first_component_aux.
1221 (cp_find_first_component_aux): Call demangled_name_complaint.
1222 (demangled_name_complaint): New.
1223
a257b5bb
AC
12242003-06-30 Andrew Cagney <cagney@redhat.com>
1225
1226 * remote.c (remote_write_bytes): Explicitly compute and then use
1227 the payload size. Update comments to reflect. Fixes problem of
1228 GDB not sending small packets as found by Fred Fish.
1229
0a2cfde4
AC
12302003-06-30 Andrew Cagney <cagney@redhat.com>
1231
1232 * remote.c (remote_async_wait): Fix -Wformat problem.
1233
3fcb8548
AC
12342003-06-29 Andrew Cagney <cagney@redhat.com>
1235
1236 * remote.c (remote_wait): Call error, and not warning, when the
1237 packet is corrupt.
1238 (remote_async_wait): Ditto.
1239
9f9970a3
DJ
12402003-06-29 Daniel Jacobowitz <drow@mvista.com>
1241
1242 * sparc-tdep.c (sparc_y_regnum): Make external again.
1243
83a8ccca
DJ
12442003-06-29 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * cli/cli-logging.c (pop_output_files): Add void to function
1247 definition.
1248
d2cf594a
AC
12492003-06-29 Andrew Cagney <cagney@redhat.com>
1250
1251 * frame.c (frame_register_unwind): Use unsigned char when dumping
1252 the buffer contents.
1253
0fac0b41
DJ
12542003-06-28 Daniel Jacobowitz <drow@mvista.com>
1255
1256 * cli/cli-logging.c: New file.
1257 * cli-out.c (struct ui_out_data): Add original_stream.
1258 (cli_redirect): New function.
1259 (cli_ui_out_impl): Add cli_redirect.
1260 (cli_out_new): Initialize original_stream.
1261 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
1262 (uo_redirect, ui_out_redirect): New.
1263 * ui-out.h (struct ui_out_impl): Add redirect member.
1264 (redirect_ftype): New.
1265 (ui_out_redirect): Add prototype.
1266 * Makefile.in: Add rules for cli-logging.c.
1267 * NEWS: Mention "set logging".
1268
88a07d7c
EZ
12692003-06-27 Elena Zannoni <ezannoni@redhat.com>
1270
1271 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
1272
4eb58876
AC
12732003-06-27 Andrew Cagney <cagney@redhat.com>
1274
1275 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
1276 (m68hc11_gdbarch_init): Do not set call_dummy_address.
1277 * avr-tdep.c (avr_call_dummy_address): Delete function.
1278 (avr_gdbarch_init): Do not set call_dummy_address.
1279
1549f619
EZ
12802003-06-27 Elena Zannoni <ezannoni@redhat.com>
1281
1282 * symfile.c (syms_from_objfile): Move variables to inner block.
1283 Move the checks for the non-mainline case a bit earlier to avoid
1284 doing some useless computations.
1285
3cb3398d
EZ
12862003-06-27 Elena Zannoni <ezannoni@redhat.com>
1287
1288 * dwarfread.c (decode_modified_type): Gag new compiler warning.
1289
3799ccc6
EZ
12902003-06-26 Elena Zannoni <ezannoni@redhat.com>
1291
1292 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
1293 sections.
1294
ce1f6491
MC
12952003-06-26 Michael Chastain <mec@shout.net>
1296
1297 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
1298 gdb/testsuite/gdb.c++/pr-1210.exp.
1299
d958dfd0
AC
13002003-06-26 Andrew Cagney <cagney@redhat.com>
1301
1302 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
1303 altivec_expression.h and altivec_registers.h.
1304
d31431ed
AC
13052003-06-26 Andrew Cagney <cagney@redhat.com>
1306
1307 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
1308 info->mach when MIPS16. Patch suggested by Fred Fish.
1309
714b1282
AC
13102003-06-26 Andrew Cagney <cagney@redhat.com>
1311
1312 * utils.c (internal_vproblem): Print the problem to a reason
1313 buffer and then pass to query. Make the msg variable more local.
1314
42efa47a
AC
13152003-06-26 Andrew Cagney <cagney@redhat.com>
1316
1317 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
1318 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
1319 * gdbarch.h, gdbarch.c: Re-generate.
1320 * frame-base.c (default_frame_args_address): Update. Use
1321 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
1322 not available.
1323 (default_frame_locals_address): Ditto for
1324 DEPRECATED_FRAME_LOCALS_ADDRESS.
1325 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
1326 (vax_frame_num_args): Update.
1327 (vax_gdbarch_init): Update.
1328 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1329 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1330 * mcore-tdep.c (mcore_gdbarch_init): Update.
1331 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1332 * ia64-tdep.c (ia64_gdbarch_init): Update.
1333 * symtab.h (address_class): Update comments.
1334 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
1335 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1336 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1337 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1338 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1339 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
1340 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
1341 * alpha-mdebug-tdep.c: Update.
1342 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
1343
8ffd9b1b
AJ
13442003-06-26 Andreas Jaeger <aj@suse.de>
1345
1346 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
1347 of SSE registers so that varargs functions work. Rework handling
1348 of passing arguments on the stack.
1349 (x86_64_store_return_value): Return double and float values in SSE
1350 register.
1351
e8ac10a6
MC
13522003-06-24 Michael Chastain <mec@shout.net>
1353
1354 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
1355 the "constructor breakpoints ignored" bug.
1356
986af8e6
DC
13572003-06-25 David Carlton <carlton@kealia.com>
1358
1359 * MAINTAINERS: Update e-mail address.
1360
d64558a5
JB
13612003-06-24 Jim Blandy <jimb@redhat.com>
1362
e538d2d7
JB
1363 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
1364
02631ec0
JB
1365 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
1366 function.
1367 (ppc_linux_init_abi): Register it as the
1368 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
1369
e716d87a
JB
1370 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
1371 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
1372 method.
1373
d64558a5
JB
1374 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
1375 (ppc64_standard_linkage_target): Use it.
1376
449a5da4
AC
13772003-06-23 Andrew Cagney <cagney@redhat.com>
1378
1379 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
1380 for 0 "int0" and 4 "int32" sized registers.
1381 * gdbtypes.c (builtin_type_int0): Define.
1382 (build_gdbtypes): Initialize builtin_type_int0.
1383 * gdbtypes.h (builtin_type_int0): Declare.
1384
b2a02dda
SC
13852003-06-23 Stephane Carrez <stcarrez@nerim.fr>
1386
1387 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
1388 as characters are unsigned.
1389
fba3138e
DJ
13902003-06-22 Daniel Jacobowitz <drow@mvista.com>
1391
1392 PR gdb/1179
1393 * dwarfread.c (struct_type): Skip static fields without crashing.
1394
f6c8180b
AC
13952003-06-22 Andrew Cagney <cagney@redhat.com>
1396
1397 GDB 6.0 branch created.
f2c06f52
AC
1398 * README: Update.
1399 * PROBLEMS: Update. Empty.
1400 * NEWS: Update.
f6c8180b 1401
ae822768
DJ
14022003-06-22 Daniel Jacobowitz <drow@mvista.com>
1403
1404 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
1405 Suggested by Nick Hibma <n_hibma@webweaving.org>.
1406
261de166
AC
14072003-06-22 Andrew Cagney <cagney@redhat.com>
1408
1409 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
1410 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
1411 Velikov.
1412
30e94205
DJ
14132003-06-22 Daniel Jacobowitz <drow@mvista.com>
1414
1415 * cli/cli-cmds.c (shell_escape): Silence warnings from old
1416 compilers.
1417
9e14d721
DJ
14182003-06-21 Daniel Jacobowitz <drow@mvista.com>
1419
1420 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
1421 argument of val_print.
1422 * cp-valprint.c (cp_print_value): Don't add the offset parameter
1423 to the address argument of baseclass_offset or target_read_memory.
1424 Do add it to the argument of cp_print_value_fields.
1425
a4b8ebc8
AC
14262003-06-21 Andrew Cagney <cagney@redhat.com>
1427
1428 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
1429 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
1430 instead of 0..NUM_REGS.
1431 (mips_register_reggroup_p): New function.
1432 (mips_pseudo_register_write): New function.
1433 (mips_pseudo_register_read): New function.
1434 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
1435 based on the register's type.
1436 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
1437 cooked.
1438 (mips_get_saved_register): Simplify. Assert that REGNO is a
1439 pseudo / cooked.
1440 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
1441 (mips_register_type): Replace mips_register_virtual_type. Map
1442 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
1443 when available.
1444 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
1445 that the register is cooked / virtual.
1446 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
1447 Only get the extra info when needed.
1448 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
1449 (mips32_heuristic_proc_desc): Fetch the cooked register.
1450 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
1451 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
1452 (mips_print_register): Use gdbarch_register_type, instead of
1453 REGISTER_VIRTUAL_TYPE.
1454 (print_gp_register_row): Use gdbarch_register_type, instead of
1455 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
1456 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1457 Print the pseudo / cooked registers.
1458 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
1459 Print the pseudo / cooked registers.
1460 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
1461 REG_NUM is pseudo / cooked.
1462 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
1463 (mips_n32n64_xfer_return_value): Ditto.
1464 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
1465 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
1466 (mips_register_sim_regno): New function.
1467 (mips_gdbarch_init): Set deprecated_register_byte,
1468 register_group_p, pseudo_register_write, pseudo_register_read,
1469 register_sim_regno, and num_pseudo_regs. Set register_type,
1470 instead of register_virtual_type.
1471 * Makefile.in (mips-tdep.o): Update dependencies.
1472 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
1473 REGISTER_VIRTUAL_TYPE.
1474 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
1475 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
1476 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
1477 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
1478 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
1479
325ed089
DJ
14802003-06-21 Daniel Jacobowitz <drow@mvista.com>
1481
1482 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
1483 * cli/cli-cmds.c: Include "gdb_vfork.h".
1484 (shell_escape): Use vfork.
1485
f0e7d0e8
AC
14862003-06-21 Andrew Cagney <cagney@redhat.com>
1487
c57bb9fa
AC
1488 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
1489 32 bit floating-point register saves.
1490
6e51443a
AC
1491 * frame.h (deprecated_unwind_get_saved_register): Delete.
1492 * frame.c (deprecated_unwind_get_saved_register): Delete function.
1493 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
1494 and deprecated_get_next_frame_hack instead of
1495 deprecated_unwind_get_saved_register.
1496
ed183c7c
AC
1497 * mips-tdep.c (mips_dump_tdep): Do not print
1498 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
1499
f0e7d0e8
AC
1500 * frame.c (get_frame_register): New function.
1501 (frame_unwind_register_signed): New function.
1502 (get_frame_register_signed): New function.
1503 (frame_unwind_register_unsigned): New function.
1504 (get_frame_register_unsigned): New function.
1505 * frame.h: Add comments on naming schema.
1506 (get_frame_register, frame_unwind_register_signed): Declare.
1507 (get_frame_register_signed, get_frame_register_signed): Declare.
1508 (frame_unwind_register_unsigned): Declare.
1509 (get_frame_register_unsigned): Declare.
1510
2224d941
TR
15112003-06-20 Theodore A. Roth <troth@openavr.org>
1512
1513 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
1514
8619218d
TR
15152003-06-20 Theodore A. Roth <troth@openavr.org>
1516
1517 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
1518 (avr_read_sp): Ditto.
1519
0b1b50c0
DJ
15202003-06-20 Daniel Jacobowitz <drow@mvista.com>
1521
1522 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
1523 * config/arm/nm-linux.h: Likewise.
1524 * config/arm/tm-linux.h: Likewise.
1525 * config/ia64/nm-linux.h: Likewise.
1526 * config/ia64/tm-ia64.h: Likewise.
1527 * config/s390/tm-linux.h: Likewise.
1528 * config/s390/tm-s390.h: Likewise.
1529 * s390-nat.c: Likewise.
1530 * s390-tdep.c: Likewise.
1531
1532 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
1533 * config/ia64/linux.mt: Likewise.
1534 * config/m68k/linux.mh: Likewise.
1535 * config/mips/linux.mt: Likewise.
1536 * config/powerpc/linux.mh: Likewise.
1537 * config/sh/linux.mt: Likewise.
1538
c8c18e65
KW
15392003-06-19 Kris Warkentin <kewarken@qnx.com>
1540
1541 * solib.c (solib_open): Change tests for whether to search
1542 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
1543 comments.
1544
dcccef2e
TR
15452003-06-19 Theodore A. Roth <troth@openavr.org>
1546
1547 * avr-tdep.c (avr_frame_address): Delete function.
1548 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
1549 set_gdbarch_frame_args_address.
1550
5861a190
AC
15512003-06-19 Andrew Cagney <cagney@redhat.com>
1552
1553 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
1554 (REGISTER_CONVERT_FROM_TYPE): Delete.
1555 (mips_register_convert_to_type): Delete declaration.
1556 (mips_register_convert_from_type): Delete declaration.
1557 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
1558 kernel/.
1559
0274a8ce
MS
15602003-06-19 Michael Snyder <msnyder@redhat.com>
1561
1562 * linux-nat.h: New file.
1563 * linux-nat.c: Include linux-nat.h.
8ffd9b1b 1564 * lin-lwp.c: Include linux-nat.h.
0274a8ce 1565 Move struct lwp_info def to linux-nat.h.
8ffd9b1b 1566 * linux-proc.c: Include linux-nat.h.
0274a8ce
MS
1567 (linux_make_note_section): Iterate over lwps instead of threads.
1568 (linux_do_thread_registers): Use lwp instead of merged pid.
1569 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
8ffd9b1b 1570 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
0274a8ce
MS
1571 Add dependency on linux_nat_h.
1572
adf5f719
TR
15732003-06-19 Theodore A. Roth <troth@openavr.org>
1574
1575 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
1576
6766a268
DJ
15772003-06-19 Daniel Jacobowitz <drow@mvista.com>
1578
1579 * varobj.c (get_type, get_target_type): Use check_typedef.
1580
1171114a
DJ
15812003-06-19 Daniel Jacobowitz <drow@mvista.com>
1582
1583 * breakpoint.c (insert_catchpoint): Call internal_error.
1584
adcf68a2
TR
15852003-06-19 Theodore A. Roth <troth@openavr.org>
1586
1587 * avr-tdep.c (avr_push_dummy_code): Delete function.
1588 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
1589
ea67f13b
DJ
15902003-06-19 Daniel Jacobowitz <drow@mvista.com>
1591
1592 * arch-utils.c (default_prepare_to_proceed): Remove.
1593 (generic_prepare_to_proceed): Remove.
1594 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
1595 (generic_prepare_to_proceed): Remove prototype.
1596 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
1597 * gdbarch.c: Regenerate.
1598 * gdbarch.h: Regenerate.
1599 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
1600 * hppah-nat.c (hppa_switched_threads): Remove.
1601 * infrun.c (prepare_to_proceed): New static function, copied from
1602 generic_prepare_to_proceed. Remove select_it argument.
1603 (proceed): Call prepare_to_proceed.
1604 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
1605 variables.
1606 (ptrace_wait): Don't set the removed variables.
1607 (hppa_switched_threads): Remove.
1608 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
1609 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
1610 (lin_lwp_prepare_to_proceed): Remove prototype.
1611 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
1612 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
1613
4add8633
TR
16142003-06-18 Theodore A. Roth <troth@openavr.org>
1615
1616 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
1617 trad-frame.h.
1618 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
1619 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
1620 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
1621 (AVR_PROLOGUE_*): Enumerate prologue types.
1622 (struct frame_extra_info): Remove.
1623 (struct avr_unwind_cache): Define.
1624 (avr_write_sp): Delete function.
1625 (avr_read_fp): Ditto.
1626 (avr_init_extra_frame_info): Ditto.
1627 (avr_pop_frame): Ditto.
1628 (avr_frame_saved_pc): Ditto.
1629 (avr_saved_pc_after_call): Ditto.
1630 (avr_push_return_address): Ditto.
1631 (avr_frame_chain): Ditto.
1632 (avr_store_struct_return): Ditto.
1633 (avr_push_arguments): Ditto.
1634 (avr_scan_prologue): Update comments. Changed to set up the info for
1635 cache unwinding. Now returns end of prologue PC.
1636 (avr_skip_prologue): Better handling of functions lacking a prologue
1637 by using avr_scan_prologue.
1638 (avr_scan_arg_moves): New function.
1639 (avr_saved_regs_unwinder): Ditto.
1640 (avr_frame_unwind_cache): Ditto.
1641 (avr_unwind_pc): Ditto.
1642 (avr_frame_this_id): Ditto.
1643 (avr_frame_prev_register): Ditto.
1644 (avr_frame_p): Ditto.
1645 (avr_frame_base_address ): Ditto.
1646 (avr_unwind_dummy_id): Ditto.
1647 (avr_push_dummy_code): Ditto.
1648 (push_stack_item): Ditto.
1649 (pop_stack_item): Ditto.
1650 (avr_push_dummy_call): Ditto.
1651 (struct stack_item): Define.
1652 (avr_frame_unwind): Declare structure.
1653 (avr_frame_base): Ditto.
1654 (avr_gdbarch_init): Remove calls to
1655 set_gdbarch_deprecated_init_frame_pc,
1656 set_gdbarch_deprecated_target_read_fp,
1657 set_gdbarch_deprecated_dummy_write_sp,
1658 set_gdbarch_deprecated_fp_regnum,
1659 set_gdbarch_deprecated_push_arguments,
1660 set_gdbarch_deprecated_push_return_address,
1661 set_gdbarch_deprecated_pop_frame,
1662 set_gdbarch_deprecated_store_struct_return,
1663 set_gdbarch_deprecated_frame_init_saved_regs,
1664 set_gdbarch_deprecated_init_extra_frame_info,
1665 set_gdbarch_deprecated_frame_chain,
1666 set_gdbarch_deprecated_frame_saved_pc,
1667 set_gdbarch_deprecated_saved_pc_after_call.
1668 Add calls to set_gdbarch_push_dummy_call,
1669 set_gdbarch_push_dummy_code,
1670 frame_unwind_append_predicate,
1671 frame_base_set_default,
1672 set_gdbarch_unwind_dummy_id,
1673 set_gdbarch_unwind_pc.
1674 Wrap a long line.
1675
7be04a68
MS
16762003-06-18 Corinna Vinschen <vinschen@redhat.com>
1677
1678 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
1679 registers for H8/300S.
1680 (h8300_print_registers_info): Ditto.
8ffd9b1b 1681 (h8300_gdbarch_init): Accommodate register count for H8/300S.
7be04a68 1682
ae087d01
DJ
16832003-06-18 Daniel Jacobowitz <drow@mvista.com>
1684
1685 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
1686 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
1687 (lin_lwp_wait): Likewise. Update comments.
1688 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
1689 (pull_pid_from_list, linux_record_stopped_pid): New.
1690
07d8f827
SC
16912003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1692
1693 * ada-lang.c (scan_discrim_bound): Name first argument.
1694 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
1695 declared by ALL_BLOCK_SYMBOLS.
1696
7cb47b14
SC
16972003-06-17 Stephane Carrez <stcarrez@nerim.fr>
1698
1699 * ada-tasks.c (find_function_in_inferior): Don't declare it.
1700 ("regcache.h"): Include it.
1701 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
1702
6ad8ae5c
DJ
17032003-06-17 Daniel Jacobowitz <drow@mvista.com>
1704
1705 * NEWS: Mention gdbserver detach change and "disconnect" command.
1706 * infcmd.c (disconnect_command): New function.
1707 (_initialize_infcmd): Add ``disconnect'' command.
1708 * remote.c (remote_async_detach): Delete.
1709 (remote_detach): Merge remote_async_detach.
1710 (remote_disconnect): New.
1711 (init_remote_ops): Set to_disconnect.
1712 (init_remote_cisco_ops): Likewise.
1713 (init_remote_async_ops): Likewise. Use remote_detach.
1714 * target.c (cleanup_target): Default to_disconnect.
1715 (update_current_target): Inherit to_disconnect.
1716 (target_disconnect, debug_to_disconnect): New functions.
1717 (setup_target_debug): Set to_disconnect.
1718 * target.h (struct target_ops): Add to_disconnect.
1719 (target_disconnect): Add prototype.
1720
687595f9
DJ
17212003-06-17 Daniel Jacobowitz <drow@mvista.com>
1722
1723 * breakpoint.c (insert_catchpoint): New function.
1724 (insert_breakpoints): Use catch_exceptions to call
1725 insert_catchpoint. Disable catchpoints if they fail to insert.
1726
29239a8f
DJ
17272003-06-17 Daniel Jacobowitz <drow@mvista.com>
1728
1729 * symfile.c (reread_symbols): Clear sym_private.
1730
2cdf3c63
AC
17312003-06-17 Andrew Cagney <cagney@redhat.com>
1732
1733 * trad-frame.h (struct frame_info): Add opaque declaration.
1734 * remote-fileio.h (struct cmd_list_element): Add opaque
1735 declaration.
1736 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
1737 comments.
1738
cf0e1e0d
DJ
17392003-06-17 Daniel Jacobowitz <drow@mvista.com>
1740
1741 * remote.c (remote_prepare_to_store): Replace call to
1742 deprecated_read_register_bytes with multiple regcache_raw_read
1743 calls.
1744
192cdb19
KW
17452003-06-17 Kris Warkentin <kewarken@qnx.com>
1746
1747 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
1748 (nto_find_and_open_solib): Likewise.
1749 (nto_init_solib_absolute_prefix): Likewise.
1750 (_initialize_nto_tdep): Fix indentation.
1751
89929b45
KW
17522003-06-17 Kris Warkentin <kewarken@qnx.com>
1753
1754 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
1755
46019f27
KW
17562003-06-17 Kris Warkentin <kewarken@qnx.com>
1757
1758 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
1759
1a38736e
JB
17602003-06-17 Jim Blandy <jimb@redhat.com>
1761
1762 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
1763
3605c34a
TR
17642003-06-16 Theodore A. Roth <troth@openavr.org>
1765
1766 * avr-tdep.c (avr_extract_return_value): New function.
1767 (avr_gdbarch_init): Set extract_return_value method.
1768
870b3035
AC
17692003-06-16 Andrew Cagney <cagney@redhat.com>
1770
1771 * frame.h (deprecated_get_next_frame_hack): Declare.
1772 * frame.c (legacy_saved_regs_prev_register): Only require
1773 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
1774 there are always saved regs.
1775 (deprecated_generic_get_saved_register): Do not require
1776 DEPRECATED_FRAME_INIT_SAVED_REGS.
1777 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
1778 use frame ID unwind instead.
1779 (deprecated_get_next_frame_hack): New function.
1780
63d47a7d
CV
17812003-06-16 Corinna Vinschen <vinschen@redhat.com>
1782
1783 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
1784 (h8300_push_dummy_call): ...this function. Some minor optimization.
1785 (h8300_push_return_address): Remove.
1786 (h8300_gdbarch_init): Remove calls to
1787 set_gdbarch_deprecated_dummy_write_sp,
1788 set_gdbarch_deprecated_push_arguments and
1789 set_gdbarch_deprecated_push_return_address.
1790 Add call to set_gdbarch_push_dummy_call.
1791
4bb1dc5e
CV
17922003-06-16 Corinna Vinschen <vinschen@redhat.com>
1793
1794 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
1795 (E_PSEUDO_EXR_REGNUM): Ditto.
1796 (h8300_is_argument_spill): Check for instructions moving argument
8ffd9b1b 1797 registers into safe registers.
4bb1dc5e
CV
1798 (h8300_skip_prologue): Check for stm instruction to push registers
1799 used for register variables onto stack.
1800 (gdb_print_insn_h8300): Remove.
1801 (h8300_examine_prologue): Add a comment.
1802 (h8300_register_name): Take pseudo registers into account.
1803 (h8300s_register_name): Ditto.
1804 (h8300sx_register_name): Ditto.
1805 (h8300_print_register): Ditto.
1806 (h8300_print_registers_info): Define "nice" printing order.
1807 (h8300_saved_pc_after_call): Take pseudo registers into account.
1808 (h8300_register_type): Ditto. Return type used for remote connection
1809 when requesting real CCR or EXR register, return actual type when
1810 requesting pseudo CCR or EXR.
1811 (h8300_pseudo_register_read): New function.
1812 (h8300_pseudo_register_write): Ditto.
1813 (h8300_dbg_reg_to_regnum): Ditto.
1814 (h8300s_dbg_reg_to_regnum): Ditto.
1815 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
1816 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
1817 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
1818 set_gdbarch_print_insn architecture dependent.
1819 Call set_gdbarch_pseudo_register_read and
1820 set_gdbarch_pseudo_register_write.
1821 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
1822
a59fe496
AC
18232003-06-16 Andrew Cagney <cagney@redhat.com>
1824
1825 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
1826 * gdbarch.h, gdbarch.c: Re-generate.
1827 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1828 * s390-tdep.c (s390_gdbarch_init): Update.
1829 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1830 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1831 * mips-tdep.c (mips_gdbarch_init): Update.
1832 * mcore-tdep.c (mcore_gdbarch_init): Update.
1833 * cris-tdep.c (cris_gdbarch_init): Update.
1834 * infcall.c (call_function_by_hand): Update.
1835 * ia64-tdep.c (ia64_push_arguments): Update comment.
1836 * frame.c (legacy_get_prev_frame): Do not assume
1837 SAVE_DUMMY_FRAME_TOS_P.
1838 * dummy-frame.c (find_dummy_frame): Update comment.
1839
6f4e5a41
AC
18402003-06-16 Andrew Cagney <cagney@redhat.com>
1841
1842 * regcache.c (do_cooked_read): Do not use register_valid_p.
1843
72fab697
TR
18442003-06-15 Theodore A. Roth <troth@openavr.org>
1845
1846 * avr-tdep.c (avr_register_type): Remove a blank line.
1847 (avr_scan_prologue): Correct some comments.
1848
e3d8b004
TR
18492003-06-15 Theodore A. Roth <troth@openavr.org>
1850
1851 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
1852 prologue types.
8ffd9b1b 1853 Properly scan prologues generated by gcc with the -mcall-prologues
e3d8b004
TR
1854 option.
1855 Add code to scan -mcall-prologues for mega devices.
1856
866b76ea
TR
18572003-06-15 Theodore A. Roth <troth@openavr.org>
1858
1859 * avr-tdep.c (avr_register_byte): Delete function.
1860 (avr_register_raw_size): Delete function.
1861 (avr_register_virtual_size): Delete function.
1862 (avr_register_virtual_type): Delete function.
1863 (avr_register_type): New function.
1864 (avr_address_to_pointer): Remove unused code.
1865 (avr_read_fp): Need to read FP as two separate bytes due to change to
1866 avr_register_type() usage.
1867 (avr_gdbarch_init): Don't set deprecated_register_size.
1868 Don't set deprecated_register_bytes.
1869 Don't set deprecated_register_byte.
1870 Don't set deprecated_register_raw_size.
1871 Don't set deprecated_max_register_raw_size.
1872 Don't set deprecated_register_virtual_size.
1873 Don't set deprecated_max_register_virtual_size.
1874 Don't set deprecated_register_virtual_type.
1875 Set register_type method.
1876
3993f6b1
DJ
18772003-06-15 Daniel Jacobowitz <drow@mvista.com>
1878
1879 * Makefile.in (linux-nat.o): Add rule.
1880 * linux-nat.c: New file.
1881 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
1882 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
1883 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
1884 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
1885 * config/arm/linux.mh (NATDEPFILES): Likewise.
1886 * config/i386/linux.mh (NATDEPFILES): Likewise.
1887 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1888 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1889 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1890 * config/mips/linux.mh (NATDEPFILES): Likewise.
1891 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1892 * config/s390/s390.mh (NATDEPFILES): Likewise.
1893 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1894
786a90bb
MK
18952003-06-15 Mark Kettenis <kettenis@gnu.org>
1896
1897 * i387-tdep.c: Reorder includes, fix some whitespace issues and
1898 replace out-of-date comment.
1899
3bd3f01e
AC
19002003-06-15 Andrew Cagney <cagney@redhat.com>
1901
1902 * rdi-share/host.h (Fail): Change to a varargs function.
1903 * remote-rdi.c (Fail): Update.
8ffd9b1b 1904
de5b9bb9
MK
19052003-06-15 Mark Kettenis <kettenis@gnu.org>
1906
1907 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
1908 (i386_convert_register_p, i386_register_to_value,
1909 i386_register_from_value): Handle types longer than 8 bytes.
1910
d532c08f
MK
19112003-06-15 Mark Kettenis <kettenis@gnu.org>
1912
1913 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
1914 Move floating-point code to new function in i387-tdep.c.
1915 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
1916 New functions containing code moved here from i386-tdep.c.
1917 * i387-tdep.h: Add opaque declaration for `struct type'.
1918 (i387_register_to_value, i387_value_to_register): New prototypes.
1919 * x86-64-tdep.c (x86_64_convert_register_p): New function.
1920 (x86_64_init_abi): Set convert_register_p, register_to_value and
1921 value_to_register here.
8ffd9b1b 1922
42c466d7
AC
19232003-06-14 Andrew Cagney <cagney@redhat.com>
1924
1925 * mips-tdep.c (mips_register_to_value): Make static.
1926 (mips_value_to_register): Make static.
1927 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
1928 * ia64-tdep.c (ia64_register_raw_size): Make static.
1929 (ia64_register_virtual_size): Make static.
1930 (ia64_register_byte): Make static.
1931 * i387-tdep.c: Include "i387-tdep.h".
1932 (print_387_control_word): Delete function.
1933 (print_387_status_word): Delete function.
1934 (print_387_status_bits): Delete function.
1935 (print_387_control_bits): Delete function.
1936 * Makefile.in (i387-tdep.o): Update dependencies.
1937 * rdi-share/host.h (Fail): Declare.
1938 * remote-rdi.c (Fail): Update to match declaration.
1939
2a9cda49
AC
19402003-06-14 Andrew Cagney <cagney@redhat.com>
1941
1942 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
1943 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
1944 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
1945 * config/djgpp/fnchange.lst: Delete "remote-array.c".
1946 * README: Delete reference to remote-array.
1947 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
1948 (remote-array.o): Delete target.
1949 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
1950 * remote-array.c: Delete file.
1951
ff2e87ac
AC
19522003-06-14 Andrew Cagney <cagney@redhat.com>
1953 Mark Kettenis <kettenis@gnu.org>
1954
1955 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
1956 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
1957 parameter with "frame".
1958 * gdbarch.h, gdbarch.c: Re-generate.
1959 * frame.h (put_frame_register): Declare.
1960 * frame.c (put_frame_register): New function.
1961 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
1962 (legacy_register_to_value): Rewrite, use "frame" to get the
1963 register value.
1964 (legacy_value_to_register): Rewrite, use "frame" to find the
1965 register's location before storing.
1966 * arch-utils.h (legacy_convert_register_p): Update.
1967 (legacy_register_to_value, legacy_value_to_register): Update.
1968 * findvar.c (value_from_register): Rewrite, eliminate use of
1969 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
1970 "frame" to REGISTER_TO_VALUE.
1971 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
1972 lval_reg_frame_relative + lval_register branch of the switch. Do
1973 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
1974 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
1975 I386_EDI_REGNUM): New defines.
1976 (i386_next_regnum, i386_convert_register_p,
1977 i386_register_to_value, i386_value_to_register): New functions.
1978 (i386_register_convertible, i386_register_convert_to_virtual,
1979 i386_convert_to_raw): Remove functions.
1980 (i386_gdbarch_init): Set convert_register_p, register_to_value and
1981 value_to_register instead of register_convertible,
1982 register_convert_to_virtual and register_convert_to_raw.
1983 * mips-tdep.c (mips_convert_register_p): New function.
1984 (mips_value_to_register): Replace mips_register_convert_from_type.
1985 (mips_register_to_value): Replace mips_register_convert_to_type.
1986 (mips_gdbarch_init): Set conver_register_p, value_to_register and
1987 register_to_value.
1988 * alpha-tdep.c (alpha_convert_register_p): Update.
1989 (alpha_value_to_register): Update, store the register.
1990 (alpha_register_to_value): Update, fetch the register.
1991
98be1e77
TR
19922003-06-14 Theodore A. Roth <troth@openavr.org>
1993
1994 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
1995 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
1996 Don't set deprecated_call_dummy_words.
1997 Remove commented out set_gdbarch_believe_pcc_promotion() call.
1998 Don't set remote_translate_xfer_address.
1999 (avr_io_reg_read_command): Remove commented out debug printf.
2000 Wrap a long line.
2001
57bc6122
TR
20022003-06-14 Theodore A. Roth <troth@openavr.org>
2003
2004 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
2005 causes gdb to seg fault.
2006
eb01fc62
DJ
20072003-06-14 Daniel Jacobowitz <drow@mvista.com>
2008
2009 * sparc-nat.c (fetch_inferior_registers): Correct
2010 a reference to "registers".
2011
3b3e6bee
DJ
20122003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
2013
2014 * Makefile.in (exc_request_U_h): Define
2015 (exc_request_S_h): Likewise.
2016 (msg_reply_S_h): Likewise.
2017 (msg_U_h): Likewise.
2018 (notify_S_h): Likewise.
2019 (process_reply_S_h): Likewise.
2020 (gnu-nat.o): Depend on gdb_obstack_h
2021 * gnu-nat.c: Include "gdb_obstack.h".
2022
b8de8283
AC
20232003-06-13 Andrew Cagney <cagney@redhat.com>
2024
2025 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
2026 * gdbarch.h, gdbarch.c: Re-generate.
8ffd9b1b 2027
f3be58bc
AC
20282003-06-13 Andrew Cagney <cagney@redhat.com>
2029
2030 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
2031 when deprecated REGISTER macros can be deleted.
2032 * gdbarch.h, gdbarch.c: Re-generate.
2033
4c0122c8
JB
20342003-06-13 Jim Blandy <jimb@redhat.com>
2035
2036 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
2037 Linux entry point symbols for _dl_debug_state, too.
2038
3e210248
AC
20392003-06-13 Andrew Cagney <cagney@redhat.com>
2040
2041 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
2042 available, do not use the FP register, and always save the TOS.
2043 * dummy-frame.c (dummy_frame_this_id): Do not assert
2044 SAVE_DUMMY_FRAME_TOS.
2045 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
2046 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
2047 (i386_push_dummy_call): Add 8 to the returned SP.
2048 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
2049 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
2050 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
2051 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
2052 (x86_64_push_dummy_call): Return "sp + 16".
2053 (x86_64_init_abi): Do not set save_dummy_frame_tos.
2054 * alpha-tdep.c (alpha_gdbarch_init): Do not set
2055 save_dummy_frame_tos.
2056
0b65af49
JB
20572003-06-13 Jim Blandy <jimb@redhat.com>
2058
2059 * frv-tdep.c (frv_use_struct_convention): Delete static
2060 declaration for function deleted in my change of 2003-06-12.
2061
4ea2465e
TR
20622003-06-13 Theodore A. Roth <troth@openavr.org>
2063
2064 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
2065 (avr_pointer_to_address): Shift code addrs left 1 bit.
2066 (avr_convert_from_func_ptr_addr): Delete function since operation is
2067 better handled by avr_address_to_pointer and avr_pointer_to_address.
2068 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
2069
1581182a
MK
20702003-06-13 Mark Kettenis <kettenis@gnu.org>
2071
2072 From Kelley Cook <kelleycook@wideopenwest.com>:
2073 * configure.host: Accept i[34567]86 variants.
2074 * configure.tgt: Likewise.
2075 * nlm/configure.in: Likewise.
2076 * nlm/configure: Regenerated.
2077
7aa1783e
RE
20782003-06-13 Richard Earnshaw <rearnsha@arm.com>
2079
2080 * arm-tdep.c (solib-svr4.h): Dont' include it.
2081 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
2082 * arm-linux-tdep.c: ... here. Make static.
2083 (arm_linux_init_abi): Register it.
2084 (solib-svr4.h): Include it.
2085 * Makefile.in: Update dependencies.
2086 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2087 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
2088
0261a0d0
CV
20892003-06-13 Corinna Vinschen <vinschen@redhat.com>
2090
2091 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
2092 indicate registers used for return values.
2093 (struct frame_extra_info): Drop args_pointer and locals_pointer.
2094 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
2095 members.
2096 (h8300_init_extra_frame_info): Ditto.
2097 (h8300_frame_locals_address): Removed.
2098 (h8300_frame_args_address): Removed.
2099 (h8300_extract_return_value): Use new regcache structure. Only care
2100 for 16 bit CPUs.
2101 (h8300h_extract_return_value): Same function for 32 bit CPUs.
2102 (h8300_store_return_value): Use new regcache structure. Only care
2103 for 16 bit CPUs.
2104 (h8300h_store_return_value): Same function for 32 bit CPUs.
2105 (h8300_store_struct_return): Removed.
2106 (h8300_extract_struct_value_address): Use new regcache structure.
2107 (h8300h_extract_struct_value_address): Removed.
2108 (h8300_push_dummy_code): New function.
2109 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
2110 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
2111 set_gdbarch_store_return_value architecture dependent.
2112 Call set_gdbarch_push_dummy_code and
2113 set_gdbarch_extract_struct_value_address.
2114 Remove calls to set_gdbarch_frame_args_address,
2115 set_gdbarch_frame_locals_address,
2116 set_gdbarch_deprecated_store_struct_return,
2117 set_gdbarch_deprecated_extract_return_value,
2118 set_gdbarch_deprecated_extract_struct_value_address,
2119 set_gdbarch_deprecated_call_dummy_words and
2120 set_gdbarch_deprecated_sizeof_call_dummy_words.
2121
055c394a
CV
21222003-06-13 Corinna Vinschen <vinschen@redhat.com>
2123
2124 * h8300-tdep.c (h8300_register_byte): Remove.
2125 (h8300h_register_byte): Remove.
2126 (h8300_register_virtual_type): Remove. Substitute by...
2127 (h8300_register_type): New function.
2128 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
2129 (h8300h_extract_struct_value_address): Ditto.
2130 (h8300_gdbarch_init): Drop calls to
2131 set_gdbarch_deprecated_register_byte and
2132 set_gdbarch_deprecated_register_virtual_type.
2133 Add call to set_gdbarch_register_type.
2134
9c04cab7
AC
21352003-06-13 Andrew Cagney <cagney@redhat.com>
2136
2137 * gdbarch.sh: Update comments on registers.
2138 (deprecated_register_byte): Rename register_byte.
2139 (deprecated_register_raw_size): Rename register_raw_size.
2140 (deprecated_register_virtual_size): Rename register_virtual_size.
2141 (deprecated_register_virtual_type): Rename register_virtual_type.
2142 * gdbarch.h, gdbarch.c: Re-generate.
2143 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2144 * vax-tdep.c (vax_gdbarch_init): Update.
2145 * v850-tdep.c (v850_gdbarch_init): Update.
2146 * sparc-tdep.c (sparc_gdbarch_init): Update.
2147 * sh-tdep.c (sh_gdbarch_init): Update.
2148 * s390-tdep.c (s390_gdbarch_init): Update.
2149 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2150 * ns32k-tdep.c: Update.
2151 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2152 * mips-tdep.c (mips_gdbarch_init): Update.
2153 * mcore-tdep.c (mcore_gdbarch_init): Update.
2154 * m68k-tdep.c (m68k_gdbarch_init): Update.
2155 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2156 * ia64-tdep.c (ia64_gdbarch_init): Update.
2157 * hppa-tdep.c (hppa_gdbarch_init): Update.
2158 * h8300-tdep.c (h8300_gdbarch_init): Update.
2159 * frv-tdep.c (frv_gdbarch_init): Update.
2160 * cris-tdep.c (cris_gdbarch_init): Update.
2161 * avr-tdep.c (avr_gdbarch_init): Update.
2162 * alpha-tdep.c (alpha_gdbarch_init): Update.
2163 * arm-tdep.c (arm_gdbarch_init): Update.
2164
b060cbea
AC
21652003-06-13 Andrew Cagney <cagney@redhat.com>
2166
2167 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
2168 mips_o32_use_struct_convention with always_use_struct_convention.
2169
0fc9922a
DC
21702003-06-12 David Carlton <carlton@kealia.com>
2171
2172 * cp-namespace.c (cp_set_block_scope): Comment out
2173 processing_has_namespace_info branch.
2174
1fd35568
JB
21752003-06-12 Jim Blandy <jimb@redhat.com>
2176
f470a70a
JB
2177 Recognize and skip 64-bit PowerPC Linux linkage functions.
2178 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
2179 insn_pattern, insns_match_pattern, d_field, ds_field): New
2180 functions, macros, and types for working with PPC instructions.
2181 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
2182 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
2183 ppc64_skip_trampoline_code): New functions, variables, and macros
2184 for recognizing and skipping linkage functions.
2185 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
2186 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
2187
49ff75ad
JB
2188 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
2189 register offsets for both the 32- and 64-bit interfaces.
2190
bd918c83
JB
2191 Actually finish the job started by my change of 2003-05-29.
2192 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
2193 other #definition of this.
2194 (ppc_linux_skip_trampoline_code): Remove declaration.
2195 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
2196 static.
2197 (ppc_linux_init_abi): Register it as the skip_trampoline_code
2198 method for GDBARCH.
2199
2200 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
2201 'long' on ppc64-*-linux*.
2202
f8c59253
JB
2203 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
2204 isn't #defined, assume the register doesn't exist: act as if
2205 tdep->ppc_mq_regnum were -1.
2206
8fbb30b1
JB
2207 * configure.host, configure.tgt: Add entries for
2208 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
2209 powerpc/linux.mt.
2210 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
2211 New files.
2212
1fd35568
JB
2213 * arch-utils.c (always_use_struct_convention): New function.
2214 * arch-utils.h (always_use_struct_convention): New prototype.
2215 * alpha-tdep.c (alpha_use_struct_convention): Delete.
2216 (alpha_gdbarch_init): Register always_use_struct_convention,
2217 instead of alpha_use_struct_convention.
2218 * cris-tdep.c (cris_use_struct_convention): Delete.
2219 (cris_gdbarch_init): Register always_use_struct_convention,
2220 instead of cris_use_struct_convention.
2221 * frv-tdep.c (frv_use_struct_convention): Delete.
2222 (frv_gdbarch_init): Register always_use_struct_convention,
2223 instead of frv_use_struct_convention.
2224 * h8300-tdep.c (h8300_use_struct_convention): Delete.
2225 (h8300_gdbarch_init): Register always_use_struct_convention,
2226 instead of h8300_use_struct_convention.
e3305dd9 2227 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
1fd35568
JB
2228 (mips_o32_gdbarch_init): Register always_use_struct_convention,
2229 instead of mips_o32_use_struct_convention.
2230
e14e6e9c
AC
22312003-06-12 Andrew Cagney <cagney@redhat.com>
2232
2233 * wince.c: Include "mips-tdep.h".
2234 * mips-tdep.h (mips_next_pc): Declare.
2235 * mcore-tdep.c: Make more local functions static.
2236 * Makefile.in (wince.o): Update dependencies.
2237
2335f48e
DC
22382003-06-12 David Carlton <carlton@kealia.com>
2239
2240 * symtab.c (lookup_symbol_aux_minsyms): Replace
2241 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
2242 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
2243 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
2244 SYMBOL_NATURAL_NAME.
2245
f70a7d61
AS
22462003-06-12 Andreas Schwab <schwab@suse.de>
2247
2248 * Makefile.in (tuiDisassem.o): Update dependencies.
2249
b6429628
DC
22502003-06-12 David Carlton <carlton@bactrian.org>
2251
2252 * symtab.h: Delete declaration of make_symbol_overload_list.
2253 Add declaration of lookup_partial_symbol.
2254 * symtab.c (remove_params): Move to cp-support.c.
2255 (overload_list_add_symbol, make_symbol_overload_list)
2256 (sym_return_val_size, sym_return_val_index): Ditto.
2257 (lookup_partial_symbol): Make extern.
2258 * cp-support.h: Add declaration of make_symbol_overload_list.
2259 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
2260 symtab.h, and block.h.
2261 (remove_params): Move here from symtab.c.
2262 (overload_list_add_symbol, make_symbol_overload_list)
2263 (sym_return_val_size, sym_return_val_index): Ditto.
2264 * valops.c: Include cp-support.h.
2265 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
2266 frame_h, and block_h.
2267 (valops.o): Depend on cp_support_h.
2268
084edea5
CV
22692003-06-12 Corinna Vinschen <vinschen@redhat.com>
2270
2271 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
2272 substitute by NUM_REGS throughout.
2273 (h8300_register_name): Only care for H8/300 and H8/300H registers.
2274 (h8300s_register_name): New function for H8S registers.
2275 (h8300sx_register_name): Ditto for H8SX registers.
2276 (h8300_print_register): Revise register printing, avoid depending
2277 on 32 bit long.
0261a0d0 2278 (h8300_register_byte): Only care for H8/300 registers.
084edea5
CV
2279 (h8300h_register_byte): New function for any other architecture.
2280 (h8300_register_raw_size): Remove.
2281 (h8300_register_virtual_type): Revise to return actually useful
2282 type.
2283 (h8300_extract_struct_value_address): Only care for H8/300 registers.
2284 (h8300h_extract_struct_value_address): New function for any other
2285 architecture.
2286 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
2287 set_gdbarch_register_name, set_gdbarch_register_byte,
2288 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
2289 Remove calls to set_gdbarch_deprecated_register_size,
2290 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
2291 set_gdbarch_deprecated_max_register_raw_size,
2292 set_gdbarch_register_virtual_size and
2293 set_gdbarch_deprecated_max_register_virtual_size entirely.
2294 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
2295 set_gdbarch_long_double_bit.
2296
06194148
JJ
22972003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2298
8ffd9b1b
AJ
2299 * doublest.c (convert_doublest_to_floatformat): When dealing
2300 with the implied integer bit, only alter mant_bits if we are
06194148
JJ
2301 processing a full 32 bits of mantissa.
2302
de4f826b
DC
23032003-06-11 David Carlton <carlton@bactrian.org>
2304
2305 * dictionary.h: New.
2306 * dictionary.c: New.
2307 * block.h: Add opaque declaration for struct dictionary.
2308 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
2309 'sym' members.
2310 (BLOCK_DICT): New macro.
2311 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
2312 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
2313 BLOCK_SHOULD_SORT.
2314 (ALL_BLOCK_SYMBOLS): Update definition.
2315 * Makefile.in (SFILES): Add dictionary.c.
2316 (dictionary_h): New.
2317 (COMMON_OBS): Add dictionary.o.
2318 (dictionary.o): New.
2319 (ada-lang.o): Depend on dictionary_h.
2320 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
2321 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
2322 (mi-cmd-stack.o): Ditto.
2323 (gdbtk-cmds.o): Update dependencies.
2324 (gdbtk-stack.o): Ditto.
2325 * ada-lang.c: Include dictionary.h.
2326 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
2327 (fill_in_ada_prototype, debug_print_block): Ditto.
2328 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
2329 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
2330 'is_sorted'.
2331 * mdebugread.c: Include dictionary.h.
2332 (struct parse_stack): Delete 'maxsyms' member.
2333 (parse_symbol): Update calls to new_block. Delete calls to
2334 shrink_block. Use dictionary methods.
2335 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
2336 Update calls to new_symtab. Don't maintain maxsyms data.
2337 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
2338 (add_symbol): Just call dict_add_symbol.
2339 (new_symtab): Delete 'maxsyms' argument.
2340 (new_symtab): Update calls to new_block.
2341 (new_block): Delete 'maxsyms' argument; add 'function' argument.
2342 (shrink_block): Delete function.
2343 (fixup_sigtramp): Update call to new_block. Add symbol via
2344 dict_add_symbol.
2345 * jv-lang.c: Include dictionary.h.
2346 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
2347 appropriately. Set class_symtab->free_func. Make sure the
2348 blockvector is big enough to hold two blocks.
2349 (add_class_symtab_symbol): Use dictionary methods.
2350 (free_class_block): New function.
2351 (type_from_class): Replace explicit iteration by
2352 ALL_BLOCK_SYMBOLS.
2353 * symtab.h (struct symtab): Replace 'free_ptr' method by
2354 'free_func'.
2355 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
2356 sort_symtab_syms.
2357 * dwarfread.c (psymtab_to_symtab_1): Delete call to
2358 sort_symtab_syms.
2359 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
2360 Include dictionary.h.
2361 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
2362 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
2363 sort_symtab_syms.
2364 * objfiles.c: Include dictionary.h.
2365 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
2366 * buildsym.c: Include dictionary.h.
2367 (finish_block): Use dictionary methods.
2368 (end_symtab): Set free_func to NULL, not free_ptr.
2369 * tracepoint.c: Include dictionary.h.
2370 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
2371 (scope_info): Ditto.
2372 * stack.c: Include dictionary.h.
2373 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
2374 (print_block_frame_labels, print_frame_arg_vars)
2375 (print_frame_args): Ditto.
2376 * symmisc.c (free_symtab_block): Use dictionary methods.
2377 (dump_symtab): Ditto.
2378 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
2379 Include dictionary.h.
2380 * symfile.h: Delete declarations of sort_block_syms,
2381 sort_symtab_syms.
2382 * symfile.c (sort_block_syms): Delete.
2383 (sort_symtab_syms): Delete.
2384 * symtab.c: Include dictionary.h.
2385 (lookup_block_symbol): Use dictionary iterators.
2386 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
2387 (search_symbols, make_symbol_completion_list): Ditto.
2388 (make_symbol_overload_list): Ditto.
2389 * valops.c (value_of_local): Use dict_empty.
2390 Include dictionary.h.
2391
a31f978c
JB
23922003-06-11 J. Brobecker <brobecker@gnat.com>
2393
2394 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
2395
526e70c0
DC
23962003-06-11 David Carlton <carlton@bactrian.org>
2397
2398 * block.h (BLOCK_SHOULD_SORT): Delete.
2399 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
2400 blocks.
2401 * ada-lang.c (ada_add_block_symbols): Ditto.
2402 * symfile.c (sort_block_syms): Delete.
2403 (sort_symtab_syms): Ditto.
2404 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
2405 declarations.
2406 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
2407 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
2408 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
2409 * dwarfread.c (psymtab_to_symtab_1): Ditto.
2410 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
2411 * mdebugread.c (psymtab_to_symtab_1): Ditto.
2412 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
2413
33c08150
JJ
24142003-06-11 Jeff Johnston <jjohnstn@redhat.com>
2415
8ffd9b1b 2416 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
33c08150
JJ
2417 bits to 128.
2418
781a750d
AC
24192003-06-11 Andrew Cagney <cagney@redhat.com>
2420
2421 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
2422 REGISTER_CONVERTIBLE.
2423 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
2424 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
2425 * gdbarch.h, gdbarch.c: Re-generate.
2426 * arch-utils.h (deprecated_register_convertible_not): Rename
2427 generic_register_convertible_not.
2428 * arch-utils.c (deprecated_register_convertible_not): Rename
2429 generic_register_convertible.
2430 (legacy_convert_register_p, legacy_register_to_value): Update.
2431 * sh-tdep.c (sh64_push_arguments): Update.
2432 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
2433 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
2434 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
2435 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
2436 * arch-utils.c (legacy_value_to_register): Update.
2437 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2438 (rs6000_register_convert_to_raw): Make parameter "from" const.
2439 * mips-tdep.c (mips_gdbarch_init): Update.
2440 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
2441 * infcmd.c (default_print_registers_info): Update.
2442 * ia64-tdep.c (ia64_gdbarch_init): Update.
2443 (ia64_register_convert_to_raw): Make parameter "from" const.
2444 * i386-tdep.c (i386_gdbarch_init): Update.
2445 (i386_register_convert_to_raw): Update.
2446
cd90e54f
AC
24472003-06-11 Andrew Cagney <cagney@redhat.com>
2448
2449 * remote-fileio.c: Include "remote-fileio.h".
2450 * Makefile.in (remote-fileio.o): Update dependencies.
2451 (remote_fileio_h): Fix typo.
2452
a78f21af
AC
24532003-06-11 Andrew Cagney <cagney@redhat.com>
2454
2455 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
2456 (xstormy16_save_dummy_frame_tos): Make static.
2457 (_initialize_xstormy16_tdep): Add declaration.
2458 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
2459 * v850-tdep.c: Make local functions static.
2460 (_initialize_v850_tdep): Add declaration.
2461 * sparc-tdep.c: Make local functions static.
2462 (_initialize_sparc_tdep): Add declaration.
2463 * sh-tdep.c: Make local functions static.
2464 (_initialize_sh_tdep): Add declaration.
2465 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
2466 * s390-tdep.c: Make local functions static.
2467 (_initialize_s390_tdep): Add declaration.
2468 * dbxread.c (find_stab_function_addr): Make static.
2469 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
2470 * ocd.c (_initialize_remote_ocd): Add declaration.
2471 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
2472 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
2473 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
2474 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
2475 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
2476 * remote-array.c (_initialize_array): Add declaration.
2477 (_initialize_remote_monitors): Add declaration.
2478 * remote-mips.c: Make local functions static.
2479 (_initialize_remote_mips): Add declaration.
2480 * mcore-tdep.c: Make all local functions static.
2481 (_initialize_mcore_tdep): Add declaration.
2482 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
2483 * abug-rom.c (_initialize_abug_rom): Add declaration.
2484 * rom68k-rom.c (_initialize_rom68k): Add declaration.
2485 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
2486 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
2487 * remote-est.c (_initialize_est): Add declaration.
2488 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
2489 (m68hc11_call_dummy_address): Make static.
2490 * ia64-tdep.c: Make local functions static.
2491 (_initialize_ia64_tdep): Add declaration.
2492 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
2493 * monitor.c (monitor_wait_filter): Make static.
2494 (_initialize_remote_monitors): Add declaration.
2495 * remote-hms.c (_initialize_remote_hms): Add declaration.
2496 * remote-e7000.c (fetch_regs_from_dump): Make static.
2497 (expect_n): Make static.
2498 (_initialize_remote_e7000): Add declaration.
2499 * ser-e7kpc.c: Always include "defs.h".
2500 (_initialize_ser_e7000pc): Add declaration.
2501 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
2502 * cris-tdep.c: Make all but one function static.
2503 (_initialize_cris_tdep): Add declaration.
2504 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
2505 * solib.c (update_solib_list): Make static.
2506 (_initialize_solib): Add declaration.
2507 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
2508 (_initialize_avr_tdep): Add declaration.
2509 * remote-rdi.c (voiddummy): Make static.
2510 (_initialize_remote_rdi): Add declaration.
2511 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
2512 * remote-rdp.c (send_rdp): Make static.
2513 (_initialize_remote_rdp): Add declaration.
2514 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
2515
cbcdb1f5
CV
25162003-06-11 Corinna Vinschen <vinschen@redhat.com>
2517
2518 * remote-fileio.c: Make ari happy.
2519
a191ea8d
JB
25202003-06-10 J. Brobecker <brobecker@gnat.com>
2521
2522 * rs6000-nat.c (child_xfer_memory): Compute the right address when
2523 fetching the trailing bytes of the buffer we are about to write.
2524
0ef75e11
AC
25252003-06-10 Andrew Cagney <cagney@redhat.com>
2526
2527 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
2528 * Makefile.in (remote-fileio.o): Update dependencies.
2529 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
2530 include <setjmp.h>, or <sys/types.h> conditional on USG.
2531 (remote_fio_jmp_buf): Delete global variable.
2532
449092f6 25332003-06-10 Corinna Vinschen <vinschen@redhat.com>
559fa028 2534 Martin M. Hunt <hunt@redhat.com>
449092f6 2535
559fa028
AC
2536 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
2537 (SFILES): Add remote-fileio.c.
2538 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
2539 dependencies for building remote.o.
449092f6
CV
2540 * remote-fileio.c: New file implementing the remote File-I/O protocol.
2541 * remote-fileio.h: New header file defining remote File-I/O interface.
8ffd9b1b 2542 * remote.c (remote_write_bytes, remote_read_bytes): Remove
449092f6
CV
2543 static storage class.
2544 (remote_wait, remote_async_wait): Call remote_fileio_request() on
2545 'F' packet.
2546 (_initialize_remote): Call initialize_remote_fileio().
2547 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
449092f6
CV
2548 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2549 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
2550 (captured_main): Initialize new ui_files.
2551 * ui-file.c: Add read and fgets input functions.
2552 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
2553 (null_file_read): New function.
2554 (ui_file_read): New function.
2555 (set_ui_file_read): New function.
2556 (stdio_file_read): New function.
2557 * ui-file.h: New type ui_file_read_ftype.
2558 (set_ui_file_read): Declare.
2559 (ui_file_read): Declare.
2560
248de703
AC
25612003-06-09 Andrew Cagney <cagney@redhat.com>
2562
2563 * frame.h (deprecated_unwind_get_saved_register): Rename
2564 generic_unwind_get_saved_register, update comments.
2565 * mips-tdep.c (mips_get_saved_register): Update.
2566 * frame.c (deprecated_unwind_get_saved_register): Update.
2567
0ed8aa57
AC
25682003-06-09 Andrew Cagney <cagney@redhat.com>
2569
2570 * vax-tdep.c (vax_frame_locals_address): Delete function.
2571 (vax_gdbarch_init): Do not set frame_locals_address.
2572 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
2573 (m68hc11_gdbarch_init): Do not set frame_locals_address.
2574 * s390-tdep.c (s390_frame_args_address): Delete function.
2575 (s390_gdbarch_init): Do not set frame_args_address or
2576 frame_locals_address.
2577 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
2578 (ns32k_gdbarch_init): Do not set frame_locals_address.
2579 * hppa-tdep.c (hppa_frame_args_address): Delete function.
2580 (hppa_frame_locals_address): Delete function.
2581 (hppa_gdbarch_init): Do not set frame_args_address, or
2582 frame_locals_address.
2583 * arm-tdep.c (arm_frame_args_address): Delete.
2584 (arm_frame_locals_address): Delete.
2585 (arm_gdbarch_init): Do not set frame_args_address, or
2586 frame_locals_address.
2587
983a287a
AC
25882003-06-09 Andrew Cagney <cagney@redhat.com>
2589
2590 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
2591 * gdbarch.h, gdbarch.c: Re-generate.
2592 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
2593 * arch-utils.c (frame_num_args_unknown): Delete function.
2594 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
2595 (frame_info): Use FRAME_NUM_ARGS_P.
2596 * arm-tdep.c (arm_frame_num_args): Delete function.
2597 (arm_gdbarch_init): Do not set frame_num_args.
2598 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
2599 * hppa-tdep.c (hppa_frame_num_args): Delete function.
2600 (hppa_gdbarch_init): Do not set frame_num_args.
2601 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
2602 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2603 frame_num_args to default frame_num_args_unknown.
2604 * v850-tdep.c (v850_gdbarch_init): Ditto.
2605 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2606 * sh-tdep.c (sh_gdbarch_init): Ditto.
2607 * s390-tdep.c (s390_gdbarch_init): Ditto.
2608 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2609 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2610 * mips-tdep.c (mips_gdbarch_init): Ditto.
2611 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2612 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
2613 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2614 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
2615 * i386-tdep.c (i386_gdbarch_init): Ditto.
2616 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2617 * frv-tdep.c (frv_gdbarch_init): Ditto.
2618 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
2619 * cris-tdep.c (cris_gdbarch_init): Ditto.
2620 * avr-tdep.c (avr_gdbarch_init): Ditto.
2621 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
2622
8d3b0994
AC
26232003-06-09 Andrew Cagney <cagney@redhat.com>
2624
2625 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
2626 (print_frame_args): Moved to "stack.c".
2627 * stack.c: Include "gdb_assert.h".
2628 (print_frame_nameless_args): Moved from "printcmd.c", made static.
2629 (print_frame_args): Moved from "printcmd.c".
2630 * frame.h (print_frame_args): Delete declaration.
2631 * Makefile.in (stack.o): Update dependencies.
2632
25e3a86b
AC
26332003-06-08 Andrew Cagney <cagney@redhat.com>
2634
2635 * frame.c (get_prev_frame): Remove reference to
2636 frame_args_address_correct in comments.
2637 * frame-base.c (default_frame_args_address): Delete code
2638 conditional on FRAME_ARGS_ADDRESS_CORRECT.
2639 * vax-tdep.c (vax_frame_args_address_correct): Delete.
2640 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
2641 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
2642 (vax_frame_args_address_correct): Delete declaration.
2643
a9e5fdc2
AC
26442003-06-08 Andrew Cagney <cagney@redhat.com>
2645
2646 * gdbarch.sh (UNWIND_SP): Add.
2647 * gdbarch.h, gdbarch.c: Re-generate.
2648 * frame.c (frame_sp_unwind): New function.
2649 (get_frame_sp): New function.
2650 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
2651 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
2652 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
2653 value.
2654 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
2655 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
2656
8983bd83
AC
26572003-06-08 Andrew Cagney <cagney@redhat.com>
2658
7fec2c59
AC
2659 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
2660 REMOTE_BREAKPOINT.
2661 * remote.c: Update.
2662 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
2663 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
2664 * config/m68k/tm-sun3.h: Update.
2665 * config/m68k/tm-m68klynx.h: Update.
2666 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
2667
8983bd83
AC
2668 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
2669 trad_frame". Update comments.
2670 * d10v-tdep.c (struct d10v_unwind_cache): Update.
2671 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
2672 (trad_frame_register_value, trad_frame_prev_register): Update.
2673
b9362cc7
AC
26742003-06-08 Andrew Cagney <cagney@redhat.com>
2675
2676 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
2677 from GCC's acinclude.m4.
2678 * configure.in: Check for getopt's delcaration.
8ffd9b1b 2679 * aclocal.m4, config.in, configure: Re-generate.
b9362cc7
AC
2680 * main.c (error_init): Delete declaration.
2681 * defs.h (error_init): Declare.
2682 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
2683 (rs6000_convert_from_func_ptr_addr): Make static.
2684 (_initialize_rs6000_tdep): Add declaration.
2685 * cli/cli-cmds.c (dont_repeat): Delete declaration.
2686 (show_commands, set_verbose, show_history): Delete declaration.
2687 * top.h (set_verbose): Add declaration.
2688 (show_history, set_history, show_commands): Add declaration.
2689 (do_restore_instream_cleanup): Add declaration.
2690 * objc-lang.c (specialcmp): Make static.
2691 (print_object_command): Make static.
2692 (find_objc_msgsend): Make static.
2693 (find_objc_msgcall_submethod_helper): Make static.
2694 (find_objc_msgcall_submethod): Make static.
2695 (_initialize_objc_language): Add declaration.
2696 (find_implementation_from_class): Make static.
2697 (find_implementation): Make static.
2698 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
2699 * objc-lang.h (lookup_struct_typedef): Add declaration.
2700 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
2701 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
2702 (do_restore_user_call_depth): Make static.
2703 (do_restore_instream_cleanup): Delete declaration.
2704 (dont_repeat): Delete declaration.
2705 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
2706 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
2707 * reggroups.c (_initialize_reggroup): Add declaration.
2708 * cp-support.c (_initialize_cp_support): Add declaration.
2709 * cp-abi.c (_initialize_cp_abi): Add declaration.
2710 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
2711 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
2712 (_initialize_gnu_v3_abi): Add declaration.
2713 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
2714 (_initialize_gnu_v2_abi): Add declaration.
2715 * frame-base.c (_initialize_frame_base): Add declaration.
2716 * doublest.c (floatformat_from_length): Make static.
2717 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
2718 * frame.c (create_sentinel_frame): Make static.
2719 (_initialize_frame): Add declaration.
2720 * top.c (do_catch_errors): Make static.
2721 (gdb_rl_operate_and_get_next_completion): Make static.
2722 * typeprint.c: Include "typeprint.h".
2723 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
2724 (sentinel_frame_this_id): Make static.
2725 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
2726 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
2727 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
2728 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
2729 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
2730 * maint.c (maintenance_print_architecture): Make static.
2731 * signals/signals.c (_initialize_signals): Add declaration.
2732 * std-regs.c (_initialize_frame_reg): Add declaration.
2733 * jv-exp.y (push_variable): ISO C definition.
2734 (push_qualified_expression_name): Ditto.
2735 * memattr.c (_initialize_mem): Add declaration.
2736 * remote.c (remote_check_watch_resources): Make static.
2737 (remote_stopped_by_watchpoint): Make static.
2738 (remote_stopped_data_address): Make static.
2739 * d10v-tdep.c (nr_dmap_regs): Make static.
2740 (a0_regnum): Make static.
2741 (d10v_frame_unwind_cache): Make static.
2742 (d10v_frame_p): Make static.
2743 * osabi.c (show_osabi): Make static.
2744 (_initialize_gdb_osabi): Add extern declaration.
2745 * gdbtypes.c (make_qualified_type): Make static.
2746 (safe_parse_type): Make static.
2747 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
2748 * macrotab.c (macro_bcache_free): Make static.
2749 * interps.c (interp_set_quiet): Make static.
2750 (interpreter_exec_cmd): Make static.
2751 * stack.h (select_frame_command): New file.
2752 * stack.c: Include "stack.h".
2753 (select_frame_command_wrapper): Delete function.
2754 (select_frame_command): Make global.
2755 * infcall.c: Include "infcall.h".
2756 * linespec.c: Include "linespec.h".
2757 * symfile.c (sections_overlap): Make static.
2758 * cp-support.h (cp_initialize_namespace): ISO C declaration.
2759 * charset.c (_initialize_charset): Add missing prototype.
2760 * regcache.c (init_legacy_regcache_descr): Make static.
2761 (do_regcache_xfree): Make static.
2762 (regcache_xfer_part): Make static.
2763 (_initialize_regcache): Add missing prototype.
2764 * breakpoint.c (parse_breakpoint_sals): Make static.
2765 (breakpoint_sals_to_pc): Make static.
2766 * interps.h (clear_interpreter_hooks): ISO C declaration.
2767 * Makefile.in (stack_h): Define.
2768 (stack.o, typeprint.o, mi-main.o): Update dependencies.
2769 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
2770
a0f267c7
AC
27712003-06-08 Andrew Cagney <cagney@redhat.com>
2772
2773 * Makefile.in (d10v-tdep.o): Update dependencies.
2774 (SFILES): Add trad-frame.c.
2775 (trad_frame_h): Define.
2776 (COMMON_OBS): Add trad-frame.o.
2777 (trad-frame.o): Specify dependencies.
2778 * d10v-tdep.c: Include "trad-frame.h".
2779 (saved_regs_unwinder): Delete function.
2780 (d10v_frame_prev_register): Use trad_frame_prev_register.
2781 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
2782 trad_frame", delete "regs" and "prev_sp".
2783 (prologue_find_regs): Use trad-frame.
2784 * trad-frame.h, trad-frame.c: New files.
2785
4538b4f4
MK
27862003-06-08 Mark Kettenis <kettenis@gnu.org>
2787
2788 * dwarf2cfi.c, dwarf2cfi.h: Remove.
2789
a0273b2f
AF
27902003-06-07 Adam Fedor <fedor@gnu.org>
2791
2792 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
2793 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
2794 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
2795 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
8ffd9b1b 2796 resolve_msgsend_super, resolve_msgsend_super_stret):
a0273b2f
AF
2797 Use it.
2798
3a6c3343
AC
27992003-06-07 Andrew Cagney <cagney@redhat.com>
2800
2801 * symfile.h: Re-indent, clean up comments.
2802
b46e02f6
AC
28032003-06-07 Andrew Cagney <cagney@redhat.com>
2804
2805 * inferior.h (deprecated_write_sp): Replace
2806 generic_target_write_sp.
2807 * regcache.c (deprecated_write_sp): Replace
2808 generic_target_write_sp.
2809 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2810 * vax-tdep.c (vax_gdbarch_init): Update.
2811 * v850-tdep.c (v850_gdbarch_init): Update.
2812 * sparc-tdep.c (sparc_gdbarch_init): Update.
2813 * sh-tdep.c (sh_gdbarch_init): Update.
2814 * s390-tdep.c (s390_gdbarch_init): Update.
2815 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2816 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2817 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2818 * mcore-tdep.c (mcore_gdbarch_init): Update.
2819 * m68k-tdep.c (m68k_gdbarch_init): Update.
2820 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2821 * ia64-tdep.c (ia64_gdbarch_init): Update.
2822 * h8300-tdep.c (h8300_gdbarch_init): Update.
2823 * frv-tdep.c (frv_gdbarch_init): Update.
2824 * cris-tdep.c (cris_gdbarch_init): Update.
2825 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
2826
a42e117c
AC
28272003-06-07 Andrew Cagney <cagney@redhat.com>
2828
2829 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
2830 Assert that PC_REGNUM is valid.
2831 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
2832
bd1ce8ba
AC
28332003-06-07 Andrew Cagney <cagney@redhat.com>
2834
2835 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
2836 * gdbarch.h, gdbarch.c: Regenerate.
2837 * mn10300-tdep.c: Include "gdb_assert.h".
2838 (mn10300_read_fp): New function.
2839 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
2840 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
2841 * ia64-tdep.c: Include "gdb_assert.h".
2842 (ia64_read_fp): New function.
2843 (ia64_gdbarch_init): Set deprecated_target_read_fp to
2844 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
2845 * regcache.c (generic_target_read_sp): Delete function.
2846 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
2847 * inferior.h (generic_target_read_sp): Delete declaration.
2848 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
2849 generic_target_read_sp.
2850 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2851 * sparc-tdep.c (sparc_gdbarch_init): Ditto
2852 * sh-tdep.c (sh_gdbarch_init): Ditto.
2853 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2854 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
2855
ec5cbaec
AC
28562003-06-07 Andrew Cagney <cagney@redhat.com>
2857
2858 * gdbarch.sh: Comment each field of startup_gdbarch.
2859 * gdbarch.h, gdbarch.c: Re-generate.
2860
cde9ea48
AC
28612003-06-07 Andrew Cagney <cagney@redhat.com>
2862
2863 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
2864 * gdbarch.h, gdbarch.c: Re-generate.
2865 * regcache.c: Update comments on read_pc et.al.
2866 (generic_target_read_pc): Delete function.
2867 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
2868 * inferior.h (generic_target_read_pc): Delete declaration.
2869 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
2870 generic_target_read_pc.
2871 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2872 * sh-tdep.c (sh_gdbarch_init): Ditto.
2873 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
2874 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 2875
9a90a780
AC
28762003-06-07 Andrew Cagney <cagney@redhat.com>
2877
2878 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
2879 "index" with "special_local_sect". Use strcmp instead of STREQ.
2880 Append period to coments.
2881
a39a16c4
MM
28822003-06-06 Mark Mitchell <mark@codesourcery.com>
2883
2884 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
2885 (elfstab_offset_sections): Likewise.
2886 * gdb-stabs.h (stab_section_info): Likewise.
2887 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
2888 * objfiles.c (objfile_relocate): Likewise.
2889 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
2890 * remote.c (get_offsets): Likewise.
2891 (remote_cisco_objfile_relocate): Likewise.
2892 * somread.c (som_symfile_offsets): Likewise.
2893 * symfile.c (alloc_section_addr_info): New function.
2894 (build_section_addr_info_from_section_tab): Use it.
2895 (free_section_addr_info): Adjust.
2896 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
2897 (syms_from_objfile): Allocate local_addr dynamically.
2898 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
2899 dynamically.
2900 (add_symbol_file_command): Allocate sect_opts dynamically.
2901 (reread_symbols): Avoid use of SECT_OFF_MAX.
2902 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
2903 (alloc_section_addr_info): Declare it.
2904 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
2905 * win32-nat.c (solib_symbols_add): Allocate section_addrs
2906 dynamically.
2907 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
8ffd9b1b 2908
20c6c2f8
AC
29092003-06-06 Andrew Cagney <cagney@redhat.com>
2910
2911 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
2912 (d10v_frame_unwind_cache): Do not set "return_pc".
2913
884a26c8
MS
29142003-06-06 Michael Snyder <msnyder@redhat.com>
2915
2916 * h8300-tdep.c: Make tidy (long lines).
2917
088ce440
ML
29182003-06-06 Michal Ludvig <mludvig@suse.cz>
2919
8ffd9b1b 2920 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
088ce440
ML
2921 to regcache_collect().
2922
7d773d96
JB
29232003-06-05 J. Brobecker <brobecker@gnat.com>
2924
2925 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
2926 pc_in_sigtramp multiarch method.
2927 (hppa_hpux_som_init_abi): Use it.
2928 (hppa_hpux_elf_init_abi): Likewise.
2929 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
2930 macro has been multiarched.
2931 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
2932 macro here, as hppa64 isn't multiarched yet.
2933
1df6926e
AC
29342003-06-05 Andrew Cagney <cagney@redhat.com>
2935
2936 * Makefile.in (value_h): Add $(frame_h).
2937 * value.h: Include "frame.h".
2938 (struct value): Replace "frame_addr" with "frame_id".
2939 (VALUE_FRAME_ID): Replace VALUE_FRAME.
2940 * values.c (allocate_value): Use VALUE_FRAME_ID.
2941 (value_copy): Use VALUE_FRAME_ID.
2942 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
2943 * valops.c (value_assign): Update. Use frame_find_by_id.
2944
6b53acc6
ML
29452003-06-05 Michal Ludvig <mludvig@suse.cz>
2946
2947 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
2948 in each pass.
2949
4d9850d3
JJ
29502003-06-05 Jeff Johnston <jjohnstn@redhat.com>
2951
2952 * thread-db.c (check_event): For create/death event breakpoints,
2953 loop through all messages to ensure that we read the message
2954 corresponding to the breakpoint we are at.
2955
8efca6ba
MS
29562003-06-04 Michael Snyder <msnyder@redhat.com>
2957
2958 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
2959
0912c7f2
MK
29602003-06-04 Mark Kettenis <kettenis@gnu.org>
2961
2962 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
2963 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
2964 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
2965 when handling .eh_frame sections.
2966
4e370325
JB
29672003-06-04 J. Brobecker <brobecker@gnat.com>
2968
2969 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
2970 prepare_to_proceed procedure instead of the hppa-specific one.
2971 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
2972
b757528f 29732003-06-04 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 2974
b757528f
JJ
2975 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
2976 * config.in: Regenerated.
2977 * configure.in: Add test for syscall function and check for
2978 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
2979 * configure: Regenerated.
2980 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
2981 <sys/syscall.h>.
2982 (kill_lwp): New function that uses tkill syscall or
2983 uses kill, depending on whether threading model is nptl or not.
2984 All callers of kill() changed to use kill_lwp().
2985 (lin_lwp_wait): Make special check when WIFEXITED occurs to
2986 see if all threads have already exited in the nptl model.
2987 (stop_and_resume_callback): New callback function used by the
2988 lin_lwp_wait thread exit handling code.
2989 (stop_wait_callback): Check for threads already having exited and
2990 delete such threads fromt the lwp list when discovered.
2991 (stop_callback): Don't assert retcode of kill call.
8ffd9b1b 2992
b757528f
JJ
2993 Roland McGrath <roland@redhat.com>
2994 * i386-linux-nat.c (ps_get_thread_area): New function needed by
2995 nptl libthread_db.
2996
087779b1
RH
29972003-06-03 Richard Henderson <rth@redhat.com>
2998
b21fd293
RH
2999 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
3000 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
3001 (alpha_sigtramp_frame_prev_register): Likewise.
3002 (alpha_heuristic_frame_prev_register): Likewise.
3003 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
3004
8ffd9b1b 3005 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
087779b1
RH
3006 alpha-specific register id names.
3007 (alpha_mdebug_frame_unwind_cache): Likewise.
3008 (alpha_mdebug_frame_prev_register): Likewise.
3009
baa490c4
RH
30102003-06-03 Richard Henderson <rth@redhat.com>
3011
3012 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
3013 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
3014 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
3015 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
3016 unwind routines.
3017 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
3018 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3019 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
3020
3021 * alpha-linux-tdep.c: Remove unnecessary includes.
3022 * Makefile.in (alpha-linux-tdep.o): Update.
3023
30242003-06-03 Richard Henderson <rth@redhat.com>
3025
3026 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
3027 (alphabsd_fill_fpreg): Likewise.
3028
f534e522
JB
30292003-06-03 J. Brobecker <brobecker@gnat.com>
3030
3031 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
3032 references to struct frame_info fields by calls to the equivalent
3033 accessors. Necessary now that frame_info is opaque.
3034
4035536b
JB
30352003-06-03 J. Brobecker <brobecker@gnat.com>
3036
3037 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
3038 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
3039 structure, field no longer exists.
3040
0bd79c5c
JB
30412003-06-03 J. Brobecker <brobecker@gnat.com>
3042
3043 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3044 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
3045
37bb6d9f
JB
30462003-06-03 J. Brobecker <brobecker@gnat.com>
3047
3048 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
3049 references to struct frame_info fields by calls to the equivalent
3050 accessors. Necessary now that frame_info is opaque.
3051
852ee05c
JB
30522003-06-03 J. Brobecker <brobecker@gnat.com>
3053
3054 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
3055 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
3056 structure, field no longer exists.
3057
7d58c67d
TR
30582003-06-03 Theodore A. Roth <troth@openavr.org>
3059
8ffd9b1b 3060 * remote.c (init_remote_state): Compute sizeof_g_packet by
7d58c67d
TR
3061 accumulation of the size of all registers instead of blindly using
3062 DEPRECATED_REGISTER_BYTES.
3063
0a48e7e8
MS
30642003-06-03 Michael Snyder <msnyder@redhat.com>
3065
3066 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
3067 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
3068 for h8300sx.
3069
9798ab0d
JB
30702003-06-03 J. Brobecker <brobecker@gnat.com>
3071
3072 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
3073 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
3074
00b037e2
AC
30752003-06-03 Andrew Cagney <cagney@redhat.com>
3076
3077 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
3078 (sparc_convert_to_raw): Delete function.
3079 (sparc_gdbarch_init): Do not set register_convert_to_raw or
3080 register_convert_to_virtual.
3081
043b2f77
JJ
30822003-06-03 Jeff Johnston <jjohnstn@redhat.com>
3083
3084 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
3085 layer if not dealing with a statically-linked threaded program.
3086
f43caff8
KW
30872003-06-03 Kris Warkentin <kewarken@qnx.com>
3088
3089 * solib.c (solib_open): Update comment to reflect actual search order.
3090
ae1e7417
AC
30912003-06-03 Andrew Cagney <cagney@redhat.com>
3092
3093 * frame.c (get_frame_memory_signed): New function.
3094 (get_frame_memory, get_frame_memory_unsigned): New function.
3095 (get_frame_arch): New function.
3096 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
3097 (get_frame_memory, get_frame_unsigned_memory): Declare.
3098 * d10v-tdep.c (d10v_frame_unwind_cache): Use
3099 get_frame_memory_unsigned and get_frame_arch.
3100 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
3101
cb123844
RG
31022003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
3103
3104 * MAINTAINERS (write after approval): Add myself.
3105
1bb792e9
JB
31062003-06-03 Jim Blandy <jimb@redhat.com>
3107
3108 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
3109 elements of gregset_t are 64 bits each, but access registers
3110 are still 32 bits, so they're packed two per gregset_t
3111 element. Unpack/pack them properly.
3112
aee8d8ba
DC
31132003-06-02 David Carlton <carlton@bactrian.org>
3114
3115 * linespec.c (find_methods): Break out code into
3116 add_matching_methods and add_constructors.
3117 (add_matching_methods): New.
3118 (add_constructors): Ditto.
3119
bf7488d2
AC
31202003-06-02 Andrew Cagney <cagney@redhat.com>
3121
bf7488d2
AC
3122 * sparc-tdep.c (sparc_print_registers): Delete call to
3123 REGISTER_CONVERTIBLE.
3124 (sparc_gdbarch_init): Do not set register_convertible.
3125 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3126 * frv-tdep.c (frv_gdbarch_init): Ditto.
3127 * cris-tdep.c (cris_gdbarch_init): Ditto.
3128
adedef68
EZ
31292003-06-02 Elena Zannoni <ezannoni@redhat.com>
3130
8ffd9b1b 3131 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
adedef68
EZ
3132 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
3133 (syms_from_objfile): Ditto.
3134
650fcc91
AS
31352003-06-03 Andreas Schwab <schwab@suse.de>
3136
3137 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
3138 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
3139
df4a182b
RH
31402003-06-02 Richard Henderson <rth@redhat.com>
3141
3142 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
3143 a member of all_reggroup.
3144
c483c494
RH
31452003-06-02 Richard Henderson <rth@redhat.com>
3146
3147 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
3148 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
3149 (alpha_lds, alpha_sts): New.
3150 (alpha_convert_register_p): Change from _register_convertible.
8ffd9b1b 3151 (alpha_register_to_value): Change from _convert_to_virtual;
c483c494
RH
3152 restructure and fail for type sizes other than 4 or 8.
3153 (alpha_value_to_register): Similarly.
3154 (alpha_extract_return_value): Use alpha_sts.
3155 (alpha_store_return_value): Use alpha_lds.
3156 (alpha_gdbarch_init): Update hooks.
3157
b38b6be2
RH
31582003-06-02 Richard Henderson <rth@redhat.com>
3159
3160 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
3161 regnum identifiers.
3162 (alpha_sigtramp_register_address): Likewise.
3163
98a8e1e5
RH
31642003-06-02 Richard Henderson <rth@redhat.com>
3165
3166 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
3167 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
3168 * alpha-tdep.h: Declare them.
3169
3170 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
3171 Remove zerobuf. Don't error on UNIQUE.
3172 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
3173 (ALPHA_REGSET_UNIQUE): Provide default.
3174 (supply_gregset): Use alpha_supply_int_regs.
3175 (fill_gregset): Use alpha_fill_int_regs.
3176 (supply_fpregset): Use alpha_supply_fp_regs.
3177 (fill_fpregset): Use alpha_fill_fp_regs.
3178 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
3179 (alphabsd_supply_reg): Use alpha_supply_int_regs.
3180 (alphabsd_fill_reg): Use alpha_fill_int_regs.
3181 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
3182 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
3183 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
3184
67dfac52
RH
31852003-06-02 Richard Henderson <rth@redhat.com>
3186
f75d70cc
RH
3187 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
3188
67dfac52
RH
3189 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
3190 (alpha_store_return_value): Likewise.
3191
0cf566ec
DC
31922003-06-02 David Carlton <carlton@math.stanford.edu>
3193
3194 * block.c (contained_in): Add 'const' to arguments.
3195 (block_function): Ditto.
3196 * block.h: Update declarations for block_function and
3197 contained_in.
3198
cdef89d0
DC
31992003-06-02 David Carlton <carlton@math.stanford.edu>
3200
3201 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
3202 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
3203 * p-valprint.c (pascal_val_print): Ditto.
3204 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
3205
72667056
RH
32062003-06-02 Richard Henderson <rth@redhat.com>
3207
98a8e1e5
RH
3208 * alpha-tdep.c (alpha_push_dummy_call): Use
3209 builtin_type_ieee_double_little instead of builtin_type_double.
eb4edb88 3210
8ffd9b1b 3211 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
98a8e1e5
RH
3212 sign-extension of 32-bit values.
3213 (alpha_store_return_value): Similarly.
0ede8eca 3214
98a8e1e5
RH
3215 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
3216 (alpha_extract_return_value): Likewise.
3217 (alpha_store_return_value): Likewise.
7b5e1cb3 3218
98a8e1e5
RH
3219 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
3220 (alpha_store_return_value): Error on IEEE Quad floats.
24064b5c 3221
98a8e1e5
RH
3222 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
3223 (alpha_extract_struct_value_address): Likewise.
3224 (alpha_store_return_value): Likewise.
3225 (alpha_store_struct_return): Remove.
3226 (alpha_gdbarch_init): Update hook registration to match.
5ec2bb99 3227
98a8e1e5
RH
3228 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
3229 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
3230 macros where appropriate.
3231 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
3232 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
14696584 3233
98a8e1e5
RH
3234 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
3235 for SP, GP; void_func_ptr for PC; non-language-specific types
3236 for all others.
3237 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
72667056 3238
6dd77b81
RH
32392003-06-02 Richard Henderson <rth@redhat.com>
3240
3241 * top.h (lim_at_start): Declare.
3242 * main.c (captured_main): Set it.
3243 * top.c (lim_at_start): Define.
3244 (command_loop): Use it instead of &environ.
3245 * event-top.c (command_handler): Likewise.
3246
f4dbdb54
JT
32472003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
3248
3249 * mipsnbsd-tdep.c: Update copyright years.
3250 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
3251
8f285956
RH
32522003-06-01 Richard Henderson <rth@redhat.com>
3253
98a8e1e5
RH
3254 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
3255 (alpha-linux-tdep.o): Update dependencies.
3256 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
3257 * alpha-mdebug-tdep.c: Remove unneeded includes.
8f285956 3258
615967cb
RH
32592003-06-01 Richard Henderson <rth@redhat.com>
3260
98a8e1e5
RH
3261 * alpha-tdep.c (alpha_register_reggroup_p): New.
3262 (alpha_gdbarch_init): Register it.
615967cb 3263
b59661bd
AC
32642003-06-02 Andrew Cagney <cagney@redhat.com>
3265
3266 * dwarfread.c: Eliminate "register"
3267 (decode_die_type): Eliminate assignment within "if".
3268 (struct_type, decode_array_element_type): Ditto.
3269 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
3270 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
3271 (decode_modified_type, completedieinfo): Ditto.
3272 * block.c: Eliminate "register".
3273 (blockvector_for_pc_sect): Eliminate assignment within "if".
3274 * cp-support.h (struct symbol): Opaque declaration.
3275 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
3276
5ef165c2
RH
32772003-06-01 Richard Henderson <rth@redhat.com>
3278
98a8e1e5
RH
3279 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
3280 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
5ef165c2 3281
143985b7
AF
32822003-06-01 Adam Fedor <fedor@gnu.org>
3283
3284 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
3285 * gdbarch.[ch]: Regenerate.
3286 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
3287 (hppa_gdbarch_init): Set it in the gdbarch vector.
3288 * i386-tdep.c (i386_fetch_pointer_argument): New
3289 (i386_gdbarch_init): Set it into gdbarch.
3290 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
3291 (rs6000_gdbarch_init): Set it in gdbarch.
3292 * sparc-tdep.c (sparc_fetch_pointer_argument): New
3293 (sparc_gdbarch_init): Set it in gdbarch.
3294
ae0167b9
AC
32952003-06-01 Andrew Cagney <cagney@redhat.com>
3296
7c0b4a20
AC
3297 * defs.h (extract_address): Delete declaration.
3298 * findvar.c (extract_address): Delete function.
3299 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
3300 extract_address with the inline equivalent,
3301 extract_unsigned_integer.
3302 (xstormy16_extract_struct_value_address): Ditto.
3303 (xstormy16_pointer_to_address): Ditto.
3304 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
3305 * v850-tdep.c (v850_push_arguments): Ditto.
3306 (v850_extract_return_value): Ditto.
3307 (v850_extract_struct_value_address): Ditto.
3308 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
3309 (sparcnbsd_get_longjmp_target_64): Ditto.
3310 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
3311 (get_longjmp_target): Ditto.
3312 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
3313 (sh64_extract_struct_value_address): Ditto.
3314 (sh_push_arguments): Ditto.
3315 (sh64_push_arguments): Ditto.
3316 * remote-vxsparc.c (vx_read_register): Ditto.
3317 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
3318 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
3319 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
3320 * mipsv4-nat.c (get_longjmp_target): Ditto.
3321 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
3322 * mips-nat.c (get_longjmp_target): Ditto.
3323 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
3324 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
3325 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
3326 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
3327 * irix5-nat.c (get_longjmp_target): Ditto.
3328 * irix4-nat.c (get_longjmp_target): Ditto.
3329 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
3330 (ia64_push_arguments): Ditto.
3331 * hpux-thread.c (hpux_thread_store_registers): Ditto.
3332 * h8300-tdep.c (h8300_push_arguments): Ditto.
3333 (h8300_store_return_value): Ditto.
3334 (h8300_extract_struct_value_address): Ditto.
3335 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
3336 (frv_push_arguments): Ditto.
3337 * avr-tdep.c (avr_pointer_to_address): Ditto.
3338 (avr_push_arguments): Ditto.
3339 * arm-tdep.c (arm_push_dummy_call): Ditto.
3340 (arm_get_longjmp_target): Ditto.
3341 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
3342 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
3343 (alpha_get_longjmp_target): Ditto.
3344
ae0167b9
AC
3345 * solib-irix.c (extract_mips_address): Inline extract_address,
3346 replacing it with extract_signed_integer.
3347 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3348 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
3349 (first_link_map_member, open_symbol_file_object): Ditto.
3350 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
3351 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
3352 (LM_NEXT, LM_NAME): Ditto.
3353
44d88583
RH
33542003-06-01 Richard Henderson <rth@redhat.com>
3355
98a8e1e5
RH
3356 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
3357 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
3358 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
3359 (alpha_cannot_store_register): Likewise.
3360 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
3361 * alpha-nat.c (supply_gregset): Likewise.
3362 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
44d88583 3363
310e9b6a
AC
33642003-06-01 Andrew Cagney <cagney@redhat.com>
3365
3366 * infcall.c (call_function_by_hand): Update comment on
3367 DEPRECATED_DUMMY_WRITE_SP.
3368
3369 * mips-tdep.c (mips_gdbarch_init): Do not set
3370 deprecated_dummy_write_sp.
3371 (mips_eabi_push_dummy_call): Set the SP register.
3372 (mips_o64_push_dummy_call): Set the SP register.
3373 (mips_o32_push_dummy_call): Set the SP register.
3374 (mips_n32n64_push_dummy_call): Set the SP register.
3375
5ab84872
RH
33762003-06-01 Richard Henderson <rth@redhat.com>
3377
98a8e1e5
RH
3378 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
3379 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
3380 (supply_gregset): Likewise.
3381 * alpha-tdep.c (alpha_store_return_value): Likewise.
3382 (alpha_get_longjmp_target): Likewise.
3383 (alpha_register_name): Constify array.
3384 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
3385 deprecated_register_size, deprecated_register_bytes,
3386 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
3387 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
3388 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
5ab84872 3389
09cc52fd
RH
33902003-06-01 Richard Henderson <rth@redhat.com>
3391
3392 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
3393 from arg_reg_buffer to regcache to avoid double conversion.
3394
c7f16359
MK
33952003-06-01 Mark Kettenis <kettenis@gnu.org>
3396
3397 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
3398 SP_REGNUM.
3399 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
3400 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
3401
7131cb6e
RH
34022003-06-01 Richard Henderson <rth@redhat.com>
3403
98a8e1e5
RH
3404 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
3405 (decode_frame_entry): Set it. Skip FDE augmentation.
7131cb6e 3406
f3e0f90b
RH
34072003-06-01 Richard Henderson <rth@redhat.com>
3408
98a8e1e5
RH
3409 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
3410 not overlapping PC_REGNUM.
f3e0f90b 3411
c88e30c0
RH
34122003-06-01 Richard Henderson <rth@redhat.com>
3413
98a8e1e5
RH
3414 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
3415 alpha_push_arguments. Don't dump argument register data to
3416 the target stack. Fix float and 128-bit long double semantics.
3417 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
3418 (alpha_fix_call_dummy): Remove.
3419 (alpha_call_dummy_words): Remove.
3420 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
c88e30c0 3421
f1a559ae
RH
34222003-06-01 Richard Henderson <rth@redhat.com>
3423
3424 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
3425
5e045346
AC
34262003-06-01 Andrew Cagney <cagney@redhat.com>
3427
95404a3e
AC
3428 * mips-tdep.c (is_mips16_addr): New function.
3429 (make_mips16_addr, unmake_mips16_addr): New functions.
3430 (pc_is_mips16, mips_fetch_instruction): Use.
3431 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
3432 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
3433 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
3434 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
3435 TARGET_MIPS.
3436 * config/mips/tm-mips.h: Update copyright.
3437 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
3438 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
3439 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
3440 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
3441 (TM_PRINT_INSN_MACH): Delete.
3442 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
3443
5e045346
AC
3444 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
3445 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
3446 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
3447 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
3448 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
3449 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
3450 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
3451 mips*-*-riscos* and mips*-*-sysv* onto mips.
3452 * config/mips/mips64.mt: New file.
3453 * config/mips/mips.mt: New file.
3454 * config/mips/littlemips.mt: Delete file.
3455 * config/mips/decstation.mt: Delete file.
3456 * config/mips/vr4300el.mt: Delete file.
3457 * config/mips/vr5000el.mt: Delete file.
3458 * config/mips/vr5000.mt: Delete file.
3459 * config/mips/vr4100.mt: Delete file.
3460 * config/mips/vr4xxxel.mt: Delete file.
3461 * config/mips/vr4300.mt: Delete file.
3462 * config/mips/vr4xxx.mt: Delete file.
3463 * config/mips/bigmips.mt: Delete file.
3464 * config/mips/bigmips64.mt: Delete file.
3465 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
3466 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
3467 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
3468 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
3469 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
3470 "tm-bigmips.h".
3471 * config/mips/tm-irix3.h: Ditto.
3472 * config/mips/tm-mipsv4.h: Ditto.
3473 * config/mips/tm-embed.h: Ditto.
3474 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
3475 "tm-bigmips64.h".
3476 * config/mips/tm-vr5000el.h: Delete file.
3477 * config/mips/tm-tx39l.h: Delete file.
3478 * config/mips/tm-vr4300el.h: Delete file.
3479 * config/mips/tm-vr4xxxel.h: Delete file.
3480 * config/mips/tm-vr4300.h: Delete file.
3481 * config/mips/tm-vr4100.h: Delete file.
3482 * config/mips/tm-vr4xxx.h: Delete file.
3483 * config/mips/tm-vr5000.h: Delete file.
3484 * config/mips/tm-embedl64.h: Delete file.
3485 * config/mips/tm-embedl.h: Delete file.
3486 * config/mips/tm-embed64.h: Delete file.
3487 * config/mips/tm-bigmips64.h: Delete file.
3488 * config/mips/tm-bigmips.h: Delete file.
3489
2473a4a9
MK
34902003-06-01 Mark Kettenis <kettenis@gnu.org>
3491
97a5b208
MK
3492 Fix gdb/1216.
3493 * shnbsd-nat.c: Include "sh-tdep.h".
3494
2473a4a9
MK
3495 From Richard Henderson <rth@redhat.com>:
3496 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
3497
e0f7ec59
AC
34982003-05-31 Andrew Cagney <cagney@redhat.com>
3499
3500 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
3501 forward declaration.
3502 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3503 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
3504 (mips_find_saved_regs): Use set_reg_offset.
3505 (mips_frame_init_saved_regs): Delete function.
3506 (mips_pop_frame): Call mips_find_saved_regs instead of
3507 DEPRECATED_FRAME_INIT_SAVED_REGS.
3508
68dcc709
AC
35092003-05-31 Andrew Cagney <cagney@redhat.com>
3510
3511 * mips-tdep.c (mips_gdbarch_init): Do not set
3512 deprecated_max_register_raw_size, register_virtual_size, and
3513 deprecated_max_register_virtual_size.
3514
cfc14b3a
MK
35152003-05-31 Mark Kettenis <kettenis@gnu.org>
3516
6405b0a6
MK
3517 * i386-tdep.c: Include "dwarf2-frame.h".
3518 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
3519 * Makefile.in (i386-tdep.o): Update dependencies.
3520
cfc14b3a
MK
3521 * dwarf2-frame.c, dwarf2-frame.h: New files.
3522 * Makefile.in (SFILES): Add dwarf2-frame.c.
3523 (dwarf2_frame_h): Define.
3524 (COMMON_OBS): Add dwarf2-frame.o.
3525 (dwarf2-frame.o): Add dependencies.
3526
6a2751d2
AJ
35272003-05-31 Andreas Jaeger <aj@suse.de>
3528
3529 * x86-64-linux-nat.c: Fix comment.
3530
1c3545ae
MK
35312003-05-31 Mark Kettenis <kettenis@gnu.org>
3532
10f93086
MK
3533 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
3534 function signature.
3535
1c3545ae
MK
3536 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
3537 have a sigcontext_addr handler.
3538 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
3539 sigcontext_addr handler.
3540
e11c53d2
AC
35412003-05-31 Andrew Cagney <cagney@redhat.com>
3542
3543 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
3544 (print_fp_register_row): Replace do_fp_register_row.
3545 (mips_print_fp_register): Add "file" and "frame" parameters.
3546 (mips_print_register): Add "file" and "frame" parameters.
3547 (mips_print_registers_info): Replace mips_do_registers_info.
3548 (mips_gdbarch_init): Set print_registers_info instead of
3549 deprecated_do_registers_info.
3550 (mips_read_fp_register_single): Add "frame" parameter.
3551 (mips_read_fp_register_double): Add "frame" parameter.
3552
a3386186
MK
35532003-05-31 Mark Kettenis <kettenis@gnu.org>
3554
70913449
MK
3555 * i386-tdep.c (i386_register_name): Check for MMX registers first.
3556 Fixes a bug where GDB would print the wrong register names for
3557 targets without SSE.
3558
2b5e0749
MK
3559 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
3560 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3561 registers.
3562
3563 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
3564 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
3565 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3566 TDEP->sc_sp_offset.
3567
a3386186
MK
3568 From Michal Ludvig <mludvig@suse.cz>:
3569 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
3570 and `sc_num_regs'.
3571 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3572 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3573 I386_ST0_REGNUM): Move here from...
3574 * i386-tdep.c: ... here.
3575 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
3576 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
3577 registers if possible.
3578 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
3579 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
3580 Remove variables.
3581 (i386bsd_sc_reg_offset): New variable.
3582 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
3583 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3584 TDEP->sc_sp_offset.
3585 (i386fbsd_sc_reg_offset): New variable.
3586 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
3587 TDEP->sc_num_regs.
3588 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
3589 variables.
3590 (i386fbsd4_sc_reg_offset): New variable.
3591 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
3592 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3593 TDEP->sc_sp_offset.
3594 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
3595 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
3596 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
3597 Remove variables.
3598 (i386nbsd_sc_reg_offset): New variable.
3599 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
3600 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3601 TDEP->sc_sp_offset.
3602 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
3603 Remove variables.
3604 (i386obsd_sc_reg_offset): New variable.
3605 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
3606 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
3607 TDEP->sc_sp_offset.
3608 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
3609 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
3610 for frame pointer offset in `struct sigcontext'.
3611
25ab4790
AC
36122003-05-31 Andrew Cagney <cagney@redhat.com>
3613
3614 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
3615 architecture methods call_dummy_words, sizeof_call_dummy_words,
3616 push_return_address, store_struct_return, and fix_call_dummy. Set
3617 push_dummy_call instead of deprecated_push_arguments.
3618 (mips_store_struct_return): Delete function.
3619 (mips_fix_call_dummy): Delete function.
3620 (mips_push_return_address): Delete function.
3621 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
3622 RA_REGNUM and T9_REGNUM.
3623 (mips_n32n64_push_dummy_call): Ditto for
3624 mips_n32n64_push_arguments.
3625 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
3626 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
3627
6a65450a
AC
36282003-05-31 Andrew Cagney <cagney@redhat.com>
3629
3630 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
3631 "dummy_addr" to "bp_addr".
3632 * infcall.c (call_function_by_hand): Pass "funaddr" to
3633 gdbarch_push_dummy_call.
3634 * gdbarch.h, gdbarch.c: Re-generate.
3635 * i386-tdep.c (i386_push_dummy_call): Update.
3636 * arm-tdep.c (arm_push_dummy_call): Update.
3637 * d10v-tdep.c (d10v_push_dummy_call): Update.
3638
c4f35dd8
MK
36392003-05-31 Mark Kettenis <kettenis@gnu.org>
3640
3641 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
3642 variable declarations.
3643 (x86_64_register_number, x86_64_register_name): Remove prototypes.
3644 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
3645 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
3646 x86_64_init_frame_pc, x86_64_init_frame_pc,
3647 x86_64_function_has_prologue): Remove prototypes.
3648 (X86_64_NUM_GREGS): New define.
3649 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
3650 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
3651 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
3652 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
3653 XMM1_REGNUM): Remove defines.
3654 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
3655 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
3656 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
3657 X86_64_XMM1_REGNUM): New defines.
3658 (struct x86_64_register_info): Renamed from `struct
3659 register_info'. Remove `size' member.
3660 (x86_64_register_info_table): Remove variable.
3661 (x86_64_register_info): New variable.
3662 (X86_64_NUM_REGS): New define.
3663 (X86_64_NUM_GREGS): Remove define.
3664 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
3665 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
3666 Remove variables.
3667 (x86_54_dwarf2_reg_to_regnum): Remove function.
3668 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
3669 (x86_64_dwarf_reg_to_regnum): New function.
3670 (x86_64_register_name): Rewrite.
3671 (x86_64_register_raw_size): Remove function.
3672 (x86_64_register_byte_table): Remove variable.
3673 (x86_64_register_byte): Remove function.
3674 (x86_64_register_virtual_type): Remove function.
3675 (x86_64_register_type): New function.
3676 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
3677 x86_64_register_convert_to_raw): Remove functions.
3678 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
3679 (x86_64_use_struct_convention): Make static. Adjust for renamed
3680 defines.
3681 (x86_64_frame_init_saved_regs): Remove function.
3682 (x86_64_push_arguments): Make static. Change to accept a regcache
3683 as argument.
3684 (x86_64_store_return_value, x86_64_extract_return_value): Make
3685 static. Rewrite based on i386 counterparts.
3686 (x86_64_push_dummy_call): New function.
3687 (X86_64_NUM_SAVED_REGS): New define.
3688 (x86_64_register_number): Remove function.
3689 (x86_64_store_struct_return): Remove function.
3690 (x86_64_frameless_function_invocation,
3691 x86_64_function_has_prologue): Remove functions.
3692 (PROLOG_BUFSIZE): Remove define.
3693 (struct x86_64_frame_cache): New structure.
3694 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
3695 x86_64_frame_cache, x86_64_frame_this_id,
3696 x86_64_frame_prev_register, x86_64_frame_p,
3697 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
3698 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
3699 functions.
3700 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
3701 variables.
3702 (x86_64_skip_prologue): Rewrite in terms of
3703 x86_64_analyze_prologue.
3704 (x86_64_frame_base_address): New function.
3705 (x86_64_frame_base): New variable.
3706 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
3707 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
3708 set deprecated_fp_regnum, deprecated_register_size,
3709 deprecated_register_bytes, register_raw_size, register_byte,
3710 register_virtual_type, register_convertiable,
3711 register_convert_to_virtual, convert_to_raw,
3712 deprecated_get_saved_register, deprecated_target_read_fp,
3713 deprecated_push_arguments, deprecated_push_return_address,
3714 deprecated_pop_frame, deprecated_store_struct_return,
3715 deprecated_frame_init_saved_regs, deprecated_frame_chain,
3716 frameless_function_invocation, deprecated_frame_saved_pc,
3717 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
3718 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
3719 deprecated_init_frame_pc and virtual_frame_pointer. Call
3720 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
3721 and x86_64_frame_p. Call frame_base_set_default to register
3722 x86_64_frame_base.
3723 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
3724 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
3725 (_initialize_x86_64_tdep): Remove function.
3726 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
3727 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
3728 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
3729 define.
3730 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
3731 (x86_64_linux_sigcontext_addr): Rewrite.
3732 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
3733 x86_64_linux_frame_saved_pc): Remove functions.
3734 (x86_64_linux_pc_in_sigtramp): Renamed from
3735 x86_64_linux_in_sigtramp. Try harder to recognize a signal
3736 trampoline.
3737 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
3738 Remove_functions.
3739 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
3740 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3741 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
3742 (x86_64_regmap): Rename to regmap.
3743 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
3744 x86_64_num_gregs.
3745 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
3746 x86_64_regmap.
3747 (x86_64_fxsave_offset): Remove function.
3748 (supply_fpregset): Simply call x86_64_supply_fxsave.
3749 (fill_fpregset): Simply call x86_64_fill_fxsave.
3750 (fetch_inferior_registers, store_inferior_registers): Avoid
3751 asignment in if-statement.
3752 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
3753 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
3754 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
3755 (fetch_core_registers): Remove function.
3756 (linux_elf_core_fns): Remove.
3757 (offsetoff): Don't define.
3758 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
3759 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
3760 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
3761 add core-regset.o.
3762 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
3763 protection against multiple includes instead of NM_X86_64_h. Add
3764 various comments. Include "config/nm-linux.h". Don't include
3765 <signal.h>.
3766 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
3767 GET_THREAD_SIGNALS): Remove defines.
3768 (x86_64_register_u_addr, kernel_u_size,
3769 lin_thread_get_thread_signals): Remove prototypes.
3770 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
3771 [HAVE_LINK_H]: Don't include "solib.h".
3772 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
3773 * config/i386/tm-x86-64linux.h: Fix comments.
3774 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
3775 x86-64-tdep.o): Update dependencies.
3776
c25083af
AC
37772003-05-30 Andrew Cagney <cagney@redhat.com>
3778
c8f55a7b
AC
3779 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
3780 Change parameter type to a "struct regcache *".
3781
c25083af
AC
3782 * gdbarch.sh: Regardless of the multi-arch level, always define
3783 the macro when not already defined.
3784 * gdbarch.h, gdbarch.c: Re-generate.
3785
fbe586ae
RH
37862003-05-30 Richard Henderson <rth@redhat.com>
3787
3788 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
3789 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
3790 (alpha_mdebug_frame_this_id): Likewise.
3791 (alpha_mdebug_frame_prev_register): Likewise.
3792 (alpha_mdebug_frame_base_address): Likewise.
3793 (alpha_mdebug_frame_locals_address): Likewise.
3794 (alpha_mdebug_frame_args_address): Likewise.
3795 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
3796 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
3797 (alpha_heuristic_frame_unwind_cache): Make static; add missing
3798 loop increment.
3799 (alpha_heuristic_frame_this_id): Make static.
3800 (alpha_heuristic_frame_prev_register): Likewise.
3801 (alpha_heuristic_frame_base_address): Likewise.
3802 * alpha-tdep.h: Update.
3803
acd5c798
MK
38042003-05-30 Mark Kettenis <kettenis@gnu.org>
3805
3806 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
3807 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
3808 defenitions.
3809 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
3810 * i386-tdep.c: Mark functions that are 64-bit safe as such.
3811 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
3812 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
3813 I386_ST0_REGNUM): New defines.
3814 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
3815 codestream_get): Remove define.
3816 (codestream_next_addr, condestream_addr, condestream_buf,
3817 codestream_off, codestream_cnt): Remove variables.
3818 (codestream_fill, codestream_seek, codestream_read): Remove
3819 functions.
3820 (i386_follow_jump): Rewrite to avoid usage of removed codestream
3821 functionality.
3822 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
3823 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
3824 i386_frame_saved_pc, i386_saved_pc_after_call,
3825 i386_frame_num_args, i386_frame_init_saved_regs,
3826 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
3827 i386_push_arguments): Remove functions.
3828 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
3829 functionality. Use i386_analyze_prologue instead of
3830 i386_get_frame_setup.
3831 (I386_NUM_SAVED_REGS): New define.
3832 (struct i386_frame_cache): New structure.
3833 (i386_alloc_frame_cache, i386_analyze_struct_return,
3834 i386_skip_probe, i386_analyze_frame_setup,
3835 i386_analyze_register_saves, i386_analyze_prologue,
3836 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
3837 i386_frame_prev_register, i386_sigtramp_frame_cache,
3838 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
3839 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
3840 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
3841 New functions.
3842 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
3843 New variables.
3844 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
3845 I386_EAX_REGNUM and I386_EDX_REGNUM.
3846 (i386_extract_return_value, i386_store_return_value): Use
3847 I386_ST0_REGNUM where appropriate.
3848 (i386_extract_struct_value_address): Rewrite to use extract_address.
3849 (i386_svr4_pc_in_sigtramp): Add comment.
3850 (i386_svr4_sigcontext_addr): Rewrite.
3851 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
3852 TDEP->sc_sp_offset.
3853 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
3854 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
3855 of new defines. Set push_dummy_call, don't set
3856 deprecated_push_arguments, deprecated_push_return_address,
3857 deprecated_pop_frame. Don't set parm_boundary. Don't set
3858 deprecated_frame_chain, deprecated_frame_saved_pc,
3859 deprecated_saved_pc_after_call. Set unwind_dummy_id,
3860 save_dummy_frame_tos, unwind_pc. Call
3861 frame_unwind_append_predicate and frame_base_set_default. Don't
3862 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
3863 Don't set frameless_function_invocation. Don't set
3864 deprecated_register_bytes, deprecated_register_size,
3865 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
3866 * i386-linux-tdep.c: Fix formatting in some comments.
3867 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
3868 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
3869 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
3870 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
3871 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
3872 redundant parentheses.
3873 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
3874 (i386_linux_sigcontext_addr): Use it. Rewrite.
3875 (find_minsym_and_objfile): Change name of second argument.
3876 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
3877 changed. Use frame_pc_unwind instead of
3878 DEPRECATED_SAVED_PC_AFTER_CALL.
3879 (i386_linux_init_abi): Don't set deprecated_register_bytes.
3880 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
3881 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
3882 unwinder.
3883 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
3884 "dummy-frame.h".
3885 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
3886 (_initialize_i386_cygwin_tdep): New prototype.
3887 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
3888 deprecated_frame_chain_valid.
3889 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
3890 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
3891 Rely on the SVR4 defaults.
3892 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
3893 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
3894
c89b70f1
AC
38952003-05-30 Andrew Cagney <cagney@redhat.com>
3896
3897 * infcall.c (call_function_by_hand): Always call
3898 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
3899
85b32d22
RH
39002003-05-30 Richard Henderson <rth@redhat.com>
3901
c89b70f1
AC
3902 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
3903 increment.
85b32d22 3904
bfe51b1e
JB
39052003-05-29 Jim Blandy <jimb@redhat.com>
3906
3907 Use gdbarch methods for solib stuff on PowerPC Linux.
3908 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
3909 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
3910 show through.
3911 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3912 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
3913 giving the same effect as the #definitions above.
3914
1abf022c
AF
39152003-05-29 Adam Fedor <fedor@gnu.org>
3916
3917 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
3918 (find_implementation_from_class): Replace it with the standard
3919 case i.e. do nothing.
3920
d2427a71
RH
39212003-05-29 Richard Henderson <rth@redhat.com>
3922
3923 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
3924 (alpha_linux_sigtramp_offset): Use it. Make static.
3925 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
3926 update for new frame model.
3927 * alpha-mdebug-tdep.c: New file.
3928 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
3929 (alpha_osf1_init_abi): Install it.
3930 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
3931 (linked_proc_desc_table): Remove.
3932 (alpha_frame_past_sigtramp_frame): Remove.
3933 (alpha_dynamic_sigtramp_offset): Remove.
3934 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
3935 (alpha_proc_desc_is_dyn_sigtramp): Remove.
3936 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
3937 (push_sigtramp_desc): Remove.
3938 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
3939 (alpha_cannot_store_register): Likewise.
3940 (alpha_sigcontext_addr): Remove.
3941 (alpha_find_saved_regs): Remove.
3942 (alpha_frame_init_saved_regs): Remove.
3943 (alpha_init_frame_pc_first): Remove.
3944 (read_next_frame_reg): Remove.
3945 (alpha_frame_saved_pc): Remove.
3946 (alpha_saved_pc_after_call): Remove.
3947 (temp_proc_desc, temp_saved_regs): Remove.
3948 (alpha_about_to_return): Remove.
3949 (cached_proc_desc): Remove.
3950 (alpha_frame_chain): Remove.
3951 (alpha_print_extra_frame_info): Remove.
3952 (alpha_init_extra_frame_info): Remove.
3953 (alpha_frame_locals_address): Remove.
3954 (alpha_frame_args_address): Remove.
3955 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
3956 (alpha_push_dummy_frame): Remove.
3957 (alpha_pop_frame): Remove.
3958 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
3959 (alpha_read_insn): New.
3960 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
3961 for different insn encodings.
3962 (alpha_in_lenient_prologue): Remove.
3963 (struct alpha_sigtramp_unwind_cache): New.
3964 (alpha_sigtramp_frame_unwind_cache): New.
3965 (alpha_sigtramp_register_address): New.
3966 (alpha_sigtramp_frame_this_id): New.
3967 (alpha_sigtramp_frame_prev_register): New.
3968 (alpha_sigtramp_frame_unwind): New.
3969 (alpha_sigtramp_frame_p): New.
3970 (struct alpha_heuristic_unwind_cache): New.
3971 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
3972 don't count nop insns that occur between functions.
3973 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
3974 heuristic_proc_desc, but without the mdebug wrapping.
3975 (alpha_heuristic_frame_this_id): New.
3976 (alpha_heuristic_frame_prev_register): New.
3977 (alpha_heuristic_frame_unwind): New.
3978 (alpha_heuristic_frame_p): New.
3979 (alpha_heuristic_frame_base_address): New.
3980 (alpha_heuristic_frame_base): New.
3981 (alpha_unwind_dummy_id): New.
3982 (alpha_unwind_pc): New.
3983 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
3984 frame related deprecated initializations; install replacements.
3985 (alpha_dump_tdep): Remove.
3986 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
3987 (alpha_read_insn, alpha_after_prologue,
3988 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
3989 alpha_heuristic_frame_prev_register,
3990 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
3991 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
3992 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
3993 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
3994
93ec1121
AC
39952003-05-29 Andrew Cagney <cagney@redhat.com>
3996
3997 * gdb_assert.h (gdb_assert_fail): Provide different definitions
3998 dependant on the availability of ASSERT_FUNCTION.
3999 (ASSERT_FUNCTION): Do not define when there is no function name.
4000
98f08d3d
KB
40012003-05-29 Kevin Buettner <kevinb@redhat.com>
4002
4003 From Jimi X <jimix@watson.ibm.com>:
4004 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
4005
0897f59b
JB
40062003-05-28 Jim Blandy <jimb@redhat.com>
4007
4008 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
4009 argument to ptrace to int; the system headers should give it the
4010 right type, and pointers don't fit in ints on powerpc64-*-*.
4011
14898363
L
40122003-05-28 H.J. Lu <hongjiu.lu@intel.com>
4013
4014 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
4015 DW_TAG_catch_block.
4016
a7a48797
EZ
40172003-05-26 Elena Zannoni <ezannoni@redhat.com>
4018
4019 * stabsread.c (dbx_lookup_type): Make static.
4020 (read_type): Ditto.
4021 (add_undefined_type): Ditto.
4022 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
4023 not export.
4024
f5479e9c
EZ
40252003-05-26 Elena Zannoni <ezannoni@redhat.com>
4026
4027 * hpread.c (hpread_has_name): Make static.
4028 (hpread_psymtab_to_symtab): Ditto.
4029 (file_exists): Ditto.
4030 (hpread_call_pxdb): Ditto.
4031 (hpread_pxdb_needed): Ditto.
4032 (hpread_quick_traverse): Ditto.
4033 (hpread_get_header): Ditto.
4034 (hpread_get_lntt): Ditto.
4035 (hpread_get_slt): Ditto.
4036 (class_of): Ditto.
4037
eb2e12d7
AS
40382003-05-25 Andreas Schwab <schwab@suse.de>
4039
78bf922a
AS
4040 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
4041 stack_align and deprecated_extra_stack_alignment_needed.
4042 (m68k_stack_align): Delete.
4043
eb2e12d7
AS
4044 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
4045 (m68k_register_virtual_size): Likewise.
4046 (altos_skip_prologue): Remove obsolete function.
4047 (isi_frame_num_args): Likewise.
4048 (news_frame_num_args): Likewise.
4049 (m68k_fix_call_dummy): Make static.
4050 (m68k_push_dummy_frame): Likewise.
4051 (m68k_pop_frame): Likewise.
4052 (m68k_skip_prologue): Likewise.
4053 (m68k_frame_init_saved_regs): Likewise.
4054 (m68k_saved_pc_after_call): Likewise.
4055 (m68k_get_longjmp_target): Make multi-arch.
4056 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
4057 structure. Register m68k_get_longjmp_target if enabled.
4058 * m68k-tdep.h (struct gdbarch_tdep): Define.
4059 * config/m68k/tm-m68k.h: Don't include "regcache.h".
4060
4061 * Makefile.in (config.status): Also depend on configure.tgt
4062 and configure.host.
4063 (m68klinux-tdep.o): Update dependencies.
4064 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
4065 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
4066 (M68K_LINUX_JB_PC): Define.
4067 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
4068 and take additional parameter.
4069 (m68k_linux_sigtramp_saved_pc): Update.
4070 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
4071 m68k_linux_pc_in_sigtramp, in_plt_section,
4072 find_solib_trampoline_target.
4073 * config/m68k/tm-linux.h: Don't include any tm headers.
4074 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
4075 (JB_ELEMENT_SIZE): Likewise.
4076 (JB_PC): Likewise.
4077 (GET_LONGJMP_TARGET): Likewise.
4078 (IN_SIGTRAMP): Likewise.
4079 (SVR4_SHARED_LIBS): Define this and include "solib.h".
4080
eb2c22dc
MK
40812003-05-25 Mark Kettenis <kettenis@gnu.org>
4082
4083 * sparc-tdep.c (sparc32_do_push_arguments): New function.
4084 (sparc32_push_arguments): Re-implement by calling
4085 sparc32_do_push_arguments.
4086
44b7b84e
MK
40872003-05-25 Mark Kettenis <kettenis@gnu.org>
4088
4089 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
4090 SPARC_O1_REGNUM): New defines.
4091 (sparc32_extract_return_value): Rewrite to operate on a regcache.
4092 (sparc32_store_return_value): New function.
4093 (sparc_extract_struct_value_address): Rewrite to operate on a
4094 regcache.
4095 (sparc_gdbarch_init): Don't set
4096 deprecated_extract_struct_value_address. Set
4097 extract_struct_value_address instead. Don't set
4098 deprecated_extract_return_value and deprecated_store_return_value
4099 for 32-bit targets. Set extract_return_value and
4100 store_return_value instead.
4101 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
4102 DEPRECTAED_EXTRACT_RETURN_VALUE,
4103 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
4104 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
4105 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
4106 (sparc_store_return_value): Remove prototype.
4107 (sparc32_store_return_value): New prototype.
4108 (sparc32_extract_return_value, sparc_extract_struct_value_address):
4109 Adjust prototypes.
4110
f6ad61e3
MK
41112003-05-24 Mark Kettenis <kettenis@gnu.org>
4112
4113 * sparcnbsd-tdep.c: Include "gdb_string.h".
4114
b276f1bb
AC
41152003-05-23 Andrew Cagney <cagney@redhat.com>
4116
4117 * p-valprint.c (pascal_val_print): Replace extract_address with
4118 the inline equivalent extract_unsigned_integer.
4119 * jv-valprint.c (java_value_print): Ditto.
4120 * ada-valprint.c (ada_val_print_1): Ditto.
4121 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
4122
e76c5fcc
TR
41232003-05-23 Theodore A. Roth <troth@openavr.org>
4124
4125 * blockframe.c (frameless_look_for_prologue): Remove unused
4126 after_prologue variable.
4127
2cdd89cb
MK
41282003-05-23 Mark Kettenis <kettenis@gnu.org>
4129
4130 * blockframe.c (get_pc_function_start): Rewrite to avoid
4131 asignments in if-statements.
4132
182d43bc
EZ
41332003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4134
4135 Committed by Elena Zannoni <ezannoni@redhat.com>.
8ffd9b1b 4136 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
182d43bc
EZ
4137 files, don't relocate absolute symbols (and do use mst_abs).
4138
e8f3fcdd
AC
41392003-05-23 Andrew Cagney <cagney@redhat.com>
4140
4141 * objc-lang.c: Include "gdb_assert.h".
4142 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
4143 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
4144 (gdb_check, gdb_check_fatal): Delete functions.
4145 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
4146 gdb_assert.
4147 (parse_selector, parse_method, find_methods, find_imps): Ditto.
4148 * Makefile.in (objc-lang.o): Update dependencies.
4149
3c23e6fb
ILT
41502003-05-22 Ian Lance Taylor <ian@airs.com>
4151
4152 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
4153 with fprintf_filtered, not fprintf_unfiltered.
4154
af1342ab
AC
41552003-05-22 Andrew Cagney <cagney@redhat.com>
4156
4157 * stack.c (frame_info): Inline extract_address, replacing it with
4158 extract_unsigned_integer.
4159 * findvar.c (unsigned_pointer_to_address): Ditto.
4160 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
4161 * dwarf2expr.c (dwarf2_read_address): Ditto.
4162 * frame.c (frame_pc_unwind): Update comment.
4163 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
4164
47e242ec
JJ
41652003-05-22 Jeff Johnston <jjohnstn@redhat.com>
4166
4167 * infptrace.c (detach): Call print_sys_errmsg rather than
4168 perror_with_name to issue warning message when errno is non-zero
4169 after calling ptrace detach.
4170
e2ac8128
JB
41712003-05-21 J. Brobecker <brobecker@gnat.com>
4172
4173 * config/pa/tm-hppa.h: Delete some unused macros. Move some
4174 macro definitions from here...
4175 * hppa-tdep.c: ...to there.
4176
92b3541e
KB
41772003-05-20 Kevin Buettner <kevinb@redhat.com>
4178
4179 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
4180 register_ptrace_addr(). Fix all callers.
4181
55809acb
AS
41822003-05-21 Andreas Schwab <schwab@suse.de>
4183
4184 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4185 dependencies.
4186 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
4187 end.
4188 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
4189 (_initialize_m68k_linux_tdep): New function.
4190 (m68k_linux_frame_saved_pc): Make static.
4191 (m68k_linux_extract_return_value): Likewise.
4192 (m68k_linux_store_return_value): Likewise.
4193 (m68k_linux_extract_struct_value_address): Likewise.
4194 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
4195 Remove.
4196 (DEPRECATED_STORE_RETURN_VALUE): Remove.
4197 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4198 (DEPRECATED_FRAME_SAVED_PC): Remove.
4199
0fbc10f7
KW
42002003-05-20 Kris Warkentin <kewarken@qnx.com>
4201
4202 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
4203 regset numbering rather than our own.
4204
58da2eb2
DC
42052003-05-19 David Carlton <carlton@bactrian.org>
4206
4207 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
4208
1fcb5155
DC
42092003-05-19 David Carlton <carlton@bactrian.org>
4210
4211 Partial fix for PR c++/827.
4212 * cp-support.h: Include symtab.h.
4213 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
4214 * cp-namespace.c: Update contributors.
4215 (cp_lookup_symbol_nonlocal): New.
4216 (lookup_namespace_scope, cp_lookup_symbol_namespace)
4217 (lookup_symbol_file): Ditto.
4218 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
4219 * block.h: Declare block_scope, block_using, block_global_block.
4220 * block.c (block_scope): New.
4221 (block_using, block_global_block): Ditto.
4222 * Makefile.in (cp_support_h): Depend on symtab_h.
4223 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
4224
5f9a71c3
DC
42252003-05-19 David Carlton <carlton@bactrian.org>
4226
4227 * language.h (struct language_defn): Add 'la_value_of_this'
4228 and 'la_lookup_symbol_nonlocal' members.
4229 * symtab.h: Declare basic_lookup_symbol_nonlocal,
4230 lookup_symbol_static, lookup_symbol_global,
4231 lookup_symbol_aux_block.
4232 * symtab.c (lookup_symbol_aux): Call language hooks to determine
4233 if we should search fields of this and how to do static/global
4234 lookup.
4235 (lookup_symbol_aux_block): Make extern.
4236 (basic_lookup_symbol_nonlocal): New.
4237 (lookup_symbol_static, lookup_symbol_global): Ditto.
4238 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
4239 'la_lookup_symbol_nonlocal' members.
4240 * c-lang.c (c_language_defn, cplus_language_defn)
4241 (asm_language_defn, minimal_language_defn): Ditto.
4242 * jv-lang.c (java_language_defn): Ditto.
4243 * language.c (unknown_language_defn, auto_language_defn)
4244 (local_language_defn): Ditto.
4245 * m2-lang.c (m2_language_defn): Ditto.
4246 * objc-lang.c (objc_language_defn): Ditto.
4247 * scm-lang.c (scm_language_defn): Ditto.
4248 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
4249 * p-lang.c (pascal_language_defn): Ditto for both.
4250 * Makefile.in (f-lang.o): Depend on value_h.
4251 (p-lang.o): Ditto.
4252
89a9d1b1
DC
42532003-05-19 David Carlton <carlton@bactrian.org>
4254
4255 * block.h: Declare block_static_block.
4256 * block.c (block_static_block): New.
4257 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
4258 lookup_symbol_aux_local, calling block_static_block instead.
4259 (lookup_symbol_aux_local): Delete 'static_block' argument.
4260
eed3f8ab
DC
42612003-05-19 David Carlton <carlton@bactrian.org>
4262
4263 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
4264
a09d8bda
ML
42652003-05-19 Michal Ludvig <mludvig@suse.cz>
4266
4267 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
4268 register numbers mapping.
4269
69636828
AF
42702003-05-18 Adam Fedor <fedor@gnu.org>
4271
4272 * symtab.c (completion_list_objc_symbol): New function.
4273 (make_symbol_completion_list): Use it to add ObjC symbols
4274 when looking though the list.
4275 (language_search_unquoted_string): New function.
4276 (make_file_symbol_completion_list): Use it.
4277
55baeb84
AS
42782003-05-18 Andreas Schwab <schwab@suse.de>
4279
d0b45d99
AS
4280 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
4281 dependencies.
4282 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
4283 as m68k_linux_extract_return_value.
4284 (DEPRECATED_STORE_RETURN_VALUE): Define as
4285 m68k_linux_store_return_value.
4286 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4287 m68k_linux_extract_struct_value_address.
4288 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
4289 get_next_frame, get_frame_base, get_frame_pc.
4290 (m68k_linux_frame_saved_pc): Use get_frame_base.
4291 (m68k_linux_extract_return_value): New function.
4292 (m68k_linux_store_return_value): New function.
4293 (m68k_linux_extract_struct_value_address): New function.
4294 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
4295
55baeb84
AS
4296 * c-exp.y (typebase): Remove duplicate occurence of
4297 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
8ffd9b1b 4298 of lookup_signed_typename.
55baeb84 4299
b6b08ebf
MK
43002003-05-18 Mark Kettenis <kettenis@gnu.org>
4301
4302 * dwarf2loc.c (find_location_expression): Change type of second
4303 argument to `size_t *'.
4304 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
4305 for size variable.
4306
5ad1c190
DC
43072003-05-18 David Carlton <carlton@bactrian.org>
4308
4309 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
4310 'linkage_name'. Add comment.
4311 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
4312 'linkage_name'.
4313 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
4314 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
4315 (lookup_block_symbol): Ditto.
4316
b8b527c5
AC
43172003-05-16 Andrew Cagney <cagney@redhat.com>
4318
4319 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
4320 * gdbarch.h, gdbarch.c: Re-generate.
4321 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
4322 * TODO (REGISTER_BYTES): Delete reference.
4323 * alpha-tdep.c (alpha_gdbarch_init): Update.
4324 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4325 * x86-64-tdep.c (x86_64_init_abi): Update.
4326 * vax-tdep.c (vax_gdbarch_init): Update.
4327 * v850-tdep.c (v850_gdbarch_init): Update.
4328 * sparc-tdep.c (sparc_gdbarch_init): Update.
4329 * sh-tdep.c (sh_gdbarch_init): Update.
4330 * s390-tdep.c (s390_gdbarch_init): Update.
4331 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4332 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4333 (ns32k_gdbarch_init_32382): Update.
4334 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4335 * mcore-tdep.c (mcore_gdbarch_init): Update.
4336 * m68k-tdep.c (m68k_gdbarch_init): Update.
4337 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4338 * ia64-tdep.c (ia64_gdbarch_init): Update.
4339 * i386-tdep.c (i386_gdbarch_init): Update.
4340 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4341 * hppa-tdep.c (hppa_gdbarch_init): Update.
4342 * h8300-tdep.c (h8300_gdbarch_init): Update.
4343 * frv-tdep.c (frv_gdbarch_init): Update.
4344 * cris-tdep.c (cris_gdbarch_init): Update.
4345 * avr-tdep.c (avr_gdbarch_init): Update.
4346 * arm-tdep.c (arm_gdbarch_init): Update.
4347 * sparc-tdep.c (sparc_pop_frame): Update.
4348 * rs6000-tdep.c (rs6000_pop_frame): Update.
4349 * remote.c (init_remote_state): Update.
4350 (remote_prepare_to_store): Update.
4351 * remote-vx.c (vx_prepare_to_store): Update.
4352 * remote-sds.c (sds_fetch_registers): Update.
4353 (sds_prepare_to_store): Update.
4354 * remote-array.c: Update.
4355 * regcache.c (init_legacy_regcache_descr): Update.
4356 (init_regcache_descr): Update.
4357 * mips-tdep.c (mips_eabi_extract_return_value): Update.
4358 (mips_o64_extract_return_value): Update.
4359 * irix5-nat.c (fetch_core_registers): Update.
4360 * irix4-nat.c (fetch_core_registers): Update.
4361 * i386-tdep.h: Update.
4362 * hppa-tdep.c (pa_do_registers_info): Update.
4363 (pa_do_strcat_registers_info): Update.
4364 * cris-tdep.c (cris_register_bytes_ok): Update.
4365 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4366 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
4367 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
4368 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
4369 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
4370 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
4371 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
4372 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
4373 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
4374 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
4375 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
4376 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
4377 (REGISTER_BYTES_OK): Update.
4378 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
4379 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
4380
ee2842e2
ILT
43812003-05-16 Ian Lance Taylor <ian@airs.com>
4382
4383 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
4384 (vax_print_insn, print_insn_arg): Remove static functions.
4385 (vax_gdbarch_init): Call set_gdbarch_print_insn with
4386 print_insn_vax from opcodes library.
4387 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
4388
973177d3
AC
43892003-05-15 Andrew Cagney <cagney@redhat.com>
4390
aaab4dba
AC
4391 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
4392 * target.h (memory_breakpoint_from_pc): Delete declaration.
4393 * mem-break.c (memory_breakpoint_from_pc): Delete function.
4394 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
4395 * monitor.c (monitor_insert_breakpoint): Use
4396 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
4397 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
4398 * gdbarch.h, gdbarch.c: Re-generate.
4399 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
4400 (sparc_gdbarch_init): Set breakpoint_from_pc to
4401 sparc_breakpoint_from_pc.
4402 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
4403 (BREAKPOINT_FROM_PC): Define.
4404 (sparc_breakpoint_from_pc): Declare.
4405 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
4406 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
4407 (BREAKPOINT_FROM_PC): Define.
4408 (BREAKPOINT): Delete macro.
4409 * target.h: Update comment.
4410 * s390-tdep.c (s390_gdbarch_init): Update comments.
4411 * remote.c: Update comments.
4412 * remote-mips.c: Update comments.
4413 * proc-api.c (write_with_trace): Do not check for a breakpoint.
4414 * mem-break.c: Update comment.
4415 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
4416 (ia64_memory_insert_breakpoint): Update.
4417 * config/sparc/tm-sparc.h: Update comment.
4418 * config/pa/tm-hppa64.h: Update comment.
4419 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4420 (rs6000_breakpoint_from_pc): Update.
4421 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
4422 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
4423 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
4424 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
4425 (mips_breakpoint_from_pc): Update.
4426 (mips_dump_tdep): Update.
4427
e06963ff
AC
4428 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
4429 * minsyms.c (lookup_minimal_symbol): Inline
4430 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
4431
973177d3
AC
4432 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
4433 * p-valprint.c (pascal_object_print_value_fields): Ditto.
4434 * p-lang.c (pascal_printstr): Ditto.
4435 * objc-lang.c (objc_printstr): Ditto.
4436 * m2-lang.c (m2_printstr): Ditto.
4437 * jv-valprint.c (java_print_value_fields): Ditto.
4438 * f-lang.c (f_printstr): Ditto.
4439 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
4440 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
4441 for repeat_count_threshold.
4442 * Makefile.in (cp-valprint.o): Update dependencies.
4443
5ea2bd7f 44442003-05-15 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 4445
5ea2bd7f
JJ
4446 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
4447 (examine_prologue): Support looking through leaf functions, knowing
8ffd9b1b
AJ
4448 they start with mov r2,r12. Support skipping over indirect stores
4449 of the input registers. Upon hitting a non-nop branch instruction
4450 or predicated instruction, bail out by setting lim_pc to the current
4451 pc value in the loop. At the end, if the lim_pc value is still
5ea2bd7f
JJ
4452 beyond our calculated value and we have trust_limit set,
4453 use the lim_pc value.
4454
cc8c88f3
AC
44552003-05-15 Andrew Cagney <cagney@redhat.com>
4456
4457 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
4458 generic_find_dummy_frame.
4459 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
4460 (deprecated_generic_find_dummy_frame): Update.
4461 (deprecated_read_register_dummy): Update.
4462 * frame.c (deprecated_generic_get_saved_register): Update.
4463
909cd28e
TR
44642003-05-15 Theodore A. Roth <troth@openavr.org>
4465
4466 * avr-tdep.c (avr_breakpoint_from_pc): New function.
4467 (avr_gdbarch_init): Set breakpoint_from_pc method.
4468
b923b08d
AC
44692003-05-15 Andrew Cagney <cagney@redhat.com>
4470
4471 * regcache.c (build_regcache): Set deprecated_register_valid
4472 directly.
4473 (deprecated_grub_regcache_for_register_valid): Delete function.
4474 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
4475 declaration.
4476
ae2f03ac 44772003-05-15 David Carlton <carlton@bactrian.org>
8ffd9b1b
AJ
4478
4479 Committed by Elena Zannoni <ezannoni@redhat.com>
fbe586ae
RH
4480 * symtab.c (lookup_symbol_aux): Delete calls to
4481 lookup_symbol_aux_minsyms.
4482 (lookup_symbol_aux_minsyms): Comment out function and
4483 prototype. Delete lookup by mangled name.
ae2f03ac 4484
18ec9831
KB
44852003-05-14 Kevin Buettner <kevinb@redhat.com>
4486
4487 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
4488 correctly indicate an empty stack and ``stack_allocated'' to the
4489 indicate the number of elements initially allocated.
4490 (dwarf_expr_grow_stack): Simplify method for computing new
4491 stack size. Don't loop infinitely if ``stack_len'' is zero.
4492 (execute_stack_op): Move ``ctx->in_reg'' initialization
4493 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
4494 be used in conjuction with DW_OP_piece. Revise error message
4495 accordingly.
4496
de18ac1f
TR
44972003-05-14 Theodore A. Roth <troth@openavr.org>
4498
4499 * MAINTAINERS: Update my email address.
4500 * avr-tdep.c: Ditto.
4501
176620f1
EZ
45022003-05-14 Elena Zannoni <ezannoni@redhat.com>
4503
4504 * symtab.h (enum domain_enum): Rename from namespace_enum.
4505 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
4506 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
4507 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
4508 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
4509 TYPES_NAMESPACE, METHODS_NAMESPACE.
4510 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
4511 (struct symbol, struct partial_symbol): Rename field
4512 'namespace_enum namespace' to 'domain_enum domain'.
4513 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
4514 Delete old define kludge for namespace.
4515
4516 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
4517 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
4518 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
4519 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
4520 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
4521 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
4522 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
4523 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
4524 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
4525 occurrences of the above.
4526
b7f31508
ILT
45272003-05-14 Ian Lance Taylor <ian@airs.com>
4528
4529 * Makefile.in (install-only): Use $(SHELL) when running
4530 mkinstalldirs.
4531
2fdbdd39
ILT
45322003-05-13 Ian Lance Taylor <ian@airs.com>
4533
a208d82c
ILT
4534 * MAINTAINERS (write after approval): Add myself.
4535
2fdbdd39
ILT
4536 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
4537 second and third arguments.
4538 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4539 * ser-unix.c (_initialize_ser_hardwire): Likewise.
4540
fbd9dcd3
AC
45412003-05-13 Andrew Cagney <cagney@redhat.com>
4542
4543 * defs.h (store_address): Delete declaration.
4544 findvar.c (store_address): Delete function.
4545 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
4546 store_unsigned_integer.
4547 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
4548 * v850-tdep.c (v850_push_arguments): Ditto.
4549 * sparc-tdep.c (sparc_get_saved_register): Ditto.
4550 * sh-tdep.c (sh64_get_saved_register): Ditto.
4551 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
4552 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
4553 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
4554 (mips_get_saved_register): Ditto.
4555 * ia64-tdep.c (ia64_get_saved_register): Ditto.
4556 (find_func_descr, ia64_push_arguments): Ditto.
4557 * i386-tdep.c (i386_push_arguments): Ditto.
4558 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
4559 * frv-tdep.c (frv_push_arguments): Ditto.
4560 * frame.c (legacy_saved_regs_prev_register): Ditto.
4561 (deprecated_generic_get_saved_register): Ditto.
4562 * findvar.c (unsigned_address_to_pointer): Ditto.
4563 * dwarf2read.c (dwarf2_const_value): Ditto.
4564 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
4565 * alpha-tdep.c (alpha_push_arguments): Ditto.
4566
6760f9e6
JB
45672003-05-12 J. Brobecker <brobecker@gnat.com>
4568
4569 * NEWS: Mention that the hppa-hpux port has been partially
4570 multiarched (32bit ABIT only, so far).
4571
30e221b4
AC
45722003-05-11 Andrew Cagney <cagney@redhat.com>
4573
4574 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
4575 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
4576 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
4577 sim/testsuite/sim/arm/misaligned2.ms, and
4578 sim/testsuite/sim/arm/misaligned3.ms.
4579 * disasm.h (struct ui_file): Add opaque struct declaration.
4580 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
4581 * frame.h (struct ui_file): Ditto.
4582
dea7f9ba
MK
45832003-05-11 Mark Kettenis <kettenis@gnu.org>
4584
4585 * value.h: Pretty print.
4586
01986c48
MK
45872003-05-10 Mark Kettenis <kettenis@gnu.org>
4588
4589 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
4590
123a958e
AC
45912003-05-08 Andrew Cagney <cagney@redhat.com>
4592
4593 * regcache.h (max_register_size): Delete declaration.
4594 * regcache.c (max_register_size): Delete function.
4595 (struct regcache_descr): Delete field "max_register_size".
4596 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
4597 registers fit in MAX_REGISTER_SIZE.
4598 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
4599 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
4600 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
4601 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
4602 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
4603 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
4604 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
4605 * dve3900-rom.c, hppa-tdep.c: Ditto.
4606
eb294659
DC
46072003-05-08 David Carlton <carlton@math.stanford.edu>
4608
4609 * valops.c (push_word): Fix typo.
4610
d9d9c31f
AC
46112003-05-08 Andrew Cagney <cagney@redhat.com>
4612
4613 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
4614 * gdbarch.h: Re-generate.
4615 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
4616 (legacy_max_register_raw_size): Delete declaration.
4617 * regcache.c (legacy_max_register_raw_size): Delete function.
4618 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
4619 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
4620 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
4621 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
4622 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
4623 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
4624 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
4625 * findvar.c, dwarf2cfi.c: Ditto.
4626
22540ece
AC
46272003-05-08 Andrew Cagney <cagney@redhat.com>
4628
4629 * mips-tdep.c (read_signed_register): New function, moved to here
4630 from "regcache.c".
4631 (read_signed_register_pid): Ditto.
4632 * regcache.c (read_signed_register_pid): Delete function, moved to
4633 "mips-tdep.c".
4634 (read_signed_register): Ditto.
4635 * regcache.h (read_signed_register): Delete declaration.
4636 (read_signed_register_pid): Delete declaration.
4637
0c92afe8
AC
46382003-05-08 Andrew Cagney <cagney@redhat.com>
4639
4640 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
4641 * gdbarch.h: Re-generate.
4642 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
4643 (legacy_max_register_virtual_size): Delete declaration.
4644 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
4645 * d10v-tdep.c (d10v_print_registers_info): Ditto.
4646 * tracepoint.c (memrange_sortmerge): Ditto.
4647 * sparc-tdep.c (sparc_print_registers): Ditto.
4648 * regcache.c (legacy_max_register_virtual_size): Delete function.
4649
6037b830
JB
46502002-05-08 J. Brobecker <brobecker@gnat.com>
4651
4652 * fork-child.c (escape_bang_in_quoted_argument): New function.
4653 (fork_inferior): Escape '!' characters in quoted arguments
4654 only when needed.
4655
5d62c8b1
JB
46562003-05-08 J. Brobecker <brobecker@gnat.com>
4657
4658 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
4659 the language of the CU is not currently supported by GDB.
4660
20a0e81d
JB
46612003-05-08 J. Brobecker <brobecker@gnat.com>
4662
4663 * defs.h (language): Add language_minimal enum value.
4664 * c-lang.c (minimal_language_defn): New language definition.
4665 (_initialize_c_language): Add the new minimal language to the list
4666 of languages known to GDB.
4667
710ee10a
KB
46682003-05-08 Kevin Buettner <kevinb@redhat.com>
4669
4670 * frame.c (get_frame_type): Don't attempt to lazily initialize
4671 frame's unwinder for legacy frames.
4672
1750fa04
AC
46732003-05-07 Andrew Cagney <cagney@redhat.com>
4674
4675 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
4676 and "regcache" parameters.
4677 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
4678
ddf9f258 46792003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
4680
4681 * dwarf2read.c (dwarf_decode_lines): Only use output of
4682 check_cu_functions() when calling record_line(). Do not update
ddf9f258
JJ
4683 the current address.
4684
87767c29
AC
46852003-05-07 Andrew Cagney <cagney@redhat.com>
4686
4687 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
4688 code.
4689
5e7b2f39
JB
46902003-05-07 Jim Blandy <jimb@redhat.com>
4691
4692 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
4693 'maint info symtabs' and 'maint info psymtabs'.
4694 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
4695 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
4696 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
4697 Declarations updated.
4698 * maint.c (maintenance_list_command): Delete.
4699 (_initialize_maint_cmds): Update calls to add_cmd.
4700 * gdbcmd.h (maintenancelistlist): Delete declaration.
4701 * cli/cli-cmds.c (maintenancelistlist): Delete.
4702 (init_cmd_lists): Don't initialize it.
4703 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
4704
f6684c31
AC
47052003-05-07 Andrew Cagney <cagney@redhat.com>
4706
4707 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
4708 "regcache".
4709 (d10v_print_registers_info): Update.
4710 (d10v_dmap_register, d10v_imap_register): Delete functions.
4711 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
4712 and "imap_register".
4713 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
4714 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
4715 * arch-utils.c (generic_remote_translate_xfer_address): Add
4716 "regcache" and "gdbarch" parameters.
4717 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
4718 parameter. Change class to multi-arch.
4719 * gdbarch.h, gdbarch.c: Re-generate.
4720 * remote.c (remote_xfer_memory): Use
4721 gdbarch_remote_translate_xfer_address.
8ffd9b1b 4722
e4846b08
JJ
47232003-05-07 Jeff Johnston <jjohnstn@redhat.com>
4724
4725 * infrun.c (prev_pc): Move declaration ahead of proceed().
4726 (proceed): Refresh prev_pc value before resuming.
4727 (stop_stepping): Remove code to refresh prev_pc.
4728
6b71b8ac
KW
47292003-05-06 Kris Warkentin <kewarken@qnx.com>
4730
4731 * nto-tdep.c: Removed stray comment.
4732
47979a4b
KW
47332003-05-06 Kris Warkentin <kewarken@qnx.com>
4734
4735 * i386-nto-tdep.c: Fix old K&R function definitions.
4736 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
4737 Also change add_show_from_set() call to add_setshow_cmd().
4738 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
4739
00905d52
AC
47402003-05-05 Andrew Cagney <cagney@redhat.com>
4741
4742 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
4743 (fprint_dummy_frames): New function.
4744 (maintenance_print_dummy_frames): New function.
4745 (_initialize_dummy_frame): Add command "maint print dummy-frames".
4746 * frame.c (fprint_frame_id): Make global.
4747 * frame.h (fprint_frame_id): Declare.
4748 * Makefile.in (dummy-frame.o): Update dependencies.
4749
b1e29e33
AC
47502003-05-05 Andrew Cagney <cagney@redhat.com>
4751
4752 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
4753 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
4754 SIZEOF_CALL_DUMMY_WORDS.
4755 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
4756 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
4757 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
4758 CALL_DUMMY_BREAKPOINT_OFFSET.
4759 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
4760 CALL_DUMMY_START_OFFSET.
4761 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
4762 * gdbarch.h, gdbarch.c: Re-generate.
4763 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
4764 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
4765 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
4766 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
4767 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
4768 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
4769 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
4770 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
4771 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
4772 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
4773 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
4774 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
4775 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
4776 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
4777 * config/sparc/tm-sparc.h: Update.
daea6f0b
KW
4778
47792003-05-05 Kris Warkentin <kewarken@qnx.com>
4780
4781 * configure.tgt: Add i[3456]86-*-nto*.
4782 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
4783 * nto-tdep.c: New file. Neutrino target support routines.
4784 * nto-tdep.h: New file. Neutrino target header.
4785 * config/tm-qnxnto.h: New file.
4786 * config/i386/i386nto.mt: New file.
4787 * config/i386/tm-i386nto.h: New file.
8ffd9b1b 4788
0ce3d317
AC
47892003-05-04 Andrew Cagney <cagney@redhat.com>
4790
4791 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
4792 (load_infrun_state): Ditto.
4793 (struct thread_info): Drop "prev_func_name" field.
4794 * thread.c (load_infrun_state): Update.
4795 (save_infrun_state): Update.
4796 * infrun.c (prev_func_name): Delete variable.
4797 (init_wait_for_inferior): Do not clear prev_func_name.
4798 (stop_stepping, keep_going, context_switch): Do not swap
4799 prev_func_name.
4800 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
4801 instead of PC_IN_SIGTRAMP.
4802
46654a5b
AC
48032003-05-04 Andrew Cagney <cagney@redhat.com>
4804
4805 * sentinel-frame.c (sentinel_frame_prev_register): Replace
4806 REGISTER_BYTE with register_offset_hack.
4807 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
4808 that REGISTER_BYTE is consistent with the regcache.
4809 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
4810 * gdbarch.h, gdbarch.c: Regenerate.
8ffd9b1b 4811
14b08c1b
MK
48122003-05-04 Mark Kettenis <kettenis@gnu.org>
4813
04c8243f
MK
4814 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
4815 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
4816
14b08c1b
MK
4817 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
4818
c7a11e01
JB
48192003-05-03 J. Brobecker <brobecker@gnat.com>
4820
4821 From Thierry Schneider <tpschneider1@yahoo.com>
4822 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
4823 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
4824 (mi-cmd-symbol.o): Add rule.
4825
7043d8dc
AC
48262003-05-03 Andrew Cagney <cagney@redhat.com>
4827
4828 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
4829 comments noteing that it replaces the old FIX_CALL_DUMMY code.
4830 * gdbarch.h, gdbarch.c: Re-generate.
4831 * d10v-tdep.c (d10v_push_dummy_code): New function.
4832 (d10v_gdbarch_init): Set push_dummy_code.
4833 * infcall.c (legacy_push_dummy_code): New function.
4834 (generic_push_dummy_code): New function.
4835 (push_dummy_code): New function.
4836 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
4837 instead of dummy_addr, to push_dummy_call. Move call to
4838 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
4839 switch.
4840 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
4841
92bf2b80
AC
48422003-05-03 Andrew Cagney <cagney@redhat.com>
4843
4844 * disasm.h (print_insn): Declare.
4845 * disasm.c (init_gdb_disassemble_info): New function.
4846 (gdb_disassembly): Call init_gdb_disassemble_info.
4847 (gdb_print_insn): New function.
4848 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
4849 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
4850 * mcore-tdep.c: Include "disasm.h"
4851 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
4852 * d10v-tdep.c: Include "disasm.h".
4853 (display_trace): Call gdb_print_insn, instead of print_insn.
4854 (print_insn): Delete function.
4855 * printcmd.c: Include "disasm.h".
4856 (print_insn): Delete function.
4857 (print_formatted): Call gdb_print_insn, instead of print_insn.
4858 * Makefile.in (printcmd.o): Update dependencies.
4859 (mcore-tdep.o, d10v-tdep.o): Ditto.
8ffd9b1b 4860
27d94c49
AC
48612003-05-02 Andrew Cagney <cagney@redhat.com>
4862
82de1e5b
AC
4863 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
4864 PC_REGNUM, re-indent.
4865 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
4866 PC_REGNUM isn't set.
4867
27d94c49
AC
4868 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
4869 * gdbarch.h, gdbarch.c: Re-generate.
4870 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
4871 register_virtual_size, pc_regnum, or register_bytes.
4872 (D10V_PC_REGNUM): Rename _PC_REGNUM.
4873 (d10v_register_type): Use D10V_PC_REGNUM.
4874 (d10v_print_registers_info, d10v_read_pc): Ditto.
4875 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
4876 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
4877
a9c0dc7f
DC
48782003-05-02 David Carlton <carlton@bactrian.org>
4879
4880 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
4881 the name with mstrsave.
4882
e33d66ec
EZ
48832003-05-02 Elena Zannoni <ezannoni@redhat.com>
4884
4885 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
4886 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
4887 (host_charset_name, target_charset_name): New vars for use by
4888 set/show commands.
4889 (host_charset_enum, target_charset_enum): New enums for set/show
4890 commands.
4891 (set_charset_sfunc, set_host_charset_sfunc,
4892 set_target_charset_sfunc): New functions.
4893 (set_host_charset, set_target_charset): Make static.
4894 (list_charsets, set_host_charset_command,
4895 set_target_charset_command): Delete functions.
4896 (show_charset_command): Rewrite as....
4897 (show_charset): Hook this up with the set/show command mechanism.
4898 (_initialize_charset): Change names of charsets to match the
4899 set/show enums. Use host_charset_name and target_charset_name.
4900 Use set/show mechanism for charset, host-charset, target-charset
4901 commands. Do not make 'show host-charset' and 'show
4902 target-charset' be aliases of 'show charset'.
4903
4904 * charset.h (set_host_charset, set_target_charset): Don't export,
4905 they are not used outside the file.
4906
2b6fd0d8
AC
49072003-05-01 Andrew Cagney <cagney@redhat.com>
4908
4909 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
4910 (gdb_disassembly): Make "di" non static, always initialize and
4911 cleanup. Always use dis_asm_read_memory.
4912 (gdb_dis_asm_read_memory): Delete function.
4913
6ae2f580
AC
49142003-05-01 Andrew Cagney <cagney@redhat.com>
4915
4916 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
4917 (d10v_gdbarch_init): Set frame_align instead of stack_align.
4918
810ecf9f
AC
49192003-04-30 Andrew Cagney <cagney@redhat.com>
4920
4921 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
4922 "tm_print_insn_info".
4923 (TARGET_PRINT_INSN_INFO): Delete macro.
4924 (dis_asm_read_memory): Delete function declaration.
4925 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4926 (tm_print_insn_info): Delete variable definition.
4927 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
4928 * gdbarch.h, gdbarch.c: Re-generate.
4929 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
4930 "deprecated_tm_print_insn_info".
4931 * mcore-tdep.c (mcore_dump_insn): Ditto.
4932 * mips-tdep.c (mips_gdbarch_init): Ditto.
4933 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
4934 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
4935 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
4936 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
4937 instead of TARGET_PRINT_INSN_INFO, add comment.
4938 * s390-tdep.c (s390_get_frame_info): Instead of
4939 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
4940 (s390_check_function_end, s390_is_sigreturn): Ditto.
4941 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
4942 (dis_asm_memory_error, dis_asm_print_address): Ditto.
4943 * disasm.c: Include "gdbcore.h".
4944 (_initialize_disasm): New function, initialize
4945 "deprecated_tm_print_insn_info".
4946 (deprecated_tm_print_insn_info): New variable.
4947 (dis_asm_read_memory): Moved from "corefile.c", made static.
4948 (dis_asm_print_address, dis_asm_memory_error): Ditto.
4949 * Makefile.in (disasm.o): Update dependencies.
4950
07020390
AC
49512003-04-30 Andrew Cagney <cagney@redhat.com>
4952
4953 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
4954
a9fa03de
AF
49552003-04-29 Adam Fedor <fedor@gnu.org>
4956
4957 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
4958 * infcall.c (find_function_addr): Make non-static.
4959 * infcall.h (find_function_addr): Declare.
4960 * Makefile.in (eval.o): Update dependencies.
4961
1bae87b9
AF
49622003-04-28 Adam Fedor <fedor@gnu.org>
4963
4964 * symtab.c (symbol_find_demangled_name): Check for and demangle
4965 ObjC symbols.
4966 (symbol_init_demangled_name): Init for language_objc as well.
4967
0ba6dca9
AC
49682003-04-28 Andrew Cagney <cagney@redhat.com>
4969
4970 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
4971 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
4972 * gdbarch.h, gdbarch.c: Re-generate.
4973 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
4974 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
4975 * inferior.h (deprecated_read_fp): Rename read_fp.
4976 (generic_target_read_fp): Delete declaration.
4977 * regcache.c (generic_target_read_fp): Delete function.
4978 (deprecated_read_fp): Replace read_fp, use
4979 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
4980 * d10v-tdep.c (d10v_read_fp): Delete function.
4981 (d10v_gdbarch_init): Do not set deprecated_read_fp.
4982
4983 * sparc-tdep.c (sparc_gdbarch_init): Do not set
4984 deprecated_target_read_fp to generic_target_read_fp.
4985 * sh-tdep.c (sh_gdbarch_init): Ditto.
4986 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4987 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4988 * frv-tdep.c (frv_gdbarch_init): Ditto.
4989
4990 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
4991 deprecated_fp_regnum.
4992 * x86-64-tdep.c (x86_64_init_abi): Ditto.
4993 * vax-tdep.c (vax_gdbarch_init): Ditto.
4994 * v850-tdep.c (v850_gdbarch_init): Ditto.
4995 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4996 * sh-tdep.c (sh_gdbarch_init): Ditto.
4997 * s390-tdep.c (s390_gdbarch_init): Ditto.
4998 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4999 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5000 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5001 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5002 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5003 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5004 * i386-tdep.c (i386_gdbarch_init): Ditto.
5005 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5006 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5007 * frv-tdep.c (frv_gdbarch_init): Ditto.
5008 * cris-tdep.c (cris_gdbarch_init): Ditto.
5009 * avr-tdep.c (avr_gdbarch_init): Ditto.
5010 * arm-tdep.c (arm_gdbarch_init): Ditto.
5011 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5012
5013 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
5014 * v850-tdep.c (v850_gdbarch_init): Ditto.
5015 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5016 * sh-tdep.c (sh_gdbarch_init): Ditto.
5017 * s390-tdep.c (s390_gdbarch_init): Ditto.
5018 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5019 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5020 * mips-tdep.c (mips_gdbarch_init): Ditto.
5021 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5022 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5023 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5024 * frv-tdep.c (frv_gdbarch_init): Ditto.
5025 * avr-tdep.c (avr_gdbarch_init): Ditto.
5026 * arm-tdep.c (arm_gdbarch_init): Ditto.
5027
5028 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
5029 DEPRECATED_FP_REGNUM.
5030 (vax_push_dummy_frame, vax_pop_frame): Ditto.
5031 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
5032 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
5033 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
5034 (sparc32_register_virtual_type): Ditto.
5035 * sh-tdep.c (sh64_frame_chain): Ditto.
5036 (sh64_get_saved_register, sh64_pop_frame): Ditto.
5037 (sh_nofp_frame_init_saved_regs): Ditto.
5038 (sh64_nofp_frame_init_saved_regs): Ditto.
5039 (sh_fp_frame_init_saved_regs): Ditto.
5040 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
5041 * remote-e7000.c (fetch_regs_from_dump): Ditto.
5042 * procfs.c (procfs_fetch_registers): Ditto.
5043 (procfs_store_registers): Ditto.
5044 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
5045 (store_inferior_registers, fetch_core_registers): Ditto.
5046 (fetch_kcore_registers, clear_regs): Ditto.
5047 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
5048 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
5049 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
5050 * nlm/i386.c (do_status): Ditto.
5051 * mipsv4-nat.c (supply_gregset): Ditto.
5052 * mips-tdep.c: Ditto for comments.
5053 * mips-nat.c (fetch_inferior_registers): Ditto.
5054 (store_inferior_registers, fetch_core_registers): Ditto.
5055 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
5056 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
5057 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
5058 (i386_do_pop_frame, i386_register_type): Ditto.
5059 * hppa-tdep.c (hppa_frame_chain): Ditto.
5060 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
5061 (hppa_pop_frame, hppa_read_fp): Ditto.
5062 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
5063 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
5064 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
5065 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
5066 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
5067 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
5068 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
5069 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
5070 * blockframe.c: Ditto for comments.
5071 * arch-utils.h: Ditto for comments.
5072 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
5073 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
5074 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
5075 * alpha-tdep.h: Ditto for comments.
5076 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
5077 (alpha_cannot_store_register): Ditto.
5078 (alpha_push_dummy_frame): Ditto.
5079 * alpha-nat.c (supply_gregset): Ditto.
5080
5081 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
5082 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
5083 * config/sparc/tm-sparc.h: Update comment.
5084
5085 * hppa-tdep.c (hppa_init_extra_frame_info): Use
5086 deprecated_read_fp instead of TARGET_READ_FP.
5087 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
5088 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
5089 * sparc-tdep.c (sparc_init_extra_frame_info): Use
5090 deprecated_read_fp instead of read_fp.
5091 * s390-tdep.c (s390_push_arguments): Ditto.
5092 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5093 * frame.h: Ditto in comments.
5094 * frame.c (legacy_get_prev_frame): Ditto.
5095 * dummy-frame.c (dummy_frame_this_id): Ditto.
5096 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
5097
d7a27068
AC
50982003-04-28 Andrew Cagney <cagney@redhat.com>
5099
5100 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
5101 * gdbarch.h, gdbarch.c: Re-generate.
5102 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
5103 * vax-tdep.c (_initialize_vax_tdep): Update.
5104 * v850-tdep.c (_initialize_v850_tdep): Update.
5105 * sparc-tdep.c (_initialize_sparc_tdep): Update.
5106 * s390-tdep.c (_initialize_s390_tdep): Update.
5107 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
5108 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
5109 * mips-tdep.c (_initialize_mips_tdep): Update.
5110 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5111 * m68k-tdep.c (_initialize_m68k_tdep): Update.
5112 * ia64-tdep.c (_initialize_ia64_tdep): Update.
5113 * hppa-tdep.c (_initialize_hppa_tdep): Update.
5114 * h8300-tdep.c (_initialize_h8300_tdep): Update.
5115 * frv-tdep.c (_initialize_frv_tdep): Update.
5116 * cris-tdep.c (cris_delayed_get_disassembler): Update.
5117 (_initialize_cris_tdep): Update.
5118 * arch-utils.c (legacy_print_insn): Update.
5119 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5120
d2630e69
AF
51212003-04-26 Adam Fedor <fedor@gnu.org>
5122
5123 * linespec.c (decode_objc): New function to decode ObjC calls
5124 (decode_line_1): Check for ObjC calls (using decode_objc)
5125 * Makefile (linespec.o): Update dependencies.
5126
3086aeae
DJ
51272003-04-26 Daniel Jacobowitz <drow@mvista.com>
5128
5129 * breakpoint.h (struct breakpoint_ops): New.
5130 (struct breakpoint): Add ops member.
5131
5132 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
5133 (mention): Use new breakpoint ops member.
5134 (set_raw_breakpoint): Initialize ops field to NULL.
5135 (print_exception_catchpoint, print_one_exception_catchpoint)
5136 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
5137 (gnu_v3_exception_catchpoint_ops): New.
5138 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
5139
1fbec6c3
AF
51402003-04-25 Adam Fedor <fedor@gnu.org>
5141
5142 * Makefile.in (COMMON_OBS): Add objc-lang.o
5143
0ef21242
AC
51442003-04-25 Andrew Cagney <cagney@redhat.com>
5145
5146 * d10v-tdep.c (print_insn): Delete function.
5147 (display_trace): Use TARGET_PRINT_INSN.
5148 (_initialize_d10v_tdep): Do not set tm_print_insn.
5149 (d10v_gdbarch_init): Set print_insn.
5150
f75493ed
AC
51512003-04-25 Andrew Cagney <cagney@redhat.com>
5152
5153 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
5154 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
5155 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
5156 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
5157 (nr_dmap_regs, a0_regnum): ... new functions.
5158 (d10v_print_registers_info): Use a0_regnum, use register_size.
5159 (d10v_register_byte): Delete function.
5160 (d10v_register_raw_size): Delete function.
5161 (d10v_register_type): Use a0_regnum.
5162 (d10v_print_registers_info): Use a0_regnum.
5163 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
5164 (d10v_gdbarch_init): Do not set register_byte or
5165 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
5166 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
5167 extract_address.
5168 (trace_command): Use XCALLOC.
5169 (print_insn): Delete reference to tm_print_insn.
5170 (saved_regs_unwinder): Use store_unsigned_integer instead of
5171 store_address.
5172 * frame.h (FRAME_OBSTACK_CALLOC): Define
5173
2202b100
DC
51742003-04-25 David Carlton <carlton@bactrian.org>
5175
5176 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
5177
4e45ca2e
AF
51782003-04-24 Adam Fedor <fedor@gnu.org>
5179
5180 * objc-lang.c: Include "valprint.h"
5181 * Makefile.in (objc-lang.o): Update dependencies.
5182
93de3e7f
AF
51832003-04-24 Adam Fedor <fedor@gnu.org>
5184
8ffd9b1b 5185 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
93de3e7f
AF
5186 architecture dependant compilation and mark as unimplemented
5187 (until they get put in the gdbarch vector).
5188
0f20eeea
DC
51892003-04-23 David Carlton <carlton@bactrian.org>
5190
5191 * cp-support.c (cp_find_first_component): Accept 'operator' in
5192 more locations.
5193
74cfe982
AC
51942003-04-23 Andrew Cagney <cagney@redhat.com>
5195
5196 * infcall.c (call_function_by_hand): Eliminate redundant
5197 indentation. Move "saved_async" and "old_cleanups" to where they
5198 are needed.
8ffd9b1b 5199
52557533
AC
52002003-04-23 Andrew Cagney <cagney@redhat.com>
5201
5202 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
5203 and "buffer". Move the "name" code to where it is needed.
5204
158775de
AC
52052003-04-23 Andrew Cagney <cagney@redhat.com>
5206
5207 * infcall.c (call_function_by_hand): Move variables "start_sp",
5208 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
5209 code to ON_STACK switch branch.
8ffd9b1b 5210
ebc7896c
AC
52112003-04-23 Andrew Cagney <cagney@redhat.com>
5212
5213 * infcall.c (call_function_by_hand): Make declaration of "i",
5214 "sal", "bpt" and "old_sp" more local to their use. Delete #if
5215 lint.
5216
d727590f
AC
52172003-04-23 Andrew Cagney <cagney@redhat.com>
5218
5219 * infcall.c (call_function_by_hand): Delete variable
5220 "n_method_args". Localize "param_type"'s declaration to the loop
5221 that it is used. Reinstate code assigning to said variable -
5222 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
5223 Rationalize code using "param_type".
5224
d585e13a
AC
52252003-04-22 Andrew Cagney <cagney@redhat.com>
5226
5227 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
5228 compute the breakpoint address. Only call FIX_CALL_DUMMY when
5229 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
5230 to DEPRECATED_PUSH_RETURN_ADDRESS.
5231
051caad9
KB
52322003-04-22 Kevin Buettner <kevinb@redhat.com>
5233
5234 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
5235 on the DWARF2 register number prior to fetching a register.
5236
77296879
JB
52372003-04-22 J. Brobecker <brobecker@gnat.com>
5238
5239 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
5240 Update all the tests using SOFT_FLOAT considering the fact that
8ffd9b1b 5241 this macro was always set to 0.
77296879
JB
5242 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
5243 considering the fact that this macro was always set to 0.
5244 * hppa-tdep.h (hppa_store_return_value): Likewise.
5245 (hppa_extract_return_value): Likewise.
5246
4252f1df
JB
52472003-04-22 J. Brobecker <brobecker@gnat.com>
5248
5249 * config/pa/tm-hppa.h: Remove obsolete code, was used by
5250 the hppa-pro target only.
5251
14604c6b
JB
52522003-04-21 J. Brobecker <brobecker@gnat.com>
5253
5254 Ongoing multi-arch conversion effort for HP/UX:
5255 * config/pa/tm-hppa.h: Move all macro that are no longer
5256 defined now that GDB_MULTI_ARCH is now set to 1 from here...
5257 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
5258
77eb01d1
JB
52592003-04-21 J. Brobecker <brobecker@gnat.com>
5260
5261 * config/pa/tm-hppa.h: Obsolete a section that was only used
5262 for hppa-pro.
5263
61995b3b
JB
52642003-04-21 J. Brobecker <brobecker@gnat.com>
5265
5266 Ongoing multi-arch conversion for HP/UX.
5267 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
5268 if already defined (allows hppa64 to stay non-multiarched for now).
5269 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
5270
4aa79dcc
AC
52712003-04-21 Andrew Cagney <cagney@redhat.com>
5272
5273 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
5274
0f751ff2
AC
52752003-04-21 Andrew Cagney <cagney@redhat.com>
5276
5277 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
5278 "i386_num_mmx_regs".
5279
04714b91
AC
52802003-04-21 Andrew Cagney <cagney@redhat.com>
5281
5282 * infcall.c: New file.
5283 * infcall.h: New file.
5284 * valarith.c: Include "infcall.h".
5285 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
5286 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
5287 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
5288 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
5289 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
5290 (SFILES): Add "infcall.c"
5291 (COMMON_OBS): Add "infcall.o".
5292 (infcall.o): Specify dependencies.
5293 * value.h (call_function_by_hand): Delete declaration.
5294 * inferior.h (run_stack_dummy): Delete declaration.
5295 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
5296 (run_stack_dummy): Move to "infcall.c", merged into
5297 call_function_by_hand.
5298 * valops.c (call_function_by_hand): Moved to "infcall.c".
5299 (find_function_addr, value_arg_coerce): Ditto.
5300 (unwindonsignal_p, coerce_float_to_double): Ditto.
5301 (_initialize_valops): Move "set/show coerce-float-to-double", and
5302 "set/show unwindonsignal" commands to "infcall.c".
5303 * v850-tdep.c, target.h: Update comments.
5304 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
5305 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
5306 (sh64_init_extra_frame_info): Update comments.
5307 * mn10300-tdep.c: Update comments.
5308 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
5309 * config/sparc/tm-sparc.h: Update comments.
5310 * breakpoint.h: Update comments.
5311 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
5312 * arm-tdep.c: Update comment.
5313
f9d3c2a8
MK
53142003-04-19 Mark Kettenis <kettenis@gnu.org>
5315
c40e1eab
MK
5316 * i386-tdep.c (i386_num_register_names): New variable.
5317 (i386_num_mmx_regs): Renamed from mmx_num_regs.
5318 (MM0_REGNUM): Remove redundant parentheses in define.
5319 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
5320 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
5321 i386_mxcsr_regnum_p): Remove redundant parentheses.
5322 (i386_register_name): Use i386_num_register_names.
8ffd9b1b 5323
94ea66b3
MK
5324 * i386-tdep.c (i386_extract_return_value,
5325 i386_store_return_value): Correct check for availability of
5326 floating-point registers.
5327
54299a1d
MK
5328 * i386-tdep.c (i386_frame_num_args): Remove function.
5329 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
5330
c86c27af
MK
5331 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
5332 mmx_regnum_to_fp_regnum. Adjust all callers.
5333
f9d3c2a8
MK
5334 * i386-tdep.c (i386_get_longjmp_target): Use
5335 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
5336 and TARGET_CHAR_BIT. Use extract_typed_address instead of
5337 extract_address.
5338
94ba74a9
MK
53392003-04-19 Mark Kettenis <kettenis@gnu.org>
5340
5341 * core-regset.c: Update comments to reflect reality. Re-order
5342 includes.
5343 (fetch_core_registers): Use switch instead of if. Remove
5344 redundant prototype.
5345
4074e13c
JB
53462003-04-18 Jim Blandy <jimb@redhat.com>
5347
5348 * s390-tdep.c (s390_frame_align): New function.
fbe586ae 5349 (s390_gdbarch_init): Register it with the gdbarch object.
4074e13c 5350
e3ab4aba
RH
53512003-04-17 Richard Henderson <rth@redhat.com>
5352
5353 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
5354
627bf7c1
EZ
53552003-04-17 Michael Snyder <msnyder@redhat.com>
5356 Karen Bennet <bennet@redhat.com>
5357
5358 Committed by Elena Zannoni <ezannoni@redhat.com>
5359 * gdb_gcore.sh: New script to create a core dump of a process.
8ffd9b1b 5360
514621a9
EZ
53612003-04-17 Elena Zannoni <ezannoni@redhat.com>
5362
5363 * values.c (value_being_returned): Don't fetch the return
fbe586ae 5364 value if the return type is void.
514621a9 5365
b4acd559
JJ
53662003-04-17 Jeff Johnston <jjohnstn@redhat.com>
5367
5368 * thread-db.c: Reindented.
8ffd9b1b 5369
530b167e 53702003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b
AJ
5371
5372 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
5373 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
530b167e
JJ
5374 as types.
5375
0a48e7e8
MS
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
8ffd9b1b 5399
ab9fe00e
KB
54002003-04-16 Kevin Buettner <kevinb@redhat.com>
5401
610a3745 5402 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
ab9fe00e
KB
5403 the size of ``long double'' to 16, instead of 8.
5404
e64a344c
MK
54052003-04-16 Mark Kettenis <kettenis@gnu.org>
5406
5407 * i386-linux-nat.c: Add some whitespace to make things more
5408 readable.
5409 (fetch_register, store_register, fetch_inferior_registers,
5410 store_inferior_registers): Get rid of assignment in if-statement.
5411 (store_register): Fix typo in error message.
5412
25d41031
AC
54132003-04-16 Andrew Cagney <cagney@redhat.com>
5414
5415 * utils.c (xmmalloc): Always allocate something, matches
5416 libiberty/xmalloc's semantics.
5417 (xmrealloc, xmcalloc): Ditto.
5418
c50901fd
AC
54192003-04-16 Andrew Cagney <cagney@redhat.com>
5420
5421 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
5422 update comments.
5423 (get_frame_type): Initialize unwind and type when needed.
5424 (get_frame_id, frame_register_unwind): Ditto.
5425
f81824a9
AC
54262003-04-16 Andrew Cagney <cagney@redhat.com>
5427
5428 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
5429 obsolete.
5430 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
5431 * sparcl-stub.c: Obsolete file.
5432 * config/sparc/tm-sparclet.h: Obsolete file.
5433 * sparclet-stub.c: Obsolete file.
5434 * sparclet-rom.c: Obsolete file.
5435 * sparcl-tdep.c: Obsolete file.
5436 * config/sparc/tm-sparclite.h: Obsolete file.
5437 * config/sparc/sparclite.mt: Obsolete file.
5438 * config/sparc/sparclet.mt: Obsolete file.
5439 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
5440 sparc86x-*-* obsolete.
5441
9219021c
DC
54422003-04-15 David Carlton <carlton@math.stanford.edu>
5443
5444 * Makefile.in (SFILES): Add cp-namespace.c.
5445 (COMMON_OBS): Add cp-namespace.o.
5446 (block.o): Depend on gdb_obstack_h and cp_support_h.
5447 (buildsym.o): Depend on cp_support_h.
5448 (cp-namespace.o): New.
5449 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
5450 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
5451 (dwarf2read.o): Depend on cp_support_h.
5452 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
5453 * dwarf2read.c (process_die): Set processing_has_namespace_info,
5454 processing_current_namespace.
5455 (read_namespace): Update processing_current_namespace; check for
5456 anonymous namespaces.
5457 (dwarf2_name): New function.
5458 (dwarf2_extension): Ditto.
5459 * cp-support.h: Update copyright, contributors.
5460 Add inclusion guards.
5461 Add opaque declaration for structs obstack, block, symbol.
5462 (struct using_direct): New struct.
5463 Add declarations for cp_find_first_component,
5464 cp_entire_prefix_len, processing_has_namespace_info,
5465 processing_current_namespace, cp_is_anonymous,
5466 cp_add_using_directive, cp_initialize_namespace,
5467 cp_finalize_namespace, cp_set_block_scope,
5468 cp_scan_for_anonymous_namespaces.
5469 * cp-namespace.c: New file.
5470 * cp-support.c: Update copyright.
5471 Include ctype.h, gdb_assert.h, gdbcmd.h.
5472 New variable maint_cplus_cmd_list.
5473 (cp_find_first_component): New function.
5474 (cp_entire_prefix_len, maint_cplus_command)
5475 (first_component_command, _initialize_cp_support): Ditto.
5476 * buildsym.c: Include cp-support.h.
5477 New variable using_list.
5478 (add_symbol_to_list): Check for anonymous namespaces.
5479 (finish_block): Set block's scope.
5480 (start_symtab): Initialize C++ namespace support.
5481 (end_symtab): Finalize C++ namespace support.
5482 * block.h: Add opaque declarations for structs
5483 block_namespace_info, using_direct, and obstack.
5484 Add declarations for block_set_scope and block_set_using.
5485 (struct block): Add 'language_specific' member.
5486 (BLOCK_NAMESPACE): New macro.
5487 * block.c: Include gdb_obstack.h and cp-support.h.
5488 (struct block_namespace_info): New struct.
5489 (block_set_scope): New function.
5490 (block_set_using, block_initialize_namespace): Ditto.
5491
d5a921c9
KB
54922003-04-14 Kevin Buettner <kevinb@redhat.com>
5493
5494 * solib-svr4.c (svr4_have_link_map_offsets): New function.
5495 (locate_base): Return early if there aren't any link map offsets.
5496 (svr4_solib_create_inferior_hook): Warn if shared library support
5497 is unavailable.
5498
d2a52b27
DC
54992003-04-14 David Carlton <carlton@math.stanford.edu>
5500
5501 * symtab.c (symbol_set_names): Add prefix when storing Java names
5502 in hash table. Fix for PR java/1039.
5503
980cae7a
DC
55042003-04-14 David Carlton <carlton@math.stanford.edu>
5505
5506 * symtab.c (symbol_set_names): Rename 'name' arg to
5507 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
5508 * symtab.h: Change 'name' argument in declaration of
5509 symbol_set_names to 'linkage_name'.
5510 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
5511
e227b13c
AC
55122003-04-14 Andrew Cagney <cagney@redhat.com>
5513
5514 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
5515 return the fully sign-extended register value.
5516 (get_frame_pointer): Ditto.
5517 (mips_pop_frame): Initialize "proc_desc" after checking for a
5518 dummy frame.
5519
36712a20
AC
55202003-04-14 Andrew Cagney <cagney@redhat.com>
5521
5522 * mips-tdep.c (mips_push_dummy_frame): Delete function.
5523 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
5524 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
5525 (mips_push_register): Delete function.
5526 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
5527 PUSH_FP_REGNUM.
5528
44ea7b70
JB
55292003-04-14 Jim Blandy <jimb@redhat.com>
5530
5531 * symmisc.c: #include "gdb_regex.h".
5532 (maintenance_list_symtabs, maintenance_list_psymtabs): New
5533 functions.
5534 * maint.c (maintenance_list_command): New function.
5535 (_initialize_maint_cmds): Register the above as commands.
5536 * symtab.h (maintenance_list_symtabs,
5537 maintenance_list_psymtabs): New declarations.
5538 * cli/cli-cmds.c (maintenancelistlist): New variable.
5539 (init_cmd_lists): Initialize it.
5540 * cli/cli-cmds.h (maintenancelistlist): New declaration.
5541 * gdbcmd.h (maintenancelistlist): New declaration.
5542 * Makefile.in (symmisc.o): Update dependencies.
5543
2d0c7962
EZ
55442003-04-14 Elena Zannoni <ezannoni@redhat.com>
5545
5546 * s390-nat.c: Include asm/types.h for addr_t.
5547
1947a811
CV
55482003-04-14 Corinna Vinschen <vinschen@redhat.com>
5549
5550 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
5551 actually incoming type.
5552
adb616d7
AC
55532003-04-13 Andrew Cagney <cagney@redhat.com>
5554
5555 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
5556 get_next_frame and get_frame_saved_regs.
5557
9b5e151c
AC
55582003-04-13 Andrew Cagney <cagney@redhat.com>
5559
5560 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
5561 of gdbarch_num_regs.
5562
ef6e7e13
AC
55632003-04-13 Andrew Cagney <cagney@redhat.com>
5564
5565 * frame.h: Mention what replaced what in "struct frame_info".
5566 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
5567 deprecated_update_frame_base_hack and
5568 deprecated_update_frame_pc_hack.
5569 * hppa-tdep.c: Ditto.
5570
61fbb938
DJ
55712003-04-13 Daniel Jacobowitz <drow@mvista.com>
5572
5573 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
5574 to read_reg and update its comment. Remove regnum member.
5575 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
5576 Don't call read_reg when setting in_reg. Call read_reg to get
5577 the frame base if it's in a register. Return the register number
5578 on the stack instead of in the context. Remove extra arguments
5579 to read_reg.
5580 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
5581 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
5582 the register number on the expression stack.
5583 (needs_frame_read_reg): Remove extra arguments.
5584
0d53c4c4
DJ
55852003-04-13 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
5588 made non-static.
5589 (execute_stack_op): All callers updated.
5590 * dwarf2expr.h: Add prototype for dwarf2_read_address.
5591 * dwarf2loc.c (find_location_expression): New function.
5592 (dwarf_expr_frame_base): Call it.
5593 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
5594 (dwarf2_tracepoint_var_ref): New function, broken out from
5595 locexpr_tracepoint_var_ref.
5596 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
5597 Make static.
5598 (loclist_read_variable, loclist_read_needs_frame): New functions.
5599 (loclist_describe_location, loclist_tracepoint_var_ref): New
5600 functions.
5601 (dwarf2_loclist_funcs): New struct location_funcs.
5602 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
5603 (struct dwarf2_locexpr_baton): Add comments.
5604 (dwarf2_loclist_funcs): New extern.
5605 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
5606 base_address and base_known.
5607 (dwarf_loc_buffer): New variable.
5608 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
5609 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
5610 (dwarf2_has_info): Initialize dwarf_loc_offset.
5611 (dwarf2_build_psymtabs): Read in .debug_loc.
5612 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
5613 DWARF_LOC_SIZE.
5614 (psymtab_to_symtab_1): Likewise. Move base address calculation
5615 here, from...
5616 (dwarf2_get_pc_bounds): ... here. Use the base address from
5617 cu_header.
5618 (dwarf2_symbol_mark_computed): Handle location lists.
5619
6aca59a3
DJ
56202003-04-13 Daniel Jacobowitz <drow@mvista.com>
5621
5622 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
5623 if the linkage name demangled successfully.
5624
aca1fcd0
MK
56252003-04-13 Mark Kettenis <kettenis@gnu.org>
5626
97095916
MK
5627 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
5628 disassmbly_flavour): Removed.
5629
aca1fcd0
MK
5630 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
5631
562a961f
MK
56322003-04-13 Mark Kettenis <kettenis@gnu.org>
5633
5634 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
5635
bd013d54
AC
56362003-04-12 Andrew Cagney <cagney@redhat.com>
5637
5638 * frame.h (struct frame_info): Move definition from here ...
5639 * frame.c (struct frame_info): ... to here.
5640
167ef8b1
AC
56412003-04-12 Andrew Cagney <cagney@redhat.com>
5642
5643 * gdbthread.h (save_infrun_state): Delete parameter
5644 "prev_func_start".
5645 (struct thread_info): Delete field "prev_func_start".
5646 (load_infrun_state): Ditto.
5647 * thread.c (load_infrun_state, save_infrun_state): Update.
5648 * infrun.c (prev_func_start): Delete variable.
5649 (context_switch, init_wait_for_inferior): Update.
5650 (stop_stepping, keep_going): Update.
5651
da3331ec
AC
56522003-04-12 Andrew Cagney <cagney@redhat.com>
5653
5654 * gdbarch.sh: Add missing opaque declarations.
5655 * gdbarch.h: Regnerate.
5656 * symtab.h: Add missing opaque declarations.
5657 * value.h, target.h, symfile.h, stabsread.h: Ditto.
5658 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
5659 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
5660 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
5661 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
5662 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
5663 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
5664 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
5665 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
5666 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
5667 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
5668 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
5669 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
5670
18adea3f
AC
56712003-04-11 Andrew Cagney <cagney@redhat.com>
5672
5673 * frame.c (get_frame_id): Return this frame's "id".
5674 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
5675 function start.
5676 (legacy_saved_regs_this_id): Replace function body with
5677 internal-error.
5678 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
5679 FRAME_OBSTACK_ZALLOC.
5680 (create_new_frame): Mark the frame ID as valid.
5681
2252e863
AO
56822003-04-11 Alexandre Oliva <aoliva@redhat.com>
5683
5684 * Makefile.in (libbfd_h): Added missing setting.
5685 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
5686 according to the selected ABI.
5687
a8245ab8
JJ
56882003-04-11 Jeff Johnston <jjohnstn@redhat.com>
5689
5690 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
5691
6913c89a
AC
56922003-04-11 Andrew Cagney <cagney@redhat.com>
5693
5694 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
5695 SAVED_PC_AFTER_CALL.
5696 * gdbarch.h, gdbarch.c: Regenerate.
5697 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5698 * x86-64-tdep.c (x86_64_init_abi): Update.
5699 * vax-tdep.c (vax_gdbarch_init): Update.
5700 * v850-tdep.c (v850_gdbarch_init): Update.
5701 * sparc-tdep.c (sparc_gdbarch_init): Update.
5702 * sh-tdep.c (sh_gdbarch_init): Update.
5703 * s390-tdep.c (s390_gdbarch_init): Update.
5704 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5705 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5706 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5707 * mips-tdep.c (mips_gdbarch_init): Update.
5708 * mcore-tdep.c (mcore_gdbarch_init): Update.
5709 * m68k-tdep.c (m68k_gdbarch_init): Update.
5710 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5711 * ia64-tdep.c (ia64_gdbarch_init): Update.
5712 (ia64_saved_pc_after_call): Update declaration.
5713 * i386ly-tdep.c (i386lynx_init_abi): Update.
5714 * i386-tdep.c (i386_gdbarch_init): Update.
5715 * hppa-tdep.c (hppa_gdbarch_init): Update.
5716 * h8300-tdep.c (h8300_gdbarch_init): Update.
5717 * frv-tdep.c (frv_gdbarch_init): Update.
5718 * cris-tdep.c (cris_gdbarch_init): Update.
5719 * avr-tdep.c (avr_gdbarch_init): Update.
5720 * arm-tdep.c (arm_gdbarch_init): Update.
5721 * alpha-tdep.c (alpha_gdbarch_init): Update.
5722 * ns32knbsd-nat.c (frame_num_args): Update.
5723 * ns32k-tdep.c (umax_frame_num_args): Update.
5724 * mips-tdep.c (mips_init_frame_pc_first): Update.
5725 * infrun.c (step_over_function): Update.
5726 * i386-linux-tdep.c (skip_hurd_resolver): Update.
5727 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
5728 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5729 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5730 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
5731 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
5732 * arm-linux-tdep.c (skip_hurd_resolver): Update.
5733 * arch-utils.c (init_frame_pc_default): Update.
5734 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
5735 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
5736 declaration.
8ffd9b1b 5737
38edeab8
AC
57382003-04-11 Andrew Cagney <cagney@redhat.com>
5739
5740 * i387-tdep.c: Update copyright.
5741 (i387_to_double): Delete function.
5742 (double_to_i387): Delete function.
5743
81f8a206
AC
57442003-04-10 Andrew Cagney <cagney@redhat.com>
5745
5746 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
5747 frame's function's address. Simplify.
5748 (d10v_frame_unwind_cache): Check that the frame's function is
5749 non-zero.
5750
6e691f7a
JB
57512003-04-10 Jim Blandy <jimb@redhat.com>
5752
5753 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
5754 call to set_gdbarch_deprecated_push_arguments.
5755
7f78e237
AC
57562003-04-10 Andrew Cagney <cagney@redhat.com>
5757
5758 * frame.c (fprint_frame_id): New function.
5759 (fprint_frame_type, fprint_frame): New function.
5760 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
5761 (create_sentinel_frame, get_frame_id): Ditto.
5762 (frame_id_p, frame_id_eq): Ditto.
5763 (frame_id_inner, create_new_frame): Ditto.
5764 (legacy_get_prev_frame, get_prev_frame): Ditto.
5765 (deprecated_update_frame_pc_hack): Ditto.
5766 (frame_register_unwind): Ditto.
5767 (deprecated_update_frame_base_hack): Ditto.
5768
f870b49b
CV
57692003-04-10 Corinna Vinschen <vinschen@redhat.com>
5770
5771 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
5772 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
5773 frame_chain function.
5774 * Makefile.in: Add dependencies due to above change.
5775
7c86889b
CV
57762003-04-10 Corinna Vinschen <vinschen@redhat.com>
5777
5778 * blockframe.c (legacy_frame_chain_valid): Move call to
5779 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
5780 inside_entry_file.
5781
d0a55772
AC
57822003-04-09 Andrew Cagney <cagney@redhat.com>
5783
5784 * frame.h (struct frame_id): Replace "pc" and "base" with
5785 "stack_addr" and "code_addr". Update comments.
5786 (frame_id_build): Update parameter names and comment.
5787 (struct frame_info): Replace "id_p" and "id" with "this_id".
5788 * dummy-frame.c (dummy_frame_this_id): Update.
5789 * breakpoint.c (print_one_breakpoint): Update.
5790 * frame.c (get_frame_id): Update.
5791 (get_frame_base, frame_id_build): Update.
5792 (create_sentinel_frame, legacy_get_prev_frame): Update.
5793 (deprecated_update_frame_base_hack): Update.
5794 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
5795 (frame_id_inner): Ditto.
5796
ac16bf07
AC
57972003-04-09 Andrew Cagney <cagney@redhat.com>
5798
5799 * defs.h (gdb_print_host_address): Make "addr" parameter a
5800 pointer constant.
5801 * utils.c (gdb_print_host_address): Update.
5802
366cfc9e
KB
58032003-04-09 Kevin Buettner <kevinb@redhat.com>
5804
5805 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
5806 register number for R0 is 0.
5807
cd983b5c
JB
58082003-04-09 J. Brobecker <brobecker@gnat.com>
5809
5810 * frame.h (struct gdbarch): Add opaque structure definition
5811 to avoid a compilation warning on LynxOS 4.0.
5812
d1340264
AC
58132003-04-09 Andrew Cagney <cagney@redhat.com>
5814
5815 * frame.h (struct frame_info): Delete field "pc". Replace
5816 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
5817 structure.
5818 * frame.c (frame_pc_unwind): Update.
5819 (create_sentinel_frame): Do not set "pc".
5820 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
5821 (get_frame_pc): Call frame_pc_unwind.
5822 (deprecated_update_frame_pc_hack): Update.
5823 (create_new_frame): Use "pc" not "->pc".
5824
90a6fffb
AC
58252003-04-09 Andrew Cagney <cagney@redhat.com>
5826
5827 * frame.c (get_frame_id): Eliminate code updating "frame".
5828 (legacy_get_prev_frame): Ditto.
5829 (get_frame_base): Return id.base directly.
5830 (deprecated_update_frame_base_hack): Update "id.base".
5831 * frame.h (struct frame_info): Delete field "frame".
5832
2fbce691
AC
58332003-04-09 Andrew Cagney <cagney@redhat.com>
5834
5835 * NEWS: Mention that the "Sequent family" is obsolete.
5836 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
5837 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5838 * configure.host: Obsolete i[3456]86-sequent-bsd*,
5839 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
5840 * config/i386/tm-ptx4.h: Obsolete file.
5841 * config/i386/tm-ptx.h: Obsolete file.
5842 * symm-tdep.c: Obsolete file.
5843 * config/i386/symmetry.mt: Obsolete file.
5844 * config/i386/tm-symmetry.h: Obsolete file.
5845 * symm-nat.c: Obsolete file.
5846 * config/i386/nm-symmetry.h: Obsolete file.
5847 * config/i386/xm-symmetry.h: Obsolete file.
5848 * config/i386/symmetry.mh: Obsolete file.
5849 * config/i386/nm-ptx4.h: Obsolete file.
5850 * config/i386/ptx4.mh: Obsolete file.
5851 * config/i386/ptx.mt: Obsolete file.
5852 * config/i386/ptx.mh: Obsolete file.
5853 * config/i386/xm-ptx4.h: Obsolete file.
5854 * config/i386/xm-ptx.h: Obsolete file.
5855
78c43945
AC
58562003-04-09 Andrew Cagney <cagney@redhat.com>
5857
5858 Obsolete mips*-*-mach3*.
5859 * NEWS: Mention that mips*-*-mach3* is obsolete.
5860 * m3-nat.c: Obsolete file.
5861 * config/nm-m3.h: Obsolete file.
5862 * config/mips/tm-mipsm3.h: Obsolete file.
5863 * config/mips/mipsm3.mt: Obsolete file.
5864 * config/mips/mipsm3.mh: Obsolete file.
5865 * config/mips/xm-mipsm3.h: Obsolete file.
5866 * mipsm3-nat.c: Obsolete file.
5867 * configure.host: Obsolete mips-dec-mach3*.
5868 * configure.tgt: Obsolete mips*-*-mach3*.
5869
f1908289
AC
58702003-04-09 Andrew Cagney <cagney@redhat.com>
5871
5872 * doublest.h: Update copyright.
5873 (deprecated_store_floating, deprecated_extract_floating): Rename
5874 store_floating and extract_floating. Update comments.
5875 * doublest.c: Update copyright.
5876 (extract_floating_by_length): Replace extract_floating.
5877 (store_floating_by_length): Replace store_floating.
5878 (deprecated_extract_floating): New function.
5879 (deprecated_store_floating): New function.
5880 (extract_typed_floating): Call extract_floating_by_length.
5881 (store_typed_floating): Call store_floating_by_length.
5882 * x86-64-tdep.c (x86_64_store_return_value): Update.
5883 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
5884 (sh64_extract_return_value): Update.
5885 (sh_sh4_register_convert_to_virtual): Update.
5886 (sh_sh64_register_convert_to_virtual): Update.
5887 (sh_sh4_register_convert_to_raw): Update.
5888 (sh_sh64_register_convert_to_raw): Update.
5889 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
5890 (rs6000_register_convert_to_raw): Update.
5891 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
5892 (ia64_register_convert_to_raw): Update.
5893 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
5894 (REGISTER_CONVERT_TO_VIRTUAL): Update.
5895 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
5896 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
5897 (alpha_register_convert_to_raw): Update.
5898
4443bd83
AC
58992003-04-08 Andrew Cagney <cagney@redhat.com>
5900
5901 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
5902 * gdbarch.h, gdbarch.c: Re-generate.
5903 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
5904 (d10v_gdbarch_init): Do not set saved_pc_after_call.
5905 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
5906 conditionally, use frame_pc_unwind as an alternative. Add
5907 comments.
5908 * arch-utils.c (init_frame_pc_default): Only call
5909 SAVED_PC_AFTER_CALL when available.
5910
c0236d92
EZ
59112003-04-08 Elena Zannoni <ezannoni@redhat.com>
5912
fbe586ae 5913 * infrun.c (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5914 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
5915 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
5916 (start_remote): Ditto.
5917 (handle_inferior_event): Ditto.
5918 (save_inferior_status): Ditto.
5919 (restore_inferior_status): Ditto.
5920 * infcmd.c (attach_command): Ditto.
5921 * fork-child.c (startup_inferior): Ditto.
fbe586ae 5922 * inferior.h (stop_soon): Rename from stop_soon_quietly.
c0236d92
EZ
5923 * alpha-tdep.c (heuristic_proc_start): Ditto.
5924 * mips-tdep.c (heuristic_proc_start): Ditto.
5925 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
5926 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
5927 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
5928 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
5929 * remote-vx.c (vx_create_inferior): Ditto.
5930
59312003-04-08 Elena Zannoni <ezannoni@redhat.com>
5932
5933 * infrun.c (stop_soon_quietly): Make it an enum, to better
5934 override the default behavior of handle_inferior_event.
5935 (clear_proceed_status): Update uses of stop_soon_quietly to
5936 reflect that it is now an enum.
5937 (start_remote): Ditto.
5938 (handle_inferior_event): Change logic a bit if stop_soon_quietly
5939 is set to handle the new GNU/Linux kernel behavior for
5940 attach/sigstop. Update uses of stop_soon_quietly.
5941 * inferior.h (enum stop_kind): New enum.
5942 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
5943 Reset normal handle_inferior_event behavior, afterwards.
5944 * fork-child.c (startup_inferior): Update.
5945 * alpha-tdep.c (heuristic_proc_start): Update.
5946 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
5947 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
5948 * solib-osf.c (osf_solib_create_inferior_hook): Update.
5949 * solib-irix.c (irix_solib_create_inferior_hook): Update.
5950 * remote-vx.c (vx_create_inferior): Update.
5951 * mips-tdep.c (heuristic_proc_start): Update.
5952
1211bce3
EZ
59532003-04-07 Elena Zannoni <ezannoni@redhat.com>
5954
5955 * disasm.c (dump_insns): Move variables inside loop, or they will
fbe586ae 5956 be freed more than once, causing wild memory corruptions.
1211bce3 5957 (gdb_disassembly): Look for the substring "-thread",
fbe586ae 5958 instead of "-threads" in the target name, to make sure to find
8ffd9b1b 5959 the 'multi-thread' target. Also, make sure we do the right thing
fbe586ae 5960 with the "core" target.
1211bce3 5961
f0ef6b29
KB
59622003-04-07 Kevin Buettner <kevinb@redhat.com>
5963
5964 * mips-tdep.c (mips_print_fp_register): New function, created from
5965 do_fp_register_row(). Registers are now (also) printed as hex.
5966 Only one register is printed per row.
5967 (mips_print_register, do_fp_register_row): Print floating point
5968 registers with mips_print_fp_register().
5969
8cf71652
AC
59702003-04-06 Andrew Cagney <cagney@redhat.com>
5971
5e488a7b
AC
5972 * valprint.h (inspect_it): Add extern declaration.
5973 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
5974 (selectors_info, classes_info): Ditto.
5975 (find_objc_msgcall): Fix indentation.
5976 (objc_printstr): Delete extern declarations.
5977
8cf71652
AC
5978 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
5979
e6ba3bc9
AC
59802003-04-06 Andrew Cagney <cagney@redhat.com>
5981
5982 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
5983 Update comment.
5984 * frame.c (legacy_saved_regs_this_id): Update.
5985 (legacy_get_prev_frame): Update.
5986 * xstormy16-tdep.c: Update comment.
5987 * sparc-tdep.c (sparc_frame_chain): Update comment.
5988 * blockframe.c (legacy_frame_chain_valid): Update.
5989
55e1d7e7
AC
59902003-04-06 Andrew Cagney <cagney@redhat.com>
5991
996179ee
AC
5992 * valprint.c (val_print_type_code_int): Delete #ifdef
5993 PRINT_TYPELESS_INTEGER code.
5994
55e1d7e7
AC
5995 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
5996 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
5997 multi-arch definition.
5998 * gdbarch.h: Re-generate.
5999
43bd9a9e
AC
60002003-04-05 Andrew Cagney <cagney@redhat.com>
6001
6002 Eliminate FRAME_FIND_SAVED_REGS.
6003 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6004 Change FSR parameter to a pointer.
6005 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
6006 Assume FSR parameter is a pointer.
6007 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
6008 Make fsr a pointer.
6009 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
6010 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
6011 saved_regs a pointer.
6012 (hppa_frame_saved_pc): Ditto.
6013 (find_dummy_frame_regs): Make frame_saved_regs a pointer
6014 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
6015 pointer.
6016 (restore_pc_queue): Make fsr a pointer.
6017 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
6018 (hppa_frame_chain): Make saved_regs a pointer, call
6019 hppa_frame_init_saved_regs.
6020 * sparc-tdep.c: Include "gdb_assert.h".
6021 (sparc_frame_find_saved_regs): Replace internal_error with
6022 gdb_assert.
6023 * remote-vxsparc.c (vx_read_register): Delete reference to
6024 FRAME_FIND_SAVED_REGS.
6025 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
6026 * gdbarch.h: Regenerate.
6027 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6028 (deprecated_get_frame_saved_regs): Delete declaration.
6029 (struct frame_saved_regs): Delete definition.
6030 * frame.c (deprecated_get_frame_saved_regs): Delete function.
6031 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
6032 (hppa_frame_find_saved_regs): Delete declaration.
6033 (FRAME_FIND_SAVED_REGS): Delete macro.
6034 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
6035 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
6036 FRAME_FIND_SAVED_REGS in comment.
6037
be41e9f4
AC
60382003-04-05 Andrew Cagney <cagney@redhat.com>
6039
6040 * frame.c (frame_func_unwind, get_frame_func): New functions.
6041 * frame.h (get_frame_func, frame_func_unwind): Declare.
6042 (struct frame_info): Add field "prev_func" for caching the
6043 previous frame's function address.
6044 * arm-tdep.c (arm_frameless_function_invocation): Combine
6045 get_pc_function_start and get_frame_pc into get_frame_func.
6046 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
6047 (sh64_nofp_frame_init_saved_regs): Ditto.
6048 * s390-tdep.c (s390_function_start): Ditto.
6049 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
6050 (rs6000_frameless_function_invocation): Ditto.
6051 (rs6000_frame_saved_pc): Ditto.
6052 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
6053 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
6054 * i386-tdep.c (i386_frameless_signal_p): Ditto.
6055 (i386_frame_init_saved_regs): Ditto.
6056 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
6057 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
6058 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
6059 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6060 * blockframe.c (frameless_look_for_prologue): Ditto.
6061
a01dd7cc
AC
60622003-04-05 Andrew Cagney <cagney@redhat.com>
6063
6064 * frame.c (legacy_get_prev_frame): Link prev to next at the
6065 function start. Update comments.
6066
5e5592e6
AC
60672003-04-05 Andrew Cagney <cagney@redhat.com>
6068
6069 * frame.c (get_frame_id): Update comment.
6070 (legacy_get_prev_frame): Update comment.
6071 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
6072 * gdbarch.h: Regenerate.
6073 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
6074 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
6075
6fba5002
AC
60762003-04-05 Andrew Cagney <cagney@redhat.com>
6077
6078 * stack.c (print_frame_info): Use get_frame_pc.
6079
7df05f2b
AC
60802003-04-04 Andrew Cagney <cagney@redhat.com>
6081
6082 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
6083 the frame's type from the unwinder.
6084 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
6085 (create_new_frame, legacy_get_prev_frame): When the unwinder's
6086 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
6087 (get_frame_base_address): Use get_frame_type.
6088 (get_frame_locals_address, get_frame_args_address): Ditto.
6089 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
6090 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
6091 (struct frame_info): Add comment explaining why the frame contains
6092 a "type" field.
6093 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
6094 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
6095 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
6096 NORMAL_FRAME.
6097 * frame-unwind.h: Include "frame.h".
6098 (struct frame_unwind): Add "type" field.
6099 * Makefile.in (frame_unwind_h): Add $(frame_h).
8ffd9b1b 6100
11889732
AC
61012003-04-04 Andrew Cagney <cagney@redhat.com>
6102
6103 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
6104 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
6105 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
6106 get_frame_base.
6107 (d10v_unwind_dummy_id): Use frame_id_build.
6108 * frame.c (find_frame_sal): Use get_frame_pc.
6109 (create_new_frame): Use deprecated_update_frame_pc_hack and
6110 deprecated_update_frame_base_hack.
6111 (create_sentinel_frame): Add comment about ->pc going away.
6112 (get_prev_frame): Add comment about ->pc going away.
6113 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
6114 frame_id_build, deprecated_update_frame_pc_hack and
6115 deprecated_update_frame_base_hack.
6116 (select_frame): Use get_frame_pc.
6117 (legacy_saved_regs_this_id): Use frame_id_build.
6118
50c46a0d
EZ
61192003-04-04 Elena Zannoni <ezannoni@redhat.com>
6120
fbe586ae
RH
6121 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
6122 signed integer case.
6123 (classify_argument): Handle enumerations and references.
50c46a0d 6124
50bbdbd9
AC
61252003-04-04 Andrew Cagney <cagney@redhat.com>
6126
6127 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
6128 ID to NULL.
6129
36018d2e
AF
61302003-04-01 Adam Fedor <fedor@gnu.org>
6131
6132 * gdb/objc-lang.c (selectors_info): Replace calls to
6133 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
6134 SYMBOL_NATURAL_NAME.
6135 (classes_info, find_methods): Likewise.
6136
35cec841
KB
61372003-04-03 Kevin Buettner <kevinb@redhat.com>
6138
6139 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
6140 ``mach'' to the value determined by bfd_default_set_arch_mach().
6141
43136899
BR
61422003-04-02 Bob Rossi <bob_rossi@cox.net>
6143
6144 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
6145 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
6146 (mi-cmd-file.o): Update dependencies.
6147
040b99fd
KB
61482003-04-01 Kevin Buettner <kevinb@redhat.com>
6149
6150 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
6151 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
6152
9a3d7dfd
AF
61532003-04-01 Adam Fedor <fedor@gnu.org>
6154
6155 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
6156 * language.h (struct language_defn): Add la_demangle.
6157 (language_demangle): Declare.
6158 * language.c (language_demangle): New function.
6159 (unk_lang_demangle): Likewise.
6160 (unknown_language_defn, auto_language_defn, local_language_defn):
fbe586ae 6161 Add ukn_lang_demangle.
9a3d7dfd 6162 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
fbe586ae 6163 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9a3d7dfd
AF
6164 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
6165 (cplus_language_defn): Add cplus_demangle for la_demangle element.
6166 * jv-lang.c (java_demangle): New function
6167 (java_language_defn): Use it for la_demangle element.
fbe586ae
RH
6168 * objc-lang.c (objc_demangle): Add options argument
6169 (objc_language_defn): Use objc_demangle for la_demangle element.
9a3d7dfd
AF
6170 * maint.c (maintenance_demangle): Replace switch with
6171 call to language_demangle.
6172 * utils.c (fprintf_symbol_filtered): Likewise.
6173
5e074003
AC
61742003-04-01 Andrew Cagney <cagney@redhat.com>
6175
6176 * printcmd.c (print_frame_nameless_args): Delete #ifdef
6177 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
6178 PRINT_TYPELESS_INTEGER.
6179 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
6180 PUSH_RETURN_ADDRESS.
6181
270cb5d6
AC
61822003-04-01 Andrew Cagney <cagney@redhat.com>
6183
6184 * Makefile.in (d10v-tdep.o): Update dependencies.
6185 * d10v-tdep.c: Include "frame-base.h".
6186 (d10v_frame_unwind): Make constant.
6187 (d10v_frame_base_address): New function.
6188 (d10v_frame_base): New variable.
6189 (d10v_gdbarch_init): Set frame_base default.
6190 (struct d10v_unwind_cache): Add the field "prev_sp". Update
6191 comment for base.
6192 (d10v_frame_unwind_cache): Set and use "prev_sp".
6193 (d10v_frame_this_id): Use the previous frame's inner most stack
6194 address and this frame's func address for the frame ID. Use
6195 frame_id_build. Don't analyze beyond the current instruction.
8ffd9b1b 6196
6bfb3e36
AC
61972003-04-01 Andrew Cagney <cagney@redhat.com>
6198
6199 * frame.h (get_frame_locals_address, get_frame_args_address):
6200 Refer to the base address, instead of the address of the first
6201 local or parameter.
8ffd9b1b 6202
da62e633
AC
62032003-04-01 Andrew Cagney <cagney@redhat.com>
6204
6205 Add frame debug info addresses:
6206 * frame-base.c: New file.
6207 * frame-base.h: New file.
6208 * frame.h (struct frame_base): Add opaque declaration.
6209 (get_frame_base): Update comment.
6210 (get_frame_base_address): Declare.
6211 (get_frame_locals_address): Declare.
6212 (get_frame_args_address): Declare.
6213 (struct frame_info): Add "base" and "base_cache". Update
6214 comments on the unwinder.
6215 * frame.c: Include "frame-base.h".
6216 (get_frame_locals_address): New function.
6217 (get_frame_base_address): New function.
6218 (get_frame_args_address): New function.
6219 * findvar.c (read_var_value): Use get_frame_locals_address and
6220 get_frame_args_address.
6221 * stack.c (frame_info): Use get_frame_locals_address and
6222 get_frame_args_address.
6223 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
6224 moved to "frame-base.c".
6225 * printcmd.c (print_frame_nameless_args): Ditto.
6226 * symtab.h (address_class): Update comments.
6227 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
6228 get_frame_base_address.
6229 * dwarf2expr.c (execute_stack_op): Ditto.
6230 * Makefile.in (frame_base_h): Define.
6231 (frame.o): Update dependencies.
6232 (frame-base.o): Add dependencies.
6233 (SFILES): Add frame-base.c.
6234 (COMMON_OBS): Add frame-base.o.
6235
3d30e9c2
AC
62362003-04-01 Andrew Cagney <cagney@redhat.com>
6237
6238 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
6239 CALL_DUMMY_LENGTH): Ditto.
6240 * gdbarch.c: Re-generate.
6241 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
6242 (CALL_DUMMY_LENGTH): Delete macro.
6243 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
6244 * arm-tdep.c (arm_gdbarch_init): Ditto.
6245 * avr-tdep.c (avr_gdbarch_init): Ditto.
6246 * cris-tdep.c (cris_gdbarch_init): Ditto.
6247 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6248 * frv-tdep.c (frv_gdbarch_init): Ditto.
6249 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6250 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6251 * i386-tdep.c (i386_gdbarch_init): Ditto.
6252 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6253 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6254 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6255 * mips-tdep.c (mips_gdbarch_init): Ditto.
6256 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6257 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6258 * s390-tdep.c (s390_gdbarch_init): Ditto.
6259 * sh-tdep.c (sh_gdbarch_init): Ditto.
6260 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6261 * v850-tdep.c (v850_gdbarch_init): Ditto.
6262 * vax-tdep.c (vax_gdbarch_init): Ditto.
6263 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6264
ce0c7262
CV
62652003-04-01 Corinna Vinschen <vinschen@redhat.com>
6266
6267 * frame.c (get_prev_frame): Disable call to inside_entry_file().
6268
73dd234f
AC
62692003-04-01 Andrew Cagney <cagney@redhat.com>
6270
6271 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
6272 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6273 * gdbarch.h, gdbarch.c: Re-generate.
6274 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6275 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6276 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6277 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
6278 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
6279 * infcmd.c (run_stack_dummy): Simplify assuming
6280 CALL_DUMMY_BREAKPOINT_OFFSET_P.
6281 * infrun.c (handle_inferior_event): Ditto.
6282 * alpha-tdep.c (alpha_gdbarch_init): Do not set
6283 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
6284 * arm-tdep.c (arm_gdbarch_init): Ditto.
6285 * avr-tdep.c (avr_gdbarch_init): Ditto.
6286 * cris-tdep.c (cris_gdbarch_init): Ditto.
6287 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6288 * frv-tdep.c (frv_gdbarch_init): Ditto.
6289 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6290 * i386-tdep.c (i386_gdbarch_init): Ditto.
6291 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6292 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6293 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6294 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6295 * mips-tdep.c (mips_gdbarch_init): Ditto.
6296 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6297 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6298 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6299 * s390-tdep.c (s390_gdbarch_init): Ditto.
6300 * sh-tdep.c (sh_gdbarch_init): Ditto.
6301 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6302 * v850-tdep.c (v850_gdbarch_init): Ditto.
6303 * vax-tdep.c (vax_gdbarch_init): Ditto.
6304 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6305
97606a13
DJ
63062003-04-01 Daniel Jacobowitz <drow@mvista.com>
6307
6308 * symfile.c (symfile_relocate_debug_section): Update call to
6309 bfd_simple_get_relocated_section_contents.
6310
e8ab51f7
AC
63112003-03-31 Andrew Cagney <cagney@redhat.com>
6312
6313 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
6314 * gdbarch.h, gdbarch.c: Regenerate.
6315 * inferior.h (FIX_CALL_DUMMY): Delete macro.
6316 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
6317 available.
6318 * frame.h (generic_fix_call_dummy): Delete declaration.
6319 * dummy-frame.h: Update comment.
6320 * dummy-frame.c (generic_fix_call_dummy): Delete function.
6321 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6322 fix_call_dummy.
6323 * sh-tdep.c (sh_gdbarch_init): Ditto.
6324 * s390-tdep.c (s390_gdbarch_init): Ditto.
6325 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6326 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6327 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6328 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6329 * i386-tdep.c (i386_gdbarch_init): Ditto.
6330 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6331 * frv-tdep.c (frv_gdbarch_init): Ditto.
6332 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6333 * cris-tdep.c (cris_gdbarch_init): Ditto.
6334 * avr-tdep.c (avr_gdbarch_init): Ditto.
6335 * arm-tdep.c (arm_gdbarch_init): Ditto.
6336
018d1b48
JB
63372003-03-31 J. Brobecker <brobecker@gnat.com>
6338
6339 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
6340 (INIT_FRAME_AP): Likewise.
6341 (EXTRA_FRAME_INFO): Likewise.
6342
e9a2674e
AC
63432003-03-31 Andrew Cagney <cagney@redhat.com>
6344
6345 * gdbarch.sh: Include "symfile.h".
6346 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
6347 * gdbarch.h, gdbarch.c: Re-generate.
6348 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
6349 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6350 call_dummy_address, the default is at entry_point_address.
6351 * v850-tdep.c (v850_gdbarch_init): Ditto.
6352 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6353 * sh-tdep.c (sh_gdbarch_init): Ditto.
6354 * s390-tdep.c (s390_gdbarch_init): Ditto.
6355 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6356 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6357 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6358 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6359 * i386-tdep.c (i386_gdbarch_init): Ditto.
6360 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6361 * frv-tdep.c (frv_gdbarch_init): Ditto.
6362 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6363 * cris-tdep.c (cris_gdbarch_init): Ditto.
6364 * arm-tdep.c (arm_gdbarch_init): Ditto.
6365
e8a8712a
AC
63662003-03-31 Andrew Cagney <cagney@redhat.com>
6367
6368 * gdbarch.sh (CALL_DUMMY_P): Delete.
6369 * gdbarch.h, gdbarch.c: Re-generate.
6370 * inferior.h (CALL_DUMMY_P): Delete macro.
6371 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6372 * vax-tdep.c (vax_gdbarch_init): Update.
6373 * v850-tdep.c (v850_gdbarch_init): Update.
6374 * sparc-tdep.c (sparc_gdbarch_init): Update.
6375 * sh-tdep.c (sh_gdbarch_init): Update.
6376 * s390-tdep.c (s390_gdbarch_init): Update.
6377 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6378 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6379 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6380 * mips-tdep.c (mips_gdbarch_init): Update.
6381 * mcore-tdep.c (mcore_gdbarch_init): Update.
6382 * m68k-tdep.c (m68k_gdbarch_init): Update.
6383 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6384 * ia64-tdep.c (ia64_gdbarch_init): Update.
6385 * i386-tdep.c (i386_gdbarch_init): Update.
6386 * h8300-tdep.c (h8300_gdbarch_init): Update.
6387 * frv-tdep.c (frv_gdbarch_init): Update.
6388 * d10v-tdep.c (d10v_gdbarch_init): Update.
6389 * cris-tdep.c (cris_gdbarch_init): Update.
6390 * breakpoint.c (deprecated_frame_in_dummy): Update.
6391 * avr-tdep.c (avr_gdbarch_init): Update.
6392 * alpha-tdep.c (alpha_gdbarch_init): Update.
6393 * arm-tdep.c (arm_gdbarch_init): Update.
6394 * dummy-frame.c (dummy_frame_this_id): Update comments.
6395 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
6396 * frame.c (legacy_get_prev_frame): Ditto.
6397 * valops.c (call_function_by_hand): Delete function.
6398 (hand_function_call): Rename to call_function_by_hand
6399
ed234cf8
AC
64002003-03-30 Andrew Cagney <cagney@redhat.com>
6401
6402 2002-11-10 Klee Dienes <kdienes@apple.com>
fbe586ae 6403 * value.h (struct value): Update comment.
ed234cf8 6404
06c77151
AC
64052003-03-30 Andrew Cagney <cagney@redhat.com>
6406
6c2b5168
AC
6407 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
6408 D10V_FP_REGNUM.
6409 (d10v_gdbarch_init): Do not set fp_regnum.
6410
06c77151
AC
6411 * frame.c (get_frame_base): Force ID initialization.
6412 (get_prev_frame): Move computation of the frame ID from here ...
6413 (get_frame_id): ... to here.
6414 (legacy_get_prev_frame): Mark the frame ID as valid.
6415 * frame.h (struct frame_info): Add field "id_p".
6416
97a1a11c
MK
64172003-03-30 Mark Kettenis <kettenis@gnu.org>
6418
6419 * i386-tdep.c (i386_store_struct_return): Removed.
6420 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
6421
6c0e89ed
AC
64222003-03-30 Andrew Cagney <cagney@redhat.com>
6423
6424 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
6425 * gdbarch.h, gdbarch.c: Regenerate.
6426 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
6427 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6428 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6429 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6430 * i386-tdep.c (i386_gdbarch_init): Ditto.
6431 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6432 * cris-tdep.c (cris_gdbarch_init): Ditto.
6433 * vax-tdep.c (vax_gdbarch_init): Ditto.
6434 * s390-tdep.c (s390_gdbarch_init): Ditto.
6435 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6436 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6437 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6438 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
6439 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6440 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
6441 * sparc-tdep.c (sparc_gdbarch_init): Update.
6442 * sh-tdep.c (sh_gdbarch_init): Update.
6443 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6444 * mips-tdep.c (mips_gdbarch_init): Update.
6445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6446 * ia64-tdep.c (ia64_gdbarch_init): Update.
6447 * frv-tdep.c (frv_gdbarch_init): Update.
6448 * avr-tdep.c (avr_gdbarch_init): Update.
6449 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
6450 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
6451 instead of when push_dummy_call is not available.
8ffd9b1b 6452
f7dd6af2
AC
64532003-03-30 Andrew Cagney <cagney@redhat.com>
6454
6455 * infttrace.c: Include "gdbthread.h".
6456 (parent_attach_all): Fix function signature.
6457 (call_ptrace): Update call.
6458 * Makefile.in (infttrace.o): Update dependencies.
6459
28f617b3
AC
64602003-03-30 Andrew Cagney <cagney@redhat.com>
6461
6462 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
6463 PUSH_RETURN_ADDRESS.
6464 * gdbarch.h, gdbarch.c: Regenerate.
6465 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6466 * x86-64-tdep.c (x86_64_init_abi): Update.
6467 * v850-tdep.c (v850_gdbarch_init): Update.
6468 * sparc-tdep.c (sparc_gdbarch_init): Update.
6469 * sh-tdep.c (sh_gdbarch_init): Update.
6470 * s390-tdep.c (s390_gdbarch_init): Update.
6471 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6472 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6473 * mips-tdep.c (mips_gdbarch_init): Update.
6474 * mcore-tdep.c (mcore_gdbarch_init): Update.
6475 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6476 * ia64-tdep.c (ia64_gdbarch_init): Update.
6477 * i386-tdep.c (i386_gdbarch_init): Update.
6478 * h8300-tdep.c (h8300_gdbarch_init): Update.
6479 * frv-tdep.c (frv_gdbarch_init): Update.
6480 * cris-tdep.c (cris_gdbarch_init): Update.
6481 * avr-tdep.c (avr_gdbarch_init): Update.
6482 * arm-tdep.c (arm_gdbarch_init): Update.
6483 * valops.c (hand_function_call): Update.
6484
4d628cd7
AC
64852003-03-29 Andrew Cagney <cagney@redhat.com>
6486
6487 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
6488 sizeof_call_dummy_words.
6489 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
6490 define.
6491 * gdbarch.h: Regenerate.
8ffd9b1b 6492
65e82032
AC
64932003-03-29 Andrew Cagney <cagney@redhat.com>
6494
6495 * infttrace.h: New file.
6496 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
6497 (hpread_get_textlow): Detect an uninitialized dn_bufp.
6498 (hpread_read_doc_function_type): Detect an initialized type1.
6499 (hpread_quick_traverse): Initialize mod_name_string.
6500 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
6501 (som_solib_get_solib_by_pc): Declare.
6502 (so_lib_thread_start_addr): Declare.
6503 (no_shared_libraries): Declare.
6504 * somread.c (init_import_symbols): Make static. Add forward
6505 declaration.
6506 * config/pa/nm-hppah.h: Include "infttrace.h" for
6507 parent_attach_all.
6508 (hppa_insert_hw_watchpoint): Declare.
6509 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
6510 * hppah-nat.c: Include "gdb_string.h".
6511 (parent_attach_all): Delete extern declaration, moved to
6512 "infttrace.h".
6513 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
6514 int.
6515 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
6516 * Makefile.in (infttrace_h): Define.
6517 (hpread.o): Update dependencies.
6518 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
6519 * hppa-hpux-tdep.c: Include "gdb_string.h".
6520 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
6521 * infrun.c (handle_inferior_event): Always initialize
6522 stepped_after_stopped_by_watchpoint. Add default and remove
6523 fallthrough in switch statement.
6524 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
6525 parameter to int.
6526 (hppa_remove_hw_watchpoint): Ditto.
6527
2c3bbe77
AC
65282003-03-29 Andrew Cagney <cagney@redhat.com>
6529
6530 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
6531 offset.
6532
2dd604e7
RE
65332003-03-29 Richard Earnshaw <rearnsha@arm.com>
6534
6535 * arm-tdep.c (arm_push_arguments): Delete.
6536 (struct stack_item): New type.
6537 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
6538 (arm_store_struct_return): Delte.
6539 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
6540 arm_push_arguments or arm_store_struct_return.
6541
e8933a55
AC
65422003-03-28 Andrew Cagney <cagney@redhat.com>
6543
6544 * Makefile.in (d10v-tdep.o): Update dependencies.
6545 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
6546 * d10v-tdep.c: Include "remote.h".
6547 (target_resume_hook): Delete extern declaration.
6548 (target_wait_loop_hook): Ditto.
6549 (tdisassemble_command): Eliminate assignment in "if" conditional.
6550 (d10v_ts2_register_sim_regno): Eliminate call to
6551 legacy_register_sim_regno.
6552 (d10v_ts3_register_sim_regno): Ditto.
6553
6949171e
JJ
65542003-03-28 Jeff Johnston <jjohnstn@redhat.com>
6555
6556 * thread.c: Reindented.
6557 * lin-lwp.c: Ditto.
6558 * linux-proc.c: Ditto.
6559
98c7071f
BR
65602003-03-28 Bob Rossi <bob_rossi@cox.net>
6561
fbe586ae 6562 * MAINTAINERS (write after approval): Add myself.
98c7071f 6563
5edc9ca6
TR
65642003-03-27 Theodore A. Roth <troth@openavr.org>
6565
6566 * objc-exp.y: Add missing semi-colons.
6567
378bfd1b
AC
65682003-03-27 Andrew Cagney <cagney@redhat.com>
6569
6570 * regcache.c (write_sp): Delete function and references.
6571 * inferior.h (write_sp): Delete declaration.
6572 * valops.c (hand_function_call): Replace write_sp with
6573 TARGET_WRITE_SP.
6574 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
6575 (sparc_pop_frame): Ditto.
8ffd9b1b 6576
56056df7
AC
65772003-03-27 Andrew Cagney <cagney@redhat.com>
6578
6579 * NEWS: Mention removal of support for hppa*-*-bsd* and
6580 hppa*-*-osf* natives, and hppa*-*-pro* target.
6581 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
6582 * config/pa/xm-pa.h: Obsolete file.
6583 * config/pa/xm-hppab.h: Obsolete file.
6584 * config/pa/nm-hppab.h: Obsolete file.
6585 * config/pa/tm-hppab.h: Obsolete file.
6586 * config/pa/tm-hppao.h: Obsolete file.
6587 * config/pa/nm-hppao.h: Obsolete file.
6588 * config/pa/tm-pro.h: Obsolete file.
6589 * config/pa/hppaosf.mt: Obsolete file.
6590 * config/pa/hppaosf.mh: Obsolete file.
6591 * config/pa/hppapro.mt: Obsolete file.
6592 * config/pa/hppabsd.mt: Obsolete file.
6593 * config/pa/hppabsd.mh: Obsolete file.
6594 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
6595 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
6596 hppa*-*-osf*.
6597
5873a88d
AC
65982003-03-27 Andrew Cagney <cagney@redhat.com>
6599
6600 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
6601 push_arguments. Don't set push_return_address or write_sp.
6602 (d10v_push_dummy_call): Replace d10v_push_arguments.
6603 (d10v_push_return_address, d10v_write_sp): Delete function,
6604 handled by push_dummy_call.
6605
b81774d8
AC
66062003-03-26 Andrew Cagney <cagney@redhat.com>
6607
6608 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
6609 (push_dummy_call): New pure multi-arch replacement with gdbarch,
6610 regcache and dummy_addr parameters.
6611 * gdbarch.h, gdbarch.c: Re-generate.
6612 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
6613 available; assume it will handle stack alignment and return
6614 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
6615 legacy_push_arguments.
6616 (legacy_push_arguments): Rename default_push_arguments.
6617 * value.h (legacy_push_arguments): Rename default_push_arguments.
6618 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
6619 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6620 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6621 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
6622 * config/i386/tm-symmetry.h: Update.
6623 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6624 * x86-64-tdep.c (x86_64_init_abi): Update.
6625 * v850-tdep.c (v850_gdbarch_init): Update.
6626 * sparc-tdep.c (sparc_gdbarch_init): Update.
6627 * sh-tdep.c (sh_gdbarch_init): Update.
6628 * s390-tdep.c (s390_gdbarch_init): Update.
6629 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6630 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6631 * mips-tdep.c (mips_gdbarch_init): Update.
6632 * mcore-tdep.c (mcore_gdbarch_init): Update.
6633 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6634 * ia64-tdep.c (ia64_gdbarch_init): Update.
6635 * i386-tdep.c (i386_gdbarch_init): Update.
6636 * hppa-tdep.c (hppa_gdbarch_init): Update.
6637 * h8300-tdep.c (h8300_gdbarch_init): Update.
6638 * frv-tdep.c (frv_gdbarch_init): Update.
6639 * d10v-tdep.c (d10v_gdbarch_init): Update.
6640 * cris-tdep.c (cris_gdbarch_init): Update.
6641 * avr-tdep.c (avr_gdbarch_init): Update.
6642 * arm-tdep.c (arm_gdbarch_init): Update.
6643 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6644 * alpha-tdep.c (alpha_gdbarch_init): Update.
6645
f541410f
DJ
66462003-03-26 Daniel Jacobowitz <drow@mvista.com>
6647
6648 * signals/signals.c (do_target_signal_to_host): Correct realtime
6649 signal range test.
6650
69f567ae
DJ
66512003-03-26 Daniel Jacobowitz <drow@mvista.com>
6652
6653 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
6654 (struct sal_chain, map_catch_names): Remove.
6655 (catch_exception_command_1): Don't call
6656 handle_gnu_4_16_catch_command.
6657
d5d14a5a
DJ
66582003-03-26 Daniel Jacobowitz <drow@mvista.com>
6659
6660 From Mark Dettinger <dettinge@de.ibm.com>:
6661 * dwarf2cfi.c (read_2u): Increment pointer by two.
6662
bdd73e22
DJ
66632003-03-26 Daniel Jacobowitz <drow@mvista.com>
6664
6665 * signals/signals.c: Fix typos in last change.
6666
960cb555
DJ
66672003-03-26 Daniel Jacobowitz <drow@mvista.com>
6668
6669 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
6670 not already defined. Use __SIGRTMIN if available.
6671 (target_signal_from_host): Remove SIGRTMIN block.
6672 (do_target_signal_to_host): Remove SIGRTMIN block; check that
6673 the signal is within the realtime range.
6674
f636b87d
AF
66752003-03-25 Adam Fedor <fedor@gnu.org>
6676
6677 * Makefile.in (infrun.o): Add $(language_h)
6678 * infrun.c (handle_inferior_event): Use skip_language_trampoline
6679 for language specific trampolines.
6680 * language.h (struct language_defn): Add skip_trampoline.
6681 (skip_language_trampoline): Declare.
6682 * language.c (unk_lang_trampoline, skip_language_trampoline):
6683 New functions.
6684 (unknown_language_defn, auto_language_defn, local_language_defn):
6685 Add ukn_lang_trampoline.
6686 * ada-lang.c (ada_language_defn): Add NULL for language
6687 specific skip_trampoline.
6688 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
6689 scm-lang.c: Likewise.
6690 * objc-lang.c (objc_skip_trampoline): New function.
6691 (objc_language_defn): Add objc_skip_trampoline.
6692
28f617b3 66932003-03-25 Andrew Cagney <cagney@redhat.com>
270c3b1d
AC
6694
6695 * frame.c (get_prev_frame): Delay validating a frame's ID -
6696 non-NULL, didn't go backwards - until an attempt to unwind it to
6697 the previous frame.
6698
f933a9c5
AC
66992003-03-25 Andrew Cagney <cagney@redhat.com>
6700
6701 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
6702 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
6703 * gdbarch.h, gdbarch.c: Re-generate.
6704 * config/sparc/tm-sparc.h
6705 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
6706 * sparc-tdep.c (sparc_gdbarch_init): Set
6707 deprecated_extra_stack_alignment_needed.
6708 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6709 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
6710 extra_stack_alignment_needed.
6711 * v850-tdep.c (v850_gdbarch_init): Ditto.
6712 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
6713 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6714 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6715 * cris-tdep.c (cris_gdbarch_init): Ditto.
6716 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6717 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8ffd9b1b 6718
4183d812
AC
67192003-03-25 Andrew Cagney <cagney@redhat.com>
6720
6721 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
6722 STORE_STRUCT_RETURN.
6723 * gdbarch.h, gdbarch.c: Regenerate.
6724 * d10v-tdep.c (d10v_store_struct_return): Delete function.
6725 (d10v_push_arguments): Set the struct return register.
6726 (d10v_gdbarch_init): Update.
6727 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6728 * x86-64-tdep.c (x86_64_init_abi): Update.
6729 * vax-tdep.c (vax_gdbarch_init): Update.
6730 * v850-tdep.c (v850_gdbarch_init): Update.
6731 * sparc-tdep.c (sparc_gdbarch_init): Update.
6732 * sh-tdep.c (sh_gdbarch_init): Update.
6733 * s390-tdep.c (s390_gdbarch_init): Update.
6734 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6735 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6736 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6737 * mips-tdep.c (mips_gdbarch_init): Update.
6738 * mcore-tdep.c (mcore_gdbarch_init): Update.
6739 * m68k-tdep.c (m68k_gdbarch_init): Update.
6740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6741 * ia64-tdep.c (ia64_gdbarch_init): Update.
6742 * i386-tdep.c (i386_gdbarch_init): Update.
6743 * hppa-tdep.c (hppa_gdbarch_init): Update.
6744 * h8300-tdep.c (h8300_gdbarch_init): Update.
6745 * frv-tdep.c (frv_gdbarch_init): Update.
6746 * cris-tdep.c (cris_gdbarch_init): Update.
6747 * avr-tdep.c (avr_gdbarch_init): Update.
6748 * arm-tdep.c (arm_gdbarch_init): Update.
6749 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 6750
1bf6d5cc
AC
67512003-03-25 Andrew Cagney <cagney@redhat.com>
6752
6753 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
6754 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
6755 CALL_DUMMY_STACK_ADJUST with a predicate variable.
6756 * gdbarch.h, gdbarch.c: Regenerate.
6757 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6758 call_dummy_stack_adjust_p.
6759 * vax-tdep.c (vax_gdbarch_init): Ditto.
6760 * v850-tdep.c (v850_gdbarch_init): Ditto.
6761 * sh-tdep.c (sh_gdbarch_init): Ditto.
6762 * s390-tdep.c (s390_gdbarch_init): Ditto.
6763 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6764 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6765 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6766 * mips-tdep.c (mips_gdbarch_init): Ditto.
6767 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6768 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
6769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6770 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
6771 * i386-tdep.c (i386_gdbarch_init): Ditto.
6772 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
6773 * frv-tdep.c (frv_gdbarch_init): Ditto.
6774 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6775 * cris-tdep.c (cris_gdbarch_init): Ditto.
6776 * avr-tdep.c (avr_gdbarch_init): Ditto.
6777 * arm-tdep.c (arm_gdbarch_init): Ditto.
6778 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6779 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6780 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
6781 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
6782 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
6783 call_dummy_stack_adjust_p.
6784 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
6785 (CALL_DUMMY_STACK_ADJUST): Delete macro.
6786 * sparc-tdep.c (sparc32_push_arguments): Update.
6787 * valops.c (hand_function_call): Update.
6788
71c08af0
CV
67892003-03-25 Corinna Vinschen <vinschen@redhat.com>
6790
6791 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
6792 set_gdbarch_char_signed.
6793
30757f90
RE
67942003-03-25 Richard Earnshaw <rearnsha@arm.com>
6795
6796 PR cli/548
6797 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
6798
03d48a7d
RE
67992003-03-25 Richard Earnshaw <rearnsha@arm.com>
6800
6801 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
6802 (_initialize_arm_tdep): Don't set tm_print_insn.
6803
2cf6873c
AF
68042003-03-24 Adam Fedor <fedor@gnu.org>
6805
6806 * Makefile.in (YYOBJ): Add objc-exp.tab.o
6807 * objc-lang.h: Add multiple inclusion protection.
6808 (start_msglist, add_msglist, end_msglist): Additional declarations.
6809
17c0759e
RE
68102003-03-24 Richard Earnshaw <rearnsha@arm.com>
6811
6812 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
6813 value was renamed to ARM_FLOAT_SOFT_FPA.
6814
618ce49f
AC
68152003-03-23 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
6818 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
6819 * gdbarch.h, gdbarch.c: Regenerate.
6820 * valops.c (hand_function_call): Update.
6821 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6822 * frame.c (legacy_saved_regs_this_id): Update.
6823 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
6824 * dummy-frame.h: Update.
6825 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
6826 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
6827 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
6828 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
6829 * config/m68k/tm-sun3.h: Update.
6830 * blockframe.c (inside_main_func, frame_chain_valid): Update.
6831 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6832 * x86-64-tdep.c (x86_64_init_abi): Update.
6833 * vax-tdep.c (vax_gdbarch_init): Update.
6834 * v850-tdep.c (v850_gdbarch_init): Update.
6835 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
6836 * sh-tdep.c (sh_gdbarch_init): Update.
6837 * s390-tdep.c (s390_gdbarch_init): Update.
6838 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
6839 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
6840 (frame_get_saved_regs): Update.
6841 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6842 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6843 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6844 * mips-tdep.c (mips_gdbarch_init): Update.
6845 * mcore-tdep.c (mcore_gdbarch_init): Update.
6846 * m68k-tdep.c (m68k_gdbarch_init): Update.
6847 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6848 * ia64-tdep.c (ia64_gdbarch_init): Update.
6849 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
6850 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6851 (i386_interix_back_one_frame): Update.
6852 * hppa-tdep.c (hppa_gdbarch_init): Update.
6853 (hppa_init_extra_frame_info): Update.
6854 * h8300-tdep.c (h8300_gdbarch_init): Update.
6855 * frv-tdep.c (frv_gdbarch_init): Update.
6856 * cris-tdep.c (cris_gdbarch_init): Update.
6857 * avr-tdep.c (avr_gdbarch_init): Update.
6858 * arm-tdep.c (arm_gdbarch_init): Update.
6859 * alpha-tdep.c (alpha_gdbarch_init): Update.
6860
fd50bc42
RE
68612003-03-22 Richard Earnshaw <rearnsha@arm.com>
6862
6863 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
6864 (arm_get_fp_model): Declare.
6865 * arm-tdep.c (fp_model_strings): New string array.
6866 (arm_fp_model, current_fp_model): New variables.
6867 (arm_get_fp_model): New function.
6868 (arm_set_fp): New function.
6869 (set_fp_model_sfunc): New function.
6870 (show_fp_model): New function.
6871 (_initialize_arm_tdep): Add new command to set/show the FPU.
6872 (arm_extract_return_value): Use arm_get_fp_model.
6873 (arm_store_return_value): Likewise.
6874 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
6875 to initialize the floating-point data types.
6876 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
6877 model is FPA.
6878
26304000
RE
68792003-03-22 Richard Earnshaw <rearnsha@arm.com>
6880
6881 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
6882 the current setting of each value.
6883 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
8ffd9b1b 6884 new_set and new_show. Use add_setshow_cmd_full and
26304000
RE
6885 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
6886 commands and add new version as subcommands of "set/show arm".
6887
afd7eef0
RE
68882003-03-22 Richard Earnshaw <rearnsha@arm.com>
6889
6890 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
6891 (set_arm_command, show_arm_command): New functions.
6892 (_initialize_arm_tdep): Add them.
6893 (num_disassembly_options): Renamed from num_flavor_options.
6894 (valid_disassembly_styles): Renamed from valid_flavors.
6895 (disassembly_style): Renamed from disassembly_flavor.
8ffd9b1b 6896 (set_disassembly_style_sfunc): Renamed from
afd7eef0
RE
6897 set_disassembly_flavor_sfunc.
6898 (set_disassembly_style): Renamed from set_disassembly_flavor.
6899 (arm_othernames): Updated.
6900 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
6901 command. Add "set/show arm disassembly" commands. Deprecate
6902 "othernames" command.
6903
299a7944
RE
69042003-03-22 Richard Earnshaw <rearnsha@arm.com>
6905
6906 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
6907 (arm-tdep.o): Depend on elf_arm_h.
6908
c1dac9e6
RE
69092003-03-22 Richard Earnshaw <rearnsha@arm.com>
6910
6911 * Makefile.in (coff_internal_h): Define.
6912 (arm-tdep.o): Update dependencies.
6913
2702d96c
RE
69142003-03-22 Richard Earnshaw <rearnsha@arm.com>
6915
6916 * arm-tdep.c (prologue_cache): Delete.
6917 (check_prologue_cache, save_prologue_cache): Delete.
6918 (arm_scan_prologue): Don't check or update the prologue_cache.
6919 (arm_gdb_arch_init): Don't initialize it.
6920 (_initialize_arm_tdep): Likewise.
6921
27d5d74b
SC
69222003-03-21 Stephane Carrez <stcarrez@nerim.fr>
6923
6924 * MAINTAINERS (tui): Maintainer of tui code.
6925
1762d96d
CV
69262003-03-21 Corinna Vinschen <vinschen@redhat.com>
6927
6928 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
6929 (i386-cygwin-tdep.o): Add dependencies.
6930 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
6931 * i386-cygwin-tdep.c: New file.
6932 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
6933 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
6934
4c2e2391
AC
69352003-03-20 Andrew Cagney <cagney@redhat.com>
6936
f20d38b7
AC
6937 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
6938 (handle_inferior_event): Remove code calling
6939 DYNAMIC_TRAMPOLINE_NEXTPC.
6940
0022b738
AC
6941 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
6942 already has a full path.
6943
864dbc90
AC
6944 * main.c (gdb_main): Return 1.
6945 (captured_main): Call error to report an invalid interpreter.
6946
4c2e2391
AC
6947 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6948 * alpha-osf1-tdep.c: Include "gdb_string.h".
6949
5ef7553b
JB
69502003-03-19 J. Brobecker <brobecker@gnat.com>
6951
6952 Continuing work to convert the hppa targets to multiarch partial.
6953
6954 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
6955 method, now that hppa_push_dummy_frame has a conformant prototype.
6956 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
6957 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
6958 for the switch to multiarch partial.
6959
7bde8967
KB
69602003-03-19 Kevin Buettner <kevinb@redhat.com>
6961
6962 * mdebugread.c (parse_symbol): For stEnd, we're done counting
6963 when iss is issNull.
6964
b006a9e9
KB
69652003-03-18 Kevin Buettner <kevinb@redhat.com>
6966
6967 * mips-tdep.c (mips_register_name): Fix fencepost error involving
6968 NUM_REGS bounds check.
6969
5e2e9765
KB
69702003-03-18 Kevin Buettner <kevinb@redhat.com>
6971
6972 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
6973 * mips-tdep.c (gdb_assert.h): Include.
6974 (mips_generic_reg_names, mips_processor_reg_names): Make static.
6975 (mips_register_name): Handle integer registers explicitly. Add
6976 bounds checking.
6977 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
6978 (mips_lsi33k_reg_names): Don't list integer registers; they're
6979 handled by mips_register_name() now.
6980 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
6981 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
6982 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
6983 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
6984 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
6985
a2867626
AC
69862003-03-18 Andrew Cagney <cagney@redhat.com>
6987
6988 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
6989 a void pointer.
6990 * gdbtypes.h (print_scalar_formatted): Update declaration.
6991 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
6992
06600e06
JB
69932003-03-18 J. Brobecker <brobecker@gnat.com>
6994
6995 * infrun.c (observer.h): Add #include.
6996 (normal_stop): Add call to observer_notify_normal_stop.
6997 * Makefile.in (infrun.o): Add dependency on observer.h.
6998
7daf4f5b
JB
69992003-03-18 J. Brobecker <brobecker@gnat.com>
7000
7001 Continuing work to convert the hppa targets to multiarch partial.
7002 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
7003 parameter. Reformat comment.
7004 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
7005 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
7006 to match new profile.
7007
3371ccc0
JB
70082003-03-18 J. Brobecker <brobecker@gnat.com>
7009
7010 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
7011 appear to be working in any case.
7012
4fbe891e
JB
70132003-03-18 J. Brobecker <brobecker@gnat.com>
7014
7015 * observer.c (observer_test_first_observer): New static variable.
7016 (observer_test_second_observer): Likewise.
7017 (observer_test_third_observer): Likewise.
7018 (observer_test_first_notification_function): New static function.
7019 (observer_test_second_notification_function): Likewise.
7020 (observer_test_third_notification_function): Likewise.
7021
a7ff40e7
JB
70222003-03-17 J. Brobecker <brobecker@gnat.com>
7023
7024 * hppa-tdep.c (gdb_assert.h): Add missing #include.
7025 * somsolib.c (gdb_assert.h): Likewise.
7026 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
7027 (somsolib.o): Likewise.
7028
26ca4152
AC
70292003-03-17 Andrew Cagney <cagney@redhat.com>
7030
7031 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
7032 BFD. Simplify setting of di.endian.
7033
0a613259
AC
70342003-03-17 Andrew Cagney <cagney@redhat.com>
7035
7036 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
7037 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
7038
7039 From Elena Zannoni <ezannoni@redhat.com>
7040 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
7041 vector and floating-point parameters.
7042 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
7043 convention.
7044 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
7045
1132738f
FN
70462003-03-17 Fernando Nasser <fnasser@redhat.com>
7047
7048 * MAINTAINERS: Remove my name from several maintainership roles.
7049
6dc42492
AC
70502003-03-17 Andrew Cagney <cagney@redhat.com>
7051
7052 Fix frame off-by-one bug.
7053 * frame-unwind.h (frame_this_id_ftype): Replace
7054 frame_unwind_id_ftype.
7055 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
7056 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
7057 with "prev_register".
7058 * frame-unwind.c (frame_unwind_find_by_pc): Return
7059 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
7060 comment.
7061 * dummy-frame.c (cached_find_dummy_frame): Delete function.
7062 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
7063 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
7064 (dummy_frame_unwind): Update.
7065 * sentinel-frame.c (sentinel_frame_prev_register): Replace
7066 sentinel_frame_register_unwind.
7067 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
7068 (sentinel_frame_unwinder): Update.
7069 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7070 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
7071 * frame.c (create_sentinel_frame): Update. Initialize
7072 "prologue_cache" instead of "unwind_cache".
7073 (frame_register_unwind): Call this frame's prev_register with the
7074 next frame and this frame's prologue cache.
7075 (get_prev_frame): Simplify. Always call prev frame's this_id with
7076 this frame and prev frame's prologue cache. Document that this
7077 call is shifted one to the left when compared to the
7078 frame_register_unwind call.
7079 (legacy_saved_regs_prev_register): Replace
7080 frame_saved_regs_register_unwind.
7081 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
7082 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
7083 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
7084 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
7085 (d10v_frame_unwind): Update.
7086 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
7087 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
7088 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
7089 "saved_regs" with "this_saved_regs".
7090
efd710d6
AC
70912003-03-16 Andrew Cagney <cagney@redhat.com>
7092
7093 * frame.c (frame_pop): Don't call target_store_registers. Fix
7094 problem reported by Mark Kettenis.
7095
4e259f09
MK
70962003-03-16 Mark Kettenis <kettenis@gnu.org>
7097
7098 * i386-tdep.c (i386_register_type): Renamed from
7099 i386_register_virtual_type. Adjust function signature.
7100 (i386_gdbarch_init): Set register_type instead of
7101 deprecated_max_register_raw_size,
7102 deprecated_max_register_virtual_size and register_virtual_type.
7103
055bb976
AC
71042003-03-14 Andrew Cagney <cagney@redhat.com>
7105
7106 * frame.c (get_prev_frame): When a legacy frame, always call
7107 legacy_get_prev_frame. Simplify unwind code using assumption that
7108 the unwinder is new.
7109 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
7110 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
7111 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
7112
ac2adee5
AC
71132003-03-14 Andrew Cagney <cagney@redhat.com>
7114
7115 * frame.c (get_saved_register): Delete function.
7116 * frame.h (get_saved_register): Delete declaration.
7117 * xstormy16-tdep.c: Update comment.
7118 * regcache.h: Update comments.
7119 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
7120 get_saved_register and extract_address, use
7121 frame_read_unsigned_register.
7122 (sparc_frame_saved_pc): Ditto.
7123 (sparc_get_saved_register): Instead of get_saved_register, use
7124 frame_register.
7125 (sparc_pop_frame): Ditto.
7126 * findvar.c: Update comments.
7127 (value_of_register): Call frame_register instead of
7128 get_saved_register.
7129 (value_from_register): Ditto.
7130 * config/sparc/tm-sparc.h: Update comment.
7131 * breakpoint.c: Update comment.
7132
129c1cd6
AC
71332003-03-14 Andrew Cagney <cagney@redhat.com>
7134
7135 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
7136 GET_SAVED_REGISTER.
7137 * gdbarch.h, gdbarch.c: Re-generate.
7138 * frame.h: Update comments.
7139 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7140 * x86-64-tdep.c (x86_64_init_abi): Update.
7141 * sparc-tdep.c (sparc_gdbarch_init): Update.
7142 * sh-tdep.c (sh_gdbarch_init): Update.
7143 * mips-tdep.c (mips_gdbarch_init): Update.
7144 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7145 * cris-tdep.c (cris_gdbarch_init): Update.
7146 * ia64-tdep.c (ia64_gdbarch_init): Update.
7147 * frame.c (frame_register): Update.
7148 (get_saved_register): Update.
7149 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
8ffd9b1b 7150
749b82f6
AC
71512003-03-13 Andrew Cagney <cagney@redhat.com>
7152
7153 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
7154 * gdbarch.h, gdbarch.c: Regenerate.
7155 * valops.c (hand_function_call): Update comment.
7156 * stack.c (return_command): Update comment.
7157 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
7158 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
7159 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7160 * x86-64-tdep.c (x86_64_init_abi): Update.
7161 * vax-tdep.c (vax_gdbarch_init): Update.
7162 * v850-tdep.c (v850_gdbarch_init): Update.
7163 * sparc-tdep.c (sparc_gdbarch_init): Update.
7164 * sh-tdep.c (sh_gdbarch_init): Update.
7165 * s390-tdep.c (s390_gdbarch_init): Update.
7166 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7167 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7168 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7169 * mips-tdep.c (mips_gdbarch_init): Update.
7170 * mcore-tdep.c (mcore_gdbarch_init): Update.
7171 * m68k-tdep.c (m68k_gdbarch_init): Update.
7172 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7173 * ia64-tdep.c (ia64_gdbarch_init): Update.
7174 * i386-tdep.c (i386_gdbarch_init): Update.
7175 * hppa-tdep.c (hppa_gdbarch_init): Update.
7176 * h8300-tdep.c (h8300_gdbarch_init): Update.
7177 * frv-tdep.c (frv_gdbarch_init): Update.
7178 * cris-tdep.c (cris_gdbarch_init): Update.
7179 * avr-tdep.c (avr_gdbarch_init): Update.
7180 * arm-tdep.c (arm_gdbarch_init): Update.
7181 * alpha-tdep.c (alpha_gdbarch_init): Update.
7182
1594fa56
AC
71832003-03-13 Andrew Cagney <cagney@redhat.com>
7184
7185 * frame.c (legacy_frame_p): New function.
7186 (get_prev_frame): Use legacy_frame_p.
7187 * frame.h (legacy_frame_p): Declare.
7188
7717fda3
V
71892003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7190
fbe586ae 7191 * MAINTAINERS (write after approval): Alphabetically
7717fda3
V
7192 listing corrected.
7193
0c67cbe9
V
71942003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
7195
fbe586ae 7196 * MAINTAINERS (write after approval): Add myself.
0c67cbe9 7197
03febf99
AC
71982003-03-12 Andrew Cagney <cagney@redhat.com>
7199
7200 * frame.c (get_prev_frame): Rename the frame parameter to
7201 "this_frame".
7202 (get_next_frame, legacy_get_prev_frame): Ditto.
7203
0a1e1ca1
AC
72042003-03-12 Andrew Cagney <cagney@redhat.com>
7205
7206 * frame.c (get_current_frame): Check target_has_registers before
7207 checking target_has_stack.
7208 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
7209 instead of deprecated_selected_frame.
7210 * findvar.c (value_of_register): Pass "frame", not
7211 deprecated_selected_frame, to value_of_builtin_reg.
7212
a66a9c23
AC
72132003-03-12 Andrew Cagney <cagney@redhat.com>
7214
7215 * regcache.c (regcache_cooked_write_signed): New function.
7216 (regcache_cooked_write_unsigned): New function.
7217 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
7218 (regcache_cooked_read_signed): Fix regnum in range assertion.
7219 * regcache.h (regcache_cooked_write_signed): Declare.
7220 (regcache_cooked_write_unsigned): Declare.
7221
8bedc050
AC
72222003-03-12 Andrew Cagney <cagney@redhat.com>
7223
7224 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7225 * gdbarch.h, gdbarch.c: Re-generate.
7226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7227 * x86-64-tdep.h: Update.
7228 * x86-64-tdep.c (x86_64_init_abi): Update.
7229 * v850-tdep.c (v850_gdbarch_init): Update.
7230 * sparc-tdep.c (sparc_gdbarch_init): Update.
7231 * sh-tdep.c (sh_gdbarch_init): Update.
7232 * s390-tdep.c (s390_gdbarch_init): Update.
7233 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7234 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7235 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7236 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7237 * mips-tdep.c (mips_gdbarch_init): Update.
7238 * mcore-tdep.c (mcore_gdbarch_init): Update.
7239 * m68k-tdep.c (m68k_gdbarch_init): Update.
7240 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7241 * ia64-tdep.c (ia64_gdbarch_init): Update.
7242 * i386-tdep.c (i386_gdbarch_init): Update.
7243 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7244 * hppa-tdep.c (hppa_gdbarch_init): Update.
7245 * h8300-tdep.c (h8300_gdbarch_init): Update.
7246 * frv-tdep.c (frv_gdbarch_init): Update.
7247 * cris-tdep.c (cris_gdbarch_init): Update.
7248 * avr-tdep.c (avr_gdbarch_init): Update.
7249 * arm-tdep.c (arm_gdbarch_init): Update.
7250 * alpha-tdep.c (alpha_gdbarch_init): Update.
7251 * sh-tdep.c (sh_init_extra_frame_info): Update.
7252 (sh64_init_extra_frame_info): Update.
7253 * ns32knbsd-nat.c (frame_num_args): Update.
7254 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7255 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7256 (xstormy16_frame_chain_valid): Update.
7257 * vax-tdep.c (vax_saved_pc_after_call): Update.
7258 * v850-tdep.c (v850_frame_chain): Update.
7259 (v850_pop_frame): Update.
7260 (v850_init_extra_frame_info): Update.
7261 * sparc-tdep.c (setup_arbitrary_frame): Update.
7262 * ns32k-tdep.c (umax_frame_num_args): Update.
7263 * s390-tdep.c (s390_pop_frame_regular): Update.
7264 * mn10300-tdep.c (mn10300_frame_chain): Update.
7265 (mn10300_pop_frame_regular): Update.
7266 (mn10300_init_extra_frame_info): Update.
7267 * mips-tdep.c (mips_init_frame_pc_first): Update.
7268 (mips_frame_chain): Update.
7269 (mips_pop_frame): Update.
7270 * mcore-tdep.c (mcore_frame_chain): Update.
7271 (mcore_pop_frame): Update.
7272 (mcore_init_extra_frame_info): Update.
7273 * arch-utils.c (init_frame_pc_default): Update.
7274 * m68k-tdep.c (isi_frame_num_args): Update.
7275 (delta68_frame_num_args): Update.
7276 (news_frame_num_args): Update.
7277 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7278 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7279 (alpha_frame_chain): Update.
7280 (alpha_pop_frame): Update.
7281 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7282 (hppa_init_extra_frame_info): Update.
7283 (hppa_frame_chain): Update.
7284 (hppa_frame_chain_valid): Update.
7285 * cris-tdep.c (cris_init_extra_frame_info): Update.
7286 * avr-tdep.c (avr_init_extra_frame_info): Update.
7287 * arm-tdep.c (arm_frame_chain_valid): Update.
7288 (arm_init_extra_frame_info): Update.
7289 (arm_pop_frame): Update.
7290 * frame.c (frame_pc_unwind): Update.
7291 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7292 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7293 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7294 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7295 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7296 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7297
7a25a7c1
AC
72982003-03-12 Andrew Cagney <cagney@redhat.com>
7299
7300 Eliminate the need for POP_FRAME.
7301 * frame.c (do_frame_unwind_register): New function.
7302 (frame_pop): When no POP_FRAME, pop the frame using register
7303 unwind and a scratch regcache.
7304 (frame_saved_regs_pop): Delete function.
7305 (trad_frame_unwinder): Update.
7306 * d10v-tdep.c (d10v_frame_pop): Delete function.
7307 (d10v_frame_unwind): Update.
7308 * sentinel-frame.c (sentinel_frame_pop): Delete function.
7309 (sentinel_frame_unwinder): Update.
7310 * dummy-frame.c (dummy_frame_pop): Delete function.
7311 (dummy_frame_unwind): Update.
7312 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
7313 (struct frame_unwind): Update.
7314
2f38ef89
KB
73152003-03-11 Kevin Buettner <kevinb@redhat.com>
7316
7317 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
7318 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
7319 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
7320 Do range checks on register number obtained from debugging info.
7321 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
7322 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
7323 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
7324 mapping function.
7325 (do_fp_register_row): Fix typo which caused double type to be
7326 used when attempting to unpack a float.
7327
552f4abf
JB
73282003-03-11 J. Brobecker <brobecker@gnat.com>
7329
7330 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
7331
e0d2ae16
AC
73322003-03-11 Andrew Cagney <cagney@redhat.com>
7333
7334 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
7335 frame. Problem found by Corinna Vinschen.
7336
ddbfdd06
PM
73372003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
7338
7339 * doublest.c (floatformat_from_length): Accept also
7340 the real size of 'long double' type.
7341
088b2ddc 73422003-03-10 Daniel Jacobowitz <drow@mvista.com>
31cc81e9 7343
088b2ddc 7344 From Klee Dienes <kdienes@apple.com>:
31cc81e9
DJ
7345 * breakpoint.c (bpstat_copy): Copy the command lines as well
7346 as the old value, to match what is freed in bpstat_clear.
7347
f56f77c1
DC
73482003-03-10 David Carlton <carlton@math.stanford.edu>
7349
7350 * minsyms.c (add_minsym_to_hash_table): Replace
7351 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
7352 (compare_minimal_symbols, compact_minimal_symbols)
7353 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
7354 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
7355 of DEPRECATED_SYMBOL_MATCHES_NAME.
7356 (lookup_minimal_symbol_solib_trampoline): Ditto.
7357
5602984a
AC
73582003-03-10 Andrew Cagney <cagney@redhat.com>
7359
7360 * regcache.h (regcache_cooked_read_ftype): Define.
7361 (regcache_save, regcache_restore): Add a cooked_read parameter.
7362 * regcache.c (regcache_save, regcache_restore): Update.
7363 (do_cooked_read): New function.
7364 (regcache_cpy): Pass do_cooked_read to regcache_save and
7365 regcache_restore.
7366
8bedc050
AC
73672003-03-10 Andrew Cagney <cagney@redhat.com>
7368
7369 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
7370 * gdbarch.h, gdbarch.c: Re-generate.
7371 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7372 * x86-64-tdep.h: Update.
7373 * x86-64-tdep.c (x86_64_init_abi): Update.
7374 * v850-tdep.c (v850_gdbarch_init): Update.
7375 * sparc-tdep.c (sparc_gdbarch_init): Update.
7376 * sh-tdep.c (sh_gdbarch_init): Update.
7377 * s390-tdep.c (s390_gdbarch_init): Update.
7378 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7379 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7380 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7381 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7382 * mips-tdep.c (mips_gdbarch_init): Update.
7383 * mcore-tdep.c (mcore_gdbarch_init): Update.
7384 * m68k-tdep.c (m68k_gdbarch_init): Update.
7385 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7386 * ia64-tdep.c (ia64_gdbarch_init): Update.
7387 * i386-tdep.c (i386_gdbarch_init): Update.
7388 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7389 * hppa-tdep.c (hppa_gdbarch_init): Update.
7390 * h8300-tdep.c (h8300_gdbarch_init): Update.
7391 * frv-tdep.c (frv_gdbarch_init): Update.
7392 * cris-tdep.c (cris_gdbarch_init): Update.
7393 * avr-tdep.c (avr_gdbarch_init): Update.
7394 * arm-tdep.c (arm_gdbarch_init): Update.
7395 * alpha-tdep.c (alpha_gdbarch_init): Update.
7396 * sh-tdep.c (sh_init_extra_frame_info): Update.
7397 (sh64_init_extra_frame_info): Update.
7398 * ns32knbsd-nat.c (frame_num_args): Update.
7399 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
7400 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
7401 (xstormy16_frame_chain_valid): Update.
7402 * vax-tdep.c (vax_saved_pc_after_call): Update.
7403 * v850-tdep.c (v850_frame_chain): Update.
7404 (v850_pop_frame): Update.
7405 (v850_init_extra_frame_info): Update.
7406 * sparc-tdep.c (setup_arbitrary_frame): Update.
7407 * ns32k-tdep.c (umax_frame_num_args): Update.
7408 * s390-tdep.c (s390_pop_frame_regular): Update.
7409 * mn10300-tdep.c (mn10300_frame_chain): Update.
7410 (mn10300_pop_frame_regular): Update.
7411 (mn10300_init_extra_frame_info): Update.
7412 * mips-tdep.c (mips_init_frame_pc_first): Update.
7413 (mips_frame_chain): Update.
7414 (mips_pop_frame): Update.
7415 * mcore-tdep.c (mcore_frame_chain): Update.
7416 (mcore_pop_frame): Update.
7417 (mcore_init_extra_frame_info): Update.
7418 * arch-utils.c (init_frame_pc_default): Update.
7419 * m68k-tdep.c (isi_frame_num_args): Update.
7420 (delta68_frame_num_args): Update.
7421 (news_frame_num_args): Update.
7422 * ia64-tdep.c (ia64_pop_frame_regular): Update.
7423 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
7424 (alpha_frame_chain): Update.
7425 (alpha_pop_frame): Update.
7426 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
7427 (hppa_init_extra_frame_info): Update.
7428 (hppa_frame_chain): Update.
7429 (hppa_frame_chain_valid): Update.
7430 * cris-tdep.c (cris_init_extra_frame_info): Update.
7431 * avr-tdep.c (avr_init_extra_frame_info): Update.
7432 * arm-tdep.c (arm_frame_chain_valid): Update.
7433 (arm_init_extra_frame_info): Update.
7434 (arm_pop_frame): Update.
7435 * frame.c (frame_pc_unwind): Update.
7436 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
7437 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7438 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
7439 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
7440 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
7441 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
8ffd9b1b 7442
12cc2063
AC
74432003-03-10 Andrew Cagney <cagney@redhat.com>
7444
7445 * gdbarch.sh (gdbarch_unwind_pc): New method.
7446 * gdbarch.h, gdbarch.c: Regenerate.
7447 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
7448 but use read_pc and FRAME_SAVED_PC as fall backs.
7449 (frame_saved_regs_pc_unwind): Delete function.
7450 (trad_frame_unwinder): Update.
7451 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
7452 (struct frame_unwind): Update.
7453 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
7454 (dummy_frame_unwind): Update.
7455 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
7456 (sentinel_frame_unwinder): Update.
7457 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
7458 (d10v_frame_unwind): Update.
7459 (d10v_unwind_pc): New function.
7460 (d10v_gdbarch_init): Set unwind_pc.
7461
ef840a37
AC
74622003-03-10 Andrew Cagney <cagney@redhat.com>
7463
a2ce2e56
AC
7464 * gdbarch.h: Re-generate.
7465
ef840a37
AC
7466 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
7467 PC.
7468 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
7469 the PC register.
7470
08f3424b
MK
74712003-03-08 Mark Kettenis <kettenis@gnu.org>
7472
7473 * gdbarch.sh (save_dummy_frame_tos): Add comment.
7474
1248ede2
AC
74752003-03-08 Andrew Cagney <cagney@redhat.com>
7476
7477 * cli-out.c: Update copyright.
7478 (cli_out_data): Define typedef. Use instead of ui_out_data.
7479
f49bacc8
AC
74802003-03-08 Andrew Cagney <cagney@redhat.com>
7481
7482 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
7483 the result.
7484
9b05f993
AC
74852003-03-07 Andrew Cagney <cagney@redhat.com>
7486
7487 * gdbarch.sh: Don't generate two macro definitions when an
7488 undefined macro taking no arguments.
7489 * gdbarch.h: Regenerate.
8ffd9b1b 7490
166f4c7b
ML
74912002-03-07 Michal Ludvig <mludvig@suse.cz>
7492
7493 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
7494 (x86_64_unwind_dummy_id): New functions.
7495 (x86_64_init_abi): Register these two new functions.
7496
6d686a84
ML
74972003-03-07 Michal Ludvig <mludvig@suse.cz>
7498
7499 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
8ffd9b1b 7500 (x86_64_skip_prologue): Move prologue detection to
6d686a84
ML
7501 separate function.
7502 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
7503
6314f104
AC
75042003-03-05 Andrew Cagney <cagney@redhat.com>
7505
7506 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
7507 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
7508 * frame.c (get_prev_frame): Restructure the frame ID unwind code
7509 to use unwind_dummy_id when a dummy frame.
7510 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
7511 predicate.
7512 * gdbarch.h, gdbarch.c: Regneerate.
8ffd9b1b 7513
ceea5145
AC
75142003-03-05 Andrew Cagney <cagney@redhat.com>
7515
7516 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
7517 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
7518 Do not use d10v_read_sp or d10v_read_fp when obtaining register
7519 values.
7520
0d843116
AC
75212003-03-05 Andrew Cagney <cagney@redhat.com>
7522
7523 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
7524 (struct d10v_unwind_cache): Delete field "frameless". Replace
7525 "next_addr" with "sp_offset". Add "r11_offset".
7526 (d10v_frame_unwind_cache): Update.
7527 (prologue_find_regs): Update. When "mv r11, sp", save the
7528 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
7529 RN was saved in r11_offset.
7530
b2579786
AC
75312003-03-05 Andrew Cagney <cagney@redhat.com>
7532
7533 * frame.c (deprecated_update_frame_pc_hack): Also update the the
7534 cached PC value in the next frame.
7535
218e5956
AC
75362003-03-05 Andrew Cagney <cagney@redhat.com>
7537
7538 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
7539 "id_unwind_cache" with "id".
7540 (frame_id_unwind): Delete declaration.
7541 * frame.c (frame_id_unwind): Delete function.
7542 (get_prev_frame): Call the frame id unwind method directly. Store
7543 the returned next frame's ID value in NEXT_FRAME. Note that there
7544 is a problem with the wrong unwind ID being called with the wrong
7545 unwind cache.
7546
ed363b1b
DJ
75472003-03-05 Daniel Jacobowitz <drow@mvista.com>
7548
7549 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
7550
fe1f4a5e
DJ
75512003-03-05 James Ingham <jingham@apple.com>
7552 Daniel Jacobowitz <drow@mvista.com>
7553
7554 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
7555 (auto_cp_abi): New variable.
7556 (current_cp_abi, num_cp_abis): Make static.
7557 (CP_ABI_MAX): Define.
7558 (cp_abis): Turn into an array.
7559 (value_virtual_fn_field): Fix formatting.
7560 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
7561 takes a pointer.
7562 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
7563 (list_cp_abis, _initialize_cp_abi): New functions.
7564 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
7565 declarations for cp_abis, num_cp_abis, current_cp_abi, and
7566 switch_to_cp_abi. Update prototype for register_cp_abi.
7567 * Makefile.in (cp-abi.o): Update dependencies.
7568 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
7569 instead of switch_to_cp_abi.
7570 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
7571 register_cp_abi.
7572 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
7573 register_cp_abi.
7574 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
7575
e4adbba9
DJ
75762003-03-05 Daniel Jacobowitz <drow@mvista.com>
7577
7578 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
7579 * dwarf2loc.c: Include "regcache.h".
7580 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
7581 register_size.
7582 * Makefile.in (dwarf2loc.o): Update dependencies.
7583
91ccbfc1
TR
75842003-03-04 Theodore A. Roth <troth@openavr.org>
7585
7586 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
7587 number of io registers reported by remote target is not a multiple of
7588 step.
7589
3d4e8fd2
DC
75902003-03-04 David Carlton <carlton@math.stanford.edu>
7591
7592 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
7593 (lookup_symbol_aux_psymtabs): Update call to
7594 lookup_partial_symbol.
7595 (lookup_transparent_type, find_main_psymtab)
7596 (make_symbol_overload_list): Ditto.
7597
ed42d87b
KH
75982003-03-04 Kazu Hirata <kazu@cs.umass.edu>
7599
7600 * MAINTAINERS (Write after approval): Update my email address.
7601
a0ed5532
AC
76022003-03-03 Andrew Cagney <cagney@redhat.com>
7603
7604 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
7605 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
7606 predicate. Replace MAX_REGISTER_RAW_SIZE.
7607 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
7608 MAX_REGISTER_VIRTUAL_SIZE.
7609 * regcache.c (legacy_max_register_raw_size): New function.
7610 (legacy_max_register_virtual_size): New function.
7611 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
7612 (MAX_REGISTER_RAW_SIZE): Define.
7613 (legacy_max_register_raw_size): Declare.
7614 (legacy_max_register_virtual_size): Declare.
7615 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7616 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
7617 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7618 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7619 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
7620 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
7621 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7622 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7623 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
7624 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7625 * vax-tdep.c (vax_gdbarch_init): Update.
7626 * v850-tdep.c (v850_gdbarch_init): Update.
7627 * sparc-tdep.c (sparc_gdbarch_init): Update.
7628 * sh-tdep.c (sh_gdbarch_init): Update.
7629 * s390-tdep.c (s390_gdbarch_init): Update.
7630 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7631 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7632 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7633 * mips-tdep.c (mips_gdbarch_init): Update.
7634 * mcore-tdep.c (mcore_gdbarch_init): Update.
7635 * m68k-tdep.c (m68k_gdbarch_init): Update.
7636 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7637 * ia64-tdep.c (ia64_gdbarch_init): Update.
7638 * i386-tdep.c (i386_gdbarch_init): Update.
7639 * hppa-tdep.c (hppa_gdbarch_init): Update.
7640 * h8300-tdep.c (h8300_gdbarch_init): Update.
7641 * frv-tdep.c (frv_gdbarch_init): Update.
7642 * cris-tdep.c (cris_gdbarch_init): Update.
7643 * avr-tdep.c (avr_gdbarch_init): Update.
7644 * arm-tdep.c (arm_gdbarch_init): Update.
7645 * alpha-tdep.c (alpha_gdbarch_init): Update.
7646 * d10v-tdep.c (d10v_gdbarch_init): Do not set
7647 max_register_raw_size or max_register_virtual_size.
7648
8e437497
DC
76492003-03-03 David Carlton <carlton@math.stanford.edu>
7650
7651 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
7652 SYMBOL_MATCHES_NAME, add comment.
7653 (SYMBOL_MATCHES_NATURAL_NAME): New.
7654 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
7655 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
7656 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
7657 * symtab.c (lookup_partial_symbol): Use
7658 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
7659 unhelpful comment.
7660 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
7661 SYMBOL_MATCHES_NAME.
7662 Fix for PR c++/33.
7663
25120b0d
DC
76642003-03-03 David Carlton <carlton@math.stanford.edu>
7665
7666 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
7667 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
7668 by regexp matching against SYMBOL_NATURAL_NAME.
7669
78a11fb4
DC
76702003-03-03 David Carlton <carlton@math.stanford.edu>
7671
7672 * linespec.c (find_method): Extract code into collect_methods.
7673 (collect_methods): New.
7674
645dd519
MK
76752003-03-02 Mark Kettenis <kettenis@gnu.org>
7676
b4700d91
MK
7677 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
7678 get_frame_base.
7679
645dd519
MK
7680 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
7681 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7682
0aa7e1aa
SC
76832003-03-02 Stephane Carrez <stcarrez@nerim.fr>
7684
8ffd9b1b 7685 * arch-utils.c (generic_register_byte): Fix to use the loop index
0aa7e1aa
SC
7686 and not regnum when summing the size of all registers up to regnum.
7687
f30ee0bc
AC
76882003-03-01 Andrew Cagney <cagney@redhat.com>
7689
7690 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
7691 FRAME_INIT_SAVED_REGS.
7692 * gdbarch.h, gdbarch.c: Regenerate.
7693 * stack.c (frame_info): Update.
7694 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
7695 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
7696 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
7697 * ns32k-tdep.c (ns32k_pop_frame): Update.
7698 * mips-tdep.c (mips_pop_frame): Update.
7699 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
7700 * ia64-tdep.c (ia64_frame_chain): Update.
7701 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
7702 (ia64_frameless_function_invocation): Update.
7703 (ia64_init_extra_frame_info): Update.
7704 (ia64_pop_frame_regular): Update.
7705 * frame.h (struct frame_info): Update comment.
7706 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
7707 * frame.c (frame_saved_regs_register_unwind): Update.
7708 (frame_saved_regs_register_unwind): Update.
7709 (deprecated_generic_get_saved_register): Update.
7710 * cris-tdep.c: Update comment.
7711 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
7712 Rename macro.
7713 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7714 * x86-64-tdep.c (x86_64_init_abi): Update.
7715 * vax-tdep.c (vax_gdbarch_init): Update.
7716 * v850-tdep.c (v850_gdbarch_init): Update.
7717 * sparc-tdep.c (sparc_gdbarch_init): Update.
7718 * sh-tdep.c (sh_gdbarch_init): Update.
7719 * s390-tdep.c (s390_gdbarch_init): Update.
7720 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7721 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
7722 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7723 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7724 * mips-tdep.c (mips_gdbarch_init): Update.
7725 * mcore-tdep.c (mcore_gdbarch_init): Update.
7726 * m68k-tdep.c (m68k_gdbarch_init): Update.
7727 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7728 * ia64-tdep.c (ia64_gdbarch_init): Update.
7729 * i386-tdep.c (i386_gdbarch_init): Update.
7730 * frv-tdep.c (frv_gdbarch_init): Update.
7731 * avr-tdep.c (avr_gdbarch_init): Update.
7732 * arm-tdep.c (arm_gdbarch_init): Update.
7733 * alpha-tdep.c (alpha_gdbarch_init): Update.
8ffd9b1b 7734
42fa7c0f
AC
77352003-03-01 Andrew Cagney <cagney@redhat.com>
7736
7737 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
7738 option enum and switch. When no windows, set the interpreter to
7739 INTERP_CONSOLE.
8ffd9b1b 7740
49c7e338
AC
77412003-03-01 Andrew Cagney <cagney@redhat.com>
7742
7743 * main.c (captured_main): Replace magic option characters with an
7744 enum.
7745
e9582e71
AC
77462003-03-01 Andrew Cagney <cagney@redhat.com>
7747
7748 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
7749 INIT_EXTRA_FRAME_INFO.
7750 * gdbarch.h, gdbarch.c: Regenerate.
7751 * arm-tdep.c: Update comments.
7752 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
7753 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
7754 * frame.h, avr-tdep.c: Ditto.
7755 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
7756 (create_new_frame, legacy_get_prev_frame): Ditto.
7757 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7758 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
7759 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
7760 deprecated_init_extra_frame_info instead of init_extra_frame_info.
7761 * x86-64-tdep.c (x86_64_init_abi): Ditto.
7762 * v850-tdep.c (v850_gdbarch_init): Ditto.
7763 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
7764 * sh-tdep.c (sh_gdbarch_init): Ditto.
7765 * s390-tdep.c (s390_gdbarch_init): Ditto.
7766 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
7767 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7768 * mips-tdep.c (mips_gdbarch_init): Ditto.
7769 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7770 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7771 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7772 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7773 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7774 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7775 * frv-tdep.c (frv_gdbarch_init): Ditto.
7776 * cris-tdep.c (cris_gdbarch_init): Ditto.
7777 * avr-tdep.c (avr_gdbarch_init): Ditto.
7778 * arm-tdep.c (arm_gdbarch_init): Ditto.
7779 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7780 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7781
35cac7cf
AC
77822003-03-01 Andrew Cagney <cagney@redhat.com>
7783
7784 * gdbarch.sh (register_type): New function with predicate.
7785 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
7786 * gdbarch.h, gdbarch.c: Re-generate.
7787 * arch-utils.c (generic_register_byte): Use generic_register_size.
7788 (generic_register_size): When available, use
7789 gdbarch_register_type.
7790 * regcache.c (init_regcache_descr): When available, initialize the
7791 register type array using gdbarch_register_type. If the
7792 architecture supplies gdbarch_register_type, do not use the legacy
7793 regcache layout.
7794 * d10v-tdep.c (d10v_register_type): Replace
7795 d10v_register_virtual_type.
7796 (d10v_gdbarch_init): Set register_type instead of
7797 register_virtual_type.
7798
7b83296f
AC
77992003-03-01 Andrew Cagney <cagney@redhat.com>
7800
7801 * Makefile.in (ax-gdb.o): Update dependencies.
7802 * ax-gdb.c: Include "regcache.h".
7803 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
7804 * findvar.c (value_of_register): Ditto.
7805 * infcmd.c (default_print_registers_info): Ditto.
7806
eadc1c87
MK
78072003-03-01 Mark Kettenis <kettenis@gnu.org>
7808
7809 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
7810 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
7811
14143612
MK
78122003-03-01 Mark Kettenis <kettenis@gnu.org>
7813
7814 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
7815 of STREQ.
7816
a55cc764
DJ
78172003-02-28 Daniel Jacobowitz <drow@mvista.com>
7818
7819 * Makefile.in (dwarf2loc.o): Update dependencies.
7820 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
7821 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
7822 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
7823 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
7824 (locexpr_tracepoint_var_ref): New function.
7825 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
7826
08a617da
AC
78272003-02-28 Andrew Cagney <cagney@redhat.com>
7828
7829 * regcache.c (register_size): New function.
7830 * regcache.h (register_size): Declare
7831 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
7832 max_register_size instead of MAX_REGISTER_RAW_SIZE.
7833
4224873a
DC
78342003-02-28 David Carlton <carlton@math.stanford.edu>
7835
7836 * linespec.c (decode_compound): Extract code into find_method.
7837 (find_method): New.
7838
ccdc5d7f
JB
78392003-02-28 J. Brobecker <brobecker@gnat.com>
7840
7841 * Makefile.in: Add rules to build and link in observer.o.
7842
974e8ced
JB
78432003-02-27 J. Brobecker <brobecker@gnat.com>
7844
7845 * observer.c: Minor comments edits.
7846
7a28f973
JB
78472003-02-27 J. Brobecker <brobecker@gnat.com>
7848
7849 * observer.h, observer.c: New file.
7850
27cddce2
AC
78512003-02-27 Andrew Cagney <cagney@redhat.com>
7852
7853 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
7854
b94a41a1
SC
78552003-02-27 Stephane Carrez <stcarrez@nerim.fr>
7856
7857 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
7858 (M6812_OP_STS_EXT): Likewise.
7859 (m6811_prologue): Use the above to recognize prologue.
7860 (m6812_prologue): Likewise.
7861
c8be8951
DC
78622003-02-27 David Carlton <carlton@math.stanford.edu>
7863
7864 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
7865 SYMBOL_PRINT_NAME.
7866 (compare_psymbols): Ditto.
7867 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
7868
d05bb1fc
MS
78692003-02-27 Michael Snyder <msnyder@redhat.com>
7870
4e845cd3
MS
7871 * f-lang.c (build_fortran_types): New function.
7872 (_initialize_f_language): Gdbarch-register built-in fortran types.
d05bb1fc
MS
7873 * doublest.c (extract_floating): Fix warning text.
7874
f3824013
AC
78752003-02-27 Andrew Cagney <cagney@redhat.com>
7876
7877 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
7878 predicate. Replaces PUSH_DUMMY_FRAME.
7879 * gdbarch.h, gdbarch.c: Regnerate.
7880 * valops.c (hand_function_call): Update. Call
7881 generic_push_dummy_frame directly.
7882 * vax-tdep.c (vax_gdbarch_init): Update.
7883 * sparc-tdep.c (sparc_gdbarch_init): Update.
7884 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
7885 * m68k-tdep.c (m68k_gdbarch_init): Update.
7886 * hppa-tdep.c (hppa_gdbarch_init): Update.
7887 * alpha-tdep.c (alpha_gdbarch_init): Update.
7888 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7889 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
7890 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
7891 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
7892 push_dummy_frame to generic_push_dummy_frame.
7893 * v850-tdep.c (v850_gdbarch_init): Ditto.
7894 * sh-tdep.c (sh_gdbarch_init): Ditto.
7895 * s390-tdep.c (s390_gdbarch_init): Ditto.
7896 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7897 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7898 * mips-tdep.c (mips_gdbarch_init): Ditto.
7899 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7901 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7902 * i386-tdep.c (i386_gdbarch_init): Ditto.
7903 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7904 * frv-tdep.c (frv_gdbarch_init): Ditto.
7905 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7906 * cris-tdep.c (cris_gdbarch_init): Ditto.
7907 * avr-tdep.c (avr_gdbarch_init): Ditto.
7908 * arm-tdep.c (arm_gdbarch_init): Ditto.
8ffd9b1b 7909
ad188201
KB
79102003-02-26 Kevin Buettner <kevinb@redhat.com>
7911
7912 * mips-tdep.c (show_mips_abi): New function.
7913 (_initialize_mips_tdep): Use show_mips_abi() to implement the
7914 command ``show mips abi''.
7915
6b37567a 79162003-02-26 Jeff Johnston <jjohnstn@redhat.com>
8ffd9b1b 7917
6b37567a 7918 From Elena Zannoni <ezannoni@redhat.com>
8ffd9b1b 7919 * dbxread.c (process_one_symbol): Only record line 0 if one or
6b37567a
JJ
7920 more sline entries have been seen for the function.
7921
d3e0a5bf
MC
79222003-02-26 Michael Chastain <mec@shout.net>
7923
7924 * configure: Regenerate with autoconf 000227.
7925
18972eea
MC
79262003-02-26 Michael Chastain <mec@shout.net>
7927
7928 Close PR build/660.
7929 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
7930 for old libc5/glibc.
7931 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
7932
0bbde931
KW
79332003-02-26 Kris Warkentin <kewarken@qnx.com>
7934
7935 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
7936 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
7937
27ca5dad
MC
79382003-02-26 Michael Chastain <mec@shout.net>
7939
7940 * configure.in: New variable HAVE_UINTPTR_T.
7941 * configure, config.in: Regenerated.
7942
6f88d630
DJ
79432003-02-26 Daniel Jacobowitz <drow@mvista.com>
7944
7945 Fix PR build/1097.
7946 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
7947
b14185ce
AC
79482003-02-25 Andrew Cagney <cagney@redhat.com>
7949
7950 * frame.c (get_prev_frame): Add comment on check for
7951 inside_entry_func. Only check for inside_entry_file when not a
7952 dummy and not a sentinel. Check that the new frame is not inner
7953 to the old frame.
7954
ac2bd0a9
AC
79552003-02-25 Andrew Cagney <cagney@redhat.com>
7956
7957 * frame.c (frame_debug): New variable.
7958 (_initialize_frame): Add "set/show debug frame" command.
7959 (get_prev_frame): When frame_debug, print reason why unwind
7960 failed.
7961
b18a0fd2
MC
79622003-02-25 Michael Chastain <mec@shout.net>
7963
7964 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
7965 to avoid uintptr_t definition problems.
7966
22abf04a
DC
79672003-02-25 David Carlton <carlton@math.stanford.edu>
7968
7969 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
7970 (SYMBOL_LINKAGE_NAME): Ditto.
7971 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
7972 SYMBOL_LINKAGE_NAME.
7973 (struct general_symbol_info): Expand comment.
7974 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
7975 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
7976 (SYMBOL_MATCHES_REGEXP): Ditto.
7977 * symtab.c (symbol_natural_name): New function.
7978 * objfiles.h: Replace all uses of SYMBOL_NAME by
7979 DEPRECATED_SYMBOL_NAME.
7980 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
7981 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
7982 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
7983 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
7984 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
7985 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
7986 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
7987 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
7988 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
7989 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
7990 * ada-exp.y: Ditto.
7991 * ada-exp.y: Update copyright.
7992 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
7993 * cp-valprint.c: Ditto.
7994
1a5848f6
JJ
79952003-02-25 Jeff Johnston <jjohnstn@redhat.com>
7996
7997 * infptrace.c (detach): Do not flag error if ptrace detach fails
7998 and errno is set to ESRCH.
7999
7343d46a
AC
80002003-02-24 Andrew Cagney <cagney@redhat.com>
8001
8002 * infptrace.c (udot_info): Change type of udot_off to long. Use
8003 paddr when printing udot_off's value.
8004
49fa1dc2
DC
80052003-02-24 David Carlton <carlton@math.stanford.edu>
8006
8007 * symtab.c (make_symbol_overload_list): Only read in partial
8008 symtabs containing a matching partial symbol.
8009
0fe19209
DC
80102003-02-24 David Carlton <carlton@math.stanford.edu>
8011
8012 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
8013 do the comparison, not strcmp.
8014 * symfile.c (compare_psymbols): Ditto.
8015 * defs.h: Declare strcmp_iw_ordered.
8016 * utils.c (strcmp_iw_ordered): New function.
8017
8e3ee7b5
JB
80182003-02-24 Jim Blandy <jimb@redhat.com>
8019
8020 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
8021 support, shared libs): Remove my name from here, to better reflect
8022 reality.
8023
7df1a324
KW
80242003-02-24 Kris Warkentin <kewarken@qnx.com>
8025
8026 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
8027 (target_ops): Add to_have_continuable_watchpoint.
8028 * target.c (update_current_target): Add INHERIT line for
8029 to_have_continuable_watchpoint.
8030 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8031 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
8032 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
8033 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
8034
d1c76907
EZ
80352003-02-24 Elena Zannoni <ezannoni@redhat.com>
8036
8037 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
8038 maintainership.
8039
2610b0bf
KW
80402003-02-24 Kris Warkentin <kewarken@qnx.com>
8041
f46169db
KW
8042 * solib.c (solib_open): Call target defined search function after
8043 failing with solib-search-path.
8044 * solist.h (target_so_ops): Add find_and_open_solib function hook and
8045 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
2610b0bf 8046
9a3c34fe
KW
80472003-02-24 Kris Warkentin <kewarken@qnx.com>
8048
f46169db 8049 * MAINTAINERS: Add myself to Write After section.
9a3c34fe 8050
2417dd25
SC
80512003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8052
8053 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
8054
b631436b
SC
80552003-02-22 Stephane Carrez <stcarrez@nerim.fr>
8056
8057 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
8058 (m68hc11_add_reggroups): New function.
8059 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
8060 (m68hc11_gdbarch_init): Install the reggroups.
8061 (_initialize_m68hc11_tdep): Initialize them.
8062
0aa8c1e4
JW
80632003-02-21 James E Wilson <wilson@tuliptree.org>
8064
8065 * MAINTAINERS: Update my email address.
8066
50ceaba5
DC
80672003-02-21 David Carlton <carlton@math.stanford.edu>
8068
8069 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
8070
4c2df51b
DJ
80712003-02-21 Daniel Jacobowitz <drow@mvista.com>
8072
8073 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
8074 * symtab.h: Add opaque declarations of struct axs_value and
8075 struct agent_expr.
8076 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
8077 (struct location_funcs): New type.
8078 (struct symbol): Add "loc" to aux_value.
8079 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
8080 * dwarf2read.c: Include "dwarf2expr.h".
8081 (dwarf2_symbol_mark_computed): New function.
8082 (read_func_scope): Use it.
8083 (var_decode_location): New function.
8084 (new_symbol): Use it.
8085 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
8086
8087 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
8088 (dwarf2expr_h, dwarf2loc_h): New variables.
8089 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
8090 (dwarf2expr.o, dwarf2loc.o): New rules.
8091 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
8092 * buildsym.c (finish_block): Handle LOC_COMPUTED and
8093 LOC_COMPUTED_ARG.
8094 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
8095 * m2-exp.y (yylex): Likewise.
8096 * printcmd.c (address_info, print_frame_args): Likewise.
8097 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
8098 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
8099 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
8100 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
8101 * symtab.c (lookup_block_symbol): Likewise.
8102
5784d15e
AF
81032003-02-20 Adam Fedor <fedor@gnu.org>
8104
8105 * symtab.h: Remove objc_specific struct
8106 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
8107 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
8108 Have language_objc use cplus_specific struct.
8109
d4cad8db
TT
81102003-02-20 Tom Tromey <tromey@redhat.com>
8111
8112 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
8113 TYPE_NAME, when printing a String value. PR java/1075.
8114
2f9a90b4
AF
81152003-02-20 Adam Fedor <fedor@gnu.org>
8116
d38074a8 8117 * objc-lang.h (find_methods): Remove declaration.
fbe586ae 8118 * objc-lang.c (find_methods): Make static.
2f9a90b4 8119
6f17862b
CF
81202003-02-20 Christopher Faylor <cgf@redhat.com>
8121
8122 * win32-nat.c (get_image_name): Check return value from
8123 ReadProcessMemory.
8124 (child_xfer_memory): Ditto.
8125
715d1656
AO
81262003-02-20 Alexandre Oliva <aoliva@redhat.com>
8127
8128 * configure.in (TARGET_SYSTEM_ROOT): Set default to
8129 ${exec_prefix}/${target_alias}/sys-root. Match explicit
8130 '${exec_prefix}' (in addition to the expansion thereof) as
8131 relocatable.
8132 * configure: Rebuilt.
8133
b1262a02
DC
81342003-02-20 David Carlton <carlton@math.stanford.edu>
8135
8136 * symtab.c (search_symbols): Revert the search_symbols part of my
8137 2002-12-23 patch. Add comment.
8138
7134143f
DJ
81392002-02-20 Daniel Jacobowitz <drow@mvista.com>
8140
8141 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
8142 * dbxread.c (elfstab_build_psymtabs): Don't call
8143 install_minimal_symbols.
8144 (stabsect_build_psymtabs): Likewise.
8145 * elfread.c (elf_symfile_read): Call install_minimal_symbols
8146 earlier.
8147 * somread.c (som_symfile_read): Call install_minimal_symbols
8148 and do_cleanups earlier.
8149 * nlmread.c (nlm_symfile_read): Likewise.
8150 * mdebugread.c (elfmdebug_build_psymtabs): Call
8151 install_minimal_symbols and make appropriate cleanups.
8152
cf466558
KB
81532003-02-20 Kevin Buettner <kevinb@redhat.com>
8154
8155 * solib.c (reload_shared_libraries): New function.
8156 (_initialize_solib): Add callbacks for ``set solib-search-path''
8157 and ``set solib-absolute-prefix''.
8158
de5ad195
DC
81592003-02-20 David Carlton <carlton@math.stanford.edu>
8160
8161 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
8162 expand comment.
8163 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
8164 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
8165 * ada-typeprint.c (ada_typedef_print): Ditto.
8166 * ax-gdb.c (gen_var_ref): Ditto.
8167 * breakpoint.c (print_one_breakpoint): Ditto.
8168 * buildsym.c (finish_block): Ditto.
8169 * c-valprint.c (c_val_print): Ditto.
8170 * expprint.c (print_subexp): Ditto.
8171 * findvar.c (locate_var_value): Ditto.
8ffd9b1b
AJ
8172 * infcmd.c (jump_command): Ditto.
8173 * linespec.c (decode_line_2, decode_compound): Ditto.
8174 * maint.c (maintenance_translate_address): Ditto.
8175 * objc-lang.c (compare_selectors, compare_classes): Ditto.
de5ad195
DC
8176 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
8177 Ditto.
8ffd9b1b
AJ
8178 * p-valprint.c (pascal_val_print): Ditto.
8179 * stabsread.c (define_symbol): Ditto.
de5ad195 8180 * stack.c (print_frame, frame_info, print_block_frame_locals)
8ffd9b1b
AJ
8181 (print_frame_arg_vars, return_command): Ditto.
8182 * symfile.c (compare_symbols, compare_psymbols): Ditto.
8183 * symmisc.c (print_symbol): Ditto.
de5ad195
DC
8184 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
8185 (compare_search_syms, print_symbol_info, print_msymbol_info)
8ffd9b1b
AJ
8186 (rbreak_command): Ditto.
8187 * tracepoint.c (tracepoints_info): Ditto.
8188 * typeprint.c (typedef_print): Ditto.
8189 * valops.c (value_of_variable, hand_function_call): Ditto.
de5ad195
DC
8190 * cli/cli-cmds.c (edit_command, list_command): Ditto.
8191 * ada-typeprint.c: Update Copyright.
8192 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
8193 * tracepoint.c, cli/cli-cmds.c: Ditto.
8194
f796e4be
KB
81952003-02-20 Kevin Buettner <kevinb@redhat.com>
8196
8197 * frame.c (generic_unwind_get_saved_register): Make non-static.
8198 * frame.h (generic_unwind_get_saved_register): Declare.
8199 * mips-tdep.c (read_next_frame_reg): Fetch register from
8200 current regcache when frame is NULL.
8201 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
8202 that must be NULL.
8203 (mips_get_saved_register): Call generic_unwind_get_saved_register()
8204 instead of frame_register_unwind().
8205
836cc9f4
AC
82062003-02-20 Andrew Cagney <ac131313@redhat.com>
8207
8208 * remote-sim.c (gdbsim_insert_breakpoint)
8209 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
8210 code.
8211
501eef12
AC
82122003-02-20 Andrew Cagney <ac131313@redhat.com>
8213
8214 * remote.c (_initialize_remote): Add commands "set/show remote
8215 hardware-watchpoint-limit" and "set/show remote
8216 hardware-breakpoint-limit".
8217 (remote_hw_watchpoint_limit): Initialize to -1.
8218 (remote_hw_breakpoint_limit): Ditto.
8219 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
8220
1b6bc7e0
CF
82212003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
8222
8223 * coff-pe-read.c: New file - support reading of minimal symbols from a
8224 portable executable using the export table.
8225 * coff-pe-read.h: New file.
8226 * coffread.c: Include coff-pe-read.h.
8227 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
8228 debugging symbols found.
8229 * Makefile.in (SFILES): Add coff-pe-read.o.
8230 (coff_pe_read_h): Define.
8231 (COMMON_OBS): Add coff-pe-read.o.
8232 (coffread.o): Add coff_pe_read_h dependency.
8233 (coff-pe-read.o): New target.
8234
fe898f56
DC
82352003-02-19 David Carlton <carlton@math.stanford.edu>
8236
8237 * Makefile.in (SFILES): Add block.c.
8238 (block_h): New.
8239 (COMMON_OBS): Add block.o.
8240 (block.o): New.
8241 (x86-64-tdep.o): Add $(block_h).
8242 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
8243 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
8244 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
8245 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
8246 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
8247 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
8248 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
8249 * value.h: Add opaque declaration for struct block.
8250 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
8251 * ada-lang.h: Ditto.
8252 * x86-64-tdep.c: #include "block.h"
8253 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
8254 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
8255 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
8256 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
8257 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
8258 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
8259 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
8260 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
8261 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
8262 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
8263 * symtab.c (block_function): Ditto.
8264 (contained_in): Ditto.
8265 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
8266 block.h. Add opaque declaration for struct block.
8267 * symtab.h: Move block_function and contained_in declarations to
8268 block.h. Add opaque declarations for struct block, struct
8269 blockvector.
8270 (struct block): Move to block.h.
8271 (struct blockvector): Ditto.
8272 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
8273 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
8274 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
8275 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
8276 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
8277 Ditto.
8278 * block.c: New file.
8279 * block.h: New file.
8280
173345b5
TR
82812003-02-19 Theodore A. Roth <troth@openavr.org>
8282
8283 * avr-tdep.c (avr_extract_return_value): Remove function.
8284 (avr_store_return_value): Remove function.
8285 (avr_extract_struct_value_address): Remove function.
8286 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
8287
338ef23d
AC
82882003-02-19 Andrew Cagney <ac131313@redhat.com>
8289
8290 * rs6000-tdep.c: Include "gdb_assert.h".
8291 (registers_e500): Add "acc" and "spefscr".
8292 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
8293 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
8294 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
8295 really is "r0".
8296 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
8297
5412f5f3
KS
82982003-02-18 Keith Seitz <keiths@redhat.com>
8299
8300 * Makefile.in: Add gdbtk-interps.c.
8301
881324eb
KB
83022003-02-18 Kevin Buettner <kevinb@redhat.com>
8303
8304 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
8305 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
8306
6a2f5abf
AC
83072003-02-18 Andrew Cagney <cagney@redhat.com>
8308
8309 * symtab.h (struct objfile): Add opaque declaration.
8310
54c7009d
EZ
83112003-02-18 Elena Zannoni <ezannoni@redhat.com>
8312
8313 From Jim Ingham <jingham@apple.com>:
fbe586ae
RH
8314 * dbxread.c (process_one_symbol): Use last_function_start rather
8315 than function_start_offset to find the real beginning of the
8316 current function. The latter is just the text section offset on
8317 some systems, the former is always the real function start.
54c7009d 8318
7ee6d7eb
AC
83192003-02-17 Andrew Cagney <cagney@redhat.com>
8320
8321 * configure.in: Revert ${target} != ${host}.
8322
2846da9b
AC
83232003-02-17 Andrew Cagney <ac131313@redhat.com>
8324
8325 * configure.in (Makefile): Use the test ${target} != ${host},
8326 instead of the absence of the "nm.h" file, to determine of the
8327 configuration non-native.
8328 * configure: Regenerate.
8ffd9b1b 8329
3b27aeea
EZ
83302003-02-14 Elena Zannoni <ezannoni@redhat.com>
8331
fbe586ae 8332 From Brian Ford <ford@vss.fsi.com>
3b27aeea
EZ
8333
8334 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
8335 conditionalize tui_active test.
8336 (lookup_cmd_1): Ditto.
8337
b0b1c2c0
MK
83382003-02-14 Mark Kettenis <kettenis@gnu.org>
8339
8340 * configure.in: Add check for _etext.
8341 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
8342 available.
8343 * config.in, configure: regenerated.
8344
8f05cde5
DJ
83452003-02-14 Daniel Jacobowitz <drow@mvista.com>
8346
8347 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
8348
021e7609
AC
83492003-02-14 Andrew Cagney <ac131313@redhat.com>
8350
8351 * main.c (tui_version): Delete variable.
8352 (captured_main): When --tui, set interpreter_p to "tui" instead of
8353 enabling tui_version.
8354 * printcmd.c (display_command) [TUI]: Test tui_active instead of
8355 tui_version.
8356 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
8357 * cli/cli-cmds.c (disassemble_command): Ditto.
8358 * defs.h (tui_version): Delete declaration.
8359 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
8360 (tui-interp.o): Add rules.
8361 (SUBDIR_TUI_OBS): Add "tui-interp.o".
8362
e325dcec
CF
83632003-02-14 Christopher Faylor <cgf@redhat.com>
8364
36ffb041 8365 * win32-nat.c (register_loaded_dll): Correctly set address range for
e325dcec
CF
8366 just-loaded dll.
8367
c4f90d87
JM
83682003-02-12 Jason Molenda (jmolenda@apple.com)
8369
fbe586ae
RH
8370 * symmisc.c (print_objfile_statistics): Include information about
8371 the number of psymtabs and symtabs in each object file.
c4f90d87 8372
e46e5ccd
KS
83732003-02-13 Keith R Seitz <keiths@redhat.com>
8374
8375 * main.h (struct captured_main_args): Add interpreter_p.
8376 * main.c (captured_main): Initialize interpreter_p from context.
8377 * gdb.c (main): Set interpreter_p argument.
8378 * Makefile.in (gdb.o): Add dependency for interps.h.
8379
fe97fe9c
AC
83802003-02-12 Andrew Cagney <ac131313@redhat.com>
8381
8382 * event-top.c (cli_command_loop): Delete declaration.
8383 (_initialize_event_loop): Delete function setting event_loop_hook.
8384 * event-top.h (cli_command_loop): Declare. Update copyright.
8385 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
8386 * interps.c (current_interp_command_loop): When event_loop_p, call
8387 cli_command_loop.
8388
1cdac4ef
AC
83892003-02-12 Andrew Cagney <ac131313@redhat.com>
8390
8391 * interps.h (interp_command_loop_ftype): Change return type to
8392 void.
8393
48037ead
ML
83942003-02-12 Michal Ludvig <mludvig@suse.cz>
8395
8396 * x86-64-tdep.c (x86_64_extract_return_value)
8397 (x86_64_store_return_value): Use regcache instead of regbuf.
8398 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
8399 * x86-64-linux-nat.c (fill_gregset): Use regcache.
8400
033afc63
AC
84012003-02-11 Andrew Cagney <ac131313@redhat.com>
8402
8403 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
8404 * aclocal.m4: Regenerate.
8405 * configure: Regenerate.
8406
8407 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
8408 TCL_LD_SEARCH_FLAGS.
8409
40d02bca
ML
84102003-02-10 Michal Ludvig <mludvig@suse.cz>
8411
8412 * dwarf2cfi.c: Reindented.
8413
11308a41
AC
84142003-02-09 Andrew Cagney <ac131313@redhat.com>
8415
8416 * interps.c (clear_interpreter_hooks): Convert function definition
8417 to ISO C.
8418
e1c1c0f6
DC
84192003-02-07 David Carlton <carlton@math.stanford.edu>
8420
8421 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
8422
ab5d3da6
KB
84232003-02-07 Kevin Buettner <kevinb@redhat.com>
8424
8425 * gdbtypes.h (struct main_type): Move ``length'' field from here...
8426 (struct type): ...to here.
8427 (TYPE_LENGTH): Adjust to reflect different location of ``length''
8428 field.
8429 * gdbtypes.c (make_qualified_type): Set length on newly created type.
8430 (replace_type): Set length on all type variants for a given type.
8431
b8a92b82
AC
84322003-02-07 Andrew Cagney <ac131313@redhat.com>
8433
8434 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
8435 <sys/stat.h>.
8436 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
8ffd9b1b 8437
5cb316ef
AC
84382003-02-06 Andrew Cagney <ac131313@redhat.com>
8439
2555fe1a
AC
8440 * Makefile.in (symm-nat.o): Update dependencies.
8441 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
8442 (lynx-nat.o, ia64-linux-nat.): Ditto.
8443 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
8444 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
8445 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
8446
44270758
AC
8447 * Makefile.in (inflow_h): Define.
8448 (procfs.o, inflow.o, procfs.o): Update dependencies.
8449 * inftarg.c (child_stop): Delete extern declaration of
8450 inferior_process_group. Include "inflow.h".
8451 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
8452 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
8453 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
8454 (our_process_group, inferior_process_group): Extern declarations.
8455
df8f7274
AC
8456 * procfs.c: Include "gdb_assert.h".
8457
5cb316ef
AC
8458 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
8459 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
8460 * jv-typeprint.c (java_type_print_base): Ditto.
8461 * typeprint.c (typedef_print): Eliminate STREQ.
8462 * cli/cli-script.c (define_command, define_command): Ditto.
8463 * main.c (captured_main): Ditto.
8464 * values.c (lookup_internalvar): Ditto.
8465 * utils.c (safe_strerror, parse_escape): Eliminate assignment
8466 within `if' conditional.
8467 * linespec.c (decode_line_2): Ditto.
8468 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
8469 (bfd_openw_with_cleanup): Ditto.
8470
2a28ccea
MK
84712003-02-07 Mark Kettenis <kettenis@gnu.org>
8472
8473 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
8474 legacy_extract_return_value and store_return_value to
8475 legacy_return_value.
8476
786b8124
CF
84772003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
8478
8479 * win32-nat.c (get_relocated_section_addrs): New function. Find
8480 section load addresses for symbol handling in relocated DLLs.
8481 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
8482
b871e4ec
FF
84832003-02-05 Fred Fish <fnf@intrinsity.com>
8484
8485 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
8486 '=' and '!='.
8487 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
8488 with '&' and '=='.
8489 (angel_RDI_info): Ditto.
8490 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
8491 with '&' and '!='.
8492 (threads_continue_all_with_signals): Ditto.
8ffd9b1b 8493
4389a95a 84942003-02-05 Jim Ingham <jingham@apple.com>
fbe586ae
RH
8495 Keith Seitz <keiths@redhat.com>
8496 Elena Zannoni <ezannoni@redhat.com>
8497 Andrew Cagney <ac131313@redhat.com>
4389a95a
AC
8498
8499 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
8500 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
8501 (SUBDIR_MI_OBS): Add "mi-interp.o".
8502 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
8503 (SFILES): Add "interps.c".
8504 (COMMON_OBS): Add "interps.o".
8505 (interps_h, mi_main_h): Define.
8506 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
8507 (mi-main.o, main.o, event-top.o): Update dependencies.
8508 * cli/cli-interp.c: New file.
8509 * interps.h, interps.c: New files.
8510 * top.c: (gdb_init): Don't install the default interpreter, handed
8511 by captured_main.
8512 * main.c: Include "interps.h".
8513 (interpreter_p): Note that it should malloc'ed.
8514 (captured_command_loop): Call current_interp_command_loop.
8515 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
8516 xfree and xstrdup when updating interpreter_p. Install the
8517 default interpreter. Add hack to stop mi1's copyright notice
8518 being encoded.
8519 * event-top.h (gdb_setup_readline): Declare.
8520 (gdb_disable_readline): Declare.
8521 * event-top.c: Include "interps.h".
8522 (display_gdb_prompt): Call current_interp_display_prompt_p.
8523 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
8524 gdb_stdlog, and gdb_stdtarg.
8525 (_initialize_event_loop): Don't call gdb_setup_readline.
8526 * cli-out.c (cli_out_set_stream): New function.
8527 * cli-out.h (cli_out_set_stream): Declare.
8528
ff3b5810
MK
85292003-02-06 Mark Kettenis <kettenis@gnu.org>
8530
8531 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
8532 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
8533 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
8534 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
8535 config/i386/i386v42mp.mt: Removed.
8536
5b729aa5
MK
85372003-02-05 Mark Kettenis <kettenis@gnu.org>
8538
8539 * configure.tgt (*-*-solaris*): Set gdb_osabi to
8540 GDB_OSABI_SOLARIS.
8541
8cc15142
MC
85422003-02-05 Michael Chastain <mec@shout.net>
8543
8544 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
8545 2.12.1 and earlier versions.
8546
5aa5d4b9
AC
85472003-02-05 Andrew Cagney <ac131313@redhat.com>
8548
8549 Remove orphaned hosts, targets and files.
8550 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
8551 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
8552 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
8553 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
8554 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
8555 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
8556 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
8557 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
8558 * config/sparc/tm-sp64sim.h: Delete.
8559 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
8560 hosts.
8561 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
8562 mips*-dec-mach3* targets.
8563
b68767c1
MC
85642003-02-04 Michael Chastain <mec@shout.net>
8565
8566 * NEWS: Fix typo: sepcifying -> specifying.
8567
5ae7ca1d
MC
85682003-02-04 Michael Chastain <mec@shout.net>
8569
8570 * dwarfread.c: Add documentation on the state of dwarf-1,
8571 looking towards obsoletion.
8572
d08a4280
MC
85732003-02-03 Michael Chastain <mec@shout.net>
8574
8575 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
8576 gdb/testsuite/gdb.c++/pr-1023.exp.
8577
e9be73e4
AC
85782003-02-04 Andrew Cagney <ac131313@redhat.com>
8579
8580 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
8581 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
8582
8583 * utils.c (init_page_info): Delete reference to MPW in comments.
8584 * main.c (captured_main): Delete #ifdef MPW.
8585
05d57f6f
AC
85862003-02-04 Andrew Cagney <ac131313@redhat.com>
8587
8ffd9b1b 8588 * NEWS: Note that the m32r-*-elf* is obsolete.
05d57f6f
AC
8589 * monitor.c (monitor_expect): Obsolete reference to m32r.
8590 * configure.tgt: Mark m32r-*-elf* as obsolete.
8591 * MAINTAINERS: Mark m32k as obsolete.
8592 * m32r-rom.c: Obsolete file.
8593 * config/m32r/m32r.mt: Obsolete file.
8594 * config/m32r/tm-m32r.h: Obsolete file.
8595 * m32r-stub.c: Obsolete file.
8596 * m32r-tdep.c: Obsolete file.
8597
8b0e5691
AC
85982003-02-04 Andrew Cagney <ac131313@redhat.com>
8599
8600 * NEWS: Mention that the z8k-zilog-none is obsolete.
8601 * MAINTAINERS: Mark z8k as obsolete.
8602 * configure.tgt: Obsolete the z8k-*-coff* target.
8603 * config/z8k/z8k.mt: Obsolete file.
8604 * config/z8k/tm-z8k.h: Obsolete file.
8605 * z8k-tdep.c: Obsolete file.
8606
67f16606
AC
86072003-02-04 Andrew Cagney <ac131313@redhat.com>
8608
8609 * NEWS: Mention that the mn10200-elf is obsolete.
8610 * configure.tgt: Obsolete mn10200-*-* target.
8611 * breakpoint.c (update_breakpoints_after_exec): Update comment to
8612 mention that the mn10200 is obsolete.
8613 * breakpoint.h: Ditto.
8614 * MAINTAINERS: Mark the mn10200-elf as obsolete.
8615 * config/mn10200/mn10200.mt: Obsolete file.
8616 * config/mn10200/tm-mn10200.h: Obsolete file.
8617 * mn10200-tdep.c: Obsolete file.
8618
fd2299bd
AC
86192003-02-04 Andrew Cagney <ac131313@redhat.com>
8620
8621 * MAINTAINERS: Mark h8500 as obsolete.
8622 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
8623 * findvar.c (value_from_register): Ditto.
8624 * h8500-tdep.c: Mark file as obsolete.
8625 * config/h8500/h8500.mt: Ditto.
8626 * config/h8500/tm-h8500.h: Ditto.
8627 * NEWS: Mention that h8500 is obsolete.
8628
eb9a305d
DC
86292003-02-04 David Carlton <carlton@math.stanford.edu>
8630
8631 * objfiles.c (allocate_objfile): Always set name. Add comment at
8632 start of function.
8633 * jv-lang.c (get_dynamics_objfile): Add comment.
8634
406fc7fb
DC
86352003-02-04 David Carlton <carlton@math.stanford.edu>
8636
8637 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
8638 * printcmd.c (build_address_symbolic): Replace uses of
8639 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
8640 SYMBOL_NAME, and asm_demangle.
8641 Update copyright.
8642
93d91629
DC
86432003-02-04 David Carlton <carlton@math.stanford.edu>
8644
8645 * linespec.c (decode_compound): Extract code into
8646 lookup_prefix_sym.
8647 (lookup_prefix_sym): New function.
8648
1c5cb38e
DC
86492003-02-04 David Carlton <carlton@math.stanford.edu>
8650
8651 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
8652 FLOAT_COERCION_BADNESS.
8653 * gdbtypes.c (rank_one_type): Replace all uses of
8654 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
8655
0cf824c9
JB
86562003-02-04 Jim Blandy <jimb@redhat.com>
8657
8658 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
8659 section, let dwarf_macinfo_section point to it, not
8660 dwarf_loc_section.
8661
a2d356b0
DJ
86622003-02-04 Daniel Jacobowitz <drow@mvista.com>
8663
8664 Pointed out by Anton Blanchard <anton@samba.org>.
8665 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
8666 (ppc_linux_at_sigtramp_return_path): Use it.
8667
2de7ced7
DJ
86682003-02-04 Daniel Jacobowitz <drow@mvista.com>
8669
8670 * defs.h (streq): Add prototype.
8671 * utils.c (streq): New function.
8672
8673 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
8674 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
8675 * mdebugread.c (new_symbol): Likewise.
8676 * stabsread.c (define_symbol): Likewise.
8677 * coffread.c (process_coff_symbol): Likewise.
8678 * dwarfread.c (new_symbol): Likewise.
8679
8680 * minsyms.c (prim_record_minimal_symbol_and_info): Use
8681 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
8682 here.
8683 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
8684 SYMBOL_INIT_DEMANGLED_NAME.
8685 * objfiles.c: Include "hashtab.h".
8686 (allocate_objfile): Call htab_set_functions_ex for the
8687 demangled_names_hash.
8688 (free_objfile): Call htab_delete for the demangled_names_hash.
8689 * objfiles.h (struct htab): Add declaration.
8690 (struct objfile): Add demangled_names_hash.
8691 * symfile.c: Include "hashtab.h".
8692 (reread_symbols): Call htab_delete for the demangled_names_hash.
8693 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
8694 SYMBOL_NAME in the bcache.
8695 * symtab.c: Include "hashtab.h". Update comments.
8696 (create_demangled_names_hash, symbol_set_names): New functions.
8697 (symbol_find_demangled_name): New function, broken out from
8698 symbol_init_demangled_names.
8699 (symbol_init_demangled_names): Use it.
8700 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
8701 (SYMBOL_SET_NAMES): New macro.
8702 (symbol_set_names): Add prototype.
8703
15831452
JB
87042003-02-03 Jim Blandy <jimb@redhat.com>
8705
8706 Use a single, consistent representation for an empty minimal
8707 symbol table in an objfile.
8708 * objfiles.c (terminate_minimal_symbol_table): New function.
8709 (allocate_objfile): Call it.
8710 * objfiles.h (terminate_minimal_symbol_table): New declaration.
8711 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
8ffd9b1b 8712 non-NULL.
15831452
JB
8713 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
8714 objfile has minimal symbols, compare minimal_symbol_count to zero,
8715 instead of comparing msymbols with NULL.
8716 * objfiles.c (have_minimal_symbols): Same.
8717 * solib-sunos.c (solib_add_common_symbols): Call
8718 terminate_minimal_symbol_table.
8719 * symfile.c (reread_symbols): Same.
8ffd9b1b 8720
ffc65945
KB
87212003-02-03 Kevin Buettner <kevinb@redhat.com>
8722
8723 * s390-tdep.c (s390_address_class_type_flags)
8724 (s390_address_class_type_flags_to_name)
8725 (s390_address_class_name_to_type_flags): New functions.
8726 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
8727 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
8728
f211c6d4
MS
87292003-02-03 Michael Snyder <msnyder@redhat.com>
8730
8731 * arm-tdep.c: Fix spell-o in comment.
8732
659b0389
ML
87332003-02-03 Michal Ludvig <mludvig@suse.cz>
8734
8735 * dwarf2cfi.c (pointer_encoding): Added new parameter.
8736 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
8ffd9b1b 8737 error messages to contain BFD filename.
659b0389 8738
3b31d625
EZ
87392003-02-02 Elena Zannoni <ezannoni@redhat.com>
8740
997b089a 8741 Fix PR gdb/742 gdb/743 gdb/877
3b31d625
EZ
8742 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
8743 (do_mixed_source_and_assembly): Use
8744 make_cleanup_ui_out_tuple_begin_end and
8745 make_cleanup_ui_out_tuple_begin_end.
8746 (do_mixed_source_and_assembly): Ditto.
8747 * thread.c (do_captured_list_thread_ids): Ditto.
8748 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
8749 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
8750 ui_out_tuple_end): Delete prototypes.
8751 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
8752 ui_out_list_end, ui_out_tuple_end): Delete.
8753
8754 From Kevin Buettner <kevinb@redhat.com>:
8755 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
fbe586ae
RH
8756 * ui-out.c (make_cleanup_ui_out_table_begin_end)
8757 (do_cleanup_table_end): New functions.
8758 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
8759 Use cleanups to invoke_ui_out_tuple_end().
8760 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
3b31d625
EZ
8761 * cli/cli-setshow.c (cmd_show_list): Use
8762 make_cleanup_ui_out_tuple_begin_end.
8ffd9b1b 8763
5b181d62
AC
87642003-02-02 Andrew Cagney <ac131313@redhat.com>
8765
8766 * frame.c (frame_unwind_register): New function.
8767 (frame_unwind_unsigned_register): Use.
8768 (frame_unwind_signed_register): Use.
8769 (frame_read_register): New function.
8770 * frame.h (frame_unwind_register): Declare.
8771 (frame_read_register): Declare.
8772
8773 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
8774 and frame_unwind_register instead of read_memory, write_register
8775 and deprecated_write_register_bytes.
8776
5f601589
AC
87772003-02-02 Andrew Cagney <ac131313@redhat.com>
8778
8779 * frame.h: Note that namelen can be negative.
8780 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
8781 NAME's length.
8782
8783 * NEWS: Mention that the d10v's `regs' command is deprecated.
8784 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
8785 (d10v_print_registers_info): New function.
8786 (show_regs): Call d10v_print_registers_info.
8787 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
8788
6a3fe0a4
MK
87892003-02-02 Mark Kettenis <kettenis@gnu.org>
8790
8791 * stack.c (print_frame_info): Restore call to annotate_frame_begin
8792 lost in the previous patch.
8793
075559bc
AC
87942003-02-01 Andrew Cagney <ac131313@redhat.com>
8795
8796 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
fbe586ae
RH
8797 * stack.c (print_frame_info_base): Output complete FRAME tuple
8798 for synthesized frames.
075559bc 8799
6789195b
AC
88002003-02-02 Andrew Cagney <ac131313@redhat.com>
8801
8802 * mips-nat.c (zerobuf): Delete.
8803 (fetch_inferior_registers): Alloc local zerobuf.
8804 (fetch_core_registers): Alloc local zerobuf.
8805 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
8806 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
8807 * thread-db.c (thread_db_store_registers): Ditto.
8808 * sh-tdep.c (sh_do_register): Ditto.
8809 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
8810 * remote-sim.c (gdbsim_store_register): Ditto.
8811 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8812 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8813 * monitor.c (monitor_supply_register): Ditto.
8814 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
8815 * mips-nat.c (fetch_inferior_registers): Ditto.
8816 * m68klinux-nat.c (fetch_register): Ditto.
8817 * lynx-nat.c (fetch_inferior_registers): Ditto.
8818 (fetch_inferior_registers): Ditto.
8819 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
8820 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
8821 (hpux_thread_store_registers): Ditto.
8822 * hppah-nat.c (fetch_register): Ditto.
8823 * hppab-nat.c (fetch_register): Ditto.
8824 * hppa-tdep.c (pa_register_look_aside): Ditto.
8825 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
8826 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
8827
e669114a
AC
88282003-02-01 Andrew Cagney <ac131313@redhat.com>
8829
8830 * gdbarch.sh: Explictly specify all method levels. When a
8831 variable with an empty level, provide a non-multi-arch default.
8832 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
8833 * gdbarch.h: Re-generate.
8834 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
8835 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
8836
9a043c1d
AC
88372003-02-01 Andrew Cagney <ac131313@redhat.com>
8838
8839 * defs.h (host_pointer_to_address): Delete declaration.
8840 (address_to_host_pointer): Delete declaration.
8841 * utils.c (host_pointer_to_address): Delete function.
8842 (address_to_host_pointer): Delete function.
8843 * procfs.c (procfs_address_to_host_pointer): New function.
8844 * procfs.c (proc_set_watchpoint): Use.
8845 (procfs_can_use_hw_breakpoint): Update comments.
8846 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
8847 (som_solib_add): Use.
8848 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
8849 * hppa-tdep.c (unwind_command): Use.
8ffd9b1b 8850
7ca9f392
AC
88512003-02-01 Andrew Cagney <ac131313@redhat.com>
8852
94bbfd30
AC
8853 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
8854 strlen d_name.
8855
7ca9f392
AC
8856 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
8857 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
8858 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
8859 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
8860 (define_symbol): Update.
8861 * symfile.c (generic_load): Remove references to nindy.
8862 * symtab.c: Remove references to nindy.
8863
31a85ea2
AC
88642003-02-01 Andrew Cagney <ac131313@redhat.com>
8865
8866 * infcmd.c (print_float_info): Delete code conditional on
8867 FLOAT_INFO.
8868 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
8869 * config/m68k/nm-apollo68b.h: Ditto.
8870 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
8871 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
8872 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
8873
f6e85fc8
MK
88742003-02-01 Mark Kettenis <kettenis@gnu.org>
8875
6015b6a0
MK
8876 * config/i386/tm-i386os9k.h: Removed.
8877
f7a30bdf
MK
8878 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
8879 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
8880 they're identical to i[3456]86-*-sysv* now.
8881 * config/i386/i386v32.mh: Removed.
8882 * config/i386/xm-i386v32.h: Removed.
8883 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
8884
28d52111
MK
8885 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
8886
4d3f6bce
MK
8887 * config/i386/i386dgux.mh: Removed.
8888 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
8889
f6e85fc8
MK
8890 * configure.in: Fix typo.
8891 * configure: Regenerated.
8892
53955967
DC
88932003-01-31 David Carlton <carlton@math.stanford.edu>
8894
8895 * dwarf2read.c (dwarf2_locate_sections): Set
8896 dwarf_ranges_section.
8897
b1364885
AC
88982003-01-31 Andrew Cagney <ac131313@redhat.com>
8899
8dbb1c65
AC
8900 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
8901 * utils.c: Update comments documenting legitimate uses of PTR.
8ffd9b1b 8902
8731e58e
AC
8903 * utils.c: Re-indent.
8904
b1364885
AC
8905 * config/djgpp/fnchange.lst: Delete nindy files.
8906 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
8907 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
8908 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
8909 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
8910 * nindy-share/README, nindy-share/Onindy.c: Delete files.
8911 * nindy-tdep.c, nindy-share/Makefile: Delete files.
8912 * Makefile.in (init.c): Remove nindy references.
8913 (saber_gdb): Delete rule.
8914 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
8915 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
8916 and a68v-nat.c.
8917 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
8918 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
8919 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
8920 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
8921 nindy-share/stop.h.
8922 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
8923 * saber.suppress: Delete file.
8924
086df311
DJ
89252003-01-31 Daniel Jacobowitz <drow@mvista.com>
8926
8927 * dbxread.c (stabs_data): New static variable.
8928 (fill_symbuf): Support an in-memory buffer for stabs data.
8929 (stabs_seek): New function.
8930 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
8931 (read_ofile_symtab): Use stabs_seek.
8932 (elfstab_build_psymtabs): Take an asection* instead of
8933 an offset and size. Relocate the stabs data if necessary.
8934 Save the section* for dbx_psymtab_to_symtab.
8935 * dwarf2read.c: Add section variables for each debug section.
8936 (dwarf2_locate_sections): Fill them in.
8937 (dwarf2_read_section): Take an asection* argument.
8938 Relocate the section contents if necessary.
8939 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
8940 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
8941 it to dwarf2_read_section.
8942 (dwarf2_build_frame_info): Update callers.
8943 * elfread.c (elf_symfile_read): Update call to
8944 elfstab_build_psymtabs.
8945 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
8946 (DBX_STAB_SECTION): New macro.
8ffd9b1b 8947 * stabsread.h (elfstab_build_psymtabs): Update prototype.
086df311
DJ
8948 * symfile.c (symfile_dummy_outputs): New function.
8949 (symfile_relocate_debug_section): New function.
8950 * symfile.h (symfile_relocate_debug_section): Add prototype.
8951
87d1b352
RH
89522003-01-31 Richard Henderson <rth@redhat.com>
8953
8954 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
8955 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
8956 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
8957 * alpha-tdep.c (alpha_register_name): Add "unique".
8958 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
8959 (ALPHA_UNIQUE_REGNUM): New.
8960 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
8961
c48861fb
AC
89622003-01-31 Andrew Cagney <ac131313@redhat.com>
8963
8964 * README: Remove reference to Ericsson 1800 monitor.
8965 * Makefile.in (remote-es.o): Delete rule.
8966 (ALLDEPFILES): Delete remote-es.c.
8967 * remote-es.c: Delete file.
8968 * config/m68k/es1800.mt: Delete file.
8969 * config/djgpp/fnchange.lst: Update.
8970 * configure.tgt: Delete m68*-ericsson-* target.
8971
d764a824
AF
89722003-01-31 Adam Fedor <fedor@gnu.org>
8973
8974 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
8975 Remove duplicate/shadowing variable of same name.
8976
fe36c4f4
JB
89772003-01-30 Jim Blandy <jimb@redhat.com>
8978
8979 * symfile.c (find_separate_debug_file): Assert that the objfile's
8980 directory name we compute ends with a slash, and then assume that
8981 that's so everywhere we use it.
8982
cb741690
DJ
89832003-01-30 Daniel Jacobowitz <drow@mvista.com>
8984
8985 * valops.c (value_assign): Flush frame cache after stores to memory
8986 also.
8987
96ee5227
AC
89882003-01-30 Andrew Cagney <ac131313@redhat.com>
8989
8990 * Makefile.in (mon960-rom.o): Delete rule.
8991 * mon960-rom.c: Delete file.
8992
7f6104a9
AC
89932003-01-30 Andrew Cagney <ac131313@redhat.com>
8994
8995 * d10v-tdep.c: Include "frame-unwind.h".
8996 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
8997 list.
8998 (next_addr, uses_frame): Delete.
8999 (struct d10v_unwind_cache): Define.
9000 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
9001 Use info instead of next_addr and uses_frame globals.
9002 (d10v_frame_init_saved_regs): Delete function.
9003 (d10v_init_extra_frame_info): Delete function.
9004 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
9005 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
9006 init_frame_pc or frame_saved_pc.
9007 (d10v_pop_frame): Delete function.
9008 (do_d10v_pop_frame): Delete function.
9009 (d10v_frame_chain): Delete function.
9010 (d10v_frame_chain_valid): Delete function.
9011 (d10v_frame_pc_unwind): New function.
9012 (d10v_frame_id_unwind): New function.
9013 (saved_regs_unwinder): New function.
9014 (d10v_frame_register_unwind): New function.
9015 (d10v_frame_pop): New function.
9016 (d10v_frame_unwind): New variable.
9017 (d10v_frame_p): New function.
9018 (d10v_frame_saved_pc): Delete function.
9019 * Makefile.in (d10v-tdep.o): Update dependencies.
9020
cad2e848
JB
90212003-01-30 J. Brobecker <brobecker@gnat.com>
9022
9023 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
9024 causing some regressions due to a change in the default value
9025 for this macro.
9026
af34e669
DJ
90272003-01-29 Richard Henderson <rth@redhat.com>
9028 Elena Zannoni <ezannoni@redhat.com>
9029 Daniel Jacobowitz <drow@mvista.com>
9030
9031 Fix PR gdb/961.
8ffd9b1b 9032 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
af34e669
DJ
9033 variables.
9034 (RANGES_SECTION): New.
9035 (dwarf_ranges_buffer): New variable.
9036 (struct comp_unit_head): Add member "die".
9037 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
9038 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
9039 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
9040 (dwarf2_locate_sections): Likewise.
9041 (dwarf2_build_psymtabs): Read .debug_ranges.
9042 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
9043 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
9044 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
9045 Look for DW_AT_ranges and return the bounding box.
9046
baa93fa6
CF
90472003-01-29 Brian Ford <ford@vss.fsi.com>
9048
9049 * win32-nat.c (cygwin_pid): Removed as unused.
9050 (child_attach): Try fall back to Cygwin pid.
9051
c63f977f
JB
90522003-01-29 Jim Blandy <jimb@redhat.com>
9053
9054 * objfiles.h (struct objfile): Doc fix.
9055
d62d1979
AC
90562003-01-29 Andrew Cagney <ac131313@redhat.com>
9057
9058 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
9059 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
9060 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
9061 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
9062 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
9063 (FRAME_SAVED_PC): Change to a function with predicate.
9064 * gdbarch.h, gdbarch.c: Re-generate.
9065
1ae18a04
AC
90662003-01-28 Andrew Cagney <ac131313@redhat.com>
9067
52287340
AC
9068 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
9069
1ae18a04
AC
9070 * complaints.c (complain): Delete function.
9071 * complaints.h (struct deprecated_complaint): Delete definition.
9072 (complain): Delete declaration.
9073
f2c16bd6
KB
90742003-01-28 Kevin Buettner <kevinb@redhat.com>
9075
9076 * mips-tdep.c (mips_init_extra_frame_info): Return early for
9077 dummy frames.
9078
a94dd1fd
AC
90792003-01-27 Andrew Cagney <ac131313@redhat.com>
9080
9081 * sentinel-frame.h, sentinel-frame.c: New files.
9082 * Makefile.in (frame.o): Update dependencies.
9083 (SFILES): Add sentinel-frame.c.
9084 (sentinel_frame_h): Define.
9085 (COMMON_OBS): Add sentinel-frame.o.
9086 (sentinel-frame.o): Specify dependencies.
9087 * frame.c: Include "sentinel-frame.h".
9088 (frame_register_unwind): Rewrite assuming that there is always a a
9089 ->next frame.
9090 (frame_register, generic_unwind_get_saved_register): Ditto.
9091 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
9092 (create_sentinel_frame, unwind_to_current_frame): New functions.
9093 (get_current_frame): Rewrite using create_sentinel_frame and
9094 unwind_to_current_frame. When possible, always create a frame.
9095 (create_new_frame): Set next to the sentinel frame.
9096 (get_next_frame): Rewrite. Don't go below the level 0 frame.
9097 (deprecated_update_frame_pc_hack): Update the next frame's PC and
9098 ID cache when necessary.
9099 (frame_saved_regs_id_unwind): Use frame_relative_level.
9100 (deprecated_generic_get_saved_register): Use frame_relative_level,
9101 get_frame_saved_regs, get_frame_pc, get_frame_base and
9102 get_next_frame.
9103 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
9104 frame_register.
9105
5378adc4
DJ
91062003-01-27 Daniel Jacobowitz <drow@mvista.com>
9107
9108 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
9109
51ee2ddc
DJ
91102003-01-27 Daniel Jacobowitz <drow@mvista.com>
9111
9112 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
9113 (maintenance_set_profile_cmd): Use error () instead of warning ().
9114
d9feb4e7
DJ
91152003-01-27 Daniel Jacobowitz <drow@mvista.com>
9116
9117 * configure.in: Check that -pg works if using --enable-profiling.
9118 Check for monstartup and _mcleanup regardless of --enable-profiling.
9119 * maint.c: Check for monstartup and _mcleanup before using them.
9120 * config.in: Regenerated.
9121 * configure: Regenerated.
9122
2d188dd3
NC
91232003-01-24 Nick Clifton <nickc@redhat.com>
9124
9125 * Add sh2e support:
9126
9127 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9128
9129 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
9130 (sh2e_show_regs): New.
9131 (sh_gdbarch_init): Handle bfd_mach_sh2e.
9132 * config/sh/tm-sh.h: Added sh2e to comments.
9133
cb3c37b2
JB
91342003-01-23 Jim Blandy <jimb@redhat.com>
9135
9136 * symfile.c (syms_from_objfile): Don't print the "(no debugging
9137 symbols found)" message here; we haven't checked for a separate
9138 debug info file yet, so we don't know yet.
9139 (symbol_file_add_with_addrs_or_offsets): Print it here, after
9140 we've looked everywhere. Also, there's no need to print a special
9141 message when we're loading the separate debug info file: the one
9142 symbol_file_add prints is fine.
9143
5b5d99cf
JB
91442003-01-23 Alexander Larsson <alexl@redhat.com>
9145 Jim Blandy <jimb@redhat.com>
9146
9147 Add support for executables whose debug info has been separated
9148 out into a separate file, leaving only a link behind.
9149 * objfiles.h (struct objfile): New fields: separate_debug_objfile
9150 and separate_debug_objfile_backlink.
9151 (put_objfile_before): New declaration.
9152 * symfile.c: #include "filenames.h".
9153 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
9154 debug info in a separate file, read that, too. Save the addrs
9155 argument, so we can use it again to read the separated debug info;
9156 syms_from_objfile modifies the table we pass it.
9157 (reread_symbols): After re-reading an objfile, call
9158 reread_separate_symbols to refresh its separate debug info
9159 objfile, if it has one.
9160 (reread_separate_symbols, find_separate_debug_file,
9161 get_debug_link_info, separate_debug_file_exists): New functions.
9162 (debug_file_directory): New global var.
9163 (_initialize_symfile): Initialize debug_file_directory, and
9164 provide the new `set debug-file-directory' command to let the user
9165 change it.
9166 * objfiles.c (free_objfile): If this objfile has its debug info in
9167 a separate objfile, free that one too. If this is itself a
9168 separate debug info objfile, clear our parent's backlink.
9169 (put_objfile_before): New function.
9170 * utils.c (gnu_debuglink_crc32): New function.
9171 * defs.h (gnu_debuglink_crc32): New declaration.
9172 * Makefile.in (symfile.o): Note dependency on "filenames.h".
9173 * configure.in: Handle --with-separate-debug-dir config option.
9174 * acinclude.m4 (AC_DEFINE_DIR): New macro.
9175 * acconfig.h (DEBUGDIR): New macro.
9176 * configure, aclocal.m4, config.in: Regenerated.
9177
7e8580c1
JB
91782003-01-22 Jim Blandy <jimb@redhat.com>
9179
7904e09f
JB
9180 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
9181 like the old symbol_file_add, but taking new arguments: you can
9182 now pass in either a `struct section_addr_info' list to say where
9183 each section is loaded, or a `struct section_offsets' table. Pass
9184 these new arguments through to syms_from_objfile as appropriate.
8ffd9b1b 9185 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
7904e09f
JB
9186 with the appropriate quiescent values for the new arguments.
9187
7e8580c1
JB
9188 * symfile.c: #include "gdb_assert.h".
9189 (syms_from_objfile): Add the ability to pass in a section offset
9190 table directly, as an alternative to the section_addr_info table.
9191 Document arguments better.
9192 (symbol_file_add): Pass extra arguments to syms_from_objfile.
9193 * symfile.h (syms_from_objfile): Update declaration.
9194 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
9195 syms_from_objfile.
9196 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
9197
d28f9cdf
DJ
91982003-01-22 Daniel Jacobowitz <drow@mvista.com>
9199
9200 Original patch by Tom Tromey <tromey@cygnus.com> and
9201 Jason Molenda <jmolenda@apple.com>.
9202 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
9203 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
9204 * NEWS: Mention profiling.
9205 * configure.in (--enable-gdbtk): Fix typo.
9206 (--enable-profiling): New. Set PROFILE_CFLAGS.
9207 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
9208 Fill in function.
9209 (profiling_state): New variable.
9210 (mcleanup_wrapper): New function.
9211 (_initialize_maint): Remove NOTYET, fix call to
9212 add_setshow_boolean_cmd for "maint set profile".
9213 * configure: Regenerated.
9214
df21e465
MH
92152003-01-21 Martin M. Hunt <hunt@redhat.com>
9216
9217 * Makefile.in (install-gdbtk): Install PNG images too.
9218
73c1f219
AC
92192003-01-21 Andrew Cagney <ac131313@redhat.com>
9220
9221 * exec.c (text_start): Delete global variable.
9222 (exec_file_attach): Make text_start local to the function.
9223 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
9224 * valops.c (hand_function_call): Delete code that handles
9225 BEFORE_TEXT_END and AFTER_TEXT_END.
9226 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
9227 of CALL_DUMMY_LOCATION.
9228 * gdbarch.c: Regenerate.
9229 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
9230 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
9231 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
9232 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
9233 (text_end): Delete extern declaration.
9234
eb4f72c5
AC
92352003-01-21 Andrew Cagney <ac131313@redhat.com>
9236
9237 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
9238 * blockframe.c (backtrace_below_main): Move to "frame.c".
9239 (frame_chain_valid): Delete check for backtrace_below_main.
9240 (_initialize_blockframe): Delete initialization, move ``set
9241 backtrace-below-main'' command to "frame.c".
9242 (do_flush_frames_sfunc): Delete function.
9243 * frame.c: Include "command.h" and "gdbcmd.h".
9244 (frame_type_from_pc): New function.
9245 (create_new_frame): Use frame_type_from_pc.
9246 (legacy_get_prev_frame): New function.
9247 (get_prev_frame): Rewrite. When an old style frame, call
9248 legacy_get_prev_frame. Otherwize, unwind the PC first.
9249 (_initialize_frame): Add ``set backtrace-below-main'' command.
9250 * Makefile.in (frame.o): Update dependencies.
9251
778ce8cc
AC
92522003-01-19 Andrew Cagney <ac131313@redhat.com>
9253
9254 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
9255 DEPRECATED_REGISTERS_INFO.
9256
01c193c8
AC
92572003-01-19 Andrew Cagney <ac131313@redhat.com>
9258
9259 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
9260 Maintainers'. Update `Various Maintainers'.
9261
dedc2a2b
AC
92622003-01-19 Andrew Cagney <ac131313@redhat.com>
9263
9264 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
9265 * gdbarch.sh (POP_FRAME): Change to function with predicate.
9266 Suppress actual parameters when `-'.
9267 * gdbarch.h, gdbarch.c: Regenerate.
9268
b7261c70
AC
92692003-01-19 Andrew Cagney <ac131313@redhat.com>
9270
9271 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
9272 code handling dummy frames.
9273
dbe9fe58
AC
92742003-01-19 Andrew Cagney <ac131313@redhat.com>
9275
9276 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
9277 (struct frame_unwind): Add field pop.
9278 * frame.h (frame_pop): Declare.
9279 * frame.c (frame_saved_regs_pop): New function.
9280 (trad_frame_unwinder): Add frame_saved_regs_pop.
9281 (frame_pop): New function.
9282 * dummy-frame.c (dummy_frame_pop): New function.
9283 (discard_innermost_dummy): New function.
9284 (generic_pop_dummy_frame): Use discard_innermost_dummy.
9285 (dummy_frame_unwind): Add dummy_frame_pop.
9286 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
9287 * valops.c (hand_function_call): Ditto.
9288 * stack.c (return_command): Ditto.
9289
570b8f7c
AC
92902003-01-18 Andrew Cagney <ac131313@redhat.com>
9291
9292 * cris-tdep.c: Fix function declaration indentation.
9293 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
9294 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
9295 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
9296 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
9297 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
9298 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
9299
93002003-01-18 Michael Chastain <mec@shout.net>
eaec4d85
MC
9301
9302 * README (Unpacking and Installation -- quick overview):
9303 Warn against ".../gdb-5.3/gdb/configure".
9304
494cca16
AC
93052003-01-18 Andrew Cagney <ac131313@redhat.com>
9306
9307 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
9308 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9309 (struct frame_unwind): Declare opaque.
9310 (dummy_frame_p): Declare function.
9311 * dummy-frame.c (dummy_frame_id_unwind): Make static.
9312 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
9313 * dummy-frame.c: Include "frame-unwind.h".
9314 (dummy_frame_p): New function.
9315 (dummy_frame_unwind): New variable.
9316 * frame.c: Include "frame-unwind.h".
9317 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
9318 to use the new unwind field.
9319 (set_unwind_by_pc): Delete function.
9320 (create_new_frame, get_prev_frame): Set unwind field using
9321 frame_unwind_find_by_pc.
9322 (trad_frame_unwind, trad_frame_unwinder): New variables.
9323 * frame.h (trad_frame_unwind): Declare variable.
9324 (frame_id_unwind_ftype): Delete declaration.
9325 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
9326 (struct frame_unwind): Declare opaque.
9327 (struct frame_info): Replace the fields id_unwind, pc_unwind and
9328 register_unwind with a single unwind pointer.
9329 * frame-unwind.h, frame-unwind.c: New files.
9330 * Makefile.in (SFILES): Add frame-unwind.c.
9331 (frame_unwind_h): Define.
9332 (COMMON_OBS): Add frame-unwind.o.
9333 (frame-unwind.o): Specify dependencies.
9334 (frame.o, dummy-frame.o): Update dependencies.
8ffd9b1b 9335
4efb68b1
AC
93362003-01-18 Andrew Cagney <ac131313@redhat.com>
9337
9338 * ada-valprint.c: Eliminate PTR.
9339 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
9340 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
9341 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
9342 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
9343 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
9344 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
9345 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
8ffd9b1b 9346
a84d24ee
AC
93472003-01-17 Andrew Cagney <ac131313@redhat.com>
9348
762f08a3
AC
9349 * main.c (captured_main): Don't use PTR.
9350 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
9351 * gdbtypes.c (lookup_primitive_typename): Ditto.
9352 (lookup_struct_elt_type): Ditto.
9353 * f-valprint.c (info_common_command): Ditto.
9354 (list_all_visible_commons): Ditto.
9355 * jv-typeprint.c (java_type_print_base): Ditto.
9356
a84d24ee
AC
9357 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
9358 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
9359 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
9360 i386-interix-nat.c and i386-interix-tdep.c. Rename
9361 m68klinux-nat.c and m68klinux-tdep.c. Rename
9362 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9363 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
9364 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
9365 * main.c (captured_main): Use xfree, not free.
9366
c170fb60
AC
93672003-01-16 Andrew Cagney <ac131313@redhat.com>
9368
9369 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
9370 ID back using a parameter.
9371 * frame.c (frame_id_unwind): Update call.
9372 (frame_saved_regs_id_unwind): Update.
9373 * dummy-frame.c (dummy_frame_id_unwind): Update function.
9374 * dummy-frame.h (struct frame_id): Add opaque declaration.
9375 (dummy_frame_id_unwind): Update declaration.
9376
867f3898
AC
93772003-01-15 Andrew Cagney <ac131313@redhat.com>
9378
9379 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
9380
40622be8 93812003-01-15 Stephen P. Smith <ischis2@cox.net>
de3a8c23 9382
40622be8 9383 * MAINTAINERS (Stephen P. Smith): Updated email address.
de3a8c23 9384
ae66c1fc
EZ
93852003-01-14 Elena Zannoni <ezannoni@redhat.com>
9386
997b089a 9387 Fix PR gdb/898
ae66c1fc
EZ
9388 * breakpoint.c (until_break_command): Add new argument. Use it to
9389 decide whether to stop only at the current frame or not.
9390 * breakpoint.h (until_break_command): Update prototype.
8ffd9b1b 9391 * infcmd.c (until_command): Add new argument to until_break_command
ae66c1fc
EZ
9392 call.
9393 (advance_command): New function.
9394 (_initialize_infcmd): Update help string for 'until' command.
9395 Add new 'advance' command.
9396
a04257e6
DC
93972003-01-14 David Carlton <carlton@math.stanford.edu>
9398
9399 * linespec.c (decode_line_1): Normalize comments.
9400 (set_flags): Ditto.
9401 (locate_first_half): Ditto.
9402 (decode_compound): Ditto.
9403 (symtab_from_filename): Ditto.
9404 (decode_all_digits): Ditto.
9405 (decode_dollar): Ditto.
9406 (find_methods): Ditto.
9407 (find_toplevel_char): Ditto.
9408
1bac305b
AC
94092003-01-13 Andrew Cagney <ac131313@redhat.com>
9410
9411 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
9412 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
9413 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
9414 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
9415 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
9416 * language.c, language.h, m32r-tdep.c: Update copyright.
9417 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
9418 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
9419 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
9420 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
9421 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
9422 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
9423
25caa7a8
EZ
94242003-01-13 Elena Zannoni <ezannoni@redhat.com>
9425
9426 * stabsread.h (process_later, resolve_cfront_continuation):
9427 Obsolete.
9428 Update copyright years.
9429 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
9430 Update copyright year.
9431 * dbxread.c(struct cont_elem): Obsolete.
8ffd9b1b 9432 (process_later, process_now): Obsolete functions.
25caa7a8
EZ
9433 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
9434 Update copyright year.
9435 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
9436 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
9437 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
9438 (parse_partial_symbols): Obsolete cfront support.
9439 * stabsread.c
9440 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
9441 macros.
9442 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
9443 read_cfront_baseclasses, read_cfront_member_functions,
9444 resolve_cfront_continuation,read_cfront_static_fields,
9445 copy_cfront_struct_fields): Obsolete functions.
9446 (define_symbol, read_one_struct_field): Obsolete cfront support.
9447 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
9448 Update Copyright year.
9449
7789c6f5
EZ
94502003-01-13 Elena Zannoni <ezannoni@redhat.com>
9451
9452 * stack.c (print_frame_info, print_stack_frame_base_stub,
9453 print_stack_frame_base, show_and_print_stack_frame_stub,
9454 show_and_print_stack_frame, print_only_stack_frame_stub,
9455 print_only_stack_frame): Delete functions.
9456 (print_stack_frame_stub): Call print_frame_info instead of
9457 print_frame_info_base.
9458 (print_frame_info_base): Rename to print_frame_info.
9459 (backtrace_command_1): Call print_frame_info, instead of
9460 print_frame_info_base.
9461 (current_frame_command): Call print_stack_frame, instead of
9462 print_only_stack_frame.
9463 (frame_command): Call print_stack_frame, instead of
9464 show_and_print_stack_frame.
9465 (up_command): Ditto.
9466 (down_command): Ditto.
9467 * frame.h (print_only_stack_frame): Delete prototype.
9468 * infrun.c (normal_stop): Call print_stack_frame, instead of
9469 show_and_print_stack_frame.
9470 * thread.c (info_threads_command): Call print_stack_frame, instead
9471 of print_only_stack_frame.
9472
3f5a3016
AC
94732003-01-13 Andrew Cagney <ac131313@redhat.com>
9474
d99ba314
AC
9475 * README (Graphical interface to GDB): Update URL. Point at
9476 gdb/links/.
9477
3f5a3016
AC
9478 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
9479 version match.
9480
083ae935
DJ
94812003-01-13 Daniel Jacobowitz <drow@mvista.com>
9482
9483 * symtab.c (find_pc_sect_line): Don't consider end-of-function
9484 lines.
9485
5365276c
DJ
94862003-01-13 Daniel Jacobowitz <drow@mvista.com>
9487
9488 * thread-db.c (attach_thread): Prototype.
9489 (struct private_thread_info): Remove lwpid. Add thread handle (th),
9490 thread information (ti), and valid flags (th_valid, ti_valid).
9491 (attach_thread): Move target_pid_to_str call to after the thread
9492 is added to GDB's list. Initialize the cache.
9493 (thread_get_info_callback, thread_db_map_id2thr)
9494 (thread_db_get_info): New functions.
9495 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
9496 (thread_db_store_registers, thread_db_thread_alive)
9497 (thread_db_get_thread_local_address): Use them.
9498 (thread_db_pid_to_str): Likewise. Return "Missing" instead
9499 of calling error() for threads in unknown state.
9500
9501 (clear_lwpid_callback): New function.
9502 (thread_db_resume): Use it to clear the cache.
9503
9fc30b6b
DJ
95042003-01-13 Daniel Jacobowitz <drow@mvista.com>
9505
9506 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
9507 (resume_callback): Remove dead code.
9508
8f871025
AC
95092003-01-13 Andrew Cagney <ac131313@redhat.com>
9510
9511 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
9512 predicate.
9513 * gdbarch.h, gdbarch.c: Regenerate.
9514 * stack.c (frame_info): Only initialize the saved registers when
9515 FRAME_INIT_SAVED_REGS_P.
9516 * frame.c (frame_saved_regs_register_unwind): Assert
9517 FRAME_INIT_SAVED_REGS_P.
9518 (deprecated_generic_get_saved_register): Ditto.
9519
3f565f1e
DJ
95202003-01-13 Daniel Jacobowitz <drow@mvista.com>
9521
9522 * source.c (openp): Squelch warning about "filename".
9523
072b1022
DJ
95242003-01-13 Daniel Jacobowitz <drow@mvista.com>
9525
9526 * source.c (openp): If the file does not exist don't necessarily
9527 search the path.
9528
973ccf8b
DJ
95292003-01-13 Daniel Jacobowitz <drow@mvista.com>
9530
9531 Fix PR gdb/872.
9532 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
9533 (integer_types_same_name_p): New function.
9534 (rank_one_type): Use it.
9535 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
9536
030292b7
DJ
95372003-01-13 Daniel Jacobowitz <drow@mvista.com>
9538
9539 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
9540 variables.
9541 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
9542 * configure.in: Add --with-sysroot.
9543 * configure: Regenerated.
9544 * main.c (gdb_sysroot): New variable.
9545 (captured_main): Initialize gdb_sysroot.
9546 * defs.h (gdb_sysroot): New extern declaration.
9547 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
9548
afb5d334
MC
95492003-01-12 Michael Chastain <mec@shout.net>
9550
9551 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
9552
751ceeb4
MC
95532003-01-12 Michael Chastain <mec@shout.net>
9554
9555 * top.c (print_gdb_version): Bump copyright year to 2003.
9556
94cd26f8
DC
95572003-01-12 David Carlton <carlton@bactrian.org>
9558
9559 * linespec.c (symtab_from_filename): Rename variable 's' to
9560 'file_symtab'.
9561
1ce79225
AC
95622003-01-12 Andrew Cagney <ac131313@redhat.com>
9563
9564 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
9565 dummy frame.
9566 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
9567
fa1fd571
AC
95682003-01-12 Andrew Cagney <ac131313@redhat.com>
9569
9570 * d10v-tdep.c: Include "gdb_assert.h".
9571 (d10v_store_return_value): Rewrite to match current interface.
9572 (d10v_extract_struct_value_address): Ditto.
9573 (d10v_extract_return_value): Ditto.
9574 (d10v_gdbarch_init): Set store_restore_value,
9575 extract_struct_value_address and extract_return_value.
9576
68b8d23e
JB
95772003-01-12 J. Brobecker <brobecker@gnat.com>
9578
9579 * hpread.c (set_namestring): New procedure replacing the
9580 SET_NAMESTRING macro.
9581 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
9582 by calls to set_namestring.
9583
95842003-01-11 J. Brobecker <brobecker@gnat.com>
1fb309ea
JB
9585
9586 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
9587 a compilation warning.
9588 (hpread_process_one_debug_symbol): Likewise.
9589
88d262ca
DC
95902003-01-10 David Carlton <carlton@math.stanford.edu>
9591
9592 * linespec.c (decode_line_1): Rename variable 's' to
9593 'file_symtab'.
9594 (decode_all_digits): Rename argument 's' to 'file_symtab'.
9595 (decode_dollar): Ditto.
9596 (decode_variable): Ditto.
9597 (symbol_found): Ditto.
9598
86669319
MC
95992003-01-09 Michael Chastain <mec@shout.net>
9600
9601 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
9602
616a9dc4
CV
96032003-01-07 Corinna Vinschen <vinschen@redhat.com>
9604
9605 * win32-nat.c (set_process_privilege): New function.
9606 (child_attach): Call set_process_privilege() to enable the
9607 SE_DEBUG_NAME user privilege if available in process token.
9608
3269bcfa
JB
96092003-01-10 J. Brobecker <brobecker@gnat.com>
9610
9611 * hpread.c (hpread_process_one_debug_symbol): Fix a small
9612 compilation error in the previous revision.
9613
2b0ee454
DC
96142003-01-09 David Carlton <carlton@math.stanford.edu>
9615
9616 * linespec.c: Update copyright.
9617
b3ba1b44
DJ
96182003-01-09 Daniel Jacobowitz <drow@mvista.com>
9619
9620 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
9621 than inferior_ptid.
9622 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
9623
4ef3f3be
AC
96242003-01-09 Andrew Cagney <ac131313@redhat.com>
9625
479ab5a0
AC
9626 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
9627 Update comments.
9628 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
9629 (frame_saved_regs_zalloc): Update.
9630 (frame_saved_regs_register_unwind): Update.
9631 (create_new_frame): Update.
9632 (get_prev_frame): Update.
9633 (frame_extra_info_zalloc): Update.
9634 (deprecated_get_frame_saved_regs): Update.
9635 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
9636 * cris-tdep.c: Update comment.
9637
bde58177
AC
9638 * somsolib.h: Fix function indentation.
9639 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
9640 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
9641 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
9642 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
9643 * somsolib.c, inftarg.c: Remove assignment in if conditional.
9644
4ef3f3be
AC
9645 * infrun.c (follow_fork): Use ISO C definition.
9646 * expprint.c (print_subexp): Use xfree instead of free.
9647 * charset.c: Include "gdb_string.h" instead of <string.h>.
9648 (register_iconv_charsets): Use ISO C definition.
9649 (host_charset, target_charset): Ditto.
9650 * Makefile.in (charset.o): Update dependencies.
9651 (mi-cmd-env.o): Update dependencies.
9652
1c615f7a
AC
96532003-01-08 Andrew Cagney <cagney@redhat.com>
9654
9655 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
9656 get_frame_base.
9657
c9a1dc08
AC
96582003-01-08 Andrew Cagney <ac131313@redhat.com>
9659
9660 * gdb_mbuild.sh: Add --keep option. When specified, keep the
9661 build directories. Save edited gdb output in Mbuild.log. If a
9662 build fails, remove any final GDB executable.
9663
dbad9d94
AC
96642003-01-08 Andrew Cagney <ac131313@redhat.com>
9665
9666 * gdb_mbuild.sh: Edit the output of `maint print architecture'
9667 replacing hex constants with function names and stripping leading
9668 file name directory prefixes.
9669
8d357cca
AC
96702003-01-08 Andrew Cagney <cagney@redhat.com>
9671
9672 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
9673 get_frame_base.
9674
bca02a8a
DC
96752003-01-08 David Carlton <carlton@math.stanford.edu>
9676
9677 * linespec.c (decode_line_1): Move code into decode_variable.
9678 (decode_variable): New function.
9679
7f8ab3a0
AC
96802003-01-08 Andrew Cagney <ac131313@redhat.com>
9681
9682 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
9683
7b5849cc
AC
96842003-01-08 Andrew Cagney <cagney@redhat.com>
9685
9686 * cris-tdep.c (cris_frame_init_saved_regs): Use
9687 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
9688 saved_regs buffer.
9689 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9690 (sh64_nofp_frame_init_saved_regs): Ditto.
9691 (sh_fp_frame_init_saved_regs): Ditto.
9692 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
9693 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9694 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9695 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9696
72a5efb3
DJ
96972003-01-08 Daniel Jacobowitz <drow@mvista.com>
9698
9699 * minsyms.c (lookup_minimal_symbol): Update comment.
9700 (lookup_minimal_symbol_text): Update comment. Use the hash table.
9701 (lookup_minimal_symbol_solib_trampoline): Likewise.
9702
11c02a10
AC
97032003-01-08 Andrew Cagney <cagney@redhat.com>
9704
aab3ea25
AC
9705 * d10v-tdep.c (d10v_init_extra_frame_info): Use
9706 frame_relative_level.
9707
da50a4b7
AC
9708 * alpha-tdep.c: Use get_frame_extra_info.
9709 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9710 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
9711 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9712 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
9713
11c02a10
AC
9714 * alpha-tdep.c: Use get_next_frame.
9715 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9716 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
9717 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
9718 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
9719 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
9720 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
9721 * xstormy16-tdep.c: Ditto.
8ffd9b1b 9722
1e2330ba
AC
97232003-01-07 Andrew Cagney <cagney@redhat.com>
9724
9725 * alpha-tdep.c: Use get_frame_base.
9726 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
9727 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
9728 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
9729 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
9730 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
9731 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
9732 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
9733 * config/sparc/tm-sparc.h: Ditto.
8ffd9b1b 9734
2d75187b
AC
97352003-01-07 Andrew Cagney <cagney@redhat.com>
9736
9737 * frame.c (deprecated_get_frame_context): New function.
9738 (deprecated_set_frame_context): New function.
9739 * frame.h (deprecated_get_frame_context): Declare.
9740 (deprecated_set_frame_context): Declare.
9741 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
9742 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
8ffd9b1b 9743
483d36b2
AC
97442003-01-07 Andrew Cagney <cagney@redhat.com>
9745
9746 * frame.c (deprecated_set_frame_next_hack): New function.
9747 (deprecated_set_frame_prev_hack): New function.
9748 * frame.h (deprecated_set_frame_next_hack): Declare.
9749 (deprecated_set_frame_prev_hack): Declare.
9750 * mcore-tdep.c (analyze_dummy_frame): Use
9751 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
9752 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9753
14e91ac5
DC
97542003-01-07 David Carlton <carlton@math.stanford.edu>
9755
9756 * linespec.c (decode_line_1): Move code into decode_dollar.
9757 (decode_dollar): New function.
9758
b0c6b05c
AC
97592003-01-07 Andrew Cagney <cagney@redhat.com>
9760
9761 * arm-tdep.c (arm_init_extra_frame_info): Use
9762 deprecated_update_frame_base_hack.
9763 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
9764 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
9765 (fix_frame_pointer): Ditto.
9766 (mn10300_analyze_prologue): Ditto.
9767
a00a19e9
AC
97682003-01-07 Andrew Cagney <cagney@redhat.com>
9769
9770 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
9771 extra_info using frame_extra_info_zalloc.
9772 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
9773 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
9774 (sh64_init_extra_frame_info): Ditto.
9775 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
9776 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
9777 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
9778 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
9779 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
9780 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
9781 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
9782 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
9783 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
9784 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
9785 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
9786 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
9787
9788 * mn10300-tdep.c (analyze_dummy_frame): Use
9789 deprecated_set_frame_extra_info_hack.
9790 * mcore-tdep.c (analyze_dummy_frame): Ditto.
9791
1fb4c65b
JB
97922003-01-07 J. Brobecker <brobecker@gnat.com>
9793
9794 * mdebugread.c (parse_symbol): Skip stProc entries which storage
9795 class is not scText. These do not define "real" procedures.
9796 (parse_partial_symbols): Likewise.
9797
9fe7d6bf
MS
97982003-01-06 Michael Snyder <msnyder@redhat.com>
9799
9800 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
9801
f6c609c4
AC
98022003-01-06 Andrew Cagney <ac131313@redhat.com>
9803
9804 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
9805 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
9806 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
9807 deprecated_frame_xmalloc_with_cleanup.
9808 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
9809 deprecated_frame_xmalloc.
9810 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
9811 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
9812
d995ff4b
AC
98132003-01-06 Andrew Cagney <cagney@redhat.com>
9814
84dc46cb
AC
9815 * x86-64-linux-tdep.c: Include "osabi.h".
9816 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
9817
d995ff4b
AC
9818 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
9819
66140c26
AC
98202003-01-06 Andrew Cagney <cagney@redhat.com>
9821
9822 * MAINTAINERS (Target Instruction Set Architectures): Update
9823 arm-elf. Can be built with -Werror, has been multiarched.
9824
9825 * value.h (unpack_long): Make buffer parameter constant.
9826 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
9827 * scm-lang.h (scm_parse): Ditto.
9828 * defs.h (extract_typed_address, extract_address): Ditto.
9829 (extract_long_unsigned_integer): Ditto.
9830 * inferior.h (unsigned_pointer_to_address): Ditto.
9831 (signed_pointer_to_address): Ditto.
9832 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
9833 * gdbarch.h, gdbarch.c: Regenerate.
9834 * findvar.c (extract_long_unsigned_integer): Update.
9835 (extract_address): Update.
9836 (extract_typed_address): Update.
9837 (unsigned_pointer_to_address): Update.
9838 * values.c (unpack_long): Update.
9839 (unpack_double): Update.
9840 (unpack_pointer): Update.
9841 (unpack_field_as_long): Update.
9842 * d10v-tdep.c (d10v_pointer_to_address): Update.
9843 * avr-tdep.c (avr_pointer_to_address): Update.
9844 * scm-lang.c (scm_unpack): Update.
9845 * findvar.c (signed_pointer_to_address): Update.
9846
b089b3da
ML
98472003-01-06 Michal Ludvig <mludvig@suse.cz>
9848
8ffd9b1b 9849 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
b089b3da
ML
9850 since it is in i386-tdep.c.
9851
aff87235
JB
98522003-01-06 J. Brobecker <brobecker@gnat.com>
9853
9854 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
9855 failure introduced in the previous change.
9856
34f5e845
MC
98572003-01-05 Michael Chastain <mec@shout.net>
9858
9859 * README: Remove references to deleted remote-*.c files:
9860 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
9861 remote-nrom.c, remote-os9k.c, remote-udi.c.
9862
28bcfd30
MK
98632003-01-05 Mark Kettenis <kettenis@gnu.org>
9864
9865 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
9866 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
9867 i386_get_longjmp_target.
9868
15a5b3ee
AC
98692003-01-05 Andrew Cagney <ac131313@redhat.com>
9870
9871 * arm-tdep.c (prologue_cache): Change to a pointer.
9872 (_initialize_arm_tdep): Allocate prologue_cache.
9873 (check_prologue_cache): Update.
9874 (save_prologue_cache): Update.
9875 (arm_gdbarch_init): Update.
9876
c263362b
DJ
98772003-01-04 Daniel Jacobowitz <drow@mvista.com>
9878
9879 * stabsread.c (update_method_name_from_physname): Call complaint()
9880 instead of error.
9881
51603483
DJ
98822003-01-04 Daniel Jacobowitz <drow@mvista.com>
9883
9884 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
9885 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
9886 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
9887
9888 * blockframe.c: Include "gdbcmd.h" and "command.h".
9889 (backtrace_below_main): New variable.
9890 (file_frame_chain_valid, func_frame_chain_valid)
9891 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
9892 (generic_func_frame_chain_valid): Remove functions.
9893 (frame_chain_valid, do_flush_frames_sfunc): New functions.
9894 (_initialize_blockframe): New function.
9895 * Makefile.in (blockframe.o): Update dependencies.
9896 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
9897 comment. Call frame_chain_valid ().
9898 * frame.h: Remove old prototypes. Add prototype for
9899 frame_chain_valid and update comments to match.
9900 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
9901 Remove old comment.
9902 * gdbarch.h: Regenerated.
9903 * gdbarch.c: Regenerated.
9904
9905 * alpha-tdep.c (alpha_gdbarch_init): Don't call
9906 set_gdbarch_frame_chain_valid.
9907 * avr-tdep.c (avr_gdbarch_init): Likewise.
9908 * cris-tdep.c (cris_gdbarch_init): Likewise.
9909 * frv-tdep.c (frv_gdbarch_init): Likewise.
9910 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9911 * i386-tdep.c (i386_svr4_init_abi): Likewise.
9912 (i386_nw_init_abi): Likewise.
9913 (i386_gdbarch_init): Likewise.
9914 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
9915 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
9916 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
9917 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
9918 * mips-tdep.c (mips_gdbarch_init): Likewise.
9919 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
9920 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
9921 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
9922 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9923 * s390-tdep.c (s390_gdbarch_init): Likewise.
9924 * sh-tdep.c (sh_gdbarch_init): Likewise.
9925 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
9926 * v850-tdep.c (v850_gdbarch_init): Likewise.
9927 * vax-tdep.c (vax_gdbarch_init): Likewise.
9928 * x86-64-tdep.c (x86_64_init_abi): Likewise.
9929
9930 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
9931 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
9932 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
9933 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
9934 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
9935 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
9936 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
9937 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
9938
b00a8037
DJ
99392002-01-04 Daniel Jacobowitz <drow@mvista.com>
9940
9941 * Makefile.in (acconfig_h): Remove incorrect macro.
9942 (config_h): Define.
9943 (osabi.o): Update dependencies.
9944 * configure.tgt: Set gdb_osabi based on target triplet.
9945 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
9946 * configure: Regenerated.
9947 * config.in: Regenerated.
9948 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
9949 (GDB_OSABI_DEFAULT): Define if not already defined.
9950 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
9951 (set_osabi_string): New variables.
9952 (gdbarch_register_osabi): Add new OS ABI to
9953 gdb_osabi_available_names.
9954 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
9955 (set_osabi, show_osabi): New functions.
9956 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
9957
4be87837
DJ
99582003-01-04 Daniel Jacobowitz <drow@mvista.com>
9959
9960 * arch-utils.c (gdbarch_info_init): Set osabi to
9961 GDB_OSABI_UNINITIALIZED.
9962 * gdbarch.sh: Add osabi to struct gdbarch and to struct
9963 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
9964 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
9965 * gdbarch.c: Regenerated.
9966 * gdbarch.h: Regenerated.
9967 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
9968 there's no BFD.
9969 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
9970 * osabi.h (enum gdb_osabi): Move to defs.h.
9971 (gdbarch_init_osabi): Update prototype.
9972 * defs.h (enum gdb_osabi): Moved here.
9973 * Makefile.in: Update dependencies.
9974
9975 * alpha-tdep.h: Don't include "osabi.h".
9976 (struct gdbarch_tdep): Remove osabi member.
9977 * alpha-tdep.c: Include "osabi.h".
9978 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9979 iterate over arches. Update call to gdbarch_init_osabi.
9980 (alpha_dump_tdep): Don't dump osabi.
9981 * alpha-linux-tdep.c: Include "osabi.h".
9982 * alpha-osf1-tdep.c: Include "osabi.h".
9983 * alphafbsd-tdep.c: Include "osabi.h".
9984 * alphanbsd-tdep.c: Include "osabi.h".
9985
9986 * arm-tdep.h: Don't include "osabi.h".
9987 (struct gdbarch_tdep): Remove osabi member.
9988 * arm-tdep.c: Include "osabi.h".
9989 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
9990 iterate over arches. Update call to gdbarch_init_osabi.
9991 (arm_dump_tdep): Don't dump osabi.
9992 * arm-linux-tdep.c: Include "osabi.h".
9993 * armnbsd-tdep.c: Include "osabi.h".
9994
9995 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
9996 Update call to gdbarch_init_osabi.
9997
9998 * i386-tdep.h: Don't include "osabi.h".
9999 (struct gdbarch_tdep): Remove osabi member.
10000 * i386-tdep.c: Include "osabi.h".
10001 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10002 iterate over arches. Update call to gdbarch_init_osabi.
10003 (i386_dump_tdep): Don't dump osabi.
10004 * i386-linux-tdep.c: Include "osabi.h".
10005 * i386-sol2-tdep.c: Include "osabi.h".
10006 * i386bsd-tdep.c: Include "osabi.h".
10007 * i386gnu-tdep.c: Include "osabi.h".
10008 * i386ly-tdep.c: Include "osabi.h".
10009 * i386nbsd-tdep.c: Include "osabi.h".
10010 * i386obsd-tdep.c: Include "osabi.h".
10011
10012 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
10013 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10014 check osabi when iterating over arches. Update call to
10015 gdbarch_init_osabi.
10016 (mips_dump_tdep): Don't dump osabi.
10017
10018 * ns32k-tdep.h: Don't include "osabi.h".
10019 (struct gdbarch_tdep): Remove.
10020 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
10021 gdbarch_lookup_osabi. Don't iterate over arches. Don't
10022 allocate tdep. Update call to gdbarch_init_osabi.
10023 (ns32k_dump_tdep): Remove.
10024 (_initialize_ns32k_tdep): Update call to gdbarch_register.
10025 * ns32knbsd-tdep.c: Include "osabi.h".
10026
10027 * ppc-tdep.h: Don't include "osabi.h".
10028 (struct gdbarch_tdep): Remove osabi member.
10029 * rs6000-tdep.c: Include "osabi.h".
10030 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
10031 osabi when iterating over arches. Update call to
10032 gdbarch_init_osabi.
10033 (rs6000_dump_tdep): Don't dump osabi.
10034 * ppc-linux-tdep.c: Include "osabi.h".
10035 * ppcnbsd-tdep.c: Include "osabi.h".
10036
10037 * sh-tdep.h: Don't include "osabi.h".
10038 (struct gdbarch_tdep): Remove osabi member.
10039 * sh-tdep.c: Include "osabi.h".
10040 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10041 iterate over arches. Update call to gdbarch_init_osabi.
10042 (sh_dump_tdep): Don't dump osabi.
10043 * shnbsd-tdep.c: Include "osabi.h".
10044
10045 * sparc-tdep.c: Include "osabi.h".
10046 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10047 iterate over arches. Update call to gdbarch_init_osabi.
10048 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
10049 tdep structure.
10050
10051 * vax-tdep.h: Don't include "osabi.h".
10052 (struct gdbarch_tdep): Remove.
10053 * vax-tdep.c: Include "osabi.h".
10054 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
10055 iterate over arches. Don't allocate tdep. Update call
10056 to gdbarch_init_osabi.
10057 (vax_dump_tdep): Remove.
10058 (_initialize_vax_tdep): Update call to gdbarch_register.
10059
a881cf8e
DJ
100602003-01-04 Daniel Jacobowitz <drow@mvista.com>
10061
10062 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
10063 entirely.
10064 (breakpoint_re_set_one): Don't fetch the value for a disabled
10065 watchpoint.
10066
1e698235
DJ
100672003-01-04 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
10070 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
10071 (COERCE_FLOAT_TO_DOUBLE): Remove.
10072 * gdbarch.c: Regenerate.
10073 * gdbarch.h: Regenerate.
10074 * Makefile.in: Remove value_h from gdbarch_h.
10075 * valops.c (coerce_float_to_double): New variable.
10076 (default_coerce_float_to_double): Remove.
10077 (standard_coerce_float_to_double): Remove.
10078 (value_arg_coerce): Use coerce_float_to_double.
10079 (_initialize_valops): Add "set coerce-float-to-double".
10080 * value.h (default_coerce_float_to_double): Remove prototype.
10081 (standard_coerce_float_to_double): Remove prototype.
10082
10083 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
10084 prototyped.
10085 * mdebugread.c (parse_symbol): Likewise.
10086 * stabsread.c (define_symbol): Mark all functions as prototyped.
10087
10088 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
10089 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
10090 set_gdbarch_coerce_float_to_double.
10091 * arm-tdep.c (arm_gdbarch_init): Likewise.
10092 * frv-tdep.c (frv_gdbarch_init): Likewise.
10093 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
10094 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
10095 * mips-tdep.c (mips_gdbarch_init): Likewise.
10096 (mips_coerce_float_to_double): Remove.
10097 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10098 (rs6000_coerce_float_to_double): Remove.
10099 * s390-tdep.c (s390_gdbarch_init): Likewise.
10100 * sh-tdep.c (sh_gdbarch_init): Likewise.
10101 (sh_coerce_float_to_double): Remove.
10102 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
10103 (sparc_coerce_float_to_double): Remove.
10104 * v850-tdep.c (v850_gdbarch_init): Likewise.
10105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10106 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10107 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
10108 (hppa_coerce_float_to_double): Remove prototype.
10109 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
10110
f436a26a
DJ
101112003-01-04 Daniel Jacobowitz <drow@mvista.com>
10112
10113 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
10114
248f8055
DJ
101152003-01-04 Daniel Jacobowitz <drow@mvista.com>
10116
10117 Suggested by Stewart Brown <sb24@avaya.com>:
10118 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
10119 in recursive calls. Handle TYPE_CODE_TYPEDEF.
10120 (c_type_print_varspec_suffix): Likewise.
10121
72cfdc76
MK
101222003-01-04 Mark Kettenis <kettenis@gnu.org>
10123
bfd260bb
MK
10124 * configure.in: Don't set and AC_SUBST SUBDIRS.
10125 * configure: Regenerated.
10126
72cfdc76
MK
10127 * configure.in: Remove code dealing with shared libraries.
10128 * Makefile.in: Remove HLDFLAGS and HLDENV.
10129 * configure: Regenerated.
10130
c8b8a898
AC
101312003-01-04 Andrew Cagney <ac131313@redhat.com>
10132
10133 * frame.c (deprecated_frame_xmalloc): New function.
10134 (deprecated_set_frame_saved_regs_hack): New function.
10135 (deprecated_set_frame_extra_info_hack): New function.
10136 * frame.h (deprecated_frame_xmalloc): Declare.
10137 (deprecated_set_frame_saved_regs_hack): Declare.
10138 (deprecated_set_frame_extra_info_hack): Declare.
10139
14abd0fb
MK
101402003-01-04 Mark Kettenis <kettenis@gnu.org>
10141
8ee53726
MK
10142 * configure.in: Move code that provides the --enable-gdbtk option
10143 right after the code that handles the --enable-tui option, and
10144 polish it somewhat.
10145 * configure: Regenerated.
10146
14abd0fb
MK
10147 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
10148 AC_CHECK_FUNCS and remove the old check for pread64.
10149 * acinclude.m4 (AC_GNU_SOURCE): New macro.
10150 * acconfig.h (_GNU_SOURCE): Add.
10151 (HAVE_PREAD64): Remove.
10152 * configure, aclocal.m4, config.in: Regenerated.
10153
b2fb4676
AC
101542003-01-03 Andrew Cagney <ac131313@redhat.com>
10155
10156 * alpha-tdep.c: Use get_frame_saved_regs.
10157 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10158 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
10159 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
10160 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
10161 * vax-tdep.c, xstormy16-tdep.c: Ditto.
10162
8dcde887
MK
101632003-01-03 Mark Kettenis <kettenis@gnu.org>
10164
10165 * configure.in: Remove all use of the SUBDIRS variable; add
10166 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
10167 code providing the --enable-multi-ice option, and move it right in
10168 front of the code that checks whether gdbserver is supported.
10169 Polish that too.
10170 * configure: Regenerated.
10171 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
10172 @SUBDIRS@.
10173
8ccd593b
AC
101742003-01-03 Andrew Cagney <cagney@redhat.com>
10175
10176 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
10177 * avr-tdep.c, cris-tdep.c: Ditto.
10178 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
10179 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
8ffd9b1b 10180
91151a06
MK
101812003-01-03 Mark Kettenis <kettenis@gnu.org>
10182
10183 * configure.in: Remove --enable-netrom option.
10184 * configure: Regenerated.
10185
8fe84d01
MK
101862003-01-03 Mark Kettenis <kettenis@gnu.org>
10187
10188 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
10189 declaration for `struct re_pattern_buffer' instead.
10190 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
10191
f0394be6
JB
101922003-01-03 J. Brobecker <brobecker@gnat.com>
10193
10194 * mdebugread.c (parse_symbol): Count until the stEnd matching
10195 the structure name.
10196
27e9bf90
MK
101972003-01-02 Mark Kettenis <kettenis@gnu.org>
10198
93d331ba
MK
10199 * configure.in: Remove --with-cpu option.
10200 subscripts. Remove evil changequotes here.
10201 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
10202 * config.in, configure: Regenerated.
8ffd9b1b 10203
27e9bf90
MK
10204 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
10205 * configure.in: Cleanup section that sources GDB and BFD configure
10206 subscripts. Remove evil changequotes here.
10207 * config.in, configure: Regenerated.
10208
50abf9e5
AC
102092003-01-02 Andrew Cagney <ac131313@redhat.com>
10210
10211 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
10212 frame accessor methods.
10213 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
10214 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
10215 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
10216 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
10217 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
10218 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
10219 * z8k-tdep.c: Ditto.
8ffd9b1b 10220
287c1a40
MK
102212003-01-02 Mark Kettenis <kettenis@gnu.org>
10222
f5dbc56d
MK
10223 * configure.in: Remove UI_OUT configuration code.
10224 * ada-lang.c: Update assuming UI_OUT is always true.
10225 * Makefile.in (UIOUT_CFLAGS): Remove.
10226 * configure: Regenerated.
10227 * TODO: Remove blurb about elimination of -DUI_OUT.
10228
627af7ea
MK
10229 * configure.in: Move code that provides the --enable-gdbcli,
10230 --enable-gdbmi options right before the code that handles the
10231 --enable-tui option. Polish a bit.
10232 * configure: Regenerated.
10233
06825bd1
MK
10234 * configure.in: Rewrite check for GNU regex and the
10235 --without-included regex option, and move it into the "Checks for
10236 library functions" section. This makes us use the system regex
10237 again by default on systems with version 2 of the GNU C library.
10238 This was apparently broken.
10239 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
10240 * acconfig.h (USE_INCLUDED_REGEX): Remove.
10241 * config.in, configure: Regenerated.
10242
287c1a40
MK
10243 * configure.in: Move code that provides the --enable-tui option
10244 before the "Checks for libraries" section. Polish the code
10245 somewhat and set need_curses to yes if we build the TUI. Rewrite
10246 code that looks for a library providing termcap functionality to
10247 match more closely what's done in the Readline library, and move
10248 it into to the "Checks for libraries" section.
10249 * configure: Regenerated.
10250 * Makefile.in (TERMCAP): Remove variable.
10251 * config/i386/go32.mh (TERMCAP): Remove variable.
10252
684e56bf
AC
102532003-01-02 Andrew Cagney <ac131313@redhat.com>
10254
10255 * MAINTAINERS: Mention gdb_mbuild.sh.
10256 * gdb_mbuild.sh: Rewrite.
10257
e1ea1d75
MK
102582003-01-02 Mark Kettenis <kettenis@gnu.org>
10259
10260 * configure.in: Fix typo in last change.
10261 * config.in, configure: Regenerated.
10262
1b831c93
AC
102632003-01-02 Andrew Cagney <ac131313@redhat.com>
10264
10265 * valarith.c (value_binop): Delete obsolete code and comments.
10266 * configure.host: Ditto.
10267 * buildsym.h (make_blockvector): Ditto.
10268 * buildsym.c (make_blockvector): Ditto.
10269 * defs.h (enum language): Ditto.
10270 (chill_demangle): Ditto.
10271 * elfread.c (elf_symtab_read): Ditto.
10272 * dwarfread.c (CHILL_PRODUCER): Ditto.
10273 (set_cu_language): Ditto.
10274 (handle_producer): Ditto.
10275 * expprint.c (print_subexp): Ditto.
10276 * gdbtypes.c (chill_varying_type): Ditto.
10277 * gdbtypes.h (builtin_type_chill_bool): Ditto.
10278 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
10279 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
10280 (chill_varying_type): Ditto.
10281 * language.h (_LANG_chill): Ditto.
10282 * language.c (binop_result_type, integral_type): Ditto.
10283 (character_type, string_type, structured_type): Ditto.
10284 (lang_bool_type, binop_type_check): Ditto.
10285 * stabsread.h (os9k_stabs): Ditto.
10286 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
10287 (define_symbol, read_type, read_struct_fields): Ditto.
10288 (read_array_type, read_enum_type, read_huge_number): Ditto.
10289 (read_range_type, start_stabs): Ditto.
10290 * symfile.c (init_filename_language_table): Ditto.
10291 (add_psymbol_with_dem_name_to_list): Ditto.
10292 * symtab.c (symbol_init_language_specific): Ditto.
10293 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
10294 * symtab.h (struct general_symbol_info): Ditto.
10295 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
10296 * typeprint.c (typedef_print): Ditto.
10297 * utils.c (fprintf_symbol_filtered): Ditto.
10298 * valops.c (value_cast, search_struct_field, value_slice): Delete
10299 obsolete code.
10300 (varying_to_slice): Delete function.
10301 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
10302 (varying_to_slice): Delete declaration.
10303 * MAINTAINERS: Update.
10304
8bb2c122
MK
103052003-01-02 Mark Kettenis <kettenis@gnu.org>
10306
97bf5e38
MK
10307 * configure.in: Reorganize "Checks for library functions section"
10308 a bit. Remove check for `btowc' and `isascii' functions.
10309 * configure: Regenerated.
10310
5ee754fc
MK
10311 * acconfig.h (_MSE_INT_H): Remove.
10312 * configure.in: Create "Checks for header files" section, and move
10313 appropriate tests there. Don't check for objlist.h, wchar.h,
10314 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
10315 misdetection fix. Also add "Checks for types", "Checks for
10316 compiler characteristics" and "Checks for library functions"
10317 sections.
10318 * config.in, configure: Regenerated.
10319
8bb2c122
MK
10320 * configure.in: Create "Checks for programs" section, and move
10321 appropriate tests there.
10322
9a156167
MK
103232003-01-01 Mark Kettenis <kettenis@gnu.org>
10324
10325 * configure.in: Create "Checks for libraries" section, and move
10326 appropriate tests there. Cleanup check for wctype in libw. Use
10327 AC_SEARCH_LIBS to see whether we need libsocket.
10328 * configure: Regenerated.
10329
a80e2bcb 10330For older changes see ChangeLog-2002
c906108c
SS
10331\f
10332Local Variables:
10333mode: change-log
10334left-margin: 8
10335fill-column: 74
10336version-control: never
10337End:
This page took 0.98044 seconds and 4 git commands to generate.